/*
Theme Name: Gastroinflorida.com Template
Theme URI: https://example.com/city-gastro
Author: Sudheer Dunga
Author URI: https://www.linkedin.com/in/sudheerdunga/
Description: Custom Template designed and developed for Dr. Viktram Tarugu's Gastro Clinic's in Okeechobee and Wellington, Florida, USA.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: medical, gastroenterology, clean, modern, responsive
Text Domain: city-gastro
*/

/* ── CSS Variables ─────────────────────────────── */
:root {
  --navy: #0a1f3c;
  --navy-mid: #122952;
  --teal: #1b7f79;
  --teal-light: #23a49d;
  --gold: #c9a84c;
  --cream: #f7f4ef;
  --white: #ffffff;
  --text: #1a1a2e;
  --muted: #5a6478;
  --border: #e0dbd2;
  --radius: 10px;
  --shadow: 0 4px 24px rgba(10, 31, 60, .10);
  --ff-head: 'Playfair Display', Georgia, serif;
  --ff-body: 'DM Sans', sans-serif;
  --transition: 0.28s cubic-bezier(.4, 0, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth }
body { font-family: var(--ff-body); color: var(--text); background: var(--white); overflow-x: hidden }
img { max-width: 100%; display: block }
a { text-decoration: none; color: inherit }

/* ── Utility Bar ───────────────────────────────── */
.util-bar { background: var(--navy); color: #cfd8e8; font-size: .82rem; padding: .45rem 0 }
.util-bar .inner { max-width: 1200px; margin: auto; padding: 0 24px; display: flex; gap: 1.6rem; align-items: center; justify-content: center; flex-wrap: wrap }
.util-bar a { color: #cfd8e8; display: flex; align-items: center; gap: .4rem; transition: color var(--transition) }
.util-bar a:hover { color: var(--gold) }
.util-bar .badge { background: var(--teal); color: #fff; border-radius: 4px; padding: .1rem .55rem; font-size: .75rem; font-weight: 600; letter-spacing: .03em }

/* ── Header / Nav ──────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); box-shadow: 0 2px 16px rgba(10, 31, 60, .09); padding: .7rem 0 }
.nav-inner { max-width: 1200px; margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 1rem }
.logo { display: flex; flex-direction: column }
.logo-name { font-family: var(--ff-head); font-size: 1.18rem; font-weight: 700; color: var(--navy); line-height: 1.1 }
.logo-sub { font-size: .7rem; color: var(--teal); font-weight: 500; letter-spacing: .08em; text-transform: uppercase }
.custom-logo-link img { max-height: 70px; width: auto; object-fit: contain }
.nav-links { display: flex; gap: .15rem; align-items: center; list-style: none }
.nav-links a { padding: .42rem .6rem; border-radius: 6px; font-size: .85rem; font-weight: 500; color: var(--text); transition: background var(--transition), color var(--transition) }
.nav-links a:hover { background: var(--cream); color: var(--teal) }
.nav-cta { background: var(--teal); color: #fff!important; border-radius: 6px; padding: .42rem 1.1rem!important; font-weight: 600!important; transition: background var(--transition)!important }
.nav-cta:hover { background: var(--navy)!important }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; border: none; background: none }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--transition) }
.mobile-menu { display: none; position: fixed; inset: 0; background: rgba(10, 31, 60, .97); z-index: 200; flex-direction: column; align-items: center; justify-content: center; gap: 1.2rem }
.mobile-menu.open { display: flex }
.mobile-menu a { color: #fff; font-size: 1.25rem; font-weight: 500; padding: .5rem 2rem; border-radius: 8px; transition: background var(--transition) }
.mobile-menu a:hover { background: rgba(255, 255, 255, .1) }
.mobile-menu .close-btn { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; color: #fff; font-size: 1.8rem; cursor: pointer }

/* ── Sections ──────────────────────────────────── */
section { padding: 72px 0 }
.container { max-width: 1200px; margin: auto; padding: 0 24px }
.section-label { font-size: .78rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--teal); margin-bottom: .6rem }
.section-title { font-family: var(--ff-head); font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 700; color: var(--navy); line-height: 1.22 }
.section-sub { color: var(--muted); font-size: 1rem; line-height: 1.7; margin-top: .9rem; max-width: 600px }

/* ── Hero ──────────────────────────────────────── */
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 55%, var(--teal) 100%); color: #fff; padding: 0; min-height: 88vh; display: flex; align-items: center; position: relative; overflow: hidden }
.hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='28'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: .5 }
.hero-blob { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(27, 127, 121, .35) 0%, transparent 70%); pointer-events: none }
.hero-inner { max-width: 1200px; margin: auto; padding: 80px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; position: relative; z-index: 1 }
.hero-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem }
.hero-badge { background: rgba(201, 168, 76, .18); border: 1px solid rgba(201, 168, 76, .4); color: var(--gold); border-radius: 100px; padding: .28rem .85rem; font-size: .78rem; font-weight: 600; letter-spacing: .04em }
.hero h1 { font-family: var(--ff-head); font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 700; line-height: 1.18; margin-bottom: 1.1rem }
.hero h1 em { color: var(--gold); font-style: normal }
.hero-desc { color: rgba(255, 255, 255, .8); font-size: 1.05rem; line-height: 1.7; margin-bottom: 1.8rem }
.hero-features { display: flex; flex-direction: column; gap: .55rem; margin-bottom: 2rem }
.hero-feature { display: flex; align-items: center; gap: .6rem; color: rgba(255, 255, 255, .88); font-size: .92rem }
.hero-feature::before { content: '✓'; width: 20px; height: 20px; background: var(--teal-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .68rem; font-weight: 700; flex-shrink: 0 }
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .85rem 1.8rem; border-radius: 8px; font-weight: 600; font-size: .95rem; transition: all var(--transition); cursor: pointer; border: none }
.btn-primary { background: var(--gold); color: var(--navy) }
.btn-primary:hover { background: #e0ba5c; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(201, 168, 76, .35) }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, .4) }
.btn-outline:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .7) }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap }
.hero-card { background: rgba(255, 255, 255, .07); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, .12); border-radius: 16px; padding: 2rem; display: flex; flex-direction: column; gap: 1.2rem }
.hero-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem }
.hero-stat { text-align: center; padding: .8rem; background: rgba(255, 255, 255, .06); border-radius: 10px }
.hero-stat-num { font-family: var(--ff-head); font-size: 1.9rem; font-weight: 700; color: var(--gold) }
.hero-stat-label { font-size: .75rem; color: rgba(255, 255, 255, .65); margin-top: .15rem }
.hero-card-cta { background: var(--teal-light); color: #fff; text-align: center; border-radius: 10px; padding: 1rem; font-weight: 600; font-size: .95rem; transition: background var(--transition) }
.hero-card-cta:hover { background: var(--teal) }
.hero-affiliations { display: flex; gap: .6rem; flex-wrap: wrap; font-size: .75rem; color: rgba(255, 255, 255, .55) }
.aff-pill { border: 1px solid rgba(255, 255, 255, .2); border-radius: 100px; padding: .2rem .7rem }

/* ── Press & Media ─────────────────────────────── */
.press-media { background: var(--white); padding: 32px 0; border-bottom: 1px solid var(--border); text-align: center }
.press-inner { max-width: 1200px; margin: auto; padding: 0 24px; display: flex; flex-direction: column; align-items: center; gap: 0.8rem }
.press-title { font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; color: var(--muted); margin-bottom: -10px }
.press-logos-img { max-width: 1100px; width: 100%; height: 140px; object-fit: cover; opacity: 0.75; filter: grayscale(100%); transition: all var(--transition) }
.press-logos-img:hover { opacity: 1; filter: grayscale(0%); transform: scale(1.02) }
.press-cta { font-size: .82rem; font-weight: 600; color: var(--teal); display: flex; align-items: center; gap: .4rem; transition: gap var(--transition); margin-top: -10px }
.press-cta:hover { gap: .6rem; color: var(--navy) }

/* ── Symptoms ──────────────────────────────────── */
.symptoms { background: var(--cream) }
.sym-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1.2rem; margin-top: 2.5rem }
.sym-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.4rem 1rem; text-align: center; transition: all var(--transition); cursor: default }
.sym-card:hover { border-color: var(--teal); box-shadow: var(--shadow); transform: translateY(-3px) }
.sym-icon { width: 56px; height: 56px; background: linear-gradient(135deg, #e8f7f6, #c2edeb); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto .85rem; font-size: 1.55rem }
.sym-card h3 { font-size: .88rem; font-weight: 600; color: var(--navy); line-height: 1.35 }
.sym-cta-wrap { text-align: center; margin-top: 2.4rem }

/* ── Why Choose Us ─────────────────────────────── */
.why { background: var(--white) }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start }
.why-perks { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem }
.perk { display: flex; gap: .75rem; align-items: flex-start; padding: .85rem; border-radius: 10px; border: 1px solid var(--border); background: var(--cream); transition: all var(--transition) }
.perk:hover { border-color: var(--teal); background: var(--white); box-shadow: var(--shadow) }
.perk-icon { width: 36px; height: 36px; background: var(--teal); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; color: #fff }
.perk h4 { font-size: .85rem; font-weight: 600; color: var(--navy); margin-bottom: .2rem }
.perk p { font-size: .78rem; color: var(--muted); line-height: 1.5 }
.why-right { padding: 2rem; background: var(--navy); border-radius: 18px; color: #fff; position: relative; overflow: hidden }
.why-right::before { content: ''; position: absolute; right: -40px; bottom: -40px; width: 180px; height: 180px; border-radius: 50%; background: rgba(27, 127, 121, .2) }
.dr-intro { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, .12) }
.dr-avatar { width: 70px; height: 70px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--teal-light)); display: flex; align-items: center; justify-content: center; font-family: var(--ff-head); font-size: 1.6rem; color: #fff; font-weight: 700; flex-shrink: 0 }
.dr-name { font-family: var(--ff-head); font-size: 1.15rem; font-weight: 700 }
.dr-cred { font-size: .78rem; color: rgba(255, 255, 255, .6); margin-top: .2rem }
.why-right p { font-size: .92rem; color: rgba(255, 255, 255, .8); line-height: 1.75; margin-bottom: 1.2rem }
.pub-badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(201, 168, 76, .15); border: 1px solid rgba(201, 168, 76, .3); border-radius: 8px; padding: .6rem 1rem; font-size: .82rem; color: var(--gold) }

