@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1b3a5c;--teal:#0d7377;--amber:#f5a623;--white:#fff;--off-white:#fafafa;--light-grey:#f5f7fa;--medium-grey:#e1e8ed;--text-dark:#2c3e50;--text-light:#7f8c8d;--overlay:#1b3a5cbf}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--white);color:#2c3e50;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7;overflow-x:hidden}.App{min-height:100vh}.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 1px 3px #0000000d;justify-content:space-between;left:0;padding:1.5rem 4rem;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.logo-container,.nav{align-items:center;display:flex}.logo-container{gap:1rem}.logo-icon{height:40px;transition:transform .3s ease;width:40px}.logo-icon:hover{transform:scale(1.05)}.logo{color:#1b3a5c;color:var(--navy);font-size:1.1rem;font-weight:700;letter-spacing:2px;padding-bottom:8px;position:relative}.logo-underline{background:linear-gradient(90deg,#0d7377,#f5a623);background:linear-gradient(90deg,var(--teal),var(--amber));bottom:0;height:2px;left:0;position:absolute;right:0}.nav-cta{background:#1b3a5c;background:var(--navy);border:none;border-radius:50px;color:#fff;color:var(--white);cursor:pointer;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.75rem 2rem;transition:all .3s ease}.nav-cta:hover{background:#0d7377;background:var(--teal);box-shadow:0 8px 20px #0d73774d;transform:translateY(-2px)}.hero{align-items:center;background:linear-gradient(135deg,#1b3a5c,#2c5f7f);background:linear-gradient(135deg,var(--navy) 0,#2c5f7f 100%);background-attachment:fixed;background-image:linear-gradient(135deg,#1b3a5ce6,#2c5f7fd9),url(https://images.unsplash.com/photo-1551632811-561732d1e306?w=1920&q=80);background-position:50%;background-size:cover;color:#fff;color:var(--white);display:flex;justify-content:center;min-height:100vh;padding:8rem 2rem 4rem;position:relative;text-align:center}.hero-overlay{background:linear-gradient(180deg,#0000,#0003);bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:900px;position:relative;z-index:2}.hero-logo{animation:fadeInScale 1s ease;display:block;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));height:120px;margin:0 auto 2rem;width:120px}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.hero-title{font-size:clamp(3rem,7vw,5.5rem);font-weight:300;letter-spacing:-1px;line-height:1.2;margin-bottom:2rem}.title-underline{background:linear-gradient(90deg,#0000,#f5a623,#0000);background:linear-gradient(90deg,#0000,var(--amber),#0000);height:2px;margin:2rem auto;position:relative;width:200px}.title-underline:after,.title-underline:before{background:#f5a623;background:var(--amber);border-radius:50%;content:"";height:8px;position:absolute;top:50%;transform:translateY(-50%);width:8px}.title-underline:before{left:0}.title-underline:after{right:0}.hero-subtitle{font-size:clamp(1.3rem,3vw,1.8rem);font-weight:400;letter-spacing:.5px;margin-bottom:3rem;opacity:.95}.hero-cta{background:#0000;border:2px solid #fff;border:2px solid var(--white);border-radius:50px;color:#fff;color:var(--white);cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-size:.85rem;font-weight:600;letter-spacing:1px;padding:1rem 3rem;text-transform:uppercase;transition:all .3s ease}.hero-cta:hover{background:#fff;background:var(--white);box-shadow:0 10px 30px #fff3;color:#1b3a5c;color:var(--navy);transform:translateY(-3px)}.scroll-indicator{animation:bounce 2s infinite;bottom:3rem;cursor:pointer;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.scroll-arrow{color:#fff;color:var(--white);font-size:2rem;opacity:.7;transition:opacity .3s ease}.scroll-indicator:hover .scroll-arrow{opacity:1}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}section{opacity:0;padding:6rem 2rem;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}section.visible{opacity:1;transform:translateY(0)}.container{margin:0 auto;max-width:1200px}.container-narrow{margin:0 auto;max-width:900px}.section-title{color:#1b3a5c;color:var(--navy);position:relative}.section-title,.section-title-light{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:600;line-height:1.3;margin-bottom:4rem;text-align:center}.section-title-light{color:#fff;color:var(--white)}.title-underline-center{background:#0d7377;background:var(--teal);height:3px;margin:1.5rem auto 0;position:relative;width:80px}.title-underline-center:after{background:#f5a623;background:var(--amber);border-radius:50%;content:"";height:10px;position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:10px}.title-underline-center-light{background:#f5a623;background:var(--amber);height:3px;margin:1.5rem auto 0;width:80px}.problem-section{background:#f5f7fa;background:var(--light-grey);text-align:center}.stat-highlight{margin-bottom:2rem}.stat-number{color:#0d7377;color:var(--teal);display:block;font-size:clamp(3rem,6vw,4.5rem);font-weight:700;line-height:1;margin-bottom:1rem}.stat-text{color:#2c3e50;color:var(--text-dark);font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:500;margin-bottom:2rem}.problem-solution{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.8;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px}.cdc-source,.problem-solution{color:#7f8c8d;color:var(--text-light)}.cdc-source{font-size:.95rem;font-style:italic;margin-top:2rem}.how-it-works{background:#fff;background:var(--white)}.steps-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:4rem}.step-item{padding:2rem;position:relative;text-align:center}.step-number{color:#f5f7fa;color:var(--light-grey);font-size:4rem;font-weight:700;line-height:1;margin-bottom:1rem}.step-title{color:#1b3a5c;color:var(--navy);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.step-description{color:#7f8c8d;color:var(--text-light);font-size:1.05rem;line-height:1.7}.stakes{background:#fafafa;background:var(--off-white)}.stakes-layout{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.money-breakdown{display:flex;flex-direction:column;gap:1.5rem}.breakdown-bar{background:#f5f7fa;background:var(--light-grey);border-radius:12px;height:70px;overflow:hidden}.bar-fill,.breakdown-bar{align-items:center;display:flex;position:relative}.bar-fill{height:100%;padding:0 1.5rem;transition:width .8s ease}.bar-teal{background:linear-gradient(135deg,#0d7377,#0a9396);background:linear-gradient(135deg,var(--teal),#0a9396)}.bar-amber{background:linear-gradient(135deg,#f5a623,#f7b731);background:linear-gradient(135deg,var(--amber),#f7b731)}.bar-navy{background:linear-gradient(135deg,#1b3a5c,#2c5f7f);background:linear-gradient(135deg,var(--navy),#2c5f7f)}.bar-label{color:#fff;color:var(--white);font-size:1.3rem;font-weight:700;margin-right:1rem}.bar-text{font-size:.95rem;font-weight:600;position:absolute;right:1.5rem}.bar-text,.stakes-quote blockquote{color:#2c3e50;color:var(--text-dark)}.stakes-quote blockquote{font-size:clamp(1.3rem,2.5vw,1.7rem);font-style:italic;font-weight:400;line-height:1.6;margin-bottom:1.5rem}.stakes-quote cite{display:block;font-size:1rem;font-style:normal;margin-bottom:.5rem}.stakes-quote cite,.theory-note{color:#7f8c8d;color:var(--text-light)}.theory-note{font-size:.9rem;margin-top:.5rem}.features{background:#fff;background:var(--white)}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#f5f7fa;background:var(--light-grey);border:2px solid #0000;border-radius:16px;padding:2.5rem;transition:all .3s ease}.feature-card:hover{border-color:#0d7377;border-color:var(--teal);box-shadow:0 12px 40px #00000014;transform:translateY(-8px)}.feature-icon{display:block;font-size:3.5rem;margin-bottom:1.5rem}.feature-title{align-items:center;color:#1b3a5c;color:var(--navy);display:flex;font-size:1.3rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.feature-badge{background:#f5a623;background:var(--amber);border-radius:12px;color:#fff;color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.5px;padding:.25rem .6rem}.feature-description{color:#7f8c8d;color:var(--text-light);font-size:1rem;line-height:1.6}.who-its-for{background:linear-gradient(135deg,#0d7377,#0a9396);background:linear-gradient(135deg,var(--teal) 0,#0a9396 100%);color:#fff;color:var(--white)}.checklist{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:700px}.checklist-item{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.checklist-item:hover{background:#ffffff26;transform:translateX(10px)}.check-icon{color:#f5a623;color:var(--amber);flex-shrink:0;font-size:2rem;font-weight:700}.checklist-item p{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6;margin:0}.contact-section{align-items:center;background:linear-gradient(135deg,#1b3a5c,#2c5f7f);background:linear-gradient(135deg,var(--navy) 0,#2c5f7f 100%);background-attachment:fixed;background-image:linear-gradient(135deg,#1b3a5ceb,#2c5f7fe0),url(https://images.unsplash.com/photo-1502904550040-7534597429ae?w=1920&q=80);background-position:50%;background-size:cover;color:#fff;color:var(--white);display:flex;justify-content:center;min-height:100vh;padding:6rem 2rem;position:relative}.contact-overlay{background:radial-gradient(circle at center,#0000 0,#0000004d 100%);bottom:0;left:0;position:absolute;right:0;top:0}.contact-content{margin:0 auto;max-width:600px;position:relative;text-align:center;z-index:2}.contact-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:300;letter-spacing:-.5px;margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;font-weight:300;margin-bottom:2rem;opacity:.9}.app-stores-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:16px;margin-bottom:3rem;padding:1.5rem}.stores-text{font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;opacity:.8;text-transform:uppercase}.store-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.store-badge{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.store-badge:hover{background:#ffffff26;border-color:#f5a623;border-color:var(--amber);transform:translateY(-2px)}.store-badge svg{height:20px;width:20px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{width:100%}.form-input,.form-textarea{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:12px;color:#fff;color:var(--white);font-family:Inter,sans-serif;font-size:1rem;padding:1.2rem 1.5rem;transition:all .3s ease;width:100%}.form-input::placeholder,.form-textarea::placeholder{color:#fff9}.form-input:focus,.form-textarea:focus{background:#ffffff26;border-color:#f5a623;border-color:var(--amber);outline:none}.form-textarea{min-height:120px;resize:vertical}.form-submit{background:#f5a623;background:var(--amber);border:none;border-radius:50px;color:#1b3a5c;color:var(--navy);cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-size:.9rem;font-weight:700;letter-spacing:1px;margin-top:1rem;padding:1.2rem 3rem;text-transform:uppercase;transition:all .3s ease}.form-submit:hover:not(:disabled){background:#fff;background:var(--white);box-shadow:0 10px 30px #f5a62366;transform:translateY(-3px)}.form-submit:disabled{cursor:not-allowed;opacity:.7}.form-input:disabled,.form-textarea:disabled{cursor:not-allowed;opacity:.6}.form-note{font-size:.9rem;margin-top:1rem;opacity:.8}.success-message{padding:3rem 2rem;text-align:center}.success-icon{align-items:center;animation:scaleIn .5s ease;background:#f5a623;background:var(--amber);border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.success-message h3{font-size:2rem;font-weight:600;margin-bottom:1rem}.success-message p{font-size:1.1rem;opacity:.9}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.footer{background:#1b3a5c;background:var(--navy);color:#fff;color:var(--white);padding:3rem 2rem 2rem}.footer-content{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding-bottom:2rem}.footer-brand{flex:1 1}.footer-logo-container{align-items:center;display:flex;gap:1rem}.footer-logo-icon{height:50px;width:50px}.footer-logo{font-size:1.2rem;font-weight:700;letter-spacing:2px;margin-bottom:.5rem}.footer-tagline{font-size:.9rem;font-weight:300;opacity:.7}.footer-links{display:flex;gap:2rem}.footer-social{color:#fff;color:var(--white);font-size:.95rem;font-weight:500;opacity:.8;text-decoration:none;transition:all .3s ease}.footer-social:hover{color:#f5a623;color:var(--amber);opacity:1}.footer-bottom{align-items:center;display:flex;font-size:.85rem;justify-content:space-between;margin:0 auto;max-width:1200px;opacity:.6;padding-top:2rem}@media (max-width:768px){.nav{padding:1rem 1.5rem}.logo-container{gap:.5rem}.logo-icon{height:32px;width:32px}.logo{font-size:.95rem}.nav-cta{font-size:.85rem;padding:.6rem 1.2rem}.hero{padding:6rem 1.5rem 3rem}.hero-logo{height:90px;width:90px}.hero-title{font-size:2.5rem}section{padding:4rem 1.5rem}.steps-grid{gap:2rem;grid-template-columns:1fr}.stakes-layout{gap:3rem}.features-grid,.stakes-layout{grid-template-columns:1fr}.footer-content{gap:2rem}.footer-content,.footer-logo-container{flex-direction:column;text-align:center}.footer-links{flex-direction:column;gap:1rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.contact-form{padding:0 1rem}}@media (max-width:480px){.hero-logo{height:80px;width:80px}.hero-title{font-size:2rem}.stat-number{font-size:2.5rem}.step-number{font-size:3rem}.footer-logo-icon{height:40px;width:40px}}
/*# sourceMappingURL=main.bf8e41bc.css.map*/