:root {
  --ink: #0e2436;
  --ink-2: #16344c;
  --paper: #f4f1eb;
  --card: #fffcf7;
  --line: #d7cfc3;
  --teal: #0d6e63;
  --warn: #8a3b12;
  --muted: #5c6770;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
a { color: var(--teal); }
.wrap { width: min(1120px, calc(100% - 28px)); margin: 0 auto; }
header {
  background: var(--ink);
  color: #efe8dc;
  position: sticky; top: 0; z-index: 30;
  border-bottom: 3px solid var(--teal);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; }
.brand { display: flex; align-items: center; gap: 10px; color: #efe8dc; text-decoration: none; }
.brand img { height: 42px; width: 42px; object-fit: cover; border-radius: 6px; background: #fff; }
.brand strong { display: block; font-size: 1rem; }
.brand small { display: block; font-family: system-ui, -apple-system, Segoe UI, sans-serif; color: #c9bfb0; font-size: .75rem; }
nav a {
  color: #efe8dc; text-decoration: none; margin-left: 14px;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif; font-size: .88rem;
}
.btn {
  display: inline-block; background: var(--teal); color: #fff; text-decoration: none;
  padding: 12px 18px; border-radius: 4px; font-family: system-ui, -apple-system, Segoe UI, sans-serif; font-weight: 600; border: 0; cursor: pointer;
}
.hero {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; padding: 40px 0 20px;
}
.kicker {
  font-family: system-ui, -apple-system, Segoe UI, sans-serif; letter-spacing: .12em; text-transform: uppercase;
  font-size: .72rem; color: var(--teal); margin: 0 0 8px;
}
h1 { font-size: clamp(1.7rem, 3.6vw, 2.55rem); line-height: 1.16; margin: 0 0 14px; }
h2 { font-size: 1.45rem; margin: 0 0 12px; }
.lede { font-size: 1.08rem; max-width: 42rem; }
.meta { font-family: system-ui, -apple-system, Segoe UI, sans-serif; color: var(--muted); font-size: .9rem; }
.photo-frame { background: #111; border-radius: 8px; overflow: hidden; position: relative; }
.photo-frame img { width: 100%; height: 420px; object-fit: cover; object-position: center 42%; display: block; }
.badge {
  position: absolute; left: 10px; bottom: 10px; background: rgba(14,36,54,.86); color: #fff;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif; font-size: .75rem; padding: 6px 8px;
}
.grid { display: grid; gap: 14px; }
.cards { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.card { background: var(--card); border: 1px solid var(--line); padding: 18px; }
.card h3 { margin: 0 0 8px; }
.card a.block { color: inherit; text-decoration: none; }
.price { font-family: system-ui, -apple-system, Segoe UI, sans-serif; color: var(--teal); font-size: 1.25rem; margin: 6px 0; }
section { padding: 26px 0; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.fact { background: var(--ink-2); color: #efe8dc; padding: 14px; font-family: system-ui, -apple-system, Segoe UI, sans-serif; }
.fact b { display: block; font-size: 1.05rem; }
.note { background: #efe4d2; border-left: 4px solid var(--warn); padding: 12px 14px; }
.ok { border-left-color: var(--teal); background: #e7efe9; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; }
.split img { width: 100%; height: 280px; object-fit: cover; object-position: center 35%; border-radius: 8px; }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.tabs button {
  font-family: system-ui, -apple-system, Segoe UI, sans-serif; border: 1px solid var(--line); background: #fff;
  padding: 8px 12px; cursor: pointer; border-radius: 4px;
}
.tabs button.on { background: var(--ink); color: #fff; }
.q { margin: 10px 0; }
.q label { display: block; margin: 4px 0; font-family: system-ui, -apple-system, Segoe UI, sans-serif; font-size: .95rem; }
#resultado { margin-top: 14px; padding: 14px; background: #fff; border: 1px solid var(--line); display: none; }
footer { background: var(--ink); color: #c9bfb0; padding: 32px 0 20px; font-family: system-ui, -apple-system, Segoe UI, sans-serif; font-size: .88rem; }
footer a { color: #efe8dc; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 16px; }
.legal { margin-top: 18px; font-size: .78rem; color: #9a9186; }
.wa {
  position: fixed; right: 14px; bottom: 14px; background: #128C7E; color: #fff; padding: 11px 14px;
  border-radius: 999px; text-decoration: none; font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}
@media (max-width: 800px) {
  nav { display: none; }
  .hero, .split, .facts, .foot-grid { grid-template-columns: 1fr; }
  .photo-frame img { height: 300px; }
}
.form label.lbl { display:block; font-family:system-ui,sans-serif; font-size:.85rem; margin:12px 0 4px; }
.form input[type=text], .form input[type=tel], .form select, .form textarea {
  width:100%; padding:10px; border:1px solid var(--line); background:#fff; font-family:system-ui,sans-serif;
}
.checks label { display:block; font-family:system-ui,sans-serif; margin:6px 0; }
