/* ============================================================
   ReviewAI · Landing preview
   Identidad provisional: acento rubí + neutros cálidos.
   Mobile-first, variables CSS para iterar la marca después.
   ============================================================ */

:root {
  /* Marca (provisional) */
  --rubedo:        #8B1E3F;
  --rubedo-deep:   #5E1429;
  --rubedo-soft:   #f7eef0;

  /* Neutros */
  --ink:           #14141a;
  --ink-soft:      #2a2a33;
  --muted:         #5d5d68;
  --muted-light:   #9a9aa3;

  /* Fondos */
  --bg:            #ffffff;
  --bg-soft:       #faf8f6;
  --bg-card:       #f4f0ec;
  --bg-dark:       #14141a;

  /* Bordes y sombras */
  --border:        #e6e2dc;
  --border-soft:   #efece6;
  --shadow-sm:     0 1px 2px rgba(20,20,26,.04), 0 1px 3px rgba(20,20,26,.06);
  --shadow-md:     0 4px 12px rgba(20,20,26,.06), 0 2px 4px rgba(20,20,26,.04);
  --shadow-lg:     0 20px 40px -16px rgba(94,20,41,.18), 0 8px 20px -8px rgba(20,20,26,.08);

  /* Estado */
  --success:       #15803d;
  --error:         #b91c1c;
  --warn:          #b45309;

  /* Tipografía */
  --font-display:  'Lora', Georgia, 'Times New Roman', serif;
  --font-body:     'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Radios */
  --r-sm:          8px;
  --r-md:          12px;
  --r-lg:          20px;
  --r-xl:          28px;

  /* Layout */
  --container:     1140px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }

:focus-visible {
  outline: 3px solid var(--rubedo);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ── Container ── */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ── Header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: .85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: .55rem;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.01em;
}
.brand-mark {
  font-size: 1.2rem;
  color: var(--ink);
}
.brand-product {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--ink);
  color: #fff;
  padding: .22rem .5rem;
  border-radius: 4px;
}
.brand-by {
  display: block;
  font-family: var(--font-body);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted-light);
  margin-top: 2px;
  line-height: 1;
}

.nav-links {
  display: none;
  gap: 1.4rem;
  font-size: .92rem;
  color: var(--ink-soft);
}
.nav-links a:hover { color: var(--rubedo); }

.header-cta {
  background: var(--rubedo);
  color: #fff;
  font-weight: 600;
  font-size: .9rem;
  padding: .65rem 1.05rem;
  border-radius: var(--r-sm);
  transition: background .18s ease, transform .15s ease;
  white-space: nowrap;
}
.header-cta:hover { background: var(--rubedo-deep); transform: translateY(-1px); }

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border-radius: var(--r-sm);
  border: 1px solid var(--border);
  color: var(--ink);
}

@media (min-width: 880px) {
  .nav-links { display: flex; }
  .menu-toggle { display: none; }
}

/* ── Hero ── */
.hero {
  position: relative;
  padding: 3.5rem 0 2.5rem;
  background: radial-gradient(1100px 480px at 80% -10%, rgba(139,30,63,.06), transparent 60%),
              linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  align-items: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--rubedo-soft);
  color: var(--rubedo-deep);
  border: 1px solid #f1d8de;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  padding: .35rem .8rem;
  margin-bottom: 1.2rem;
}
.hero-eyebrow .dot {
  width: 7px; height: 7px; border-radius: 999px;
  background: var(--rubedo);
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--ink);
  margin-bottom: 1.1rem;
}
.hero h1 .accent {
  background: linear-gradient(180deg, transparent 65%, rgba(139,30,63,.18) 65%);
}
.hero-sub {
  font-size: 1.08rem;
  color: var(--ink-soft);
  max-width: 36rem;
  margin-bottom: 1.6rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 1.1rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .9rem 1.4rem;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: .98rem;
  transition: background .18s ease, transform .15s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--rubedo);
  color: #fff;
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { background: var(--rubedo-deep); transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--border);
}
.btn-ghost:hover { border-color: var(--ink); }
.btn-dark {
  background: var(--ink);
  color: #fff;
}
.btn-dark:hover { background: #000; }

.hero-microcopy {
  font-size: .86rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: .4rem;
  flex-wrap: wrap;
}
.hero-microcopy .sep { color: var(--muted-light); }

.hero-local {
  margin-top: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .88rem;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--border);
  padding: .55rem .85rem;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.hero-local svg { width: 16px; height: 16px; color: var(--rubedo); flex: none; }

/* Mockup visual */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}
.mock-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 1.4rem;
  width: 100%;
  max-width: 420px;
}
.mock-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.mock-card-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
}
.mock-tag {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--rubedo-soft);
  color: var(--rubedo-deep);
  padding: .22rem .55rem;
  border-radius: 4px;
}
.mock-review {
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  padding: .85rem;
  margin-bottom: .75rem;
  background: var(--bg-soft);
}
.mock-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .35rem;
  font-size: .8rem;
  color: var(--muted);
}
.mock-stars { color: #f5a623; letter-spacing: 1px; }
.mock-review-text {
  font-size: .88rem;
  color: var(--ink-soft);
  line-height: 1.5;
}
.mock-response {
  margin-top: .55rem;
  padding-left: .75rem;
  border-left: 3px solid var(--rubedo);
  font-size: .82rem;
  color: var(--ink-soft);
  background: #fff;
  border-radius: 0 6px 6px 0;
  padding: .4rem .65rem;
}
.mock-response strong { color: var(--rubedo-deep); font-weight: 600; }
.mock-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .78rem;
  color: var(--muted);
  margin-top: .5rem;
}
.mock-dot {
  width: 8px; height: 8px; border-radius: 999px; background: var(--success);
  display: inline-block; margin-right: .35rem;
}

