*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Inter', sans-serif; color: #1a1a2e; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title .tag { color: #b84d12; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 10px; }
.section-title h2 { font-size: 38px; font-weight: 800; line-height: 1.15; }
.section-title p { color: #666; margin-top: 12px; font-size: 16px; max-width: 550px; margin-left: auto; margin-right: auto; }

:root { --primary: #f17732; --primary-dark: #d45d1e; --primary-glow: rgba(241,119,50,0.25); --secondary: #03c0b4; --dark: #0f0f23; --text: #444; --light: #f4f6fb; }

.btn { display: inline-block; padding: 16px 36px; border-radius: 60px; font-weight: 700; font-size: 15px; font-family: 'Jost', sans-serif; cursor: pointer; border: none; transition: all 0.35s cubic-bezier(.4,0,.2,1); text-align: center; position: relative; overflow: hidden; }
.btn::after { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,0.15); transform: translateX(-100%) skewX(-20deg); transition: transform 0.5s; }
.btn:hover::after { transform: translateX(100%) skewX(-20deg); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: white; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 35px var(--primary-glow); }
.btn-secondary { background: var(--secondary); color: white; }
.btn-secondary:hover { background: #029e94; transform: translateY(-3px); box-shadow: 0 12px 35px rgba(3,192,180,0.35); }
.btn-wa { background: linear-gradient(135deg, #25D366, #1da851); color: white; }
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(37,211,102,0.4); }
.btn-outline-light { background: rgba(255,255,255,0.08); color: white; border: 1.5px solid rgba(255,255,255,0.3); backdrop-filter: blur(6px); }
.btn-outline-light:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.6); transform: translateY(-3px); }

/* NAV */
.nav-bar { background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); box-shadow: 0 1px 30px rgba(0,0,0,0.06); position: sticky; top: 0; z-index: 1000; }
.nav-bar-inner { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid var(--primary); }
.logo-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.logo-text h1 { font-size: 20px; font-weight: 900; color: var(--dark); letter-spacing: -0.5px; }
.logo-text h1 span { color: var(--primary); }
.logo-text small { font-size: 10px; color: #666; letter-spacing: 1.5px; text-transform: uppercase; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a { padding: 8px 16px; font-weight: 500; font-size: 14px; color: var(--text); border-radius: 8px; }
.nav-links a:hover { background: #f5f5f5; color: var(--primary); }
.nav-cta { margin-left: 8px; }
.nav-toggle { display: none; font-size: 22px; background: none; border: none; cursor: pointer; color: var(--dark); padding: 8px; }

/* HERO */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(165deg, rgba(15,15,35,0.92) 0%, rgba(15,15,35,0.92) 15%, rgba(15,15,35,0.5) 100%); }
.hero-overlay::after { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='g' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(255,255,255,0.04)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23g)'/%3E%3C/svg%3E"); }

.hero .container { position: relative; z-index: 2; color: white; width: 100%; }

.hero-deco { position: absolute; pointer-events: none; z-index: 1; }
.hero-deco-1 { top: 15%; right: 8%; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(241,119,50,0.12) 0%, transparent 70%); }
.hero-deco-2 { bottom: 10%; right: 15%; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(3,192,180,0.1) 0%, transparent 70%); }

.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); padding: 6px 18px 6px 6px; border-radius: 60px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 24px; color: rgba(255,255,255,0.8); backdrop-filter: blur(10px); }
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); animation: pulse-dot 1.8s infinite; }
@keyframes pulse-dot { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

.hero-content { max-width: 720px; }
.hero-content h1 { font-size: 48px; font-weight: 900; line-height: 1.12; margin-bottom: 6px; letter-spacing: -0.5px; }
.hero-content h1 .highlight { background: linear-gradient(135deg, var(--primary), #ff9a5a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-content .sub { font-size: 18px; color: rgba(255,255,255,0.7); margin-bottom: 28px; max-width: 580px; font-weight: 400; line-height: 1.6; }

.hero-pain { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 32px; max-width: 620px; }
.hero-pain li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.85); padding: 8px 12px; background: rgba(255,255,255,0.04); border-radius: 10px; border: 1px solid rgba(255,255,255,0.05); }
.hero-pain li i { color: var(--secondary); font-size: 14px; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 35px; }
.hero-actions .btn-wa { font-size: 17px; padding: 18px 42px; }
.hero-actions .phone-link { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.6); font-size: 14px; font-weight: 500; }
.hero-actions .phone-link:hover { color: white; }
.hero-actions .phone-link i { color: var(--primary); }

