*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--background);color:var(--foreground);overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none}::selection{background:var(--primary-soft);color:var(--foreground)}.wrap{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:500;font-size:15px;height:46px;padding:0 20px;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;transition:all var(--dur-base) var(--ease-standard);white-space:nowrap}.btn svg{width:18px;height:18px}a.btn-primary,.btn.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background:var(--primary-hover)}a.btn-ghost,.btn.btn-ghost{background:transparent;color:var(--foreground);border-color:var(--border-strong)}.btn-ghost:hover{background:var(--surface-sunken)}.btn-sm{height:40px;padding:0 16px;font-size:14px}.btn-lg{height:52px;padding:0 26px;font-size:16px}.eyebrow{font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--foreground-soft)}.sci{font-family:var(--font-display);font-style:italic;font-weight:400}.mono{font-family:var(--font-mono);letter-spacing:0}header.nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--background) 88%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:70px}.brand{display:flex;align-items:center;gap:11px}.brand img{width:34px;height:34px}.brand .wm{display:block;font-family:var(--font-body);font-weight:600;letter-spacing:.12em;font-size:18px;color:var(--foreground);line-height:1}.brand .desc{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--foreground-soft);font-weight:600;margin-top:3px}header.nav{transition:background var(--dur-base) var(--ease-standard),box-shadow var(--dur-base) var(--ease-standard),border-color var(--dur-base)}header.nav.scrolled{background:color-mix(in srgb,var(--background) 94%,transparent);box-shadow:var(--shadow-md);border-bottom-color:var(--border-strong)}.nav-links{display:flex;align-items:center;gap:30px}.nav-links a.link{position:relative;color:var(--foreground-muted);font-size:14.5px;font-weight:500;transition:color var(--dur-fast)}.nav-links a.link:hover{color:var(--foreground)}.nav-links a.link:after{content:"";position:absolute;left:0;right:0;bottom:-22px;height:2px;border-radius:2px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform var(--dur-base) var(--ease-standard)}.nav-links a.link.active{color:var(--foreground)}.nav-links a.link.active:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:12px}.icon-btn{width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:transparent;color:var(--foreground-muted);display:grid;place-items:center;cursor:pointer;transition:all var(--dur-fast)}.icon-btn:hover{background:var(--surface-sunken);color:var(--foreground)}.icon-btn svg{width:18px;height:18px}.nav-toggle{display:none}.hero{position:relative;padding:84px 0 96px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;position:relative;z-index:2}.page-bg{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.bg-parallax{position:absolute;inset:0}.page-bg .dots{position:absolute;inset:0;opacity:.55;background-image:radial-gradient(var(--border) 1.1px,transparent 1.1px);background-size:28px 28px;-webkit-mask-image:radial-gradient(ellipse 90% 60% at 50% 20%,#000 20%,transparent 80%);mask-image:radial-gradient(ellipse 90% 60% at 50% 20%,#000 20%,transparent 80%)}.page-bg .glow{position:absolute;border-radius:50%;filter:blur(40px);will-change:transform}.page-bg .g1{width:600px;height:600px;top:-10%;left:-4%;background:radial-gradient(circle,var(--primary) 0%,var(--primary) 18%,transparent 70%);opacity:.72;animation:drift1 14s var(--ease-standard) infinite alternate}.page-bg .g2{width:560px;height:560px;top:14%;right:-3%;background:radial-gradient(circle,var(--accent-warm) 0%,var(--accent-warm) 18%,transparent 72%);opacity:.64;animation:drift2 17s var(--ease-standard) infinite alternate}.page-bg .g3{width:500px;height:500px;bottom:-12%;left:34%;background:radial-gradient(circle,var(--destructive) 0%,var(--destructive) 16%,transparent 72%);opacity:.52;animation:drift3 20s var(--ease-standard) infinite alternate}.page-bg .g4{width:520px;height:520px;top:52%;left:2%;background:radial-gradient(circle,var(--primary) 0%,var(--primary) 16%,transparent 72%);opacity:.58;animation:drift2 24s var(--ease-standard) infinite alternate-reverse}.page-bg .frog{position:absolute;right:-70px;top:6%;width:420px;opacity:.06;transform:rotate(-8deg);animation:bob 9s ease-in-out infinite}@keyframes drift1{0%{transform:translate(0) scale(1)}to{transform:translate(170px,120px) scale(1.25)}}@keyframes drift2{0%{transform:translate(0) scale(1)}to{transform:translate(-150px,90px) scale(1.2)}}@keyframes drift3{0%{transform:translate(0) scale(1)}to{transform:translate(120px,-110px) scale(1.3)}}@keyframes bob{0%,to{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-8deg) translateY(-16px)}}.reveal{opacity:0;transform:translateY(22px);animation:reveal-up .7s var(--ease-standard) forwards}@keyframes reveal-up{to{opacity:1;transform:translateY(0)}}.d1{animation-delay:.05s}.d2{animation-delay:.15s}.d3{animation-delay:.27s}.d4{animation-delay:.39s}.d5{animation-delay:.5s}.reveal-pop{opacity:0;transform:translateY(26px) scale(.97);animation:reveal-pop .8s var(--ease-standard) .3s forwards}@keyframes reveal-pop{to{opacity:1;transform:translateY(0) scale(1)}}.chip-cert{animation:chip-in .6s var(--ease-standard) .9s both,floatA 6s ease-in-out 1.5s infinite}.chip-qr{animation:chip-in .6s var(--ease-standard) 1.05s both,floatB 7s ease-in-out 1.7s infinite}@keyframes chip-in{0%{opacity:0;transform:translateY(14px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes floatA{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes floatB{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media(prefers-reduced-motion:reduce){.page-bg .glow,.page-bg .frog{animation:none!important}.reveal,.reveal-pop,.chip-cert,.chip-qr{animation:none!important;opacity:1!important;transform:none!important}.ficha-foot .coi-bar{animation:none!important;transform:none!important}.hero h1 em:after{animation:none!important;transform:scaleX(1)!important}}body.reveal-done .reveal,body.reveal-done .reveal-pop{opacity:1!important;transform:none!important}body.reveal-done .ficha-foot .coi-bar{transform:scaleX(1)!important}body.reveal-done .hero h1 em:after{transform:scaleX(1)!important}html.sr-ready .sec-head,html.sr-ready .stat,html.sr-ready .mod,html.sr-ready .feature .fcopy,html.sr-ready .feature .fig,html.sr-ready .sag-card,html.sr-ready blockquote,html.sr-ready .quote-mark,html.sr-ready .price,html.sr-ready .price-note,html.sr-ready .doc-list li,html.sr-ready .roadmap-list li,html.sr-ready .qr-variants figure,html.sr-ready .hoja-preview,html.sr-ready .roadmap-head,html.sr-ready .cta-band{opacity:0;transform:translateY(30px);transition:opacity .65s var(--ease-standard),transform .65s var(--ease-standard)}html.sr-ready .feature.flip .fcopy{transform:translateY(30px)}html.sr-ready .in{opacity:1!important;transform:none!important}.hero-kicker{display:inline-flex;align-items:center;gap:9px;padding:6px 13px 6px 9px;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);margin-bottom:26px}.hero-kicker .flag{width:18px;height:13px;border-radius:2px;overflow:hidden;display:grid;grid-template-rows:1fr 1fr;box-shadow:0 0 0 1px var(--border)}.hero-kicker .flag .top{background:#fff;position:relative}.hero-kicker .flag .top:before{content:"";position:absolute;left:0;top:0;width:42%;height:100%;background:#0a2a66}.hero-kicker .flag .top:after{content:"★";position:absolute;left:8%;top:-2px;color:#fff;font-size:7px}.hero-kicker .flag .bot{background:#d52b1e}.hero-kicker span.t{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--foreground-muted)}.hero h1{font-family:var(--font-display);font-weight:500;font-size:clamp(40px,5.2vw,60px);line-height:1.04;letter-spacing:-.025em;color:var(--foreground);margin:0 0 22px;text-wrap:balance}.hero h1 em{font-style:italic;color:var(--primary);position:relative;white-space:nowrap}.hero h1 em:after{content:"";position:absolute;left:-2px;right:-2px;bottom:2px;height:8px;border-radius:var(--radius-full);background:linear-gradient(90deg,var(--accent-warm),var(--destructive));opacity:.42;z-index:-1;transform:scaleX(0);transform-origin:left;animation:underline-draw .7s var(--ease-standard) .8s forwards}@keyframes underline-draw{to{transform:scaleX(1)}}.hero p.lead{font-size:19px;line-height:1.55;color:var(--foreground-muted);max-width:33ch;margin:0 0 32px;text-wrap:pretty}.hero-cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero-note{display:flex;align-items:center;gap:8px;margin-top:22px;font-size:13.5px;color:var(--foreground-soft)}.hero-note svg{width:16px;height:16px;color:var(--primary)}.specimen-stack{position:relative;perspective:1100px}.tilt{position:relative;transform-style:preserve-3d;transition:transform .5s var(--ease-standard);will-change:transform}.tilt.tracking{transition:none}.ficha{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;position:relative;z-index:2}.ficha-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--surface-sunken)}.ficha-head .eyebrow{font-size:10.5px}.ficha-head .folio{font-family:var(--font-mono);font-size:12px;color:var(--foreground-muted)}.ficha-body{padding:18px;display:flex;gap:16px}.ficha-photo{width:96px;height:96px;flex:0 0 96px;border-radius:var(--radius-md);background:var(--surface-sunken);border:1px solid var(--border);position:relative;overflow:hidden;display:grid;place-items:center}.ficha-photo img{width:60px;opacity:.85}.ficha-main{flex:1;min-width:0}.ficha-main .name{font-weight:600;font-size:19px;color:var(--foreground)}.ficha-main .name .sci{font-size:15px;color:var(--foreground-muted);margin-left:8px}.ficha-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:8px;font-size:13px;color:var(--foreground-muted)}.ficha-meta .mono{color:var(--foreground)}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--radius-full);font-size:11px;font-weight:600;letter-spacing:.04em;background:var(--primary-soft);color:var(--primary-hover)}.pill .dot{width:6px;height:6px;border-radius:50%;background:var(--primary)}.ficha-foot{border-top:1px solid var(--border);padding:14px 18px}.coi-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.coi-row .lbl{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--foreground-soft)}.coi-row .val{font-family:var(--font-mono);font-size:13px;color:var(--primary);font-weight:500}.coi-bar{height:8px;border-radius:var(--radius-full);display:flex;gap:3px;overflow:hidden}.coi-bar span{flex:1;border-radius:var(--radius-full)}.coi-bar .b1{background:var(--coi-safe)}.coi-bar .b2{background:var(--coi-watch)}.coi-bar .b3{background:var(--coi-high)}.coi-bar .b4{background:var(--coi-danger)}.coi-bar .off{opacity:.25}.ficha-foot .coi-bar{transform:scaleX(0);transform-origin:left;animation:underline-draw .9s var(--ease-standard) 1.35s forwards}.float-chip{position:absolute;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:13px 15px;z-index:3;display:flex;align-items:center;gap:12px}.chip-qr{bottom:-26px;left:-34px}.chip-qr .t1{font-size:12.5px;font-weight:600;color:var(--foreground)}.chip-qr .t2{font-size:11px;color:var(--foreground-soft);margin-top:2px}.chip-cert{top:-22px;right:-28px}.chip-cert .ic{width:36px;height:36px;border-radius:var(--radius-md);background:var(--accent-warm-soft);display:grid;place-items:center;color:var(--accent-warm)}.chip-cert .ic svg{width:20px;height:20px}.chip-cert .t1{font-size:12.5px;font-weight:600;color:var(--foreground)}.chip-cert .t2{font-size:11px;color:var(--foreground-soft);margin-top:2px}.proof{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 80%,transparent)}.proof-inner{display:grid;grid-template-columns:repeat(4,1fr)}.stat{padding:34px 24px;border-right:1px solid var(--border)}.stat:last-child{border-right:0}.stat .n{font-family:var(--font-display);font-weight:500;font-size:40px;line-height:1;color:var(--foreground);letter-spacing:-.02em}.stat:nth-child(1) .n{color:var(--primary)}.stat:nth-child(2) .n{color:var(--accent-warm)}.stat:nth-child(3) .n{color:var(--foreground)}.stat:nth-child(4) .n{color:var(--destructive)}.stat .n .u{font-size:22px;color:currentColor;opacity:.7}.stat .d{font-size:13.5px;color:var(--foreground-muted);margin-top:10px;line-height:1.45;max-width:24ch}section{padding:96px 0}.sec-head{max-width:680px;margin-bottom:52px}.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}.sec-head h2{font-family:var(--font-display);font-weight:500;font-size:clamp(30px,3.8vw,42px);line-height:1.12;letter-spacing:-.025em;margin:14px 0 16px;text-wrap:balance}.sec-head p{font-size:17px;line-height:1.55;color:var(--foreground-muted);text-wrap:pretty}.mod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mod{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:26px;transition:all var(--dur-base) var(--ease-standard);position:relative}.mod:hover{border-color:var(--border-strong);transform:translateY(-2px)}.mod .ic{width:46px;height:46px;border-radius:var(--radius-md);display:grid;place-items:center;margin-bottom:18px}.mod .ic svg{width:23px;height:23px;stroke-width:1.75}.mod.moss .ic{background:var(--primary-soft);color:var(--primary-hover)}.mod.umber .ic{background:var(--accent-warm-soft);color:var(--accent-warm)}.mod.terra .ic{background:var(--destructive-soft);color:var(--destructive)}.mod .ic{transition:transform var(--dur-base) var(--ease-standard)}.mod:hover .ic{transform:rotate(-6deg) scale(1.06)}.mod h3{font-family:var(--font-body);font-weight:600;font-size:17px;letter-spacing:-.005em;margin:0 0 8px;color:var(--foreground)}.mod p{font-size:14.5px;line-height:1.5;color:var(--foreground-muted)}.mod .num{position:absolute;top:22px;right:24px;font-family:var(--font-mono);font-size:12px;color:var(--foreground-soft)}.feature{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.feature.flip .fig{order:-1}.feature h2{font-family:var(--font-display);font-weight:500;font-size:clamp(28px,3.4vw,38px);line-height:1.14;letter-spacing:-.02em;margin:14px 0 16px;text-wrap:balance}.feature p.body{font-size:16.5px;line-height:1.6;color:var(--foreground-muted);margin-bottom:24px;text-wrap:pretty}.feat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.feat-list li{display:flex;gap:12px;font-size:15px;color:var(--foreground);line-height:1.45}.feat-list li svg{width:19px;height:19px;color:var(--primary);flex:0 0 19px;margin-top:2px;stroke-width:2}.feat-list li .sci{color:var(--foreground-muted)}.fig{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:28px}.coi-card .coi-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.coi-card .pair{font-size:14px;color:var(--foreground-muted)}.coi-card .pair .sci{color:var(--foreground)}.coi-big{font-family:var(--font-display);font-weight:500;font-size:56px;line-height:1;letter-spacing:-.02em}.coi-legend{display:flex;flex-direction:column;gap:10px;margin-top:22px}.coi-legend .it{display:flex;align-items:center;gap:11px;font-size:13.5px;color:var(--foreground-muted)}.coi-legend .sw{width:14px;height:14px;border-radius:4px;flex:0 0 14px}.coi-legend .it.active{color:var(--foreground);font-weight:500}.coi-legend .rng{font-family:var(--font-mono);font-size:12px;color:var(--foreground-soft);margin-left:auto}.qr-screen{max-width:320px;margin:0 auto;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--surface-raised)}.qr-screen .bar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--primary);color:var(--primary-foreground);font-size:12px;font-weight:600;letter-spacing:.04em}.qr-screen .bar svg{width:15px;height:15px}.qr-screen .pad{padding:22px;text-align:center}.qr-big{width:130px;height:130px;margin:0 auto 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:linear-gradient(var(--foreground) 0 0) 0 0/100% 12px no-repeat,linear-gradient(var(--foreground) 0 0) 0 100%/100% 12px no-repeat,repeating-linear-gradient(90deg,var(--foreground) 0 8px,transparent 8px 16px) 0 30%/100% 9px no-repeat,repeating-linear-gradient(90deg,transparent 0 6px,var(--foreground) 6px 14px) 0 55%/100% 11px no-repeat,repeating-linear-gradient(90deg,var(--foreground) 0 5px,transparent 5px 17px) 0 78%/100% 8px no-repeat,var(--surface-raised);background-clip:padding-box}.qr-screen .verify{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-size:13px;font-weight:600;margin-bottom:14px}.qr-screen .verify svg{width:16px;height:16px}.qr-screen .nm{font-family:var(--font-body);font-weight:600;font-size:17px;color:var(--foreground)}.qr-screen .nm .sci{display:block;font-size:14px;color:var(--foreground-muted);font-weight:400;margin-top:2px}.qr-screen .data{text-align:left;margin-top:16px;border-top:1px solid var(--border);padding-top:14px;display:grid;gap:8px}.qr-screen .data .r{display:flex;justify-content:space-between;font-size:13px}.qr-screen .data .r .k{color:var(--foreground-soft)}.qr-screen .data .r .v{color:var(--foreground);font-family:var(--font-mono);font-size:12.5px}.sag{background:color-mix(in srgb,var(--surface) 80%,transparent);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sag-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.sag-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:26px;background:var(--background);display:flex;gap:18px}.sag-card .ic{width:44px;height:44px;flex:0 0 44px;border-radius:var(--radius-md);background:var(--surface-sunken);display:grid;place-items:center;color:var(--accent-warm)}.sag-card .ic svg{width:22px;height:22px;stroke-width:1.75}.sag-card h3{font-size:16px;font-weight:600;margin:0 0 7px;color:var(--foreground)}.sag-card p{font-size:14px;line-height:1.5;color:var(--foreground-muted)}.sag-card p .mono{color:var(--foreground);font-size:13px}.quote-wrap{display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:center}.quote-mark{font-family:var(--font-display);font-size:120px;line-height:.7;color:var(--primary-soft)}blockquote{margin:0}blockquote p{font-family:var(--font-display);font-weight:400;font-style:italic;font-size:clamp(24px,3vw,32px);line-height:1.32;color:var(--foreground);letter-spacing:-.01em;text-wrap:balance}blockquote .by{display:flex;align-items:center;gap:12px;margin-top:26px}blockquote .by .av{width:46px;height:46px;border-radius:50%;background:var(--primary-soft);display:grid;place-items:center;color:var(--primary-hover);font-weight:600;font-size:16px}blockquote .by .who{font-size:14.5px}blockquote .by .who .n{font-weight:600;color:var(--foreground);font-style:normal}blockquote .by .who .t{color:var(--foreground-muted);font-style:normal}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}.price{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:28px 24px;display:flex;flex-direction:column;position:relative}.price.feat{border-color:var(--primary);border-width:1.5px;background:var(--surface-raised);box-shadow:var(--shadow-md)}.price .tag{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--primary);color:var(--primary-foreground);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:var(--radius-full);white-space:nowrap}.price h3{font-family:var(--font-body);font-weight:600;font-size:18px;margin:0 0 4px;color:var(--foreground)}.price .who{font-size:13px;color:var(--foreground-soft);min-height:36px}.price .amt{font-family:var(--font-display);font-weight:500;font-size:38px;letter-spacing:-.02em;color:var(--foreground);margin:14px 0 0;line-height:1}.price .amt .per{font-family:var(--font-body);font-size:14px;color:var(--foreground-soft);font-weight:400}.price .cap{font-size:13px;color:var(--foreground-muted);margin:14px 0 20px;padding-bottom:18px;border-bottom:1px solid var(--border)}.price .cap .mono{color:var(--foreground)}.price ul{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:11px;flex:1}.price ul li{display:flex;gap:10px;font-size:13.5px;color:var(--foreground-muted);line-height:1.4}.price ul li svg{width:17px;height:17px;color:var(--primary);flex:0 0 17px;margin-top:1px;stroke-width:2}.price .btn{width:100%}.price-note{text-align:center;font-size:13.5px;color:var(--foreground-soft);margin-top:28px}.cta-band{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius-lg);padding:64px 56px;position:relative;overflow:hidden}.cta-band .wm{position:absolute;right:-60px;bottom:-80px;width:360px;opacity:.12;pointer-events:none}.cta-band h2{font-family:var(--font-display);font-weight:500;font-size:clamp(30px,4vw,44px);line-height:1.1;letter-spacing:-.025em;color:var(--primary-foreground);margin:0 0 16px;max-width:16ch;text-wrap:balance}.cta-band p{font-size:17px;line-height:1.5;color:color-mix(in srgb,var(--primary-foreground) 85%,transparent);max-width:46ch;margin:0 0 30px;position:relative;z-index:1}.cta-band .btn-primary{background:var(--surface-raised);color:var(--primary-hover)}.cta-band .btn-primary:hover{background:var(--background)}.cta-band .btn-ghost{color:var(--primary-foreground);border-color:color-mix(in srgb,var(--primary-foreground) 40%,transparent)}.cta-band .btn-ghost:hover{background:color-mix(in srgb,var(--primary-foreground) 12%,transparent)}.cta-band .row{display:flex;gap:14px;flex-wrap:wrap;position:relative;z-index:1}footer{border-top:1px solid var(--border);padding:56px 0 40px}.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:44px}footer .brand{margin-bottom:16px}footer .blurb{font-size:14px;color:var(--foreground-muted);line-height:1.55;max-width:30ch}.foot-col h5{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--foreground-soft);margin:0 0 16px}.foot-col a{display:block;font-size:14px;color:var(--foreground-muted);margin-bottom:11px;transition:color var(--dur-fast)}.foot-col a:hover{color:var(--foreground)}.foot-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px;border-top:1px solid var(--border);font-size:13px;color:var(--foreground-soft);gap:16px;flex-wrap:wrap}.foot-bottom .made{display:inline-flex;align-items:center;gap:7px}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:color-mix(in srgb,var(--background) 97%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);padding:14px 24px 22px;opacity:0;transform:translateY(-10px);transition:opacity var(--dur-base) var(--ease-standard),transform var(--dur-base) var(--ease-standard)}.mobile-menu.show{opacity:1;transform:translateY(0)}.mobile-links{display:flex;flex-direction:column}.mobile-links a{display:flex;align-items:center;justify-content:space-between;padding:15px 4px;font-size:17px;font-weight:500;color:var(--foreground);border-bottom:1px solid var(--border)}.mobile-links a.muted{color:var(--foreground-muted);font-size:15px}.mobile-links a svg{width:17px;height:17px;color:var(--foreground-soft)}.mobile-cta{width:100%;margin-top:18px}header.nav.menu-open{background:color-mix(in srgb,var(--background) 97%,transparent)}.faq-wrap{max-width:860px;margin:0 auto}.faq-wrap .sec-head{text-align:center;margin-left:auto;margin-right:auto}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:hidden;transition:border-color var(--dur-base),box-shadow var(--dur-base)}.faq-item[open]{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;font-family:var(--font-body);font-weight:600;font-size:16.5px;color:var(--foreground)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--primary-hover)}.faq-a{padding:0 22px 20px}.faq-a p{font-size:15px;line-height:1.6;color:var(--foreground-muted);max-width:62ch;text-wrap:pretty}@media(prefers-reduced-motion:no-preference){.faq-item[open] .faq-a{animation:faq-open .32s var(--ease-standard)}@keyframes faq-open{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}}.to-top{position:fixed;right:22px;bottom:22px;z-index:70;width:46px;height:46px;border-radius:var(--radius-full);border:1px solid var(--border-strong);background:var(--surface-raised);color:var(--foreground);display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(14px) scale(.9);transition:opacity var(--dur-base) var(--ease-standard),transform var(--dur-base) var(--ease-standard),visibility var(--dur-base),background var(--dur-fast)}.to-top.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.to-top:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.to-top svg{width:19px;height:19px}.swap-ic{position:relative}.swap-ic .ic-dark,.swap-ic .ic-open,[data-theme=dark] #themeBtn .ic-light{display:none}[data-theme=dark] #themeBtn .ic-dark{display:block}.nav.menu-open #navToggle .ic-closed{display:none}.nav.menu-open #navToggle .ic-open{display:block}.faq-ic{display:grid;place-items:center;width:20px;height:20px;flex:0 0 20px;color:var(--primary)}.faq-ic .ic-open,.faq-item[open] .faq-ic .ic-closed{display:none}.faq-item[open] .faq-ic .ic-open{display:block}.skip-link{position:absolute;left:12px;top:-60px;z-index:100;background:var(--primary);color:var(--primary-foreground);padding:10px 16px;border-radius:var(--radius-md);font-size:14px;font-weight:500;transition:top var(--dur-base) var(--ease-standard)}.skip-link:focus{top:12px}.ficha-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.coi-row .val.verif{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--primary)}.ficha-foot .coi-row{margin-bottom:0}.pill-quiet{background:var(--surface-sunken);color:var(--foreground-muted);font-size:10.5px;font-weight:500;letter-spacing:0}.chip-qr .qr{flex:0 0 auto}.mod{display:flex;flex-direction:column}.mod h3{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.badge-wip{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:var(--radius-full);background:var(--accent-warm-soft);color:var(--accent-warm)}.mod-wip{border-style:dashed;background:transparent}.mod-wip .ic{opacity:.65}.mod-ruta{display:block;margin-top:14px;font-size:11.5px;color:var(--foreground-soft)}.mod-grid{grid-auto-rows:1fr}.price-note{display:flex;align-items:center;justify-content:center;gap:8px}.price-note svg{width:16px;height:16px;color:var(--foreground-soft);flex:0 0 16px}.fig-sunken{background:var(--surface-sunken)}.split-list{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px}.split-h{font-family:var(--font-body);display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px}.split-h svg{width:15px;height:15px}.split-h.ok{color:var(--primary)}.split-h.no{color:var(--destructive)}.chip-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:7px}.chip-list li{font-size:12.5px;padding:5px 11px;border-radius:var(--radius-full);background:var(--primary-soft);color:var(--primary-hover);font-weight:500}.chip-list.muted li{background:var(--surface-sunken);color:var(--foreground-soft);text-decoration:line-through;text-decoration-thickness:1px}.fine{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.55;color:var(--foreground-soft);margin-top:18px;text-wrap:pretty}.fine svg{width:15px;height:15px;flex:0 0 15px;margin-top:3px}.fine.center{display:block;text-align:center}.qr-doc-eyebrow{display:block;font-size:10px;margin-bottom:14px}.qr-plate{display:flex;justify-content:center;margin-bottom:16px}.qr-link{display:inline-block;margin-top:16px;font-size:11.5px;color:var(--foreground-soft);word-break:break-all}.qr-link:hover{color:var(--primary)}.qr-screen .data .r .v.mono{font-family:var(--font-mono);font-size:12.5px}.qr-screen .data .r .v{font-family:var(--font-body);font-size:13px;text-align:right}.qr-variants{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:end}.qr-variants figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:10px}.qr-variants figcaption{font-size:11.5px;color:var(--foreground-soft);text-align:center;line-height:1.35}.mini-grid{list-style:none;padding:0;margin:0;display:grid;gap:16px}.mini-grid li{display:flex;gap:13px}.mini-grid li div{display:flex;flex-direction:column;gap:3px}.mini-grid strong{font-size:15px;font-weight:600;color:var(--foreground)}.mini-grid span{font-size:14px;line-height:1.5;color:var(--foreground-muted)}.mini-ic{width:38px;height:38px;flex:0 0 38px;border-radius:var(--radius-md);background:var(--primary-soft);color:var(--primary-hover);display:grid;place-items:center}.mini-ic svg{width:19px;height:19px}.coi-pct{font-size:28px}.lineage{margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.lineage .eyebrow{font-size:10.5px}.lineage-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.lineage .par{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-sunken)}.lineage .par svg{width:17px;height:17px;color:var(--foreground-soft);flex:0 0 17px}.lineage .par div{display:flex;flex-direction:column;min-width:0}.lineage .par strong{font-size:14px;font-weight:600;color:var(--foreground)}.lineage .par span{font-size:11.5px;color:var(--foreground-soft)}.doc-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.doc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.doc-list li{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border)}.doc-list li:last-child{border-bottom:0}.doc-list li div{display:flex;flex-direction:column;gap:4px}.doc-list strong{font-size:16px;font-weight:600;color:var(--foreground)}.doc-list span{font-size:14px;line-height:1.5;color:var(--foreground-muted)}.doc-ic{width:42px;height:42px;flex:0 0 42px;border-radius:var(--radius-md);background:var(--accent-warm-soft);color:var(--accent-warm);display:grid;place-items:center}.doc-ic svg{width:20px;height:20px}.hoja-preview{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px}.hoja{width:100%;max-width:330px;aspect-ratio:210 / 297;background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:26px 24px;display:flex;flex-direction:column;transform:rotate(-1.4deg);transition:transform var(--dur-slow) var(--ease-standard)}.hoja-preview:hover .hoja{transform:rotate(0)}.hoja-head{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:10px;border-bottom:1.5px solid var(--foreground)}.hoja-brand{font-family:var(--font-body);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--foreground)}.hoja-folio{font-size:10px;color:var(--foreground-muted)}.hoja-title{font-family:var(--font-display);font-size:15px;line-height:1.25;text-align:center;color:var(--foreground);margin:20px 0 14px;letter-spacing:-.01em}.hoja-band{display:flex;align-items:center;gap:7px;padding:7px 11px;border-radius:var(--radius-sm);background:var(--primary-soft);color:var(--primary-hover);font-size:10px;font-weight:600}.hoja-band svg{width:13px;height:13px}.hoja-rows{margin-top:18px;display:flex;flex-direction:column;gap:10px}.hoja-rows div{display:flex;flex-direction:column;gap:2px;border-bottom:1px dotted var(--border);padding-bottom:7px}.hoja-rows span{font-size:8.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--foreground-soft);font-weight:600}.hoja-rows b{font-size:12px;font-weight:500;color:var(--foreground)}.hoja-foot{margin-top:auto;padding-top:12px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:3px;font-size:8px;color:var(--foreground-soft)}.hoja-tag{font-size:11px;color:var(--foreground-soft)}.roadmap{margin-top:26px;border:1px dashed var(--border-strong);border-radius:var(--radius-lg);padding:28px;background:var(--background)}.roadmap-head{max-width:62ch;margin-bottom:22px}.roadmap-head .eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--accent-warm)}.roadmap-head .eyebrow svg{width:14px;height:14px}.roadmap-head p{font-size:14.5px;line-height:1.55;color:var(--foreground-muted);margin-top:8px}.roadmap-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:18px 26px}.roadmap-list li{display:flex;gap:13px}.roadmap-list li div{display:flex;flex-direction:column;gap:3px}.roadmap-list strong{font-size:14.5px;font-weight:600;color:var(--foreground)}.roadmap-list span{font-size:13.5px;line-height:1.5;color:var(--foreground-muted)}.rm-ic{width:34px;height:34px;flex:0 0 34px;border-radius:var(--radius-md);background:var(--surface-sunken);color:var(--foreground-soft);display:grid;place-items:center}.rm-ic svg{width:17px;height:17px}.phone-fig{display:grid;place-items:center;min-height:380px}.phone{width:100%;max-width:268px;border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-lg);overflow:hidden}.phone-bar{padding:8px 14px;background:var(--surface-sunken);border-bottom:1px solid var(--border);font-size:10px;color:var(--foreground-soft);text-align:center;letter-spacing:.06em}.phone-body{padding:16px 14px;display:flex;flex-direction:column;gap:11px}.ph-row{display:flex;align-items:center;gap:11px;padding:11px;border:1px dashed var(--border-strong);border-radius:var(--radius-md)}.ph-row div{display:flex;flex-direction:column}.ph-row b{font-size:13.5px;font-weight:600;color:var(--foreground)}.ph-row i{font-size:11px;font-style:normal;color:var(--foreground-soft)}.ph-ic{width:34px;height:34px;flex:0 0 34px;border-radius:var(--radius-md);background:var(--primary-soft);color:var(--primary-hover);display:grid;place-items:center}.ph-ic svg{width:17px;height:17px}.ph-field{display:flex;flex-direction:column;gap:3px;padding:9px 11px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-sunken)}.ph-field span{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--foreground-soft);font-weight:600}.ph-field b{font-size:13px;font-weight:500;color:var(--foreground)}.ph-cta{margin-top:4px;height:44px;border:0;border-radius:var(--radius-md);background:var(--primary);color:var(--primary-foreground);font-family:var(--font-body);font-size:14px;font-weight:500;cursor:default}.phone-tabs{display:flex;border-top:1px solid var(--border);background:var(--surface-sunken)}.phone-tabs span{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 2px;font-size:9px;color:var(--foreground-soft)}.phone-tabs span.on{color:var(--primary)}.phone-tabs svg{width:16px;height:16px}.map-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;margin-bottom:6px;border-bottom:1px solid var(--border);flex-wrap:wrap}.map-head .mono{font-size:12.5px;color:var(--foreground-muted)}.map-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.map-list li{display:grid;grid-template-columns:1fr 16px 1fr 16px;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--border)}.map-list li:last-child{border-bottom:0}.map-from{font-size:12.5px;color:var(--foreground-soft);padding:5px 9px;background:var(--surface-sunken);border-radius:var(--radius-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-to{font-size:13.5px;font-weight:500;color:var(--foreground)}.map-list svg{width:15px;height:15px;color:var(--foreground-soft)}.map-list .map-ok{color:var(--primary);stroke-width:2.5}.legal-note{margin-top:14px;font-size:12.5px;color:var(--foreground-soft);max-width:34ch}.qr-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:16px}.qr-actions.start{justify-content:flex-start}.qr-actions .btn{flex:1 1 auto;min-width:148px}.copy-btn .ic-done{display:none}.copy-btn.copied{border-color:var(--primary);color:var(--primary-hover)}.copy-btn.copied .ic-copy{display:none}.copy-btn.copied .ic-done{display:block}a.float-chip{color:inherit;text-decoration:none;transition:transform var(--dur-base) var(--ease-standard),box-shadow var(--dur-base) var(--ease-standard),border-color var(--dur-base)}a.float-chip:hover{border-color:var(--primary);box-shadow:var(--shadow-lg),0 0 0 3px var(--primary-soft)}.chip-go{display:inline-flex;align-items:center;gap:4px;margin-top:6px;font-size:11px;font-weight:600;color:var(--primary)}.chip-go svg{width:13px;height:13px}.inline-cta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-top:26px}.inline-cta-note{font-size:13px;color:var(--foreground-soft)}.hero-note.quiet{margin-top:10px;color:var(--foreground-soft)}.hero-note.quiet svg{color:var(--foreground-soft)}.trust-row{list-style:none;padding:0;margin:22px auto 0;max-width:940px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust-row li{display:flex;align-items:center;justify-content:center;gap:9px;text-align:center;padding:13px 16px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);font-size:13.5px;color:var(--foreground-muted);line-height:1.35}.trust-row svg{width:17px;height:17px;flex:0 0 17px;color:var(--primary)}.cta-fine{display:inline-flex;align-items:center;gap:8px;margin:22px 0 0;position:relative;z-index:1;font-size:13.5px;color:color-mix(in srgb,var(--primary-foreground) 78%,transparent)}.cta-fine svg{width:16px;height:16px;flex:0 0 16px}.cta-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:65;align-items:center;justify-content:space-between;gap:14px;padding:11px 16px calc(11px + env(safe-area-inset-bottom,0px));background:color-mix(in srgb,var(--background) 96%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border-strong);box-shadow:var(--shadow-lg);transform:translateY(110%);transition:transform var(--dur-base) var(--ease-standard)}.cta-bar.show{transform:translateY(0)}.cta-bar-copy{display:flex;flex-direction:column;min-width:0}.cta-bar-copy strong{font-size:13.5px;font-weight:600;color:var(--foreground)}.cta-bar-copy span{font-size:11.5px;color:var(--foreground-soft)}.cta-bar .btn{flex:0 0 auto;height:44px;padding:0 18px}@media(max-width:900px){.trust-row{grid-template-columns:1fr}.trust-row li{justify-content:flex-start;text-align:left}.doc-layout{grid-template-columns:1fr;gap:40px}.roadmap-list{grid-template-columns:1fr}.split-list{grid-template-columns:1fr;gap:18px}}@media(max-width:620px){.qr-variants{grid-template-columns:1fr;justify-items:center;gap:22px}.lineage-row{grid-template-columns:1fr}.roadmap{padding:22px 18px}.map-list li{grid-template-columns:1fr 14px 1fr}.map-list .map-ok{display:none}}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:64px}.specimen-stack{max-width:440px;margin:0 auto}.proof-inner{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--border)}.mod-grid{grid-template-columns:repeat(2,1fr)}.feature,.feature.flip{grid-template-columns:1fr;gap:36px}.feature.flip .fig{order:0}.sag-grid{grid-template-columns:1fr}.price-grid{grid-template-columns:repeat(2,1fr)}.quote-wrap{grid-template-columns:1fr;gap:8px}.quote-mark{font-size:80px}.foot-grid{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:620px){.nav-links{display:none}.nav-toggle{display:grid}.nav-actions .btn-ghost,.nav-actions .btn-primary{display:none}.mobile-menu:not([hidden]){display:block}html{scroll-padding-top:78px}.to-top{right:16px;bottom:16px}section{padding:68px 0}.hero{padding:56px 0 72px}.proof-inner{grid-template-columns:1fr}.stat{border-right:0!important;border-bottom:1px solid var(--border)}.stat:last-child{border-bottom:0}.mod-grid,.price-grid{grid-template-columns:1fr}.cta-band{padding:44px 28px}.chip-cert{right:-8px}.chip-qr{left:-8px}.cta-bar{display:flex}body.cta-bar-on .to-top{bottom:82px}.qr-actions .btn{flex:1 1 100%}}