@media (min-width: 980px) {
  .hero { padding: 5rem 0 4rem; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 3rem; }
}

/* ── Secciones genéricas ── */
section { padding: 4rem 0; }
.section-eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rubedo);
  margin-bottom: .8rem;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--ink);
  margin-bottom: .8rem;
  max-width: 36rem;
}
.section-lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 38rem;
  margin-bottom: 2.2rem;
}
.section-head-center {
  text-align: center;
}
.section-head-center .section-title,
.section-head-center .section-lead { margin-left: auto; margin-right: auto; }

/* ── Problema ── */
.problem { background: var(--bg-soft); }
.problem-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.problem-card {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  padding: 1.3rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.problem-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--border); }
.problem-card .num {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--rubedo);
  margin-bottom: .4rem;
}
.problem-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: .35rem;
  color: var(--ink);
}
.problem-card p {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.55;
}
@media (min-width: 780px) {
  .problem-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── Cómo funciona (3 pasos) ── */
.how-steps {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}
.step-card {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  padding: 1.4rem;
  position: relative;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--rubedo);
  color: #fff;
  font-weight: 700;
  font-family: var(--font-display);
  margin-bottom: .8rem;
}
.step-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: .35rem;
}
.step-card p {
  color: var(--muted);
  font-size: .94rem;
}
.how-note {
  margin-top: 1.6rem;
  background: var(--rubedo-soft);
  color: var(--rubedo-deep);
  border: 1px solid #f1d8de;
  border-radius: var(--r-md);
  padding: 1rem 1.1rem;
  font-size: .92rem;
}
@media (min-width: 780px) {
  .how-steps { grid-template-columns: repeat(3, 1fr); }
}

/* ── Auditoría (sección de conversión principal) ── */
.audit {
  background: linear-gradient(180deg, var(--bg-soft) 0%, #fff 100%);
}
.audit-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  align-items: start;
}
.audit-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.015em;
  margin-bottom: .9rem;
}
.audit-copy p { color: var(--ink-soft); margin-bottom: 1rem; }
.audit-bullets {
  list-style: none;
  display: grid;
  gap: .65rem;
  margin: 1rem 0 1.3rem;
}
.audit-bullets li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  font-size: .96rem;
  color: var(--ink-soft);
}
.audit-bullets li::before {
  content: "";
  flex: none;
  margin-top: .4rem;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--rubedo) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/12px no-repeat;
}

.audit-form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 1.6rem;
}
.audit-form-card .eyebrow {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--rubedo);
  margin-bottom: .35rem;
}
.audit-form-card h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: .25rem;
}
.audit-form-card .sub {
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 1.2rem;
}

.lead-form { display: grid; gap: .85rem; }
.field label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: .25rem;
  color: var(--ink-soft);
}
.field .hint {
  display: inline;
  font-weight: 400;
  color: var(--muted-light);
  font-size: .8rem;
  margin-left: .35rem;
}
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="url"] {
  width: 100%;
  padding: .75rem .85rem;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus {
  outline: none;
  border-color: var(--rubedo);
  box-shadow: 0 0 0 3px rgba(139,30,63,.12);
}
.field input[aria-invalid="true"] {
  border-color: var(--error);
}
.field-row { display: grid; gap: .85rem; }
@media (min-width: 600px) {
  .field-row { grid-template-columns: 1fr 1fr; }
}

.checkbox {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  font-size: .88rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.checkbox input { margin-top: .18rem; flex: none; accent-color: var(--rubedo); }
.checkbox a { color: var(--rubedo); text-decoration: underline; }

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px; opacity: 0;
}

.submit-btn {
  background: var(--rubedo);
  color: #fff;
  padding: .95rem 1.2rem;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
  transition: background .18s ease, transform .15s ease;
  margin-top: .4rem;
}
.submit-btn:hover:not(:disabled) { background: var(--rubedo-deep); transform: translateY(-1px); }
.submit-btn:disabled { opacity: .7; cursor: wait; transform: none; }

.form-msg {
  min-height: 1.1em;
  font-size: .88rem;
  margin-top: .2rem;
}
.form-msg.error { color: var(--error); }
.form-meta {
  font-size: .78rem;
  color: var(--muted-light);
  margin-top: .4rem;
}

.success-view {
  display: none;
  text-align: center;
  padding: 1rem 0;
}
.success-view .ok-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--rubedo-soft);
  color: var(--rubedo);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 1rem;
  font-weight: 700;
}
.success-view h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: .35rem;
}
.success-view p {
  color: var(--muted);
  font-size: .94rem;
}

