:root{--brand-50:#e6fbf5;--brand-100:#c1f4e5;--brand-200:#7de8cb;--brand-300:#3fd9a8;--brand-400:#00c896;--brand-500:#00b584;--brand-600:#009a6e;--brand-700:#007a55;--brand-800:#005c3f;--brand-900:#003d2a;--gold-300:#ffe082;--gold-400:#ffd166;--gold-500:#f5a623;--gold-600:#d4881a;--navy-50:#eef2fa;--navy-100:#d4dfef;--navy-200:#a7bede;--navy-400:#4b72ac;--navy-600:#1e3a6e;--navy-700:#12264e;--navy-800:#0d1628;--navy-900:#080e1a;--primary-900:#003d2a;--primary-800:#005c3f;--primary-700:#007a55;--primary-600:#009a6e;--primary-500:#00b584;--primary-400:#00c896;--primary-300:#3fd9a8;--primary-200:#7de8cb;--primary-100:#c1f4e5;--primary-50:#e6fbf5;--accent-600:#d4881a;--accent-500:#f5a623;--accent-400:#ffd166;--accent-300:#ffe082;--bg:#fff;--bg-alt:#f5f7fa;--bg-subtle:#eef2f7;--surface:#fff;--border:#e2e8f0;--border-light:#eef2f7;--text-primary:#0d1117;--text-secondary:#4b5563;--text-tertiary:#9ca3af;--text-muted:#9ca3af;--text-inverse:#fff;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 12px 40px #0000001a;--shadow-xl:0 24px 64px #0000001f;--shadow-brand:0 8px 32px #00c89638;--shadow-brand-lg:0 16px 48px #00c8964d;--font-body:"Poppins", sans-serif;--font-heading:"Poppins", sans-serif;--font-serif:"Great Vibes", cursive;--section-padding:clamp(4rem, 8vw, 6.5rem);--container-width:1280px;--container-padding:clamp(1.25rem, 4vw, 2.5rem);--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--transition-fast:.15s var(--ease-in-out);--transition-base:.3s var(--ease-out);--transition-slow:.5s var(--ease-out);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg);line-height:1.75;overflow-x:hidden}::selection{background-color:var(--brand-400);color:#fff}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-weight:800;line-height:1.12}h1{letter-spacing:-.035em;font-size:clamp(3rem,6.5vw,5.5rem);font-weight:900}h2{letter-spacing:-.025em;font-size:clamp(2.25rem,4.5vw,3.375rem);font-weight:800}h3{font-size:clamp(1.375rem,2.75vw,1.875rem);font-weight:700}h4{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700}p{color:var(--text-secondary);font-size:clamp(1rem,1.35vw,1.125rem);font-weight:400;line-height:1.8}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-width);padding:0 var(--container-padding);margin:0 auto}.section{padding:var(--section-padding) 0;position:relative}.section-dark{background:var(--navy-800);color:var(--text-inverse)}.section-emerald{background:var(--brand-700);color:var(--text-inverse)}.section-dark p,.section-emerald p{color:#ffffffa6}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark h5,.section-dark h6,.section-emerald h1,.section-emerald h2,.section-emerald h3,.section-emerald h4{color:var(--text-inverse)}.section-label{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--brand-400);align-items:center;gap:.625rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-label:before{content:"";background:var(--brand-400);border-radius:2px;width:1.75rem;height:2px;display:block}.section-dark .section-label,.section-emerald .section-label{color:var(--brand-300)}.section-title{margin-bottom:1rem}.section-subtitle{max-width:560px}.btn{font-family:var(--font-body);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.8125rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--brand-400);color:#fff;box-shadow:var(--shadow-brand)}.btn-primary:hover{background:var(--brand-500);box-shadow:var(--shadow-brand-lg);transform:translateY(-2px)}.btn-secondary{color:var(--text-primary);border:1.5px solid var(--border);background:0 0}.btn-secondary:hover{border-color:var(--brand-400);color:var(--brand-500);background:var(--brand-50)}.btn-gold{background:var(--gold-500);color:#fff;box-shadow:var(--shadow-sm)}.btn-gold:hover{background:var(--gold-600);box-shadow:var(--shadow-md);transform:translateY(-2px)}.gradient-text{background:linear-gradient(135deg, var(--brand-400) 0%, var(--brand-600) 40%, var(--gold-500) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes gentlePulse{0%,to{box-shadow:0 0 #00c89640}50%{box-shadow:0 0 0 8px #00c89600}}@keyframes floatSeed{0%{transform:translateY(0)}50%{transform:translateY(-16px)}to{transform:translateY(0)}}@keyframes marqueeRun{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes orbitSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes orbDrift1{0%,to{transform:translate(0)}33%{transform:translate(24px,-32px)}66%{transform:translate(-18px,22px)}}@keyframes orbDrift2{0%,to{transform:translate(0)}33%{transform:translate(-28px,18px)}66%{transform:translate(16px,-28px)}}@keyframes scrollDown{0%{transform-origin:top;opacity:0;transform:scaleY(0)}50%{transform-origin:top;opacity:1;transform:scaleY(1)}51%{transform-origin:bottom}to{transform-origin:bottom;opacity:0;transform:scaleY(0)}}@keyframes shimmerPulse{0%,to{opacity:0}50%{opacity:1}}@keyframes badgePulse{0%,to{box-shadow:0 0 #00c89673}50%{box-shadow:0 0 0 6px #00c89600}}@media (max-width:768px){.hide-mobile{display:none!important}.section{padding:clamp(3rem,8vw,5rem) 0}}@media (min-width:769px){.hide-desktop{display:none!important}}
.Navbar-module__cJzEcG__navbar{z-index:1000;justify-content:center;align-items:center;height:70px;display:flex;position:fixed;left:50%;overflow:visible}.Navbar-module__cJzEcG__navInner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1280px;height:100%;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem);display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0;line-height:0;display:block}.Navbar-module__cJzEcG__navLinks{flex:1;justify-content:center;align-items:center;gap:.125rem;display:flex}.Navbar-module__cJzEcG__navItem{position:relative}.Navbar-module__cJzEcG__navLink{color:#374151;white-space:nowrap;letter-spacing:-.005em;border-radius:8px;align-items:center;gap:.3rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:color .2s,background .2s;display:inline-flex}.Navbar-module__cJzEcG__navLink:hover{color:#0d1117;background:#0000000a}.Navbar-module__cJzEcG__chevron{opacity:.45;flex-shrink:0;transition:transform .22s,opacity .2s}.Navbar-module__cJzEcG__chevronActive{opacity:.8;transform:rotate(180deg)}.Navbar-module__cJzEcG__dropdown{background:#fff;border:1px solid #e8eef6;border-radius:16px;min-width:220px;padding:.5rem;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0000001a,0 2px 8px #0000000f}.Navbar-module__cJzEcG__dropdownLink{color:#374151;letter-spacing:-.005em;border-radius:10px;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:block}.Navbar-module__cJzEcG__dropdownLink:hover{color:#00c896;background:#f5f7fa}.Navbar-module__cJzEcG__navActions{flex-shrink:0}.Navbar-module__cJzEcG__ctaBtn{color:#fff;letter-spacing:-.005em;background:#00c896;border-radius:9999px;align-items:center;gap:.375rem;padding:.5625rem 1.375rem;font-size:.875rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 14px #00c8964d}.Navbar-module__cJzEcG__ctaBtn:hover{background:#00b584;transform:translateY(-1px);box-shadow:0 4px 22px #00c8966b}.Navbar-module__cJzEcG__menuBtn{color:#374151;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;line-height:0;transition:background .2s,color .2s;display:none}.Navbar-module__cJzEcG__menuBtn:hover{color:#0d1117;background:#0000000d}.Navbar-module__cJzEcG__mobileMenu{z-index:999;-webkit-backdrop-filter:blur(6px);background:#080e1a80;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileMenuInner{background:#fff;flex-direction:column;justify-content:space-between;width:min(340px,90vw);padding:84px 1.25rem 2rem;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-4px 0 40px #0000001f}.Navbar-module__cJzEcG__mobileMenuContent{flex-direction:column;flex:1;gap:.25rem;display:flex}.Navbar-module__cJzEcG__mobileLink{font-family:var(--font-heading);color:#0d1117;letter-spacing:-.02em;border-radius:12px;padding:.875rem 1rem;font-size:1.0625rem;font-weight:700;transition:background .18s,color .18s;display:block}.Navbar-module__cJzEcG__mobileLink:hover{color:#00c896;background:#f5f7fa}.Navbar-module__cJzEcG__mobileSubLinks{flex-direction:column;gap:.125rem;padding:.25rem 1rem .5rem 1.5rem;display:flex}.Navbar-module__cJzEcG__mobileSubLink{color:#6b7280;border-radius:8px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s;display:block}.Navbar-module__cJzEcG__mobileSubLink:hover{color:#00c896;background:#f5f7fa}.Navbar-module__cJzEcG__mobileCta{border-top:1px solid #eef2f7;padding-top:1.5rem}@media (max-width:1024px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__navActions{display:none}.Navbar-module__cJzEcG__menuBtn{display:flex}}
.Footer-module__S6Hkya__footer{color:#ffffffa6;background:#080e1a;position:relative}.Footer-module__S6Hkya__topLine{background:linear-gradient(90deg,#0000,#00c89661,#0000);height:1px}.Footer-module__S6Hkya__footerInner{grid-template-columns:2fr 1fr 1fr 1.6fr;gap:3.5rem;padding-top:4rem;padding-bottom:3.5rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:1.125rem;display:flex}.Footer-module__S6Hkya__brandLogo{line-height:0}.Footer-module__S6Hkya__brandDesc{color:#ffffff6b;max-width:280px;font-size:.9rem;line-height:1.82}.Footer-module__S6Hkya__socials{gap:.625rem;margin-top:.375rem;display:flex}.Footer-module__S6Hkya__socialIcon{color:#ffffff6b;border:1px solid #ffffff1a;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .22s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:#00c896;background:#00c89614;border-color:#00c896}.Footer-module__S6Hkya__col{flex-direction:column;display:flex}.Footer-module__S6Hkya__colTitle{font-family:var(--font-heading);color:#ffffffe6;text-transform:uppercase;letter-spacing:.14em;margin-bottom:1.375rem;font-size:.75rem;font-weight:700}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.625rem;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:#ffffff6b;align-items:center;gap:.25rem;font-size:.875rem;transition:color .2s;display:inline-flex}.Footer-module__S6Hkya__link:hover{color:#00c896}.Footer-module__S6Hkya__linkArrow{opacity:0;flex-shrink:0;transition:all .2s;transform:translate(-4px)}.Footer-module__S6Hkya__link:hover .Footer-module__S6Hkya__linkArrow{opacity:1;transform:translate(0)}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:1.125rem;display:flex}.Footer-module__S6Hkya__contactItem{align-items:flex-start;gap:.75rem;display:flex}.Footer-module__S6Hkya__contactIcon{color:#00c896;flex-shrink:0;margin-top:2px}.Footer-module__S6Hkya__contactLabel{color:#ffffff47;text-transform:uppercase;letter-spacing:.09em;margin-bottom:.25rem;font-size:.6875rem;font-weight:700}.Footer-module__S6Hkya__contactText{color:#ffffff6b;font-size:.8125rem;line-height:1.65}a.Footer-module__S6Hkya__contactText:hover{color:#ffffffb8}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #ffffff0f;padding:1.25rem 0}.Footer-module__S6Hkya__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__copyright,.Footer-module__S6Hkya__ventureOf{color:#ffffff47;font-size:.8125rem}.Footer-module__S6Hkya__ventureOf strong{color:#ffffff7a;font-weight:600}@media (max-width:1024px){.Footer-module__S6Hkya__footerInner{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__S6Hkya__brand{grid-column:1/-1}}@media (max-width:640px){.Footer-module__S6Hkya__footerInner{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__brand{grid-column:1}.Footer-module__S6Hkya__bottomInner{text-align:center;flex-direction:column;gap:.5rem}}
