@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap');
:root{--ink:#0c1730;--muted:#617087;--brand:#17b897;--brand-dark:#0b8f79;--navy:#102a43;--cream:#f6f8f5;--line:#dfe7e4;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans','Noto Sans SC',sans-serif;background:#fff}a{text-decoration:none}.container{max-width:1180px}.site-nav{padding:16px 0;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(12,23,48,.07)}.brand-mark{display:flex;align-items:center;gap:9px;color:var(--ink)!important;font-weight:800;font-size:22px;letter-spacing:-.5px}.brand-mark small{font-size:9px;letter-spacing:2px;color:#7a8798;margin-left:-5px;margin-top:2px}.brand-symbol{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--ink);color:#fff;font-size:18px;font-style:italic}.nav-link{color:#34445a!important;font-size:14px;font-weight:600;padding:.65rem .8rem!important}.nav-link:hover{color:var(--brand-dark)!important}.btn{border-radius:12px;font-weight:650;transition:.25s ease}.btn-brand{background:var(--ink);border:1px solid var(--ink);color:#fff!important;padding:11px 20px;box-shadow:0 8px 24px rgba(12,23,48,.14)}.btn-brand:hover{background:var(--brand-dark);border-color:var(--brand-dark);transform:translateY(-2px)}.btn-brand span{margin-left:10px}.btn-lg{padding:15px 22px;font-size:15px}.btn-soft{background:rgba(255,255,255,.72);border:1px solid rgba(12,23,48,.12);color:var(--ink);padding:15px 22px}.btn-soft:hover{background:#fff;border-color:var(--brand);color:var(--brand-dark)}
.hero-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8faf6 0%,#f1f8f5 58%,#edf6f4 100%)}.hero-section:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(12,23,48,.09) 1px,transparent 1px);background-size:26px 26px;mask-image:linear-gradient(90deg,transparent,black 70%);pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(10px)}.orb-one{width:420px;height:420px;background:rgba(23,184,151,.12);right:-130px;top:80px}.orb-two{width:260px;height:260px;background:rgba(251,196,125,.18);left:-100px;bottom:-60px}.hero-section .container{z-index:2}.eyebrow,.section-kicker{font-size:12px;font-weight:700;letter-spacing:2px;color:var(--brand-dark)}.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:22px}.eyebrow span{width:28px;height:2px;background:var(--brand)}.hero-section h1{font-size:clamp(44px,5vw,72px);line-height:1.12;letter-spacing:-3px;font-weight:800;margin:0;max-width:760px}.text-gradient{background:linear-gradient(95deg,#0a9c83,#2ac4a4);-webkit-background-clip:text;color:transparent}.hero-lead{max-width:650px;font-size:18px;line-height:1.9;color:#536378;margin:25px 0 0}.trust-row{display:flex;gap:0;margin-top:52px}.trust-row div{display:flex;flex-direction:column;padding:0 28px;border-left:1px solid rgba(12,23,48,.14)}.trust-row div:first-child{padding-left:0;border-left:0}.trust-row strong{font-size:15px}.trust-row span{color:#7a8798;font-size:12px;margin-top:4px}
.hero-visual{height:540px;position:relative;display:grid;place-items:center}.visual-grid{position:absolute;width:420px;height:420px;border:1px solid rgba(12,23,48,.08);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.23),0 0 0 56px rgba(12,23,48,.05)}.journey-card{position:relative;width:350px;min-height:430px;border-radius:28px;padding:27px;color:#fff;background:linear-gradient(155deg,#102b42 0%,#0c1c33 66%,#12354a 100%);box-shadow:0 32px 65px rgba(10,30,50,.25);transform:rotate(2deg);overflow:hidden}.journey-card:before{content:"L";position:absolute;right:-8px;bottom:-100px;font-size:330px;font-weight:800;line-height:1;color:rgba(255,255,255,.035);font-style:italic}.card-top,.card-footer-line{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.3px;color:#9db2bd}.status-dot{color:#75dec7}.status-dot:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#4bd1b4;margin-right:6px}.route-line{position:relative;display:flex;justify-content:space-between;margin:46px 0 38px}.route-line:before{content:"";position:absolute;left:14px;right:14px;top:11px;height:1px;background:#446070}.route-item{z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:10px;color:#78909e}.route-item b{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;font-size:8px;background:#18384c;border:1px solid #4c6878;color:#a9bac3}.route-item.active b{background:var(--brand);border-color:var(--brand);color:#06271f}.route-item.active{color:#d8e6e8}.card-quote{font-size:25px;line-height:1.55;letter-spacing:-.5px;margin-top:55px}.card-quote strong{color:#6cdfc7}.card-footer-line{position:absolute;bottom:25px;left:27px;right:27px;font-size:7px}.float-pill{position:absolute;z-index:3;background:rgba(255,255,255,.92);border:1px solid rgba(12,23,48,.07);box-shadow:0 12px 30px rgba(12,23,48,.12);border-radius:15px;padding:12px 16px;font-weight:650;font-size:12px;backdrop-filter:blur(8px)}.float-pill i{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:7px;background:#dff8f1;color:var(--brand-dark);font-style:normal;margin-right:7px}.pill-one{left:-12px;top:120px}.pill-two{right:-8px;top:230px}.pill-three{left:15px;bottom:80px}
.section-pad{padding:120px 0}.services-section{background:#fff}.section-kicker{margin-bottom:18px}.section-kicker:before{content:"";display:inline-block;width:22px;height:2px;background:var(--brand);vertical-align:middle;margin-right:10px}.services-section h2{font-size:clamp(36px,4vw,54px);line-height:1.22;letter-spacing:-2px;font-weight:750;margin:0}.section-intro{font-size:16px;color:var(--muted);line-height:1.9;margin:0}.service-card{border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff;transition:.3s ease}.service-card:hover{transform:translateY(-6px);border-color:rgba(23,184,151,.55);box-shadow:0 22px 55px rgba(25,50,50,.09)}.service-head{display:flex;justify-content:space-between;align-items:center}.service-num{font-size:12px;letter-spacing:1px;color:#8b989d}.service-arrow{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#f0f6f3;color:var(--brand-dark);transition:.25s}.service-card:hover .service-arrow{background:var(--brand);color:#fff;transform:rotate(45deg)}.service-card h3{font-size:21px;margin:31px 0 14px;font-weight:700}.service-card p{color:var(--muted);font-size:14px;line-height:1.85;min-height:78px}.service-tags{border-top:1px solid #edf1ef;padding-top:17px;margin-top:22px;font-size:11px;color:#82908f;letter-spacing:.2px}
.narrow-head{max-width:720px;margin:0 auto 70px}.narrow-head h2,.why-section h2,.process-section h2,.faq-section h2,.contact-box h2{font-size:clamp(36px,4vw,52px);line-height:1.24;letter-spacing:-2px;font-weight:750}.narrow-head p{max-width:600px;margin:20px auto 0;color:var(--muted);line-height:1.9}.journey-section{background:var(--cream)}.journey-timeline{display:grid;grid-template-columns:repeat(4,1fr);position:relative}.journey-timeline:before{content:"";position:absolute;left:12%;right:12%;top:58px;height:1px;background:#cfdad5}.stage{position:relative;text-align:center;padding:0 25px}.stage b{font-size:10px;color:#92a09c;letter-spacing:1px}.stage-icon{position:relative;z-index:1;display:grid;place-items:center;margin:24px auto;width:68px;height:68px;border-radius:50%;background:#fff;border:1px solid #d8e3de;color:var(--brand-dark);font-size:25px;box-shadow:0 10px 25px rgba(33,68,61,.07)}.stage h3{font-size:18px;font-weight:700}.stage p{color:var(--muted);font-size:13px;line-height:1.8}.why-panel{min-height:590px;background:linear-gradient(160deg,#0c1b32,#12374a);border-radius:28px;color:#fff;padding:38px;position:relative;overflow:hidden;display:flex;flex-direction:column}.why-panel:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-100px;bottom:25px;box-shadow:0 0 0 50px rgba(255,255,255,.025)}.panel-label{font-size:10px;letter-spacing:2px;color:#8fa8b5}.big-l{position:absolute;right:20px;top:-60px;font-size:290px;line-height:1;font-weight:800;font-style:italic;color:rgba(255,255,255,.035)}.why-panel blockquote{margin:auto 0;font-size:30px;line-height:1.55;font-weight:500;z-index:1}.why-panel em{color:#68d9c1;font-style:normal}.panel-foot{font-size:10px;letter-spacing:2px;color:#8098a4}.reason-list{margin-top:36px}.reason{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:22px 0;border-bottom:1px solid var(--line)}.reason>span{font-size:11px;color:var(--brand-dark);font-weight:700}.reason h3{font-size:18px;margin:0 0 8px}.reason p{font-size:14px;color:var(--muted);line-height:1.75;margin:0}.process-section{background:var(--ink);color:#fff;position:relative;overflow:hidden}.process-section:after{content:"L";position:absolute;right:-20px;top:-120px;font-size:600px;line-height:1;font-weight:800;font-style:italic;color:rgba(255,255,255,.015)}.section-kicker.light{color:#5fd6bd}.process-card{position:relative;z-index:1;padding:28px 25px;min-height:230px;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035)}.process-card span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:rgba(23,184,151,.15);color:#5fd6bd;font-size:11px;font-weight:700}.process-card h3{font-size:19px;margin:40px 0 12px}.process-card p{font-size:13px;color:#9eb0c0;line-height:1.8;margin:0}.faq-section{background:#fff}.accordion-item{border-color:var(--line)}.accordion-button{padding:24px 5px;font-weight:650;font-size:16px;color:var(--ink);background:#fff}.accordion-button:not(.collapsed){color:var(--brand-dark);background:#fff;box-shadow:none}.accordion-button:focus{box-shadow:none}.accordion-body{padding:0 38px 24px 5px;color:var(--muted);line-height:1.8;font-size:14px}.contact-section{padding:0 0 110px;background:#fff}.contact-box{border-radius:32px;padding:70px;background:linear-gradient(145deg,#123449,#0b192f);color:#fff;position:relative;overflow:hidden}.contact-box:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(23,184,151,.12);left:-180px;bottom:-300px}.contact-box p{color:#aab9c5;line-height:1.8;max-width:570px}.contact-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.contact-points span{font-size:11px;color:#bcd0d6;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:30px;padding:8px 12px}.contact-form{position:relative;background:#fff;border-radius:22px;padding:28px;color:var(--ink);box-shadow:0 25px 60px rgba(0,0,0,.18)}.contact-form label{font-size:11px;font-weight:700;margin-bottom:7px;color:#59687c}.contact-form .form-control,.contact-form .form-select{border:1px solid #dde5e4;background:#f8faf9;border-radius:10px;padding:12px 13px;font-size:13px}.contact-form .form-control:focus,.contact-form .form-select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(23,184,151,.12)}.btn-mint{background:var(--brand);color:#062920;padding:13px;font-weight:750}.btn-mint:hover{background:#55d5bb}.contact-form small{display:block;text-align:center;color:#95a19f;font-size:9px;margin-top:10px}footer{background:#f5f8f6;padding:60px 0 25px}.footer-main{display:flex;align-items:center;gap:38px;padding-bottom:40px}.footer-main p{color:var(--muted);font-size:13px;margin:0}.footer-links{margin-left:auto;display:flex;gap:26px}.footer-links a{color:#546477;font-size:12px;font-weight:600}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #dce4e0;padding-top:22px;font-size:10px;color:#889591}
@media(max-width:991px){.site-nav .navbar-collapse{background:#fff;border-radius:18px;padding:18px;margin-top:12px;box-shadow:0 20px 50px rgba(12,23,48,.12)}.hero-section .row{padding-top:130px!important;padding-bottom:70px}.hero-visual{height:470px}.journey-card{width:320px;min-height:400px}.trust-row{margin-top:38px}.section-pad{padding:85px 0}.journey-timeline{grid-template-columns:repeat(2,1fr);gap:45px 0}.journey-timeline:before{display:none}.why-panel{min-height:450px}.contact-box{padding:45px}.footer-main{flex-wrap:wrap}.footer-links{width:100%;margin-left:0}}
@media(max-width:575px){.hero-section h1{font-size:43px;letter-spacing:-2px}.hero-lead{font-size:16px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr)}.trust-row div{padding:0 10px}.hero-visual{height:420px}.journey-card{width:285px;min-height:370px;padding:22px}.float-pill{font-size:10px;padding:9px}.pill-one{left:0}.pill-two{right:0}.pill-three{left:3px;bottom:25px}.card-quote{font-size:21px}.section-pad{padding:70px 0}.service-card p{min-height:auto}.journey-timeline{grid-template-columns:1fr}.stage{max-width:310px;margin:auto}.why-panel{min-height:410px;padding:28px}.why-panel blockquote{font-size:24px}.contact-section{padding-bottom:60px}.contact-box{border-radius:22px;padding:32px 20px}.contact-form{padding:20px}.footer-main{gap:20px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr)}.footer-bottom{gap:12px;flex-direction:column}}
