.faq-item h3,.story-card h3,.strength-card h3{-webkit-text-fill-color:transparent}:root{--primary-color:#ffca28;--gradient-color:linear-gradient(135deg,#ffca28,#f57c00);--text-dark:#1a1a1a;--text-light:#555;--bg-light:#fff3e0;--highlight:#b71c1c}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,Inter,"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}body{background:var(--bg-light);color:#333;line-height:1.5;min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}.hero-section{background:var(--gradient-color);padding:10px 0;color:var(--text-dark);position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-section::before{content:'';inset:0;background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1200"%3E%3Ccircle cx="150" cy="150" r="50" fill="%23ffffff66" opacity="0.6"/%3E%3Ccircle cx="1000" cy="300" r="70" fill="%23ffffff99" opacity="0.7"/%3E%3Ccircle cx="600" cy="900" r="60" fill="%23ffffffcc" opacity="0.8"/%3E%3Ccircle cx="300" cy="600" r="40" fill="%23ffffff33" opacity="0.5"/%3E%3C/svg%3E') center/cover no-repeat;animation:25s linear infinite floatPlanets;z-index:0}@keyframes floatPlanets{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-50px) scale(1.1)}}.hero-content{position:relative;z-index:1;text-align:left;max-width:100%}.hero-content h1{font-size:2.6rem;font-weight:700;line-height:1.12;margin-bottom:1.2rem;color:var(--text-dark)}.hero-content h1 .highlight{color:var(--highlight);font-weight:700}.hero-what-you-get {background: rgba(255, 255, 255, 0.6); /* white with 60% transparency */padding: 20px 25px;border-radius: 12px;max-width: 100%;margin: 0 auto 2.5rem auto;box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);text-align: left;}.hero-what-you-get h3 {font-size: 1.32rem;font-weight: 600;color: #b71c1c;margin-bottom: 1rem;text-align: center;}.hero-what-you-get ul.hero-list {list-style: none;padding: 0;margin: 0;}.hero-what-you-get ul.hero-list li {position: relative;padding-left: 35px;margin-bottom: 12px;font-size: 1rem;color: var(--text-dark);line-height: 1.5;}.hero-what-you-get ul.hero-list li::before {content: "✔";position: absolute;left: 0;top: 0;color: #b71c1c;font-weight: 700;font-size: 1.2rem;}.hero-content .secure{align-items:center;gap:.8rem;font-size:1.05rem;font-weight:500;color:var(--text-light);margin:1.5rem 0 2rem;padding:.6rem 1.2rem;background:rgba(255, 255, 255, 0.6);border-radius:.75rem;border:1px solid rgba(230,119,0,.15)}.hero-content .secure strong{color:#b71c1c}.form-container{background:#fff;padding:35px 30px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.1);max-width:900px;margin:50px auto;animation:.6s ease-in-out fadeInRight}.form-container:hover{box-shadow:0 15px 40px rgba(0,0,0,.2)}.form-container h3{font-size:1.2rem;font-weight:700;color:#198754;margin-bottom:25px;text-align:center}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:20px}.form-dob,.form-time,.header-left{display:flex;gap:12px}label{display:block;margin-bottom:6px;font-size:.95rem;font-weight:500;color:#444}.form-control,.form-select,input,select{width:100%;padding:12px 14px;border:1px solid #dcdcdc;border-radius:10px;font-size:.95rem;outline:0;transition:.25s;background:#fdfdfd;color:var(--text-dark)}.form-control:focus,.form-select:focus,input:focus,select:focus{border-color:#198754;box-shadow:0 0 0 3px rgba(25,135,84,.12);background:#fff}.btn-theme,.story-card h3,.strength-card h3{background:var(--gradient-color)}input::placeholder{color:#aaa}.form-dob input,.form-time input{flex:1;text-align:center}.btn-theme{color:#fff;padding:14px 28px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:.3s;box-shadow:0 4px 12px rgba(25,135,84,.25);border:none}.btn-theme:hover{background:#157347;box-shadow:0 6px 16px rgba(25,135,84,.35);transform:translateY(-2px)}@keyframes fadeInRight{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.top-header{width:100%;background:0 0;padding:12px 25px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;position:absolute;top:0;left:0;z-index:1000}.header-left{align-items:center}.logo{width:180px;height:auto}.header-text{line-height:1.2}.header-text .tagline{font-weight:700;color:#fff;font-size:15px;text-shadow:0 1px 3px rgba(0,0,0,.4)}.header-text .since{font-size:13px;color:#eaeaea;text-shadow:0 1px 3px rgba(0,0,0,.4)}.form-error{color:#e74c3c;font-weight:500;font-size:.9rem;margin-top:4px;display:block;background:#fdecea;padding:4px 8px;border-left:4px solid #e74c3c;border-radius:4px}.state-modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);align-items:center;justify-content:center}.state-modal-content{background-color:#fff;width:90%;max-width:520px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.25);overflow:hidden}.state-modal-header{padding:16px 20px;background:#198754;color:#fff;display:flex;justify-content:space-between;align-items:center}.state-modal-close{font-size:28px;font-weight:700;cursor:pointer}.state-search-input{width:100%;padding:14px 16px;border:none;border-bottom:1px solid #ddd;font-size:1rem;outline:0}.state-list-box{max-height:340px;overflow-y:auto}.state-list-item{padding:14px 20px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background .15s}.eeat-card,.strength-card{transition:transform .3s,box-shadow .3s;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.1)}.state-list-item:hover{background-color:#f8f9fa}@media (min-width:992px){.hero-section .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:40px}.hero-content{width:35%;text-align:left}.form-container{width:65%;margin:0}}@media (max-width:991px){.hero-content{width:100%;text-align:center;margin-bottom:40px}.form-container{width:100%;max-width:600px;padding:30px}.hero-section{flex-direction:column;justify-content:center}}@media (max-width:576px){.hero-content h1{font-size:1.8rem}.form-control,.form-select{font-size:.9rem;padding:10px}.btn-theme{padding:12px 30px;font-size:1rem;width:100%}}.eeat-section,.faq-section,.stories-section{background:#fff;padding:80px 0;color:var(--text-dark);position:relative;overflow:hidden;text-align:center}.eeat-section::before{content:'';position:absolute;inset:0;background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1200"%3E%3Ccircle cx="200" cy="200" r="30" fill="%23ffca2844" opacity="0.3"/%3E%3Ccircle cx="1000" cy="300" r="40" fill="%23f57c0044" opacity="0.3"/%3E%3Ccircle cx="600" cy="800" r="35" fill="%23ffca2844" opacity="0.3"/%3E%3C/svg%3E') 0 0/cover;z-index:0}.eeat-content,.faq-content{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:0 20px}.duastro-content h2,.eeat-content h2,.faq-content h2,.stories-content h2,.strength-content h2{font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.eeat-content p{font-size:1.2rem;line-height:1.7;margin-bottom:20px}.eeat-card{background:var(--bg-light);padding:30px;margin-top:30px}.eeat-card:hover,.story-card:hover,.strength-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px rgba(0,0,0,.2)}.eeat-card h3{font-size:1.8rem;font-weight:700;margin-bottom:15px}.eeat-card p{font-size:1.1rem;line-height:1.6;color:var(--text-light)}.how-duastro-works-section,.strength-section{background:var(--bg-light);padding:80px 0;color:var(--text-dark);position:relative;overflow:hidden;text-align:center}.faq-section::before,.how-duastro-works-section::before,.stories-section::before,.strength-section::before{content:'';position:absolute;inset:0;background-size:cover;z-index:0}.duastro-content,.stories-content,.strength-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 20px}.duastro-content p,.faq-content p,.stories-content p,.strength-content p{font-size:1.2rem;line-height:1.7;margin-bottom:40px}.strength-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:30px}.strength-card{background:#fff;padding:30px}.strength-card h3{font-size:1.6rem;font-weight:700;margin-bottom:15px;-webkit-background-clip:text}.faq-item h3,.story-card h3,.timeline-content h4{font-weight:700;margin-bottom:10px}.faq-item p,.story-card p,.strength-card p{font-size:1rem;line-height:1.6;color:var(--text-light)}.stories-carousel{position:relative;overflow:hidden;width:100%}.stories-track{display:flex;transition:transform .5s ease-in-out}.carousel-btn,.faq-item,.story-card{transition:transform .3s,box-shadow .3s}.story-card{background:var(--bg-light);padding:30px;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.1);margin:0 15px;flex:0 0 300px}.story-card h3{font-size:1.6rem;-webkit-background-clip:text}.carousel-btn,.faq-item h3,.timeline::before{background:var(--gradient-color)}.carousel-controls{display:flex;justify-content:center;gap:20px;margin-top:20px}.carousel-btn{color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:1.2rem;cursor:pointer}.carousel-btn:hover,.faq-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.timeline-dot,.timeline::before{left:50%;transform:translateX(-50%)}.infographic-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media (min-width:992px){.infographic-container{flex-wrap:nowrap}}.timeline{position:relative;margin-top:40px;padding:20px 0}.timeline::before{content:'';position:absolute;top:0;width:4px;height:100%}.timeline-item{display:flex;align-items:center;margin:20px 0;position:relative}.timeline-item:nth-child(odd) .timeline-content{margin-right:20px;text-align:right}.timeline-item:nth-child(2n) .timeline-content{margin-left:20px;text-align:left}.timeline-content{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);width:45%;position:relative}.timeline-content h4{font-size:1.3rem;color:var(--text-dark)}.timeline-content p{font-size:.95rem;color:var(--text-light)}.timeline-dot{position:absolute;width:16px;height:16px;background:var(--primary-color);border-radius:50%;z-index:1}.highlight{color:#b71c1c;font-weight:700}.faq-item{background:var(--bg-light);padding:20px;border-radius:12px;text-align:left;margin-bottom:20px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.faq-item h3{font-size:1.5rem;-webkit-background-clip:text}.site-footer{background:#222;color:#ddd;text-align:center;font-size:.85rem;padding:15px 10px;line-height:1.6}.site-footer a{color:#ffca28;text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-contact,.footer-links{margin-bottom:8px}@media (max-width:768px){.top-header{display:none}.form-row{grid-template-columns:1fr;gap:15px}.form-container{padding:20px 16px;border-radius:12px;margin:20px 0}.eeat-section,.faq-section,.how-duastro-works-section,.stories-section,.strength-section{padding:60px 0}.duastro-content h2,.eeat-content h2,.faq-content h2,.stories-content h2,.strength-content h2{font-size:2rem}.carousel-btn,.duastro-content p,.eeat-content p,.faq-content p,.stories-content p,.strength-content p{font-size:1rem}.eeat-card,.strength-card{padding:20px}.eeat-card h3{font-size:1.4rem}.eeat-card p{font-size:.95rem}.faq-item h3,.story-card h3,.strength-card h3{font-size:1.3rem}.faq-item p,.story-card p,.strength-card p{font-size:.9rem}.story-card{flex:0 0 260px;padding:20px}.carousel-btn{padding:8px 16px}.timeline-content h4{font-size:1.2rem}.timeline-content p{font-size:.85rem}.faq-item{padding:15px}}@media (max-width:600px){.footer-links{display:block;margin-bottom:10px}}.form-row.three-cols{display:flex;flex-wrap:nowrap;gap:20px}.form-row.three-cols .col-md-4{flex:1} a {color: #1e88e5;text-decoration: underline;text-decoration-thickness: 2px;text-underline-offset: 3px;transition: color 0.25s ease, text-decoration-color 0.25s ease;} a:hover{color: #0d47a1;text-decoration-color: #0d47a1;}