.q-container{background:var(--bg-cream);min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding-top:60px}.q-card{background:#fff;width:430px;padding:32px;border-radius:16px;box-shadow:0 4px 20px #0000000f;text-align:left}.q-title{text-align:center;font-size:26px;font-weight:700;color:var(--green-dark)}.q-subtitle{text-align:center;margin-top:4px;font-size:18px;font-weight:600;color:var(--green-dark)}.q-desc{text-align:center;margin-bottom:24px;color:var(--gray-text)}.q-progress{width:100%;height:4px;background:#eaeaea;border-radius:4px;overflow:hidden;margin-bottom:8px}.q-progress-fill{height:100%;background:var(--green);transition:.3s ease}.q-step-label{font-size:13px;color:var(--gray-text);margin-bottom:18px}.q-question{font-size:17px;font-weight:600;margin-bottom:14px}.q-required{color:red}.q-options{display:flex;flex-direction:column;gap:12px}.q-option{padding:14px;border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:.2s}.q-option.selected{border-color:var(--green);background:#e8f7ef}.q-option input{transform:scale(1.2)}.q-nav{margin-top:30px;display:flex;justify-content:space-between}.q-prev{background:transparent;border:none;color:var(--green-dark);cursor:pointer}.q-next,.q-complete{background:var(--green);color:#fff;padding:10px 22px;border-radius:8px;border:none;cursor:pointer;opacity:.7;transition:.2s}.q-next.active,.q-complete{opacity:1}.q-links{text-align:center;margin-top:20px;font-size:14px}.q-links a{color:var(--green)}.q-powered{margin-top:20px;text-align:center;font-size:13px;color:#aaa}.q-input,.q-textarea{width:100%;padding:14px;border-radius:12px;border:1px solid var(--border);font-size:16px;outline:none}.q-input:focus,.q-textarea:focus{border-color:var(--green)}.q-textarea{min-height:90px;resize:vertical}.name-row{display:flex;gap:16px;margin-top:20px}.q-label{font-size:14px;margin-bottom:6px;display:block;color:var(--green-dark)}.q-error{color:red;font-size:14px;margin-bottom:12px;text-align:center}.appointment-wrapper{max-width:1100px;margin:40px auto;padding:20px;font-family:Inter,sans-serif;color:#1d2e28}.app-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:30px;color:#1d2e28}.progress-box{background:#f4f7f2;padding:20px;border-radius:10px;margin-bottom:25px}.progress-top{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px}.step-number{background:#d9e7df;padding:3px 10px;border-radius:8px;font-weight:600;color:#1d2e28}.progress-bar{width:100%;height:8px;background:#d7e2da;border-radius:8px;margin-bottom:10px;overflow:hidden}.progress-fill{height:100%;width:100%;background:#0b8a5f;border-radius:8px}.progress-labels{display:flex;justify-content:space-between;font-size:13px}.verified{font-weight:700;color:#0b8a5f}.program-box{background:#e8f8f0;padding:20px;border-radius:10px;border-left:6px solid #0b8a5f;display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.program-left strong{font-size:18px}.green-tag{display:inline-block;background:#0b8a5f;color:#fff;font-size:12px;padding:3px 8px;border-radius:6px;margin-top:5px}.program-price{font-size:20px;font-weight:700;color:#0b8a5f}.section-header{background:#eaf1ee;padding:18px;border-radius:10px;margin-bottom:25px}.section-header h3{margin:0;font-size:20px}.section-header p{margin-top:5px;color:#55655f;font-size:14px}.appointment-grid{display:grid;grid-template-columns:30% 68%;gap:2%}.provider-box{background:#f7faf7;padding:20px;border-radius:10px;border:1px solid #e1e7e1;height:fit-content}.provider-box h4{margin:0 0 5px}.provider-box p{margin:0 0 10px;font-size:14px;color:#61736b}.provider-select{width:100%;padding:12px;border-radius:8px;font-size:14px;border:1px solid #c9d5cd;background:#fff}.calendar-box{background:#f7faf7;padding:20px;border-radius:10px;border:1px solid #e1e7e1}.calendar-box h4{margin:0 0 15px}.placeholder-msg{padding:20px;text-align:center;color:#8b9b95}.calendar-list{display:flex;flex-direction:column;gap:20px}.slot-row{background:#fff;border:1px solid #e2ebe4;border-radius:10px;padding:15px}.slot-date{font-weight:600;margin-bottom:10px;font-size:15px}.slot-times{display:flex;flex-wrap:wrap;gap:10px}.time-btn{padding:8px 14px;border-radius:8px;border:1px solid #c7d6cd;background:#f4f7f2;cursor:pointer;font-size:14px;transition:.2s ease}.time-btn:hover{background:#0b8a5f;color:#fff;border-color:#0b8a5f}.no-slots{font-size:13px;color:#8a9a92}@media (max-width: 900px){.appointment-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-box{background:#fff;width:400px;max-width:90%;padding:25px;border-radius:12px;box-shadow:0 15px 40px #0003;position:relative}.modal-box.small{width:350px}.modal-close{background:transparent;font-size:24px;border:none;cursor:pointer;position:absolute;right:15px;top:10px}.modal-section{margin-bottom:15px}.btn-primary,.btn-secondary{padding:10px 16px;border-radius:8px;cursor:pointer;border:none;font-size:14px}.btn-primary{background:#0b8a5f;color:#fff}.btn-secondary{background:#e1e7e1;color:#1d2e28}.modal-footer{display:flex;justify-content:flex-end;gap:10px}.login-container{max-width:420px;margin:60px auto;padding:20px;font-family:Inter,sans-serif}.login-card{background:#f7faf7;border:1px solid #d9e5dd;padding:30px;border-radius:12px}.login-title{font-size:24px;font-weight:700;margin-bottom:5px;text-align:center}.login-subtitle{text-align:center;color:#667b72;margin-bottom:20px}.login-error{background:#ffe6e6;color:#c30000;padding:10px;border-radius:8px;margin-bottom:12px;text-align:center}.login-label{display:block;font-size:14px;margin-bottom:5px;color:#1d2e28}.login-input{width:100%;padding:12px;border:1px solid #c7d6cd;border-radius:8px;margin-bottom:15px;font-size:14px}.login-btn{width:100%;padding:12px;background:#0b8a5f;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;margin-top:5px}.login-btn:hover{background:#08744e}.login-footer{text-align:center;margin-top:20px;font-size:14px}.login-footer a{color:#0b8a5f;font-weight:600}:root{--bg-hero: #f5efe4;--bg-cream: #f5efe4;--bg-cream-alt: #f3ecdd;--bg-light: #ffffff;--green: #2f4734;--green-text: #294334;--green-dark: #1f3226;--gold: #c3a368;--gold-dark: #a2874f;--gray-text: #5c6d63;--muted-text: #7f8a84;--value-card-bg: #f3ebdd;--faq-panel-bg: #f4f6f8;--footer-bg: #16352a;--footer-text: #e5f0eb;--emergency-bg: #8c2f2f;--emergency-text: #fbe9e9;--container-width: 1200px;--radius-card: 10px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;background:var(--bg-cream);color:var(--green-text)}.section{width:100%;display:flex;justify-content:center;padding:80px 16px}.section--cream{background:var(--bg-cream)}.section--cream-alt{background:var(--bg-cream-alt)}.section--white{background:#fff}.container{width:100%;max-width:var(--container-width);margin:0 auto}.section-title{font-size:34px;font-weight:700;text-align:center;margin:0 0 20px;color:var(--green-text)}.section-subtitle{max-width:720px;margin:0 auto;text-align:center;font-size:17px;color:var(--gray-text)}.btn{border-radius:8px;padding:12px 26px;font-size:16px;font-weight:600;border:none;cursor:pointer;font-family:inherit}.btn--green{background:var(--green);color:#fff}.btn--green:hover{background:var(--green-dark)}.btn--outline-green{background:#fff;border:1px solid var(--green);color:var(--green)}.btn--outline-green:hover{background:var(--green);color:#fff}.btn--gold{background:var(--gold);color:#fff}.btn--gold:hover{background:var(--gold-dark)}.navbar{width:100%;background:#fff;border-bottom:1px solid #e7e1d6;position:sticky;top:0;z-index:1000;display:flex;justify-content:center}.navbar-inner{width:100%;max-width:var(--container-width);padding:16px 18px;display:flex;align-items:center;justify-content:space-between}.navbar-left{display:flex;align-items:center;gap:12px}.brand-name{font-weight:700;font-size:20px;color:var(--green-text)}.brand-tagline{font-size:13px;color:var(--muted-text)}.navbar-links{display:flex;align-items:center;gap:28px}.navbar-links button{background:transparent;border:none;font-size:15px;font-weight:500;color:var(--green-text);cursor:pointer;padding:0}.navbar-links button:hover{color:var(--gold-dark)}.navbar-book-btn{padding:10px 20px;border-radius:8px;background:var(--gold);color:#fff;font-weight:600;border:none;cursor:pointer}.hero{background:var(--bg-hero);padding:100px 16px 70px;display:flex;justify-content:center}.hero-container{max-width:var(--container-width);text-align:center}.hero-heading{font-size:48px;font-weight:700;margin:0;color:var(--green-text)}.hero-heading span{color:var(--gold)}.hero-subtext{margin:24px auto 32px;max-width:720px;font-size:18px;color:var(--gray-text)}.hero-cta{padding:14px 30px}.howitworks{background:#fff}.howitworks-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:34px;color:var(--green-text)}.howitworks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px 32px}.how-card{text-align:left}.how-icon{width:40px;height:40px;border-radius:12px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:22px}.how-card h3{margin:0 0 8px;font-size:18px;color:var(--green-text)}.how-card p{margin:0;font-size:15px;color:var(--gray-text)}.howitworks-bottom-cta{text-align:center;margin-top:40px}.whowehelp-section{background:var(--bg-cream-alt)}.whowehelp-header{text-align:center}.whowehelp-title{font-size:30px;font-weight:700;margin-bottom:16px;color:var(--green-text)}.whowehelp-subtext{max-width:720px;margin:0 auto 24px;font-size:17px;color:var(--gray-text)}.whowehelp-small{font-size:15px;color:var(--gray-text)}.whowehelp-values{margin-top:32px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}.whowehelp-value{display:flex;align-items:center;gap:12px;background:var(--value-card-bg);padding:18px 20px;border-radius:var(--radius-card)}.whowehelp-value-icon{width:28px;height:28px;border-radius:999px;background:var(--green);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.whowehelp-value span{font-size:15px;color:var(--green-text)}.whowehelp-banner{margin-top:40px;background:var(--value-card-bg);padding:26px 24px;border-radius:var(--radius-card);text-align:center;font-size:16px;font-weight:500;color:var(--green-text)}.whowehelp-banner .btn{margin-top:16px}.pricing-section{background:var(--bg-cream)}.pricing-title{text-align:center;font-size:30px;font-weight:700;margin:0 0 20px;color:var(--green-text)}.pricing-subtitle{font-size:20px;font-weight:600;margin:30px 0 12px;color:var(--green-text);text-align:left}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:24px}.pricing-card{background:#fff;border-radius:var(--radius-card);padding:26px 24px;box-shadow:0 1px 4px #0000000f}.pricing-card h4{margin:0 0 10px;font-size:18px;color:var(--green-text)}.price-amount{font-size:32px;font-weight:700;margin:4px 0 10px;color:var(--green-text)}.pricing-desc{font-size:14px;color:var(--gray-text);margin-bottom:18px}.pricing-card .btn{font-size:14px}.pricing-footnote{margin-top:14px;font-size:13px;color:var(--muted-text)}.aboutdoctor-section{background:var(--bg-cream-alt);padding:90px 16px;display:flex;justify-content:center}.aboutdoctor-container{max-width:var(--container-width);width:100%;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1.1fr);gap:60px;align-items:start}.aboutdoctor-left h2{font-size:30px;font-weight:700;margin:0 0 20px;color:var(--green-text)}.aboutdoctor-left p{font-size:16px;line-height:1.6;color:var(--gray-text);margin:0 0 18px}.aboutdoctor-approach h4{margin:8px 0 10px;font-size:17px;color:var(--green-text)}.aboutdoctor-approach ul{list-style:none;padding-left:0;margin:0 0 16px}.aboutdoctor-approach li{position:relative;padding-left:16px;margin-bottom:6px;font-size:15px;color:var(--green-text)}.aboutdoctor-approach li:before{content:"•";position:absolute;left:0}.aboutdoctor-btn{background:var(--green);color:#fff;padding:12px 26px;border-radius:8px;border:none;font-weight:600;cursor:pointer;margin-top:6px}.aboutdoctor-right{text-align:center}.aboutdoctor-photo-wrapper{width:190px;height:190px;border-radius:50%;overflow:hidden;margin:0 auto 18px;border:4px solid #ffffff;box-shadow:0 2px 6px #0000002e}.aboutdoctor-photo{width:100%;height:100%;object-fit:cover}.aboutdoctor-name{margin:0;font-weight:700;font-size:18px;color:var(--green-text)}.aboutdoctor-role{margin:4px 0 18px;font-size:14px;color:var(--gray-text)}.aboutdoctor-quote{max-width:360px;margin:0 auto;background:#fff;padding:14px 18px;border-radius:6px;font-size:14px;color:var(--gray-text);box-shadow:0 1px 4px #0000000f}.faq-section{background:var(--bg-cream);padding:80px 16px;display:flex;justify-content:center}.faq-inner{max-width:var(--container-width);width:100%}.faq-title{text-align:center;font-size:30px;font-weight:700;margin-bottom:30px;color:var(--green-text)}.faq-panel{background:var(--faq-panel-bg);border-radius:10px;padding:26px 30px}.faq-item{border-bottom:1px solid #dde2e9;padding:14px 0;cursor:pointer}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;align-items:center;justify-content:space-between;font-size:15px;color:var(--green-text)}.faq-toggle{font-size:20px;font-weight:500}.faq-answer{margin-top:8px;font-size:14px;color:var(--gray-text)}.disclaimer-section{background:#fff;padding:70px 16px 60px;display:flex;justify-content:center}.disclaimer-inner{max-width:900px;width:100%}.disclaimer-card{background:var(--bg-cream-alt);padding:28px 26px;border-radius:10px;text-align:left;box-shadow:0 1px 4px #0000000a}.disclaimer-title{text-align:center;font-size:20px;font-weight:700;color:var(--green-text);margin-bottom:16px}.disclaimer-text{font-size:14px;color:var(--gray-text);line-height:1.6}.footer{background:var(--footer-bg);color:var(--footer-text);padding:40px 16px 24px;margin-top:0}.footer-container{max-width:var(--container-width);margin:0 auto}.footer-top{display:grid;grid-template-columns:minmax(0,2fr) repeat(2,minmax(0,1fr));gap:40px;padding-bottom:30px;border-bottom:1px solid rgba(229,240,235,.25)}.footer-logo-block p{font-size:14px;margin:10px 0 0}.footer-heading{font-size:14px;font-weight:700;margin-bottom:10px}.footer-links,.footer-legal{font-size:14px}.footer-links a,.footer-legal a{display:block;text-decoration:none;color:var(--footer-text);margin-bottom:6px}.footer-links a:hover,.footer-legal a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-top:20px;font-size:13px}.footer-emergency{background:var(--emergency-bg);color:var(--emergency-text);padding:12px 16px;border-radius:6px;max-width:420px}@media (max-width: 900px){.navbar-inner{flex-direction:column;align-items:flex-start;gap:10px}.navbar-links{flex-wrap:wrap;gap:14px}.aboutdoctor-container,.whowehelp-values,.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media (max-width: 640px){.hero-heading{font-size:34px}.section{padding:60px 14px}.hero{padding-top:80px}}.section.section-cream{background:var(--bg-cream)}.section.section-light{background:var(--bg-cream-alt)}.section.section-white{background:#fff}.section-sub{max-width:720px;margin:0 auto 18px;text-align:center;font-size:17px;color:var(--gray-text)}.section-sub.section-sub-small{font-size:15px}.btn-outline{background:#fff;border:1px solid var(--green);color:var(--green)}.btn-outline:hover,.btn-secondary{background:var(--green);color:#fff}.btn-secondary:hover{background:var(--green-dark)}.booking-container{max-width:900px;margin:0 auto;text-align:center}.booking-title{font-size:34px;margin-bottom:8px;font-weight:700;color:var(--green-dark)}.booking-subtitle{font-size:18px;color:var(--gray-text);margin-bottom:32px}.booking-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));justify-content:center;margin-top:20px}.booking-card{background:#fff;border:1px solid var(--border);padding:28px;border-radius:12px;text-align:left;box-shadow:0 2px 6px #0000000f}.booking-card-title{font-size:20px;font-weight:700;margin-bottom:6px;color:var(--green-dark)}.booking-card-price{font-size:28px;font-weight:700;color:var(--green);margin:6px 0 12px}.booking-card-desc{font-size:15px;color:var(--gray-text);line-height:1.5;margin-bottom:20px}.booking-btn{width:100%;font-size:15px}.booking-links{margin-top:30px;text-align:center}.booking-links a{color:var(--green);font-weight:600;text-decoration:none}.booking-links a:hover{text-decoration:underline}.disclaimer-box{margin-top:40px;padding:30px;background:#f8f4ec;border-radius:10px;border-left:5px solid #0b8a5f;max-width:800px;margin-left:auto;margin-right:auto}.disclaimer-title{text-align:center;font-size:24px;margin-bottom:15px;color:#0b8a5f}.disclaimer-content p{margin-bottom:12px;line-height:1.6;color:#444}