/* ── Services ──────────────────────────────────── */
.services { background: var(--cream) }
.srv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.4rem; margin-top: 2.5rem }
.srv-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.8rem; transition: all var(--transition); display: flex; flex-direction: column }
.srv-card:hover { border-color: var(--teal); box-shadow: var(--shadow); transform: translateY(-4px) }
.srv-icon { width: 48px; height: 48px; background: linear-gradient(135deg, var(--navy), var(--navy-mid)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #fff; margin-bottom: 1.1rem }
.srv-card h3 { font-family: var(--ff-head); font-size: 1.1rem; color: var(--navy); margin-bottom: .6rem }
.srv-card p { font-size: .88rem; color: var(--muted); line-height: 1.65; flex: 1 }
.srv-bullets { list-style: none; margin: .9rem 0 1.2rem; display: flex; flex-direction: column; gap: .35rem }
.srv-bullets li { font-size: .8rem; color: var(--text); display: flex; align-items: center; gap: .5rem }
.srv-bullets li::before { content: ''; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; flex-shrink: 0 }
.srv-link { color: var(--teal); font-size: .85rem; font-weight: 600; display: flex; align-items: center; gap: .35rem; margin-top: auto; transition: gap var(--transition) }
.srv-link:hover { gap: .6rem }
.pricing-banner { background: var(--navy); color: #fff; border-radius: 14px; padding: 1.8rem 2.4rem; margin-top: 2.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem }
.pricing-banner .price { font-family: var(--ff-head); font-size: 2.4rem; color: var(--gold); font-weight: 700 }
.pricing-banner p { font-size: .9rem; color: rgba(255, 255, 255, .75); margin-top: .2rem }

/* ── Conditions ────────────────────────────────── */
.conditions { background: var(--white) }
.cond-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; margin-top: 2.5rem }
.cond-card { border: 1px solid var(--border); border-radius: 10px; padding: 1.2rem 1.4rem; display: flex; flex-direction: column; gap: .3rem; transition: all var(--transition); background: var(--white) }
.cond-card:hover { border-color: var(--teal); background: var(--cream); transform: translateY(-2px) }
.cond-card h3 { font-size: .9rem; font-weight: 600; color: var(--navy) }
.cond-card p { font-size: .78rem; color: var(--muted) }
.cond-card a { font-size: .78rem; color: var(--teal); font-weight: 600; margin-top: .3rem }

/* ── CTA Banner ────────────────────────────────── */
.cta-banner { background: linear-gradient(135deg, var(--navy), var(--teal)); color: #fff; text-align: center; padding: 64px 24px }
.cta-banner h2 { font-family: var(--ff-head); font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: .8rem }
.cta-banner p { color: rgba(255, 255, 255, .8); margin-bottom: 2rem; font-size: 1rem }
.cta-banner .tags { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; margin-bottom: 1.8rem }
.cta-banner .tag { background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); border-radius: 100px; padding: .3rem .9rem; font-size: .8rem }

/* ── Testimonials ──────────────────────────────── */
.testimonials { background: var(--cream) }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.4rem; margin-top: 2.5rem }
.testi-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.6rem; display: flex; flex-direction: column; gap: 1rem }
.testi-top { display: flex; align-items: center; gap: .8rem }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--navy)); display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: .95rem; flex-shrink: 0 }
.testi-name { font-weight: 600; font-size: .9rem; color: var(--navy) }
.testi-date { font-size: .75rem; color: var(--muted) }
.stars { color: var(--gold); font-size: .9rem; letter-spacing: .1em }
.testi-text { font-size: .87rem; color: var(--muted); line-height: 1.7; font-style: italic }

