.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.main:has(.homepage-wrapper){margin-left:0;margin-right:0}.homepage-wrapper{width:100%}.header-fixed{position:relative;width:100%;z-index:0;background:linear-gradient(160deg,#001a3a,#002B59 40%,#001e45 70%,#00214a)}.header-spacer{height:640px;display:none}.home-hero-gradient{position:relative;z-index:1;background:#FAFAF9;padding:1.75rem 5% 2rem}.home-hero-inner{max-width:1100px;margin:0 auto}.home-hero-inner h1{font-size:1.75rem;line-height:1.3;margin-bottom:1rem;color:var(--background)}.home-hero-subline{font-size:1rem;line-height:1.7;color:var(--content-text-muted)}.homepage-content{position:relative;z-index:1;background:#FAFAF9;color:var(--content-text);padding-bottom:0}.homepage-content h2,.homepage-content h3{color:var(--background)}.home-block{padding:4.5rem 5%}.home-block+.home-block{border-top:1px solid rgba(0,43,89,.06)}.home-block-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.home-block--blue,.home-block--mint,.home-block--warm,.home-block--white{background:transparent}@media (min-width:768px){.home-block-inner{grid-template-columns:1fr 1fr}.home-block-inner--reversed{direction:rtl}.home-block-inner--reversed>*{direction:ltr}}.home-block-text h2{font-size:1.5rem;font-weight:600;margin-bottom:1.25rem}.home-block-text p{font-size:1rem;line-height:1.7;color:var(--content-text-muted)}.home-image-placeholder{width:100%;aspect-ratio:4/3;border-radius:12px;background:linear-gradient(135deg,rgba(0,43,89,.04),rgba(62,255,200,.06));border:1px dashed rgba(0,43,89,.1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:rgba(0,43,89,.3);font-size:.85rem}.home-image-placeholder svg{width:48px;height:48px;opacity:.3}.home-block-image{width:100%;height:auto;border-radius:10px;object-fit:cover}.home-slogan-image-wrapper{position:relative;display:inline-block;width:100%}.home-slogan-overlay{position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);width:33%;color:#FFFFFF;font-family:var(--font-montserrat,"Montserrat",sans-serif);font-size:1.25rem;font-weight:700;line-height:1.35;text-align:right;text-shadow:0 2px 12px rgba(0,0,0,.5),0 1px 3px rgba(0,0,0,.3);pointer-events:none}@media (max-width:768px){.home-slogan-overlay{font-size:.95rem;right:1rem}}.home-usp-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.home-usp-list li{position:relative;padding-left:2rem;font-size:1rem;line-height:1.7;color:var(--content-text-muted)}.home-usp-list li:before{content:"";position:absolute;left:0;top:.5em;width:8px;height:8px;background:var(--highlight);border-radius:50%}.home-services{padding:4.5rem 5%;background:transparent;border-top:1px solid rgba(0,43,89,.06)}.home-services-inner{max-width:1100px;margin:0 auto}.home-services-inner h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-align:center}.home-services-subtitle{text-align:center;color:var(--content-text-muted);margin-bottom:3rem;font-size:1rem;line-height:1.7}.home-services-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.home-service-card{display:flex;flex-direction:column;gap:.5rem;padding:1.75rem;background:#FFFFFF;border-radius:10px;text-decoration:none;color:inherit;border:1px solid rgba(0,43,89,.06);transition:box-shadow .25s ease,border-color .25s ease,transform .2s ease;position:relative;overflow:hidden}.home-service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--highlight);transform:scaleX(0);transition:transform .25s ease}.home-service-card:hover{box-shadow:0 4px 20px rgba(0,43,89,.08);border-color:rgba(0,43,89,.1);transform:translateY(-2px)}.home-service-card:hover:before{transform:scaleX(1)}.home-service-icon{width:42px;height:42px;border-radius:10px;background:rgba(0,43,89,.04);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem;flex-shrink:0}.home-service-icon svg{width:22px;height:22px;color:var(--background)}.home-service-card h3{font-size:1.05rem;margin-bottom:.25rem;color:var(--background);font-weight:600}.home-service-card p{margin:0}.home-service-card p,.home-service-note{font-size:1rem;line-height:1.7;color:var(--content-text-muted)}.home-service-note{margin:.25rem 0 0;opacity:.8}.home-service-card--highlight{background:rgba(0,43,89,.02);border-color:rgba(0,43,89,.08)}.home-cta{padding:5rem 5%;background:transparent;text-align:center;border-top:1px solid rgba(0,43,89,.06)}.home-cta-inner{max-width:650px;margin:0 auto}.home-cta h2{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.home-cta p{color:var(--content-text-muted);margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.home-cta-button{display:inline-block;padding:.85rem 2.25rem;background:var(--background);color:var(--foreground);border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:opacity .2s,transform .15s}.home-cta-button:hover{opacity:.9;transform:translateY(-1px)}@media (min-width:768px){.home-hero-gradient{padding:1.75rem 8% 2rem}.home-hero-inner h1{font-size:2.25rem}.home-block,.home-services{padding:5rem 8%}.home-services-grid{grid-template-columns:1fr 1fr}.home-cta{padding:5rem 8%}}@media (min-width:1200px){.home-hero-gradient{padding:1.75rem 12% 2rem}.home-hero-inner h1{font-size:2.5rem}.home-block,.home-services{padding:5.5rem 12%}.home-services-grid{grid-template-columns:1fr 1fr 1fr}.home-cta{padding:5.5rem 12%}}@media (max-width:768px){.home-hero-gradient{padding:1.5rem 5% 2rem}.home-block{padding:3rem 5%}.home-block-text h2,.home-cta h2,.home-services-inner h2{font-size:1.3rem}}.pilot-banner{position:relative;background:linear-gradient(135deg,#001e45,#002B59 45%,#003d6b);padding:3.5rem 5%;overflow:hidden;border-top:1px solid rgba(62,255,200,.15);border-bottom:1px solid rgba(62,255,200,.15)}.pilot-banner:before{top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(62,255,200,.07) 0,transparent 70%)}.pilot-banner:after,.pilot-banner:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.pilot-banner:after{bottom:-60px;left:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(7,110,242,.1) 0,transparent 70%)}.pilot-badge{display:inline-block;background:#3EFFC8;color:#001e45;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.35rem 1.75rem;border-radius:100px;align-self:flex-start;position:relative;z-index:1;animation:pilotBadgePulse 2.5s ease-in-out infinite}@keyframes pilotBadgePulse{0%,to{box-shadow:0 0 0 0 rgba(62,255,200,.4)}50%{box-shadow:0 0 0 8px rgba(62,255,200,0)}}.pilot-banner-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1100px;margin:0 auto;position:relative;z-index:1}.pilot-banner-text{display:flex;flex-direction:column;gap:1.5rem}.pilot-banner-label{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(62,255,200,.8);margin:0}.pilot-banner-headline{font-size:1.9rem;font-weight:700;line-height:1.25;color:#ffffff;margin:0}.pilot-banner .pilot-banner-headline{color:#ffffff}.pilot-banner-headline span{color:#3EFFC8}.pilot-banner-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.pilot-banner-benefits li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.5;color:rgba(255,255,255,.85)}.pilot-check{color:#3EFFC8;font-weight:800;font-size:1rem;flex-shrink:0;margin-top:.05rem}.pilot-banner-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:flex-start;margin-top:.5rem}.pilot-cta-primary{display:inline-block;padding:.85rem 1.75rem;background:#3EFFC8;color:#001e45;font-weight:700;font-size:.95rem;border-radius:6px;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap}.pilot-cta-primary:hover{background:#5fffd3;transform:translateY(-2px);box-shadow:0 6px 20px rgba(62,255,200,.35)}.pilot-cta-secondary{display:inline-block;padding:.85rem 1.5rem;background:transparent;color:rgba(255,255,255,.75);font-weight:500;font-size:.9rem;border-radius:6px;border:1px solid rgba(255,255,255,.2);text-decoration:none;transition:color .2s,border-color .2s;white-space:nowrap}.pilot-cta-secondary:hover{color:#ffffff;border-color:rgba(255,255,255,.5)}.pilot-banner-image-wrap{position:relative;display:flex;justify-content:center;align-items:center}.pilot-banner-image-glow{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(62,255,200,.12) 0,transparent 70%);pointer-events:none}.pilot-banner-image{border-radius:16px;width:100%;max-width:440px;height:auto;object-fit:cover;position:relative;z-index:1;box-shadow:0 20px 60px rgba(0,0,0,.35),0 0 0 1px rgba(62,255,200,.15)}.pilot-banner-image-badge{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);background:rgba(0,20,50,.85);backdrop-filter:blur(8px);border:1px solid rgba(62,255,200,.25);border-radius:8px;padding:.45rem 1rem;display:flex;flex-direction:column;align-items:center;z-index:2;white-space:nowrap}.pilot-product-name{font-size:1rem;font-weight:700;color:#3EFFC8;letter-spacing:.05em}.pilot-product-sub{font-size:.7rem;color:rgba(255,255,255,.55);letter-spacing:.03em}@media (min-width:1200px){.pilot-banner{padding:4rem 12%}.pilot-banner-headline{font-size:2.2rem}}@media (max-width:900px){.pilot-banner-inner{grid-template-columns:1fr;gap:2.5rem}.pilot-banner-image-wrap{order:-1}.pilot-banner-image{max-width:360px}}@media (max-width:768px){.pilot-banner{padding:3rem 5%}.pilot-banner-headline{font-size:1.5rem}.pilot-banner-benefits li{font-size:.9rem}.pilot-banner-image{max-width:300px}.pilot-cta-primary,.pilot-cta-secondary{width:100%;text-align:center}}