.logo-container{display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-image{display:block;border-radius:50%;max-width:100%;height:auto}@media (max-width: 768px){.logo-container,.logo-image{width:60px!important;height:60px!important}}@media (max-width: 480px){.logo-container,.logo-image{width:50px!important;height:50px!important}}.header{background-color:#e3f2fd;padding:20px 40px;border-bottom:1px solid rgba(30,58,138,.1)}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:20px}.header-brand{display:flex;flex-direction:column}.brand-name{font-size:32px;font-weight:700;color:#1e3a8a;margin:0;line-height:1.2}.brand-tagline{font-size:14px;color:#1e3a8a;margin:0;opacity:.8}.hamburger-button{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line{width:30px;height:3px;background-color:#1e3a8a;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.header-nav{display:flex;align-items:center;gap:30px}.nav-link{color:#1e3a8a;text-decoration:none;font-size:16px;font-weight:500;transition:opacity .3s}.nav-link:hover{opacity:.7}.cta-button{background-color:#dc2626;color:#fff;border:none;padding:12px 30px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s,transform .2s}.cta-button:hover{background-color:#b91c1c;transform:translateY(-2px)}.cta-button:active{transform:translateY(0)}@media (max-width: 768px){.header{padding:15px 20px}.header-content{flex-direction:row;justify-content:space-between;align-items:center;position:relative}.header-left{flex:1;justify-content:flex-start;gap:15px}.hamburger-button{display:flex}.header-nav{position:fixed;top:0;right:0;width:280px;height:100vh;background-color:#e3f2fd;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:80px 30px 30px;gap:20px;box-shadow:-2px 0 10px #0000001a;transform:translate(100%);transition:transform .3s ease-in-out;z-index:100;overflow-y:auto}.header-nav.open{transform:translate(0)}.nav-link{font-size:18px;padding:12px 0;width:100%;border-bottom:1px solid rgba(30,58,138,.1);display:block}.brand-name{font-size:20px}.brand-tagline{font-size:12px}.cta-button{padding:12px 24px;font-size:16px;width:100%;margin-top:10px}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:99}}@media (max-width: 480px){.header{padding:12px 15px}.header-left{gap:10px}.header-nav{width:260px;padding:70px 20px 20px}.nav-link{font-size:16px;padding:10px 0}.brand-name{font-size:18px}.brand-tagline{font-size:11px}.cta-button{padding:10px 20px;font-size:15px}}.hero{background-color:#e3f2fd;width:100%}.hero-text-section{display:none;padding:60px 40px;background-color:#e3f2fd;max-width:1400px;margin:0 auto}.hero-content-overlay{display:flex}.hero-title{font-size:42px;font-weight:700;color:#1e3a8a;line-height:1.2;margin:0 0 30px}.hero-benefits{list-style:none;display:flex;flex-direction:column;gap:20px;margin:0;padding:0}.benefit-item{display:flex;align-items:center;gap:15px;font-size:20px;color:#1e3a8a;font-weight:500}.benefit-icon{width:30px;height:30px;background-color:#dc2626;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.hero-banner{width:100%;position:relative;overflow:hidden;max-height:500px}.hero-banner-image{width:100%;height:auto;display:block;object-fit:cover;max-height:500px;object-position:center}.hero-content-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:flex-end;padding:60px 40px;z-index:1}.hero-text-overlay{display:flex;flex-direction:column;gap:30px;max-width:600px;padding-right:20px}.hero-text-overlay .hero-title{text-shadow:2px 2px 8px rgba(255,255,255,.9),0 0 10px rgba(255,255,255,.8),-1px -1px 2px rgba(0,0,0,.3);color:#1e3a8a;font-weight:700}.hero-text-overlay .benefit-item{text-shadow:1px 1px 6px rgba(255,255,255,.9),0 0 8px rgba(255,255,255,.7),-1px -1px 2px rgba(0,0,0,.2);color:#1e3a8a;font-weight:600}@media (max-width: 968px){.hero-text-section{padding:50px 30px}.hero-content-overlay{padding:50px 30px;justify-content:center}.hero-text-overlay{max-width:100%;padding-right:0}.hero-title{font-size:36px;margin-bottom:25px}.benefit-item{font-size:18px}}@media (max-width: 768px){.hero-text-section{display:none}.hero-content-overlay{display:flex;padding:20px 12px;align-items:flex-start;justify-content:flex-end}.hero-text-overlay{max-width:50%;padding:0;gap:12px;background:transparent;align-items:flex-end}.hero-banner,.hero-banner-image{max-height:400px}.hero-content-overlay .hero-title{font-size:16px;margin-bottom:10px;text-align:right;text-shadow:none;font-weight:700}.hero-content-overlay .hero-benefits{gap:8px;align-items:flex-start}.hero-content-overlay .benefit-item{font-size:11px;gap:6px;justify-content:flex-start;align-items:center;text-shadow:none;font-weight:500;width:100%}.hero-content-overlay .benefit-icon{width:18px;height:18px;font-size:10px;flex-shrink:0}}@media (max-width: 480px){.hero-content-overlay{padding:15px 10px}.hero-banner,.hero-banner-image{max-height:350px}.hero-content-overlay .hero-title{font-size:14px;margin-bottom:8px;text-align:right;text-shadow:none;font-weight:700}.hero-content-overlay .hero-benefits{gap:6px;align-items:flex-start}.hero-content-overlay .benefit-item{font-size:10px;gap:6px;justify-content:flex-start;align-items:center;text-shadow:none;font-weight:500;width:100%}.hero-content-overlay .benefit-icon{width:16px;height:16px;font-size:9px;flex-shrink:0}}.how-it-works{background-color:#e8eaf6;padding:80px 40px}.how-it-works-content{max-width:1400px;margin:0 auto}.section-title{font-size:36px;font-weight:700;color:#1e3a8a;text-align:center;margin-bottom:60px;text-decoration:underline;text-decoration-color:#dc2626;text-underline-offset:10px}.steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.step-icon{width:120px;height:120px;border:3px solid #DC2626;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff}.step-title{font-size:24px;font-weight:600;color:#1e3a8a;margin:0}.step-description{font-size:16px;color:#1e3a8a;opacity:.8;margin:0;line-height:1.6}@media (max-width: 968px){.how-it-works{padding:60px 30px}.steps-container{grid-template-columns:1fr;gap:40px}.section-title{font-size:28px;margin-bottom:40px}}@media (max-width: 768px){.how-it-works{padding:50px 20px}.section-title{font-size:24px;margin-bottom:30px}.steps-container{gap:30px}.step-icon{width:100px;height:100px}.step-title{font-size:20px}.step-description{font-size:15px}}@media (max-width: 480px){.how-it-works{padding:40px 15px}.section-title{font-size:20px;margin-bottom:25px}.steps-container{gap:25px}.step-icon{width:80px;height:80px}.step-icon svg{width:40px;height:40px}.step-title{font-size:18px}.step-description{font-size:14px}}.testimonials{background-color:#f5f7fa;padding:80px 40px}.testimonials-content{max-width:1400px;margin:0 auto}.testimonials-container{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.testimonial-card{display:flex;gap:30px;align-items:flex-start;background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 10px #0000001a}.testimonial-avatar{flex-shrink:0}.testimonial-text{flex:1;display:flex;flex-direction:column;gap:15px}.testimonial-quote{font-size:16px;color:#1e3a8a;line-height:1.6;margin:0;font-style:italic}.testimonial-author{font-size:14px;color:#1e3a8a;font-weight:600;margin:0;align-self:flex-end}@media (max-width: 968px){.testimonials{padding:60px 30px}.testimonials-container{grid-template-columns:1fr}}@media (max-width: 768px){.testimonials{padding:50px 20px}.section-title{font-size:24px;margin-bottom:30px}.testimonials-container{grid-template-columns:1fr;gap:25px}.testimonial-card{flex-direction:column;align-items:center;text-align:center;padding:20px;gap:15px}.testimonial-avatar{margin:0 auto}.testimonial-quote{font-size:15px}.testimonial-author{font-size:13px;align-self:center}}@media (max-width: 480px){.testimonials{padding:40px 15px}.section-title{font-size:20px;margin-bottom:25px}.testimonials-container{gap:20px}.testimonial-card{padding:15px;gap:12px}.testimonial-avatar svg{width:60px;height:60px}.testimonial-quote{font-size:14px}.testimonial-author{font-size:12px}}.footer{background-color:#e3f2fd;padding:40px;border-top:1px solid rgba(30,58,138,.1)}.footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-left{display:flex;align-items:center;gap:20px}.footer-brand{font-size:32px;font-weight:700;color:#1e3a8a;margin:0}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:15px}.footer-email{font-size:16px;color:#1e3a8a;margin:0}.social-icons{display:flex;gap:20px}.social-icon{color:#1e3a8a;transition:opacity .3s,transform .2s}.social-icon:hover{opacity:.7;transform:translateY(-2px)}@media (max-width: 768px){.footer{padding:30px 20px}.footer-content{flex-direction:column;gap:25px;align-items:center}.footer-left{flex-direction:column;gap:15px;text-align:center}.footer-right{align-items:center;text-align:center}.footer-brand{font-size:24px}.footer-email{font-size:14px}}@media (max-width: 480px){.footer{padding:25px 15px}.footer-content{gap:20px}.footer-left{gap:12px}.footer-brand{font-size:20px}.footer-email{font-size:13px}.social-icons{gap:15px}.social-icon svg{width:20px;height:20px}}.App{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e3f2fd;color:#1e3a8a;overflow-x:hidden;width:100%}#root{min-height:100vh}