/* ── Stats ─────────────────────────────────────── */
.stats { background: var(--navy); color: #fff; padding: 56px 0 }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center }
.stat-num { font-family: var(--ff-head); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--gold) }
.stat-label { font-size: .82rem; color: rgba(255, 255, 255, .6); margin-top: .3rem }

/* ── FAQ ───────────────────────────────────────── */
.faq { background: var(--cream) }
.faq-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: .8rem; max-width: 820px; margin-left: auto; margin-right: auto }
.faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 10px; overflow: hidden }
.faq-q { width: 100%; text-align: left; padding: 1.2rem 1.5rem; background: none; border: none; font-family: var(--ff-body); font-size: .95rem; font-weight: 600; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: background var(--transition) }
.faq-q:hover { background: var(--cream) }
.faq-q .arrow { flex-shrink: 0; transition: transform var(--transition); font-size: .8rem; color: var(--teal) }
.faq-item.open .faq-q .arrow { transform: rotate(180deg) }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .38s ease, padding var(--transition) }
.faq-item.open .faq-a { max-height: 400px }
.faq-a p { padding: .2rem 1.5rem 1.3rem; font-size: .9rem; color: var(--muted); line-height: 1.75 }

/* ── Contact ───────────────────────────────────── */
.contact { background: var(--white) }
.contact-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3.5rem; align-items: start }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem }
.contact-block h4 { font-family: var(--ff-head); font-size: 1.05rem; color: var(--navy); margin-bottom: .4rem }
.contact-block p, .contact-block a { font-size: .9rem; color: var(--muted); line-height: 1.6 }
.contact-block a { color: var(--teal); font-weight: 600 }
.hours-row { display: flex; justify-content: space-between; font-size: .87rem; padding: .3rem 0; border-bottom: 1px solid var(--border) }
.hours-row:last-child { border: none }
.badge-open { background: #dcf5f0; color: var(--teal); border-radius: 4px; padding: .1rem .5rem; font-size: .72rem; font-weight: 700 }
.contact-form { background: var(--cream); border: 1px solid var(--border); border-radius: 16px; padding: 2.2rem }
.contact-form h3 { font-family: var(--ff-head); font-size: 1.3rem; color: var(--navy); margin-bottom: 1.4rem }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem }
.field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem }
.field label { font-size: .8rem; font-weight: 600; color: var(--navy); letter-spacing: .03em }
.field input, .field select, .field textarea { padding: .72rem 1rem; border: 1px solid var(--border); border-radius: 8px; font-family: var(--ff-body); font-size: .9rem; color: var(--text); background: var(--white); transition: border-color var(--transition), box-shadow var(--transition); outline: none }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(27, 127, 121, .1) }
.field textarea { resize: vertical; min-height: 100px }
.form-notice { font-size: .75rem; color: var(--muted); margin-bottom: .9rem }
.btn-submit { width: 100%; background: var(--teal); color: #fff; padding: 1rem; border-radius: 8px; border: none; font-family: var(--ff-body); font-size: 1rem; font-weight: 600; cursor: pointer; transition: background var(--transition) }
.btn-submit:hover { background: var(--navy) }

/* ── Map Section ───────────────────────────────── */
.map-section { background: var(--cream); padding: 56px 0 }
.map-wrap { border-radius: 16px; overflow: hidden; height: 380px; background: #cfe0e8; display: flex; align-items: center; justify-content: center; margin-top: 2rem; position: relative }
.map-placeholder { text-align: center; color: var(--muted) }
.map-placeholder .map-icon { font-size: 3rem; margin-bottom: .5rem }
.map-placeholder h4 { font-family: var(--ff-head); font-size: 1.2rem; color: var(--navy); margin-bottom: .3rem }

/* ── Footer ────────────────────────────────────── */
footer { background: var(--navy); color: rgba(255, 255, 255, .75); padding: 56px 0 0 }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2.5rem }
.footer-brand .logo-name { color: #fff; font-size: 1.2rem }
.footer-brand .logo-sub { color: rgba(255, 255, 255, .45) }
.footer-brand p { font-size: .85rem; line-height: 1.7; margin-top: 1rem; color: rgba(255, 255, 255, .6) }
.footer-lang { display: inline-flex; align-items: center; gap: .4rem; background: rgba(255, 255, 255, .08); border-radius: 6px; padding: .3rem .7rem; font-size: .8rem; margin-top: 1rem; color: rgba(255, 255, 255, .7) }
.footer-col h5 { font-weight: 700; color: #fff; font-size: .88rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1rem }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .5rem }
.footer-col ul li a { font-size: .85rem; color: rgba(255, 255, 255, .6); transition: color var(--transition) }
.footer-col ul li a:hover { color: var(--gold) }
.footer-contact-item { display: flex; gap: .5rem; align-items: flex-start; font-size: .85rem; color: rgba(255, 255, 255, .65); margin-bottom: .65rem }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 2.5rem; padding: 1.2rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: .78rem; color: rgba(255, 255, 255, .4) }
.footer-bottom a { color: rgba(255, 255, 255, .4); margin-left: 1.2rem; transition: color var(--transition) }
.footer-bottom a:hover { color: rgba(255, 255, 255, .75) }

/* ── Blog & Archive ────────────────────────────── */
.blog-header { background: linear-gradient(135deg, var(--navy), var(--navy-mid)); color: #fff; padding: 80px 24px; text-align: center; position: relative; overflow: hidden }
.blog-header::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='28'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: .5 }
.blog-header h1 { font-family: var(--ff-head); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; margin-bottom: 1rem; position: relative; z-index: 1 }
.blog-header p { color: rgba(255, 255, 255, .8); max-width: 600px; margin: auto; font-size: 1.05rem; line-height: 1.6; position: relative; z-index: 1 }

.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 2rem; margin-top: 3rem }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: all var(--transition) }
.blog-card:hover { border-color: var(--teal); box-shadow: var(--shadow); transform: translateY(-4px) }
.blog-card-img { width: 100%; height: 220px; object-fit: cover; background: var(--cream); border-bottom: 1px solid var(--border) }
.blog-card-content { padding: 1.8rem; display: flex; flex-direction: column; flex: 1 }
.blog-card-meta { display: flex; align-items: center; gap: 1rem; font-size: .78rem; color: var(--muted); margin-bottom: .8rem; font-weight: 500; text-transform: uppercase; letter-spacing: .05em }
.blog-card-meta .category { color: var(--teal); background: rgba(27, 127, 121, .1); padding: .2rem .6rem; border-radius: 4px }
.blog-card-title { font-family: var(--ff-head); font-size: 1.25rem; font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: .8rem }
.blog-card-title a { transition: color var(--transition) }
.blog-card-title a:hover { color: var(--teal) }
.blog-card-excerpt { font-size: .9rem; color: var(--muted); line-height: 1.6; margin-bottom: 1.5rem; flex: 1 }
.blog-card-link { display: inline-flex; align-items: center; gap: .4rem; font-size: .85rem; font-weight: 600; color: var(--teal); text-transform: uppercase; letter-spacing: .05em; margin-top: auto; transition: gap var(--transition) }
.blog-card-link:hover { gap: .7rem; color: var(--navy) }
.blog-card-link::after { content: '→'; font-size: 1rem }