@media (min-width: 980px) {
  .audit-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
}

/* ── Qué recibirás ── */
.deliverables {
  background: #fff;
}
.deliverables-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.deliv-card {
  background: var(--bg-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  padding: 1.2rem;
}
.deliv-card .icon {
  width: 38px; height: 38px;
  border-radius: var(--r-sm);
  background: #fff;
  border: 1px solid var(--border);
  color: var(--rubedo);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .7rem;
}
.deliv-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .25rem;
}
.deliv-card p { color: var(--muted); font-size: .92rem; }
.deliv-card-impact {
  background: linear-gradient(180deg, #fff 0%, var(--rubedo-soft) 100%);
  border-color: #f1d8de;
}
.deliv-card-impact .icon {
  background: var(--rubedo);
  color: #fff;
  border-color: var(--rubedo);
}
@media (min-width: 720px) { .deliverables-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .deliverables-grid { grid-template-columns: repeat(3, 1fr); } }

/* ── Fundadores ── */
.founders {
  background: var(--bg-dark);
  color: #fff;
}
.founders .section-title { color: #fff; }
.founders .section-eyebrow { color: #ffb4c1; }
.founders .section-lead { color: #cdcdd3; }
.founders-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr;
  align-items: start;
}
.founders-card {
  background: #1d1d27;
  border: 1px solid #2d2d3a;
  border-radius: var(--r-lg);
  padding: 1.6rem;
}
.founders-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.founders-list {
  list-style: none;
  display: grid;
  gap: .6rem;
}
.founders-list li {
  display: flex; gap: .55rem; align-items: flex-start;
  font-size: .94rem; color: #d8d8de;
}
.founders-list li::before {
  content: "→";
  color: var(--rubedo);
  font-weight: 700;
  flex: none;
}
.founders-cta-row {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  align-items: center;
}
.founders-price {
  background: linear-gradient(135deg, rgba(139,30,63,.15), rgba(139,30,63,.05));
  border: 1px solid #3a2230;
  border-radius: var(--r-lg);
  padding: 1.6rem;
}
.founders-price .price-label {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffb4c1;
  margin-bottom: .8rem;
}
.founders-price .price-now {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
.founders-price .price-now small {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: #cdcdd3;
}
.founders-price .price-after {
  font-size: .9rem;
  color: #b4b4ba;
  margin-top: .55rem;
}
.founders-price ul {
  list-style: none;
  margin-top: 1.2rem;
  display: grid;
  gap: .5rem;
}
.founders-price li {
  font-size: .9rem;
  color: #cdcdd3;
  display: flex; gap: .5rem; align-items: flex-start;
}
.founders-price li::before {
  content: "✓"; color: #6fce97; font-weight: 700; flex: none;
}
@media (min-width: 880px) { .founders-grid { grid-template-columns: 1.2fr 1fr; gap: 1.8rem; } }

/* ── Cómo funciona si encaja ── */
.flow {
  background: var(--bg-soft);
}
.flow-list {
  list-style: none;
  counter-reset: flow;
  display: grid;
  gap: 1rem;
}
.flow-list li {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  padding: 1.1rem 1.2rem 1.1rem 3.4rem;
  position: relative;
  counter-increment: flow;
}
.flow-list li::before {
  content: counter(flow);
  position: absolute;
  left: 1rem; top: 1rem;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--rubedo-soft);
  color: var(--rubedo-deep);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-family: var(--font-display);
}
.flow-list h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .15rem;
}
.flow-list p {
  color: var(--muted);
  font-size: .92rem;
}

/* ── Precio ── */
.pricing {
  background: #fff;
}
.pricing-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
  max-width: 780px;
  margin: 0 auto;
}
.price-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.6rem;
  position: relative;
}
.price-card.featured {
  background: #fff;
  border-color: var(--rubedo);
  box-shadow: var(--shadow-md);
}
.price-card .price-tag {
  position: absolute;
  top: -12px; right: 16px;
  background: var(--rubedo);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .25rem .6rem;
  border-radius: 999px;
}
.price-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .35rem;
}
.price-card .price {
  display: flex;
  align-items: baseline;
  gap: .25rem;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  margin: .55rem 0 .35rem;
  color: var(--ink);
}
.price-card .price small {
  font-family: var(--font-body);
  font-size: .95rem;
  color: var(--muted);
  font-weight: 500;
}
.price-card .meta { color: var(--muted); font-size: .9rem; margin-bottom: 1.1rem; }
.price-card ul {
  list-style: none;
  display: grid;
  gap: .5rem;
  margin-bottom: 1.2rem;
}
.price-card li {
  font-size: .92rem;
  color: var(--ink-soft);
  display: flex; gap: .5rem; align-items: flex-start;
}
.price-card li::before {
  content: "✓"; color: var(--rubedo); font-weight: 700; flex: none;
}
.pricing-note {
  text-align: center;
  margin-top: 1.4rem;
  font-size: .88rem;
  color: var(--muted);
}
@media (min-width: 780px) { .pricing-grid { grid-template-columns: 1fr 1fr; } }

