:root{color-scheme:light;--neutral-0:#fff;--neutral-25:#fafaf8;--neutral-50:#f5f5f1;--neutral-100:#f0f0ec;--neutral-400:#b4bab6;--neutral-600:#5f6764;--neutral-950:#0e1412;--forest-50:#f1f5f3;--forest-100:#d9e6e0;--forest-500:#5f9079;--forest-650:#2d5a46;--forest-700:#1e4d3c;--forest-950:#0f2d22;--success-600:#2e7d5a;--warning-600:#a87e2a;--danger-600:#a84c1a;--border-subtle:#0e141217;--border-strong:#0e141238;--mineral-50:var(--neutral-25);--chalk-0:var(--neutral-0);--white:var(--neutral-0);--ink-950:var(--forest-950);--ink-900:var(--forest-950);--pine-800:var(--forest-700);--pine-700:var(--forest-650);--pine-200:var(--forest-100);--pine-100:var(--forest-100);--pine-50:var(--forest-50);--signal-400:var(--forest-700);--signal-300:var(--forest-500);--signal-700:var(--forest-950);--info-600:var(--forest-700);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-18:4.5rem;--space-26:6.5rem;--space-36:9rem;--radius-input:.375rem;--radius-surface:.75rem;--radius-product:.75rem;--radius-pill:999px;--shadow-product:0 1.5rem 4rem #0f2d2224;--shadow-float:0 1rem 3rem #0f2d221a;--ease-out:cubic-bezier(.16, 1, .3, 1);--duration-fast:.18s;--duration-base:.42s;--duration-slow:.72s;--font-display:"Geologica Variable", system-ui, sans-serif;--font-body:"Source Sans 3 Variable", system-ui, sans-serif;--font-mono:"IBM Plex Mono", Consolas, monospace;--font-serif:var(--font-display);--font-sans:var(--font-body);--page-bg:var(--neutral-25);--surface:var(--neutral-0);--surface-elevated:var(--neutral-0);--surface-muted:var(--neutral-100);--surface-sunken:var(--neutral-50);--text:var(--neutral-950);--text-soft:var(--neutral-600);--text-muted:var(--neutral-600);--text-disabled:var(--neutral-400);--line:var(--border-subtle);--line-strong:var(--border-strong);--primary:var(--forest-700);--primary-hover:var(--forest-950);--primary-deep:var(--forest-950);--primary-soft:var(--forest-100);--primary-pale:var(--forest-50);--primary-contrast:var(--neutral-0);--accent:var(--forest-700);--accent-text:var(--forest-950);--accent-soft:var(--forest-100);--accent-contrast:var(--forest-950);--focus:var(--forest-700);--section-pad:clamp(5.5rem, 10vw, 9rem);--container:1360px;--button-height:3.25rem;--button-height-lg:3.5rem;--button-radius:.375rem;--button-padding:1.15rem;--header-bg:color-mix(in srgb, var(--page-bg) 92%, transparent);--button-primary-bg:var(--primary);--button-primary-bg-hover:var(--primary-hover);--button-primary-fg:var(--primary-contrast);--button-secondary-bg:var(--surface);--button-secondary-fg:var(--primary-deep);--button-secondary-border:var(--line-strong);--input-bg:var(--surface-elevated);--input-border:var(--line-strong);--input-focus:var(--focus);--product-bg:var(--surface-elevated);--product-border:var(--line);--product-radius:var(--radius-product);--card-bg:var(--surface-elevated);--card-radius:var(--radius-surface);--paper:var(--page-bg);--paper-strong:var(--surface-muted);--ink:var(--text);--ink-soft:var(--text-soft);--muted:var(--text-muted);--green:var(--primary);--green-dark:var(--primary);--green-pale:var(--accent-soft);--blue:var(--primary);--blue-pale:var(--primary-pale);--red:var(--danger-600);--amber:var(--warning-600);--color-page-bg:var(--page-bg);--color-page-elev:var(--surface-elevated);--color-page-sunk:var(--surface-muted);--color-page-fg:var(--text);--color-page-mute:var(--text-muted);--color-page-faint:var(--pine-200);--color-page-line:var(--line);--color-page-line-strong:var(--line-strong);--color-accent:var(--accent);--color-accent-deep:var(--primary);--color-accent-soft:var(--accent-soft);--color-accent-ink:var(--accent-contrast)}*,:before,:after{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;background:var(--page-bg);overflow-x:hidden}html.mobile-menu-open{overflow:hidden}body{background:var(--page-bg);min-width:320px;color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;font-weight:450;line-height:1.65;overflow-x:clip}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--font-display);font-variation-settings:"wdth" 96;letter-spacing:-.045em;text-wrap:balance;line-height:.98}p{text-wrap:pretty}::selection{background:var(--accent);color:var(--accent-contrast)}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.container{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.narrow{width:min(100% - 48px,900px);margin-inline:auto}.section{padding:var(--section-pad) 0}.section-tight,.section-md{padding:clamp(4rem,7vw,6.5rem) 0}.section-xl{padding:clamp(7rem,12vw,11rem) 0}.band-white{background:var(--surface)}.band-dark,.band-blue{background:var(--surface-muted);color:var(--text)}.rule-top{border-top:1px solid var(--line)}.skip-link{z-index:1000;border-radius:var(--radius-pill);background:var(--primary);color:var(--primary-contrast);transition:transform var(--duration-fast) var(--ease-out);padding:.75rem 1rem;font-weight:750;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.main-anchor{height:0;scroll-margin-top:5rem;display:block}.section-marker,.page-kicker,.eyebrow,.page-kicker{color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;margin:0 0 1.5rem;font-size:.72rem;font-weight:650;line-height:1.25}.eyebrow{align-items:center;gap:.6rem;display:inline-flex}.eyebrow .dot{display:none}.section-title,.h-display{max-width:18ch;margin:0;font-size:clamp(2.55rem,5.2vw,5rem);font-weight:610}.section-copy,.page-lead{max-width:39rem;color:var(--text-soft);margin:1.5rem 0 0;font-size:clamp(1.05rem,1.4vw,1.2rem);line-height:1.65}.section-head{grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);align-items:end;gap:clamp(2rem,7vw,7rem);margin-bottom:clamp(3rem,7vw,6rem);display:grid}.section-head .section-copy{margin:0}.btn{min-height:var(--button-height);padding:.75rem var(--button-padding);border-radius:var(--button-radius);white-space:nowrap;cursor:pointer;transition:transform var(--duration-fast) var(--ease-out), background-color var(--duration-fast), border-color var(--duration-fast), color var(--duration-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:.65rem;font-weight:760;line-height:1;display:inline-flex}.btn svg,.text-link svg{transition:transform var(--duration-fast) var(--ease-out)}.btn:hover{transform:translateY(-2px)}.btn:hover svg,.text-link:hover svg{transform:translate(3px)}.btn:active{transform:translateY(0)scale(.98)}.btn-lg{min-height:var(--button-height-lg);padding-inline:1.45rem}.btn-primary,.btn-accent{background:var(--primary);color:var(--primary-contrast)}.btn-primary:hover,.btn-accent:hover{background:var(--primary-hover)}.btn-secondary,.btn-ghost,.btn-on-dark{border-color:var(--line-strong);background:var(--surface-elevated);color:var(--text)}.btn-secondary:hover,.btn-ghost:hover,.btn-on-dark:hover{border-color:var(--text)}.text-link,.btn-link{color:var(--text);text-decoration:underline;text-decoration-color:var(--line-strong);text-underline-offset:.35rem;transition:text-decoration-color var(--duration-fast), color var(--duration-fast);align-items:center;gap:.55rem;font-weight:760;display:inline-flex}.text-link:hover,.btn-link:hover{text-decoration-color:var(--accent)}.page-actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:2rem;display:flex}.site-header{z-index:100;border-bottom:1px solid color-mix(in srgb, var(--line) 78%, transparent);background:var(--header-bg);backdrop-filter:blur(18px)saturate(120%);height:72px;position:sticky;top:0}.header-row{justify-content:space-between;align-items:center;gap:2rem;height:72px;display:flex}.header-logo,.footer-logo{font-family:var(--font-display);letter-spacing:-.035em;align-items:center;gap:.7rem;font-size:1.2rem;font-weight:720;display:inline-flex}.header-logo img,.footer-logo img{filter:var(--logo-filter,none)}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-link{min-height:40px;color:var(--text-soft);align-items:center;padding:.6rem .85rem;font-size:.86rem;font-weight:680;display:inline-flex;position:relative}.nav-link:after{content:"";background:var(--accent);transform-origin:0;height:2px;transition:transform var(--duration-fast) var(--ease-out);position:absolute;bottom:.3rem;left:.85rem;right:.85rem;transform:scaleX(0)}.nav-link:hover,.nav-link.active{color:var(--text)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.header-actions{align-items:center;gap:1rem;display:flex}.login-link{color:var(--text-soft);font-size:.86rem;font-weight:700}.login-link:hover{color:var(--text)}.btn-header{min-height:42px;padding-inline:1rem;font-size:.84rem}.header-burger{border:1px solid var(--line);border-radius:var(--radius-pill);background:var(--surface-elevated);width:44px;height:44px;color:var(--text);justify-content:center;align-items:center;padding:0;display:none}.menu-close-icon,.header-burger[aria-expanded=true] .menu-open-icon{display:none}.header-burger[aria-expanded=true] .menu-close-icon{display:block}.header-mobile{z-index:99;background:var(--page-bg);position:fixed;inset:72px 0 0;overflow-y:auto}@media (prefers-reduced-motion:no-preference){.header-mobile:not([hidden]){animation:mobile-menu-enter .26s var(--ease-out) both}}@keyframes mobile-menu-enter{0%{opacity:0;transform:translateY(-.75rem)}to{opacity:1;transform:none}}.mobile-menu-grid{grid-template-columns:1.15fr .85fr;gap:3rem;padding-block:3rem;display:grid}.mobile-audiences>p{color:var(--text-muted);font-family:var(--font-mono);text-transform:uppercase;margin-bottom:1rem;font-size:.72rem}.mobile-audiences>a{border-top:1px solid var(--line);grid-template-columns:1fr auto;gap:.2rem 1rem;padding:1.5rem 0;display:grid}.mobile-audiences>a:last-child{border-bottom:1px solid var(--line)}.mobile-audiences span{color:var(--text-muted);font-size:.82rem}.mobile-audiences strong{font-family:var(--font-display);grid-column:1;font-size:1.55rem}.mobile-audiences svg{grid-area:1/2/span 2;align-self:center}.mobile-nav{align-content:start;display:grid}.mobile-nav a{color:var(--text-soft);padding:.8rem 0;font-weight:680}.mobile-actions{grid-column:1/-1;gap:.75rem;display:flex}.product-frame{margin:0;position:relative}.product-frame.web{border:1px solid color-mix(in srgb, var(--ink-950) 14%, transparent);border-radius:var(--product-radius);background:var(--product-bg);box-shadow:var(--shadow-product);overflow:hidden}.product-frame.web img{aspect-ratio:16/10;object-fit:cover;object-position:top left;width:100%;height:auto;display:block}.product-frame.mobile{border:1px solid color-mix(in srgb, var(--white) 10%, transparent);background:var(--ink-950);width:min(100%,350px);box-shadow:var(--shadow-product);border-radius:2.4rem;margin-inline:auto;padding:10px}.product-frame.mobile img{aspect-ratio:9/19.5;object-fit:cover;object-position:top;border-radius:1.8rem;width:100%;height:auto;display:block}.product-caption{color:var(--text-muted);margin:.9rem 0 0;font-size:.72rem}.product-frame.mobile .product-caption{color:var(--forest-100)}.page-hero{border-bottom:1px solid var(--line);background:var(--page-bg);padding:clamp(5rem,9vw,8rem) 0;position:relative;overflow:clip}.page-hero:after{content:"";border:1px solid var(--line);pointer-events:none;border-radius:50%;width:38rem;height:38rem;position:absolute;bottom:-18rem;right:-13rem}.page-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(32rem,1.18fr);align-items:center;gap:clamp(3rem,7vw,7rem);display:grid}.page-hero-copy{z-index:2;max-width:46rem;position:relative}.page-title{margin:0;font-size:clamp(3.3rem,5.35vw,5.7rem);font-weight:610;line-height:.91}.page-hero-stage{z-index:2;position:relative}.page-hero-stage .product-frame.web{transform:rotate(1deg)}.page-hero-mobile .page-hero-grid{grid-template-columns:minmax(0,1fr) minmax(20rem,.72fr)}.presentation-hero{grid-template-columns:.28fr 1.42fr .7fr;align-items:end;gap:2rem;display:grid}.presentation-hero .page-kicker{align-self:start}.presentation-hero .page-title{max-width:13ch}.presentation-hero .page-lead{margin:0 0 .4rem}.feature-index{color:var(--text-muted);font-family:var(--font-mono);margin-bottom:3.5rem;font-size:.7rem;display:block}.workflow{border-block:1px solid var(--line);grid-template-columns:repeat(5,1fr);display:grid}.workflow-step{min-width:0;padding:2.5rem 1.5rem 2.5rem 0}.workflow-step+.workflow-step{border-left:1px solid var(--line);padding-left:1.5rem}.workflow-index{color:var(--primary);font-family:var(--font-mono);margin-bottom:3rem;font-size:.7rem;display:block}.workflow-step h3{margin-bottom:.8rem;font-size:1.35rem}.workflow-step p{color:var(--text-muted);margin:0;font-size:.82rem}.split{grid-template-columns:minmax(0,.85fr) minmax(32rem,1.15fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.split.reverse>:first-child{order:2}.split-copy{max-width:38rem}.split-copy h2{margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,5.2rem);font-weight:600}.split-copy>p{color:var(--text-soft);font-size:1.05rem}.fact-list{border-top:1px solid var(--line);margin:2rem 0 0;padding:0;list-style:none;display:grid}.fact-list li{border-bottom:1px solid var(--line);color:var(--text-soft);grid-template-columns:minmax(7.25rem,.38fr) minmax(0,1fr);gap:1.25rem;padding:1rem 0;display:grid}.fact-list strong,.fact-list span{overflow-wrap:anywhere;min-width:0}.fact-list strong{color:var(--primary);font-family:var(--font-mono);font-size:.7rem;line-height:1.45}.fact-list span{line-height:1.5}.feature-grid,.route-grid{border:1px solid var(--line);border-radius:var(--radius-product);background:var(--line);grid-template-columns:repeat(6,1fr);gap:1px;display:grid;overflow:hidden}.feature,.route-card{background:var(--surface-elevated);grid-column:span 2;min-width:0;min-height:310px;padding:2rem}.feature:nth-child(5n+1),.route-card:nth-child(5n+1){background:var(--surface-muted);grid-column:span 3}.feature:nth-child(5n+2),.route-card:nth-child(5n+2){grid-column:span 3}.feature h3,.route-card strong{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 1rem;font-size:1.65rem;line-height:1.05;display:block}.feature p,.route-card p{color:var(--text-soft);margin:0;font-size:.9rem}.route-card{transition:background-color var(--duration-base), transform var(--duration-base) var(--ease-out)}.route-card:hover{z-index:2;background:var(--accent-soft);transform:translateY(-3px)}.route-card span,.route-card em{color:var(--text-muted);font-family:var(--font-mono);text-transform:uppercase;font-size:.67rem;font-style:normal;display:block}.route-card strong{margin-top:3rem}.route-card em{color:var(--text);font-family:var(--font-body);text-transform:none;margin-top:1.7rem;font-weight:750}.proof-note{border-left:3px solid var(--accent);background:var(--accent-soft);color:var(--text-soft);align-items:flex-start;gap:.8rem;padding:1rem 1.2rem;font-size:.82rem;display:flex}.pricing-grid{grid-template-columns:.9fr 1.2fr .9fr;align-items:stretch;gap:1rem;display:grid}.pricing-card{border:1px solid var(--line);border-radius:var(--radius-surface);background:var(--card-bg);flex-direction:column;min-width:0;padding:2rem;display:flex}.pricing-card.featured{border:1px solid var(--primary);box-shadow:var(--shadow-float);transform:translateY(-.75rem)}.pricing-name{color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:700}.pricing-price{font-family:var(--font-display);letter-spacing:-.05em;margin:2.5rem 0 .6rem;font-size:clamp(2.8rem,4vw,4.6rem);line-height:.95}.pricing-unit{min-height:3rem;color:var(--text-muted);font-size:.76rem}.pricing-card>p{color:var(--text-soft)}.pricing-card .btn{margin-top:auto}.pricing-list{border-top:1px solid var(--line);gap:.65rem;margin:2rem 0;padding:1.5rem 0 0;list-style:none;display:grid}.pricing-list li{color:var(--text-soft);font-size:.82rem}.pricing-list li:before{content:"✓";color:var(--primary);margin-right:.55rem;font-weight:850}.faq-section{padding:var(--section-pad) 0;background:var(--page-bg)}.faq-section .section-title{margin-bottom:3rem}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-q{font-family:var(--font-display);letter-spacing:-.02em;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.6rem 0;font-size:1.25rem;font-weight:650;display:flex}.faq-icon{border:1px solid var(--line-strong);width:2.2rem;height:2.2rem;transition:transform var(--duration-fast), background-color var(--duration-fast);border-radius:50%;flex:0 0 2.2rem;justify-content:center;align-items:center;display:inline-flex}.faq-item[open] .faq-icon{background:var(--primary-soft);color:var(--primary-deep);transform:rotate(45deg)}.faq-a-inner{max-width:46rem;color:var(--text-soft);padding:0 3.5rem 1.7rem 0}.final-cta{background:var(--primary-deep);color:var(--primary-pale);padding:clamp(6rem,10vw,9rem) 0;position:relative;overflow:clip}.final-cta:after{content:"";border:1px solid color-mix(in srgb, currentColor 32%, transparent);border-radius:50%;width:45rem;height:45rem;position:absolute;bottom:-24rem;right:-12rem}.final-cta-inner{z-index:2;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:4rem;display:grid;position:relative}.final-cta .section-marker{color:color-mix(in srgb, currentColor 70%, transparent)}.final-cta h2{max-width:15ch;margin:0;font-size:clamp(3rem,6vw,6.2rem);font-weight:600}.final-cta p:not(.section-marker){color:currentColor;opacity:.74;max-width:40rem;margin:1.5rem 0 0}.final-cta-actions{flex-wrap:wrap;align-items:center;gap:1.3rem;display:flex}.final-cta .btn-accent{background:var(--surface);color:var(--primary-deep)}.final-cta .btn-accent:hover{background:var(--primary-soft)}.final-cta .text-link{color:currentColor}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-field{gap:.45rem;display:grid}.form-field.full{grid-column:1/-1}.form-label{font-size:.76rem;font-weight:750}.form-input{border:1px solid var(--input-border);border-radius:var(--radius-input);background:var(--input-bg);width:100%;min-height:50px;color:var(--text);padding:.75rem .9rem}.form-input::placeholder{color:var(--text-muted);opacity:1}.form-input:focus{border-color:var(--input-focus);outline:3px solid color-mix(in srgb, var(--focus) 38%, transparent)}textarea.form-input{resize:vertical;min-height:160px}.legal-prose{overflow-wrap:anywhere;min-width:0;max-width:760px}.legal-prose h2{margin:4rem 0 1.2rem;font-size:2.3rem}.legal-prose h3{margin:2.5rem 0 1rem;font-size:1.4rem}.legal-prose p,.legal-prose li{color:var(--text-soft)}.legal-prose a{color:var(--text);text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:.25rem}.legal-nav-link{color:var(--text-muted)}.legal-nav-link.active{color:var(--text);font-weight:700}[data-reveal],[data-reveal-stagger]>*{opacity:1;transform:none}html.js-reveal-ready [data-reveal]:not(.in-view),html.js-reveal-ready [data-reveal-stagger]:not(.in-view)>*{opacity:0;transform:translateY(20px)}[data-reveal],[data-reveal-stagger]>*{transition:opacity .62s var(--ease-out), transform .72s var(--ease-out)}@supports (animation-timeline:view()){.feature-grid>*,.route-grid>*,.split>*{animation:linear both section-rise view();animation-range:entry cover 24%}@keyframes section-rise{0%{opacity:.18;transform:translateY(2.5rem)scale(.985)}to{opacity:1;transform:none}}}@media (width<=1120px){.page-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(29rem,1.1fr);gap:3rem}}@media (width<=1050px){.site-header{background:var(--page-bg);backdrop-filter:none}.nav-links,.header-actions{display:none}.header-burger{display:inline-flex}.page-hero-grid,.split{grid-template-columns:1fr}.presentation-hero{grid-template-columns:.25fr 1.75fr}.presentation-hero .page-lead{grid-column:2;max-width:42rem}.page-hero-stage{max-width:56rem}.page-hero-mobile .page-hero-grid{grid-template-columns:1fr}.split.reverse>:first-child{order:initial}.workflow{grid-template-columns:repeat(3,1fr)}.workflow-step:nth-child(4){border-left:0;padding-left:0}.feature-grid,.route-grid{grid-template-columns:repeat(4,1fr)}.feature,.route-card,.feature:nth-child(5n+1),.route-card:nth-child(5n+1),.feature:nth-child(5n+2),.route-card:nth-child(5n+2){grid-column:span 2}}@media (width<=899px){.container,.narrow{width:min(calc(100% - 36px), var(--container))}.section-head{grid-template-columns:1fr;gap:1.5rem}.mobile-menu-grid{grid-template-columns:1fr;gap:2rem}.mobile-actions{grid-column:auto}.pricing-grid{grid-template-columns:1fr}.pricing-card{min-height:auto}.pricing-card.featured{transform:none}.final-cta-inner{grid-template-columns:1fr}}@media (width<=680px){.container,.narrow{width:min(calc(100% - 32px), var(--container))}.section,.section-tight,.section-md{padding:4.5rem 0}.section-title,.h-display{font-size:clamp(2.4rem,11vw,3.6rem)!important}.header-row,.site-header{height:66px}.header-mobile{inset:66px 0 0}.page-hero{padding-block:4.5rem}.page-hero:after,.final-cta:after{display:none}.page-title{font-size:clamp(3.2rem,15vw,5rem)}.presentation-hero{display:block}.presentation-hero .page-title{margin-bottom:1.5rem}.page-hero-stage{margin-top:1rem}.workflow{grid-template-columns:1fr}.workflow-step,.workflow-step+.workflow-step,.workflow-step:nth-child(4){border-right:0;border-bottom:1px solid var(--line);border-left:0;padding:1.6rem 0}.workflow-index{margin-bottom:1rem}.split{gap:3rem}.feature-grid,.route-grid{grid-template-columns:1fr}.feature,.route-card,.feature:nth-child(5n+1),.route-card:nth-child(5n+1),.feature:nth-child(5n+2),.route-card:nth-child(5n+2){grid-column:auto;min-height:240px}.form-grid{grid-template-columns:1fr}.form-field.full{grid-column:auto}}@media (width<=390px){.container,.narrow{width:min(calc(100% - 28px), var(--container))}.header-logo span{font-size:1.08rem}.page-actions .btn,.final-cta-actions .btn,.mobile-actions .btn{width:100%}.mobile-actions{display:grid}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-dashboard,.hero-phone{animation:none}.feature-grid>*,.route-grid>*,.split>*{opacity:1!important;animation:none!important;transform:none!important}}@media (prefers-reduced-transparency:reduce){.site-header{background:var(--page-bg);backdrop-filter:none}}@font-face{font-family:Geologica Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geologica-cyrillic-ext-wght-normal.C8B9Chlh.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geologica Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geologica-cyrillic-wght-normal.DbeVG3Ps.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geologica Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geologica-greek-wght-normal.DPM5d9ub.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Geologica Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geologica-vietnamese-wght-normal.DcI17N1q.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geologica Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geologica-latin-ext-wght-normal.DZyYlgcm.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geologica Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/geologica-latin-wght-normal.BBL8hQxZ.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-cyrillic-ext-wght-normal.DzyfIafT.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-cyrillic-wght-normal.BMDVbyM7.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-greek-ext-wght-normal.BWSLJLk6.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-greek-wght-normal.C9H9m1vD.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-vietnamese-wght-normal.C1uRvKPU.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-latin-ext-wght-normal.C8iNium2.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:swap;font-weight:200 900;src:url(/_astro/source-sans-3-latin-wght-normal.BqRLTx4X.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.compact-footer:where(.astro-4qtrmwbb){--footer-bg:var(--primary-deep);--footer-text:var(--primary-pale);--footer-muted:color-mix(in srgb, var(--primary-pale) 68%, transparent);--footer-line:#f1f5f31f;--footer-signal:var(--primary-soft);color:var(--footer-text);background:var(--footer-bg);padding-block:clamp(3.5rem,6vw,5rem) 1.5rem}.footer-shell:where(.astro-4qtrmwbb){width:min(100% - 5rem,85rem);margin-inline:auto}.footer-lead:where(.astro-4qtrmwbb){border-bottom:1px solid var(--footer-line);grid-template-columns:.8fr 1.4fr auto;align-items:start;gap:clamp(2rem,5vw,5rem);padding-bottom:2.5rem;display:grid}.compact-footer-logo:where(.astro-4qtrmwbb){width:fit-content;color:var(--footer-text);align-items:center;gap:.7rem;font-size:1.25rem;text-decoration:none;display:inline-flex}.footer-mark:where(.astro-4qtrmwbb){background:var(--footer-text);flex:none;width:2rem;height:2.1rem;mask:url(/foncieris-mark.svg) 50%/contain no-repeat}.footer-lead:where(.astro-4qtrmwbb) p:where(.astro-4qtrmwbb){max-width:35rem;color:var(--footer-muted);font-family:var(--font-display,system-ui, sans-serif);letter-spacing:-.025em;margin:0;font-size:clamp(1.2rem,2vw,1.8rem);line-height:1.25}.footer-email:where(.astro-4qtrmwbb){color:var(--footer-text);border-bottom:1px solid var(--footer-signal);font-size:.8rem;text-decoration:none}.footer-email:where(.astro-4qtrmwbb):hover{color:var(--footer-signal)}.footer-navigation:where(.astro-4qtrmwbb){grid-template-columns:repeat(2,1fr);gap:3rem;width:min(100%,34rem);margin:2.5rem 0 0 auto;display:grid}.footer-group:where(.astro-4qtrmwbb) summary:where(.astro-4qtrmwbb){color:var(--footer-muted);font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:700;list-style:none}.footer-group:where(.astro-4qtrmwbb) summary:where(.astro-4qtrmwbb) span:where(.astro-4qtrmwbb){display:none}.footer-group:where(.astro-4qtrmwbb) summary:where(.astro-4qtrmwbb)::-webkit-details-marker{display:none}.footer-group:where(.astro-4qtrmwbb):not([open])>nav:where(.astro-4qtrmwbb),.footer-group:where(.astro-4qtrmwbb) nav:where(.astro-4qtrmwbb){gap:.45rem;margin-top:.85rem;display:grid}.footer-group:where(.astro-4qtrmwbb) a:where(.astro-4qtrmwbb),.footer-bottom-row:where(.astro-4qtrmwbb) a:where(.astro-4qtrmwbb){color:var(--footer-muted);font-size:.8rem;text-decoration:none}.footer-group:where(.astro-4qtrmwbb) a:where(.astro-4qtrmwbb):hover,.footer-bottom-row:where(.astro-4qtrmwbb) a:where(.astro-4qtrmwbb):hover{color:var(--footer-signal)}.footer-group:where(.astro-4qtrmwbb) a:where(.astro-4qtrmwbb):focus-visible,.footer-bottom-row:where(.astro-4qtrmwbb) a:where(.astro-4qtrmwbb):focus-visible,.compact-footer-logo:where(.astro-4qtrmwbb):focus-visible,.footer-email:where(.astro-4qtrmwbb):focus-visible,.footer-group:where(.astro-4qtrmwbb) summary:where(.astro-4qtrmwbb):focus-visible{outline:3px solid var(--footer-signal);outline-offset:4px}.footer-bottom-row:where(.astro-4qtrmwbb){color:var(--footer-muted);border-top:1px solid var(--footer-line);justify-content:space-between;gap:2rem;margin-top:2.5rem;padding-top:1.25rem;font-size:.7rem;display:flex}.footer-bottom-row:where(.astro-4qtrmwbb) nav:where(.astro-4qtrmwbb){flex-wrap:wrap;gap:.7rem 1.3rem;display:flex}.footer-bottom-row:where(.astro-4qtrmwbb) a:where(.astro-4qtrmwbb){font-size:.7rem}@media (width<=52rem){.footer-shell:where(.astro-4qtrmwbb){width:min(100% - 3.5rem,85rem)}.footer-lead:where(.astro-4qtrmwbb){grid-template-columns:1fr 1fr;gap:1.5rem}.footer-lead:where(.astro-4qtrmwbb) p:where(.astro-4qtrmwbb){grid-area:2/1/auto/-1}.footer-email:where(.astro-4qtrmwbb){justify-self:end}.footer-navigation:where(.astro-4qtrmwbb){width:100%}}@media (width<=40rem){.compact-footer:where(.astro-4qtrmwbb){padding-top:3.25rem}.footer-shell:where(.astro-4qtrmwbb){width:calc(100% - 2rem)}.footer-lead:where(.astro-4qtrmwbb){grid-template-columns:1fr;gap:1.3rem;padding-bottom:2rem}.footer-lead:where(.astro-4qtrmwbb) p:where(.astro-4qtrmwbb){grid-area:auto;max-width:24rem;font-size:1.25rem}.footer-email:where(.astro-4qtrmwbb){justify-self:start}.footer-navigation:where(.astro-4qtrmwbb){border-top:1px solid var(--footer-line);grid-template-columns:1fr;gap:0;margin-top:1.2rem}.footer-group:where(.astro-4qtrmwbb){border-bottom:1px solid var(--footer-line)}.footer-group:where(.astro-4qtrmwbb) summary:where(.astro-4qtrmwbb){cursor:pointer;justify-content:space-between;align-items:center;min-height:3.25rem;display:flex}.footer-group:where(.astro-4qtrmwbb) summary:where(.astro-4qtrmwbb) span:where(.astro-4qtrmwbb){color:var(--footer-signal);font-family:system-ui,sans-serif;font-size:1.2rem;transition:transform .16s;display:inline}.footer-group:where(.astro-4qtrmwbb)[open] summary:where(.astro-4qtrmwbb) span:where(.astro-4qtrmwbb){transform:rotate(45deg)}.footer-group:where(.astro-4qtrmwbb):not([open])>nav:where(.astro-4qtrmwbb){display:none}.footer-group:where(.astro-4qtrmwbb) nav:where(.astro-4qtrmwbb){gap:0;margin:0 0 .7rem}.footer-group:where(.astro-4qtrmwbb) nav:where(.astro-4qtrmwbb) a:where(.astro-4qtrmwbb){min-height:2.35rem;padding-block:.45rem}.footer-bottom-row:where(.astro-4qtrmwbb){gap:1rem;margin-top:1.5rem;display:grid}.footer-bottom-row:where(.astro-4qtrmwbb) nav:where(.astro-4qtrmwbb){gap:.65rem 1rem}}@media (prefers-reduced-motion:reduce){.footer-group:where(.astro-4qtrmwbb) summary:where(.astro-4qtrmwbb) span:where(.astro-4qtrmwbb){transition:none}}