.hero-trust { display: flex; gap: 30px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; }
.hero-trust-item { display: flex; align-items: center; gap: 10px; }
.hero-trust-item .icon-box { width: 36px; height: 36px; border-radius: 10px; background: rgba(241,119,50,0.1); display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 15px; }
.hero-trust-item div { display: flex; flex-direction: column; }
.hero-trust-item .val { font-size: 14px; font-weight: 700; }
.hero-trust-item .lbl { font-size: 11px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.5px; }

/* PAIN → SOLUTION */
.ps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.ps-card { background: white; border-radius: 16px; padding: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.04); }
.ps-card.pain { border-left: 5px solid #e74c3c; }
.ps-card.solution { border-left: 5px solid var(--secondary); }
.ps-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 15px; }
.ps-card.pain h3 i { color: #e74c3c; margin-right: 10px; }
.ps-card.solution h3 i { color: var(--secondary); margin-right: 10px; }
.ps-card ul li { padding: 8px 0; display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--text); }
.ps-card.pain ul li i { color: #e74c3c; font-size: 14px; }
.ps-card.solution ul li i { color: var(--secondary); font-size: 14px; }

/* SERVICES */
.serv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.serv-card { background: white; border-radius: 18px; padding: 32px 24px; box-shadow: 0 4px 24px rgba(0,0,0,0.04); transition: all 0.35s; border: 1px solid #f0f0f0; }
.serv-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); border-color: var(--primary); }
.serv-card .icon { width: 58px; height: 58px; line-height: 58px; border-radius: 16px; background: linear-gradient(135deg, rgba(241,119,50,0.08), rgba(241,119,50,0.02)); color: var(--primary); text-align: center; font-size: 24px; margin-bottom: 18px; border: 1px solid rgba(241,119,50,0.06); }
.serv-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.serv-card p { font-size: 14px; color: var(--text); margin-bottom: 14px; line-height: 1.7; }
.serv-card .benefits { margin: 10px 0 16px; }
.serv-card .benefits li { font-size: 13px; color: var(--text); padding: 3px 0; display: flex; align-items: center; gap: 8px; }
.serv-card .benefits li i { color: var(--secondary); font-size: 12px; }
.serv-card .btn-sm { padding: 10px 22px; font-size: 13px; display: inline-block; }