/* ── FAQ ── */
.faq { background: var(--bg-soft); }
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: .75rem;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  overflow: hidden;
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
}
.faq-q .chev {
  flex: none;
  transition: transform .25s ease;
  color: var(--rubedo);
}
.faq-item[aria-expanded="true"] .chev { transform: rotate(180deg); }
.faq-a {
  padding: 0 1.2rem 1.1rem;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.55;
  display: none;
}
.faq-item[aria-expanded="true"] .faq-a { display: block; }

/* ── Final CTA ── */
.final-cta {
  background: linear-gradient(135deg, var(--rubedo-deep) 0%, var(--rubedo) 100%);
  color: #fff;
  text-align: center;
}
.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.3rem);
  font-weight: 600;
  margin-bottom: .7rem;
  line-height: 1.2;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
.final-cta p {
  color: #f7d8df;
  max-width: 36rem;
  margin: 0 auto 1.6rem;
}
.final-cta .btn-primary {
  background: #fff;
  color: var(--rubedo-deep);
}
.final-cta .btn-primary:hover { background: #fff7f8; color: var(--rubedo-deep); }

/* ── Footer ── */
.site-footer {
  background: var(--bg-dark);
  color: #cdcdd3;
  font-size: .9rem;
  padding: 2.5rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
}
.footer-brand h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: .35rem;
}
.footer-brand p { color: #9a9aa3; font-size: .88rem; max-width: 22rem; }
.footer-col h4 {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: .7rem;
}
.footer-col ul { list-style: none; display: grid; gap: .4rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  margin-top: 1.8rem;
  padding-top: 1.2rem;
  border-top: 1px solid #2a2a33;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .6rem;
  font-size: .82rem;
  color: #8a8a93;
}
.footer-bottom a { color: #cdcdd3; }
.footer-bottom a:hover { color: #fff; }
@media (min-width: 720px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
}

/* ── Float CTA móvil ── */
.float-cta {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background: var(--rubedo);
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: .9rem 1rem;
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-lg);
  z-index: 30;
  display: block;
}
.float-cta:hover { background: var(--rubedo-deep); }
@media (min-width: 880px) { .float-cta { display: none; } }

/* ── Mobile nav drawer (simple) ── */
.mobile-drawer {
  position: fixed;
  inset: 0;
  background: rgba(20,20,26,.55);
  z-index: 60;
  display: none;
}
.mobile-drawer[aria-hidden="false"] { display: block; }
.mobile-drawer-inner {
  position: absolute;
  top: 0; right: 0;
  width: min(320px, 86vw);
  height: 100%;
  background: #fff;
  padding: 1.4rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-drawer-close {
  align-self: flex-end;
  width: 38px; height: 38px;
  border-radius: var(--r-sm);
  border: 1px solid var(--border);
  font-size: 1.4rem;
}
.mobile-drawer a {
  padding: .55rem 0;
  border-bottom: 1px solid var(--border-soft);
  font-size: 1rem;
}
.mobile-drawer a.cta {
  margin-top: 1rem;
  background: var(--rubedo);
  color: #fff;
  text-align: center;
  border-radius: var(--r-sm);
  border: 0;
  padding: .85rem 1rem;
  font-weight: 600;
}

/* ── Util ── */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── Movimientos reducidos ── */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ── Espacio para el float CTA en móvil ── */
@media (max-width: 879px) {
  body { padding-bottom: 4.5rem; }
}