.pagination { display: flex; justify-content: center; margin-top: 4rem }
.pagination .nav-links { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 .8rem; border-radius: 8px; border: 1px solid var(--border); font-weight: 600; color: var(--navy); transition: all var(--transition) }
.pagination .page-numbers:hover { border-color: var(--teal); color: var(--teal) }
.pagination .page-numbers.current { background: var(--teal); color: #fff; border-color: var(--teal) }

/* ── Single Post ───────────────────────────────── */
.single-header { background: var(--cream); padding: 60px 24px; text-align: center; border-bottom: 1px solid var(--border) }
.single-meta { display: flex; align-items: center; justify-content: center; gap: 1rem; font-size: .85rem; color: var(--muted); margin-bottom: 1.2rem; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; flex-wrap: wrap }
.single-meta .category { color: var(--teal); background: rgba(27, 127, 121, .1); padding: .3rem .8rem; border-radius: 4px }
.single-title { font-family: var(--ff-head); font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 700; color: var(--navy); line-height: 1.2; max-width: 900px; margin: 0 auto }
.single-thumb { max-width: 1000px; margin: -40px auto 40px; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); position: relative; z-index: 10; border: 4px solid var(--white) }
.single-thumb img { width: 100%; height: auto; max-height: 500px; object-fit: cover }
.single-content { max-width: 800px; margin: 0 auto; padding: 20px 24px 80px; font-size: 1.05rem; line-height: 1.8; color: var(--text) }
.single-content p { margin-bottom: 1.5rem }
.single-content h2, .single-content h3, .single-content h4 { font-family: var(--ff-head); color: var(--navy); margin: 2.5rem 0 1rem; font-weight: 700 }
.single-content h2 { font-size: 1.8rem }
.single-content h3 { font-size: 1.5rem }
.single-content ul, .single-content ol { margin-bottom: 1.5rem; padding-left: 1.5rem }
.single-content li { margin-bottom: .5rem }
.single-content blockquote { border-left: 4px solid var(--teal); padding: 1.5rem; background: var(--cream); font-style: italic; font-size: 1.15rem; color: var(--navy); border-radius: 0 12px 12px 0; margin: 2rem 0 }
.single-content img { border-radius: 12px; margin: 2rem 0 }