/* WHY US */
.why-us { background: var(--dark); color: white; position: relative; overflow: hidden; }
.why-us::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(241,119,50,0.06) 0%, transparent 70%); pointer-events: none; }
.why-us .section-title h2 { color: white; }
.why-us .section-title p { color: rgba(255,255,255,0.7); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-item { display: flex; gap: 18px; padding: 28px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; transition: all 0.3s; }
.why-item:hover { background: rgba(255,255,255,0.06); border-color: rgba(241,119,50,0.2); }
.why-item .num { font-size: 32px; font-weight: 900; color: var(--primary); font-family: 'Jost', sans-serif; line-height: 1; min-width: 40px; }
.why-item .content h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.why-item .content p { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.6; }

/* DOCTOR */
.doctor .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.doctor .img-wrap { border-radius: 20px; overflow: hidden; position: relative; }
.doctor .img-wrap::before { content: ''; position: absolute; inset: 0; border: 2px solid rgba(241,119,50,0.1); border-radius: 20px; pointer-events: none; }
.doctor .img-wrap img { width: 100%; }
.doctor .tag { color: #b84d12; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; margin-bottom: 10px; }
.doctor h2 { font-size: 34px; font-weight: 800; margin-bottom: 14px; line-height: 1.2; }
.doctor h2 span { color: var(--primary); }
.doctor p { color: var(--text); margin-bottom: 12px; font-size: 15px; }
.doctor .creds { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
.doctor .creds li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); }
.doctor .creds li i { color: var(--secondary); }

/* EQUIPMENT */
.equipment { background: var(--light); }
.eq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.eq-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.03); transition: all 0.3s; }
.eq-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.eq-card .eq-img { width: 100%; height: 160px; object-fit: cover; }
.eq-card .eq-body { padding: 20px 22px 24px; text-align: center; }
.eq-card .eq-body .icon { font-size: 32px; color: var(--primary); margin-bottom: 10px; }
.eq-card .eq-body h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.eq-card .eq-body p { font-size: 13px; color: var(--text); }

