:root{--green-dark: #1a3c34;--green-mid: #2E5E4E;--green-light: #4A8C72;--sage: #8FAF94;--cream: #F7F5F0;--white: #FFFFFF;--text-primary: #1A1A1A;--text-muted: #5A5A5A;--text-light: #888;--border: #E0E0DA;--wa-green: #25D366;--font-display: "Georgia", "Times New Roman", serif;--font-body: -apple-system, "Helvetica Neue", Arial, sans-serif;--radius: 4px;--radius-lg: 8px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-primary);background:var(--white);line-height:1.6;font-size:15px}.dr-pg-hero{background:var(--green-dark);color:var(--white);padding:72px 40px 80px;text-align:center;position:relative;overflow:hidden}.dr-pg-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(74,140,114,.18) 0%,transparent 70%);pointer-events:none}.dr-pg-hero-label{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.18em;color:var(--sage);text-transform:uppercase;border:1px solid rgba(143,175,148,.4);padding:5px 14px;border-radius:20px;margin-bottom:24px}.dr-pg-hero h1{font-family:var(--font-display);font-size:clamp(28px,4vw,46px);font-weight:400;line-height:1.22;max-width:680px;margin:0 auto 20px;letter-spacing:-.01em;color:#fff}.dr-pg-hero h1 em{font-style:italic;color:#ffffffb3}.dr-pg-hero-sub{max-width:560px;margin:0 auto 40px;color:#ffffffb3;font-size:15px;line-height:1.7}.dr-pg-hero-cta-wrap{display:flex;flex-direction:column;align-items:center;gap:10px}.dr-pg-btn-primary{display:inline-block;background:var(--green-dark);color:var(--white);font-size:13px;font-weight:700;letter-spacing:.06em;padding:15px 36px;border-radius:var(--radius);text-decoration:none;border:none;cursor:pointer;transition:opacity .2s}.dr-pg-btn-primary:hover{opacity:.9}.dr-pg-hero-microcopy{font-size:12px;color:#ffffff73;letter-spacing:.04em}.dr-pg-hero-social-proof{margin-top:6px;font-size:12px;color:#ffffff80;font-style:italic}.dr-pg-trust-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white);padding:24px 40px;display:flex;justify-content:center;gap:0;flex-wrap:wrap}.dr-pg-trust-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 28px;border-right:1px solid var(--border);min-width:120px;text-align:center}.dr-pg-trust-item:last-child{border-right:none}.dr-pg-trust-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:20px}.dr-pg-trust-item h4{font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--text-primary);line-height:1.3}.dr-pg-trust-item p{font-size:10px;color:var(--text-muted);line-height:1.4}section{padding:72px 40px}.dr-pg-section-label{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--green-mid);margin-bottom:12px}.dr-pg-section-heading{font-family:var(--font-display);font-size:clamp(22px,3vw,34px);font-weight:400;line-height:1.25;letter-spacing:-.01em;color:var(--text-primary);margin-bottom:16px}.dr-pg-section-sub{font-size:15px;color:var(--text-muted);line-height:1.7;max-width:580px}.dr-pg-centered{text-align:center}.dr-pg-centered .dr-pg-section-sub{margin:0 auto}.dr-pg-container{max-width:1100px;margin:0 auto}.dr-pg-concerns-section{background:var(--white)}.dr-pg-concerns-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.dr-pg-concern-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;transition:border-color .2s,box-shadow .2s;cursor:default}.dr-pg-concern-card:hover{border-color:#1a3c344d;box-shadow:0 4px 20px #1a3c3412}.dr-pg-concern-icon{font-size:22px;margin-bottom:14px;display:block}.dr-pg-concern-card h3{font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:8px;letter-spacing:.01em}.dr-pg-concern-card p{font-size:13px;color:var(--text-muted);line-height:1.65}.dr-pg-outcomes-section{background:var(--green-dark);color:var(--white)}.dr-pg-outcomes-section .dr-pg-section-label{color:var(--sage)}.dr-pg-outcomes-section .dr-pg-section-heading{color:var(--white)}.dr-pg-outcomes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}.dr-pg-outcome-card{border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:32px 26px;background:var(--green-mid);transition:transform .3s ease,box-shadow .3s ease}.dr-pg-outcome-card:hover{border-color:#1a3c344d;box-shadow:0 4px 20px #1a3c3412;transform:scale(1.03)}.dr-pg-outcome-num{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--sage);text-transform:uppercase;margin-bottom:14px}.dr-pg-outcome-card h3{font-family:var(--font-display);font-size:18px;font-weight:400;color:var(--white);margin-bottom:12px;line-height:1.3}.dr-pg-outcome-card p{font-size:14px;color:#ffffffa6;line-height:1.7}.dr-pg-booking-section{background:var(--cream)}.dr-pg-booking-inner{max-width:760px;margin:0 auto}.dr-pg-booking-checklist{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;margin:32px 0;list-style:none}.dr-pg-booking-checklist li{font-size:13px;color:var(--text-primary);display:flex;align-items:center;gap:8px;font-weight:500}.dr-pg-booking-checklist li:before{content:"\2713";width:18px;height:18px;background:var(--green-dark);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.dr-pg-calendly-placeholder{background:var(--white);border:1.5px dashed var(--border);border-radius:var(--radius-lg);min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:30px 20px}.dr-pg-calendly-placeholder .dr-pg-cal-icon{font-size:36px;opacity:.35}.dr-pg-calendly-placeholder p{font-size:13px;color:var(--text-light)}.dr-pg-booking-scope{font-size:11px;color:var(--text-light);line-height:1.65;margin-top:20px;padding:14px 16px;border-left:2px solid var(--border);background:#00000005}.dr-pg-post-booking{font-size:13px;color:var(--text-muted);margin-top:20px;line-height:1.6;display:flex;gap:10px;align-items:flex-start}.dr-pg-post-booking:before{content:"\2139";flex-shrink:0;color:var(--green-light);font-size:14px}.dr-pg-testimonials-section{background:var(--white)}.dr-pg-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.dr-pg-review-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px}.dr-pg-stars{color:#f4b942;font-size:14px;margin-bottom:14px;letter-spacing:1px}.dr-pg-review-text{font-size:14px;color:var(--text-primary);line-height:1.7;font-style:italic;margin-bottom:18px}.dr-pg-reviewer{display:flex;align-items:center;gap:10px;padding-top:14px;border-top:1px solid var(--border)}.dr-pg-reviewer-avatar{width:32px;height:32px;border-radius:50%;background:var(--green-dark);color:var(--white);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dr-pg-reviewer-name{font-size:12px;font-weight:700;color:var(--text-primary)}.dr-pg-reviewer-product{font-size:11px;color:var(--text-light);margin-top:1px}.dr-pg-faq-section{background:var(--cream)}.dr-pg-faq-list{max-width:720px;margin:48px auto 0}.dr-pg-faq-item{border-bottom:1px solid var(--border)}.dr-pg-faq-item:first-child{border-top:1px solid var(--border)}.dr-pg-faq-q{width:100%;background:none;border:none;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:14px;font-weight:600;color:var(--text-primary);gap:16px;font-family:inherit}.dr-pg-faq-q:hover{color:var(--green-dark)}.dr-pg-faq-icon{width:22px;height:22px;flex-shrink:0;border:1.5px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-muted);transition:transform .25s,border-color .2s}.dr-pg-faq-item.dr-pg-open .dr-pg-faq-icon{transform:rotate(45deg);border-color:var(--green-dark);color:var(--green-dark)}.dr-pg-faq-a{font-size:14px;color:var(--text-muted);line-height:1.75;padding:0 0 20px;display:none;max-width:640px}.dr-pg-faq-item.dr-pg-open .dr-pg-faq-a{display:block}.dr-pg-whatsapp-section{background:var(--white)}.dr-pg-wa-inner{max-width:600px;margin:0 auto;text-align:center}.dr-pg-wa-benefits{list-style:none;margin:32px 0 36px;display:flex;flex-direction:column;gap:12px;text-align:left}.dr-pg-wa-benefits li{font-size:14px;color:var(--text-primary);display:flex;align-items:flex-start;gap:10px;line-height:1.5}.dr-pg-wa-benefits li span:first-child{flex-shrink:0;margin-top:1px}.dr-pg-btn-wa{display:inline-flex;align-items:center;gap:9px;background:var(--wa-green);color:var(--white);font-size:13px;font-weight:700;letter-spacing:.05em;padding:14px 32px;border-radius:var(--radius);text-decoration:none;border:none;cursor:pointer;transition:opacity .2s}.dr-pg-btn-wa:hover{opacity:.9}.dr-pg-btn-wa-icon{font-size:16px}.dr-pg-wa-sublabel{font-size:12px;color:var(--text-light);margin-top:10px}.dr-pg-email-band{background:var(--green-dark);color:var(--white);padding:60px 40px;text-align:center}.dr-pg-email-band h2{font-family:var(--font-display);font-size:clamp(20px,3vw,28px);font-weight:400;letter-spacing:.03em;margin-bottom:10px}.dr-pg-email-band p{font-size:14px;color:#ffffffa6;margin-bottom:28px}.dr-pg-email-form{display:flex;max-width:420px;margin:0 auto 10px;gap:0;border:1.5px solid rgba(255,255,255,.25);border-radius:var(--radius);overflow:hidden}.dr-pg-email-form input{flex:1;background:#ffffff14;border:none;padding:13px 18px;font-size:13px;color:var(--white);outline:none;font-family:inherit}.dr-pg-email-form input::placeholder{color:#fff6}.dr-pg-email-form button{background:var(--white);color:var(--green-dark);font-size:12px;font-weight:700;letter-spacing:.06em;padding:13px 22px;border:none;cursor:pointer;font-family:inherit;transition:opacity .2s}.dr-pg-email-form button:hover{opacity:.9}.dr-pg-email-disclaimer{font-size:11px;color:#ffffff4d}.dr-pg-disclaimer-footer{background:#f0edea;padding:24px 40px;text-align:center}.dr-pg-disclaimer-footer p{font-size:11px;color:var(--text-light);max-width:900px;margin:0 auto;line-height:1.7}.dr-pg-site-footer{background:var(--green-dark);color:#ffffffb3;padding:48px 40px 32px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:40px}.dr-pg-site-footer h4{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:16px}.dr-pg-site-footer ul{list-style:none}.dr-pg-site-footer li{margin-bottom:10px}.dr-pg-site-footer a{color:#ffffffb3;text-decoration:none;font-size:13px}.dr-pg-site-footer a:hover{color:var(--white)}.dr-pg-footer-logo{font-family:var(--font-display);font-size:20px;color:var(--white);font-weight:400;margin-bottom:10px}.dr-pg-footer-tagline{font-size:12px;line-height:1.6;margin-bottom:16px}.dr-pg-footer-copyright{border-top:1px solid rgba(255,255,255,.1);padding:20px 40px;background:var(--green-dark);text-align:center;font-size:11px;color:#ffffff59}@media(max-width:860px){.calendly-inline-widget{height:570px!important}.collapsible-content.collapsible-none-layout.isolate.content-container.content-container--full-width{padding:unset!important}.dr-pg-nav-links{display:none}section{padding:52px 20px}.dr-pg-hero{padding:52px 20px 60px}.dr-pg-doctor-card{grid-template-columns:1fr;gap:40px}.dr-pg-concerns-grid{grid-template-columns:1fr 1fr}.dr-pg-outcomes-grid,.dr-pg-reviews-grid{grid-template-columns:1fr}.dr-pg-trust-strip{gap:16px;padding:20px}.dr-pg-trust-item{padding:0 16px;min-width:90px}.dr-pg-booking-checklist{grid-template-columns:1fr}.dr-pg-site-footer{grid-template-columns:1fr 1fr}.dr-pg-email-form{flex-direction:column;border:none;gap:10px}.dr-pg-email-form input,.dr-pg-email-form button{border-radius:var(--radius);border:1.5px solid rgba(255,255,255,.25)}}@media(max-width:520px){.dr-pg-concerns-grid{grid-template-columns:1fr}.dr-pg-hero h1{font-size:26px}.dr-pg-site-footer{grid-template-columns:1fr}.dr-pg-trust-strip{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start}.calendly-inline-widget{height:500px!important}}section#shopify-section-template--22730120298752__1781782882dabc4744{background:#fff}section#shopify-section-template--22730120298752__collapsible_content_GgbkAX,.collapsible-content__wrapper.section-template--22730120298752__collapsible_content_GgbkAX-padding{background:#f7f5f0}section#shopify-section-sections--22730116235520__newsletter{padding:unset!important}
/*# sourceMappingURL=/cdn/shop/t/23/assets/dr_page.css.map */
