@charset "UTF-8";:root,html[data-theme=dark]{--background-primary: #10131b;--background-secondary: #141925;--surface-primary: #1a202c;--surface-secondary: #1e2532;--surface-elevated: #242b39;--navigation-background: rgb(26 29 39 / 96%);--border-primary: #2b3443;--border-subtle: #252e3b;--divider: #27303e;--text-primary: #f5f7fa;--text-secondary: #aab2c0;--text-tertiary: #7f8998;--brand-primary: #7672f2;--brand-ink: #9995ff;--brand-primary-hover: #8985f5;--brand-primary-pressed: #6965da;--brand-primary-soft: rgb(118 114 242 / 16%);--success: #5ebf80;--warning: #f2cd88;--danger: #f16d8b;--background-dark: var(--background-primary);--background-dark-secondary: var(--background-secondary);--surface-dark: var(--surface-primary);--surface-dark-secondary: var(--surface-secondary);--border-dark: var(--border-primary);--text-dark-primary: var(--text-primary);--text-dark-secondary: var(--text-secondary);--background-light: var(--background-primary);--surface-light: var(--surface-primary);--text-light-primary: var(--text-primary);--text-light-secondary: var(--text-secondary);--border-light: var(--border-primary);--container: 1216px;--radius-sm: 12px;--radius-md: 20px;--radius-lg: 30px;--radius-xl: 44px;--shadow-soft: 0 12px 32px rgb(0 0 0 / 20%);--shadow-phone: 0 32px 80px rgb(7 10 17 / 26%);--section-space: clamp(4rem, 6vw, 6.25rem);color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility}html[data-theme=light]{--brand-ink: #5e57cf;--background-primary: #f7f8fc;--background-secondary: #eff1f7;--surface-primary: #ffffff;--surface-secondary: #f5f6fa;--surface-elevated: #ffffff;--navigation-background: rgb(255 255 255 / 94%);--border-primary: #dde1eb;--border-subtle: #e8eaf0;--divider: #e1e4ec;--text-primary: #171a23;--text-secondary: #5f6674;--text-tertiary: #858c99;--brand-primary-hover: #6965da;--brand-primary-pressed: #5f5bcb;--brand-primary-soft: rgb(118 114 242 / 12%);--success: #399a5c;--warning: #a87318;--danger: #d94b68;--shadow-soft: 0 12px 32px rgb(35 39 52 / 10%);--shadow-phone: 0 26px 60px rgb(35 39 52 / 18%);color-scheme:light}.finance-section{background:var(--bg)}.commission-copy{color:var(--text)!important;font-weight:800}.calculator{display:grid;grid-template-columns:minmax(330px,.75fr) minmax(0,1.25fr);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.calculator__input,.calculator__results{padding:clamp(28px,4vw,48px)}.calculator__input{border-right:1px solid var(--line);background:radial-gradient(circle at 0 0,rgba(118,114,242,.1),transparent 35%),var(--surface-soft)}.calculator__eyebrow{margin-bottom:12px;color:var(--primary-strong);font-size:.62rem;font-weight:850;letter-spacing:.13em}.calculator h3{margin-bottom:14px;font-size:clamp(1.5rem,2.4vw,2.2rem);line-height:1.1}.calculator__input>p:not(.calculator__eyebrow):not(.field-error){margin-bottom:28px;font-size:.84rem;line-height:1.65}.calculator label{display:block;margin-bottom:9px;color:var(--text);font-size:.8rem;font-weight:750}.money-input{min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 16px;border:1px solid var(--line-strong);border-radius:13px;background:var(--surface)}.money-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #7672f21f}.money-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:1.35rem;font-weight:780}.money-input>span{color:var(--muted);font-size:.74rem;font-weight:750}#calculator-help{margin:8px 0 0;color:var(--muted);font-size:.7rem}.field-error{margin:8px 0 0;color:var(--danger);font-size:.74rem;font-weight:750}.calculator__formula{display:grid;gap:6px;margin-top:30px;padding:18px;border:1px solid rgba(118,114,242,.2);border-radius:13px;background:#7672f212}.calculator__formula span,.calculator__formula small{color:var(--muted);font-size:.67rem}.calculator__formula strong{font-size:1.05rem}.calculator__results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.calculator__rate{min-width:max-content;padding:9px 11px;border:1px solid rgba(118,114,242,.25);border-radius:999px;background:#7672f214;color:var(--primary-strong);font-size:.68rem;font-weight:850}.calculator-breakdown{margin:0}.calculator-breakdown>div{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:15px 0;border-bottom:1px solid var(--line)}.calculator-breakdown dt{color:var(--text-soft);font-size:.8rem}.calculator-breakdown dd{margin:0;color:var(--text);font-size:.84rem;font-weight:780;text-align:right}.calculator-breakdown__total{margin-top:8px;border-bottom:0!important}.calculator-breakdown__total dt,.calculator-breakdown__total dd{color:var(--text);font-weight:850}.calculator-breakdown__remainder{margin-top:5px;padding:18px!important;border:1px solid rgba(118,114,242,.24)!important;border-radius:13px;background:#7672f214}.calculator-breakdown__remainder dt{color:var(--text);font-weight:800}.calculator-breakdown__remainder dd{color:var(--primary-strong);font-size:1.12rem}.calculator__disclaimer{margin:22px 0 0;color:var(--muted);font-size:.68rem;line-height:1.55}.legal-page{min-height:80vh;padding:152px 0 100px}.legal-page__layout{display:grid;grid-template-columns:230px minmax(0,780px);justify-content:center;gap:80px}.legal-page aside{position:sticky;top:125px;align-self:start}.legal-page aside>a{display:inline-block;margin-bottom:25px;color:var(--primary-strong);font-size:.78rem;font-weight:800}.legal-page aside nav{display:grid;gap:10px;padding-top:20px;border-top:1px solid var(--line)}.legal-page aside nav a{color:var(--text-soft);font-size:.8rem}.legal-page article>h1{margin-bottom:24px;font-size:clamp(2.8rem,6vw,5.4rem);line-height:.98;letter-spacing:-.055em}.legal-page__intro{font-size:1.08rem;line-height:1.75}.legal-note{display:grid;gap:5px;margin:35px 0 50px;padding:20px;border:1px solid rgba(118,114,242,.22);border-radius:var(--radius-sm);background:#7672f212}.legal-note span{color:var(--text-soft);font-size:.82rem;line-height:1.55}.legal-page article>section{margin:48px 0}.legal-page article section h2{margin-bottom:16px;font-size:1.45rem}.legal-page article section p,.legal-page article section li{color:var(--text-soft);font-size:.94rem;line-height:1.75}.legal-contact{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.legal-contact a{color:var(--primary-strong);font-weight:800}.legal-updated{color:var(--muted);font-size:.72rem}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;margin-bottom:.9rem}.product-button.product-button--ghost{background:transparent;color:var(--text);border-color:var(--line);box-shadow:none}.product-button.product-button--ghost:hover{background:var(--surface-soft);transform:translateY(-2px)}.hero__microcopy{margin:0 0 1.4rem;color:var(--muted);font-size:.76rem}.process-flow.process-flow--six{grid-template-columns:repeat(3,minmax(0,1fr))}.process-flow--six .icon-box{margin:.9rem 0 1.1rem}@media(max-width:900px){.process-flow.process-flow--six{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.process-flow.process-flow--six{grid-template-columns:1fr}}.identity-chain{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;list-style:none;margin:3rem 0 0;padding:0}.identity-chain li{display:flex;align-items:center;gap:.55rem;padding:.7rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--text-soft);font-size:.8rem;font-weight:650}.identity-chain__icon{display:grid;place-items:center;width:26px;height:26px;flex-shrink:0;color:var(--brand-ink)}.identity-chain__icon app-icon{width:16px;height:16px}.identity-chain__arrow{padding:0;border:0;background:none;color:var(--muted);font-size:.95rem}@media(max-width:700px){.identity-chain{gap:.5rem}.identity-chain__arrow{display:none}}.feature-icon-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;list-style:none;margin:0;padding:0}.feature-icon-grid li{display:flex;align-items:flex-start;gap:.9rem;padding:1.1rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-soft)}.feature-icon-grid strong{display:block;margin-bottom:.3rem;font-size:.86rem;font-weight:650}.feature-icon-grid small{display:block;color:var(--text-soft);font-size:.78rem;line-height:1.55}@media(max-width:640px){.feature-icon-grid{grid-template-columns:1fr}}.feature-tag-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:1.5rem 0 0;padding:0}.feature-tag-list li{padding:.4rem .7rem;border:1px solid var(--line);border-radius:999px;color:var(--text-soft);font-size:.72rem}.ecosystem-hub{position:relative}.ecosystem-hub__badge{display:table;margin:0 auto 1.6rem;padding:.7rem 1.1rem;border:1px solid rgba(118,114,242,.35);border-radius:999px;background:var(--brand-primary-soft);color:var(--brand-ink);font-size:.78rem;font-weight:700}.ecosystem-hub__badge app-icon{display:inline-block;width:15px;height:15px;margin-right:.4rem;vertical-align:-2px}.ecosystem-hub__lines{height:1px;max-width:640px;margin:0 auto 1.6rem;background:linear-gradient(90deg,transparent,var(--line) 20%,var(--line) 80%,transparent)}.journey-timeline{position:relative;list-style:none;margin:0;padding:0 0 0 2.6rem;border-left:1px solid var(--line)}.journey-timeline li{position:relative;padding-bottom:2rem}.journey-timeline li:last-child{padding-bottom:0}.journey-timeline__dot{position:absolute;top:.2rem;left:-2.93rem;width:11px;height:11px;border:2px solid var(--bg);border-radius:50%;background:var(--brand-ink)}.journey-timeline__time{display:block;margin-bottom:.35rem;color:var(--brand-ink);font-size:.72rem;font-weight:750;letter-spacing:.05em}.journey-timeline strong{display:block;margin-bottom:.3rem;font-size:1.05rem;font-weight:650}.journey-timeline p{margin:0;font-size:.86rem;line-height:1.6}.transportistas-cta{margin-top:2.5rem;text-align:center}.category-grid.security-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.security-grid li{align-items:flex-start;padding:1.4rem;border:1px solid var(--line);border-radius:var(--radius-sm);line-height:1.55}@media(max-width:900px){.category-grid.security-grid{grid-template-columns:1fr}}.final-cta{background:var(--surface)}.final-cta__inner{max-width:720px;margin:0 auto;text-align:center}.final-cta__inner .eyebrow{margin-inline:auto}.final-cta__inner h2{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 1.2rem}.final-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:2rem}.site-header__cta,.mobile-menu__cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.7rem 1rem;border:1px solid var(--brand-primary);border-radius:12px;background:var(--brand-primary);color:#fff;font-size:.75rem;font-weight:720;white-space:nowrap}.site-header__cta:hover,.mobile-menu__cta:hover{border-color:var(--brand-primary-hover);background:var(--brand-primary-hover)}.mobile-menu__panel>.mobile-menu__cta{margin-top:1.25rem;border-bottom:1px solid var(--brand-primary);color:#fff}.transport-photo{position:relative;min-width:0;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-soft);box-shadow:var(--shadow-soft)}.transport-photo picture,.transport-photo img{display:block;width:100%;height:100%}.transport-photo img{object-fit:cover}.transport-photo figcaption{position:absolute;right:1rem;bottom:1rem;display:inline-flex;align-items:center;gap:.55rem;max-width:calc(100% - 2rem);padding:.65rem .8rem;border:1px solid rgba(255,255,255,.22);border-radius:11px;background:#0f131ce0;color:#f7f8fc;font-size:.7rem;font-weight:680;line-height:1.3}.transport-photo figcaption app-icon{flex:0 0 auto;width:17px;height:17px;color:#b4b0ff}.transport-photo--hero{align-self:stretch;min-height:clamp(430px,46vw,620px)}.transport-photo--hero img{object-position:61% center}.editorial-split,.parents-editorial,.journey-editorial,.security-editorial{display:grid;align-items:center;gap:clamp(2rem,5vw,5rem)}.editorial-split{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}#diferenciador .pillar-grid.differentiator-points{grid-template-columns:minmax(0,1fr)}.differentiator-points article{display:grid;min-width:0;grid-template-columns:42px minmax(0,1fr);grid-template-areas:"icon title" "icon description";align-items:start;column-gap:1rem;padding:1.25rem}.differentiator-points .icon-box{grid-area:icon}.differentiator-points h3{grid-area:title;min-width:0;margin-top:0;overflow-wrap:normal;word-break:normal}.differentiator-points p{grid-area:description;min-width:0;overflow-wrap:normal;word-break:normal}.transport-photo--boarding{min-height:540px}.transport-photo--boarding img{object-position:54% center}.parents-editorial{grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr)}.transport-photo--portrait{height:min(740px,72vw);min-height:560px}.transport-photo--portrait img{object-position:center 30%}.parents-editorial__content{min-width:0}.product-feature .feature-layout{grid-template-columns:minmax(0,1fr);gap:clamp(2.5rem,5vw,4.5rem)}.product-feature .feature-layout--reverse .feature-copy{order:0;margin-left:auto}.product-feature .feature-copy{width:min(100%,760px)}.product-media-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(1.25rem,3vw,2.5rem);min-width:0}.product-media-stack__photo{aspect-ratio:3/2}.product-media-stack>app-product-visual{position:static;width:100%;min-width:0}.journey-editorial{grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr)}.journey-editorial .section-heading{margin-bottom:2rem}.transport-photo--journey{min-height:610px}.transport-photo--journey img{object-position:48% center}.trial-section{border-block:1px solid var(--line);background:var(--surface-soft)}.trial-section__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);align-items:center;gap:clamp(2.5rem,6vw,6rem)}.trial-section__copy h2{margin:0 0 1.25rem;max-width:15ch}.trial-section__copy>p:not(.eyebrow){max-width:58ch;color:var(--text-soft);font-size:.95rem;line-height:1.75}.trial-section__copy>strong{display:block;margin-top:1.25rem;font-size:.82rem}.trial-section__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.trial-flow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none}.trial-flow li{min-width:0;padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.trial-flow span,.trial-flow strong,.trial-flow small{display:block}.trial-flow span{margin-bottom:1.1rem;color:var(--brand-ink);font-size:.65rem;font-weight:760;letter-spacing:.12em}.trial-flow strong{margin-bottom:.45rem;font-size:.95rem}.trial-flow small{color:var(--text-soft);font-size:.75rem;line-height:1.55}.security-editorial{grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr)}.transport-photo--interior{min-height:560px}.security-editorial .security-grid{grid-template-columns:minmax(0,1fr)}@media(max-width:1120px){.site-header__cta{display:none}.editorial-split,.parents-editorial,.journey-editorial,.security-editorial,.trial-section__inner{grid-template-columns:minmax(0,1fr)}.transport-photo--boarding,.transport-photo--journey,.transport-photo--interior{min-height:460px}.transport-photo--portrait{width:min(100%,620px);height:680px;justify-self:center}}@media(max-width:820px){.product-media-stack{width:min(100%,680px);grid-template-columns:minmax(0,1fr);justify-self:center}}@media(max-width:700px){.transport-photo{border-radius:var(--radius-md)}.transport-photo--hero,.transport-photo--boarding,.transport-photo--journey,.transport-photo--interior{min-height:0;aspect-ratio:4/3}.transport-photo--portrait{width:100%;height:auto;min-height:0;aspect-ratio:4/5}.transport-photo figcaption{right:.7rem;bottom:.7rem;max-width:calc(100% - 1.4rem);font-size:.64rem}.product-media-stack{gap:1rem}.product-media-stack>app-product-visual,.feature-layout--reverse .product-media-stack>app-product-visual{width:100%}.trial-flow{grid-template-columns:minmax(0,1fr)}}@media(max-width:440px){.trial-section__actions,.trial-section__actions .product-button{width:100%}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-variable.woff2) format("woff2")}:root{--bg: var(--background-primary);--bg-elevated: var(--background-secondary);--surface: var(--surface-primary);--surface-soft: var(--surface-secondary);--surface-strong: var(--surface-elevated);--text: var(--text-primary);--text-soft: var(--text-secondary);--muted: var(--text-tertiary);--line: var(--border-primary);--line-strong: var(--divider);--primary: var(--brand-ink);--primary-strong: var(--brand-ink);--on-primary: #fff;--header: var(--navigation-background);--shadow: var(--shadow-soft);--radius: 20px;--max: 1216px;--font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}body{margin:0;min-width:280px;background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}body.menu-is-open{overflow:hidden}button,input{font:inherit}button{color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}h1,h2,h3,p,figure{margin-top:0}h1,h2,h3{text-wrap:balance}p{color:var(--text-soft)}::selection{background:var(--brand-primary-soft)}:focus-visible{outline:3px solid var(--brand-primary);outline-offset:4px}.container{width:min(100% - 64px,var(--max));margin-inline:auto}.section{padding:var(--section-space) 0;border-bottom:1px solid var(--line)}.section-heading{max-width:780px;margin-bottom:3rem}.section-heading h2,.feature-copy h2{margin:0 0 1.2rem;font-size:clamp(2.3rem,4.6vw,4.6rem);font-weight:720;line-height:1.02;letter-spacing:-.05em}.section-heading--split{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:end}.section-heading p:not(.eyebrow),.feature-copy>p:not(.eyebrow){font-size:1.08rem;line-height:1.7}.eyebrow{margin:0 0 1.2rem;font-size:.68rem;font-weight:750;letter-spacing:.15em;color:var(--brand-ink)}.icon-box{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(118,114,242,.22);border-radius:12px;color:var(--brand-ink);background:var(--brand-primary-soft)}.skip-link{position:fixed;z-index:200;top:10px;left:12px;padding:12px 16px;border-radius:10px;background:var(--brand-primary-pressed);color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.site-header{position:fixed;top:18px;inset-inline:0;z-index:100}.site-header__inner{display:flex;align-items:center;gap:20px;height:72px;padding:0 20px;border:1px solid var(--line);border-radius:22px;background:var(--header);box-shadow:var(--shadow-soft)}.site-header__brand{flex-shrink:0}.site-header__nav{display:flex;align-items:center;gap:2px;margin-left:auto}.site-header__nav a{color:var(--text-soft);font-size:.78rem;font-weight:650;padding:13px 10px;border-radius:12px;transition:color .2s,background .2s;white-space:nowrap}.site-header__nav a:hover{color:var(--text);background:var(--surface-soft)}.site-header__actions{display:flex;align-items:center;gap:8px}.theme-toggle,.menu-toggle,.menu-close{display:grid;place-items:center;width:46px;height:46px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text-soft)}.theme-toggle:hover,.menu-toggle:hover,.menu-close:hover{color:var(--text);background:var(--surface-strong)}.menu-toggle{display:none}.menu-toggle span{display:block;width:17px;height:1.5px;background:currentColor;margin:2px 0}.mobile-menu{position:fixed;inset:0;z-index:110;overflow:clip;visibility:hidden;pointer-events:none}.mobile-menu--open{visibility:visible;pointer-events:auto}.mobile-menu__backdrop{position:absolute;inset:0;border:0;background:#070a11a3;opacity:0;transition:opacity .2s}.mobile-menu--open .mobile-menu__backdrop{opacity:1}.mobile-menu__panel{position:absolute;top:12px;right:12px;bottom:12px;width:min(390px,100% - 24px);padding:22px;border:1px solid var(--line);border-radius:22px;background:var(--bg-elevated);transform:translate(110%);transition:transform .2s;overflow-y:auto}.mobile-menu--open .mobile-menu__panel{transform:translate(0)}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.mobile-menu__panel>a{display:flex;align-items:center;gap:20px;min-height:60px;border-bottom:1px solid var(--line);color:var(--text-soft);font-size:14px}.mobile-menu__panel>a>span{color:var(--brand-ink);font-size:11px}@media(min-width:981px){.mobile-menu{display:none}}.hero{position:relative;isolation:isolate;overflow:clip;padding:9rem 0 5rem;border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(118,114,242,.05),transparent 42%),var(--bg)}.hero:before{content:"";position:absolute;z-index:-1;top:-260px;right:-180px;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,rgba(118,114,242,.2),transparent 68%);pointer-events:none}.hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:3rem;align-items:center}.hero .eyebrow{display:table;padding:.55rem .75rem;border:1px solid rgba(118,114,242,.35);border-radius:999px;background:var(--brand-primary-soft);font-size:.65rem;letter-spacing:.12em;margin-bottom:1.4rem}.hero h1{font-size:clamp(3rem,5.25vw,4.8rem);font-weight:740;line-height:1.03;letter-spacing:-.055em;margin-bottom:1.6rem}.hero h1 span{display:block;color:var(--brand-ink)}.hero__lead{max-width:510px;font-size:1rem;line-height:1.75;margin-bottom:1.75rem}.product-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:1px solid rgba(118,114,242,.26);border-radius:15px;background:#6965da;color:#fff;font-size:.88rem;font-weight:650;box-shadow:0 12px 28px #5951d22e;transition:background .2s,transform .2s}.product-button:hover{background:#5e57cf;transform:translateY(-2px)}.hero__benefits{display:flex;flex-wrap:wrap;gap:.65rem 1.1rem;list-style:none;padding:0;margin:1.5rem 0 0;color:var(--text-soft);font-size:.73rem}.hero__benefits span{color:var(--brand-ink);margin-right:.2rem}.hero__photo{margin:0;border:1px solid var(--line);border-radius:26px;background:#171c29;box-shadow:0 24px 60px #080b1628}.hero__photo img{display:block;width:100%;height:auto;object-fit:contain;border-radius:25px}.audience-section,.process-section,.categories-section{background:var(--bg)}.audience-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.audience-choice{padding:2rem;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,var(--surface-strong),var(--surface))}.audience-choice__icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:1.6rem;border-radius:13px;background:var(--brand-primary-soft);color:var(--brand-ink)}.audience-choice div>p{color:var(--brand-ink);font-size:.65rem;font-weight:700;letter-spacing:.1em}.audience-choice h3{font-size:1.55rem;font-weight:650;letter-spacing:-.03em}.audience-choice div>span{display:block;max-width:420px;font-size:.94rem;line-height:1.7;color:var(--text-soft)}.audience-choice>small{display:block;border-top:1px solid var(--line);margin-top:1.5rem;padding-top:1.2rem;color:var(--text-soft);font-size:.75rem}.precision-note{max-width:790px;margin:1.7rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.65}.platform-section{background:var(--surface)}.pillar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pillar-grid article{position:relative;padding:1.8rem;border:1px solid var(--line);border-radius:20px;background:var(--surface-soft);transition:border-color .2s,transform .2s}.pillar-grid article:hover{border-color:var(--brand-ink);transform:translateY(-3px)}.pillar-grid__number{position:absolute;top:1.8rem;right:1.8rem;color:var(--muted);font-size:.75rem}.pillar-grid .icon-box{margin-bottom:2rem}.pillar-grid h3{font-size:1.25rem;line-height:1.3;font-weight:650;letter-spacing:-.025em}.pillar-grid p{margin-bottom:0;font-size:.9rem;line-height:1.7}.process-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.6rem;list-style:none;padding:0;margin:0}.process-flow li{border-top:1px solid var(--line);padding-top:1.5rem}.process-flow__number{display:block;margin-bottom:1.5rem;color:var(--brand-ink);font-size:.85rem}.process-flow small{display:block;min-height:1.6rem;font-size:.58rem;letter-spacing:.06em;color:var(--muted)}.process-flow h3{margin:.6rem 0 1rem;font-size:1.3rem;font-weight:650}.process-flow p{font-size:.86rem;line-height:1.7;margin:0}.product-feature{background:var(--surface)}.product-feature:nth-child(2n){background:var(--bg)}.feature-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,5rem);align-items:center}.feature-layout--reverse .feature-copy{order:2}.feature-copy>p{max-width:28rem}.feature-copy>.precision-note{font-size:.78rem!important}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;padding:0;margin:0;list-style:none}.category-grid li{display:flex;align-items:center;gap:14px;padding:22px 16px;border-bottom:1px solid var(--line);color:var(--text-soft);font-size:.85rem}.category-grid app-icon{color:var(--brand-ink)}.ecosystem-section{background:var(--surface)}.ecosystem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.ecosystem-product{display:flex;flex-direction:column;min-height:230px;padding:1.7rem;border:1px solid var(--line);border-radius:20px;background:var(--surface-soft);transition:border-color .2s,transform .2s}.ecosystem-product:hover{transform:translateY(-3px);border-color:var(--brand-ink)}.ecosystem-product--active{border-color:#7672f28c;background:linear-gradient(145deg,var(--brand-primary-soft),var(--surface-soft))}.ecosystem-product>small{color:var(--brand-ink);font-size:.56rem;font-weight:750;letter-spacing:.09em}.ecosystem-product h3{margin:1.5rem 0 1rem;font-size:1.28rem;font-weight:650;letter-spacing:-.03em}.ecosystem-product p{font-size:.85rem;line-height:1.6}.ecosystem-product>span{display:flex;justify-content:space-between;gap:8px;margin-top:auto;padding-top:1rem;color:var(--brand-ink);font-size:.74rem;font-weight:650}.ecosystem-product i{font-style:normal}.footer{padding:4rem 0 1.5rem;background:var(--bg);border-top:1px solid var(--line)}.footer__top{display:grid;grid-template-columns:1.35fr .8fr .9fr 1.1fr;gap:2rem}.footer__top>*{min-width:0}.footer__brand p{max-width:300px;margin:1.5rem 0 1rem;font-size:.86rem;line-height:1.7}.footer__brand>span{color:var(--muted);font-size:.72rem}.footer__social-row{display:flex;gap:.65rem;margin-top:1.2rem}.footer__social{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:10px}.footer__social svg{width:15px;height:15px;fill:var(--text-soft)}.footer__social[href*="facebook.com"] svg{fill:#1877f2}.footer__social[href*="linkedin.com"] svg{fill:#0a66c2}.footer nav,.footer__contact{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.footer h2{margin:0 0 .4rem;font-size:.72rem;font-weight:650}.footer nav a,.footer__contact a{color:var(--text-soft);font-size:.76rem;line-height:1.5;overflow-wrap:anywhere}.footer nav a:hover,.footer__contact a:hover{color:var(--brand-ink)}.footer__bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--line)}.footer__bottom p{margin:0;color:var(--muted);font-size:.66rem}@media(max-width:1160px){.site-header__nav a{padding:12px 7px;font-size:.73rem}.site-header__inner{gap:12px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.hero__grid{gap:1.7rem;grid-template-columns:1fr 1fr}.hero h1{font-size:clamp(2.5rem,5.1vw,3.9rem)}.ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer__top{grid-template-columns:1.2fr 1fr;gap:2.5rem}}@media(max-width:900px){.container{width:calc(100% - 32px)}.site-header{top:12px}.site-header__inner{height:64px;padding:0 12px}.site-header__nav{display:none}.site-header__actions{margin-left:auto}.menu-toggle{display:grid}.feature-layout,.section-heading--split{grid-template-columns:1fr;gap:2.5rem}.feature-layout--reverse .feature-copy{order:0}.feature-copy{max-width:40rem}.feature-layout>app-product-visual{width:min(100%,680px);justify-self:center}.process-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.calculator{grid-template-columns:1fr}.calculator__input{border-right:0;border-bottom:1px solid var(--line)}.legal-page__layout{grid-template-columns:1fr;gap:40px}.legal-page aside{position:static}.legal-page aside nav{display:flex;flex-wrap:wrap;gap:14px}}@media(max-width:700px){.hero{padding:7.1rem 0 3rem}.hero__grid{grid-template-columns:1fr;gap:2rem}.hero h1{font-size:clamp(2.9rem,12.5vw,4.5rem)}.hero__lead{font-size:.95rem;line-height:1.65}.audience-selector,.pillar-grid{grid-template-columns:1fr}.audience-choice{padding:1.7rem}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.ecosystem-grid{grid-template-columns:1fr}.footer__top{grid-template-columns:1fr 1fr}.footer__brand,.footer__contact{grid-column:1/-1}.category-grid li{padding:18px 6px;gap:9px;font-size:.72rem}.calculator__input,.calculator__results{padding:24px 18px}.calculator__results-head{gap:12px;flex-wrap:wrap}.calculator-breakdown>div{gap:12px;align-items:start}.calculator-breakdown dd{font-size:.77rem;white-space:nowrap}.calculator-breakdown dt{font-size:.73rem}.calculator-breakdown__remainder{flex-direction:column}.legal-page article>h1{font-size:2.8rem}}@media(max-width:380px){.site-header__inner{padding-inline:10px;gap:8px}.site-header__actions{gap:6px}.theme-toggle,.menu-toggle{width:44px;height:44px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
