@font-face{font-family:"Source Sans 3";src:url(/fonts/source-sans-3-variable.woff2) format("woff2");font-weight:200 700;font-style:normal;font-display:swap}@font-face{font-family:Playfair Display;src:url(/fonts/playfair-display.woff2) format("woff2");font-weight:700 900;font-style:normal;font-display:swap}@font-face{font-family:Playfair Display;src:url(/fonts/playfair-display-700-italic.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Source Code Pro;src:url(/fonts/source-code-pro-400.woff2) format("woff2");font-weight:400 500;font-style:normal;font-display:swap}@font-face{font-family:Ampersand;src:local("Source Sans 3"),local("SourceSans3-Regular"),local("Arial");unicode-range:U+0026}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100%}html,body{margin:0;padding:0}body{font-family:Ampersand,"Source Sans 3",sans-serif;font-weight:400;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}h1,h2,h3,h4{margin:0;font-family:"Source Sans 3",sans-serif;font-weight:700;letter-spacing:-.02em;color:var(--text)}p{margin:0;line-height:1.7}button,a{font:inherit}img{max-width:100%;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-in{animation:fadeUp .6s cubic-bezier(.22,1,.36,1) both}.animate-in-delay-1{animation-delay:.1s}.animate-in-delay-2{animation-delay:.2s}.animate-in-delay-3{animation-delay:.3s}.header{position:sticky;top:0;z-index:100;height:var(--header-height);background:#fff9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid transparent;display:flex;flex-wrap:wrap;align-items:center;padding:0 2rem;transition:background .4s,border-color .4s,box-shadow .4s}.header--scrolled{background:#fffffff2;border-bottom-color:#d5dbe366;box-shadow:0 1px 12px #0000000a}.header-accent{position:absolute;bottom:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 5%,var(--gold) 50%,transparent 95%);opacity:.25;pointer-events:none}.header-inner{max-width:var(--content-max-width);width:100%;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-logo{text-decoration:none;line-height:1;justify-self:start}.header-logo-mark{font-size:1.5rem;font-weight:700;color:var(--navy);letter-spacing:-.04em}.header-logo-mark span{color:var(--gold);transition:color .2s}.header-logo:hover .header-logo-mark span{color:var(--gold2)}.header-nav{display:flex;gap:.25rem;align-items:center;background:#00000008;border:1px solid rgba(0,0,0,.04);border-radius:100px;padding:.25rem}.header-nav-dot{width:3px;height:3px;border-radius:50%;background:var(--border);flex-shrink:0}.header-link{text-decoration:none;color:var(--muted);font-weight:500;font-size:.85rem;transition:all .2s;padding:.45rem 1rem;border-radius:100px;letter-spacing:-.01em;background:none;border:none;cursor:pointer;white-space:nowrap}.header-link:hover{color:var(--navy);background:#fffc}.header-link.active{color:var(--navy);background:var(--white);font-weight:600;box-shadow:0 1px 4px #0000000f}.header-tagline{justify-self:end;font-size:.7rem;font-family:Source Code Pro,monospace;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);opacity:.6}.header-dropdown-wrap{position:relative}.header-dropdown-trigger{display:inline-flex;align-items:center;gap:.3rem}.header-chevron{transition:transform .2s;opacity:.5}.header-chevron.open{transform:rotate(180deg);opacity:1}.header-dropdown{position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%) translateY(6px);min-width:min(340px,calc(100vw - 2rem));background:var(--white);border:1px solid var(--border);border-radius:14px;padding:.4rem;box-shadow:0 20px 60px #00000014,0 4px 16px #0000000a,0 0 0 1px #00000005;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s cubic-bezier(.22,1,.36,1)}.header-dropdown.open{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.header-dropdown-label{font-size:.65rem;font-family:Source Code Pro,monospace;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);padding:.6rem .85rem .4rem;opacity:.6}.header-dropdown-item{display:flex;align-items:center;gap:.85rem;padding:.7rem .85rem;border-radius:10px;text-decoration:none;color:inherit;transition:all .15s}.header-dropdown-item:hover{background:var(--cream2)}.header-dropdown-item:hover .header-dropdown-arrow{opacity:1;transform:translate(2px)}.header-dropdown-icon{width:2.25rem;height:2.25rem;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s}.header-dropdown-item:hover .header-dropdown-icon{transform:scale(1.05)}.header-dropdown-name{font-weight:600;font-size:.88rem;color:var(--navy);letter-spacing:-.01em}.header-dropdown-tagline{font-size:.76rem;color:var(--muted);margin-top:1px}.header-dropdown-arrow{margin-left:auto;opacity:0;color:var(--muted);transition:all .15s;flex-shrink:0}.header-burger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--navy)}.header-mobile-nav{display:none;position:absolute;top:var(--header-height);left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:1rem 1.5rem 1.5rem;flex-direction:column;gap:.25rem;box-shadow:0 12px 40px #00000014}.header-mobile-nav.open{display:flex;animation:fadeIn .2s ease}.header-mobile-accordion{display:flex;align-items:center;justify-content:space-between;width:100%}.header-mobile-products{display:flex;flex-direction:column;padding:.25rem 0 .5rem .25rem}.hero{position:relative;padding:8rem 2rem 5rem;text-align:center;background:var(--navy);color:var(--cream);overflow:hidden;min-height:min(85vh,720px);display:flex;align-items:center;justify-content:center}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(193,127,58,.06) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 50% 100%,rgba(6,15,24,.8) 0%,transparent 70%);pointer-events:none}.hero-noise{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.hero-glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;transition:background .3s ease}@keyframes orbFloat{0%,to{transform:translate(0) scale(1);opacity:.4}33%{transform:translate(30px,-20px) scale(1.1);opacity:.6}66%{transform:translate(-20px,15px) scale(.95);opacity:.35}}.hero-orb{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(193,127,58,.08) 0%,transparent 70%);pointer-events:none;z-index:0;animation:orbFloat 12s ease-in-out infinite;filter:blur(40px)}.hero-inner{max-width:820px;margin:0 auto;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;background:#c17f3a14;border:1px solid rgba(193,127,58,.15);border-radius:100px;font-size:.75rem;font-weight:500;color:var(--gold2);letter-spacing:.04em;margin-bottom:2.5rem;animation:fadeIn .8s cubic-bezier(.22,1,.36,1) both;font-family:Source Code Pro,monospace;text-transform:uppercase}.hero-badge-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);animation:pulse 2.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #c17f3a66}50%{opacity:.5;box-shadow:0 0 0 4px #c17f3a00}}.hero-title{font-family:"Source Sans 3",sans-serif;font-weight:700;font-size:clamp(2.8rem,6vw,4.5rem);line-height:1.05;letter-spacing:-.04em;color:var(--white);margin-bottom:1.75rem;animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .1s both}.hero-title .hero-title-accent{color:var(--gold)}.hero-subtitle{font-size:1.15rem;font-weight:300;color:#e8eaedb3;line-height:1.75;margin-bottom:2.75rem;max-width:560px;margin-left:auto;margin-right:auto;letter-spacing:-.005em;animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .2s both}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .3s both}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background:var(--gold);color:var(--white);text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;letter-spacing:-.01em;transition:all .25s cubic-bezier(.22,1,.36,1);border:none;cursor:pointer;box-shadow:0 2px 12px #c17f3a40,inset 0 1px #ffffff1a}.hero-cta:hover{background:var(--gold2);transform:translateY(-2px);box-shadow:0 8px 30px #c17f3a59,inset 0 1px #ffffff26}.hero-cta svg{transition:transform .25s}.hero-cta:hover svg{transform:translate(3px)}.hero-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background:#ffffff0f;color:#e8eaedd9;text-decoration:none;border-radius:8px;font-weight:500;font-size:.9rem;letter-spacing:-.01em;transition:all .25s cubic-bezier(.22,1,.36,1);border:1px solid rgba(255,255,255,.1);cursor:pointer}.hero-cta-secondary:hover{background:#ffffff1a;border-color:#fff3;color:var(--white);transform:translateY(-2px)}.hero-trust{margin-top:3.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.06);animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .5s both}.hero-trust-label{display:block;font-size:.65rem;font-family:Source Code Pro,monospace;text-transform:uppercase;letter-spacing:.12em;color:#e8eaed4d;margin-bottom:1rem}.hero-trust-items{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.hero-trust-item{padding:.35rem .9rem;border:1px solid rgba(255,255,255,.07);border-radius:100px;font-size:.78rem;font-weight:500;color:#e8eaed73;letter-spacing:-.01em;transition:all .3s}.hero-trust-item:hover{border-color:#c17f3a4d;color:var(--gold2);background:#c17f3a0d}.section{padding:6rem 2rem;position:relative}.section--cream{background:var(--cream2)}.section--navy{background:var(--navy);color:var(--cream)}.section--navy h2,.section--navy h3{color:var(--white)}.section-inner{max-width:var(--content-max-width);margin:0 auto}.section-label{display:block;text-align:center;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.75rem;font-family:Source Code Pro,monospace}.section-title{font-size:clamp(1.65rem,4vw,2.25rem);margin-bottom:.75rem;text-align:center;letter-spacing:-.03em}.section-subtitle{font-size:clamp(.95rem,2.5vw,1.1rem);color:var(--muted);text-align:center;margin-bottom:3.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{position:relative;background:var(--white);border-radius:12px;padding:2rem;border:1px solid var(--border);border-top:3px solid var(--border);box-shadow:0 1px 3px #0000000a;text-decoration:none;color:inherit;display:flex;flex-direction:column;overflow:hidden;transform-style:preserve-3d;will-change:transform}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;opacity:0;transition:opacity .3s;pointer-events:none}.product-card:hover{border-color:transparent;box-shadow:0 12px 40px #0000001a}.product-card:hover:before{opacity:1}.product-card-icon{width:2.5rem;height:2.5rem;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.25rem}.product-card-tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-family:Source Code Pro,monospace}.product-card h3{font-size:1.4rem;margin-bottom:.75rem;letter-spacing:-.02em}.product-card p{color:var(--muted);font-size:.95rem;flex:1;line-height:1.6}.product-card-arrow{margin-top:1.75rem;font-weight:600;font-size:.85rem;display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s}.product-card:hover .product-card-arrow{gap:.7rem}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 3rem;list-style:none;padding:0;margin:0}.feature-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;border-radius:10px;transition:background .2s}.feature-item:hover{background:var(--cream2)}.feature-icon-wrap{flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:8px;display:flex;align-items:center;justify-content:center}.feature-icon{width:1.25rem;height:1.25rem}.feature-item h4{font-size:.95rem;margin-bottom:.3rem;letter-spacing:-.01em}.feature-item p{font-size:.88rem;color:var(--muted);line-height:1.55}.plus-section{border-radius:12px;padding:2.5rem;margin-top:3rem;border:1px solid;position:relative;overflow:hidden}.plus-section:before{content:"PLUS";position:absolute;top:1.5rem;right:2rem;font-family:Source Code Pro,monospace;font-size:.7rem;font-weight:600;letter-spacing:.15em;opacity:.15;font-size:3rem}.plus-section h3{font-size:1.5rem;margin-bottom:.5rem}.plus-section .plus-audience{font-size:.95rem;color:var(--muted);margin-bottom:1.5rem}.plus-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.plus-features li{display:flex;align-items:center;gap:.6rem;font-size:.93rem;font-weight:500}.hiw-section{padding:6rem 2rem;background:var(--white);position:relative;overflow:hidden}.hiw-inner{max-width:var(--content-max-width);margin:0 auto;position:relative}.hiw-steps{display:flex;flex-direction:column;gap:3rem;position:relative}.hiw-step{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.hiw-step--visible{opacity:1;transform:translateY(0)}.hiw-step:nth-child(2n){direction:rtl}.hiw-step:nth-child(2n)>*{direction:ltr}.hiw-step-text{position:relative}.hiw-step-number{font-family:Source Code Pro,monospace;font-size:.7rem;font-weight:600;letter-spacing:.08em;color:var(--gold);display:block;margin-bottom:.75rem}.hiw-step-icon{width:3rem;height:3rem;border-radius:12px;background:#c17f3a0f;border:1px solid rgba(193,127,58,.1);display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:1rem}.hiw-step-title{font-size:1.5rem;letter-spacing:-.03em;margin-bottom:.6rem}.hiw-step-desc{font-size:1rem;color:var(--muted);line-height:1.7;max-width:380px}.hiw-step-visual{perspective:1000px}.hiw-mock{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.5rem;box-shadow:0 1px 3px #0000000a,0 8px 30px #0000000f;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s}.hiw-step--visible .hiw-mock{animation:mockFloat 6s ease-in-out infinite}@keyframes mockFloat{0%,to{transform:translateY(0) rotateX(0)}50%{transform:translateY(-6px) rotateX(1deg)}}.hiw-mock--cards{display:flex;flex-direction:column;gap:.6rem}.hiw-mock-card{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:8px;border:1px solid var(--border);font-size:.88rem;color:var(--muted);transition:all .3s;position:relative}.hiw-mock-card--active{background:#c17f3a08;border-color:var(--sure-accent);box-shadow:0 0 0 3px rgba(var(--sure-accent),.08)}.hiw-mock-tag{font-family:Source Code Pro,monospace;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;min-width:3rem}.hiw-mock-check{margin-left:auto}.hiw-mock--form{display:flex;flex-direction:column;gap:.85rem}.hiw-mock-field{display:flex;flex-direction:column;gap:.3rem}.hiw-mock-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-family:Source Code Pro,monospace}.hiw-mock-input{padding:.6rem .85rem;border-radius:6px;border:1px solid var(--border);font-size:.9rem;color:var(--navy);font-weight:500;background:var(--cream2);display:flex;align-items:center;gap:.25rem}.hiw-mock-typing{color:var(--navy)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hiw-mock-cursor{display:inline-block;width:2px;height:1em;background:var(--gold);animation:blink 1s step-end infinite;margin:0 1px}.hiw-mock-unit{margin-left:auto;font-size:.78rem;color:var(--muted);font-weight:400}.hiw-mock-status{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--gold);font-weight:500;padding-top:.25rem}.hiw-mock--report{display:flex;flex-direction:column;gap:1rem}.hiw-mock-report-header{display:flex;align-items:center;justify-content:space-between;font-size:.88rem;font-weight:600;color:var(--navy)}.hiw-mock-badge{font-size:.68rem;font-family:Source Code Pro,monospace;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .6rem;border-radius:4px;background:#c17f3a14;color:var(--gold)}.hiw-mock-bars{display:flex;flex-direction:column;gap:.6rem}.hiw-mock-bar-row{display:grid;grid-template-columns:2.5rem 1fr 4rem;align-items:center;gap:.75rem;font-size:.8rem;color:var(--muted)}.hiw-mock-bar{height:8px;background:var(--cream2);border-radius:100px;overflow:hidden}.hiw-mock-bar-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--gold),var(--gold2));transition:width 1.2s cubic-bezier(.22,1,.36,1)}.hiw-step--visible .hiw-mock-bar-fill{animation:barGrow 1.2s cubic-bezier(.22,1,.36,1) both}@keyframes barGrow{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.hiw-mock-bar-row:nth-child(2) .hiw-mock-bar-fill{animation-delay:.15s}.hiw-mock-bar-row:nth-child(3) .hiw-mock-bar-fill{animation-delay:.3s}.hiw-mock-total{font-size:.82rem;font-weight:600;color:var(--navy);text-align:right;padding-top:.5rem;border-top:1px solid var(--border)}.hiw-cta-block{margin-top:4rem;text-align:center;opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.22,1,.36,1) .4s,transform .7s cubic-bezier(.22,1,.36,1) .4s}.hiw-cta-block--visible{opacity:1;transform:translateY(0)}.hiw-cta-label{font-size:1.05rem;color:var(--muted);margin-bottom:1.5rem}.hiw-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hiw-cta-button{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--white);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:inherit;min-width:220px;transition:all .25s cubic-bezier(.22,1,.36,1)}.hiw-cta-button>svg:first-child{color:var(--accent);flex-shrink:0}.hiw-cta-button span{display:flex;flex-direction:column;text-align:left}.hiw-cta-button strong{font-size:.95rem;font-weight:600;color:var(--navy);letter-spacing:-.01em}.hiw-cta-button small{font-size:.76rem;color:var(--muted);margin-top:1px}.hiw-cta-arrow{margin-left:auto;color:var(--border);transition:all .25s;flex-shrink:0}.hiw-cta-button:hover{border-color:var(--accent);box-shadow:0 4px 20px color-mix(in srgb,var(--accent) 15%,transparent);transform:translateY(-2px)}.hiw-cta-button:hover .hiw-cta-arrow{color:var(--accent);transform:translate(3px)}.hiw-cta-soon{margin-left:auto;font-size:.65rem;font-family:Source Code Pro,monospace;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .55rem;border-radius:100px;background:#c17f3a14;color:var(--gold);white-space:nowrap;flex-shrink:0}.hiw-cta-button--soon{opacity:.7}.hiw-cta-button--soon:hover{opacity:1}.hiw-connector{display:none}@media(min-width:769px){.hiw-connector{display:block;position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(180deg,transparent,var(--border) 10%,var(--border) 90%,transparent);transform:scaleY(0);transform-origin:top;transition:transform 1.5s cubic-bezier(.22,1,.36,1);z-index:-1}.hiw-connector--visible{transform:scaleY(1)}}@media(max-width:768px){.hiw-section{padding:3.5rem 1.5rem}.hiw-step{grid-template-columns:1fr;gap:1.5rem}.hiw-step:nth-child(2n){direction:ltr}.hiw-step-visual{order:-1}.hiw-cta-buttons{flex-direction:column;align-items:stretch}.hiw-cta-button{min-width:0}}.fleet-hero{background:var(--navy);padding:6rem 2rem 4rem;position:relative;overflow:hidden}.fleet-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 75% 50%,rgba(59,130,246,.06) 0%,transparent 70%);pointer-events:none}.fleet-hero-inner{max-width:var(--content-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.fleet-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;background:#3b82f614;border:1px solid rgba(59,130,246,.15);border-radius:100px;font-size:.75rem;font-weight:500;color:#93c5fde6;letter-spacing:.04em;margin-bottom:1.75rem;font-family:Source Code Pro,monospace;text-transform:uppercase}.fleet-hero-title{font-family:"Source Sans 3",sans-serif;font-weight:700;font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.08;letter-spacing:-.04em;color:var(--white);margin-bottom:1.25rem}.fleet-hero-title span{color:var(--fleet-accent)}.fleet-hero-subtitle{font-size:1.1rem;font-weight:300;color:#e8eaeda6;line-height:1.7;margin-bottom:1.5rem;max-width:440px}.fleet-hero-usps{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.fleet-hero-usp{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:500;color:#e8eaedbf;padding:.3rem .75rem .3rem .5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:100px}.fleet-hero-visual{perspective:1000px}.fleet-hero-mock{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 4px 16px #00000026;animation:mockFloat 6s ease-in-out infinite}.fleet-mock-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.fleet-mock-title{font-weight:700;font-size:.9rem;color:var(--navy);letter-spacing:-.01em}.fleet-mock-count{font-size:.72rem;font-family:Source Code Pro,monospace;color:var(--muted)}.fleet-mock-list{display:flex;flex-direction:column}.fleet-mock-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.04);transition:background .15s}.fleet-mock-icon{width:2rem;height:2rem;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fleet-mock-info{display:flex;flex-direction:column;min-width:0}.fleet-mock-info strong{font-size:.85rem;font-weight:600;color:var(--navy);letter-spacing:-.01em}.fleet-mock-info small{font-size:.72rem;color:var(--muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fleet-mock-status{width:8px;height:8px;border-radius:50%;margin-left:auto;flex-shrink:0}.fleet-mock-status--ok{background:#10b981}.fleet-mock-status--warn{background:#f59e0b}.fleet-mock-status--alert{background:#ef4444;animation:pulse 2s ease-in-out infinite}.fleet-mock-footer{display:flex;justify-content:space-between;padding:.75rem 1.25rem;font-size:.7rem;font-family:Source Code Pro,monospace;color:var(--muted);background:var(--cream2)}@media(max-width:768px){.fleet-hero{padding:4rem 1.5rem 3rem}.fleet-hero-inner{grid-template-columns:1fr;gap:2.5rem}.fleet-hero-title{font-size:clamp(2rem,8vw,2.6rem)}.fleet-hero-visual{order:-1;max-width:360px;margin:0 auto}.fleet-hero-mock,.sure-hero-mock,.hive-hero-mock{animation:none;border-radius:10px}.fleet-hero-usps{flex-direction:column;gap:.5rem}.hero-ctas{flex-direction:column}.hero-ctas .hero-cta,.hero-ctas .hero-cta-secondary{width:100%;justify-content:center}}.sure-hero{background:var(--navy);padding:6rem 2rem 4rem;position:relative;overflow:hidden}.sure-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 75% 50%,rgba(39,174,96,.05) 0%,transparent 70%);pointer-events:none}.sure-hero-inner{max-width:var(--content-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.sure-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;background:#27ae6014;border:1px solid rgba(39,174,96,.15);border-radius:100px;font-size:.75rem;font-weight:500;color:#90ee90e6;letter-spacing:.04em;margin-bottom:1.75rem;font-family:Source Code Pro,monospace;text-transform:uppercase}.sure-hero-title{font-family:"Source Sans 3",sans-serif;font-weight:700;font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.08;letter-spacing:-.04em;color:var(--white);margin-bottom:1.25rem}.sure-hero-title span{color:var(--sure-accent)}.sure-hero-subtitle{font-size:1.1rem;font-weight:300;color:#e8eaeda6;line-height:1.7;margin-bottom:1.5rem;max-width:440px}.sure-hero-mock{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 4px 16px #00000026;animation:mockFloat 6s ease-in-out infinite}.sure-mock-scores{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;padding:1.5rem 1.25rem;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.sure-mock-score{display:flex;flex-direction:column;align-items:center;gap:.5rem}.sure-mock-bar-wrap{width:18px;height:80px;background:#0000000d;border-radius:100px;position:relative;overflow:hidden;display:flex;align-items:flex-end}.sure-mock-bar-fill{width:100%;border-radius:100px;transition:height 1.5s cubic-bezier(.22,1,.36,1)}.sure-mock-score-label{font-size:.68rem;color:var(--muted);font-family:Source Code Pro,monospace;text-transform:uppercase;letter-spacing:.03em;text-align:center}.sure-mock-score-val{font-size:.85rem;font-weight:700}.sure-mockups-section{background:var(--navy);padding:5rem 2rem;position:relative;overflow:hidden}.sure-mockups-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 20% 40%,rgba(39,174,96,.08) 0%,transparent 70%),radial-gradient(ellipse 50% 40% at 80% 60%,rgba(41,128,185,.06) 0%,transparent 70%);pointer-events:none}.sure-mockups-section-inner{max-width:1100px;margin:0 auto;position:relative;text-align:center}.sure-mockups-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3rem;align-items:start}.sure-system-mock--1{animation:mockFloat1 7s ease-in-out infinite}.sure-system-mock--2{animation:mockFloat2 8s ease-in-out .5s infinite}.sure-system-mock--3{animation:mockFloat3 7.5s ease-in-out 1s infinite}@keyframes mockFloat1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes mockFloat2{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes mockFloat3{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.sure-system-mock{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000040,0 4px 16px #0000001a}.sure-mock-chrome{display:flex;align-items:center;gap:5px;padding:.6rem .85rem;background:#f0f0f0;border-bottom:1px solid #e0e0e0}.sure-mock-dot{width:8px;height:8px;border-radius:50%}.sure-mock-chrome-title{margin-left:.5rem;font-size:.68rem;font-weight:500;color:#999}.sure-mock-body{padding:1rem}.sure-mock-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.sure-mock-topbar-title{font-size:.82rem;font-weight:700;color:var(--navy)}.sure-mock-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.62rem;font-family:Source Code Pro,monospace;font-weight:600;padding:.2rem .5rem;border-radius:100px}.sure-mock-badge--green{background:#27ae601a;color:#27ae60}.sure-mock-pill{font-size:.65rem;font-family:Source Code Pro,monospace;padding:.2rem .55rem;border-radius:100px;background:#27ae6014;color:#27ae60;font-weight:600;letter-spacing:.02em}.sure-mock-progress-bar{height:5px;background:#0000000d;border-radius:100px;overflow:hidden;margin-bottom:.85rem}.sure-mock-progress-fill{height:100%;background:linear-gradient(90deg,#27ae60,#2ecc71);border-radius:100px;transition:width 1.5s cubic-bezier(.22,1,.36,1)}.sure-mock-cl-group{font-size:.6rem;font-family:Source Code Pro,monospace;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:.55rem 0 .3rem;border-bottom:1px solid rgba(0,0,0,.05);margin-bottom:.2rem}.sure-mock-cl-item{display:flex;align-items:center;gap:.5rem;padding:.32rem 0;font-size:.74rem;color:#00000059}.sure-mock-cl-item--done{color:var(--navy)}.sure-mock-cl-check{width:16px;height:16px;border-radius:4px;border:1.5px solid rgba(0,0,0,.12);flex-shrink:0;display:flex;align-items:center;justify-content:center}.sure-mock-cl-check--done{background:#27ae60;border-color:#27ae60}.sure-mock-thg-rows{display:flex;flex-direction:column;gap:.2rem}.sure-mock-thg-row{display:flex;align-items:center;gap:.6rem;padding:.4rem .5rem;border-radius:8px;transition:background .15s}.sure-mock-thg-row:hover{background:#00000005}.sure-mock-thg-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sure-mock-thg-key{font-size:.75rem;color:var(--navy);flex:1;text-align:left}.sure-mock-thg-val{font-size:.75rem;font-family:Source Code Pro,monospace;color:var(--muted);font-weight:500}.sure-mock-thg-result{margin-top:.6rem;padding:.65rem .6rem;background:var(--navy);border-radius:10px}.sure-mock-thg-result-row{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:#fff9}.sure-mock-thg-result-val{font-family:Source Code Pro,monospace;color:#fffc;font-weight:600}.sure-mock-thg-saving{display:flex;justify-content:space-between;align-items:center;margin-top:.4rem;padding-top:.4rem;border-top:1px solid rgba(255,255,255,.1)}.sure-mock-thg-saving-label{font-size:.72rem;font-weight:600;color:#fffc}.sure-mock-thg-saving-val{font-size:1.1rem;font-weight:800;font-family:Source Code Pro,monospace;color:#2ecc71;letter-spacing:-.02em}.sure-mock-thg-ref{margin-top:.5rem;font-size:.6rem;color:var(--muted);text-align:center;font-family:Source Code Pro,monospace}.sure-mock-transfers{position:relative;padding-left:.25rem}.sure-mock-transfer{display:flex;gap:.65rem;padding:.45rem 0;position:relative}.sure-mock-transfer-node{width:28px;height:28px;border-radius:50%;background:#27ae6014;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.sure-mock-transfer:not(:last-child) .sure-mock-transfer-node:after{content:"";position:absolute;left:50%;top:28px;transform:translate(-50%);width:2px;height:calc(100% + .1rem);background:linear-gradient(to bottom,#27ae6040,#27ae6014)}.sure-mock-transfer-content{display:flex;flex-direction:column;gap:.05rem;min-width:0;flex:1}.sure-mock-transfer-head{display:flex;align-items:center;justify-content:space-between}.sure-mock-transfer-content strong{font-size:.78rem;color:var(--navy)}.sure-mock-transfer-content small{font-size:.68rem;color:var(--muted)}.sure-mock-transfer-hash{font-size:.58rem;font-family:Source Code Pro,monospace;color:#27ae6080;letter-spacing:.04em;background:#27ae600f;padding:.1rem .35rem;border-radius:4px}@media(max-width:1024px){.sure-mockups-section{padding:3.5rem 1.5rem}.sure-mockups-grid{grid-template-columns:1fr;max-width:380px;margin-left:auto;margin-right:auto;gap:1.25rem}.sure-system-mock--1,.sure-system-mock--2,.sure-system-mock--3{animation:none}}.sure-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:680px;margin:0 auto}.sure-audience-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:var(--white);border:1px solid var(--border);border-radius:10px;transition:all .2s}.sure-audience-card:hover{border-color:#27ae604d;box-shadow:0 4px 16px #0000000a}.sure-audience-icon{font-size:1.25rem;flex-shrink:0}.sure-audience-card strong{font-size:.85rem;color:var(--navy);letter-spacing:-.01em}.sure-audience-plus{margin-left:auto;font-size:.6rem;font-family:Source Code Pro,monospace;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .45rem;border-radius:100px;background:#c17f3a14;color:var(--gold);white-space:nowrap}@media(max-width:768px){.sure-hero{padding:4rem 1.5rem 3rem}.sure-hero-inner{grid-template-columns:1fr;gap:2.5rem}.sure-hero-inner .fleet-hero-visual{order:-1;max-width:320px;margin:0 auto}.sure-hero-title{font-size:clamp(2rem,8vw,2.6rem)}.sure-audience-grid{grid-template-columns:1fr}.sure-mock-scores{grid-template-columns:repeat(3,1fr);gap:.75rem}.sure-mock-bar-wrap{height:56px;width:14px}.sure-mock-score-label{font-size:.6rem}.sure-mock-score-val{font-size:.75rem}}.hive-hero{background:var(--navy);padding:6rem 2rem 4rem;position:relative;overflow:hidden}.hive-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 75% 50%,rgba(245,158,11,.05) 0%,transparent 70%);pointer-events:none}.hive-hero-inner{max-width:var(--content-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hive-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;background:#f59e0b14;border:1px solid rgba(245,158,11,.15);border-radius:100px;font-size:.75rem;font-weight:500;color:#fde047e6;letter-spacing:.04em;margin-bottom:1.75rem;font-family:Source Code Pro,monospace;text-transform:uppercase}.hive-hero-title{font-family:"Source Sans 3",sans-serif;font-weight:700;font-size:clamp(2.4rem,5vw,3.5rem);line-height:1.08;letter-spacing:-.04em;color:var(--white);margin-bottom:1.25rem}.hive-hero-title span{color:var(--hive-accent)}.hive-hero-subtitle{font-size:1.1rem;font-weight:300;color:#e8eaeda6;line-height:1.7;margin-bottom:1.5rem;max-width:440px}.hive-hero-mock{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 4px 16px #00000026;animation:mockFloat 6s ease-in-out infinite}.hive-mock-grid{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.6rem}.hive-mock-standort{border:1px solid var(--border);border-radius:8px;padding:.65rem .75rem}.hive-mock-standort-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.hive-mock-pin{font-size:.9rem}.hive-mock-standort-head strong{font-size:.8rem;color:var(--navy);display:block;letter-spacing:-.01em}.hive-mock-standort-head small{font-size:.65rem;color:var(--muted)}.hive-mock-voelker{display:flex;flex-wrap:wrap;gap:4px}.hive-mock-volk{width:26px;height:26px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:700;font-family:Source Code Pro,monospace;letter-spacing:.02em}.hive-mock-volk--strong{background:#27ae601a;color:#1e8449}.hive-mock-volk--ok{background:#f59e0b1a;color:#b7440a}.hive-mock-volk--weak{background:#c0392b1a;color:#c0392b}@media(max-width:768px){.hive-hero{padding:4rem 1.5rem 3rem}.hive-hero-inner{grid-template-columns:1fr;gap:2.5rem}.hive-hero-inner .fleet-hero-visual{order:-1;max-width:340px;margin:0 auto}.hive-hero-title{font-size:clamp(2rem,8vw,2.6rem)}.hive-mock-volk{width:22px;height:22px;font-size:.5rem}.hive-mock-standort{padding:.5rem .6rem}}.hive-screens{display:flex;flex-direction:column;gap:2rem;max-width:720px;margin:0 auto}.hive-screen{position:relative}.hive-screen-label{font-size:.68rem;font-family:Source Code Pro,monospace;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:.6rem}.hive-screen-mock{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000a;transition:all .25s}.hive-screen-mock:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.hive-scr-head{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.1rem;border-bottom:1px solid var(--border)}.hive-scr-head strong{font-size:.88rem;color:var(--navy);display:block;letter-spacing:-.01em}.hive-scr-head small{font-size:.7rem;color:var(--muted)}.hive-scr-badge{font-size:.65rem;font-weight:700;padding:.2rem .55rem;border-radius:100px;text-transform:uppercase;letter-spacing:.04em;font-family:Source Code Pro,monospace}.hive-scr-badge--strong{background:#27ae601a;color:#1e8449}.hive-scr-btn{font-size:.72rem;font-weight:600;padding:.3rem .7rem;border-radius:6px;background:var(--hive-accent);color:#fff;white-space:nowrap}.hive-scr-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:0}.hive-scr-kpi{padding:.65rem 1.1rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.hive-scr-kpi:last-child{border-right:none}.hive-scr-kpi-label{display:block;font-size:.58rem;font-family:Source Code Pro,monospace;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.2rem}.hive-scr-kpi-val{font-size:.82rem;font-weight:600;color:var(--navy)}.hive-scr-timeline{padding:.75rem 1.1rem;display:flex;flex-direction:column;gap:.65rem}.hive-scr-event{display:flex;align-items:flex-start;gap:.65rem}.hive-scr-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}.hive-scr-event strong{display:block;font-size:.78rem;color:var(--navy)}.hive-scr-event small{font-size:.7rem;color:var(--muted);line-height:1.4}.hive-scr-table{padding:0}.hive-scr-row{display:grid;grid-template-columns:4rem 1fr 5rem 4rem 6.5rem;gap:.5rem;padding:.55rem 1.1rem;font-size:.76rem;color:var(--muted);border-bottom:1px solid rgba(0,0,0,.04);align-items:center}.hive-scr-row--head{font-size:.6rem;font-family:Source Code Pro,monospace;text-transform:uppercase;letter-spacing:.06em;font-weight:600;border-bottom:1px solid var(--border);color:var(--muted)}.hive-scr-row--total{border-top:2px solid var(--border);border-bottom:none;font-weight:600;color:var(--navy)}.hive-scr-bold{font-weight:700;color:var(--navy)}.hive-scr-mono{font-family:Source Code Pro,monospace;font-size:.68rem;color:var(--muted)}.hive-scr-cards{padding:.75rem 1.1rem;display:flex;flex-direction:column;gap:.5rem}.hive-scr-treat{border:1px solid var(--border);border-radius:8px;padding:.65rem .85rem}.hive-scr-treat-head{display:flex;align-items:center;gap:.6rem;margin-bottom:.35rem}.hive-scr-treat-date{font-size:.7rem;font-family:Source Code Pro,monospace;color:var(--muted)}.hive-scr-treat-type{font-size:.8rem;font-weight:600;color:var(--navy)}.hive-scr-treat-detail{display:flex;gap:1rem;font-size:.7rem;color:var(--muted)}@media(max-width:768px){.hive-scr-grid4{grid-template-columns:repeat(2,1fr)}.hive-scr-grid4 .hive-scr-kpi:nth-child(2){border-right:none}.hive-scr-row{grid-template-columns:3.5rem 1fr 4rem 3.5rem;font-size:.7rem}.hive-scr-row span:last-child{display:none}.hive-scr-treat-detail{flex-wrap:wrap;gap:.5rem}}.hive-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:800px;margin:0 auto}.hive-feat{display:flex;gap:.85rem;padding:1.1rem 1.25rem;background:var(--white);border:1px solid var(--border);border-radius:10px;transition:all .2s}.hive-feat:hover{border-color:#f59e0b4d;box-shadow:0 4px 16px #0000000a}.hive-feat-icon{font-size:1.2rem;flex-shrink:0;margin-top:1px}.hive-feat strong{display:block;font-size:.88rem;color:var(--navy);letter-spacing:-.01em;margin-bottom:.25rem}.hive-feat p{font-size:.8rem;color:var(--muted);line-height:1.55}@media(max-width:768px){.hive-feature-grid{grid-template-columns:1fr}}.fleet-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.fleet-hl-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.75rem;transition:all .25s cubic-bezier(.22,1,.36,1)}.fleet-hl-card:hover{border-color:#c17f3a40;box-shadow:0 8px 30px #0000000f;transform:translateY(-3px)}.fleet-hl-icon{width:3rem;height:3rem;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.fleet-hl-card h3{font-size:1.1rem;letter-spacing:-.02em;margin-bottom:.6rem}.fleet-hl-card p{font-size:.88rem;color:var(--muted);line-height:1.65;margin-bottom:1rem}.fleet-hl-stat{padding-top:.85rem;border-top:1px solid var(--border);font-size:.82rem;color:var(--muted)}.fleet-hl-stat strong{color:var(--navy);font-weight:700}@media(max-width:768px){.fleet-highlights{grid-template-columns:1fr}}.fleet-demo-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#0009;animation:fadeIn .2s ease}.fleet-demo-modal{position:fixed;top:16px;right:16px;bottom:16px;left:16px;z-index:401;border-radius:14px;overflow:hidden;box-shadow:0 24px 80px #00000080;animation:fadeUp .3s cubic-bezier(.22,1,.36,1)}.fleet-demo-close{position:absolute;top:12px;right:12px;z-index:402;display:flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fffc;cursor:pointer;transition:all .15s;font-family:inherit}.fleet-demo-close span{font-size:.68rem;font-family:Source Code Pro,monospace;letter-spacing:.08em;opacity:.5}.fleet-demo-close:hover{background:#000000e6;color:var(--white)}.fleet-demo-iframe{width:100%;height:100%;border:none;background:#060e16}@media(max-width:768px){.fleet-demo-modal{top:0;right:0;bottom:0;left:0;border-radius:0}.fleet-demo-trigger{padding:3.5rem 1.5rem}}.fc-wrap{max-width:760px;margin:0 auto}.fc-plans{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.fc-plan-card{padding:1.5rem;border-radius:12px;border:1px solid var(--border);background:var(--white);text-decoration:none;color:inherit;transition:all .25s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem}.fc-plan-card:hover{box-shadow:0 4px 20px #0000000f;transform:translateY(-2px)}.fc-plan-sep{width:100%;height:1px;background:var(--border);margin:.5rem 0}.fc-plan-btn{width:100%;padding:.6rem 1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;color:var(--white)}.fc-plan-btn--sure{background:var(--sure-accent)}.fc-plan-btn--sure:hover{filter:brightness(1.1);transform:translateY(-1px)}.fc-plan-btn--gold{background:var(--gold)}.fc-plan-btn--gold:hover{background:var(--gold2);transform:translateY(-1px)}.fc-plan-btn--fleet{background:var(--fleet-accent)}.fc-plan-btn--fleet:hover{filter:brightness(1.1);transform:translateY(-1px)}.fc-plan-card--plus{border-color:var(--gold);background:#c17f3a08}.fc-plan-card--plus:hover{border-color:var(--gold);box-shadow:0 4px 20px #c17f3a1f}.fc-plan-card--sure{border-color:var(--sure-accent);background:#27ae6008}.fc-plan-card--sure:hover{border-color:var(--sure-accent);box-shadow:0 4px 20px #27ae601f}.fc-plan-card--sure .fc-plan-name{color:var(--sure-accent)}.fc-plan-card--sure-plus{border-color:var(--border)}.fc-plan-card--sure-plus .fc-plan-name{color:var(--gold)}.fc-plan-card--sure-plus:hover{border-color:var(--gold);box-shadow:0 4px 20px #c17f3a14}.fc-plan-cta{margin-top:.75rem;font-size:.82rem;font-weight:600;color:var(--fleet-accent);transition:gap .2s}.fc-plan-card--plus .fc-plan-cta{color:var(--gold)}.fc-plan-name{font-size:.95rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}.fc-plan-card--plus .fc-plan-name{color:var(--gold)}.fc-plan-price{display:block;font-size:1.5rem;font-weight:700;color:var(--navy);letter-spacing:-.03em;line-height:1;margin-bottom:.35rem}.fc-plan-price small{font-size:.72rem;font-weight:400;color:var(--muted);margin-left:.15rem}.fc-plan-card--plus .fc-plan-price{color:var(--gold)}.fc-plan-desc{font-size:.75rem;color:var(--muted);line-height:1.4}.fc-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.fc-table{width:100%;border-collapse:collapse}.fc-th-feature{width:55%;text-align:left}.fc-th-plan{width:22.5%;text-align:center;padding:.5rem;font-size:.7rem;font-family:Source Code Pro,monospace;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);border-bottom:2px solid var(--border)}.fc-th-plan--plus{color:var(--gold);border-bottom-color:var(--gold)}.fc-th-plan--sure{color:var(--sure-accent);border-bottom-color:var(--sure-accent)}.fc-th-plan--sure-plus{color:var(--gold);border-bottom-color:var(--gold)}.fc-category-row td{padding:1rem 0 .35rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-family:Source Code Pro,monospace;border-bottom:1px solid var(--border)}.fc-row{transition:background .12s}.fc-row:hover{background:#00000004}.fc-feature{padding:.45rem 0;font-size:.84rem;color:var(--text);border-bottom:1px solid rgba(0,0,0,.04)}.fc-cell{padding:.45rem 0;text-align:center;border-bottom:1px solid rgba(0,0,0,.04)}.fc-cell--plus{background:#c17f3a04}.fc-dash{color:var(--border);font-size:.75rem}.fc-text{font-weight:600;font-size:.78rem;color:var(--navy)}@media(max-width:768px){.fc-plans{grid-template-columns:1fr}.fc-feature{min-width:170px;position:sticky;left:0;background:var(--cream2);z-index:1;padding-left:.25rem;font-size:.8rem}.fc-th-feature{position:sticky;left:0;background:var(--cream2);z-index:1}.fc-cell{min-width:80px}}.rev-section{height:300vh;position:relative;background:var(--navy)}.rev-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:0 2rem}.rev-bg-glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;transition:background 1s ease}.rev-header{position:absolute;top:8%;text-align:center;z-index:2}.rev-header-title{font-size:clamp(1.4rem,2.5vw,2rem);color:var(--white);letter-spacing:-.02em;margin:.35rem 0 .5rem}.rev-header-sub{font-size:.95rem;color:#e8eaed73;line-height:1.6;max-width:440px;margin:0 auto;font-weight:300}.rev-era{position:absolute;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:640px;will-change:opacity,transform}.rev-era-year{font-family:Source Code Pro,monospace;font-size:clamp(3rem,8vw,5rem);font-weight:800;color:var(--gold);opacity:.1;line-height:1;margin-bottom:0;letter-spacing:-.04em}.rev-era-icon{color:var(--gold);margin-bottom:1.5rem;opacity:.7}.rev-era-title{font-size:clamp(1.8rem,3.5vw,2.8rem);color:var(--white);letter-spacing:-.03em;margin-bottom:.75rem}.rev-era-desc{font-size:1.05rem;font-weight:300;color:#e8eaed80;line-height:1.7;max-width:480px}.rev-progress{position:absolute;bottom:18%;left:15%;right:15%;height:2px}.rev-progress-track{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff0f;border-radius:2px}.rev-progress-fill{position:absolute;top:0;left:0;height:100%;background:var(--gold);border-radius:2px;box-shadow:0 0 12px #c17f3a66;transition:width .08s linear}.rev-progress-dots{position:absolute;top:-6px;left:0;right:0;display:flex;justify-content:space-between}.rev-progress-dot{width:14px;height:14px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.15);transition:all .3s;position:relative}.rev-progress-dot--active{background:var(--gold);border-color:var(--gold);box-shadow:0 0 8px #c17f3a80}.rev-progress-dot span{position:absolute;top:20px;left:50%;transform:translate(-50%);font-size:.65rem;font-family:Source Code Pro,monospace;color:#e8eaed4d;white-space:nowrap}.rev-progress-dot--active span{color:var(--gold)}.rev-final-claim{position:absolute;bottom:8%;font-family:Playfair Display,serif;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:700;color:var(--gold);text-align:center;letter-spacing:-.02em;will-change:opacity,transform}.rev-mobile{background:var(--navy);padding:4rem 1.5rem;text-align:center}.rev-mobile-eras{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.rev-mobile-era{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1.5rem;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.22,1,.36,1)}.rev-mobile-era--visible{opacity:1;transform:translateY(0)}.rev-era-year-mobile{font-family:Source Code Pro,monospace;font-size:1.8rem;font-weight:800;color:var(--gold);opacity:.2;display:block;margin-bottom:.5rem}.rev-era-icon-mobile{color:var(--gold);opacity:.6;margin-bottom:.75rem}.rev-mobile-era h3{color:var(--white);font-size:1.2rem;margin-bottom:.4rem}.rev-mobile-era p{color:#e8eaed80;font-size:.9rem;line-height:1.6}.rev-claim-mobile{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--gold);opacity:0;transform:translateY(12px);transition:all .6s cubic-bezier(.22,1,.36,1) .6s}.rev-claim-mobile--visible{opacity:1;transform:translateY(0)}.founder-section-v2{display:grid;grid-template-columns:1fr 280px;gap:4rem;align-items:start}.founder-story-title{font-size:clamp(1.5rem,4vw,2rem);letter-spacing:-.03em;margin-bottom:1.75rem;text-align:left}.founder-p{margin-bottom:1.1rem;font-size:1.02rem;color:var(--text);line-height:1.75;opacity:0;transform:translateY(12px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.founder-story--visible .founder-p{opacity:1;transform:translateY(0)}.founder-quote{font-family:Ampersand,Playfair Display,serif;font-size:1.3rem;font-style:italic;color:var(--gold);line-height:1.5;border-left:3px solid var(--gold);padding-left:1.5rem;margin-bottom:2rem}.founder-sign{margin-top:1rem;opacity:0;transform:translateY(12px);transition:opacity .6s,transform .6s}.founder-story--visible .founder-sign{opacity:1;transform:translateY(0)}.founder-name{font-weight:700;font-size:1.1rem;color:var(--navy)}.founder-role{font-size:.82rem;color:var(--muted);font-family:Source Code Pro,monospace}.founder-image-placeholder{position:sticky;top:calc(var(--header-height) + 2rem);opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.22,1,.36,1) .3s,transform .6s cubic-bezier(.22,1,.36,1) .3s}.founder-image-placeholder--visible{opacity:1;transform:translateY(0)}.founder-image-placeholder-inner{aspect-ratio:3 / 4;max-height:480px;border-radius:14px;border:2px dashed var(--border);background:#00000005;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--muted);font-size:.85rem;font-weight:500}.philosophy-section{text-align:center}.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;max-width:800px;margin:0 auto}.phil-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;text-align:left;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.22,1,.36,1)}.phil-card--visible{opacity:1;transform:translateY(0)}.phil-card:hover{border-color:#c17f3a4d;background:#ffffff0f}.phil-card-icon{color:var(--gold);margin-bottom:.85rem}.phil-card h4{font-size:.95rem;color:var(--white);margin-bottom:.4rem;letter-spacing:-.01em}.phil-card p{font-size:.82rem;color:#e8eaed80;line-height:1.6}.hq-section{text-align:center}.hq-transform{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center;max-width:700px;margin:0 auto}.hq-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:2rem 1.5rem;text-align:center;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.22,1,.36,1)}.hq-card--visible{opacity:1;transform:translateY(0)}.hq-card--after{border-color:var(--gold);background:#c17f3a05}.hq-card-emoji{font-size:2.5rem;display:block;margin-bottom:.75rem}.hq-card h4{font-size:.95rem;margin-bottom:.4rem;letter-spacing:-.01em}.hq-card p{font-size:.82rem;color:var(--muted);line-height:1.55}.hq-connector{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:60px}.hq-connector-line{width:100%;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .8s cubic-bezier(.22,1,.36,1) .3s}.hq-connector--visible .hq-connector-line{transform:scaleX(1)}.hq-connector-arrow{opacity:0;transition:opacity .4s .8s}.hq-connector--visible .hq-connector-arrow{opacity:1}@media(max-width:768px){.founder-section-v2{grid-template-columns:1fr;gap:2rem}.founder-image-placeholder{position:static}.philosophy-grid,.hq-transform{grid-template-columns:1fr}.hq-connector{width:auto;flex-direction:row;transform:rotate(90deg);margin:.5rem 0}}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.value-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;border-radius:12px;transition:all .25s}.value-item:hover{background:var(--white);box-shadow:0 4px 16px #0000000f}.value-icon{width:3rem;height:3rem;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:#c17f3a14;border:1px solid rgba(193,127,58,.12)}.value-item h4{font-size:.95rem;letter-spacing:-.01em}.value-item p{font-size:.85rem;color:var(--muted);line-height:1.55}.scroll-claim{height:300vh;position:relative;background:var(--navy)}.scroll-claim-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:0 2rem}.scroll-claim-text{display:flex;flex-wrap:wrap;justify-content:center;gap:0 .35em;max-width:880px;will-change:opacity}.scroll-claim-word{font-family:Ampersand,Playfair Display,serif;font-weight:900;font-size:clamp(2.8rem,5.5vw,4.2rem);color:var(--white);letter-spacing:-.02em;line-height:1.15;white-space:nowrap}.scroll-claim-accent{color:var(--gold)}.scroll-claim-line{width:80%;max-width:500px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);transform-origin:center;opacity:.3;margin-top:2.5rem}.scroll-claim-sub{margin-top:1.75rem;font-size:1.05rem;color:#e8eaed80;font-weight:300;letter-spacing:.02em;text-align:center;will-change:opacity,transform}.stacking-section{height:200vh;position:relative;background:var(--navy)}.stacking-sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem;overflow:hidden}.stacking-header{text-align:center;margin-bottom:2.5rem;flex-shrink:0}.stacking-container{position:relative;width:100%;max-width:660px;height:400px}.stack-card{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--white);border-radius:16px;padding:2.25rem 2.5rem;border-top:3px solid var(--border);text-decoration:none;color:inherit;display:flex;flex-direction:column;overflow:hidden;transform-style:preserve-3d;will-change:transform,opacity}.stack-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.stack-card-tag{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-family:Source Code Pro,monospace}.stack-card-status-wrap{display:flex;align-items:center;gap:.5rem}.stack-card-badge{font-size:.62rem;font-family:Source Code Pro,monospace;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .55rem;border-radius:100px;white-space:nowrap}.stack-card-badge--beta{background:#10b9811a;color:#059669}.stack-card-badge--soon{background:#c17f3a14;color:var(--gold)}.stack-card-badge--planned{background:#6b728014;color:#6b7280}.stack-card-arrow{font-size:.82rem;font-weight:600;opacity:.6;transition:opacity .2s}.stack-card:hover .stack-card-arrow{opacity:1}.stack-card-title{font-size:1.6rem;letter-spacing:-.03em;margin-bottom:.6rem}.stack-card-desc{color:var(--muted);font-size:.92rem;line-height:1.65;margin-bottom:auto;padding-bottom:1.25rem}.stack-card-features{list-style:none;padding:.75rem 0 0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem .75rem;border-top:1px solid var(--border)}.stack-card-features li{display:flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:500;color:var(--text)}.stack-card-features svg{flex-shrink:0}@media(max-width:768px){.scroll-claim{height:200vh}.scroll-claim-word{font-size:clamp(1.8rem,8vw,2.5rem)}.scroll-claim-sub{font-size:.92rem}.stacking-section{display:none}.stack-card-features{grid-template-columns:repeat(2,1fr)}}.contact-section{padding:6rem 2rem;background:var(--navy);position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.3}.contact-inner{max-width:var(--content-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.contact-title{font-size:clamp(1.5rem,4vw,2rem);color:var(--white);letter-spacing:-.03em;margin-bottom:.75rem}.contact-subtitle{font-size:1.05rem;color:#e8eaed99;line-height:1.7}.contact-form-wrap{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.75rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-field{display:flex;flex-direction:column;gap:.35rem}.contact-field label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#e8eaed66;font-family:Source Code Pro,monospace}.contact-field input,.contact-field textarea,.contact-field select{padding:.7rem .85rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-family:inherit;font-size:.9rem;color:var(--white);transition:border-color .2s;resize:vertical}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#e8eaed40}.contact-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;padding-right:2rem}.contact-field select option{background:var(--navy);color:var(--white)}.contact-field input:focus,.contact-field textarea:focus,.contact-field select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c17f3a1a}.contact-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;background:var(--gold);color:var(--white);border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.22,1,.36,1);align-self:flex-start}.contact-submit:hover:not(:disabled){background:var(--gold2);transform:translateY(-2px);box-shadow:0 6px 24px #c17f3a4d}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.contact-error{font-size:.82rem;color:#ef4444;line-height:1.5}.contact-sent{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 0;gap:.75rem}.contact-sent h3{font-size:1.15rem;color:var(--white)}.contact-sent p{font-size:.9rem;color:#e8eaed99}.contact-again{margin-top:.75rem;background:none;border:1px solid rgba(255,255,255,.15);color:#e8eaedb3;padding:.5rem 1rem;border-radius:6px;font-size:.82rem;cursor:pointer;transition:all .2s}.contact-again:hover{border-color:var(--gold);color:var(--gold)}@media(max-width:768px){.contact-inner{grid-template-columns:1fr;gap:2rem}.contact-field-row{grid-template-columns:1fr}}.signup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0006;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .2s ease}.signup-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:301;width:480px;max-width:calc(100vw - 2rem);max-height:calc(100vh - 4rem);overflow-y:auto;background:var(--white);border-radius:16px;box-shadow:0 24px 80px #0003;animation:fadeUp .3s cubic-bezier(.22,1,.36,1)}.signup-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.75rem 1rem;border-bottom:1px solid var(--border)}.signup-header h3{font-size:1.15rem;letter-spacing:-.02em;margin-bottom:.15rem}.signup-header p{font-size:.82rem;color:var(--muted)}.signup-close{background:none;border:none;cursor:pointer;color:var(--muted);padding:.25rem;border-radius:6px;transition:all .15s;display:flex;flex-shrink:0}.signup-close:hover{background:var(--cream2);color:var(--navy)}.signup-form{padding:1.25rem 1.75rem 1.5rem;display:flex;flex-direction:column;gap:.85rem}.signup-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.signup-field{display:flex;flex-direction:column;gap:.3rem}.signup-field label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-family:Source Code Pro,monospace}.signup-field input,.signup-field select,.signup-field textarea{padding:.6rem .75rem;background:var(--cream2);border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.88rem;color:var(--navy);transition:border-color .2s;resize:vertical}.signup-field input::placeholder,.signup-field textarea::placeholder{color:var(--muted);opacity:.5}.signup-field input:focus,.signup-field select:focus,.signup-field textarea:focus{outline:none;border-color:var(--fleet-accent);box-shadow:0 0 0 3px #3b82f614}.signup-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;padding-right:2rem}.signup-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--fleet-accent);color:var(--white);border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .25s;margin-top:.25rem}.signup-submit:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 20px #0000001f}.signup-submit:disabled{opacity:.6;cursor:not-allowed}.signup-error{font-size:.82rem;color:#ef4444;line-height:1.5}.signup-sent{padding:3rem 1.75rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.signup-sent h3{font-size:1.1rem}.signup-sent p{font-size:.9rem;color:var(--muted)}.signup-done{margin-top:.5rem;padding:.55rem 1.25rem;background:var(--fleet-accent);color:var(--white);border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.signup-done:hover{filter:brightness(1.1)}.signup-submit--gold{background:var(--gold)}.signup-submit--gold:hover:not(:disabled){background:var(--gold2);box-shadow:0 6px 20px #c17f3a40}@media(max-width:768px){.signup-row{grid-template-columns:1fr}}.product-cta-banner{padding:5rem 2rem;background:var(--navy);position:relative;overflow:hidden;text-align:center}.product-cta-banner:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.3}.product-cta-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 50% 80% at 50% 100%,rgba(193,127,58,.06) 0%,transparent 70%);pointer-events:none}.product-cta-banner-inner{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:1}.product-cta-banner h3{font-size:clamp(1.5rem,4vw,2rem);color:var(--white);letter-spacing:-.03em;margin-bottom:.25rem}.product-cta-banner p{font-size:1.05rem;color:#e8eaed99;line-height:1.7;max-width:480px}.product-cta-banner .hero-cta{font-size:1rem;padding:1rem 2.25rem;box-shadow:0 4px 20px #c17f3a4d}.product-cta-banner .hero-cta:hover{box-shadow:0 8px 30px #c17f3a66}@media(max-width:768px){.product-cta-banner{padding:3.5rem 1.5rem}.product-cta-banner .hero-cta{width:100%;justify-content:center}}.help-fab{position:fixed;bottom:calc(1.5rem + env(safe-area-inset-bottom));right:calc(1.5rem + env(safe-area-inset-right));z-index:200;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--navy);color:var(--white);border:1px solid rgba(255,255,255,.1);border-radius:100px;cursor:pointer;font-size:.82rem;font-weight:600;letter-spacing:-.01em;box-shadow:0 4px 20px #0003,0 0 0 1px #0000000d;transition:all .25s cubic-bezier(.22,1,.36,1)}.help-fab:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-2px);box-shadow:0 8px 30px #c17f3a4d}.help-fab--active{background:var(--muted);padding:.75rem;border-color:transparent}.help-fab--active:hover{background:var(--navy)}.help-fab-label{font-family:Source Code Pro,monospace;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.help-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:190;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.help-panel{position:fixed;bottom:calc(5rem + env(safe-area-inset-bottom));right:calc(1.5rem + env(safe-area-inset-right));z-index:201;width:400px;max-height:calc(100vh - 8rem);background:var(--white);border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 60px #00000026,0 4px 16px #0000000f;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(10px) scale(.97);pointer-events:none;transition:all .25s cubic-bezier(.22,1,.36,1);transform-origin:bottom right}.help-panel--open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.help-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem .75rem 0}.help-tabs{display:flex;gap:.25rem;flex:1}.help-tab{display:flex;align-items:center;gap:.4rem;padding:.6rem .85rem;background:none;border:none;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:500;color:var(--muted);transition:all .15s}.help-tab:hover{color:var(--navy);background:var(--cream2)}.help-tab--active{color:var(--navy);background:var(--cream2);font-weight:600}.help-panel-close{background:none;border:none;cursor:pointer;color:var(--muted);padding:.4rem;border-radius:6px;transition:all .15s;display:flex;flex-shrink:0}.help-panel-close:hover{background:var(--cream2);color:var(--navy)}.help-panel-body{flex:1;overflow-y:auto;padding:.5rem;border-top:1px solid var(--border);margin-top:.5rem}.help-panel-footer{padding:.85rem 1.5rem;border-top:1px solid var(--border);font-size:.8rem;color:var(--muted);text-align:center;display:flex;justify-content:center}.help-link{background:none;border:none;color:var(--gold);font-weight:600;font-size:inherit;cursor:pointer;padding:0;text-decoration:none}.help-link:hover{text-decoration:underline}.help-panel-sent{padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.help-panel-sent p{font-size:.95rem;font-weight:600;color:var(--navy)}.faq-item{border-bottom:1px solid rgba(0,0,0,.04)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;background:none;border:none;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--navy);text-align:left;border-radius:8px;transition:background .15s;letter-spacing:-.01em}.faq-question:hover{background:var(--cream2)}.faq-chevron{flex-shrink:0;color:var(--muted);transition:transform .2s}.faq-chevron--open{transform:rotate(180deg);color:var(--gold)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.22,1,.36,1)}.faq-answer--open{max-height:200px}.faq-answer p{padding:0 1rem 1rem;font-size:.83rem;color:var(--muted);line-height:1.65}.idea-hint{font-size:.82rem;color:var(--muted);margin-bottom:.85rem;line-height:1.55}.idea-textarea{width:100%;padding:.75rem .85rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.88rem;color:var(--navy);resize:vertical;min-height:90px;transition:border-color .2s;background:var(--cream2)}.idea-textarea::placeholder{color:var(--muted);opacity:.5}.idea-textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c17f3a1a}.idea-send{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:var(--gold);color:var(--white);border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.idea-send:hover:not(:disabled){background:var(--gold2);transform:translateY(-1px)}.idea-send:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.help-panel{width:calc(100vw - 2rem);right:1rem;bottom:4.5rem;max-height:calc(100vh - 6rem)}.help-fab{bottom:1rem;right:1rem}}.legal-page{max-width:680px;margin:0 auto}.legal-title{font-size:2rem;letter-spacing:-.03em;margin-bottom:2rem}.legal-page h3{font-size:1rem;margin-top:2rem;margin-bottom:.5rem;letter-spacing:-.01em}.legal-page p{font-size:.95rem;color:var(--muted);line-height:1.75;margin-bottom:.5rem}.legal-page a{color:var(--gold);text-decoration:none}.legal-page a:hover{text-decoration:underline}.legal-highlight{padding:1.25rem 1.5rem;background:#27ae600f;border:1px solid rgba(39,174,96,.15);border-left:3px solid #27ae60;border-radius:8px;font-size:.95rem;color:var(--text);line-height:1.65;margin-bottom:2rem}.legal-page ul{padding-left:1.5rem;margin:.5rem 0}.legal-page li{font-size:.95rem;color:var(--muted);line-height:1.75;margin-bottom:.25rem}.footer{background:var(--navy);color:var(--cream);padding:4rem 2rem 1.5rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.footer-inner{max-width:var(--content-max-width);margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem}.footer-brand{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.03em}.footer-brand span{color:var(--gold)}.footer-tagline{font-size:.9rem;color:var(--cream);opacity:.6;line-height:1.6}.footer h4{color:var(--white);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-family:Source Code Pro,monospace}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:var(--cream);opacity:.6;text-decoration:none;font-size:.9rem;transition:all .2s}.footer-links a:hover{opacity:1;color:var(--gold)}.footer-privacy-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;margin-bottom:1.5rem;border:1px solid rgba(39,174,96,.15);border-radius:100px;background:#27ae600a;width:fit-content;margin-left:auto;margin-right:auto;color:#27ae6099}.footer-privacy-badge span{font-size:.72rem;font-family:Source Code Pro,monospace;letter-spacing:.04em;color:#27ae6099}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem;display:flex;justify-content:space-between;font-size:.78rem;opacity:.4;font-family:Source Code Pro,monospace}@media(max-width:768px){.hero{padding:5rem 1.5rem 3.5rem;min-height:min(75vh,600px)}.hero-title{font-size:clamp(2rem,8vw,2.8rem)}.hero-subtitle{font-size:1rem}.hero-orb{width:200px;height:200px}.hero-ctas{flex-direction:column;gap:.75rem}.hero-cta,.hero-cta-secondary{width:100%;justify-content:center}.section{padding:3.5rem 1.5rem}.product-grid{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr;gap:.5rem}.feature-item{padding:1rem}.plus-features{grid-template-columns:1fr}.founder-section{grid-template-columns:1fr;gap:2rem}.philosophy-cards{position:static}.value-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-bottom{flex-direction:column;gap:.5rem}.header-nav,.header-tagline{display:none}.header-inner{display:flex}.header-burger{display:block}.plus-section:before{font-size:2rem}}@media(max-width:480px){.section{padding:2.5rem 1rem}.section-subtitle{margin-bottom:2.5rem}.fleet-hero,.sure-hero,.hive-hero{padding:3rem 1rem 2rem}.fleet-hero-visual{max-width:300px}.sure-hero-inner .fleet-hero-visual,.hive-hero-inner .fleet-hero-visual{max-width:280px}.sure-mock-scores{grid-template-columns:repeat(3,1fr)}.hive-mock-volk{width:20px;height:20px;font-size:.45rem}.signup-field label,.contact-field label{font-size:.875rem}.signup-field input,.signup-field select,.signup-field textarea,.contact-field input,.contact-field select,.contact-field textarea{min-height:44px;padding:.75rem}.signup-row{grid-template-columns:1fr}.header-mobile-nav .header-link,.header-mobile-products .header-dropdown-item{padding:.75rem 1rem;min-height:44px}.help-fab{min-height:44px;min-width:44px}.signup-modal{width:100vw;max-width:100vw;max-height:100vh;height:100%;border-radius:0;top:0;left:0;transform:none}.signup-header{padding:1.25rem 1rem .75rem}.signup-form{padding:1rem}.help-panel{width:100vw;right:0;bottom:0;max-height:calc(100vh - 4rem);border-radius:16px 16px 0 0}.value-grid{grid-template-columns:1fr;gap:.75rem}.fc-feature{min-width:140px;font-size:.75rem}.fc-cell{min-width:60px}.sure-mock-scores{grid-template-columns:repeat(2,1fr)}.footer{padding:2.5rem 1rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:1.25rem}.product-grid{gap:.75rem}.hero-orb{width:120px;height:120px}.sure-audience-grid,.fleet-highlights,.hive-feature-grid,.hive-scr-grid4{grid-template-columns:1fr}.hive-scr-row{grid-template-columns:2.5rem 1fr 3.5rem 3rem;font-size:.65rem;padding:.45rem .75rem}.hiw-cta-button{min-width:0;width:100%}.social-proof-stats{flex-direction:column;align-items:center;gap:1rem}.fleet-demo-modal{top:0;right:0;bottom:0;left:0;border-radius:0}.signup-form{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}h1,h2,h3,h4,.hero-title,.section-title{overflow-wrap:break-word;word-break:break-word}}@media(max-width:360px){.section{padding:2rem .75rem}.fc-feature{min-width:100px;font-size:.65rem}.fc-cell{min-width:50px;font-size:.65rem}.hero-title{font-size:clamp(1.6rem,7vw,2rem)}.hero-cta,.hero-cta-secondary{font-size:.9rem;padding:.85rem 1.5rem}}@keyframes drawLine{0%{stroke-dashoffset:var(--len)}to{stroke-dashoffset:0}}@keyframes dotAppear{0%{opacity:0;r:0}to{opacity:1;r:var(--r)}}.t-main{fill:none;stroke:#c17f3a1f;stroke-width:1;stroke-linecap:round;opacity:0;animation:drawLine 4s cubic-bezier(.16,1,.3,1) forwards,fadeIn .4s ease forwards}.t-thin{fill:none;stroke:#c17f3a12;stroke-width:.5;stroke-linecap:round;opacity:0;animation:drawLine 5s cubic-bezier(.16,1,.3,1) forwards,fadeIn .3s ease forwards}.t-faint{fill:none;stroke:#c17f3a0a;stroke-width:.8;stroke-linecap:round;opacity:0;animation:drawLine 6s cubic-bezier(.16,1,.3,1) forwards,fadeIn .5s ease forwards}.soil-dot{fill:#c17f3a0d;animation:dotAppear .6s ease forwards;opacity:0}.skip-nav{position:absolute;left:-9999px;top:0;z-index:10000;padding:.75rem 1.5rem;background:var(--navy);color:var(--gold);font-weight:600;font-size:.875rem;text-decoration:none;border-radius:0 0 var(--radius-md) 0}.skip-nav:focus{left:0}.not-found-page{text-align:center;padding:4rem 1rem}.not-found-code{display:block;font-family:Source Code Pro,monospace;font-size:5rem;font-weight:700;color:var(--gold);opacity:.3;line-height:1;margin-bottom:1rem}.not-found-title{font-family:Playfair Display,serif;font-size:2rem;color:var(--navy);margin-bottom:.75rem}.not-found-text{color:var(--muted);margin-bottom:2rem;font-size:1.05rem}.faq-page{max-width:720px;margin:0 auto;padding:2rem 0}.faq-page .section-label{display:block;text-align:center}.faq-page .section-title{text-align:center}.faq-page .section-subtitle{text-align:center;margin-bottom:2.5rem}.faq-page .section-subtitle a{color:var(--gold);text-decoration:underline}.faq-category{margin-bottom:2rem}.faq-category-title{font-family:Playfair Display,serif;font-size:1.2rem;color:var(--navy);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.faq-page-item{border-bottom:1px solid var(--border)}.faq-page-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;background:none;border:none;font-size:.95rem;font-weight:600;color:var(--text);cursor:pointer;text-align:left;gap:1rem}.faq-page-question:hover{color:var(--gold)}.faq-page-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-page-answer--open{max-height:200px;padding-bottom:1rem}.faq-page-answer p{color:var(--muted);font-size:.9rem;line-height:1.6;margin:0}.social-proof{text-align:center}.social-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2.5rem 0}.social-proof-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;text-align:left;display:flex;flex-direction:column;gap:1.25rem}.social-proof-quote{font-size:.95rem;line-height:1.6;color:var(--text);font-style:italic;flex:1}.social-proof-author{display:flex;align-items:center;gap:.75rem}.social-proof-avatar{width:36px;height:36px;border-radius:50%;background:color-mix(in srgb,var(--gold) 15%,transparent);color:var(--gold);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.social-proof-name{font-weight:600;font-size:.85rem;color:var(--text)}.social-proof-role{font-size:.78rem;color:var(--muted)}.social-proof-stats{display:flex;justify-content:center;gap:3rem;margin-top:1rem}.social-proof-stat{display:flex;flex-direction:column;align-items:center}.social-proof-stat-value{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;color:var(--navy)}.social-proof-stat-label{font-size:.8rem;color:var(--muted);margin-top:.25rem}@media(max-width:768px){.social-proof-grid{grid-template-columns:1fr}.social-proof-stats{gap:1.5rem;flex-wrap:wrap}.social-proof-stat-value{font-size:1.4rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
