/* ── Atiendo365 — sistema de diseño landings ──
   Fuente canónica: index.html (.landing-page). Si cambias algo aquí,
   plantéate si también debe cambiar allí (y viceversa). */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif; }
@supports (padding: max(0px)) {
  body {
    padding-top: env(safe-area-inset-top);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
* { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
@media (max-width: 768px) { input, select, textarea { font-size: 16px !important; } }

.landing-page {
  --ink:    #0C1E2B;
  --ink2:   #0C1E2B;
  --muted:  #4A5E6B;
  --light:  #F4FAFC;
  --white:  #ffffff;
  --accent: #0B93BD;
  --accent-light: #7FD9EF;
  --celeste: #22C1E8;
  --green:  #1DAE63;
  --orange: #FF5B41;
  --border: #EAF1F4;
  --r:      16px;
  font-family: 'Hanken Grotesk', sans-serif;
  background: var(--white);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.landing-page *, .landing-page *::before, .landing-page *::after { margin:0; padding:0; box-sizing:border-box; }

.landing-page .wrap { max-width: 1080px; margin: 0 auto; padding: 0 40px; }
.landing-page .tag {
  display: inline-block;
  font-size: 12px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 16px;
}
.landing-page .tag-dark { color: var(--accent-light); }
.landing-page h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08; letter-spacing: -0.025em;
  color: var(--ink); margin-bottom: 20px;
}
.landing-page .h-dark { color: #fff; }
.landing-page .sub {
  font-size: 17px; color: var(--muted);
  max-width: 560px; line-height: 1.8;
  margin-bottom: 48px;
}
.landing-page .sub-dark { color: #A9C0CD; }
.landing-page .hero-accent { color: var(--celeste); }

@keyframes lp-fadeUp {
  from { opacity:0; transform:translateY(24px); }
  to   { opacity:1; transform:translateY(0); }
}
.landing-page .fade-up { animation: lp-fadeUp .7s ease both; }
.landing-page .d1 { animation-delay: .1s; }
.landing-page .d2 { animation-delay: .25s; }
.landing-page .d3 { animation-delay: .4s; }
.landing-page .d4 { animation-delay: .55s; }
@keyframes lp-pulse-dot { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.55; transform:scale(.85); } }
@keyframes lp-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes lp-floatB { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* NAV */
.landing-page .lp-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 0 40px;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.landing-page .nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.landing-page .nav-logo img { height: 28px; width: auto; }
.landing-page .nav-logo span { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }
.landing-page .nav-right { display: flex; align-items: center; gap: 16px; }
.landing-page .nav-link { font-size: 14px; font-weight: 500; color: var(--ink); text-decoration: none; opacity: .65; transition: opacity .15s; }
.landing-page .nav-link:hover { opacity: 1; }
.landing-page .nav-link-register { background: #fff; color: var(--ink); opacity: 1; padding: 7px 16px; border-radius: 999px; border: 1px solid var(--border); font-weight: 600; transition: border-color .15s, color .15s; }
.landing-page .nav-link-register:hover { border-color: var(--celeste); color: var(--accent); }
.landing-page .btn-wa-sm { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 600; padding: 10px 20px; border-radius: 999px; text-decoration: none; transition: background .15s; }
.landing-page .btn-wa-sm:hover { background: #16344A; }

/* HERO (home, con mockup de teléfono) */
.landing-page .lp-hero { padding: clamp(48px,7vw,84px) 40px clamp(56px,8vw,96px); position: relative; overflow: hidden; }
.landing-page .hero-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.landing-page .hero-blob-1 { top: -160px; right: -120px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(34,193,232,.22), rgba(34,193,232,0) 70%); }
.landing-page .hero-blob-2 { bottom: -200px; left: -140px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(255,91,65,.10), rgba(255,91,65,0) 70%); }
.landing-page .hero-inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; }
.landing-page .hero-grid { display: flex; flex-wrap: wrap; gap: clamp(36px,5vw,64px); align-items: center; }
.landing-page .hero-text { flex: 1 1 440px; max-width: 600px; min-width: 300px; }
.landing-page .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #FFF1EE; border: 1px solid #FFD8CF; color: #D8421F; font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
.landing-page .hero-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); display: inline-block; animation: lp-pulse-dot 1.8s ease-in-out infinite; }
.landing-page .lp-hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(36px, 6.2vw, 64px); line-height: 1.04; letter-spacing: -0.03em; color: var(--ink); margin: 0 0 22px; max-width: 760px; }
.landing-page .hero-sub { font-size: 18px; color: var(--muted); max-width: 540px; line-height: 1.7; margin-bottom: 32px; font-weight: 400; }
.landing-page .hero-sub strong { color: var(--ink); font-weight: 600; }
.landing-page .btn-wa-lg { display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: #fff; font-size: 16px; font-weight: 600; padding: 16px 26px; border-radius: 999px; text-decoration: none; box-shadow: 0 10px 26px rgba(12,30,43,.22); transition: background .2s, transform .2s; }
.landing-page .btn-wa-lg:hover { background: #16344A; transform: translateY(-2px); }
.landing-page .hero-anchor { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 16px; font-weight: 600; text-decoration: none; background: #fff; border: 1px solid var(--border); padding: 16px 24px; border-radius: 999px; transition: border-color .15s, color .15s; }
.landing-page .hero-anchor:hover { border-color: var(--celeste); color: var(--accent); }
.landing-page .hero-btns { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }

.landing-page .hero-visual { flex: 0 1 320px; min-width: 260px; display: flex; justify-content: center; position: relative; }
.landing-page .hero-phone { position: relative; width: clamp(230px,75vw,280px); background: var(--ink); border-radius: 40px; padding: 10px; box-shadow: 0 30px 70px rgba(12,30,43,.28); animation: lp-float 6s ease-in-out infinite; }
.landing-page .hero-phone-screen { background: #EEF3F6; border-radius: 30px; overflow: hidden; aspect-ratio: 9 / 18.2; display: flex; flex-direction: column; }
.landing-page .hero-phone-head { background: linear-gradient(135deg, var(--celeste), var(--accent)); padding: 20px 14px 12px; color: #fff; flex: none; display: flex; align-items: center; gap: 10px; }
.landing-page .hero-phone-avatar { width: 34px; height: 34px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 17px; flex: none; box-shadow: 0 2px 6px rgba(0,0,0,.12); }
.landing-page .hero-phone-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 13.5px; line-height: 1.1; }
.landing-page .hero-phone-sub { font-size: 10px; opacity: .9; }
.landing-page .hero-phone-chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 12px; background: linear-gradient(135deg, var(--celeste), var(--accent)); }
.landing-page .hero-phone-chips span { background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.28); padding: 4px 8px; border-radius: 999px; font-size: 9.5px; font-weight: 600; color: #fff; }
.landing-page .hero-phone-body { flex: 1; padding: 12px 12px 0; display: flex; flex-direction: column; gap: 8px; overflow: hidden; }
.landing-page .hero-bubble { background: #fff; border-radius: 14px 14px 14px 4px; padding: 10px 12px; box-shadow: 0 2px 8px rgba(12,30,43,.06); font-size: 11px; line-height: 1.5; color: #2C3E48; }
.landing-page .hero-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.landing-page .hero-pills span { background: #fff; border: 1px solid #E0E8EC; padding: 6px 10px; border-radius: 999px; font-size: 9.5px; font-weight: 600; color: var(--ink); }
.landing-page .hero-pill-active { background: var(--celeste) !important; border-color: var(--celeste) !important; color: #fff !important; font-weight: 700 !important; }
.landing-page .hero-phone-input { flex: none; padding: 9px 11px 12px; display: flex; align-items: center; gap: 8px; }
.landing-page .hero-phone-input span:first-child { flex: 1; background: #fff; border: 1px solid #E0E8EC; border-radius: 999px; padding: 8px 13px; font-size: 10px; color: #9AA8B0; }
.landing-page .hero-send { width: 30px; height: 30px; border-radius: 50%; background: var(--celeste); display: flex; align-items: center; justify-content: center; flex: none; color: #fff; font-size: 13px; }
.landing-page .hero-float { position: absolute; background: #fff; border-radius: 14px; padding: 10px 12px; box-shadow: 0 16px 36px rgba(12,30,43,.18); display: flex; align-items: center; gap: 9px; max-width: 190px; }
.landing-page .hero-float-a { top: 50px; left: -28px; animation: lp-floatB 5s ease-in-out infinite; }
.landing-page .hero-float-icon { width: 26px; height: 26px; border-radius: 8px; background: #E7F8EE; display: flex; align-items: center; justify-content: center; flex: none; color: var(--green); font-size: 13px; }
.landing-page .hero-float-t { font-size: 11.5px; font-weight: 700; line-height: 1.2; }
.landing-page .hero-float-s { font-size: 10.5px; color: #8595A0; }
.landing-page .hero-float-b { bottom: 56px; right: -22px; background: var(--ink); color: #fff; animation: lp-float 7s ease-in-out infinite; }
.landing-page .hero-float-label { font-size: 10.5px; color: var(--accent-light); font-weight: 600; }
.landing-page .hero-float-amount { font-size: 12.5px; font-weight: 700; margin-top: 2px; }

.landing-page .hero-stats-band { position: relative; z-index: 1; max-width: 1080px; margin: clamp(40px,6vw,64px) auto 0; border: 1px solid var(--border); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(12,30,43,.05); padding: clamp(18px,3vw,28px); display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; }
.landing-page .hstat { text-align: center; padding: 6px; }
.landing-page .hstat .num { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(26px,4vw,38px); line-height: 1; color: var(--accent); letter-spacing: -0.02em; }
.landing-page .hstat .lbl { font-size: 13.5px; color: var(--muted); margin-top: 8px; line-height: 1.4; }

/* PAIN */
.landing-page .lp-pain { background: var(--light); padding: 96px 40px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.landing-page .lp-pain h2 { max-width: 540px; }
.landing-page .pain-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.landing-page .pain-card { background: var(--white); border: 1px solid var(--border); border-radius: 22px; padding: 30px; box-shadow: 0 10px 30px rgba(12,30,43,.04); transition: box-shadow .2s, transform .2s; }
.landing-page .pain-card:hover { box-shadow: 0 16px 40px rgba(12,30,43,.09); transform: translateY(-3px); }
.landing-page .pain-icon { width: 50px; height: 50px; border-radius: 13px; background: var(--light); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.landing-page .pain-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 18.5px; font-weight: 700; color: var(--ink); margin-bottom: 10px; letter-spacing: -0.01em; }
.landing-page .pain-card p { font-size: 15px; color: var(--muted); line-height: 1.7; }

/* BENEFITS / SIN */
.landing-page .lp-benefits { padding: 96px 40px; }
.landing-page .benefits-inner { display: flex; flex-wrap: wrap; gap: clamp(36px,5vw,64px); align-items: center; }
.landing-page .benefits-left { flex: 1 1 320px; min-width: 280px; }
.landing-page .benefits-pct { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(56px,10vw,104px); line-height: .9; color: var(--celeste); letter-spacing: -0.04em; margin-bottom: 14px; }
.landing-page .benefits-left h2 { margin-bottom: 24px; }
.landing-page .benefits-right { flex: 1 1 360px; min-width: 280px; display: flex; flex-direction: column; gap: 12px; }
.landing-page .benefit-item { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 18px 20px; display: flex; flex-direction: column; gap: 4px; }
.landing-page .benefit-item strong { font-size: 16px; font-weight: 700; color: var(--ink); }
.landing-page .benefit-item span { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.landing-page .btn-dark-pill { display: inline-flex; align-items: center; gap: 9px; background: var(--ink); color: #fff; text-decoration: none; font-size: 15.5px; font-weight: 600; padding: 15px 24px; border-radius: 999px; transition: background .15s; }
.landing-page .btn-dark-pill:hover { background: #16344A; }
.landing-page .link-cta { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); text-decoration: none; font-size: 15.5px; font-weight: 700; transition: gap .15s; }
.landing-page .link-cta:hover { gap: 12px; }

/* HOW IT WORKS (oscuro) */
.landing-page .lp-how { background: var(--ink); padding: 96px 40px; position: relative; overflow: hidden; }
.landing-page .how-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 36px; }
.landing-page .how-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 30px; transition: background .2s; }
.landing-page .how-card:hover { background: rgba(255,255,255,.07); }
.landing-page .how-step { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 15px; color: var(--celeste); letter-spacing: .1em; }
.landing-page .how-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 19.5px; font-weight: 700; color: #fff; margin: 14px 0 0; letter-spacing: -0.01em; }
.landing-page .how-card p { font-size: 15px; color: #A9C0CD; line-height: 1.6; margin-top: 10px; }
.landing-page .how-badge { display: inline-flex; margin-top: 16px; background: rgba(34,193,232,.12); color: var(--accent-light); font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: 999px; }

/* PRICING */
.landing-page .lp-pricing { background: var(--light); padding: 96px 40px; border-top: 1px solid var(--border); }
.b-radio { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }
.landing-page .billing-toggle { display: inline-flex; background: var(--white); border: 1px solid #E4EDF1; border-radius: 999px; padding: 5px; margin-bottom: 28px; gap: 4px; }
.landing-page .toggle-opt { display: inline-flex; align-items: center; gap: 8px; padding: 9px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; background: transparent; color: var(--muted); transition: background .2s, color .2s; user-select: none; }
.landing-page .toggle-badge { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; background: #dcfce7; color: #15803d; padding: 2px 8px; border-radius: 999px; }

/* CSS-only billing toggle state */
#b-anual:checked ~ .billing-toggle .anual-lbl { background: var(--ink); color: #fff; }
#b-mensual:checked ~ .billing-toggle .mensual-lbl { background: var(--ink); color: #fff; }
#b-anual:checked ~ .mensual-show { display: none; }
#b-mensual:checked ~ .anual-show { display: none; }
#b-anual:checked ~ .pricing-grid .mensual-show { display: none; }
#b-mensual:checked ~ .pricing-grid .anual-show { display: none; }

.landing-page .annual-highlight { display: inline-flex; align-items: center; gap: 10px; background: #f0fdf6; border: 1px solid #bbf7d0; color: #15803d; font-size: 14px; font-weight: 500; padding: 10px 20px; border-radius: 999px; margin-bottom: 36px; }
.landing-page .launch-highlight { display: inline-flex; align-items: center; gap: 10px; background: #FFF1EE; border: 1px solid #FFD8CF; color: #D8421F; font-size: 14px; font-weight: 500; padding: 10px 20px; border-radius: 999px; margin-bottom: 36px; }
.landing-page .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; max-width: 1040px; }
.landing-page .pc { background: var(--white); border: 1px solid #E4EDF1; border-radius: 24px; padding: 30px 28px; position: relative; display: flex; flex-direction: column; transition: border-color .2s, box-shadow .2s; }
.landing-page .pc:hover { border-color: var(--celeste); box-shadow: 0 12px 48px rgba(12,30,43,.06); }
.landing-page .pc.featured { border-color: var(--ink); background: var(--ink); box-shadow: 0 24px 60px rgba(12,30,43,.22); }
.landing-page .pc-badge { position: absolute; top: -13px; left: 28px; background: var(--orange); color: #fff; font-size: 12.5px; font-weight: 700; padding: 6px 16px; border-radius: 999px; white-space: nowrap; }
.landing-page .pc-badge-outline { background: #fff; color: var(--ink); border: 1.5px solid var(--border); }
.landing-page .pc-name { font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.landing-page .featured .pc-name { color: rgba(255,255,255,.5); }
.landing-page .pc-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 22px; color: var(--ink); margin-bottom: 20px; }
.landing-page .featured .pc-title { color: #fff; }
.landing-page .pc-price { display: flex; align-items: baseline; gap: 2px; margin-bottom: 4px; }
.landing-page .pc-price .eur { font-size: 20px; font-weight: 700; color: var(--ink); }
.landing-page .pc-price .amount { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 46px; line-height: 1; color: var(--ink); letter-spacing: -0.03em; }
.landing-page .pc-price .amount-custom { font-size: 30px; }
.landing-page .pc-price-note { font-size: 13.5px; color: var(--muted); margin-top: 2px; min-height: 20px; }
.landing-page .pc-price .mo { font-size: 15px; color: var(--muted); max-width: 110px; line-height: 1.3; }
.landing-page .featured .pc-price .eur, .landing-page .featured .pc-price .amount { color: #fff; }
.landing-page .annual-saving { font-size: 13px; color: var(--green); font-weight: 600; margin-bottom: 16px; }
.landing-page .featured-saving { color: #6ee7b7; }
.landing-page .onboarding-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; background: #fffbeb; border: 1px solid #fde68a; border-radius: 8px; padding: 10px 14px; margin-bottom: 14px; }
.landing-page .featured-ob { background: rgba(253,230,138,.08); border-color: rgba(253,230,138,.2); }
.landing-page .onboarding-original { font-size: 13px; color: #92400e; text-decoration: line-through; opacity: .6; }
.landing-page .featured-ob .onboarding-original { color: #fde68a; }
.landing-page .onboarding-free { font-size: 13px; font-weight: 700; color: #92400e; }
.landing-page .featured-ob .onboarding-free { color: #fde68a; }
.landing-page .pc-divider { height: 1px; background: var(--border); margin: 20px 0; }
.landing-page .featured .pc-divider { background: rgba(255,255,255,.12); }
.landing-page .pc-desc { font-size: 14.5px; color: var(--muted); line-height: 1.6; margin-bottom: 4px; }
.landing-page .featured .pc-desc { color: rgba(255,255,255,.5); }
.landing-page .pc-feats { list-style: none; display: flex; flex-direction: column; gap: 0; margin: 16px 0 24px; flex: 1; }
.landing-page .pc-feats li { font-size: 14.5px; padding: 9px 0; display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; color: var(--ink); }
.landing-page .featured .pc-feats li { color: rgba(255,255,255,.85); }
.landing-page .pc-feats li::before { content: '\2713'; color: var(--green); font-weight: 700; flex-shrink: 0; font-size: 14px; margin-top: 1px; }
.landing-page .featured .pc-feats li::before { color: var(--celeste); }
.landing-page .free-badge { background: #f0fdf6; border: 1px solid #bbf7d0; border-radius: 8px; padding: 10px 14px; margin-bottom: 16px; font-size: 14px; font-weight: 600; color: #15803d; display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.landing-page .featured .free-badge { background: rgba(34,193,232,.1); border-color: rgba(34,193,232,.25); color: #7FD9EF; }
.landing-page .btn-price { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 20px; border-radius: 999px; font-size: 15px; font-weight: 700; text-decoration: none; transition: background .15s, color .15s, transform .15s; }
.landing-page .btn-price:hover { transform: translateY(-1px); }
.landing-page .btn-price.outline { background: #fff; color: var(--ink); border: 1.5px solid var(--ink); }
.landing-page .btn-price.outline:hover { background: var(--ink); color: #fff; }
.landing-page .btn-price.solid-cyan { background: var(--celeste); color: #04161F; }
.landing-page .btn-price.solid-cyan:hover { background: #4ECEEF; }
.landing-page .pc-note { font-size: 13px; color: var(--muted); text-align: center; margin-top: 10px; }
.landing-page .pricing-footer { margin-top: 28px; max-width: 1040px; padding: 18px 24px; background: #fff; border-radius: 14px; border: 1px solid var(--border); font-size: 14.5px; color: var(--muted); line-height: 1.7; }
.landing-page .pricing-footer strong { color: var(--ink); }

/* FAQ */
.landing-page .lp-faq { padding: 96px 40px; }
.landing-page .faq-cols { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
.landing-page .faq-side p { font-size: 15px; color: var(--muted); line-height: 1.7; margin-top: 16px; margin-bottom: 20px; }
.landing-page .faq-list { display: flex; flex-direction: column; gap: 10px; }
.landing-page .faq-list details { background: var(--white); border-radius: 16px; overflow: hidden; border: 1px solid var(--border); }
.landing-page .faq-list details summary { padding: 18px 22px; font-size: 16px; font-weight: 700; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; user-select: none; list-style: none; transition: background .15s; letter-spacing: -0.01em; }
.landing-page .faq-list details summary::-webkit-details-marker { display: none; }
.landing-page .faq-list details summary::after { content: '+'; font-size: 22px; font-weight: 300; color: var(--accent); flex-shrink: 0; transition: transform .2s; line-height: 1; }
.landing-page .faq-list details[open] summary::after { transform: rotate(45deg); }
.landing-page .faq-list details summary:hover { background: var(--light); }
.landing-page .faq-list details .faq-a { padding: 0 22px 18px; font-size: 15px; color: var(--muted); line-height: 1.7; }

/* CTA FINAL */
.landing-page .cta-final { padding: 0 40px clamp(56px,7vw,90px); }
.landing-page .cta-card { max-width: 1080px; margin: 0 auto; background: linear-gradient(135deg, var(--ink), #134155); border-radius: 32px; padding: clamp(40px,6vw,80px) clamp(24px,5vw,64px); text-align: center; position: relative; overflow: hidden; }
.landing-page .cta-blob { position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 600px; height: 360px; background: radial-gradient(ellipse, rgba(34,193,232,.28), rgba(34,193,232,0) 70%); pointer-events: none; }
.landing-page .cta-final .inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.landing-page .cta-final img { height: 40px; filter: brightness(0) invert(1); opacity: .85; margin-bottom: 28px; }
.landing-page .cta-final h2 { font-size: clamp(28px, 5.2vw, 48px); color: #fff; letter-spacing: -0.03em; margin-bottom: 18px; }
.landing-page .cta-final h2 em { color: var(--celeste); font-style: italic; }
.landing-page .cta-final p { font-size: 17px; color: #A9C0CD; line-height: 1.6; margin-bottom: 32px; }
.landing-page .btn-cta-final { display: inline-flex; align-items: center; gap: 10px; background: var(--celeste); color: #04161F; text-decoration: none; font-size: 16.5px; font-weight: 700; padding: 16px 30px; border-radius: 999px; box-shadow: 0 14px 34px rgba(34,193,232,.35); transition: background .15s, transform .15s; }
.landing-page .btn-cta-final:hover { background: #4ECEEF; transform: translateY(-2px); }
.landing-page .cta-sub { margin-top: 18px; font-size: 14px; color: var(--accent-light); }

/* FOOTER */
.landing-page .lp-footer { background: var(--white); padding: 36px 40px 28px; text-align: center; border-top: 1px solid var(--border); }
.landing-page .footer-brand { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; }
.landing-page .footer-brand img { height: 26px; }
.landing-page .footer-brand span { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 16px; color: var(--ink); }
.landing-page .footer-links { margin-bottom: 14px; }
.landing-page .footer-links a { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .15s; }
.landing-page .footer-links a:hover { color: var(--accent); }
.landing-page .footer-sep { margin: 0 8px; color: var(--border); }
.landing-page .lp-footer p { font-size: 13px; color: #8595A0; }

/* FAB */
.landing-page .lp-fab { position: fixed; bottom: 28px; right: 28px; width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(140deg, var(--celeste), var(--accent)); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(34,193,232,.45); z-index: 999; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.landing-page .lp-fab:hover { transform: scale(1.08); box-shadow: 0 8px 36px rgba(34,193,232,.6); }
.landing-page .fab-ring { position: absolute; width: 100%; height: 100%; border-radius: 50%; background: var(--celeste); opacity: .25; animation: lp-ring 2.2s ease-out infinite; }
@keyframes lp-ring { 0%{transform:scale(1);opacity:.25;} 100%{transform:scale(1.9);opacity:0;} }

/* DIRECTORIO PRESENCIA WEB (claro) */
.landing-page .lp-directorio { padding: 96px 40px; }
.landing-page .dir-inner { max-width: 1080px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: clamp(36px,5vw,64px); align-items: center; }
.landing-page .dir-inner > div:first-child { flex: 1 1 380px; min-width: 280px; }
.landing-page .dir-badge { display: inline-flex; align-items: center; gap: 8px; background: #EEF8FB; border: 1px solid #CDEDF6; color: var(--accent); font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 999px; margin-bottom: 20px; }
.landing-page .lp-directorio h2 { margin-bottom: 18px; }
.landing-page .dir-text p { font-size: 16px; color: var(--muted); line-height: 1.6; margin-bottom: 24px; max-width: 480px; }
.landing-page .dir-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; }
.landing-page .dir-list li { font-size: 15.5px; color: #2C3E48; display: flex; gap: 11px; align-items: flex-start; line-height: 1.5; }
.landing-page .dir-list li::before { content: '\2713'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.landing-page .dir-mock { flex: 1 1 360px; min-width: 280px; background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 24px 60px rgba(12,30,43,.08); overflow: hidden; max-width: 420px; margin: 0 auto; }
.landing-page .dir-mock-bar { background: var(--light); border-bottom: 1px solid var(--border); padding: 12px 16px; display: flex; align-items: center; gap: 9px; }
.landing-page .dir-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.landing-page .dir-dot-red { background: #FF5F57; }
.landing-page .dir-dot-yellow { background: #FEBC2E; }
.landing-page .dir-dot-green { background: #28C840; }
.landing-page .dir-mock-url { flex: 1; background: #fff; border: 1px solid #E4EDF1; border-radius: 8px; padding: 5px 12px; font-size: 12px; color: #8595A0; margin-left: 4px; }
.landing-page .dir-mock-body { padding: 18px; }
.landing-page .dir-mock-breadcrumb { font-size: 12px; color: #1A0DAB; opacity: .6; }
.landing-page .dir-mock-title { font-size: 18px; color: #1A0DAB; font-weight: 600; margin-top: 3px; line-height: 1.3; }
.landing-page .dir-mock-desc { font-size: 13.5px; color: #4D5156; line-height: 1.5; margin-top: 6px; }
.landing-page .dir-mock-pills { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.landing-page .dir-mock-pills span { font-size: 12px; font-weight: 600; color: var(--accent); background: #EEF8FB; padding: 5px 11px; border-radius: 999px; }
.landing-page .dir-mock-foot { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--border); font-size: 12px; color: #8595A0; }

/* ── Páginas SEO satélite (reservas / pedidos / carta / web-gratis) ── */

/* PAGE HERO — hero de texto, sin mockup, para páginas satélite */
.landing-page .page-hero { padding: clamp(56px,8vw,96px) 40px clamp(48px,6vw,72px); position: relative; overflow: hidden; background: var(--light); border-bottom: 1px solid var(--border); }
.landing-page .page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 80% 0%, rgba(34,193,232,.16), transparent 70%); pointer-events: none; }
.landing-page .page-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.landing-page .page-hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(34px, 5.5vw, 56px); line-height: 1.08; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 22px; }
.landing-page .page-hero .hero-sub { font-size: 18px; color: var(--muted); max-width: 600px; line-height: 1.7; margin-bottom: 36px; }

/* CONTENT */
.landing-page .content-section { padding: 88px 40px; }
.landing-page .content-section .body-text { font-size: 17px; color: var(--muted); line-height: 1.9; max-width: 720px; margin-bottom: 56px; }
.landing-page .content-section h2 { font-size: clamp(24px, 3vw, 34px); padding-top: 36px; border-top: 1px solid var(--border); margin-top: 36px; }
.landing-page .content-section h2:first-of-type { margin-top: 0; border-top: none; padding-top: 0; }
.landing-page .content-section .section-body { font-size: 16px; color: var(--muted); line-height: 1.8; max-width: 680px; }
.landing-page .url-block { display: inline-block; background: var(--ink); color: var(--accent-light); font-family: 'SF Mono', 'Consolas', monospace; font-size: 14.5px; padding: 12px 20px; border-radius: 12px; margin: 4px 0 8px; }

/* FAQ (columna única, para páginas satélite) */
.landing-page .faq-section { background: var(--light); padding: 88px 40px; border-top: 1px solid var(--border); }
.landing-page .faq-section .wrap { max-width: 760px; }

/* INTERNAL LINK */
.landing-page .internal-link-block { padding: 28px 40px; background: var(--white); border-top: 1px solid var(--border); text-align: center; }
.landing-page .internal-link-block p { max-width: 720px; margin: 0 auto; font-size: 15px; color: var(--muted); }
.landing-page .internal-link-block a { color: var(--accent); font-weight: 600; text-decoration: none; }
.landing-page .internal-link-block a:hover { text-decoration: underline; }

/* ── Página pedidos-takeaway (variante: hero oscuro con bullets + demo + bloques de venta) ── */

/* HERO oscuro, sin mockup, con lista de bullets y doble CTA */
.landing-page .hero { background: var(--ink); padding: clamp(64px,9vw,104px) 40px clamp(64px,8vw,96px); position: relative; overflow: hidden; }
.landing-page .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 15% 20%, rgba(34,193,232,.18), transparent 70%); pointer-events: none; }
.landing-page .hero .hero-inner { max-width: 740px; }
.landing-page .hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(34px, 5.2vw, 58px); line-height: 1.08; letter-spacing: -0.03em; color: #fff; margin-bottom: 20px; }
.landing-page .hero .hero-sub { color: #A9C0CD; margin-bottom: 24px; }
.landing-page .hero-bullets { list-style: none; margin: 0 0 36px; display: flex; flex-direction: column; gap: 8px; }
.landing-page .hero-bullets li { font-size: 16px; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 10px; }
.landing-page .hero-bullets li::before { content: '\2713'; color: var(--celeste); font-weight: 700; flex-shrink: 0; }
.landing-page .hero-ctas { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.landing-page .btn-ghost { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.5); font-size: 14px; font-weight: 500; background: none; border: none; cursor: pointer; font-family: inherit; padding: 0; text-decoration: underline; text-underline-offset: 3px; transition: color .15s; }
.landing-page .btn-ghost:hover { color: #fff; }

/* DEMO */
.landing-page .demo-block { background: var(--light); padding: clamp(56px,7vw,88px) 40px; }
.landing-page .block-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.landing-page .demo-block h2 { font-size: clamp(24px, 3vw, 36px); margin-bottom: 10px; }
.landing-page .demo-desc { font-size: 16px; color: var(--muted); max-width: 540px; margin-bottom: 32px; line-height: 1.8; }
.landing-page .demo-widget-wrap { background: var(--white); border: 1.5px solid var(--border); border-radius: 20px; padding: 28px; min-height: 80px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.landing-page #demo-open-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--accent); color: #fff; font-size: 16px; font-weight: 700; padding: 18px 32px; border-radius: 999px; border: none; cursor: pointer; font-family: inherit; text-decoration: none; transition: transform .2s, box-shadow .2s; box-shadow: 0 10px 26px rgba(11,147,189,.3); }
.landing-page #demo-open-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(11,147,189,.4); }

/* SECTION genérica (bloques de venta) */
.landing-page .section { padding: clamp(64px,8vw,96px) 40px; }
.landing-page .section-light { background: var(--light); }
.landing-page .section-dark { background: var(--ink); }
.landing-page .section h2 { font-size: clamp(26px, 3.2vw, 40px); margin-bottom: 16px; }
.landing-page .section-dark h2 { color: #fff; }
.landing-page .section .section-body { font-size: 17px; color: var(--muted); line-height: 1.9; max-width: 680px; }
.landing-page .section-dark .section-body { color: #A9C0CD; }

/* BULLET LIST (flecha) */
.landing-page .bullet-list { list-style: none; margin: 20px 0 0; display: flex; flex-direction: column; gap: 10px; }
.landing-page .bullet-list li { font-size: 16px; color: var(--ink); display: flex; align-items: flex-start; gap: 12px; line-height: 1.5; }
.landing-page .bullet-list li::before { content: '\2192'; color: var(--accent); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* STEPS (cómo funciona) */
.landing-page .steps { display: flex; flex-direction: column; gap: 0; margin-top: 32px; max-width: 600px; }
.landing-page .step { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.landing-page .step:last-child { border-bottom: none; }
.landing-page .step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Bricolage Grotesque', sans-serif; }
.landing-page .step-content { padding-top: 5px; }
.landing-page .step-title { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.landing-page .step-desc { font-size: 15px; color: var(--muted); line-height: 1.6; }

/* FEATURES GRID (tarjetas sobre fondo oscuro) */
.landing-page .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.landing-page .feature-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 20px 22px; transition: background .2s; }
.landing-page .feature-card:hover { background: rgba(255,255,255,.08); }
.landing-page .fc-icon { font-size: 20px; margin-bottom: 8px; }
.landing-page .fc-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; font-weight: 700; color: rgba(255,255,255,.92); margin-bottom: 4px; }
.landing-page .fc-desc { font-size: 14px; color: #A9C0CD; line-height: 1.6; }

/* OBJECIONES */
.landing-page .objections { display: flex; flex-direction: column; gap: 12px; max-width: 680px; margin-top: 28px; }
.landing-page .objection { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; padding: 20px 24px; }
.landing-page .obj-q { font-size: 14px; font-weight: 700; color: var(--muted); margin-bottom: 6px; font-style: italic; }
.landing-page .obj-a { font-size: 16px; color: var(--ink); line-height: 1.65; }

/* CTA BAND */
.landing-page .cta-band { background: var(--accent); padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.landing-page .cta-band-text { font-size: 18px; font-weight: 600; color: #fff; max-width: 480px; line-height: 1.45; }
.landing-page .btn-white { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: var(--accent); font-size: 15px; font-weight: 700; padding: 14px 28px; border-radius: 999px; text-decoration: none; flex-shrink: 0; transition: box-shadow .2s, transform .2s; }
.landing-page .btn-white:hover { box-shadow: 0 8px 32px rgba(0,0,0,.18); transform: translateY(-1px); }

/* RESPONSIVE */
@media (max-width: 800px) {
  .landing-page .wrap { padding: 0 24px; }
  .landing-page .lp-nav { padding: 0 16px; height: auto; flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; gap: 8px; }
  .landing-page .nav-logo { flex: 1 1 auto; min-width: 0; }
  .landing-page .nav-logo span { font-size: 15px; }
  .landing-page .nav-right { flex: 0 0 100%; justify-content: center; gap: 10px; }
  .landing-page .nav-link { font-size: 13px; }
  .landing-page .nav-link-register { padding: 6px 12px; font-size: 13px; }
  .landing-page .btn-wa-sm { font-size: 13px; padding: 8px 14px; }
  .landing-page .lp-hero { padding: 56px 24px 64px; }
  .landing-page .page-hero, .landing-page .content-section, .landing-page .faq-section, .landing-page .internal-link-block { padding-left: 24px; padding-right: 24px; }
  .landing-page .lp-pain, .landing-page .lp-benefits, .landing-page .lp-how, .landing-page .lp-directorio, .landing-page .lp-pricing, .landing-page .lp-faq, .landing-page .cta-final { padding-left: 24px; padding-right: 24px; }
  .landing-page .pain-cards { grid-template-columns: 1fr; }
  .landing-page .how-grid { grid-template-columns: 1fr; }
  .landing-page .pricing-grid { grid-template-columns: 1fr; max-width: 100%; }
  .landing-page .faq-cols { grid-template-columns: 1fr; gap: 32px; }
  .landing-page .hero-grid { flex-direction: column; }
  .landing-page .hero-visual { margin-top: 16px; }
  .landing-page .hero-btns { flex-direction: column; align-items: stretch; }
  .landing-page .hero-anchor { justify-content: center; }
  .landing-page .billing-toggle { width: 100%; }
  .landing-page .toggle-opt { flex: 1; justify-content: center; }
  .landing-page .hero, .landing-page .demo-block, .landing-page .section, .landing-page .cta-band { padding-left: 24px; padding-right: 24px; }
  .landing-page .hero-ctas { flex-direction: column; align-items: flex-start; gap: 16px; }
  .landing-page .cta-band { flex-direction: column; text-align: center; }
  .landing-page .cta-band-text { max-width: 100%; }
}
@media (max-width: 900px) {
  .landing-page .features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .landing-page .features-grid { grid-template-columns: 1fr; }
}

/* ── Página partners (variante: hero centrado + flujo + calculadora de ingresos) ── */

.landing-page .hero-center { text-align: center; }
.landing-page .hero-center .hero-inner { max-width: 820px; margin: 0 auto; }
.landing-page .hero-center .hero-ctas { justify-content: center; }
.landing-page .hero-eyebrow-dark { display: inline-flex; align-items: center; gap: 8px; background: rgba(34,193,232,.12); border: 1px solid rgba(34,193,232,.3); color: var(--celeste); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; margin-bottom: 28px; }
.landing-page .btn-outline-dark { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); text-decoration: none; font-size: 14px; font-weight: 600; padding: 14px 28px; border-radius: 999px; transition: border-color .2s, color .2s; }
.landing-page .btn-outline-dark:hover { border-color: rgba(255,255,255,.5); color: #fff; }

/* FLOW (pasos en grid, fondo claro) */
.landing-page .flow-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2px; background: var(--border); border-radius: 22px; overflow: hidden; margin-top: 28px; }
.landing-page .flow-card { background: var(--white); padding: 30px 26px; }
.landing-page .flow-num { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.landing-page .flow-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.landing-page .flow-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }
.landing-page .flow-highlight { display: inline-block; background: #dcfce7; color: #15803d; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px; margin-bottom: 10px; }

/* STAT CARDS (tarjetas de cifras sobre fondo oscuro) */
.landing-page .stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 28px 0; }
.landing-page .stat-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 26px 18px; text-align: center; position: relative; transition: background .2s; }
.landing-page .stat-card:hover { background: rgba(255,255,255,.07); }
.landing-page .stat-card.featured { background: rgba(34,193,232,.12); border-color: rgba(34,193,232,.35); }
.landing-page .stat-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--celeste); color: #04161F; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 14px; border-radius: 999px; white-space: nowrap; }
.landing-page .stat-card-label { font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 12px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; }
.landing-page .stat-card-amount { font-family: 'Bricolage Grotesque', sans-serif; font-size: 32px; font-weight: 700; color: #fff; line-height: 1; letter-spacing: -0.02em; margin-bottom: 6px; }
.landing-page .stat-card-amount .eur { font-size: 16px; vertical-align: super; }
.landing-page .stat-card-amount .mo { font-family: 'Hanken Grotesk', sans-serif; font-size: 13px; color: rgba(255,255,255,.4); font-weight: 400; letter-spacing: 0; }
.landing-page .stat-card-sub { font-size: 13px; color: var(--celeste); font-weight: 600; margin-bottom: 6px; }
.landing-page .stat-card-note { font-size: 11px; color: rgba(255,255,255,.35); }

/* INFO BAND (franja de detalle sobre fondo oscuro) */
.landing-page .info-band { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 26px 30px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.landing-page .info-band-block { flex: 1; min-width: 180px; }
.landing-page .info-band-plan { font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 4px; }
.landing-page .info-band-value { font-size: 15px; color: rgba(255,255,255,.8); }
.landing-page .info-band-value strong { color: var(--celeste); }
.landing-page .info-band-sep { font-size: 22px; color: rgba(255,255,255,.2); font-weight: 300; }

.landing-page .btn-pill-sm { display: inline-flex; align-items: center; gap: 8px; background: var(--celeste); color: #04161F; text-decoration: none; font-size: 14px; font-weight: 700; padding: 12px 26px; border-radius: 999px; transition: background .15s, transform .15s; flex-shrink: 0; }
.landing-page .btn-pill-sm:hover { background: #4ECEEF; transform: translateY(-1px); }

@media (max-width: 800px) {
  .landing-page .flow-grid { grid-template-columns: 1fr; }
  .landing-page .stat-cards { grid-template-columns: repeat(2, 1fr); }
  .landing-page .info-band { flex-direction: column; align-items: flex-start; }
  .landing-page .info-band-sep { display: none; }
}

/* ── Páginas legales (privacidad / términos) ── */

.landing-page .legal-wrap { max-width: 860px; margin: 0 auto; padding: 48px 40px 80px; }
.landing-page .legal-card { background: var(--white); border: 1px solid var(--border); border-radius: 24px; padding: 48px 52px; box-shadow: 0 10px 30px rgba(12,30,43,.04); }
.landing-page .legal-date { display: inline-block; background: var(--ink); color: #fff; font-size: 13px; font-weight: 600; padding: 5px 14px; border-radius: 999px; margin-bottom: 16px; }
.landing-page .legal-card h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(28px, 4vw, 40px); letter-spacing: -0.02em; color: var(--ink); margin-bottom: 32px; line-height: 1.15; }

.landing-page .toc { background: var(--light); border: 1px solid var(--border); border-radius: 16px; padding: 22px 26px; margin-bottom: 40px; }
.landing-page .toc h2 { font-family: 'Hanken Grotesk', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.landing-page .toc ol { list-style: none; display: flex; flex-direction: column; gap: 6px; padding-left: 0; }
.landing-page .toc li a { font-size: 14px; color: var(--accent); text-decoration: none; font-weight: 500; }
.landing-page .toc li a:hover { text-decoration: underline; }

.landing-page .legal-section { margin-bottom: 40px; padding-top: 28px; border-top: 1px solid var(--border); }
.landing-page .legal-section:first-of-type { border-top: none; padding-top: 0; }
.landing-page .legal-section h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(19px, 2.4vw, 23px); font-weight: 700; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 14px; }
.landing-page .legal-section h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-top: 22px; margin-bottom: 8px; }
.landing-page .legal-section h4 { font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.landing-page .legal-section p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 10px; }
.landing-page .legal-section ul, .landing-page .legal-section ol { padding-left: 20px; margin-bottom: 10px; }
.landing-page .legal-section li { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 4px; }
.landing-page .legal-section a { color: var(--accent); font-weight: 600; text-decoration: none; }
.landing-page .legal-section a:hover { text-decoration: underline; }

.landing-page .info-box { background: #EEF8FB; border-left: 4px solid var(--celeste); border-radius: 8px; padding: 14px 18px; margin: 12px 0; }
.landing-page .info-box p { margin: 0; }
.landing-page .warn-box { background: #FFF1EE; border-left: 4px solid var(--orange); border-radius: 8px; padding: 14px 18px; margin: 12px 0; }
.landing-page .warn-box p { margin: 0; }
.landing-page .gray-box { background: var(--light); border: 1px solid var(--border); border-radius: 10px; padding: 16px 20px; }
.landing-page .gray-box p { margin-bottom: 4px; }
.landing-page .dark-box { background: var(--ink); color: #fff; border-radius: 14px; padding: 22px 26px; }
.landing-page .dark-box a { color: var(--celeste); }
.landing-page .dark-box p { color: rgba(255,255,255,.9); }

.landing-page .rights-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 16px 0; }
.landing-page .right-card { background: var(--light); border: 1px solid var(--border); border-radius: 12px; padding: 14px 18px; }
.landing-page .right-card strong { display: block; font-size: 14.5px; color: var(--ink); margin-bottom: 4px; }
.landing-page .right-card p { font-size: 13.5px; color: var(--muted); line-height: 1.5; margin: 0; }

.landing-page .provider-item { padding: 16px 0; border-bottom: 1px solid var(--border); }
.landing-page .provider-item:last-child { border-bottom: none; }
.landing-page .provider-item strong { display: block; font-size: 15px; color: var(--ink); margin-bottom: 4px; }
.landing-page .provider-item p { font-size: 14px; color: var(--muted); line-height: 1.6; margin: 0; }

.landing-page .legal-section table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 12px 0; }
.landing-page .legal-section th, .landing-page .legal-section td { border: 1px solid var(--border); padding: 8px 12px; text-align: left; }
.landing-page .legal-section th { background: var(--light); font-weight: 600; color: var(--ink); }

.landing-page .confirm-box { background: rgba(34,193,232,.08); border: 1.5px solid rgba(34,193,232,.3); border-radius: 16px; padding: 24px 28px; margin-top: 32px; }
.landing-page .confirm-box h3 { font-family: 'Bricolage Grotesque', sans-serif; color: var(--ink); font-weight: 700; margin-bottom: 12px; font-size: 17px; }
.landing-page .confirm-box ul { padding-left: 20px; margin-bottom: 0; }
.landing-page .confirm-box li { font-size: 14.5px; color: var(--ink); line-height: 1.7; margin-bottom: 4px; }

@media (max-width: 800px) {
  .landing-page .legal-wrap { padding: 24px 16px 60px; }
  .landing-page .legal-card { padding: 28px 22px; }
  .landing-page .rights-grid { grid-template-columns: 1fr; }
}

/* PARTNER REQUEST FORM (P-29) */
.landing-page .partner-form { display: flex; flex-direction: column; gap: 16px; }
.landing-page .partner-form-field { display: flex; flex-direction: column; gap: 6px; }
.landing-page .partner-form-field label { font-size: 13px; font-weight: 600; color: var(--ink); }
.landing-page .partner-form-field input,
.landing-page .partner-form-field textarea { border: 1.5px solid var(--border); border-radius: 12px; padding: 12px 16px; font-size: 15px; font-family: inherit; color: var(--ink); background: var(--white); outline: none; transition: border-color .15s; resize: vertical; }
.landing-page .partner-form-field input:focus,
.landing-page .partner-form-field textarea:focus { border-color: var(--celeste); }
.landing-page .partner-form-error { background: rgba(255,91,65,.08); border: 1px solid rgba(255,91,65,.3); color: var(--orange); font-size: 14px; padding: 10px 14px; border-radius: 10px; }
.landing-page .partner-form-success { background: rgba(29,174,99,.08); border: 1.5px solid rgba(29,174,99,.3); color: var(--green); font-size: 15px; font-weight: 600; padding: 18px 22px; border-radius: 14px; }