/* ── Press & Media Page ────────────────────────── */
.press-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 2rem; margin-top: 3rem }
.press-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; transition: all var(--transition); display: flex; flex-direction: column; position: relative; overflow: hidden }
.press-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform var(--transition) }
.press-card:hover { border-color: var(--teal); box-shadow: var(--shadow); transform: translateY(-3px) }
.press-card:hover::before { transform: scaleX(1) }
.press-card-source { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--teal); margin-bottom: 1rem; display: flex; align-items: center; gap: .5rem }
.press-card-source::before { content: '📰'; font-size: .9rem }
.press-card h2 { font-family: var(--ff-head); font-size: 1.35rem; font-weight: 700; color: var(--navy); line-height: 1.35; margin-bottom: .8rem }
.press-card p { font-size: .95rem; color: var(--muted); line-height: 1.65; margin-bottom: 1.8rem; flex: 1 }
.press-card-link { display: inline-flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 600; color: var(--navy); transition: all var(--transition); margin-top: auto }
.press-card-link:hover { gap: .8rem; color: var(--teal) }

/* ── About & Doctor Profiles ────────────────────── */
.about-intro { max-width: 800px; margin: 0 auto; text-align: center; font-size: 1.1rem; line-height: 1.8; color: var(--muted); margin-bottom: 4rem }
.doctor-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; margin-top: 2rem }
@media(min-width:768px) { .doctor-grid { grid-template-columns: 1fr 1fr; gap: 4rem } }
.doctor-card { display: flex; flex-direction: column; gap: 1.5rem; background: var(--white); border-radius: 16px; overflow: hidden; border: 1px solid var(--border); transition: all var(--transition) }
.doctor-card:hover { border-color: var(--teal); box-shadow: var(--shadow); transform: translateY(-4px) }
.doctor-image-wrap { width: 100%; aspect-ratio: 4/5; background: var(--cream); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 4rem; color: var(--border) }
.doctor-image { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0 }
.doctor-content { padding: 2rem; display: flex; flex-direction: column; flex: 1 }
.doctor-name { font-family: var(--ff-head); font-size: 1.6rem; font-weight: 700; color: var(--navy); margin-bottom: .3rem }
.doctor-credentials { font-size: .85rem; font-weight: 600; color: var(--teal); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem }
.doctor-bio { font-size: .95rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.5rem; flex: 1 }
.doctor-meta { display: flex; flex-direction: column; gap: .5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); font-size: .85rem; color: var(--navy) }
.doctor-meta-item { display: flex; align-items: center; gap: .5rem }
.doctor-meta-item::before { content: '✓'; color: var(--teal); font-weight: 700 }

/* ── Responsive ────────────────────────────────── */
@media(max-width:1150px) {
  .nav-links { display: none }
  .hamburger { display: flex }
}
@media(max-width:1024px) {
  .hero-inner { grid-template-columns: 1fr }
  .hero-card { max-width: 440px }
  .why-inner { grid-template-columns: 1fr }
  .footer-grid { grid-template-columns: 1fr 1fr }
  .stats-grid { grid-template-columns: 1fr 1fr }
  .contact-inner { grid-template-columns: 1fr }
}
@media(max-width:768px) {
  .hero-inner { padding: 60px 24px }
  .why-perks { grid-template-columns: 1fr }
  .form-row { grid-template-columns: 1fr }
  .footer-grid { grid-template-columns: 1fr }
  .footer-bottom { flex-direction: column; gap: .5rem; text-align: center }
  .footer-bottom a { margin-left: 0 }
  section { padding: 52px 0 }
}
