*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue:#2568ef;--blue-dark:#446db5;--blue-hover:#5080d4;--blue-deep:#1a2d5a;--teal:#72d9ba;--teal-dark:#5bc4a4;--text-dark:#222;--text-body:#404f4f;--text-muted:#6b7b7b;--bg-white:#fff;--bg-light:#eef6fa;--bg-grey:#f3f6fa;--max-w:1140px;--nav-h:64px}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--text-body);-webkit-font-smoothing:antialiased;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}a{color:var(--blue);text-decoration:none;transition:color .2s}a:hover{color:var(--blue-hover)}.container{max-width:var(--max-w);width:100%;margin:0 auto;padding:0 24px}.btn{cursor:pointer;letter-spacing:.2px;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:18px 40px;font-family:inherit;font-size:17px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 4px 20px #2568ef4d}.btn-primary:hover{background:var(--blue-hover);color:#fff;transform:translateY(-2px);box-shadow:0 6px 28px #2568ef66}.btn-outline{color:var(--blue);border:2px solid var(--blue);background:0 0}.btn-outline:hover{background:var(--blue);color:#fff;transform:translateY(-2px)}.btn-white{color:var(--blue);background:#fff;box-shadow:0 4px 20px #0000001a}.btn-white:hover{color:var(--blue);transform:translateY(-2px);box-shadow:0 6px 28px #00000026}.btn-sm{padding:12px 28px;font-size:14px}.btn-lg{padding:22px 52px;font-size:19px}.nav{z-index:1000;height:var(--nav-h);align-items:center;padding:0 24px;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;box-shadow:0 1px 20px #0000000f}.nav-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;width:100%;margin:0 auto;display:flex}.nav-logo svg{width:auto;height:32px}.nav-links{align-items:center;gap:28px;list-style:none;display:flex}.nav-links a{color:var(--text-dark);padding:4px 0;font-size:14px;font-weight:600;position:relative}.nav-links a:after{content:"";background:var(--blue);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a:hover{color:var(--blue)}.nav-cta{margin-left:8px}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger span{background:var(--text-dark);border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5.5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5.5px)}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;opacity:0;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:28px;transition:opacity .3s;display:none;position:fixed;inset:0}.mobile-menu.open{opacity:1;display:flex}.mobile-menu a{color:var(--text-dark);font-size:22px;font-weight:700}.mobile-menu a:hover{color:var(--blue)}@media (max-width:900px){.nav-links,.nav-cta{display:none}.hamburger{display:flex}}.sticky-cta{z-index:998;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px)) 16px;box-sizing:border-box;background:#fff;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 20px #00000014}.sticky-cta .btn{box-sizing:border-box;text-align:center;max-width:100%;padding:12px 10px;font-size:13px}@media (max-width:600px){.sticky-cta{display:block}body{padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}}.hero{min-height:100vh;padding:calc(var(--nav-h) + 40px) 24px 60px;background:linear-gradient(#eef6fa 0%,#fff 50%);justify-content:center;align-items:center;display:flex;position:relative}.hero-inner{z-index:1;align-items:center;gap:60px;width:100%;max-width:1200px;display:flex;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#72d9ba1a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-50px}.hero-content{z-index:2;flex:1;min-width:0;position:relative}.hero-image{z-index:1;flex:1;min-width:0;position:relative}.hero-image img{object-fit:cover;border-radius:20px;width:100%;height:auto;box-shadow:0 20px 60px #0000001f}.hero h1{color:var(--text-dark);letter-spacing:-1px;margin-bottom:28px;font-size:clamp(34px,5vw,56px);font-weight:800;line-height:1.1}.hero h1 span{color:var(--blue)}.hero-sub{color:var(--text-body);margin-bottom:40px;font-size:clamp(18px,2.2vw,22px);font-weight:500;line-height:1.5}.hero-trust{color:var(--text-muted);margin-top:28px;font-size:14px;font-weight:500}.scroll-hint{opacity:.35;animation:2s infinite bounce;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}@media (max-width:768px){.hero-inner{text-align:center;flex-direction:column;gap:36px}.hero-image{width:100%;max-width:420px}}.scroll-hint svg{width:28px;height:28px}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(10px)}}.scroll-stop{text-align:center;justify-content:center;align-items:center;min-height:65vh;padding:80px 24px;display:flex}.scroll-stop-content{max-width:640px}.scroll-stop-split{text-align:left}.scroll-stop-split .scroll-stop-inner{align-items:center;gap:48px;width:100%;max-width:1000px;display:flex}.scroll-stop-split .scroll-stop-content{flex:1}.scroll-stop-split .scroll-stop-image{flex:1;min-width:0}.scroll-stop-split .scroll-stop-image img{object-fit:cover;border-radius:16px;width:100%;height:320px;box-shadow:0 12px 40px #0000001a}.scroll-stop-split.img-left .scroll-stop-inner{flex-direction:row-reverse}@media (max-width:768px){.scroll-stop-split .scroll-stop-inner{text-align:center;flex-direction:column;gap:28px}.scroll-stop-split.img-left .scroll-stop-inner{flex-direction:column}.scroll-stop-split .scroll-stop-image img{height:240px}}.scroll-stop h2{color:var(--text-dark);letter-spacing:-.5px;font-size:clamp(28px,5vw,48px);font-weight:800;line-height:1.15}.scroll-stop .subtext{color:var(--text-muted);margin-top:16px;font-size:clamp(16px,1.8vw,19px);font-weight:500;line-height:1.5}.scroll-stop .highlight{color:var(--blue)}.bg-white{background:var(--bg-white)}.bg-light{background:var(--bg-light)}.cta-break{text-align:center;background:var(--blue);color:#fff;padding:100px 24px}.cta-break h2{letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(28px,4.5vw,44px);font-weight:800}.cta-break p{opacity:.85;margin-bottom:36px;font-size:18px;font-weight:500}.cta-break .reassurance{opacity:.7;margin-top:20px;font-size:14px;font-weight:500}.how-section{background:var(--bg-white);padding:120px 24px}.section-header{text-align:center;margin-bottom:56px}.section-header h2{color:var(--text-dark);letter-spacing:-.3px;margin-bottom:8px;font-size:clamp(28px,4vw,42px);font-weight:800}.section-header p{color:var(--text-muted);font-size:17px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto 48px;display:grid}.step-card{background:var(--bg-light);text-align:center;border-radius:16px;padding:36px 28px;transition:transform .3s,box-shadow .3s}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000000f}.step-num{color:var(--teal);margin-bottom:12px;font-size:48px;font-weight:800;line-height:1}.step-card h3{color:var(--text-dark);margin-bottom:10px;font-size:18px;font-weight:700}.step-card p{color:var(--text-body);font-size:15px;line-height:1.6}.step-card a{font-weight:600}.how-cta{text-align:center}@media (max-width:700px){.steps-grid{grid-template-columns:1fr;max-width:380px}}.product-section{background:var(--bg-light);padding:120px 24px}.product-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto;display:grid}.product-card{background:var(--bg-white);border-radius:16px;padding:32px}.product-card h3{color:var(--blue);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:16px;font-weight:700}.product-card ul{list-style:none}.product-card li{color:var(--text-body);border-bottom:1px solid #0000000a;align-items:baseline;gap:10px;padding:8px 0;font-size:15px;display:flex}.product-card li:last-child{border-bottom:none}.product-card li:before{content:"";background:var(--teal);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:7px}.product-card .big-num{color:var(--blue);margin-bottom:2px;font-size:26px;font-weight:800;display:block}.product-card .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}@media (max-width:700px){.product-grid{grid-template-columns:1fr}}.about-section{background:var(--bg-white);padding:120px 24px}.about-inner{align-items:center;gap:48px;max-width:960px;margin:0 auto;display:flex}.about-inner .about-image{flex:0 0 280px}.about-inner .about-image img{object-fit:cover;border-radius:16px;width:100%;height:360px;box-shadow:0 12px 40px #0000001a}.about-content{text-align:center;flex:1;max-width:680px;margin:0 auto}@media (max-width:800px){.about-inner{flex-direction:column;gap:32px}.about-inner .about-image{flex:none;width:100%;max-width:320px}}.about-content p{color:var(--text-body);margin-bottom:16px;font-size:17px;line-height:1.8}.about-tags{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;display:flex}.about-tag{color:var(--blue);background:#2568ef0f;border-radius:50px;padding:8px 18px;font-size:13px;font-weight:600}.partners-section{background:var(--bg-light);padding:120px 24px}.clients-section{background:var(--bg-white);padding:120px 24px}.split-layout{grid-template-columns:1fr 1fr;align-items:center;gap:56px;max-width:900px;margin:0 auto;display:grid}.split-text h2{color:var(--text-dark);letter-spacing:-.3px;margin-bottom:20px;font-size:clamp(26px,3.5vw,36px);font-weight:800}.split-text li{color:var(--text-body);align-items:baseline;gap:10px;padding:6px 0;font-size:15px;line-height:1.6;display:flex}.split-text ul{margin:16px 0 28px;list-style:none}.split-text li:before{content:"";background:var(--teal);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:6px}.split-actions{flex-direction:column;gap:14px;display:flex}.contact-line{color:var(--text-body);align-items:center;gap:8px;font-size:15px;display:flex}.contact-line svg{width:18px;height:18px;stroke:var(--blue);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.split-card{background:var(--bg-white);text-align:center;border-radius:16px;padding:44px 36px}.partners-section .split-card{background:var(--bg-white)}.clients-section .split-card{background:var(--bg-light)}.split-card-photo{padding:0;overflow:hidden}.split-card-photo img{object-fit:cover;width:100%;height:220px}.split-card-photo .split-card-body{text-align:center;padding:28px 36px 36px}.split-card .icon-lg{background:#2568ef0f;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;display:inline-flex}.split-card .icon-lg svg{width:36px;height:36px;stroke:var(--blue);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.split-card h3{color:var(--text-dark);margin-bottom:10px;font-size:20px;font-weight:700}.split-card p{color:var(--text-muted);margin-bottom:24px;font-size:15px}@media (max-width:800px){.split-layout{grid-template-columns:1fr;gap:32px}.clients-section .split-text{order:-1}}.faq-section{background:var(--bg-light);padding:120px 24px}.faq-list{max-width:680px;margin:0 auto}.faq-item{border-bottom:1px solid #00000012}.faq-q{width:100%;color:var(--text-dark);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-family:inherit;font-size:16px;font-weight:700;transition:color .2s;display:flex}.faq-q:hover{color:var(--blue)}.faq-q svg{width:18px;height:18px;stroke:var(--text-muted);fill:none;stroke-width:2px;flex-shrink:0;transition:transform .3s}.faq-item.open .faq-q svg{transform:rotate(180deg)}.faq-item.open .faq-q{color:var(--blue)}.faq-a{max-height:0;transition:max-height .4s;overflow:hidden}.faq-item.open .faq-a{max-height:200px;padding-bottom:20px}.faq-a p{color:var(--text-body);font-size:15px;line-height:1.7}.seen-in-section{background:var(--bg-white);border-top:1px solid #0000000d;padding:64px 24px}.seen-in-label{text-align:center;color:var(--text-dark);margin-bottom:32px;font-size:18px;font-style:italic;font-weight:600}.seen-in-logos{grid-template-columns:repeat(3,1fr);place-items:center;gap:32px 48px;max-width:720px;margin:0 auto 64px;display:grid}.seen-in-img{object-fit:contain;width:auto;max-width:200px;height:80px;transition:transform .3s}.seen-in-img:hover{transform:scale(1.08)}.awards-partners{grid-template-columns:1fr 1fr;align-items:start;gap:48px;max-width:720px;margin:0 auto;display:grid}.awards-col,.partners-col{text-align:center}.award-badge{width:auto;height:150px}.partner-logos{grid-template-columns:1fr 1fr;place-items:center;gap:28px 48px;display:grid}.partner-img{object-fit:contain;width:auto;max-width:200px;height:70px;transition:transform .3s}.partner-img:hover{transform:scale(1.08)}@media (max-width:768px){.seen-in-section{padding:48px 16px}.seen-in-logos{grid-template-columns:repeat(2,1fr);gap:24px 20px;max-width:100%}.seen-in-img{max-width:140px;height:56px}.awards-partners{grid-template-columns:1fr;gap:40px;max-width:100%}.partner-img{max-width:140px;height:50px}.partner-logos{gap:20px 28px}.award-badge{height:120px}}.footer{background:var(--blue-deep);color:#ffffffd9;padding:72px 24px 36px}.footer-inner{max-width:var(--max-w);grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin:0 auto;display:grid}.footer-brand p{opacity:.7;margin-top:14px;font-size:14px;line-height:1.7}.footer-logo svg{width:auto;height:28px}.footer-logo svg path,.footer-logo svg rect,.footer-logo svg polygon{fill:#fff}.footer h4{text-transform:uppercase;letter-spacing:1px;color:#ffffff73;margin-bottom:16px;font-size:12px;font-weight:700}.footer ul{list-style:none}.footer li{margin-bottom:10px}.footer a{color:#ffffffbf;font-size:14px;font-weight:500;transition:color .2s}.footer a:hover{color:var(--teal)}.footer-bottom{max-width:var(--max-w);opacity:.5;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:40px auto 0;padding-top:20px;font-size:12px;display:flex}@media (max-width:800px){.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width:500px){.footer-inner{grid-template-columns:1fr}}.reveal{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(24px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.contact-form input,.contact-form textarea{border:1px solid #0000001f;border-radius:10px;outline:none;padding:14px 18px;font-family:inherit;font-size:15px;transition:border .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue)}.contact-form textarea{resize:vertical}.get-started-wrap{z-index:10;display:inline-block;position:relative}.get-started-dropdown{z-index:1002;opacity:0;pointer-events:none;min-width:220px;padding-top:10px;transition:opacity .2s,transform .2s;position:absolute;top:100%;right:0;transform:translateY(-4px)}.get-started-dropdown-inner{background:#fff;border-radius:12px;padding:8px;box-shadow:0 8px 32px #0000001f}.get-started-wrap:hover .get-started-dropdown,.get-started-dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)}.get-started-dropdown a{color:var(--text-dark);border-radius:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:background .2s;display:block}.get-started-dropdown a:hover{background:var(--bg-light);color:var(--blue)}.contact-form select{appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7b7b' fill='none' stroke-width='2'/%3E%3C/svg%3E") right 16px center no-repeat;border:1px solid #0000001f;border-radius:10px;outline:none;width:100%;padding:14px 18px;font-family:inherit;font-size:15px;transition:border .2s}.contact-form select:focus{border-color:var(--blue)}.form-row{gap:12px;display:flex}.form-row input{flex:1}@media (max-width:500px){.form-row{flex-direction:column;gap:16px}}@media (max-width:600px){.scroll-stop{min-height:auto;padding:72px 24px}.hero{padding-bottom:50px}.how-section,.product-section,.about-section,.partners-section,.clients-section,.faq-section,.cta-break{padding:72px 24px}.section-header{margin-bottom:36px}}
