@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--primary:#0046ad;--primary-dark:#003380;--primary-light:#3d7be6;--accent:#d4af37;--accent-light:#f1e5ac;--background:#fff;--foreground:#111827;--muted:#6b7280;--muted-light:#f3f4f6;--border:#e5e7eb;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-heading:"Outfit",sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background:var(--background);color:var(--foreground);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bg-glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.btn-primary{background:var(--primary);color:#fff;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:1rem;padding:1.5rem;transition:all .3s}@media (min-width:768px){.card{padding:2rem}}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}section{padding:3rem 0}@media (min-width:768px){section{padding:5rem 0}}@media (max-width:1023px){.desktop-only{display:none!important}}@media (min-width:1024px){.mobile-only{display:none!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.bottom-nav{border-top:1px solid var(--border);z-index:1000;height:75px;padding:0 4px;padding-bottom:max(10px,env(safe-area-inset-bottom));background:#fff;justify-content:space-between;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1px;min-width:0;padding:5px 0;font-size:.55rem;font-weight:700;text-decoration:none;display:flex}.bottom-nav-item.active{color:var(--primary)}.bottom-nav-icon{margin-bottom:2px;font-size:1.1rem}.sidebar-desktop{border-right:1px solid var(--border);z-index:100;background:#fff;flex-direction:column;width:280px;height:100vh;padding:2rem 1.5rem;display:flex;position:fixed;top:0;left:0}@media (max-width:1023px){.sidebar-desktop{display:none!important}}.dashboard-wrapper{background:#f9fafb;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.dashboard-main{flex:1;width:100%;min-width:0;margin-bottom:70px;padding:1.5rem}@media (min-width:1024px){.dashboard-main{margin-bottom:0;margin-left:280px;padding:3rem}}.mobile-scroll{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.mobile-header{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}@media (min-width:768px){.mobile-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:3rem}}.experience-cards-grid{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.experience-cards-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.process-grid{grid-template-columns:repeat(5,1fr)}}.calculator-grid{grid-template-columns:1fr}.mobile-br{display:inline}@media (min-width:768px){.calculator-section{padding:6rem 0!important}.calculator-header{margin-bottom:4rem!important}.calculator-title{font-size:2.5rem!important}.calculator-subtitle{font-size:1.15rem!important}.mobile-br{display:none}.calculator-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.calculator-input-card{padding:2.5rem}.calculator-result-card{padding:3rem 2rem}.experience-section{padding:5rem 0!important}.experience-title{font-size:2.25rem!important}.process-section{padding:5rem 0!important}.process-title{font-size:2.25rem!important}.cta-section{padding:6rem 0!important}.cta-title{font-size:2.5rem!important}}.feature-card{gap:.875rem;text-align:left!important;border-radius:.75rem!important;flex-direction:row!important;align-items:center!important;padding:.875rem 1rem!important;display:flex!important}.feature-icon{flex-shrink:0;border-radius:.75rem!important;width:44px!important;height:44px!important;margin:0!important;font-size:1.25rem!important}.feature-title{margin-bottom:.15rem!important;font-size:.95rem!important}.feature-desc{color:#6b7280;font-size:.75rem!important;line-height:1.35!important}.features-grid{gap:.5rem!important}@media (min-width:768px){.feature-card{text-align:center!important;border-radius:1.25rem!important;padding:2rem 1.5rem!important;display:block!important}.feature-icon{border-radius:1rem!important;width:60px!important;height:60px!important;margin:0 auto 1rem!important;font-size:2rem!important}.feature-title{margin-bottom:.75rem!important;font-size:1.15rem!important}.feature-desc{font-size:.9rem!important;line-height:1.6!important}.features-grid{gap:1.5rem!important}}.process-grid{grid-template-columns:1fr!important}@media (min-width:768px){.process-grid{grid-template-columns:repeat(5,1fr)!important;gap:1rem!important}.process-card{text-align:center!important;flex-direction:column!important;padding:1.5rem 1rem!important}}.proof-stats-grid{grid-template-columns:repeat(3,1fr)!important}@media (max-width:640px){.proof-stats-grid{grid-template-columns:repeat(3,1fr)!important;gap:.5rem!important}.proof-stats-grid>div{border-radius:.75rem!important;padding:1rem .5rem!important}}.calculator-grid{flex-direction:column!important;display:flex!important}.calculator-input-card{flex-direction:column!important;order:2!important;display:flex!important}.calculator-result-wrapper{order:1!important}@media (max-width:767px){.calculator-section{padding:2rem 0!important}.calculator-header{margin-bottom:1.5rem!important}.calculator-result-card{border-radius:1rem!important;padding:1rem .75rem!important}.calculator-result-amount{margin-bottom:.5rem!important;font-size:2rem!important}.result-features{gap:.25rem!important;margin-bottom:.75rem!important}.result-features>div{font-size:.75rem!important}.result-cta-btn{border-radius:1.5rem!important;padding:.75rem!important;font-size:.9rem!important}.calculator-input-card{padding:1rem!important}.input-card-title{margin-bottom:1rem!important;font-size:1.1rem!important}.months-section{order:1!important;margin-bottom:1rem!important}.amount-section{order:2!important}.months-grid{flex-wrap:nowrap!important;gap:.25rem!important;display:flex!important;overflow-x:auto!important}.months-grid button{flex:1 1 0!important;min-width:0!important;padding:.5rem .25rem!important;font-size:.75rem!important}}@media (min-width:768px){.calculator-grid{grid-template-columns:1fr 1fr!important;display:grid!important}.calculator-input-card{order:1!important}.calculator-result-wrapper{order:2!important}.months-section,.amount-section{order:unset!important}}@media (max-width:768px){.dashboard-main{padding:1rem!important}.dashboard-main header{margin-bottom:1rem!important}.dashboard-main h1{font-size:1.5rem!important}.dashboard-main>section{margin-bottom:1rem!important}.stat-card{padding:.75rem!important}.stat-card p{white-space:nowrap!important}.stat-card h3{font-size:1.25rem!important}.mobile-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto!important}.mobile-scroll table{min-width:unset!important;width:100%!important}.mobile-scroll th,.mobile-scroll td{padding:.5rem .4rem!important;font-size:.75rem!important}.mobile-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow-x:auto!important}.mobile-scroll::-webkit-scrollbar{display:none}.mobile-scroll th:nth-child(4),.mobile-scroll td:nth-child(4),.mobile-scroll th:nth-child(7),.mobile-scroll td:nth-child(7){display:none}.apply-form-container{padding:1rem!important}.apply-form-container h1{font-size:1.5rem!important}.apply-form-container p{font-size:.85rem!important}.form-row{flex-direction:column!important;gap:.75rem!important}.form-row>div{width:100%!important}}
