.esr-root{--green-900: var(--navy);--green-800: var(--teal-text);--green-700: var(--teal-text);--green-600: var(--teal-dark);--green-500: var(--teal);--green-400: var(--teal);--green-200: var(--teal-light);--green-100: var(--teal-light);--green-50: var(--teal-xlight);--gray-50: var(--light-bg);--gray-100: var(--border);--gray-200: var(--border);--gray-400: var(--muted);--gray-600: var(--text);--gray-800: var(--text);--wa: var(--whatsapp);--wa-dark: #1ebe5b;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.12);--shadow-lg: 0 8px 32px rgba(0,0,0,.16);color:var(--text);line-height:1.6}.esr-container{max-width:1100px;margin:0 auto;padding:0 20px}.esr-section{padding:80px 0}.esr-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--green-900);margin-bottom:10px;line-height:1.25}.esr-section-sub{color:var(--gray-600);font-size:.975rem;max-width:560px;margin-bottom:36px}.esr-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:var(--radius-sm);font-size:.925rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;white-space:nowrap}.esr-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.esr-btn:active{transform:translateY(0)}.esr-btn-wa{background:var(--wa);color:var(--white)}.esr-btn-wa:hover{background:var(--wa-dark)}.esr-btn-phone{background:var(--white);color:var(--green-700);border:2px solid var(--green-500)}.esr-btn-phone:hover{background:var(--green-50)}.esr-btn-map{background:transparent;color:var(--green-700);border:2px solid var(--green-200);font-size:.875rem}.esr-btn-map:hover{background:var(--green-50)}.esr-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--teal-deeper) 100%);color:var(--white);padding:150px 0 48px}.esr-hero-inner{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.esr-hero-eyebrow{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:var(--white);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:16px}.esr-hero-h1{font-size:clamp(1.75rem,4vw,2.6rem);font-weight:700;line-height:1.2;margin-bottom:16px;color:var(--white)}.esr-hero-sub{font-size:1rem;line-height:1.65;color:#ffffffd1;margin-bottom:20px;max-width:560px}.esr-hero-ctas{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.esr-hero-pills{display:flex;flex-wrap:wrap;gap:8px}.esr-hero-pill{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffd9;font-size:.78rem;font-weight:500;padding:5px 12px;border-radius:20px}.esr-hero-pill-break{flex-basis:100%;height:0}.esr-appt-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:28px 24px;color:var(--gray-800);position:sticky;top:16px}.esr-appt-card-badge{display:inline-block;background:var(--green-100);color:var(--green-800);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:20px;margin-bottom:12px}.esr-appt-card h3{font-size:1.15rem;font-weight:700;color:var(--green-900);margin-bottom:6px}.esr-appt-card p{font-size:.875rem;color:var(--gray-600);margin-bottom:18px;line-height:1.5}.esr-appt-card .esr-btn{width:100%;justify-content:center;margin-bottom:8px}.esr-appt-card-info{margin-top:18px;border-top:1px solid var(--gray-100);padding-top:16px}.esr-appt-card-info-row{display:flex;gap:8px;font-size:.82rem;color:var(--gray-600);margin-bottom:10px;line-height:1.4}.esr-appt-card-info-row strong{color:var(--gray-800)}.esr-appt-card-info-icon{font-size:1rem;flex-shrink:0;margin-top:1px;color:var(--teal)}.esr-trust-bar{background:var(--white);border-bottom:1px solid var(--gray-100);padding:20px 0}.esr-trust-bar-inner{display:flex;flex-wrap:wrap;justify-content:center}.esr-trust-item{display:flex;align-items:center;gap:10px;padding:8px 24px;border-right:1px solid var(--gray-100)}.esr-trust-item:last-child{border-right:none}.esr-trust-icon{width:36px;height:36px;background:var(--green-50);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;color:var(--teal)}.esr-trust-text strong{display:block;font-size:.875rem;font-weight:600;color:var(--green-900)}.esr-trust-text span{font-size:.78rem;color:var(--gray-400)}.esr-process{background:var(--white)}.esr-process-steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.esr-process-step{background:var(--green-50);border:1px solid var(--green-100);border-radius:var(--radius-md);padding:24px 20px;position:relative}.esr-process-step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--green-500);color:var(--white);border-radius:50%;font-size:.8rem;font-weight:700;margin-bottom:12px}.esr-process-step h3{font-size:.95rem;font-weight:700;color:var(--green-900);margin-bottom:6px}.esr-process-step p{font-size:.845rem;color:var(--gray-600);line-height:1.55}.esr-process-cta{margin-top:32px}.esr-why{background:var(--gray-50)}.esr-why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.esr-why-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:22px 20px}.esr-why-card-icon{font-size:1.4rem;margin-bottom:10px;color:var(--teal)}.esr-why-card h3{font-size:.95rem;font-weight:700;color:var(--green-900);margin-bottom:6px}.esr-why-card p{font-size:.845rem;color:var(--gray-600);line-height:1.55}.esr-location{background:var(--gray-50)}.esr-location-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.esr-location-map{background:var(--gray-100);border-radius:var(--radius-lg);overflow:hidden;height:320px}.esr-location-map iframe{width:100%;height:100%;border:0;display:block}.esr-location-info p{font-size:.925rem;color:var(--gray-600);margin-bottom:16px;line-height:1.6}.esr-location-address{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);padding:16px 18px;font-size:.875rem;color:var(--gray-800);margin-bottom:16px;line-height:1.6}.esr-location-address strong{display:block;color:var(--green-900);font-weight:600;margin-bottom:4px}.esr-location-nearby{font-size:.83rem;color:var(--gray-400);margin-bottom:20px;line-height:1.5}.esr-location-ctas{display:flex;flex-wrap:wrap;gap:10px}.esr-faq{background:var(--gray-50)}.esr-faq-list{max-width:760px}.esr-faq-item{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-md);margin-bottom:8px;overflow:hidden}.esr-faq-question{list-style:none;width:100%;padding:18px 20px;font-size:.925rem;font-weight:600;color:var(--green-900);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:background .15s}.esr-faq-question::-webkit-details-marker{display:none}.esr-faq-question:hover{background:var(--green-50)}.esr-faq-question:after{content:"▾";flex-shrink:0;color:var(--green-500);transition:transform .25s;font-size:1rem}.esr-faq-item[open] .esr-faq-question:after{transform:rotate(180deg)}.esr-faq-answer{padding:0 20px 18px;font-size:.875rem;color:var(--gray-600);line-height:1.65}.esr-final-cta{background:linear-gradient(135deg,var(--navy) 0%,var(--teal-deeper) 100%);color:var(--white);padding:64px 0;text-align:center}.esr-final-cta h2{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:700;margin-bottom:14px}.esr-final-cta p{font-size:1rem;color:#fffc;max-width:560px;margin:0 auto 32px;line-height:1.65}.esr-final-cta-btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}@media(max-width:900px){.esr-hero-inner{grid-template-columns:1fr}.esr-appt-card{position:static}.esr-appt-card .esr-btn{display:none}.esr-location-inner{grid-template-columns:1fr}}@media(max-width:640px){.esr-hero{padding:100px 0 40px}.esr-section{padding:56px 0}.esr-trust-item{padding:8px 16px;border-right:none;border-bottom:1px solid var(--gray-100)}.esr-trust-item:last-child{border-bottom:none}.esr-hero-ctas{flex-direction:column;gap:10px}.esr-hero-ctas .esr-btn{width:100%;justify-content:center}.esr-final-cta .esr-btn-map{display:none}.esr-trust-bar-inner .esr-trust-item:last-child{display:none}.esr-trust-bar-inner .esr-trust-item:nth-last-child(2){border-bottom:none}.esr-final-cta-btns{flex-direction:column}.esr-final-cta-btns .esr-btn{width:100%;justify-content:center}.esr-location-ctas{flex-direction:column}.esr-location-ctas .esr-btn{width:100%;justify-content:center}.esr-hero-pills{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:8px}.esr-hero-pill{text-align:center;display:flex;align-items:center;justify-content:center}.esr-hero-pill-break{display:none}}@media(prefers-reduced-motion:reduce){.esr-root *{transition:none!important;animation:none!important}}
