@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@400;500;600&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--cream: #f9f5eb;--cream-warm: #faf6ee;--cream-light: #fff9f1;--cream-lighter: #fefbf5;--cream-bg: #fff7ec;--cream-muted: #f5f1e8;--cream-accent: #f0ebe0;--navy: #1f2753;--navy-dark: #1b2249;--navy-darker: #111323;--navy-light: #28315f;--navy-muted: #3a4472;--navy-subtle: #4d5580;--gray-navy-dark: #5a5d70;--gray-navy-medium: #7a7d8e;--gray-navy-light: #9a9dac;--white: #ffffff;--black: #0a0b0e;--accent-gold: #c9a857;--accent-gold-light: #dfc477;--accent-blue: #4a7dc4;--success: #2d7a5f;--warning: #c4924a;--error: #b54a4a;--info: #4a7dc4;--font-brand: "Playfair Display", Georgia, serif;--font-plain: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--scale-01: 10px;--scale-02: 12px;--scale-03: 14px;--scale-04: 16px;--scale-05: 18px;--scale-06: 24px;--scale-07: 28px;--scale-08: 32px;--scale-09: 36px;--scale-10: 44px;--scale-11: 56px;--scale-12: 72px;--line-height-body-small: 16px;--line-height-body-medium: 20px;--line-height-body-large: 24px;--line-height-label-large: 20px;--line-height-title-small: 20px;--line-height-title-medium: 24px;--line-height-headline-small: 32px;--line-height-headline-medium: 36px;--line-height-headline-large: 40px;--line-height-display-small: 48px;--line-height-display-medium: 64px;--line-height-display-large: 72px;--tracking-tight: -.5px;--tracking-body-small: .4px;--tracking-body-large: .25px;--tracking-label-large: .1px;--tracking-title-medium: .15px;--tracking-headline-small: -.01em;--tracking-headline-large: -.02em;--tracking-display-small: -.02em;--tracking-display-large: -.03em;--weight-light: 300;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--space-none: 0px;--space-2xs: 2px;--space-xs: 4px;--space-small: 8px;--space-medium: 12px;--space-large: 16px;--space-large-increased: 24px;--space-extra-large: 32px;--space-extra-large-increased: 48px;--space-extra-extra-increased: 64px;--space-extra-extra-increased-2: 72px;--space-2xl: 96px;--space-super-large: 128px;--space-3xl: 160px;--corner-xs: 4px;--corner-small: 8px;--corner-medium: 12px;--corner-large: 16px;--corner-xl: 24px;--corner-full: 1000px;--shadow-subtle: 0 1px 2px rgba(17, 19, 35, .04);--shadow-soft: 0 2px 8px rgba(17, 19, 35, .06);--shadow-medium: 0 4px 16px rgba(17, 19, 35, .08);--shadow-elevated: 0 8px 32px rgba(17, 19, 35, .1);--shadow-float: 0 16px 48px rgba(17, 19, 35, .12);--shadow-inset: inset 0 1px 2px rgba(17, 19, 35, .06);--border-subtle: 1px solid rgba(31, 39, 83, .08);--border-light: 1px solid rgba(31, 39, 83, .12);--border-medium: 1px solid rgba(31, 39, 83, .2);--border-strong: 1px solid var(--navy);--border-dashed: 1px dashed rgba(31, 39, 83, .3);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s;--duration-slower: .6s;--z-base: 0;--z-above: 10;--z-dropdown: 100;--z-sticky: 200;--z-overlay: 300;--z-modal: 400;--z-toast: 500;--focus-ring: 0 0 0 3px rgba(31, 39, 83, .15);--focus-ring-accent: 0 0 0 3px rgba(201, 168, 87, .25)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}body{font-family:var(--font-plain);font-size:var(--scale-04);font-weight:var(--weight-regular);background-color:var(--cream);color:var(--navy-darker);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"liga" 1}h1,h2,h3,h4,h5,h6{font-family:var(--font-brand);font-weight:var(--weight-regular);color:var(--navy-darker);line-height:1.2;text-wrap:balance}p{color:var(--navy);max-width:65ch}a{text-decoration:none;color:inherit;transition:color var(--duration-fast) var(--ease-out),opacity var(--duration-fast) var(--ease-out)}a:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--corner-xs)}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit;transition:all var(--duration-normal) var(--ease-out)}button:focus-visible{outline:none;box-shadow:var(--focus-ring)}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;color:inherit}::selection{background-color:var(--navy);color:var(--cream-light)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--cream-muted)}::-webkit-scrollbar-thumb{background:var(--navy-muted);border-radius:var(--corner-full)}::-webkit-scrollbar-thumb:hover{background:var(--navy)}.announce-banner{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#1a2040,#1f2753,#2a3470);padding:12px 48px;overflow:hidden}.announce-banner:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(74,142,255,.07) 25%,rgba(74,142,255,.12) 50%,rgba(74,142,255,.07) 75%,transparent 100%);animation:banner-shimmer 4s ease-in-out infinite;pointer-events:none}@keyframes banner-shimmer{0%{transform:translate(-30%)}to{transform:translate(30%)}}.announce-banner+.navigation{top:44px}.announce-banner-content{background:none;border:none;color:#f9f5eb;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:400;letter-spacing:.3px;cursor:pointer;padding:0;display:flex;align-items:center;gap:10px;position:relative;z-index:1;transition:opacity .2s ease}.announce-banner-content:hover{opacity:.9}.announce-banner-content:hover .announce-banner-arrow{transform:translate(3px)}.announce-banner-pulse{width:8px;height:8px;border-radius:50%;background:#4ade80;flex-shrink:0;position:relative;box-shadow:0 0 6px #4ade8080;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 4px #4ade8066}50%{box-shadow:0 0 12px #4ade80cc}}.announce-banner-badge{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.25);padding:2px 8px;border-radius:4px;line-height:1.4}.announce-banner-text{color:#f9f5ebd9}.announce-banner-text strong{color:#f9f5eb;font-weight:600}.announce-banner-arrow{font-size:15px;color:#f9f5eb99;transition:transform .25s ease,color .25s ease}.announce-banner-content:hover .announce-banner-arrow{color:#f9f5eb}.announce-banner-close{position:absolute;right:20px;background:#f9f5eb0f;border:1px solid rgba(249,245,235,.1);border-radius:6px;color:#f9f5eb66;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1}.announce-banner-close:hover{color:#f9f5eb;background:#f9f5eb1f;border-color:#f9f5eb33}@media(max-width:768px){.announce-banner{padding:10px 40px 10px 16px}.announce-banner-content{font-size:11px;gap:6px}.announce-banner-badge{display:none}}.navigation{position:sticky;top:0;z-index:var(--z-sticky, 200);background-color:var(--cream, #f9f5eb);padding-top:var(--space-medium, 8px);padding-bottom:var(--space-medium, 8px);padding-left:var(--space-extra-large-increased, 48px);padding-right:var(--space-extra-large-increased, 48px);min-width:320px}.nav-container{display:flex;align-items:center;justify-content:space-between;max-width:1512px;margin:0 auto}.nav-logo{display:flex;align-items:center;flex-shrink:0}.nav-logo svg{display:block}.nav-links{display:flex;align-items:center;gap:var(--space-xs, 4px);flex:1;justify-content:center;padding:0 var(--space-extra-large, 32px);cursor:pointer}.nav-item-btn{display:flex;align-items:center;padding:var(--space-xs, 4px);background:transparent;border:none;cursor:pointer!important}.nav-item-btn a{display:flex;align-items:center;gap:0;text-decoration:none;color:var(--navy, #1f2753)}.nav-item-btn a:visited{color:var(--navy, #1f2753)}.nav-item-btn span,.nav-item-btn a span{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;color:var(--navy, #1f2753);letter-spacing:.5px;line-height:24px;white-space:nowrap}.nav-item-btn svg{width:24px;height:24px;color:var(--navy, #1f2753);flex-shrink:0}.nav-item-btn:hover span{opacity:.7}.nav-item-btn.active span{font-weight:500}.nav-item-wrapper{position:relative}.nav-item-wrapper:hover{background-color:#1f27530a}.nav-item-wrapper .dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);z-index:100}.nav-item-wrapper:hover .dropdown-menu{display:flex}.nav-item-wrapper:after{content:"";position:absolute;top:100%;left:0;right:0;height:12px;display:none}.nav-item-wrapper:hover:after{display:block}.dropdown-menu{background-color:#fefbf5;border-radius:12px;padding:24px;gap:0;min-width:520px;white-space:nowrap}.dropdown-menu--compact{min-width:auto}.dropdown-left{display:flex;flex-direction:column;gap:4px;flex:1;min-width:280px}.dropdown-divider{width:1px;background-color:#1f27531a;margin:0 24px;align-self:stretch}.dropdown-right{display:flex;flex-direction:column;gap:4px;min-width:140px}.dropdown-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:8px;text-decoration:none;transition:background-color .15s ease}.dropdown-item:hover{background-color:#1f27530a}.dropdown-item-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--navy, #1f2753);margin-top:1px}.dropdown-item-icon svg{width:24px;height:24px}.dropdown-item-text{display:flex;flex-direction:column;gap:4px}.dropdown-item-title{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;color:var(--navy, #1f2753);line-height:22px}.dropdown-item-desc{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:400;color:#5a5d70;line-height:20px;white-space:normal;max-width:280px}.dropdown-right-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;text-decoration:none;transition:background-color .15s ease}.dropdown-right-item:hover{background-color:#1f27530a}.dropdown-right-header{pointer-events:none}.dropdown-right-header .dropdown-right-title{font-weight:600;font-size:16px;color:var(--navy, #1f2753)}.dropdown-right-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--navy, #1f2753)}.dropdown-right-icon svg{width:24px;height:24px}.dropdown-right-title{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:500;color:var(--navy, #1f2753);line-height:24px}.nav-actions{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-medium, 8px);flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:var(--space-medium, 8px) var(--space-large, 16px);font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;letter-spacing:.5px;line-height:24px;cursor:pointer;transition:all .2s ease;border:none;border-radius:0;white-space:nowrap}.btn-with-no-outline{background:transparent;color:var(--navy, #1f2753)}.btn-outline{background:transparent;border:1px solid var(--navy, #1f2753);color:var(--navy, #1f2753)}.btn-outline:hover{background-color:var(--navy, #1f2753);color:var(--cream-light, #fff9f1)}.btn-outline svg{width:24px;height:24px}.btn-filled{background-color:#1f2753;color:#fff9f1;border:none}.btn-filled:hover{background-color:var(--navy-dark, #1b2249)}.btn-filled svg{width:24px;height:24px}.btn-large{padding:var(--space-large, 16px) var(--space-large-increased, 24px)}.nav-hamburger{display:none;background:transparent;border:none;cursor:pointer;padding:4px;color:var(--navy, #1f2753);flex-shrink:0}.nav-hamburger svg{width:24px;height:24px;display:block}.mobile-overlay{display:none}.mobile-backdrop{position:fixed;inset:0;background-color:#0000;transition:background-color .3s ease;z-index:998}.mobile-overlay--open .mobile-backdrop{background-color:#0006}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:85%;max-width:430px;background-color:#fff9f1;border-right:1px solid var(--navy, #1f2753);z-index:999;display:flex;flex-direction:column;gap:28px;padding:16px 18px 32px;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.mobile-drawer--open{transform:translate(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-drawer-close{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:4px;color:var(--navy, #1f2753)}.mobile-drawer-close svg{width:24px;height:24px}.mobile-menu-links{display:flex;flex-direction:column;gap:4px;width:100%}.mobile-menu-group{display:flex;flex-direction:column}.mobile-menu-btn{display:flex;align-items:center;gap:0;padding:4px;background:transparent;border:none;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;color:var(--navy, #1f2753);letter-spacing:.5px;line-height:24px;white-space:nowrap;text-align:left}.mobile-menu-btn:hover{opacity:.7}.mobile-menu-chevron{display:flex;align-items:center;justify-content:center;transition:transform .2s ease;color:var(--navy, #1f2753)}.mobile-menu-chevron svg{width:24px;height:24px}.mobile-menu-chevron--open{transform:rotate(180deg)}.mobile-mega-menu{display:flex;flex-direction:column;gap:24px;background-color:#fefbf5;padding:16px;border-radius:4px;min-width:300px}.mobile-mega-section{display:flex;flex-direction:column;gap:10px}.mobile-mega-item{display:flex;align-items:flex-start;gap:8px;padding:4px 8px;text-decoration:none;transition:opacity .15s ease}.mobile-mega-item:hover{opacity:.7}.mobile-mega-item--simple{align-items:center}.mobile-mega-item--header{display:none}.mobile-mega-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--navy, #1f2753)}.mobile-mega-icon svg{width:24px;height:24px}.mobile-mega-text{display:flex;flex-direction:column;gap:4px}.mobile-mega-title{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;color:#1b2249;letter-spacing:.15px;line-height:24px}.mobile-mega-desc{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:400;color:#5a5d70;letter-spacing:.4px;line-height:16px}.mobile-menu-actions{display:flex;flex-direction:column;gap:8px;width:100%}.mobile-menu-cta{width:100%;justify-content:center}@media(max-width:1200px){.nav-actions .btn:nth-child(3){display:none}}@media(max-width:1024px){.navigation{padding-left:var(--space-extra-large, 32px);padding-right:var(--space-extra-large, 32px)}.nav-links,.nav-actions{display:none}.nav-hamburger{display:flex}.mobile-overlay{display:block;pointer-events:none}.mobile-overlay--open{pointer-events:auto}}@media(max-width:640px){.navigation{padding-left:var(--space-large, 16px);padding-right:var(--space-large, 16px);padding-top:var(--space-medium, 8px);padding-bottom:var(--space-xs, 4px)}}.footer{background-color:var(--cream);padding:64px 16px 16px;position:relative}.footer-container{max-width:1512px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:48px}.footer-links{display:flex;justify-content:space-between;width:100%;padding:0 32px}.footer-section{display:flex;gap:16px;flex:1;min-width:240px;align-items:flex-start}.footer-section-line{width:1px;height:140px;background-color:var(--navy);flex-shrink:0;position:relative}.footer-section-line:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:var(--navy)}.footer-section-content{display:flex;flex-direction:column;gap:16px}.footer-section-title{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:500;color:#1b2249;letter-spacing:.1px;line-height:20px}.footer-section-list{list-style:none;display:flex;flex-direction:column;gap:6px}.footer-section-list li{transform:translate(0);transition:transform .2s ease-out}.footer-section-list li:hover{transform:translate(4px)}.footer-section-list a{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;color:#28315f;letter-spacing:.5px;line-height:24px;transition:color .2s ease-out;display:inline-block}.footer-section-list a:hover{color:var(--navy)}.footer-legal{position:absolute;left:16px;top:260px;display:flex;flex-direction:column;gap:33px;align-items:flex-start}.footer-legal-link{display:block;writing-mode:vertical-rl;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:400;color:#5a5d70;letter-spacing:.4px;line-height:16px;transition:color .2s ease-out}.footer-legal-link:hover{color:var(--navy)}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.footer-tagline{display:flex;flex-direction:column;gap:2px;align-items:center}.footer-tagline-main{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:400;color:var(--navy);letter-spacing:.4px;line-height:16px}.footer-tagline-sub{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:400;color:#5a5d70;letter-spacing:.4px;line-height:16px;display:flex;gap:2px;flex-wrap:wrap;justify-content:center}.footer-social{display:flex;gap:16px;align-items:center;justify-content:center}.footer-social a{color:var(--navy);display:flex;align-items:center;justify-content:center;transition:all .2s ease-out}.footer-social a:hover{opacity:.7;transform:translateY(-2px)}.footer-social a:focus-visible{outline:2px solid var(--navy);outline-offset:2px;border-radius:2px}.footer-logo{width:100%;max-width:640px}.footer-logo img{display:block;width:100%;height:auto;opacity:.85}@media(max-width:1024px){.footer{padding:48px 16px 16px}.footer-container{min-height:auto;gap:48px}.footer-links{flex-wrap:wrap;gap:32px;padding:0 32px;justify-content:center}.footer-section{min-width:45%}}@media(max-width:640px){.footer{padding:40px 16px 16px}.footer-container{gap:40px}.footer-links{flex-direction:column;align-items:center;gap:32px;padding:0 16px}.footer-section{min-width:auto;width:280px}.footer-section-line{height:100px}.footer-tagline-sub{flex-direction:column;align-items:center;gap:2px}}.decorative-line{width:3px;height:184px;flex-shrink:0;position:relative;display:flex;flex-direction:column;align-items:center}.decorative-line:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:16px solid var(--navy, #1f2753)}.decorative-line:before{content:"";position:absolute;top:14px;left:50%;transform:translate(-50%);width:2px;height:calc(100% - 15px);background-color:var(--navy, #1f2753)}.logo-slider-section{width:100%;max-width:1512px;margin:0 auto;padding:48px 0 20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:32px}.logo-slider-heading{color:#8e8e93;font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-align:center;margin:0}.logo-slider-viewport{width:100%;position:relative;overflow:hidden}.logo-slider-track{display:flex;gap:80px;align-items:center;animation:logo-slider-scroll 30s linear infinite;width:fit-content}.logo-slider-section:hover .logo-slider-track{animation-play-state:paused}.logo-slider-fade-left,.logo-slider-fade-right{position:absolute;top:0;bottom:0;width:200px;z-index:1;pointer-events:none}.logo-slider-fade-left{left:0;background:linear-gradient(90deg,#f9f5eb 20%,#f9f5eb00)}.logo-slider-fade-right{right:0;background:linear-gradient(270deg,#f9f5eb 20%,#f9f5eb00)}.logo-slider-item{flex-shrink:0;display:flex;align-items:center;height:32px;opacity:.7;transition:opacity .2s ease}.logo-slider-item:hover{opacity:1}.logo-slider-item img{height:100%;width:auto;display:block;object-fit:contain}.logo-slider-item.natix{height:28px}.logo-slider-item.autoware{height:36px}.logo-slider-item.michigan-tech{height:30px}@keyframes logo-slider-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.logo-slider-section{gap:24px;padding:32px 0}.logo-slider-track{gap:56px;animation-duration:18s}.logo-slider-fade-left,.logo-slider-fade-right{width:80px}}.home-page{display:flex;flex-direction:column;align-items:center;background-color:var(--cream);overflow-x:clip}.home-page h1,.home-page h2,.home-page h3,.home-page h4,.home-page h5,.home-page h6{font-family:Space Grotesk,sans-serif;text-wrap:unset}.home-page p{max-width:none}.home-page p.iceberg-section-subtitle{max-width:720px}.home-hero,.home-how-it-works,.home-testimonials,.home-advantages-wrapper,.home-cta-section{width:100%;max-width:1608px;margin-left:auto;margin-right:auto;padding-left:var(--space-extra-large-increased, 48px);padding-right:var(--space-extra-large-increased, 48px)}.home-hero{display:flex;align-items:flex-start;justify-content:space-between;padding-top:110px;padding-bottom:0;min-height:600px;gap:62px}.home-hero-content{display:flex;flex-direction:column;flex:1;gap:32px;min-width:0}.home-hero-text{display:flex;flex-direction:column;gap:32px}.announcement-badge{display:inline-flex;align-items:center;gap:12px;padding:4px 16px;border:1px dashed var(--navy);border-radius:1000px;cursor:pointer;width:fit-content;transition:background-color .2s ease}.announcement-badge:hover{background-color:#1f27530a}.announcement-dot{width:8px;height:8px;background-color:var(--navy);border-radius:50%;flex-shrink:0;animation:dot-blink 1.4s step-end infinite}@keyframes dot-blink{0%,to{opacity:1}50%{opacity:0}}.announcement-message{gap:4px;color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:16px;line-height:24px;letter-spacing:.5px}.announcement-message strong{font-weight:700}.hero-text-wrapper{display:flex;flex-direction:column;gap:16px}.hero-heading{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:56px;line-height:68px;letter-spacing:-.5px;color:var(--Navy-Darker, #111323);max-width:660px;white-space:pre-line}.hero-subtext{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:var(--Navy, #1f2753);max-width:560px}.hero-cta-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;background-color:var(--navy);color:var(--cream-light);border:none;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;line-height:22px;letter-spacing:.3px;width:fit-content;border-radius:6px;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 16px #1f275340}.hero-cta-btn:hover{background-color:var(--navy-dark);transform:translateY(-1px);box-shadow:0 6px 24px #1f275359}.hero-cta-btn:active{transform:translateY(0)}.hero-cta-btn svg{width:22px;height:22px;flex-shrink:0}.hero-cta-btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;background-color:transparent;color:var(--navy);border:1px solid var(--navy);cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:600;line-height:22px;letter-spacing:.3px;width:fit-content;border-radius:6px;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease,color .2s ease}.hero-cta-btn-outline:hover{background-color:var(--navy);color:var(--cream-light);transform:translateY(-1px);box-shadow:0 4px 16px #1f275340}.hero-cta-btn-outline:active{transform:translateY(0)}.hero-cta-btn-outline svg{width:22px;height:22px;flex-shrink:0}.hero-cta-text{text-align:center;line-height:22px}.hero-steps{display:flex;flex-direction:column}.hero-step-btn{display:flex;align-items:flex-start;gap:16px;padding:12px 0 12px 16px;border:none;border-left:2px solid #e0ddd8;background:none;cursor:pointer;text-align:left;transition:border-color .2s ease}.hero-step-btn--active{border-left-color:#111323}.hero-step-btn:hover:not(.hero-step-btn--active){border-left-color:#8e8e93}.hero-step-num{font-family:Space Grotesk,sans-serif;font-size:12px;line-height:20px;letter-spacing:.4px;color:#8e8e93;flex-shrink:0;margin-top:3px}.hero-step-info{display:flex;flex-direction:column;gap:2px}.hero-step-name{font-family:Space Grotesk,sans-serif;font-size:15px;line-height:24px;letter-spacing:.15px;color:#111323;font-weight:400}.hero-step-btn--active .hero-step-name{font-weight:600}.hero-step-desc{font-family:Space Grotesk,sans-serif;font-size:13px;line-height:18px;letter-spacing:.25px;color:#8e8e93}.hero-demo-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px;width:min(100%,669px);flex:0 0 auto;min-width:0}.hero-demo-media{width:100%;aspect-ratio:16 / 9;overflow:hidden;line-height:0}.hdp-cat-tabs{display:flex;align-items:center;justify-content:center;gap:10px;padding:0 var(--space-extra-large, 32px)}.hdp-cat-tabs--hidden{visibility:hidden;pointer-events:none}.hdp-step-pills{display:none}.hdp-cat-tab{display:flex;align-items:center;gap:10px;border:none;background:none;cursor:pointer;padding:0;flex:0 0 auto}.hdp-cat-thumb{width:56px;height:56px;border-radius:14px;overflow:hidden;border:2.5px solid transparent;transition:border-color .25s ease,transform .25s ease;flex-shrink:0}.hdp-cat-tab--active .hdp-cat-thumb{border-color:#111323;transform:scale(1.08)}.hdp-cat-tab:hover:not(.hdp-cat-tab--active) .hdp-cat-thumb{border-color:#11132359}.hdp-cat-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hdp-cat-thumb picture{width:100%;height:100%;display:block}.hdp-cat-label{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:500;color:#8e8e93;white-space:nowrap;transition:color .25s ease}.hdp-cat-tab--active .hdp-cat-label{color:#111323}.hero-demo-video{width:100%;height:100%;display:block;background:none;outline:0;border:0;border-radius:0;box-shadow:none;object-fit:contain!important;object-position:center center;margin:0;padding:0;-webkit-appearance:none}@media(min-width:1025px){.hero-demo-wrapper{width:669px}}@keyframes hdp-flash-transition{0%{opacity:1;filter:none}18%{opacity:.08;filter:brightness(3.5) saturate(0)}45%{opacity:.65;filter:brightness(1.5) saturate(1.3)}72%{opacity:.92;filter:brightness(1.05)}to{opacity:1;filter:none}}.hdp-transitioning .hero-demo-video{animation:hdp-flash-transition .7s ease-out forwards}.home-iceberg-section{overflow:visible;width:100%;max-width:1512px;margin-left:auto;margin-right:auto;z-index:1}.home-iceberg-section--condensed{position:relative}.iceberg-heading-row{position:relative;width:100%;max-width:1273px;height:56px;margin:72px auto 32px}.iceberg-heading-line{position:absolute;top:20px;left:0;right:0;height:0;display:flex;align-items:center;justify-content:center;overflow:visible;transform:rotate(180deg)}.iceberg-heading-line img{width:98%;height:15px;display:block;margin-top:-7px;object-fit:fill}.iceberg-heading-text{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:1;background-color:var(--cream, #f9f5eb);padding:0 48px;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:36px;line-height:40px;color:var(--navy-dark);white-space:nowrap;text-align:center}.iceberg-section-subtitle{max-width:720px;margin:-16px auto 28px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:26px;letter-spacing:.3px;color:var(--navy, #1f2753);text-align:center;opacity:.8}.iceberg-solution-desc{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:400;line-height:15px;letter-spacing:.2px;color:var(--navy-dark, #111323);text-align:center;margin:6px 0 0;padding:6px 10px;max-width:200px;background:#f9f5ebd1;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.iceberg-graphic-wrapper{position:relative;width:91.5%;max-width:1383px;margin:0 auto;aspect-ratio:1383 / 1050;overflow:visible}.iceberg-graphic-img{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:contain;object-position:top center}.iceberg-graphic-wrapper--condensed{width:60%;max-width:800px;aspect-ratio:1383 / 520;overflow:hidden;margin-bottom:0}.iceberg-graphic-wrapper--condensed .iceberg-graphic-img{height:auto;object-fit:initial}.iceberg-solutions-row{position:absolute;inset:24.5% 0 -60px;z-index:2;display:flex;justify-content:space-between;padding:0 clamp(16px,3vw,48px);gap:clamp(12px,2vw,32px);clip-path:inset(0 -10px -20px -10px)}.iceberg-solution-col{display:flex;flex-direction:column;align-items:center;gap:clamp(16px,3vw,48px);flex:1;position:relative}.iceberg-solution-col:before{content:"";position:absolute;bottom:var(--line-bottom, 0px);left:50%;transform:translate(-50%);width:1px;background-color:var(--navy-light, #28315f);z-index:0;transition:bottom .05s linear}.iceberg-solution-col:nth-child(1):before{top:-10%}.iceberg-solution-col:nth-child(2):before{top:-18%}.iceberg-solution-col:nth-child(3):before{top:-28%}.iceberg-solution-col:after{content:"";position:absolute;bottom:calc(var(--line-bottom, 0px) - 4px);left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background-color:var(--navy-light, #28315f);z-index:0;transition:bottom .05s linear}.iceberg-solution-col:nth-child(1){margin-top:8%}.iceberg-solution-col:nth-child(2){margin-top:8%}.iceberg-solution-col:nth-child(3){margin-top:8%}.iceberg-solution-label{display:flex;align-items:center;justify-content:center;padding:6px 16px;border-radius:1000px;background:var(--cream-lighter, #fefbf5);font-family:Space Grotesk,sans-serif;font-weight:400;font-size:clamp(14px,1.6vw,24px);line-height:1.4;color:#1f2753;position:relative;z-index:1;white-space:nowrap}.iceberg-solution-cards{display:flex;flex-direction:column;align-items:center;gap:clamp(12px,2vw,32px);width:100%}.iceberg-media-card{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;background-color:var(--cream-lighter, #fefbf5);border:1px solid #ceccc9;border-radius:8px;overflow:hidden;padding:clamp(4px,.5vw,8px) clamp(4px,.5vw,8px) clamp(8px,1vw,16px);box-sizing:border-box;position:relative;will-change:transform;box-shadow:0 2px 8px #00000014;transition:box-shadow .35s ease,filter .35s ease,outline .35s ease;cursor:pointer}.iceberg-media-card:hover{box-shadow:0 4px 20px #00000026}.video-expand-overlay{position:fixed;inset:0;background:#000000e0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;box-sizing:border-box}.video-expand-content{position:relative;max-width:min(90vw,1000px);width:100%;display:flex;flex-direction:column;gap:12px}.video-expand-close{position:absolute;top:-44px;right:0;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1;padding:4px 8px;opacity:.8;transition:opacity .2s}.video-expand-close:hover{opacity:1}.video-expand-meta{display:flex;align-items:center;gap:8px}.video-expand-label{font-family:Space Grotesk,sans-serif;font-size:14px;color:#ceccc9}.video-expand-video{width:100%;max-height:75vh;object-fit:contain;border-radius:8px;display:block}.video-expand-footer{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:500;color:#fff;text-align:center}.iceberg-card-num{position:absolute;top:8px;right:10px;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:500;color:#1f275366;letter-spacing:.6px;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.iceberg-card-query-row{display:flex;align-items:flex-start;gap:7px;width:100%;padding:0 4px;opacity:.55;transition:opacity .4s ease}.iceberg-media-card--active .iceberg-card-query-row{opacity:1;animation:queryRowReveal .5s ease both}@keyframes queryRowReveal{0%{opacity:.55;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.iceberg-query-badge{flex-shrink:0;font-family:Space Grotesk,sans-serif;font-size:clamp(8px,.75vw,11px);font-weight:700;letter-spacing:.6px;color:#fff;background:#1f2753;border-radius:4px;padding:3px 6px;line-height:1.3;margin-top:1px}.iceberg-query-text{font-family:Space Grotesk,sans-serif;font-size:clamp(12px,1.15vw,16px);font-weight:600;color:#1f2753;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.iceberg-card-footer{display:flex;align-items:baseline;justify-content:space-between;width:100%;padding:0 2px;gap:6px}.iceberg-card-label{font-family:Space Grotesk,sans-serif;font-weight:500;font-size:clamp(10px,1.1vw,15px);line-height:1.4;color:#1f2753;flex-shrink:0}.iceberg-card-insight{font-family:Space Grotesk,sans-serif;font-size:clamp(7px,.72vw,10px);font-weight:400;color:#1f275373;text-align:right;line-height:1.35;flex-shrink:1;min-width:0;opacity:0;transform:translateY(4px);transition:opacity .45s ease .25s,transform .45s ease .25s}.iceberg-media-card--active .iceberg-card-insight{opacity:1;transform:translateY(0)}.iceberg-step-dots{display:flex;gap:8px;align-items:center;justify-content:center;padding:4px 0 2px}.iceberg-step-dot{width:6px;height:6px;border-radius:50%;background:#1f275333;transition:background .4s ease,transform .4s cubic-bezier(.16,1,.3,1);flex-shrink:0}.iceberg-step-dot.active{background:#1f2753;transform:scale(1.6)}.iceberg-media-card video,.iceberg-media-card mux-video{width:100%;aspect-ratio:215 / 121;object-fit:contain;border-radius:8px;display:block}.iceberg-heading-text br{display:none}.iceberg-stack-cards{position:relative;width:100%;max-width:1512px;margin:0 auto;padding:0 clamp(8px,1.8vw,24px);padding-bottom:240px}.iceberg-stack-card{position:sticky;display:flex;flex-direction:column;border-radius:24px;background:var(--cream, #f9f5eb);box-shadow:0 -8px 24px #1113231a;overflow:hidden}.iceberg-stack-card-header{display:flex;align-items:center;gap:16px;padding:18px 24px;border-bottom:1px solid rgba(206,204,201,.6);font-family:Space Grotesk,sans-serif;flex-shrink:0}.iceberg-vtab-dot{width:10px;height:10px;border-radius:50%;border:2px solid #1f2753;flex-shrink:0;transition:background .25s ease}.iceberg-vtab-dot.filled{background:#1f2753}.iceberg-vtab-name{font-size:16px;font-weight:400;color:#1f2753;min-width:180px;text-align:left;flex-shrink:0}.iceberg-vtab-headline{flex:1;font-size:16px;font-weight:400;color:#5a5d70;padding-left:22px;border-left:2px solid #ceccc9}.iceberg-vtab-arrow{flex-shrink:0;color:#5a5d70;display:flex;align-items:center}.iceberg-vtab-arrow svg{width:20px;height:20px}.iceberg-stack-card-body{display:flex;align-items:stretch;gap:clamp(24px,2.8vw,44px);flex:1;padding:24px 28px 28px 24px;min-height:0}.iceberg-vtab-body-info{flex:0 1 34%;min-width:0;max-width:500px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;padding-left:20px;padding-right:8px}.iceberg-vtab-pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:1000px;border:1px solid #1f2753;background:var(--cream-lighter, #fefbf5);font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;color:#1f2753;width:fit-content}.iceberg-vtab-body-title{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:400;line-height:32px;color:var(--navy, #1f2753);width:auto;max-width:100%}.iceberg-vtab-body-desc{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;color:var(--navy, #1f2753);width:auto;max-width:100%}.iceberg-vtab-body-link{background:none;border:none;padding:0;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;color:#1f2753;text-decoration:underline;text-underline-offset:3px;cursor:pointer;width:auto;max-width:100%;transition:opacity .2s ease}.iceberg-vtab-body-link:hover{opacity:.65}.iceberg-vtab-body-buttons{display:flex;flex-direction:row;gap:12px;width:100%;margin-top:4px}.iceberg-solution-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:500;line-height:22px;letter-spacing:.3px;cursor:pointer;border-radius:6px;transition:all .2s ease;flex:1;white-space:normal;text-align:center;min-height:48px}.iceberg-solution-btn svg{width:20px;height:20px;flex-shrink:0}.iceberg-solution-btn-filled{background-color:var(--navy, #1f2753);color:var(--cream-light, #fff9f1);border:none;box-shadow:0 2px 12px #1f275333}.iceberg-solution-btn-filled:hover{background-color:var(--navy-dark, #1b2249);transform:translateY(-1px);box-shadow:0 4px 16px #1f27534d}.iceberg-solution-btn-filled:active{transform:translateY(0)}.iceberg-solution-btn-outline{background-color:transparent;color:var(--navy, #1f2753);border:1px solid var(--navy, #1f2753)}.iceberg-solution-btn-outline:hover{background-color:var(--navy, #1f2753);color:var(--cream-light, #fff9f1);transform:translateY(-1px);box-shadow:0 2px 12px #1f275333}.iceberg-solution-btn-outline:active{transform:translateY(0)}.iceberg-vtab-body-preview{flex:1 1 62%;width:auto;max-width:840px;height:auto;aspect-ratio:16 / 9;overflow:hidden;border:none;background:transparent;cursor:pointer;margin-left:auto}.iceberg-vtab-body-preview video{width:100%;height:100%;display:block;object-fit:cover}.home-how-it-works{display:flex;flex-direction:column;align-items:center;gap:32px;padding-top:32px;padding-bottom:128px}.how-text-block{display:flex;flex-direction:column;align-items:center;gap:7px;max-width:554px;text-align:center;color:var(--navy-dark)}.how-text-block h2{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:44px;line-height:64px;letter-spacing:0;color:var(--navy-dark)}.how-text-block p{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:var(--navy-dark);max-width:100%}.how-top-section{display:flex;flex-direction:column;align-items:center;gap:64px;width:100%}.how-tabs-selector{position:relative;display:flex;align-items:center;gap:0;width:100%;border:1px solid var(--navy-light);border-radius:1000px;padding:16px 64px 24px}.how-tab{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;text-align:center;cursor:pointer;padding:8px 16px;transition:opacity .2s ease;background:none;border:none}.how-tab:hover{opacity:.7}.how-tab.active{opacity:1}.how-tab h3{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:24px;line-height:32px;letter-spacing:0;color:var(--navy-dark);white-space:nowrap}.how-tab p{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px;color:var(--navy-dark);max-width:248px}.how-tab-arrow{flex-shrink:0;width:51px;display:flex;align-items:center;justify-content:center}.how-tab-arrow svg{width:51px;height:auto;color:var(--navy-dark)}.how-tab-indicator{position:absolute;bottom:-8px;width:118px;height:15px;background-color:var(--cream-lighter);border:1px solid var(--navy-light);border-radius:1000px;transition:left .4s cubic-bezier(.16,1,.3,1)}.how-content-area{width:100%;margin-top:20px;border-radius:28px;overflow:hidden;position:relative;border:1px solid #1f2753;background:repeating-conic-gradient(#e8e5dd 0% 25%,#f5f2ea 0% 50%) 0 0 / 40px 40px}.how-content-area .how-content-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:28px;opacity:0;transition:opacity .4s ease}.how-content-area .how-content-video.active{position:relative;opacity:1}.how-content-area img{display:block;width:100%;height:auto;border-radius:28px}.how-mobile-stacked{display:none}.home-deferred-section{width:100%}.home-deferred-section--how-it-works,.home-deferred-section--media-updates{background:var(--cream)}.home-testimonials{display:flex;align-items:flex-start;justify-content:center;gap:64px;padding-top:128px;padding-bottom:128px;background:var(--cream)}.testimonials-left{display:flex;flex-direction:column;justify-content:space-between;min-height:322px;min-width:0}.testimonials-heading{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:56px;line-height:72px;letter-spacing:-.25px;color:var(--navy-darker);white-space:pre-line}.testimonials-controls{display:flex;align-items:center;gap:0;margin-top:32px}.testimonial-control-btn{width:50px;height:50px;border-radius:50%;border:1px solid var(--navy);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--navy);padding:0}.testimonial-control-btn:hover{background-color:var(--navy);color:var(--cream-light)}.testimonial-control-btn.pause-btn{width:90px;height:90px;margin:0 4px}.testimonial-control-btn svg{width:20px;height:20px}.testimonial-control-btn.pause-btn svg{width:24px;height:24px}.testimonials-right{width:540px;flex-shrink:0;overflow:hidden}.testimonial-slides-track{display:flex;transition:transform .6s cubic-bezier(.16,1,.3,1)}.testimonial-card{min-width:540px;display:flex;flex-direction:column;gap:30px;min-height:342px}.testimonial-header{display:flex;flex-direction:column;gap:8px}.testimonial-person{display:flex;flex-direction:column;gap:4px}.testimonial-name{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:var(--navy-darker)}.testimonial-role{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.1px;color:var(--navy-darker)}.testimonial-company-logo{height:30px;width:auto;max-width:97px;object-fit:contain}.testimonial-divider{width:100%;height:1px;background:var(--navy-light);opacity:.3}.testimonial-quote{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:var(--navy);max-width:439px}.testimonial-badges{display:flex;gap:20px;align-items:center;cursor:pointer}.testimonial-badge{display:flex;align-items:center;gap:12px;padding:4px 16px;border:1px dashed var(--navy);border-radius:1000px;transition:background-color .2s ease}.testimonial-badge:hover{background-color:#1f27530a}.testimonial-badge .badge-dot{width:8px;height:8px;background-color:var(--navy);border-radius:50%;flex-shrink:0}.testimonial-badge span{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:var(--navy)}.testimonial-case-study-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border:1.5px solid var(--navy);border-radius:1000px;background:transparent;font-family:Space Grotesk,sans-serif;font-weight:500;font-size:15px;line-height:24px;letter-spacing:.5px;color:var(--navy);text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease;align-self:flex-start;margin-top:4px}.testimonial-case-study-btn:hover{background-color:var(--navy);color:#fff}.case-study-arrow{transition:transform .25s ease}.testimonial-case-study-btn:hover .case-study-arrow{transform:translate(3px)}.home-advantages-wrapper{padding-top:0;padding-bottom:0}.home-advantages-heading{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:32px;line-height:40px;letter-spacing:0px;color:var(--navy-dark);margin:0;text-align:center;padding-top:64px;padding-bottom:32px}.home-advantages{display:flex;align-items:center;width:100%;min-height:1005px;border-radius:16px;background-color:var(--cream);padding:24px 64px;gap:64px;position:relative}.advantages-visual{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}.advantages-visual-top{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:808px;padding-top:24px;padding-bottom:48px}.advantages-image-row{display:flex;align-items:flex-start;justify-content:center;gap:27.5%;width:100%}.advantages-thumbnail{display:flex;flex-direction:column;align-items:center;width:34.8%;flex-shrink:1}.advantages-snapshot{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;background-color:var(--cream-lighter);padding:8px 8px 24px;border-radius:8px;border:.48px solid #ceccc9;box-sizing:border-box}.advantages-snapshot .snapshot-img{width:100%;aspect-ratio:160 / 90;object-fit:cover;border-radius:8px;display:block}.advantages-snapshot .snapshot-label{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:22px;line-height:28px;color:var(--navy-darker)}.advantages-connector{width:1px;height:28px;background-color:#1b2249;opacity:1}.advantages-timeline{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;position:relative}.timeline-labels{display:flex;justify-content:space-between;width:65.3%}.timeline-labels span{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:#111323}.timeline-bar{width:100%;height:1px;background:#1f2753;opacity:1;position:relative}.timeline-dot{position:absolute;width:7px;height:7px;background-color:#1b2249;border-radius:50%;top:-3px}.timeline-markers{display:flex;justify-content:space-between;align-items:center;width:102%;margin-left:2%}.timeline-markers span:first-child{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:22px;line-height:28px;color:var(--navy-darker)}.timeline-markers span:nth-child(2){font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:var(--navy-darker)}.timeline-markers span:last-child{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:22px;line-height:28px;color:var(--navy-darker)}.advantages-bottom-comparison{display:flex;align-items:stretch;width:100%;border-top:1px solid #ceccc9;overflow:hidden}.comparison-side{flex:1;display:flex;flex-direction:column;gap:16px;padding:24px}.comparison-side.left{align-items:flex-end}.comparison-side.right{align-items:flex-start}.comparison-icon{width:48px;height:48px;flex-shrink:0}.comparison-icon img{width:100%;height:100%;object-fit:contain}.comparison-icon.ai-badge{display:flex;align-items:center;justify-content:center;border:2px solid var(--navy);border-radius:12px;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:33px;line-height:42px;color:var(--navy)}.comparison-scroller{height:72px;overflow:hidden;border-radius:16px;width:100%;max-width:356px}.comparison-values{display:flex;flex-direction:column;font-family:Space Grotesk,sans-serif;font-weight:400;transition:transform .8s cubic-bezier(.25,.46,.45,.94);color:var(--navy-dark)}.comparison-value{display:flex;flex-direction:column;justify-content:center;align-items:center;height:72px;flex-shrink:0;text-align:center}.comparison-value .big-number{font-size:56px;line-height:72px;letter-spacing:-.25px;text-align:center}.comparison-value .big-number .unit{font-size:36px;line-height:40px}.comparison-value .money{font-size:56px;line-height:72px;letter-spacing:-.25px;text-align:center}.comparison-value .accuracy{font-size:36px;line-height:40px;text-align:center}.comparison-divider-vertical{width:1px;background:#ceccc9;flex-shrink:0}.advantages-vertical-divider{width:1px;height:100%;min-height:909px;background:#5a5d70;flex-shrink:0;position:relative}.advantages-scrollbar-indicator{position:absolute;left:50%;transform:translate(-50%) rotate(-90deg);width:118px;height:15px;background-color:var(--cream-lighter);border:1px solid var(--navy-light);border-radius:1000px;transition:top .4s cubic-bezier(.16,1,.3,1)}.advantages-info{display:flex;flex-direction:column;justify-content:center;gap:128px;width:320px;flex-shrink:0;padding:16px 0}.advantage-block{display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:opacity .2s ease}.advantage-block:hover{opacity:.85}.advantage-block.active{opacity:1}.advantage-block h3{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:28px;line-height:36px;color:var(--navy-darker)}.advantage-block p{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:var(--navy-darker);max-width:100%}.home-cta-section-wrap{width:100%}.home-cta-section{display:flex;align-items:center;justify-content:center;min-height:437px;padding-top:0;padding-bottom:0;position:relative;overflow:hidden}.home-cta-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.home-page .cta-content-wrapper{display:flex;align-items:flex-start;justify-content:center;gap:32px;padding:32px;background-color:var(--cream);position:relative;z-index:1}.home-page .cta-text-container{display:flex;flex-direction:column;gap:48px;max-width:588px;flex:1}.home-page .cta-text-block{display:flex;flex-direction:column;gap:8px;color:var(--navy-dark)}.home-page .cta-text-block h2{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:32px;line-height:40px;color:var(--navy-dark)}.home-page .cta-text-block p{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:var(--navy-dark);max-width:522px}.home-page .cta-buttons{display:flex;gap:32px;align-items:center;width:100%}.home-page .cta-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 16px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.home-page .cta-btn svg{width:24px;height:24px;flex-shrink:0}.home-page .cta-btn.filled{background-color:var(--navy);color:var(--cream-light);border:none}.home-page .cta-btn.filled:hover{background-color:var(--navy-dark)}.home-page .cta-btn.outlined{background:transparent;border:1px solid var(--navy);color:var(--navy)}.home-page .cta-btn.outlined:hover{background-color:var(--navy);color:var(--cream-light)}@media(max-width:1200px){.home-advantages{flex-direction:column;min-height:auto}.advantages-vertical-divider{position:static;width:0;height:0;min-height:0;overflow:visible;background:none}.advantages-scrollbar-indicator{display:block;position:absolute;transform:translate(-50%) translateY(-50%);width:7px;height:52px;border-radius:1000px;transition:top .4s cubic-bezier(.16,1,.3,1)}.advantages-info{order:-1;width:100%;max-width:362px;flex-direction:column;gap:32px;border-left:.6px solid #5a5d70;padding-left:16px;padding-top:16px;padding-bottom:16px}.advantage-block{flex:none;min-width:auto}.advantages-visual{max-width:808px}.iceberg-heading-text br{display:block}}@media(max-width:1024px){.home-hero,.home-how-it-works,.home-testimonials,.home-advantages-wrapper,.home-cta-section{padding-left:var(--space-extra-large, 32px);padding-right:var(--space-extra-large, 32px)}.home-hero-content{gap:24px}.iceberg-stack-cards{padding:0 16px 120px;display:flex;flex-direction:column;gap:16px}.iceberg-stack-card-header{padding:14px 20px;gap:14px}.iceberg-vtab-body-preview{width:55%;height:auto;aspect-ratio:16 / 9}.iceberg-vtab-body-info{flex:1 1 45%;max-width:none;padding-left:16px}.iceberg-vtab-body-title{width:auto;max-width:240px}.iceberg-vtab-body-desc,.iceberg-vtab-body-link{width:auto;max-width:250px}.iceberg-stack-card{position:relative;top:auto!important;height:auto!important}.home-hero{flex-direction:column;gap:48px;min-height:auto;padding:96px 0 48px}.home-hero-content{padding-left:var(--space-extra-large, 32px);padding-right:var(--space-extra-large, 32px)}.hero-demo-wrapper{width:100%;flex:none}.hero-heading{font-size:44px;line-height:56px}.home-testimonials{flex-direction:column;gap:24px;padding-bottom:84px}.testimonials-left{display:contents}.testimonials-heading{order:0;font-size:44px;line-height:56px}.testimonials-right{order:1;width:100%}.testimonials-controls{order:2;justify-content:center;margin-top:0}.testimonial-card{min-width:100%}.home-advantages{padding:32px}.how-tabs-selector{padding:12px 32px 20px}.iceberg-heading-text{font-size:28px;line-height:36px;padding:0 32px}.iceberg-heading-row{margin-top:80px;margin-bottom:40px}}@media(max-width:640px){.hero-subtext-br{display:none}.home-how-it-works,.home-testimonials,.home-advantages-wrapper,.home-cta-section{padding-left:var(--space-large, 16px);padding-right:var(--space-large, 16px)}.home-hero{padding-left:0;padding-right:0}.home-hero-content{padding-left:var(--space-large, 16px);padding-right:var(--space-large, 16px)}.iceberg-graphic-wrapper--condensed{aspect-ratio:1383 / 400}.iceberg-stack-cards{padding:0 8px 60px}.iceberg-stack-card{border-radius:14px}.iceberg-stack-card-header{padding:12px 14px;gap:10px}.iceberg-stack-card-body{flex-direction:column;gap:12px;padding:14px}.iceberg-vtab-name{font-size:12px;min-width:92px}.iceberg-vtab-headline{font-size:11px}.iceberg-vtab-arrow svg{width:16px;height:16px}.iceberg-vtab-body-info{padding-left:0;justify-content:flex-start}.iceberg-vtab-body-title{font-size:20px;line-height:26px;width:auto}.iceberg-vtab-body-desc,.iceberg-vtab-body-link{width:auto}.home-hero{padding-top:24px;padding-bottom:16px;gap:24px}.home-hero-content{gap:16px}.hero-text-wrapper{align-items:center}.hero-heading{font-size:28px;line-height:36px;white-space:normal;text-align:center}.hero-subtext{font-size:14px;line-height:20px;text-align:center}.hero-steps{display:none}.hero-cta-buttons{flex-direction:row;width:100%;gap:8px}.hero-cta-btn,.hero-cta-btn-outline{font-size:13px;padding:12px 16px;flex:1;justify-content:center;gap:6px}.hero-cta-text{line-height:18px}.hero-cta-btn svg,.hero-cta-btn-outline svg{width:18px;height:18px}.hero-demo-wrapper{width:100%}.hdp-step-pills{display:flex;gap:8px;width:100%;padding:0 8px;overflow-x:auto;scrollbar-width:none}.hdp-step-pills::-webkit-scrollbar{display:none}.hdp-step-pill{border:1px solid #ceccc9;background:#f9f5eb;color:#5a5d70;border-radius:999px;padding:6px 12px;font-family:Space Grotesk,sans-serif;font-size:12px;line-height:16px;white-space:nowrap;flex:0 0 auto}.hdp-step-pill--active{border-color:#1f2753;color:#1f2753;background:#fefbf5;font-weight:600}.hdp-cat-tabs{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:8px;padding:0 4px;overflow:visible}.hdp-cat-tab{flex-direction:column;justify-content:flex-start;align-items:center;gap:6px;width:100%;min-width:0}.hdp-cat-thumb{width:44px;height:44px;border-radius:11px}.hdp-cat-tab--active .hdp-cat-thumb{transform:none}.hdp-cat-label{font-size:12px;line-height:14px;text-align:center;white-space:normal;overflow-wrap:anywhere}.hero-demo-video{width:100%;height:100%;border-radius:0}.iceberg-cta-btn{margin-top:24px;width:calc(100% - 32px)}.iceberg-graphic-wrapper--condensed{width:45%;aspect-ratio:1383 / 500;margin-bottom:8px}.iceberg-heading-row{margin-top:24px;margin-bottom:8px}.iceberg-section-subtitle{font-size:12px;line-height:18px;margin-bottom:12px;padding:0 12px}.iceberg-stack-card-header{padding:10px 12px;gap:8px}.iceberg-stack-card{border-radius:16px}.iceberg-stack-card-body{flex-direction:column;gap:10px;padding:10px 12px}.iceberg-vtab-headline{font-size:10px}.iceberg-vtab-body-info{padding-left:0;padding-right:0;max-width:100%;width:100%}.iceberg-vtab-pill{font-size:12px;padding:4px 12px}.iceberg-vtab-body-title{font-size:16px;line-height:22px;width:100%;max-width:100%}.iceberg-vtab-body-desc{font-size:12px;line-height:17px;width:100%;max-width:100%}.iceberg-vtab-body-link{font-size:12px;width:auto}.iceberg-vtab-body-buttons{gap:8px;margin-top:8px}.iceberg-solution-btn{font-size:13px;padding:10px 16px;gap:6px;white-space:normal;text-align:center}.iceberg-solution-btn svg{width:18px;height:18px}.iceberg-vtab-body-preview{width:100%;height:auto;aspect-ratio:16 / 9}.how-top-section{gap:32px}.how-tabs-selector,.how-content-area{display:none}.how-mobile-stacked{display:flex;flex-direction:column;gap:24px;width:100%}.how-mobile-item{display:flex;flex-direction:column;align-items:center;gap:16px}.how-mobile-image{width:100%;border-radius:16px;overflow:hidden;border:1px solid #1f2753;background:repeating-conic-gradient(#e8e5dd 0% 25%,#f5f2ea 0% 50%) 0 0 / 40px 40px}.how-mobile-image video{display:block;width:100%;height:auto;border-radius:16px}.how-mobile-label{display:flex;flex-direction:column;align-items:center;gap:4px;border:1px solid var(--navy-light);border-radius:1000px;padding:12px 40px 16px;text-align:center;width:fit-content;max-width:100%}.how-mobile-label h3{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:20px;line-height:28px;color:var(--navy-dark)}.how-mobile-label p{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:12px;line-height:16px;color:var(--navy-dark)}.how-text-block h2{font-size:28px;line-height:36px}.home-how-it-works{gap:32px;padding-bottom:64px}.testimonials-heading{font-size:36px;line-height:44px}.home-testimonials{gap:20px}.home-page .cta-buttons{flex-direction:column}.home-page .cta-btn{width:100%}.home-page .cta-text-container{max-width:100%}.home-page .decorative-line{display:none}.home-page .cta-text-block{text-align:center}.iceberg-heading-row{display:flex;flex-direction:column;align-items:center;height:auto;margin-top:48px;margin-bottom:16px;gap:12px}.iceberg-heading-line{position:relative;top:auto;left:auto;right:auto;width:80%;height:auto;transform:rotate(180deg);overflow:visible}.iceberg-heading-line img{margin-top:0;height:15px;transform:scaleY(2)}.iceberg-heading-text{position:relative;top:auto;left:auto;transform:none;display:block;white-space:normal;text-align:center;font-size:24px;line-height:32px;padding:0;order:-1}.home-advantages{padding:16px;gap:32px;align-items:center}.advantages-info{max-width:362px;width:100%;gap:32px}.advantage-block{gap:4px}.advantage-block h3{font-size:14px;line-height:20px;letter-spacing:.1px}.advantage-block p{font-size:11px;line-height:16px;letter-spacing:.5px;font-weight:500}.advantages-visual{max-width:362px;width:100%}.advantages-visual-top{padding-top:0;padding-bottom:16px;gap:10px;max-width:362px}.advantages-image-row{gap:32px;justify-content:center;padding-left:0}.advantages-thumbnail{width:auto;flex-shrink:1}.advantages-snapshot{width:152px;padding:4px 4px 12px;gap:8px;border-radius:8px;border:.48px solid #ceccc9}.advantages-snapshot .snapshot-label{font-size:11px;line-height:14px}.advantages-connector{height:14px}.timeline-labels{width:56%}.timeline-labels span{font-size:10px;line-height:15px}.timeline-markers span:first-child,.timeline-markers span:last-child{font-size:13px;line-height:17px}.timeline-markers span:nth-child(2){font-size:10px;line-height:15px}.timeline-dot{width:4px;height:4px;top:-1.5px}.advantages-bottom-comparison{max-width:362px;width:100%}.comparison-icon{width:23px;height:23px}.comparison-icon.ai-badge{font-size:16px;line-height:20px;border-width:1px;border-radius:6px}.comparison-scroller{height:45px;max-width:none;border-radius:10px}.comparison-value{height:45px}.comparison-value .big-number{font-size:34px;line-height:43px}.comparison-value .big-number .unit{font-size:22px;line-height:24px}.comparison-value .money{font-size:24px;line-height:32px}.comparison-value .accuracy{font-size:22px;line-height:28px}.comparison-side{padding:8px}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}
