@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:swap;src:url("fonts/Poppins-Regular.woff2") format("woff2")}
@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:url("fonts/Poppins-Medium.woff2") format("woff2")}
@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:url("fonts/Poppins-SemiBold.woff2") format("woff2")}
@font-face{font-family:"Poppins";font-style:normal;font-weight:700;font-display:swap;src:url("fonts/Poppins-Bold.woff2") format("woff2")}
@font-face{font-family:"Poppins";font-style:normal;font-weight:800;font-display:swap;src:url("fonts/Poppins-ExtraBold.woff2") format("woff2")}

/* FacturaciónSV landing UI/UX refactor — v0.1.23 */
body.landing-page{
  --landing-navy:#071d47;
  --landing-navy-light:#12376f;
  --landing-blue:#2160ec;
  --landing-blue-dark:#174cc3;
  --landing-blue-bright:#3f78f2;
  --landing-blue-soft:#eaf1ff;
  --landing-blue-pale:#f5f8ff;
  --landing-green:#087a4f;
  --landing-green-soft:#eaf9f2;
  --landing-ink:#172033;
  --landing-copy:#475467;
  --landing-muted:#667085;
  --landing-line:#d8e0ec;
  --landing-line-strong:#c6d2e2;
  --landing-white:#fff;
  --landing-surface:#f5f8fc;
  --landing-radius-control:12px;
  --landing-radius-card:18px;
  --landing-radius-section:26px;
  --landing-shadow-card:0 12px 34px rgba(20,40,80,.075);
  --landing-shadow-strong:0 24px 64px rgba(16,42,91,.13);
  --landing-container:1200px;
  --landing-section-space:88px;
  margin:0;
  overflow-x:clip;
  background:var(--landing-white);
  color:var(--landing-ink);
  font-family:"Poppins",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.6;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
.landing-page *, .landing-page *::before, .landing-page *::after{box-sizing:border-box}
.landing-page img,.landing-page svg{display:block;max-width:100%}
.landing-page button,.landing-page input,.landing-page select,.landing-page textarea{font:inherit}
.landing-page a{color:inherit}
.landing-page [hidden]{display:none!important}
.landing-icon-sprite{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.landing-page :where(a,button,summary):focus-visible{outline:3px solid color-mix(in srgb,var(--landing-blue) 58%,#fff);outline-offset:3px}
.landing-container{width:min(var(--landing-container),calc(100% - 48px));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.landing-skip-link{position:fixed;z-index:999;top:12px;left:12px;padding:10px 14px;border-radius:10px;background:var(--landing-navy);color:#fff!important;text-decoration:none;transform:translateY(-160%);transition:transform .15s ease}
.landing-skip-link:focus{transform:translateY(0)}
.landing-page :where(#funciones,#plataforma,#dte,#como-funciona,#migracion,#planes,#faq){scroll-margin-top:92px}

/* Header */
.landing-header{position:sticky;top:0;z-index:80;border-bottom:1px solid transparent;background:rgba(255,255,255,.92);backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);transition:box-shadow .2s ease,border-color .2s ease,background-color .2s ease}
.landing-header.is-scrolled{border-color:rgba(216,224,236,.92);background:rgba(255,255,255,.97);box-shadow:0 8px 28px rgba(25,45,80,.065)}
.landing-nav{position:relative;display:flex;min-height:80px;align-items:center;justify-content:space-between;gap:30px}
.landing-brand{display:inline-flex;align-items:center;min-height:44px;text-decoration:none!important;flex:0 0 auto}
.landing-brand-logo img{display:block;width:auto;height:52px;max-width:min(300px,52vw);object-fit:contain}
.landing-nav-menu{display:flex;min-width:0;flex:1 1 auto;align-items:center;justify-content:flex-end;gap:clamp(18px,2vw,30px)}
.landing-nav-menu>a,.landing-login-link{display:inline-flex;align-items:center;min-height:44px;color:#344054;text-decoration:none;font-size:14px;font-weight:600;white-space:nowrap;transition:color .15s ease}
.landing-nav-menu>a:hover,.landing-login-link:hover{color:var(--landing-blue)}
.landing-nav-actions{display:flex;align-items:center;gap:16px}
.landing-nav-toggle{display:none;align-items:center;gap:9px;border:0;background:transparent;color:var(--landing-navy);font-weight:700;cursor:pointer}
.landing-nav-toggle-icon{display:grid;width:25px;gap:4px}
.landing-nav-toggle-icon span{height:2px;border-radius:99px;background:currentColor}

/* Buttons */
.landing-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:11px 19px;border:1px solid transparent;border-radius:var(--landing-radius-control);font-size:14px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none!important;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease}
.landing-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.landing-button:hover{transform:translateY(-1px)}
.landing-button-primary{background:var(--landing-blue);color:#fff!important;box-shadow:0 10px 24px color-mix(in srgb,var(--landing-blue) 24%,transparent)}
.landing-button-primary:hover{background:var(--landing-blue-dark);box-shadow:0 14px 28px color-mix(in srgb,var(--landing-blue) 28%,transparent)}
.landing-button-secondary{border-color:var(--landing-line-strong);background:#fff;color:var(--landing-navy)!important}
.landing-button-secondary:hover{border-color:color-mix(in srgb,var(--landing-blue) 45%,var(--landing-line));background:var(--landing-blue-pale);color:var(--landing-blue-dark)!important}
.landing-button-small{min-height:44px;padding:10px 17px}
.landing-button-light{background:#fff;color:var(--landing-blue)!important;box-shadow:0 10px 24px rgba(0,0,0,.09)}
.landing-button-light:hover{background:#f7faff}
.landing-button-ghost{border-color:rgba(255,255,255,.46);background:transparent;color:#fff!important}
.landing-button-ghost:hover{background:rgba(255,255,255,.09);border-color:#fff}

/* Hero */
.landing-hero{position:relative;overflow:hidden;background:linear-gradient(116deg,#fff 0%,#fafcff 52%,#edf4ff 100%)}
.landing-hero::before{position:absolute;left:-220px;bottom:-250px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle at center,color-mix(in srgb,var(--landing-blue) 8%,transparent),transparent 68%);content:"";pointer-events:none}
.landing-hero::after{position:absolute;top:-220px;right:-120px;width:620px;height:620px;border:1px solid color-mix(in srgb,var(--landing-blue) 12%,transparent);border-radius:50%;content:"";pointer-events:none}
.landing-hero .landing-container{width:min(1240px,calc(100% - 48px))}
.landing-hero-grid{position:relative;z-index:1;display:grid;min-height:710px;grid-template-columns:minmax(0,1fr) minmax(540px,.96fr);align-items:center;gap:clamp(64px,6vw,96px);padding-block:74px 0}
.landing-hero-copy{max-width:660px;padding-block:16px 72px}
.landing-eyebrow,.landing-section-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:var(--landing-blue);font-size:12px;font-weight:700;letter-spacing:.035em;text-transform:uppercase}
.landing-section-kicker{letter-spacing:.07em}
.landing-hero .landing-eyebrow{gap:12px;margin-bottom:28px;padding:10px 18px;border:1px solid #d7e4ff;border-radius:999px;background:rgba(255,255,255,.86);box-shadow:0 10px 26px rgba(36,87,210,.06);color:var(--landing-blue);font-size:14px;font-weight:700;letter-spacing:0;text-transform:none}
.landing-eyebrow span{width:10px;height:10px;border-radius:50%;background:var(--landing-blue);box-shadow:0 0 0 6px var(--landing-blue-soft)}
.landing-hero h1{max-width:650px;margin:0;color:var(--landing-navy);font-size:clamp(54px,5.2vw,82px);font-weight:800;letter-spacing:-.06em;line-height:.97;text-wrap:balance}
.landing-hero h1 span{display:block;color:var(--landing-blue)}
.landing-hero-lead{max-width:680px;margin:26px 0 0;color:#5a6b8f;font-size:clamp(22px,1.75vw,27px);line-height:1.42}
.landing-hero-actions{display:flex;flex-wrap:wrap;gap:18px;margin-top:38px}
.landing-hero-actions .landing-button{min-height:58px;padding:15px 28px;border-radius:18px;font-size:16px}
.landing-button-video{gap:12px;padding-inline:28px;border-color:#d7dff0;background:#fff;box-shadow:none}
.landing-button-video:hover{border-color:#c6d3eb;background:#fff}
.landing-button-video-icon{display:grid;width:28px;height:28px;place-items:center;border:2px solid color-mix(in srgb,var(--landing-blue) 28%,#b6c5e0);border-radius:50%;color:var(--landing-blue)}
.landing-button-video-icon svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linejoin:round}
.landing-hero-badges{display:flex;flex-wrap:nowrap!important;align-items:center;gap:0;width:max-content;max-width:none;margin:36px 0 0;padding:0;list-style:none;color:#3b4d71;font-size:12.8px;font-weight:600;white-space:nowrap}
.landing-hero-badges li{position:relative;display:flex;flex:0 0 auto;align-items:center;gap:8px;padding-right:14px;margin-right:14px;white-space:nowrap}
.landing-hero-badges li::before{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border-radius:50%;background:var(--landing-green);color:#fff;content:"✓";font-size:13px;font-weight:800;box-shadow:0 0 0 4px var(--landing-green-soft)}
.landing-hero-badges li:not(:last-child)::after{position:absolute;top:50%;right:0;width:1px;height:24px;background:#d7dff0;transform:translateY(-50%);content:""}
.landing-hero-visual{position:relative;display:grid;place-items:end center;align-self:end;margin:0;min-width:0}
.landing-hero-visual::before{display:none}
.landing-hero-visual-modern{padding:0}
.landing-photo{position:relative;width:100%;height:auto;object-fit:contain}
.landing-photo-hero-modern{width:min(100%,730px);filter:drop-shadow(0 26px 38px rgba(25,45,85,.06))}


/* v0.1.28 — hero visual compuesto: recorte humano + elementos UI nativos */
.landing-hero-visual-modern{isolation:isolate;overflow:visible;padding:0;perspective:1000px}
.landing-hero-scene{position:relative;width:min(100%,720px);height:640px;margin-left:auto}
.landing-hero-glow{position:absolute;z-index:0;inset:8% 2% 3% 6%;border-radius:46% 54% 52% 48%;background:radial-gradient(circle at 50% 46%,rgba(229,239,255,.96) 0%,rgba(238,245,255,.66) 42%,rgba(255,255,255,0) 72%);filter:blur(2px)}
.landing-hero-orbit{position:absolute;z-index:1;left:50%;top:51%;border:1px solid rgba(33,96,236,.22);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}
.landing-hero-orbit-one{width:76%;aspect-ratio:1;animation:heroOrbitSpin 26s linear infinite}
.landing-hero-orbit-two{width:91%;aspect-ratio:1;border-style:dashed;border-color:rgba(33,96,236,.15);animation:heroOrbitSpinReverse 36s linear infinite}
.landing-hero-orbit-dot{position:absolute;z-index:2;width:14px;height:14px;border-radius:50%;background:#4f8bf7;box-shadow:0 0 0 7px rgba(79,139,247,.08);pointer-events:none}
.landing-hero-orbit-dot-a{top:18%;left:28%;animation:heroDotPulse 3.8s ease-in-out infinite}
.landing-hero-orbit-dot-b{right:8%;top:39%;width:10px;height:10px;animation:heroDotPulse 3.8s .8s ease-in-out infinite}
.landing-hero-orbit-dot-c{bottom:14%;left:20%;width:9px;height:9px;animation:heroDotPulse 3.8s 1.5s ease-in-out infinite}
.landing-hero-person{position:absolute;z-index:4;bottom:-8%;left:52%;width:auto;height:108%;max-width:none;transform:translateX(-50%);filter:drop-shadow(0 28px 42px rgba(16,48,102,.14));object-fit:contain;object-position:bottom center;pointer-events:none}
.landing-floating-card,.landing-floating-pill{position:absolute;z-index:7;border:1px solid rgba(213,225,247,.88);background:rgba(255,255,255,.93);box-shadow:0 20px 50px rgba(28,64,126,.13);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.landing-floating-card{display:flex;align-items:center;gap:12px;padding:16px 17px;border-radius:18px;color:var(--landing-navy)}
.landing-floating-card-dte{top:21%;left:-2%;min-width:205px;animation:heroFloatA 5.2s ease-in-out infinite}
.landing-floating-card-dte>span:nth-child(2){display:grid;gap:2px}.landing-floating-card-dte strong{font-size:15px}.landing-floating-card-dte small{color:#7a8aa9;font-size:11px}
.landing-floating-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#edf4ff;color:var(--landing-blue)}
.landing-floating-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.landing-floating-check{position:absolute;top:-11px;right:-10px;display:grid;width:30px;height:30px;place-items:center;border:4px solid #fff;border-radius:50%;background:#16b364;color:#fff;font-size:14px;font-style:normal;font-weight:800;box-shadow:0 8px 18px rgba(22,179,100,.2)}
.landing-floating-card-sales{top:38%;right:-5%;display:grid;min-width:205px;grid-template-columns:1fr auto;gap:15px;animation:heroFloatB 5.8s .5s ease-in-out infinite}
.landing-floating-card-sales>span:first-child{display:grid;gap:3px}.landing-floating-card-sales small{color:#7a8aa9;font-size:11px}.landing-floating-card-sales strong{font-size:24px;letter-spacing:-.04em}.landing-floating-card-sales em{display:inline-flex;width:max-content;margin-top:3px;padding:3px 7px;border-radius:999px;background:#e8f8ef;color:#10945a;font-size:10px;font-style:normal;font-weight:800}
.landing-mini-bars{display:flex;align-items:flex-end;gap:5px;height:46px;padding-top:7px}.landing-mini-bars i{display:block;width:7px;border-radius:999px 999px 3px 3px;background:#cfe0ff}.landing-mini-bars i:nth-child(1){height:14px}.landing-mini-bars i:nth-child(2){height:21px}.landing-mini-bars i:nth-child(3){height:29px}.landing-mini-bars i:nth-child(4){height:38px;background:#73a3ff}.landing-mini-bars i:nth-child(5){height:46px;background:#2160ec}
.landing-floating-pill{right:1%;bottom:11%;display:flex;align-items:center;gap:10px;padding:11px 16px;border-radius:999px;animation:heroFloatC 6s .25s ease-in-out infinite}
.landing-floating-pill>span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#edf4ff;color:var(--landing-blue);font-size:17px}.landing-floating-pill strong{color:#263b67;font-size:11px;line-height:1.3}
.landing-floating-note{position:absolute;z-index:6;top:13%;right:2%;color:#5e93f2;font-size:19px;font-weight:600;line-height:1.25;transform:rotate(-6deg);opacity:.75;font-family:"Segoe UI",cursive;animation:heroFloatNote 6.4s ease-in-out infinite}
.landing-floating-note span{display:block;margin-top:4px;margin-left:12px;font-size:30px;line-height:1;transform:rotate(18deg)}
@keyframes heroFloatA{0%,100%{transform:translate3d(0,0,0) rotate(-.7deg)}50%{transform:translate3d(0,-12px,0) rotate(.7deg)}}
@keyframes heroFloatB{0%,100%{transform:translate3d(0,0,0) rotate(.4deg)}50%{transform:translate3d(0,-14px,0) rotate(-.5deg)}}
@keyframes heroFloatC{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(-4px,-10px,0)}}
@keyframes heroFloatNote{0%,100%{transform:translate3d(0,0,0) rotate(-6deg)}50%{transform:translate3d(4px,-8px,0) rotate(-4deg)}}
@keyframes heroOrbitSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes heroOrbitSpinReverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}
@keyframes heroDotPulse{0%,100%{opacity:.55;transform:scale(.88)}50%{opacity:1;transform:scale(1.12)}}

/* Trust row */
.landing-trust{border-block:1px solid var(--landing-line);background:#fff}
.landing-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding-block:20px}
.landing-highlights>div{display:flex;align-items:center;gap:12px;min-width:0;padding:5px 22px;border-right:1px solid var(--landing-line)}
.landing-highlights>div:first-child{padding-left:0}.landing-highlights>div:last-child{padding-right:0;border-right:0}
.landing-highlights svg{width:24px;height:24px;flex:0 0 24px;fill:none;stroke:var(--landing-blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.landing-highlights span{display:grid;gap:1px;min-width:0}.landing-highlights strong{color:var(--landing-navy);font-size:13px}.landing-highlights small{overflow:hidden;color:var(--landing-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}

/* Shared section system */
.landing-section{padding-block:var(--landing-section-space);background:#fff}
.landing-section-tinted{background:var(--landing-surface)}
.landing-section-heading{max-width:760px;margin:0 auto 42px;text-align:center}
.landing-section-heading.landing-align-left{margin-inline:0;text-align:left}
.landing-section-heading h2,.landing-media-copy h2,.landing-migration h2,.landing-faq-intro h2,.landing-final-cta h2{margin:0;color:var(--landing-navy);font-size:clamp(30px,3vw,44px);letter-spacing:-.035em;line-height:1.12;text-wrap:balance}
.landing-section-heading>p:last-child,.landing-media-copy>p,.landing-migration-copy>p,.landing-faq-intro>p{margin:14px 0 0;color:var(--landing-copy);font-size:17px;line-height:1.7}
.landing-section-intro{font-size:20px!important;font-weight:600;color:var(--landing-navy)!important}

/* Benefits */
.landing-benefits{display:grid;gap:18px}.landing-benefits-three{grid-template-columns:repeat(3,1fr)}
.landing-card{min-height:100%;padding:28px;border:1px solid var(--landing-line);border-radius:var(--landing-radius-card);background:#fff;box-shadow:var(--landing-shadow-card)}
.landing-card-icon{display:grid;width:46px;height:46px;place-items:center;margin-bottom:22px;border-radius:13px;background:var(--landing-blue-soft);color:var(--landing-blue)}
.landing-card-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.landing-card h3{margin:0;color:var(--landing-navy);font-size:19px;line-height:1.3}.landing-card p{margin:10px 0 0;color:var(--landing-copy);font-size:14px;line-height:1.7}

/* Media sections */
.landing-media-split,.landing-dte-layout,.landing-process-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(440px,1.14fr);align-items:center;gap:clamp(54px,7vw,96px)}
.landing-media-copy,.landing-dte-content,.landing-process-copy{min-width:0}
.landing-media-visual{position:relative;display:grid;place-items:center;margin:0;min-width:0;padding:24px;border-radius:var(--landing-radius-section);background:linear-gradient(145deg,#fff,var(--landing-blue-pale));border:1px solid color-mix(in srgb,var(--landing-blue) 11%,var(--landing-line));overflow:hidden}
.landing-media-visual .landing-photo{width:min(100%,540px)}
.landing-check-list{display:grid;gap:13px;margin:24px 0 0;padding:0;list-style:none;color:#344054;font-size:14px;font-weight:600}
.landing-check-list li{display:flex;align-items:flex-start;gap:10px}.landing-check-list svg{width:20px;height:20px;flex:0 0 20px;margin-top:1px;fill:none;stroke:var(--landing-blue);stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.landing-media-copy>.landing-button{margin-top:28px}

/* DTE */
.landing-dte-layout{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr)}
.landing-dte-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px}
.landing-dte-card{display:flex;min-height:76px;align-items:center;gap:13px;padding:15px 16px;border:1px solid var(--landing-line);border-radius:14px;background:#fff}
.landing-dte-card span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:10px;background:var(--landing-blue-soft);color:var(--landing-blue);font-size:12px;font-weight:800}
.landing-dte-card h3{margin:0;color:var(--landing-navy);font-size:14px;line-height:1.25}
.landing-dte-visual{background:linear-gradient(155deg,#fff 5%,#eef4ff 100%)}

/* Process */
.landing-process-layout{grid-template-columns:minmax(420px,.92fr) minmax(0,1.08fr)}
.landing-process-visual{background:linear-gradient(150deg,#fafdff,#eaf2ff)}
.landing-steps{display:grid;gap:0;margin:28px 0 0;padding:0;list-style:none}
.landing-steps li{position:relative;display:grid;grid-template-columns:44px 1fr;gap:15px;padding:0 0 24px}
.landing-steps li:not(:last-child)::after{position:absolute;top:42px;bottom:4px;left:21px;width:2px;background:var(--landing-line);content:""}
.landing-steps li>span{position:relative;z-index:1;display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:var(--landing-blue);color:#fff;font-size:14px;font-weight:800;box-shadow:0 0 0 6px var(--landing-blue-soft)}
.landing-steps h3{margin:1px 0 4px;color:var(--landing-navy);font-size:17px}.landing-steps p{margin:0;color:var(--landing-copy);font-size:14px;line-height:1.65}
.landing-activation-note{display:grid;gap:3px;margin-top:6px;padding:16px 18px;border:1px solid #bce8d3;border-radius:14px;background:var(--landing-green-soft);color:var(--landing-green)}
.landing-activation-note strong{font-size:14px}.landing-activation-note small{color:#45695a;font-size:11px;line-height:1.55}
.landing-process-copy>.landing-button{margin-top:24px}

/* Migration */
.landing-migration{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:clamp(50px,7vw,90px);padding:46px 50px;border:1px solid var(--landing-line);border-radius:var(--landing-radius-section);background:linear-gradient(110deg,#f9fbff,#edf4ff);overflow:hidden}
.landing-migration-copy{max-width:590px}.landing-migration-note{max-width:560px!important;color:var(--landing-muted)!important;font-size:13px!important}
.landing-migration-copy>.landing-button{margin-top:24px}
.landing-migration-visual{display:grid;place-items:center;margin:0;min-width:0;align-self:stretch}
.landing-migration-visual .landing-photo{width:min(100%,480px);align-self:end}

/* Pricing */
.landing-pricing{display:grid;gap:16px}.landing-pricing-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.landing-price-card{position:relative;display:flex;min-width:0;flex-direction:column;padding:24px;border:1px solid var(--landing-line);border-radius:var(--landing-radius-card);background:#fff;box-shadow:var(--landing-shadow-card)}
.landing-price-card.landing-price-featured{border-color:color-mix(in srgb,var(--landing-blue) 65%,var(--landing-line));box-shadow:0 18px 45px color-mix(in srgb,var(--landing-blue) 16%,transparent)}
.landing-price-top{display:flex;min-height:30px;align-items:flex-start;justify-content:space-between;gap:8px}
.landing-price-label{color:var(--landing-navy);font-size:15px;font-weight:800}
.landing-price-badge{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;background:var(--landing-blue-soft);color:var(--landing-blue);font-size:9px;font-weight:800;white-space:nowrap}
.landing-price{display:flex;align-items:flex-end;gap:6px;margin:18px 0 20px;color:var(--landing-navy)}
.landing-price strong{font-size:34px;letter-spacing:-.04em;line-height:1}.landing-price span{padding-bottom:2px;color:var(--landing-muted);font-size:11px}
.landing-price-card ul{display:grid;gap:11px;margin:0 0 24px;padding:0;list-style:none;color:#344054;font-size:12px}
.landing-price-card li{display:flex;align-items:flex-start;gap:8px}.landing-price-card li svg{width:16px;height:16px;flex:0 0 16px;margin-top:1px;fill:none;stroke:var(--landing-green);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.landing-price-card>.landing-button{width:100%;margin-top:auto}

/* FAQ */
.landing-faq{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(48px,7vw,88px)}
.landing-faq-intro{position:sticky;top:116px}.landing-faq-list{display:grid;gap:10px}
.landing-faq-list details{border:1px solid var(--landing-line);border-radius:14px;background:#fff;overflow:hidden}
.landing-faq-list summary{position:relative;display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;color:var(--landing-navy);font-size:14px;font-weight:700;cursor:pointer;list-style:none}
.landing-faq-list summary::-webkit-details-marker{display:none}
.landing-faq-list summary span{position:relative;width:18px;height:18px;flex:0 0 18px}
.landing-faq-list summary span::before,.landing-faq-list summary span::after{position:absolute;top:8px;left:2px;width:14px;height:2px;border-radius:99px;background:var(--landing-blue);content:"";transition:transform .18s ease}
.landing-faq-list summary span::after{transform:rotate(90deg)}.landing-faq-list details[open] summary span::after{transform:rotate(0)}
.landing-faq-list details[open] summary{border-bottom:1px solid var(--landing-line)}
.landing-faq-list details>div{padding:0 20px 18px}.landing-faq-list details p{margin:15px 0 0;color:var(--landing-copy);font-size:13px;line-height:1.75}

/* Closing CTA */
.landing-closing{padding-block:72px;background:#fff}
.landing-final-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:34px;padding:44px 48px;border-radius:var(--landing-radius-section);background:linear-gradient(120deg,var(--landing-navy),var(--landing-blue));color:#fff;box-shadow:var(--landing-shadow-strong);overflow:hidden}
.landing-final-cta .landing-section-kicker{color:#bcd3ff}.landing-final-cta h2{color:#fff}.landing-final-cta p:not(.landing-section-kicker){max-width:680px;margin:12px 0 0;color:rgba(255,255,255,.82);font-size:15px}
.landing-final-actions{display:flex;align-items:center;gap:10px}

/* Footer */
.landing-footer{border-top:1px solid var(--landing-line);background:#f8fafc}
.landing-footer-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:52px;padding-block:48px 34px}
.landing-footer .landing-brand-logo img{height:44px;max-width:min(270px,70vw)}
.landing-footer-grid>div>p{max-width:560px;margin:18px 0 0;color:var(--landing-copy);font-size:13px;line-height:1.7}
.landing-footer nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:13px 26px;padding-top:5px}
.landing-footer nav a{color:var(--landing-copy);font-size:13px;font-weight:600;text-decoration:none}.landing-footer nav a:hover{color:var(--landing-blue)}
.landing-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:22px;border-top:1px solid var(--landing-line);color:var(--landing-muted);font-size:11px}.landing-footer-bottom p{margin:0}

/* Flash messages on public landing */
.landing-flash{position:fixed;z-index:120;top:96px;right:20px;width:min(410px,calc(100vw - 40px));padding:14px 42px 14px 16px;border:1px solid;border-radius:14px;background:#fff;box-shadow:0 18px 46px rgba(23,32,51,.14);font-size:13px;font-weight:600}
.landing-flash-success{border-color:#9fdfbf;background:#effbf5;color:#087a4f}.landing-flash-error{border-color:#f4b3b3;background:#fff3f3;color:#b42318}

/* Mobile CTA */
.landing-mobile-cta{position:fixed;z-index:74;right:16px;bottom:16px;left:16px;display:none;min-height:50px;align-items:center;justify-content:center;gap:8px;border-radius:13px;background:var(--landing-blue);color:#fff!important;font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 15px 36px rgba(20,87,217,.28);opacity:0;transform:translateY(18px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.landing-mobile-cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.landing-mobile-cta.is-visible{opacity:1;transform:none;pointer-events:auto}

/* Registration confirmation */
.registration-confirmation-open{overflow:hidden}
.registration-success-overlay{position:fixed;z-index:160;inset:0;display:grid;place-items:center;padding:24px;background:rgba(7,29,71,.38);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
.registration-success-card{width:min(520px,100%);padding:34px;border:1px solid rgba(255,255,255,.5);border-radius:22px;background:#fff;box-shadow:0 32px 90px rgba(7,29,71,.24);text-align:center}
.registration-success-icon{display:grid;width:56px;height:56px;place-items:center;margin:0 auto 18px;border-radius:50%;background:var(--landing-green-soft);color:var(--landing-green);font-size:28px;font-weight:800}
.registration-success-card h2{margin:0;color:var(--landing-navy);font-size:30px;letter-spacing:-.03em}.registration-success-card>p:not(.landing-section-kicker){margin:14px 0 0;color:var(--landing-copy);font-size:14px;line-height:1.7}.registration-success-card .landing-button{margin-top:24px;min-width:160px}

/* Reveal animation */
.has-js [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.has-js [data-reveal].is-visible{opacity:1;transform:none}


@media(max-width:1180px) and (min-width:1025px){
  .landing-hero-badges{font-size:12.5px}
  .landing-hero-badges li{padding-right:12px;margin-right:12px}
  .landing-hero-scene{width:min(100%,650px);height:600px}
  .landing-hero-person{height:104%;left:52%;bottom:-7%}
}

/* Tablet / small laptop */
@media(max-width:1100px){
  body.landing-page{--landing-section-space:72px}
  .landing-hero-grid{grid-template-columns:minmax(0,1fr) minmax(450px,.92fr);gap:44px;min-height:640px;padding-block:68px 0}
  .landing-pricing-four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .landing-highlights{grid-template-columns:repeat(2,1fr)}
  .landing-highlights>div{border-right:0;border-bottom:1px solid var(--landing-line);padding:12px 20px}
  .landing-highlights>div:nth-last-child(-n+2){border-bottom:0}
  .landing-highlights>div:nth-child(odd){border-right:1px solid var(--landing-line)}
}

/* Switch all complex splits to one column before cramped tablet widths */
@media(max-width:1024px){
  .landing-hero-grid,.landing-media-split,.landing-dte-layout,.landing-process-layout,.landing-migration,.landing-faq{grid-template-columns:1fr}
  .landing-hero-grid{min-height:0;gap:30px;padding-block:62px 0}
  .landing-hero-copy{max-width:760px;margin-inline:auto;padding-block:0 56px;text-align:center}
  .landing-hero h1,.landing-hero-lead{margin-inline:auto}
  .landing-hero-actions,.landing-hero-badges{justify-content:center}
  .landing-hero-badges{width:auto;max-width:100%;flex-wrap:wrap!important;white-space:normal}
  .landing-hero-visual{max-width:760px;margin-inline:auto}
  .landing-media-split,.landing-dte-layout,.landing-process-layout{gap:40px}
  .landing-media-copy,.landing-dte-content,.landing-process-copy{max-width:760px;margin-inline:auto;width:100%}
  .landing-section-heading.landing-align-left{text-align:center;margin-inline:auto}
  .landing-media-visual,.landing-process-visual,.landing-dte-visual{width:min(720px,100%);margin-inline:auto}
  .landing-process-visual{order:2}.landing-process-copy{order:1}
  .landing-migration{gap:26px;padding:38px}.landing-migration-copy{max-width:720px}.landing-migration-visual .landing-photo{width:min(100%,500px)}
  .landing-faq{gap:34px}.landing-faq-intro{position:static;max-width:740px}
  .landing-final-cta{grid-template-columns:1fr}.landing-final-actions{justify-content:flex-start}
}

/* Mobile navigation and layouts */
@media(max-width:900px){
  .landing-container{width:min(100% - 32px,var(--landing-container))}
  .landing-nav{min-height:72px;gap:16px}
  .landing-brand-logo img{height:44px;max-width:220px}
  .landing-nav-toggle{display:inline-flex;min-height:44px;padding:6px}
  .landing-nav-menu{position:absolute;top:calc(100% + 8px);right:0;left:0;display:grid;gap:0;padding:10px;border:1px solid var(--landing-line);border-radius:16px;background:#fff;box-shadow:var(--landing-shadow-strong)}
  .landing-nav-menu>a,.landing-login-link{min-height:48px;padding:0 12px;border-radius:10px}
  .landing-nav-menu>a:hover,.landing-login-link:hover{background:var(--landing-blue-pale)}
  .landing-nav-actions{display:grid;gap:6px;margin-top:6px;padding-top:8px;border-top:1px solid var(--landing-line)}
  .landing-nav-actions .landing-button{width:100%}
  .landing-benefits-three{grid-template-columns:1fr}
  .landing-card{padding:24px}
  .landing-dte-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .landing-footer-grid{grid-template-columns:1fr;gap:30px}
  .landing-footer nav{max-width:500px}
  .landing-mobile-cta{display:flex}
}

@media(max-width:700px){
  body.landing-page{--landing-section-space:56px}
  .landing-section-heading{margin-bottom:30px}
  .landing-hero-grid{padding-block:54px 0}
  .landing-hero h1{font-size:clamp(40px,11vw,54px);line-height:1.02}
  .landing-hero-lead{font-size:18px;line-height:1.5}
  .landing-highlights{grid-template-columns:1fr;padding-block:8px}
  .landing-highlights>div,.landing-highlights>div:nth-child(odd){border-right:0;border-bottom:1px solid var(--landing-line);padding:12px 4px}
  .landing-highlights>div:last-child{border-bottom:0}
  .landing-pricing-four{grid-template-columns:1fr}
  .landing-migration{padding:30px 24px}
  .landing-final-cta{padding:34px 26px}.landing-final-actions{flex-wrap:wrap}
  .landing-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}
}

@media(max-width:560px){
  .landing-container{width:calc(100% - 28px)}
  .landing-nav{min-height:68px}.landing-brand-logo img{height:40px;max-width:190px}
  .landing-hero-grid{padding-block:42px 0}
  .landing-eyebrow{font-size:10px}
  .landing-hero h1{font-size:clamp(36px,11vw,46px);letter-spacing:-.04em}
  .landing-hero-actions{display:grid}.landing-hero-actions .landing-button{width:100%;min-height:54px;padding-inline:22px}.landing-button-video{justify-content:center}
  .landing-hero-badges{display:grid;grid-template-columns:1fr;justify-items:start;max-width:280px;margin-inline:auto;text-align:left}.landing-hero-badges li{margin-right:0;padding-right:0}.landing-hero-badges li:not(:last-child)::after{display:none}
    .landing-section-heading h2,.landing-media-copy h2,.landing-migration h2,.landing-faq-intro h2,.landing-final-cta h2{font-size:30px}
  .landing-section-heading>p:last-child,.landing-media-copy>p,.landing-migration-copy>p,.landing-faq-intro>p{font-size:15px}
  .landing-media-visual{padding:14px;border-radius:20px}
  .landing-dte-grid{grid-template-columns:1fr}.landing-dte-card{min-height:68px}
  .landing-steps li{grid-template-columns:38px 1fr;gap:13px}.landing-steps li>span{width:38px;height:38px}.landing-steps li:not(:last-child)::after{top:38px;left:18px}
  .landing-price-card{padding:22px}
  .landing-faq-list summary{padding:15px 16px;font-size:13px}.landing-faq-list details>div{padding:0 16px 16px}
  .landing-final-actions{display:grid;width:100%}.landing-final-actions .landing-button{width:100%}
  .landing-footer-grid{padding-block:38px 26px}.landing-footer nav{grid-template-columns:1fr 1fr}
  .registration-success-card{padding:28px 22px}.registration-success-card h2{font-size:27px}
}

@media(max-width:390px){
  .landing-container{width:calc(100% - 24px)}
  .landing-brand-logo img{height:37px;max-width:170px}
  .landing-nav-toggle-label{display:none}
  .landing-hero h1{font-size:35px}
  .landing-card{padding:21px}
  .landing-migration{padding:26px 20px}
  .landing-final-cta{padding:30px 20px}
}


@media(max-width:1180px){
  .landing-hero-scene{height:570px}
  .landing-floating-card-dte{left:0;transform:scale(.92)}
  .landing-floating-card-sales{right:0;transform:scale(.92)}
  .landing-floating-note{right:0;font-size:17px}
}
@media(max-width:1024px){
  .landing-hero-scene{width:min(100%,660px);height:590px;margin-inline:auto}
  .landing-floating-card-dte{left:2%}.landing-floating-card-sales{right:2%}
}
@media(max-width:700px){
  .landing-hero-scene{height:500px;max-width:560px}
  .landing-hero-person{height:104%;left:51%;bottom:-7%}
  .landing-floating-card{padding:12px 13px;border-radius:15px}
  .landing-floating-card-dte{top:24%;left:-1%;min-width:165px}.landing-floating-card-dte strong{font-size:12px}.landing-floating-card-dte small{font-size:9px}.landing-floating-icon{width:34px;height:34px}.landing-floating-icon svg{width:19px;height:19px}
  .landing-floating-card-sales{top:42%;right:-1%;min-width:160px;gap:9px}.landing-floating-card-sales strong{font-size:18px}.landing-mini-bars{height:36px}.landing-mini-bars i{width:5px}.landing-mini-bars i:nth-child(5){height:36px}.landing-mini-bars i:nth-child(4){height:30px}.landing-mini-bars i:nth-child(3){height:23px}.landing-mini-bars i:nth-child(2){height:17px}.landing-mini-bars i:nth-child(1){height:11px}
  .landing-floating-pill{right:3%;bottom:8%;padding:8px 12px}.landing-floating-note{display:none}
}
@media(max-width:520px){
  .landing-hero-scene{height:430px}
  .landing-floating-card-sales{display:none}
  .landing-floating-card-dte{top:21%;left:0;transform:scale(.9);transform-origin:left center}
  .landing-floating-pill{right:0;bottom:5%;transform:scale(.9);transform-origin:right center}
  .landing-hero-orbit-two{display:none}
}

@media(prefers-reduced-motion:reduce){
  .landing-page *, .landing-page *::before, .landing-page *::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  .has-js [data-reveal]{opacity:1!important;transform:none!important}
}

@media(max-width:640px){
  .landing-hero .landing-eyebrow{font-size:13px;padding:9px 14px}
  .landing-hero-lead{font-size:17px}
  .landing-photo-hero-modern{width:min(100%,520px)}
}

/* v0.1.30 — hero estable sin parallax y con recorte humano completo */
.landing-hero-scene{transform:none!important}
.landing-hero-person{will-change:auto}
@media(min-width:1025px){.landing-hero-badges{width:max-content;flex-wrap:nowrap!important}.landing-hero-badges li{white-space:nowrap}}

/* v0.1.33 — hero y beneficios en un solo primer viewport */
@media(min-width:1101px) and (min-height:760px){
  .landing-hero{
    min-height:calc(100svh - 80px);
    min-height:calc(100dvh - 80px);
    display:flex;
    flex-direction:column;
  }
  .landing-hero-grid{
    flex:1 1 auto;
    min-height:0;
    width:min(1240px,calc(100% - 48px));
    align-items:center;
    padding-block:clamp(34px,4.5vh,56px) clamp(22px,3vh,38px);
  }
  .landing-hero-copy{
    align-self:center;
    padding-block:0;
  }
  .landing-hero-visual{
    align-self:center;
  }
  .landing-hero-scene{
    width:min(100%,720px);
    height:clamp(530px,61dvh,630px);
  }
  .landing-hero-person{
    height:100%;
    bottom:0;
    left:51%;
  }
  .landing-trust{
    flex:0 0 auto;
    width:100%;
    min-height:76px;
    display:flex;
    align-items:center;
    border-bottom:0;
  }
  .landing-highlights{
    width:min(1240px,calc(100% - 48px));
    padding-block:14px;
  }
}

/* v0.1.36 — la franja de beneficios cubre el corte inferior del personaje */
@media(min-width:1101px) and (min-height:760px){
  .landing-hero{
    position:relative;
    display:block;
    min-height:calc(100svh - 80px);
    min-height:calc(100dvh - 80px);
    padding-bottom:84px;
    box-sizing:border-box;
    overflow:hidden;
  }
  .landing-hero-grid{
    min-height:calc(100svh - 164px);
    min-height:calc(100dvh - 164px);
    height:calc(100dvh - 164px);
    padding-block:clamp(24px,3.2vh,42px) 0;
    align-items:center;
  }
  .landing-hero-copy{
    align-self:center;
    padding-block:0;
  }
  .landing-hero-visual{
    align-self:center;
  }
  .landing-hero-scene{
    width:min(100%,720px);
    height:clamp(560px,66dvh,660px);
  }
  .landing-hero-person{
    height:108%;
    bottom:-58px;
    left:51%;
  }
  .landing-trust{
    position:absolute;
    z-index:20;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:84px;
    min-height:84px;
    display:flex;
    align-items:center;
    background:#fff;
    border-top:1px solid var(--landing-line);
    border-bottom:0;
    box-shadow:0 -10px 30px rgba(15,43,91,.035);
  }
  .landing-highlights{
    width:min(1240px,calc(100% - 48px));
    padding-block:14px;
  }
}

/* v0.1.37 — auditoría responsive del hero: una sola lógica de altura y solape */
@media (min-width:1025px){
  .landing-hero{
    display:grid!important;
    grid-template-rows:minmax(0,1fr) auto!important;
    min-height:calc(100svh - 80px)!important;
    min-height:calc(100dvh - 80px)!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .landing-hero-grid{
    width:min(1240px,calc(100% - 48px))!important;
    min-height:0!important;
    height:auto!important;
    align-items:center!important;
    gap:clamp(34px,4.6vw,78px)!important;
    padding:clamp(24px,3.8vh,44px) 0 clamp(12px,2vh,24px)!important;
  }
  .landing-hero-copy{
    align-self:center!important;
    padding:0!important;
  }
  .landing-hero-visual{
    align-self:stretch!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    min-height:0!important;
    overflow:visible!important;
  }
  .landing-hero-scene{
    width:min(100%,690px)!important;
    height:clamp(430px,calc(100dvh - 250px),620px)!important;
    margin:0 auto!important;
  }
  .landing-hero-person{
    height:calc(100% + 46px)!important;
    max-height:none!important;
    bottom:-46px!important;
    left:51%!important;
  }
  .landing-trust{
    position:relative!important;
    z-index:30!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:84px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    background:#fff!important;
    border-top:1px solid var(--landing-line)!important;
    border-bottom:0!important;
    box-shadow:0 -10px 30px rgba(15,43,91,.035)!important;
  }
  .landing-highlights{
    width:min(1240px,calc(100% - 48px))!important;
    padding-block:14px!important;
  }
}

/* Escritorio/laptop con poca altura: compactar, nunca superponer */
@media (min-width:1025px) and (max-height:759px){
  .landing-hero-grid{
    gap:clamp(26px,3.5vw,54px)!important;
    padding:18px 0 8px!important;
  }
  .landing-hero h1{
    font-size:clamp(44px,4.1vw,58px)!important;
    line-height:1!important;
  }
  .landing-hero .landing-eyebrow{
    margin-bottom:16px!important;
    padding:8px 14px!important;
    font-size:12px!important;
  }
  .landing-hero-lead{
    margin-top:18px!important;
    font-size:clamp(17px,1.45vw,20px)!important;
    line-height:1.45!important;
  }
  .landing-hero-actions{
    margin-top:22px!important;
    gap:12px!important;
  }
  .landing-hero-actions .landing-button{
    min-height:48px!important;
    padding:11px 20px!important;
    border-radius:14px!important;
    font-size:14px!important;
  }
  .landing-hero-badges{
    margin-top:22px!important;
    font-size:12px!important;
  }
  .landing-hero-scene{
    width:min(100%,610px)!important;
    height:clamp(390px,calc(100dvh - 220px),480px)!important;
  }
  .landing-hero-person{
    height:calc(100% + 34px)!important;
    bottom:-34px!important;
  }
  .landing-floating-card-dte{
    transform:scale(.88)!important;
    transform-origin:left center!important;
  }
  .landing-floating-card-sales{
    transform:scale(.88)!important;
    transform-origin:right center!important;
  }
  .landing-floating-pill-time{
    transform:scale(.9)!important;
    transform-origin:right center!important;
  }
  .landing-floating-note{font-size:15px!important}
  .landing-trust{min-height:72px!important}
  .landing-highlights{padding-block:9px!important}
  .landing-highlights>div{padding-block:3px!important}
}

/* Anchos intermedios de escritorio */
@media (min-width:1025px) and (max-width:1280px){
  .landing-hero-grid{
    grid-template-columns:minmax(0,.92fr) minmax(470px,1.08fr)!important;
  }
  .landing-hero-scene{width:min(100%,620px)!important}
  .landing-hero-badges{font-size:12px!important}
  .landing-hero-badges li{padding-right:11px!important;margin-right:11px!important}
}

/* Tablet y móvil: eliminar por completo el solape con beneficios */
@media (max-width:1024px){
  .landing-hero{
    display:block!important;
    min-height:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .landing-hero-grid{
    height:auto!important;
    min-height:0!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
    padding:52px 0 0!important;
  }
  .landing-hero-copy{
    padding:0 0 24px!important;
  }
  .landing-hero-visual{
    align-self:auto!important;
    width:100%!important;
    max-width:760px!important;
    margin-inline:auto!important;
    overflow:visible!important;
  }
  .landing-hero-scene{
    width:min(100%,650px)!important;
    height:clamp(430px,66vw,570px)!important;
    margin-inline:auto!important;
  }
  .landing-hero-person{
    height:100%!important;
    bottom:0!important;
    left:51%!important;
  }
  .landing-trust{
    position:relative!important;
    z-index:20!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    background:#fff!important;
    border-top:1px solid var(--landing-line)!important;
  }
}

@media (max-width:700px){
  .landing-hero-grid{padding-top:42px!important;gap:18px!important}
  .landing-hero-copy{padding-bottom:18px!important}
  .landing-hero-scene{height:clamp(390px,88vw,500px)!important}
  .landing-floating-card-dte{top:30%!important;left:-1%!important}
  .landing-floating-pill-time{bottom:5%!important}
}

@media (max-width:520px){
  .landing-hero-grid{padding-top:34px!important}
  .landing-hero-scene{height:390px!important;max-width:470px!important}
  .landing-hero-person{height:98%!important;left:50%!important}
  .landing-floating-card-dte{top:34%!important;left:-2%!important}
  .landing-floating-pill-time{bottom:4%!important}
}

/* v0.1.38 — escala adaptativa para escritorios altos */
@media (min-width:1280px) and (min-height:820px){
  .landing-hero-grid{
    align-items:stretch!important;
    gap:clamp(46px,4.2vw,76px)!important;
    padding:16px 0 2px!important;
  }
  .landing-hero-copy{
    align-self:center!important;
    max-width:700px!important;
    transform:translateY(-12px);
  }
  .landing-hero-copy h1{
    max-width:690px!important;
    font-size:clamp(58px,4.25vw,70px)!important;
    line-height:.98!important;
  }
  .landing-hero-lead{
    max-width:690px!important;
    margin-top:22px!important;
    font-size:clamp(21px,1.42vw,25px)!important;
  }
  .landing-hero-actions{margin-top:28px!important}
  .landing-hero-badges{margin-top:26px!important}
  .landing-hero-visual{
    align-self:stretch!important;
    align-items:stretch!important;
    justify-content:center!important;
  }
  .landing-hero-scene{
    align-self:stretch!important;
    width:min(100%,760px)!important;
    height:100%!important;
    min-height:620px!important;
    max-height:800px!important;
    margin:0 auto!important;
  }
  .landing-hero-person{
    height:calc(100% + 50px)!important;
    bottom:-50px!important;
    left:51%!important;
  }
}

@media (min-width:1600px) and (min-height:950px){
  .landing-hero-copy{transform:translateY(-18px)}
  .landing-hero-copy h1{font-size:72px!important}
  .landing-hero-scene{width:min(100%,800px)!important;max-height:840px!important}
  .landing-hero-person{height:calc(100% + 58px)!important;bottom:-58px!important}
}


/* v0.1.39 — ajuste móvil del card DTE para no tapar el rostro */


/* v0.1.40 — baja adicional del card DTE en móvil para liberar completamente el rostro */
