@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800;900&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:Manrope,sans-serif}html{font-size:15px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;padding:0;overflow-x:hidden;line-height:1.5;letter-spacing:-.01em;color:#4b5563;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.88rem}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}#root{width:100%;min-height:100vh;min-height:100svh;display:flex;flex-direction:column}img,picture,video,canvas,svg{display:block;max-width:100%}img{height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;color:#0f172a;line-height:1.2;overflow-wrap:break-word}p{margin:0;overflow-wrap:break-word}h1{font-size:56px;letter-spacing:-1.68px;margin:32px 0}h2{font-size:24px;line-height:1.18;letter-spacing:-.24px;margin:0 0 8px}code{font-family:ui-monospace,Consolas,monospace;font-size:15px;line-height:1.35;padding:4px 8px;border-radius:4px;background:#f3f4f6;color:#0f172a}@media(max-width:1024px){html{font-size:16px}h1{font-size:32px;margin:20px 0}h2{font-size:19px}}@media(max-width:768px){html{font-size:15px}h1{font-size:26px;margin:16px 0}h2{font-size:17px}}@media(max-width:480px){html{font-size:14px}h1{font-size:22px}h2{font-size:16px}}@supports (padding: max(0px)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}*{-webkit-overflow-scrolling:touch}@media(max-width:768px){button,a,[role=button]{min-height:44px}}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal--visible{opacity:1;transform:translateY(0)}.reveal-up{opacity:0;transform:translateY(50px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal-up--visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-50px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal-left--visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(50px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal-right--visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.92);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal-scale--visible{opacity:1;transform:scale(1)}.stagger>*:nth-child(1){transition-delay:0s}.stagger>*:nth-child(2){transition-delay:.1s}.stagger>*:nth-child(3){transition-delay:.2s}.stagger>*:nth-child(4){transition-delay:.3s}.stagger>*:nth-child(5){transition-delay:.4s}.stagger>*:nth-child(6){transition-delay:.5s}.stagger>*:nth-child(7){transition-delay:.6s}.stagger>*:nth-child(8){transition-delay:.7s}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}@keyframes heroScaleIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.hero-animate-bg{animation:heroScaleIn 1.2s cubic-bezier(.16,1,.3,1) forwards}.hero-animate-heading{opacity:0;animation:heroFadeUp .9s cubic-bezier(.16,1,.3,1) .3s forwards}.hero-animate-text{opacity:0;animation:heroFadeUp .9s cubic-bezier(.16,1,.3,1) .5s forwards}.hero-animate-badges{opacity:0;animation:heroFadeUp .9s cubic-bezier(.16,1,.3,1) .7s forwards}@media(prefers-reduced-motion:reduce){.reveal,.reveal-up,.reveal-left,.reveal-right,.reveal-scale{opacity:1;transform:none;transition:none}.hero-animate-bg,.hero-animate-heading,.hero-animate-text,.hero-animate-badges{opacity:1;transform:none;animation:none}}.navbar-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;border-bottom:1px solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #00000005}.navbar-header.scrolled{box-shadow:0 4px 20px #0000000d;border-bottom-color:#0000000d;padding:.5rem 0}.navbar-container{max-width:1440px;margin:0 auto;padding:0 4rem;display:flex;align-items:center;justify-content:space-between;height:72px}.navbar-logo-link{display:flex;align-items:center;height:100%;text-decoration:none}.navbar-logo-image{height:76px;width:auto;object-contain:fit;display:block;transition:transform .2s ease}.navbar-logo-link:hover .navbar-logo-image{transform:scale(1.02)}.navbar-desktop-nav{display:flex;align-items:center;gap:2.2rem}.nav-link{color:#1f2937;text-decoration:none;font-size:.92rem;font-weight:500;position:relative;padding:.5rem 0;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:#2e5bfa}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#2e5bfa;transform:scaleX(0);transform-origin:right;transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1);transform-origin:left}.navbar-desktop-cta{display:flex;align-items:center;gap:1.2rem}.nav-link-waitlist{color:#1f2937;text-decoration:none;font-size:.92rem;font-weight:600;padding:.5rem 0;transition:color .2s ease}.nav-link-waitlist:hover{color:#2e5bfa}.cta-button{background-color:#000;color:#fff;border:none;padding:.65rem 1.5rem;font-size:.92rem;font-weight:600;border-radius:9999px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 10px #00000014}.cta-button:hover{background-color:#1a1a1a;transform:translateY(-1.5px) scale(1.02);box-shadow:0 6px 15px #00000026}.cta-button:active{transform:translateY(0) scale(.98)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-icon{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger-icon span{display:block;height:2px;width:100%;background-color:#000;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger-icon.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0;transform:translate(-10px)}.hamburger-icon.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar-mobile-drawer{position:fixed;top:72px;left:0;width:100%;height:calc(100vh - 72px);background-color:#fff;z-index:999;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.navbar-mobile-drawer.open{transform:translateY(0);opacity:1;visibility:visible}.navbar-mobile-nav{display:flex;flex-direction:column;padding:2.5rem 2rem;gap:1.8rem}.mobile-nav-link{color:#1f2937;text-decoration:none;font-size:1.25rem;font-weight:500;padding:.5rem 0;border-bottom:1px solid #f3f4f6;transition:all .2s ease}.mobile-nav-link:hover{color:#2e5bfa;padding-left:.5rem}.mobile-cta-container{margin-top:1.5rem;display:flex;width:100%}.mobile-cta{width:100%;text-align:center;padding:.9rem 0;font-size:1.1rem}@media(max-width:768px){.navbar-desktop-nav,.navbar-desktop-cta{display:none}.mobile-menu-toggle{display:block}.navbar-header.scrolled{padding:0}.navbar-container{padding:0 20px;height:64px}.navbar-logo-image{height:56px}.navbar-mobile-drawer{top:64px;height:calc(100vh - 64px);height:calc(100svh - 64px)}.navbar-mobile-nav{padding:2rem 1.5rem;gap:0}.mobile-nav-link{font-size:1.1rem;font-weight:600;padding:1rem 0;border-bottom:1px solid #f1f5f9}.mobile-cta-container{margin-top:2rem;padding-top:1rem}.mobile-cta{padding:1rem 0;font-size:1rem;font-weight:700;background:#0f172a;color:#fff;border-radius:12px}}.footer{position:relative;width:100%;overflow:hidden;isolation:isolate}.footer-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}.footer-bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0c1445f0,#1e3a8aeb,#0c1445f2);z-index:-1}.footer-container{position:relative;z-index:1;max-width:1440px;width:100%;margin:0 auto;padding:72px 2.5rem 0}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr .8fr;gap:48px;padding-bottom:56px}.footer-brand{display:flex;flex-direction:column;gap:20px}.footer-logo{display:flex;align-items:center;text-decoration:none}.footer-logo-img{height:80px;width:auto;max-width:220px;object-fit:contain;object-position:left;filter:brightness(0) invert(1)}.footer-brand-text{font-size:.88rem;color:#ffffffa6;line-height:1.7;margin:0;max-width:280px}.footer-waitlist-btn{display:inline-flex;align-items:center;padding:12px 28px;background:#fff;color:#1e3a8a;border-radius:99px;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s ease;width:fit-content}.footer-waitlist-btn:hover{background:#f1f5f9;transform:translateY(-1px)}.footer-col-title{font-size:.88rem;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:.01em}.footer-links-col{display:flex;flex-direction:column}.footer-nav{display:flex;flex-direction:column;gap:14px}.footer-link{font-size:.86rem;color:#fff9;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-contact-col{display:flex;flex-direction:column}.footer-contact-list{display:flex;flex-direction:column;gap:16px}.footer-contact-item{display:flex;align-items:center;gap:12px;font-size:.86rem;color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer-contact-item:hover{color:#fff}.footer-contact-icon{width:36px;height:36px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.footer-social-col{display:flex;flex-direction:column}.footer-socials{display:flex;gap:12px}.footer-social-icon{width:38px;height:38px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .2s ease}.footer-social-icon:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:28px 0;display:flex;flex-direction:column;gap:10px}.footer-legal{font-size:.78rem;color:#ffffff80;line-height:1.6;margin:0}.footer-copyright{font-size:.78rem;color:#ffffff73;margin:0}@media(max-width:992px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1 / -1}}@media(max-width:768px){.footer-container{padding:48px 20px 0}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.footer-logo-img{height:60px}.footer-brand-text{font-size:.82rem}.footer-col-title{font-size:.82rem;margin-bottom:14px}.footer-link{font-size:.82rem}.footer-socials{gap:10px}.footer-social-icon{width:36px;height:36px}.footer-bottom{padding:20px 0}.footer-legal{font-size:.72rem}.footer-waitlist-btn{width:100%;justify-content:center}}@media(max-width:480px){.footer-container{padding:40px 16px 0}.footer-grid{gap:24px}.footer-logo-img{height:52px}.footer-legal{font-size:.68rem}}.hero-section{width:100%;height:calc(100vh - 72px);display:flex;align-items:stretch;justify-content:center;padding:0 4rem;background:linear-gradient(180deg,#fff,#f8faff,#f0f4ff);position:relative;overflow:hidden}.hero-bg-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.hero-bg-glow--1{width:500px;height:500px;background:#3b82f612;top:-100px;right:10%}.hero-bg-glow--2{width:380px;height:380px;background:#6366f10d;bottom:-80px;left:5%}.hero-bg-grid{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(30,58,138,.03) 1px,transparent 1px),linear-gradient(rgba(30,58,138,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(30,58,138,.015) 1px,transparent 1px);background-size:36px 36px,80px 80px,80px 80px;pointer-events:none}.hero-bg-circle{position:absolute;border-radius:50%;border:1px solid rgba(30,58,138,.06);pointer-events:none;animation:heroCircleFloat 8s ease-in-out infinite}.hero-bg-circle--1{width:200px;height:200px;top:15%;right:5%;animation-delay:0s}.hero-bg-circle--2{width:120px;height:120px;bottom:20%;left:8%;animation-delay:2s}.hero-bg-circle--3{width:80px;height:80px;top:60%;right:30%;animation-delay:4s;border-color:#6366f114}@keyframes heroCircleFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(8px,-12px) scale(1.03)}}.hero-container{max-width:1400px;width:100%;height:100%;display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:center;position:relative;z-index:1}.hero-anim{opacity:0;transform:translateY(16px);animation:heroReveal .7s cubic-bezier(.16,1,.3,1) forwards}.hero-anim--1{animation-delay:.1s}.hero-anim--2{animation-delay:.25s}.hero-anim--3{animation-delay:.4s}.hero-anim--4{animation-delay:.55s}.hero-anim--5{animation-delay:1.2s}.hero-anim--img{opacity:0;transform:scale(.96);animation:heroScaleIn .8s cubic-bezier(.16,1,.3,1) .3s forwards}@keyframes heroReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes heroScaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.hero-left{display:flex;flex-direction:column;gap:16px;justify-content:center;height:100%;padding:16px 0}.hero-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e8ecf2;color:#1e3a8a;font-size:.76rem;font-weight:600;padding:7px 16px;border-radius:99px;width:fit-content}.hero-pill-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;animation:heroPulse 2s ease-in-out infinite}@keyframes heroPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero-heading{font-size:clamp(2.8rem,5.5vw,4.2rem);font-weight:800;color:#0f172a;line-height:1.05;letter-spacing:-.035em;margin:0}.hero-heading-blue{background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtext{font-size:.95rem;color:#475569;line-height:1.6;margin:0;max-width:440px}.hero-chips{display:flex;flex-wrap:wrap;gap:8px}.hero-chip{display:flex;align-items:center;gap:5px;padding:6px 12px;background:#fff;border:1px solid #e8ecf2;border-radius:99px;font-size:.72rem;font-weight:600;color:#475569;transition:all .2s ease}.hero-chip:hover{border-color:#bfdbfe;background:#f8faff;transform:translateY(-1px)}.hero-chip svg{color:#1e3a8a}.hero-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;border-radius:99px;font-size:.92rem;font-weight:700;text-decoration:none;width:fit-content;transition:all .2s ease}.hero-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e3a8a4d}.hero-right{display:flex;justify-content:center;align-items:stretch;height:100%;padding:16px 0}.hero-image-area{position:relative;width:100%;max-width:640px;display:flex;align-items:center}.hero-shield-outline{position:absolute;top:-28px;left:50%;transform:translate(-50%);width:112%;height:auto;pointer-events:none;z-index:0}.hero-shield-path{stroke-dashoffset:600;animation:heroShieldDraw 2s ease .8s forwards}@keyframes heroShieldDraw{to{stroke-dashoffset:0}}.hero-image-card{position:relative;border-radius:32px;overflow:hidden;border:1px solid rgba(226,232,240,.5);z-index:1;transition:transform .4s ease;box-shadow:0 0 0 8px #1e3a8a0a,0 32px 80px #1e3a8a1a}.hero-image-area:hover .hero-image-card{transform:scale(1.015)}.hero-card-img{width:100%;height:100%;max-height:calc(100vh - 140px);object-fit:cover;display:block}.hero-badge{position:absolute;display:flex;align-items:center;gap:9px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.6);border-radius:12px;padding:9px 14px;z-index:3;animation:heroBadgeFloat 4s ease-in-out infinite}.hero-badge--london{top:16px;left:-28px;animation-delay:0s}.hero-badge--africa{bottom:72px;right:-24px;animation-delay:1.5s}.hero-image-area:hover .hero-badge{transform:translateY(-2px)}@keyframes heroBadgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-badge-flag{font-size:1.2rem;line-height:1}.hero-badge-text{display:flex;flex-direction:column;gap:1px}.hero-badge-label{font-size:.62rem;color:#94a3b8;font-weight:500}.hero-badge-city{font-size:.86rem;font-weight:700;color:#0f172a}.hero-status-card{position:absolute;bottom:16px;left:-16px;display:flex;align-items:center;gap:7px;background:#f0fdf4eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #bbf7d0;border-radius:9px;padding:8px 14px;font-size:.74rem;font-weight:700;color:#166534;z-index:3;animation:heroBadgeFloat 4s ease-in-out infinite;animation-delay:2.2s}.hero-status-dot{width:7px;height:7px;border-radius:50%;background:#22c55e}.hero-route{position:absolute;top:0;left:-10%;width:110%;pointer-events:none;z-index:0}.hero-route-path{stroke-dashoffset:300;animation:heroRouteDraw 3s ease 1.5s forwards}@keyframes heroRouteDraw{to{stroke-dashoffset:0}}@media(max-width:992px){.hero-section{height:auto;min-height:calc(100vh - 72px);min-height:calc(100svh - 72px);padding:48px 24px 36px}.hero-container{grid-template-columns:1fr;gap:36px}.hero-right{order:-1}.hero-card-img{height:320px}.hero-badge--london{left:0}.hero-badge--africa{right:0}.hero-status-card{left:0}}@media(max-width:768px){.hero-section{padding:32px 20px 28px;min-height:auto}.hero-left{gap:12px}.hero-heading{font-size:2rem;line-height:1.1}.hero-subtext{font-size:.88rem;max-width:100%}.hero-right{padding:0}.hero-image-area{max-width:100%}.hero-image-card{border-radius:16px;width:100%}.hero-card-img{height:240px;max-height:240px;width:100%}.hero-badge{padding:7px 10px;border-radius:10px}.hero-badge-city{font-size:.78rem}.hero-badge-label{font-size:.58rem}.hero-chips{gap:6px}.hero-chip{padding:5px 10px;font-size:.68rem}.hero-cta-btn{width:100%;justify-content:center;padding:14px 24px;font-size:.9rem}}@media(max-width:480px){.hero-section{padding:24px 16px 20px}.hero-heading{font-size:1.7rem}.hero-pill{font-size:.68rem;padding:6px 12px}.hero-card-img{height:200px;max-height:200px}.hero-badge--london{left:4px;top:10px}.hero-badge--africa{right:4px;bottom:60px}.hero-status-card{left:4px;bottom:10px}.hero-route,.hero-shield-outline{display:none}}.about-section{width:100%;padding:100px 2.5rem;display:flex;justify-content:center;background:linear-gradient(180deg,#fff,#f8faff 60%,#f0f4ff);position:relative;overflow:hidden}.about-bg-glow{position:absolute;width:450px;height:450px;border-radius:50%;background:#3b82f60f;filter:blur(80px);top:-100px;right:15%;pointer-events:none}.about-container{max-width:1280px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:stretch;position:relative;z-index:1}.about-image-col{border-radius:24px;overflow:hidden;display:grid}.about-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:24px}.about-content{display:flex;flex-direction:column;gap:24px}.about-label{font-size:.82rem;font-weight:600;color:#1e3a8a;letter-spacing:.02em}.about-heading{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800;color:#0f172a;line-height:1.1;letter-spacing:-.03em;margin:0}.about-text{font-size:1.15rem;color:#475569;line-height:1.75;margin:0;max-width:520px}.about-benefits{display:flex;flex-direction:column;gap:16px;margin-top:8px}.about-benefit{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;background:#fff;border:1px solid #e8ecf2;border-radius:14px;transition:all .2s ease;box-shadow:0 2px 8px #00000008}.about-benefit:hover{border-color:#dbeafe;box-shadow:0 4px 16px #1e3a8a0f;transform:translate(4px)}.about-benefit-icon{width:40px;height:40px;border-radius:10px;background:#eff6ff;display:flex;align-items:center;justify-content:center;color:#1e3a8a;flex-shrink:0}.about-benefit-text{display:flex;flex-direction:column;gap:3px}.about-benefit-text strong{font-size:.9rem;color:#0f172a}.about-benefit-text span{font-size:.82rem;color:#64748b;line-height:1.4}.about-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:#0f172a;color:#fff;border-radius:99px;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s ease;width:fit-content;margin-top:4px}.about-btn:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 6px 20px #0f172a33}.about-image-col{display:flex;justify-content:center}.about-image-area{position:relative;width:100%;max-width:480px}.about-image-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(30,58,138,.07) 0%,transparent 70%);pointer-events:none}.about-image-wrap{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 24px 60px #0000001a,0 0 0 1px #1e3a8a0d}.about-image{width:100%;height:480px;object-fit:cover;display:block}.about-float{position:absolute;display:flex;align-items:center;gap:8px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.6);border-radius:10px;padding:9px 16px;font-size:.76rem;font-weight:600;color:#1e293b;box-shadow:0 4px 16px #00000014;z-index:3;animation:aboutFloat 4s ease-in-out infinite}.about-float--1{top:20px;left:-24px;animation-delay:0s}.about-float--2{bottom:100px;right:-20px;animation-delay:1.2s}.about-float--3{bottom:20px;left:20px;animation-delay:2.4s}@keyframes aboutFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.about-float-dot{width:8px;height:8px;border-radius:50%}.about-float-dot--blue{background:#1e3a8a}.about-float-dot--green{background:#22c55e}.about-float-dot--coral{background:#f97316}@media(max-width:992px){.about-container{grid-template-columns:1fr;gap:40px}.about-image{height:360px}}@media(max-width:768px){.about-section{padding:64px 20px}.about-heading{font-size:1.8rem}.about-text{font-size:.95rem;max-width:100%}.about-image{height:280px;border-radius:16px}.about-float--1{left:0}.about-float--2{right:0}}@media(max-width:480px){.about-section{padding:48px 16px}.about-heading{font-size:1.5rem}.about-text{font-size:.9rem}.about-image{height:220px;border-radius:14px}.about-benefit{padding:12px 14px}.about-image-col{border-radius:14px}}.impact-section{width:100%;padding:100px 2.5rem 0;display:flex;flex-direction:column;align-items:center;background:#fff}.impact-top{max-width:1280px;width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:48px;margin-bottom:64px}.impact-header{display:flex;flex-direction:column;gap:12px}.impact-label{font-size:.76rem;font-weight:700;color:#1e3a8a;letter-spacing:.1em;text-transform:uppercase}.impact-heading{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0f172a;line-height:1.1;letter-spacing:-.03em;margin:0}.impact-desc{font-size:1.1rem;color:#475569;line-height:1.7;margin:0;max-width:420px;padding-top:8px}.impact-stats{max-width:1280px;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:72px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.impact-stat{display:flex;flex-direction:column;gap:16px;padding:32px 24px;border-right:1px solid #e2e8f0}.impact-stat:last-child{border-right:none}.impact-stat-icon{width:48px;height:48px;border-radius:12px;background:transparent;display:flex;align-items:center;justify-content:center;color:#1e3a8a}.impact-stat-step{font-size:.82rem;font-weight:700;color:#1e3a8a;text-transform:uppercase;letter-spacing:.08em}.impact-stat-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.impact-stat-text{font-size:1.05rem;font-weight:400;color:#475569;line-height:1.6;margin:0}.impact-image-wrap{width:100%;max-width:1280px;overflow:hidden}.impact-image{width:100%;height:520px;object-fit:cover;display:block}@media(max-width:992px){.impact-top{flex-direction:column;gap:20px}.impact-heading{white-space:normal}.impact-desc{max-width:100%}.impact-stats{grid-template-columns:1fr;gap:0}.impact-stat{border-right:none;border-bottom:1px solid #e2e8f0;padding:24px 0}.impact-stat:last-child{border-bottom:none}}@media(max-width:768px){.impact-section{padding:64px 20px 0}.impact-top{margin-bottom:40px}.impact-heading{font-size:1.8rem}.impact-desc{font-size:.95rem}.impact-stats{margin-bottom:40px}.impact-stat-title{font-size:1rem}.impact-stat-text{font-size:.9rem}.impact-image{height:240px;border-radius:16px}}@media(max-width:480px){.impact-section{padding:48px 16px 0}.impact-heading{font-size:1.5rem}.impact-desc{font-size:.88rem}.impact-image{height:180px}.impact-stat{padding:20px 0}.impact-stat-icon{width:40px;height:40px}.impact-stat-title{font-size:.95rem}.impact-stat-text{font-size:.84rem}}.problem-section{width:100%;padding:100px 2.5rem;display:flex;justify-content:center;position:relative;overflow:hidden}.problem-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.problem-bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0c1445ed,#1e3a8ae6,#0c1445f0);z-index:1}.problem-container{max-width:1280px;width:100%;display:grid;grid-template-columns:.8fr 1.2fr;gap:56px;align-items:stretch;position:relative;z-index:2}.problem-image-col{display:flex;justify-content:center}.problem-image{width:100%;max-width:420px;height:100%;min-height:500px;border-radius:20px;object-fit:cover}.problem-content{display:flex;flex-direction:column;gap:20px}.problem-pill{display:inline-flex;align-self:flex-start;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:7px 16px;border-radius:99px}.problem-heading{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.02em;margin:0}.problem-description{font-size:1.05rem;color:#ffffffbf;line-height:1.7;margin:0;max-width:100%}.problem-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:8px}.problem-card{padding:24px 20px;border-radius:16px;border:1.5px solid #e8ecf2;display:flex;flex-direction:column;gap:16px}.problem-card--reactive{background:#dc2626;border-color:#dc2626}.problem-card--proactive{background:#1e3a8a;border-color:#1e3a8a}.problem-card-header{display:flex;align-items:center;gap:10px}.problem-card-icon{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800}.problem-card-icon--red,.problem-card-icon--blue{background:#fff3;color:#fff}.problem-card-title{font-size:.9rem;font-weight:700}.problem-card-title--red,.problem-card-title--blue{color:#fff}.problem-card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.problem-card-list li{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#ffffffd9;font-weight:500}.problem-card--reactive .problem-card-list li svg{color:#fff;flex-shrink:0}.problem-card--proactive .problem-card-list li svg{color:#fff;flex-shrink:0}@media(max-width:992px){.problem-container{grid-template-columns:1fr;gap:40px}.problem-image-col{order:-1}.problem-image{max-width:100%;max-height:360px}}@media(max-width:768px){.problem-section{padding:64px 20px}.problem-heading{font-size:1.5rem}.problem-description{font-size:.92rem}.problem-cards{grid-template-columns:1fr}.problem-image{min-height:280px;border-radius:16px}}@media(max-width:480px){.problem-section{padding:48px 16px}.problem-heading{font-size:1.3rem}.problem-description{font-size:.86rem}.problem-card{padding:20px 16px;border-radius:14px}.problem-card-list li{font-size:.82rem}.problem-image{min-height:220px}}.product-section{width:100%;padding:100px 2.5rem;display:flex;justify-content:center;background:#fff}.product-container{max-width:1280px;width:100%;display:flex;flex-direction:column;align-items:center;gap:56px}.product-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:700px}.product-pill{display:inline-flex;align-items:center;background:#f1f5f9;color:#1e3a8a;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:8px 20px;border-radius:99px}.product-heading{font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:800;color:#0f172a;line-height:1.2;letter-spacing:-.02em;margin:0}.product-subtext{font-size:1.05rem;color:#64748b;line-height:1.7;margin:0}.product-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}.product-cover-card{display:flex;flex-direction:column;gap:16px;padding:32px 24px;border-radius:20px;border:1.5px solid #e8ecf2;background:#fff;transition:all .3s ease}.product-cover-card:hover{border-color:#1e3a8a;box-shadow:0 12px 32px #1e3a8a14;transform:translateY(-4px)}.product-cover-icon{width:52px;height:52px;border-radius:14px;background:#eff6ff;display:flex;align-items:center;justify-content:center;color:#1e3a8a;transition:all .3s ease}.product-cover-card:hover .product-cover-icon{background:#1e3a8a;color:#fff}.product-cover-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.product-cover-desc{font-size:.92rem;color:#475569;line-height:1.6;margin:0}@media(max-width:992px){.product-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.product-section{padding:64px 20px}.product-heading{font-size:1.5rem}.product-subtext{font-size:.9rem}.product-cards-grid{grid-template-columns:1fr;gap:16px}.product-cover-card{padding:24px 20px;border-radius:16px}.product-cover-title{font-size:1rem}.product-cover-desc{font-size:.86rem}}@media(max-width:480px){.product-section{padding:48px 16px}.product-heading{font-size:1.3rem}.product-cover-card{padding:20px 16px}.product-cover-icon{width:44px;height:44px;border-radius:12px}}.wss-section{width:100%;padding:100px 2.5rem;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.wss-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.wss-bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0c1445ed,#1e3a8ae6,#0c1445f0);z-index:1}.wss-top{max-width:1280px;width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:48px;margin-bottom:72px;position:relative;z-index:2}.wss-header{display:flex;flex-direction:column;gap:16px}.wss-label{font-size:.76rem;font-weight:700;color:#fff9;letter-spacing:.1em;text-transform:uppercase}.wss-heading{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.03em;margin:0}.wss-desc{font-size:1.05rem;color:#ffffffb3;line-height:1.7;margin:0;max-width:420px;padding-top:8px}.wss-features{max-width:1280px;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);position:relative;z-index:2}.wss-feature{display:flex;flex-direction:column;gap:16px;padding:40px 32px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),background-color .25s ease,box-shadow .25s ease;cursor:default}.wss-features--visible .wss-feature{opacity:1;transform:translateY(0)}.wss-feature:hover{background-color:#ffffff0d}.wss-feature:hover .wss-feature-icon{transform:scale(1.1);color:#93c5fd}.wss-feature:nth-child(3),.wss-feature:nth-child(6){border-right:none}.wss-feature:nth-child(4),.wss-feature:nth-child(5),.wss-feature:nth-child(6){border-bottom:none}.wss-feature-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#60a5fa;transition:transform .3s ease,color .3s ease}.wss-feature-title{font-size:1.15rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.wss-feature-desc{font-size:.95rem;font-weight:400;color:#ffffffa6;line-height:1.7;margin:0}@media(max-width:992px){.wss-top{flex-direction:column;gap:20px}.wss-desc{max-width:100%}.wss-features{grid-template-columns:1fr}.wss-feature{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:32px 0}.wss-feature:last-child{border-bottom:none}}@media(max-width:768px){.wss-section{padding:64px 20px}.wss-top{margin-bottom:40px}.wss-heading{font-size:1.8rem}.wss-heading br{display:none}.wss-desc{font-size:.92rem}.wss-feature-title{font-size:1rem}.wss-feature-desc{font-size:.86rem}}@media(max-width:480px){.wss-section{padding:48px 16px}.wss-heading{font-size:1.5rem}.wss-feature{padding:20px 0}.wss-feature-icon{width:36px;height:36px}.wss-feature-title{font-size:.95rem}.wss-feature-desc{font-size:.82rem}}.faq-section{width:100%;padding:100px 24px;background:#fafafa;display:flex;justify-content:center}.faq-container{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:56px}.faq-top{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.faq-image-col{display:flex}.faq-image-wrap{width:100%;aspect-ratio:4 / 3;border-radius:20px;overflow:hidden;background:#e8e8e8}.faq-image-wrap img{width:100%;height:100%;object-fit:cover}.faq-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#bbb;background:linear-gradient(135deg,#f0f0f0,#e2e2e2)}.faq-header-col{display:flex;flex-direction:column;gap:16px}.faq-pill{display:inline-flex;align-self:flex-start;align-items:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:99px;padding:7px 20px}.faq-heading{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:#0f172a;line-height:1.2;letter-spacing:-.02em;margin:0}.faq-subtext{font-size:.92rem;color:#64748b;line-height:1.6;margin:0;max-width:420px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px}.faq-column{display:flex;flex-direction:column;gap:12px}.faq-item{background:#f3f4f6;border-radius:14px;border:1.5px solid transparent;transition:all .25s ease;overflow:hidden}.faq-item:hover{background:#eef0f4}.faq-item--open{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 16px #0000000d}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:color .2s ease}.faq-question-text{font-size:.9rem;font-weight:600;color:#1e293b;line-height:1.4}.faq-item--open .faq-question-text{color:#1e3a8a}.faq-icon{width:32px;height:32px;border-radius:50%;background:#fff;border:1.5px solid #e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#64748b;transition:all .25s ease}.faq-item--open .faq-icon{background:#1e3a8a;border-color:#1e3a8a;color:#fff;transform:rotate(45deg)}.faq-icon svg{transition:transform .25s ease}.faq-icon-vertical{transition:opacity .2s ease}.faq-item--open .faq-icon-vertical{opacity:0}.faq-answer-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease,padding .3s ease;padding:0 22px}.faq-item--open .faq-answer-wrap{grid-template-rows:1fr;padding:0 22px 20px}.faq-answer{overflow:hidden;font-size:.86rem;color:#475569;line-height:1.7;margin:0}@media(max-width:992px){.faq-top{grid-template-columns:1fr;gap:32px}.faq-image-wrap{max-width:500px;aspect-ratio:16 / 10}.faq-grid{grid-template-columns:1fr;gap:12px}}@media(max-width:768px){.faq-section{padding:64px 20px}.faq-container{gap:36px}.faq-heading{font-size:1.5rem}.faq-subtext{font-size:.86rem}.faq-question{padding:16px}.faq-question-text{font-size:.86rem}.faq-icon{width:28px;height:28px}.faq-answer-wrap{padding:0 16px}.faq-item--open .faq-answer-wrap{padding:0 16px 16px}.faq-answer{font-size:.82rem}}@media(max-width:480px){.faq-section{padding:48px 16px}.faq-heading{font-size:1.3rem}.faq-question-text{font-size:.82rem}.faq-question{padding:14px;gap:12px}.faq-item{border-radius:12px}}.cta-banner-section{position:relative;width:100%;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate}.cta-banner-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}.cta-banner-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#0000008c,#0006);z-index:-1}.cta-banner-content{position:relative;z-index:1;max-width:680px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;padding:80px 24px}.cta-banner-heading{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em;margin:0}.cta-banner-text{font-size:1rem;color:#fffc;line-height:1.7;margin:0;max-width:540px}.cta-banner-btn{display:inline-flex;align-items:center;padding:16px 36px;background:#fff;color:#1e3a8a;border-radius:99px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s ease;margin-top:8px}.cta-banner-btn:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}@media(max-width:768px){.cta-banner-section{min-height:320px}.cta-banner-content{padding:56px 20px;gap:16px}.cta-banner-heading{font-size:1.5rem}.cta-banner-text{font-size:.88rem}.cta-banner-btn{padding:14px 32px;font-size:.92rem;width:100%;justify-content:center}}@media(max-width:480px){.cta-banner-section{min-height:280px}.cta-banner-content{padding:48px 16px}.cta-banner-heading{font-size:1.3rem}.cta-banner-text{font-size:.84rem}}.ts-section{width:100%;padding:80px 0;display:flex;flex-direction:column;align-items:center;gap:48px;overflow:hidden;background:#fff}.ts-header{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:0 24px}.ts-pill{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1e3a8a;background:#f0f4ff;padding:7px 16px;border-radius:99px}.ts-heading{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#0f172a;margin:0}.ts-rows{width:100%;display:flex;flex-direction:column;gap:20px}.ts-marquee-wrap{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%)}.ts-track{display:flex;gap:20px;width:max-content}.ts-track--forward{animation:tsScrollLeft 40s linear infinite}.ts-track--reverse{animation:tsScrollRight 40s linear infinite}@keyframes tsScrollLeft{0%{transform:translate(0)}to{transform:translate(-33.33%)}}@keyframes tsScrollRight{0%{transform:translate(-33.33%)}to{transform:translate(0)}}.ts-card{width:320px;flex-shrink:0;background:#fff;border:1.5px solid #e8ecf2;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;transition:border-color .2s ease}.ts-card:hover{border-color:#1e3a8a}.ts-card-top{display:flex;align-items:center;gap:12px}.ts-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:#fff;flex-shrink:0}.ts-author{display:flex;flex-direction:column;gap:1px;flex:1}.ts-name{font-size:.88rem;font-weight:700;color:#0f172a}.ts-role{font-size:.72rem;color:#64748b}.ts-stars{display:flex;gap:2px}.ts-quote{font-size:.88rem;color:#334155;line-height:1.6;margin:0;font-style:normal}.ts-route{font-size:.72rem;font-weight:600;color:#1e3a8a;text-transform:uppercase;letter-spacing:.06em}@media(max-width:768px){.ts-section{padding:56px 0;gap:32px}.ts-heading{font-size:1.4rem}.ts-card{width:270px;padding:18px;border-radius:14px}.ts-quote,.ts-name{font-size:.82rem}.ts-avatar{width:34px;height:34px;font-size:.8rem}.ts-track--forward,.ts-track--reverse{animation-duration:30s}}@media(max-width:480px){.ts-section{padding:40px 0;gap:24px}.ts-card{width:240px;padding:16px}.ts-quote{font-size:.78rem}.ts-rows{gap:14px}}.wlp-hero{margin-top:72px;padding:60px 4rem;position:relative;text-align:center;display:flex;justify-content:center;align-items:center;min-height:320px;overflow:hidden}.wlp-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.wlp-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f1746e0,#1e3a8ad9,#0f1746e6);z-index:1}.wlp-hero-content{max-width:900px;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative;z-index:2;animation:wlpHeroIn .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes wlpHeroIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wlp-hero-pill{display:inline-flex;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:8px 20px;border-radius:99px}.wlp-hero-heading{font-size:clamp(2.8rem,5vw,4.2rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.02em;margin:0}.wlp-hero-text{font-size:1.1rem;color:#ffffffbf;line-height:1.7;margin:0;max-width:540px}.wlp-page{display:flex;align-items:stretch;justify-content:center;background:#fff;padding:120px 4rem 48px}.wlp-container{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;width:100%;max-width:1440px;align-items:stretch}.wlp-container--centered{display:flex;justify-content:center;max-width:640px}.wlp-form-col{padding:32px 0;display:flex;flex-direction:column;gap:16px}.wlp-fields-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px;width:100%}.wlp-form{width:100%;display:flex;flex-direction:column;gap:22px}.wlp-field{display:flex;flex-direction:column;gap:8px}.wlp-label{font-size:13px;font-weight:700;color:#07152f;line-height:1.35}.wlp-helper{font-size:12px;font-weight:400;color:#7a89a6}.wlp-req{color:#e53935;font-weight:700}.wlp-optional{color:#7a89a6;font-weight:400;font-size:12px}.wlp-input{width:100%;height:54px;padding:0 16px;border:1px solid #dbe3f0;border-radius:14px;font-size:15px;color:#07152f;background:#fff;outline:none;transition:all .2s ease;font-family:inherit;box-sizing:border-box}.wlp-input:focus{border-color:#263f98;box-shadow:0 0 0 4px #263f981a}.wlp-input::placeholder{color:#9aa7bf}.wlp-logo{width:60px;height:60px;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;border:2px solid #f1f5f9}.wlp-logo-img{width:100%;height:100%;object-fit:cover}.wlp-heading{font-size:1.7rem;font-weight:800;color:#0f172a;text-align:center;line-height:1.3;margin:0}.wlp-subtext{font-size:.84rem;color:#64748b;text-align:center;line-height:1.6;margin:0;max-width:420px}.wlp-field{display:flex;flex-direction:column;gap:6px}.wlp-label{font-size:.8rem;font-weight:600;color:#1e293b;text-align:left;white-space:nowrap}.wlp-helper{font-size:.72rem;color:#94a3b8;margin-top:3px}.wlp-phone-row{display:flex;gap:8px}.wlp-phone-code{width:160px;height:44px;padding:0 10px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:.78rem;color:#0f172a;background:#fff;outline:none;font-family:inherit;cursor:pointer;text-align:center;font-weight:600;transition:border-color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wlp-phone-code--open{border-color:#1e3a8a}.wlp-phone-dd{position:relative}.wlp-phone-menu{position:absolute;top:calc(100% + 6px);left:0;width:200px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 32px #0000001f;z-index:200;overflow:hidden}.wlp-phone-search{width:100%;height:36px;padding:0 10px;border:none;border-bottom:1px solid #f1f5f9;font-size:.8rem;outline:none;font-family:inherit}.wlp-phone-search::placeholder{color:#94a3b8}.wlp-phone-list{list-style:none;margin:0;padding:4px;max-height:140px;overflow-y:auto}.wlp-phone-opt{padding:8px 12px;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:600;transition:background .15s ease}.wlp-phone-opt:hover{background:#f1f5f9}.wlp-phone-opt--active{background:#eff6ff;color:#1e3a8a}.wlp-phone-code:focus{border-color:#1e3a8a}.wlp-input--phone{flex:1}.wlp-link{color:#1e3a8a;text-decoration:underline;text-underline-offset:2px}.wlp-input--other{margin-top:8px}.wlp-req{color:#ef4444;font-weight:700}.wlp-optional{color:#94a3b8;font-weight:400;font-style:italic;font-size:.72rem}.wlp-input{width:100%;height:52px;padding:0 14px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:.86rem;color:#0f172a;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;box-sizing:border-box}.wlp-input:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a14}.wlp-input::placeholder{color:#94a3b8}.wlp-input--error{border-color:#ef4444}.wlp-select{width:100%;height:46px;padding:0 14px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:.86rem;color:#0f172a;background:#fff;outline:none;font-family:inherit;box-sizing:border-box;appearance:none;cursor:pointer;transition:border-color .2s ease}.wlp-select:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a14}.wlp-select--placeholder{color:#94a3b8}.wlp-error{font-size:.7rem;color:#ef4444;font-weight:500}.wlp-country-root{position:relative}.wlp-country-trigger{width:100%;height:46px;padding:0 40px 0 14px;border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;display:flex;align-items:center;cursor:pointer;font-family:inherit;font-size:.86rem;text-align:left;transition:border-color .2s ease}.wlp-country-trigger:hover{border-color:#94a3b8}.wlp-country-trigger--open{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a14}.wlp-country-trigger--error{border-color:#ef4444}.wlp-country-value{color:#0f172a}.wlp-country-placeholder{color:#94a3b8}.wlp-country-chevron{position:absolute;right:14px;color:#64748b;transition:transform .2s ease}.wlp-country-chevron--up{transform:rotate(180deg)}.wlp-country-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 16px 40px #00000024;z-index:100;overflow:hidden}.wlp-country-search{width:100%;height:40px;padding:0 14px;border:none;border-bottom:1px solid #f1f5f9;font-size:.84rem;outline:none;font-family:inherit}.wlp-country-search::placeholder{color:#94a3b8}.wlp-country-list{list-style:none;margin:0;padding:6px;max-height:180px;overflow-y:auto}.wlp-country-option{padding:9px 12px;border-radius:8px;cursor:pointer;font-size:.84rem;transition:background .15s ease}.wlp-country-option:hover{background:#f1f5f9}.wlp-country-option--active{background:#eff6ff;color:#1e3a8a;font-weight:600}.wlp-country-empty{padding:12px;text-align:center;color:#94a3b8;font-size:.82rem}.wlp-ghana-note{display:flex;align-items:flex-start;gap:8px;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;font-size:.76rem;color:#166534;line-height:1.5}.wlp-ghana-note svg{flex-shrink:0;color:#16a34a;margin-top:1px}.wlp-chips{display:flex;flex-wrap:wrap;gap:8px}.wlp-chip{display:inline-flex;align-items:center;gap:5px;padding:9px 16px;border:1.5px solid #e2e8f0;border-radius:99px;background:#fff;font-size:.8rem;font-weight:500;color:#475569;cursor:pointer;font-family:inherit;transition:all .2s ease}.wlp-chip:hover{border-color:#94a3b8;background:#f8fafc}.wlp-chip--active{border-color:#1e3a8a;background:#eff6ff;color:#1e3a8a;font-weight:600}.wlp-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;padding:4px 0}.wlp-checkbox-input{position:absolute;opacity:0;width:0;height:0}.wlp-checkbox-custom{width:18px;height:18px;border-radius:5px;border:1.5px solid #e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;transition:all .2s ease;margin-top:1px}.wlp-checkbox-custom svg{opacity:0;transition:opacity .15s ease}.wlp-checkbox-input:checked+.wlp-checkbox-custom{background:#1e3a8a;border-color:#1e3a8a}.wlp-checkbox-input:checked+.wlp-checkbox-custom svg{opacity:1;color:#fff}.wlp-checkbox-label{font-size:.62rem;color:#64748b;line-height:1.5}.wlp-submit{width:100%;height:58px;background:#263f98;color:#fff;border:none;border-radius:14px;font-size:17px;font-weight:800;cursor:pointer;font-family:inherit;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px}.wlp-submit:hover:not(:disabled){background:#1f347f;transform:translateY(-1px);box-shadow:0 14px 28px #263f9838}.wlp-submit:disabled{opacity:.7;cursor:not-allowed}.wlp-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:wlpSpin .6s linear infinite}@keyframes wlpSpin{to{transform:rotate(360deg)}}.wlp-success{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;padding:40px 0}.wlp-success-icon{width:72px;height:72px;border-radius:50%;background:#f0fdf4;display:flex;align-items:center;justify-content:center;color:#16a34a}.wlp-success-heading{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0}.wlp-success-text{font-size:.88rem;color:#64748b;line-height:1.7;max-width:340px;margin:0}.wlp-success-btn{display:inline-flex;padding:14px 32px;background:#1e3a8a;color:#fff;border-radius:12px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s ease;margin-top:8px}.wlp-success-btn:hover{background:#1e40af;transform:translateY(-1px)}.wlp-success-link{background:none;border:none;color:#1e3a8a;font-size:.82rem;font-weight:600;cursor:pointer;text-decoration:underline;font-family:inherit}@media(max-width:768px){.wlp-hero{padding:60px 20px;min-height:260px;margin-top:64px}.wlp-hero-heading{font-size:1.4rem}.wlp-hero-heading br{display:none}.wlp-hero-text{font-size:.92rem}.wlp-page{padding:100px 20px 32px}.wlp-container{grid-template-columns:1fr}.wlp-form-col{padding:0}.wlp-heading{font-size:1.3rem}.wlp-subtext{font-size:.8rem}.wlp-fields-row{grid-template-columns:1fr}.wlp-label{font-size:.78rem;white-space:normal}.wlp-chip{padding:8px 14px;font-size:.76rem}.wlp-submit{height:52px;font-size:15px;border-radius:12px}.wlp-checkbox-label{font-size:.6rem}}@media(max-width:480px){.wlp-hero{padding:48px 16px;min-height:220px}.wlp-hero-heading{font-size:1.2rem}.wlp-hero-text{font-size:.84rem}.wlp-page{padding:80px 16px 24px}.wlp-form{gap:18px}.wlp-form-col{padding:0;gap:12px}.wlp-heading{font-size:1.15rem}.wlp-input,.wlp-select,.wlp-country-trigger{height:46px;font-size:.84rem}.wlp-submit{height:50px;font-size:14px}.wlp-chips{gap:6px}.wlp-chip{padding:7px 12px;font-size:.72rem}.wlp-phone-code{width:90px;height:46px}}main{flex:1;display:flex;flex-direction:column;padding-top:72px;width:100%;overflow-x:hidden}main>section{width:100%;max-width:100vw}@media(max-width:768px){main{padding-top:64px}}