/* TESTIMONIALS */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: white; border-radius: 18px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); border: 1px solid #f5f5f5; }
.testi-card .stars { color: #ffb800; margin-bottom: 12px; font-size: 14px; }
.testi-card p { color: var(--text); font-style: italic; font-size: 14px; margin-bottom: 18px; line-height: 1.7; }
.testi-card .author { display: flex; align-items: center; gap: 12px; }
.testi-card .author img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid #f0f0f0; }
.testi-card .author h4 { font-size: 15px; font-weight: 700; }
.testi-card .author span { font-size: 12px; color: #555; }

/* CTA BANNER */
.cta-banner { background: linear-gradient(135deg, var(--primary) 0%, #e8651a 50%, #ff8a4a 100%); color: white; text-align: center; padding: 70px 0; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='g2' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(255,255,255,0.06)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23g2)'/%3E%3C/svg%3E"); pointer-events: none; }
.cta-banner .container { position: relative; z-index: 1; }
.cta-banner h2 { font-size: 36px; font-weight: 800; }
.cta-banner p { font-size: 18px; opacity: 0.9; margin: 12px auto 24px; max-width: 550px; }
.cta-banner .phone-big { font-size: 32px; font-weight: 900; margin-bottom: 18px; display: block; letter-spacing: 1px; }
.cta-banner .phone-big i { margin-right: 10px; }

/* COVERAGE GRID */
.cov-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.cov-grid > div { padding: 28px; background: rgba(255,255,255,0.03); border-radius: 16px; border: 1px solid rgba(255,255,255,0.06); }
.cov-grid h3 { font-size: 17px; font-weight: 700; }
.cov-grid p { font-size: 13px; color: rgba(255,255,255,0.65); }

/* FAQ */
.faq-wrap { max-width: 720px; margin: 0 auto; }
.faq-item { border: 1px solid #eee; border-radius: 14px; margin-bottom: 10px; overflow: hidden; }
.faq-q { padding: 18px 24px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 15px; background: white; }
.faq-q i { transition: all 0.3s; color: var(--primary); font-size: 13px; }
.faq-q.active i { transform: rotate(180deg); }
.faq-a { padding: 0 24px; max-height: 0; overflow: hidden; transition: all 0.35s; }
.faq-a.open { padding: 0 24px 18px; max-height: 260px; }
.faq-a p { color: var(--text); font-size: 14px; line-height: 1.7; }

/* CONTACT INFO BAR */
.contact-info-bar { background: var(--dark); color: white; }
.contact-info-bar .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info-bar h3 { font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.contact-info-bar p { margin-bottom: 6px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.75); font-size: 14px; }
.contact-info-bar p i { color: var(--primary); width: 18px; text-align: center; }
.contact-info-bar .map-wrap { border-radius: 14px; overflow: hidden; margin-top: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.hours-list li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 14px; }
.hours-list li span:last-child { color: var(--primary); font-weight: 600; }

/* FORM */
.form-section { background: var(--light); }
.form-box { max-width: 640px; margin: 0 auto; background: white; border-radius: 20px; padding: 40px; box-shadow: 0 8px 40px rgba(0,0,0,0.04); }
.form-box form { display: grid; gap: 14px; }
.form-box .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-box input, .form-box select, .form-box textarea { padding: 14px 18px; border: 1.5px solid #e8e8e8; border-radius: 12px; font-family: inherit; font-size: 14px; width: 100%; background: #fafafa; transition: all 0.3s; }
.form-box input:focus, .form-box select:focus, .form-box textarea:focus { outline: none; border-color: var(--primary); background: white; box-shadow: 0 0 0 4px rgba(241,119,50,0.06); }
.form-box textarea { resize: vertical; }

/* FOOTER */
.footer { background: #0a0a18; color: rgba(255,255,255,0.8); padding: 60px 0 0; }
.footer .grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer h4 { font-size: 16px; font-weight: 700; margin-bottom: 18px; color: white; }
.footer p { font-size: 14px; line-height: 1.8; }
.footer .social { margin-top: 16px; display: flex; gap: 10px; }
.footer .social a { width: 36px; height: 36px; line-height: 36px; border-radius: 50%; background: rgba(255,255,255,0.05); color: white; text-align: center; font-size: 14px; transition: all 0.3s; }
.footer .social a:hover { background: var(--primary); transform: translateY(-2px); }
.footer ul li a { font-size: 14px; padding: 4px 0; display: block; color: rgba(255,255,255,0.8); }
.footer ul li a:hover { color: var(--primary); padding-left: 4px; }
.footer .bottom { border-top: 1px solid rgba(255,255,255,0.05); margin-top: 50px; padding: 20px 0; text-align: center; font-size: 13px; }

/* WHATSAPP FLOAT */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #25D366, #1da851); color: white; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 6px 24px rgba(37,211,102,0.45); transition: all 0.3s; }
.whatsapp-float:hover { transform: scale(1.08); color: white; }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(241,119,50,0.4); } 100% { box-shadow: 0 0 0 22px rgba(241,119,50,0); } }
.pulse { animation: pulse 2.2s infinite; }

@media (max-width: 1024px) {
	.hero-content h1 { font-size: 40px; }
	.serv-grid, .eq-grid { grid-template-columns: repeat(2, 1fr); }
	.why-grid { grid-template-columns: repeat(2, 1fr); }
	.logo-text h1 { font-size: 18px; }
	.logo-text small { font-size: 9px; }
	.nav-cta { padding: 10px 20px; font-size: 13px; }
}
@media (max-width: 768px) {
	.hero-deco { display: none; }
	.nav-links a { display: none; }
	.nav-links .nav-cta { display: inline-block; margin-left: 0; }
	.nav-links.mobile-open { display: flex; flex-direction: column; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); padding: 16px 24px; box-shadow: 0 20px 60px rgba(0,0,0,0.1); }
	.nav-links.mobile-open a { display: block; padding: 12px 0; border-bottom: 1px solid #f0f0f0; width: 100%; }
	.nav-links.mobile-open .nav-cta { margin-top: 8px; text-align: center; }
	.nav-toggle { display: block; }
	.logo-text { display: none; }
	.logo-icon { width: 48px; height: 48px; border: none; }
	.hero { min-height: 0; padding: 100px 0 60px; }
	.hero-content h1 { font-size: 32px; }
	.hero-content .sub { font-size: 16px; }
	.hero-pain { grid-template-columns: 1fr; }
	.hero-pain li { font-size: 13px; }
	.hero-actions .btn-wa { font-size: 15px; padding: 16px 28px; width: 100%; text-align: center; }
	.hero-trust { gap: 16px; }
	.ps-grid, .doctor .grid, .contact-info-bar .grid, .footer .grid { grid-template-columns: 1fr; }
	.testi-grid { grid-template-columns: 1fr; }
	.serv-grid, .eq-grid, .why-grid { grid-template-columns: 1fr; }
	.form-box { padding: 24px; }
	.form-box .row-2 { grid-template-columns: 1fr; }
	.cta-banner h2 { font-size: 26px; }
	.cta-banner .phone-big { font-size: 24px; }
	.doctor .creds { grid-template-columns: 1fr; }
	.section-title h2 { font-size: 28px; }
	.nav-cta { padding: 8px 16px; font-size: 12px; }
	.logo-text h1 { font-size: 16px; }
	.logo-text small { font-size: 8px; }
	.ps-card h3 { font-size: 16px; }
	.ps-card ul li { font-size: 14px; }
	.cov-grid { grid-template-columns: 1fr !important; }
	.cov-grid > div { padding: 20px !important; }
	.cov-grid h3 { font-size: 16px; }
	.cov-grid p { font-size: 14px !important; }
	.longtail-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
	.container { padding: 0 16px; }
	.section { padding: 50px 0; }
	.hero { padding: 80px 0 40px; }
	.hero-content h1 { font-size: 26px; }
	.hero-content .sub { font-size: 14px; }
	.hero-badge { font-size: 10px; padding: 4px 12px 4px 4px; }
	.hero-pain li { font-size: 12px; padding: 6px 10px; }
	.hero-actions .btn-wa { font-size: 14px; padding: 14px 20px; }
	.hero-actions .btn-outline-light { font-size: 13px; padding: 14px 20px; width: 100%; text-align: center; }
	.hero-trust-item .val { font-size: 12px; }
	.hero-trust-item .lbl { font-size: 10px; }
	.section-title h2 { font-size: 22px; }
	.section-title p { font-size: 14px; }
	.section-title .tag { font-size: 11px; }
	.ps-card { padding: 20px; }
	.ps-card h3 { font-size: 14px; }
	.ps-card ul li { font-size: 13px; }
	.serv-card { padding: 22px 18px; }
	.serv-card h3 { font-size: 16px; }
	.serv-card p { font-size: 13px; }
	.why-item { padding: 20px; }
	.why-item .num { font-size: 26px; min-width: 32px; }
	.why-item .content h3 { font-size: 14px; }
	.why-item .content p { font-size: 12px; }
	.doctor h2 { font-size: 24px; }
	.doctor p { font-size: 14px; }
	.eq-card .eq-img { height: 120px; }
	.eq-card .eq-body { padding: 16px; }
	.eq-card .eq-body h3 { font-size: 14px; }
	.eq-card .eq-body p { font-size: 12px; }
	.testi-card { padding: 24px; }
	.testi-card p { font-size: 13px; }
	.cta-banner h2 { font-size: 22px; }
	.cta-banner p { font-size: 14px; }
	.cta-banner .phone-big { font-size: 20px; }
	.form-box { padding: 18px; }
	.form-box input, .form-box select, .form-box textarea { font-size: 13px; padding: 12px 14px; }
	.contact-info-bar h3 { font-size: 16px; }
	.contact-info-bar p { font-size: 13px; }
	.contact-info-bar .grid { gap: 24px; }
	.footer .grid { gap: 24px; }
	.footer h4 { font-size: 14px; }
	.footer p, .footer ul li a { font-size: 13px; }
	.faq-q { font-size: 13px; padding: 14px 18px; }
	.faq-a p { font-size: 13px; }
	.btn { padding: 14px 24px; font-size: 13px; }
	.logo-text h1 { font-size: 14px; }
	.logo-text small { font-size: 8px; }
	.logo-icon { width: 44px; height: 44px; }
	.nav-cta { padding: 8px 14px !important; font-size: 11px !important; }
	.whatsapp-float { width: 48px; height: 48px; font-size: 24px; bottom: 16px; right: 16px; }
}
