/* ===== ADHIRAJ IMAGING - MAIN STYLESHEET ===== */
/* WordPress Theme: Adhiraj Imaging Custom Theme */
/* Fast-loading, SEO-friendly, Patient-friendly */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --primary: #1a5276;
  --primary-light: #2e86c1;
  --primary-dark: #0d2b40;
  --accent: #e74c3c;
  --accent-light: #ff6b6b;
  --teal: #17a589;
  --teal-light: #1abc9c;
  --gold: #d4ac0d;
  --white: #ffffff;
  --off-white: #f8fafa;
  --light-gray: #eaf2f8;
  --mid-gray: #b2bec3;
  --dark-gray: #2d3436;
  --text: #1a1a2e;
  --text-muted: #636e72;
  --border: #dfe6e9;
  --shadow-sm: 0 2px 12px rgba(26,82,118,0.08);
  --shadow-md: 0 6px 30px rgba(26,82,118,0.14);
  --shadow-lg: 0 16px 60px rgba(26,82,118,0.18);
  --radius: 12px;
  --radius-lg: 20px;
  --font-main: 'DM Sans', sans-serif;
  --font-display: 'Playfair Display', serif;
  --transition: all 0.28s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-main); color: var(--text); background: var(--white); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }

/* ===== UTILITY ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 80px 0; }
.section-pad-sm { padding: 56px 0; }
.text-center { text-align: center; }
.text-white { color: var(--white); }
.bg-primary { background: var(--primary); }
.bg-light { background: var(--off-white); }
.bg-teal { background: var(--teal); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 40px; }
.mb-4 { margin-bottom: 40px; }

/* ===== TYPOGRAPHY ===== */
.section-label { font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }
.section-title { font-family: var(--font-display); font-size: clamp(28px, 4vw, 42px); font-weight: 700; line-height: 1.25; color: var(--primary-dark); }
.section-title span { color: var(--teal); }
.section-subtitle { font-size: 17px; color: var(--text-muted); margin-top: 14px; max-width: 620px; line-height: 1.7; }
.page-hero-title { font-family: var(--font-display); font-size: clamp(32px, 5vw, 56px); font-weight: 700; line-height: 1.2; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 50px; font-family: var(--font-main); font-size: 15px; font-weight: 600; cursor: pointer; border: 2px solid transparent; transition: var(--transition); white-space: nowrap; }
.btn-primary { background: var(--primary); color: var(--white); border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-accent { background: var(--accent); color: var(--white); border-color: var(--accent); }
.btn-accent:hover { background: #c0392b; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(231,76,60,0.3); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: var(--white); }
.btn-white { background: var(--white); color: var(--primary); }
.btn-white:hover { background: var(--light-gray); }
.btn-teal { background: var(--teal); color: var(--white); border-color: var(--teal); }
.btn-teal:hover { background: #138d75; transform: translateY(-2px); }
.btn-lg { padding: 16px 36px; font-size: 16px; }
.btn-sm { padding: 9px 20px; font-size: 14px; }

/* ===== TOP BAR ===== */
.top-bar { background: var(--primary-dark); color: rgba(255,255,255,0.88); font-size: 13.5px; padding: 8px 0; }
.top-bar-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.top-bar a { color: var(--white); }
.top-bar a:hover { color: var(--teal-light); }
.top-bar-items { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.top-bar-item { display: flex; align-items: center; gap: 6px; }
.top-bar-item svg { width: 14px; height: 14px; opacity: 0.75; }

/* ===== HEADER / NAV ===== */
.site-header { background: var(--white); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 16px rgba(0,0,0,0.08); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { width: 44px; height: 44px; background: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.logo-icon svg { width: 26px; height: 26px; fill: none; stroke: white; stroke-width: 2; }
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--primary); line-height: 1.2; }
.logo-tagline { font-size: 11px; color: var(--text-muted); letter-spacing: 0.5px; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.nav-link { font-size: 14.5px; font-weight: 500; color: var(--text); padding: 8px 14px; border-radius: 8px; transition: var(--transition); position: relative; }
.nav-link:hover, .nav-link.active { color: var(--primary); background: var(--light-gray); }
.nav-dropdown { position: relative; }
.nav-dropdown > .nav-link::after { content: '▾'; font-size: 10px; margin-left: 4px; }
.dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); min-width: 220px; padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: var(--transition); z-index: 100; border: 1px solid var(--border); }
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 10px 14px; border-radius: 8px; font-size: 14px; color: var(--text); transition: var(--transition); }
.dropdown-menu a:hover { background: var(--light-gray); color: var(--primary); padding-left: 18px; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.mobile-toggle span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; border-radius: 2px; transition: var(--transition); }

/* ===== HERO ===== */
.hero { background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 55%, #1e6fa8 100%); color: var(--white); padding: 90px 0 80px; position: relative; overflow: hidden; }
.hero::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%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E"); }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 50px; padding: 6px 16px; font-size: 13px; font-weight: 500; margin-bottom: 20px; }
.hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-light); }
.hero h1 { font-size: clamp(34px, 5vw, 54px); font-family: var(--font-display); line-height: 1.18; font-weight: 700; margin-bottom: 20px; }
.hero h1 .highlight { color: var(--teal-light); }
.hero-desc { font-size: 17px; opacity: 0.88; line-height: 1.75; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 32px; margin-top: 48px; flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; }
.trust-num { font-size: 28px; font-weight: 700; font-family: var(--font-display); }
.trust-label { font-size: 13px; opacity: 0.7; }
.hero-img-wrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-img-wrap img { width: 100%; height: 460px; object-fit: cover; }
.hero-overlay-card { position: absolute; bottom: 24px; left: 24px; right: 24px; background: rgba(255,255,255,0.96); border-radius: var(--radius); padding: 16px 20px; display: flex; align-items: center; gap: 14px; }
.hero-overlay-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--teal-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-overlay-icon svg { width: 22px; height: 22px; stroke: white; fill: none; stroke-width: 2.2; }
.hero-overlay-text strong { display: block; font-size: 15px; font-weight: 600; color: var(--primary-dark); }
.hero-overlay-text span { font-size: 13px; color: var(--text-muted); }

/* ===== QUICK SERVICES ===== */
.quick-services { background: var(--off-white); padding: 60px 0; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 16px; margin-top: 40px; }
.service-icon-card { background: var(--white); border-radius: var(--radius); padding: 24px 16px; text-align: center; border: 1.5px solid var(--border); transition: var(--transition); cursor: pointer; }
.service-icon-card:hover { border-color: var(--primary); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.service-icon-card .icon { width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; }
.service-icon-card .icon svg { width: 28px; height: 28px; stroke-width: 1.8; }
.service-icon-card .label { font-size: 13px; font-weight: 600; color: var(--primary-dark); }

/* ===== SERVICE DETAIL CARDS ===== */
.service-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--transition); }
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }
.service-card-img { height: 200px; overflow: hidden; position: relative; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-badge { position: absolute; top: 12px; left: 12px; background: var(--teal); color: white; font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 50px; }
.service-card-body { padding: 22px 24px 24px; }
.service-card-body h3 { font-size: 19px; font-weight: 700; color: var(--primary-dark); margin-bottom: 8px; }
.service-card-body p { font-size: 14.5px; color: var(--text-muted); line-height: 1.65; margin-bottom: 18px; }
.service-features { display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }
.service-features li { font-size: 13.5px; color: var(--text); display: flex; align-items: center; gap: 8px; }
.service-features li::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
.service-card-footer { border-top: 1px solid var(--border); padding-top: 16px; display: flex; align-items: center; justify-content: space-between; }
.price-from { font-size: 12px; color: var(--text-muted); }
.price-val { font-size: 18px; font-weight: 700; color: var(--primary); }

/* ===== WHY US ===== */
.why-us-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.why-us-img-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.why-us-img-wrap img { width: 100%; height: 480px; object-fit: cover; }
.stat-badges { position: absolute; display: flex; flex-direction: column; gap: 12px; bottom: 28px; right: -20px; }
.stat-badge { background: var(--white); border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow-md); min-width: 130px; }
.stat-badge .num { font-size: 26px; font-weight: 700; color: var(--primary); font-family: var(--font-display); }
.stat-badge .lbl { font-size: 12px; color: var(--text-muted); }
.why-features { display: flex; flex-direction: column; gap: 22px; margin-top: 28px; }
.why-feat { display: flex; gap: 16px; align-items: flex-start; }
.why-feat-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-feat-icon svg { width: 22px; height: 22px; stroke: white; fill: none; stroke-width: 2; }
.why-feat-text h4 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.why-feat-text p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* ===== CTA BANNER ===== */
.cta-banner { background: linear-gradient(120deg, var(--teal) 0%, var(--primary) 100%); padding: 64px 0; color: white; }
.cta-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-banner h2 { font-family: var(--font-display); font-size: clamp(24px, 3.5vw, 36px); max-width: 580px; }
.cta-banner p { margin-top: 10px; opacity: 0.85; font-size: 16px; }
.cta-phones { display: flex; flex-direction: column; gap: 10px; }
.cta-phone-item { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; }
.cta-phone-item svg { width: 18px; height: 18px; stroke: rgba(255,255,255,0.8); fill: none; stroke-width: 2; }

/* ===== TESTIMONIALS ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.testimonial-card { background: var(--white); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.stars { display: flex; gap: 3px; margin-bottom: 14px; }
.stars svg { width: 16px; height: 16px; fill: var(--gold); stroke: var(--gold); }
.testimonial-text { font-size: 15px; color: var(--text); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: var(--light-gray); }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-name { font-weight: 600; font-size: 14px; }
.author-loc { font-size: 12px; color: var(--text-muted); }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%); color: white; padding: 64px 0 56px; }
.page-hero-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; opacity: 0.75; margin-bottom: 16px; }
.breadcrumb a { color: var(--teal-light); }
.breadcrumb span { opacity: 0.6; }
.page-hero-title { font-family: var(--font-display); font-size: clamp(28px, 4vw, 46px); font-weight: 700; margin-bottom: 14px; }
.page-hero-desc { font-size: 16px; opacity: 0.85; max-width: 580px; line-height: 1.7; }
.page-hero-badge { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 14px; padding: 20px 28px; text-align: center; min-width: 160px; flex-shrink: 0; }
.page-hero-badge .price-label { font-size: 12px; opacity: 0.7; margin-bottom: 4px; }
.page-hero-badge .price { font-size: 28px; font-weight: 700; font-family: var(--font-display); }
.page-hero-badge .price-note { font-size: 12px; opacity: 0.7; margin-top: 4px; }

/* ===== SERVICE PAGE CONTENT ===== */
.service-content { padding: 72px 0; }
.service-detail-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; }
.service-main h2 { font-family: var(--font-display); font-size: 30px; color: var(--primary-dark); margin-bottom: 16px; margin-top: 40px; }
.service-main h2:first-child { margin-top: 0; }
.service-main p { font-size: 15.5px; color: var(--text); line-height: 1.8; margin-bottom: 16px; }
.service-main ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.service-main ul li { font-size: 15.5px; color: var(--text); margin-bottom: 8px; line-height: 1.65; }
.info-box { background: var(--light-gray); border-left: 4px solid var(--primary); border-radius: 8px; padding: 20px 24px; margin: 24px 0; }
.info-box p { margin: 0; font-size: 15px; }
.sidebar-card { background: var(--white); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); margin-bottom: 24px; }
.sidebar-card h3 { font-size: 18px; font-weight: 700; color: var(--primary-dark); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.appointment-form .form-field { margin-bottom: 14px; }
.appointment-form label { display: block; font-size: 13px; font-weight: 500; color: var(--text-muted); margin-bottom: 5px; }
.appointment-form input, .appointment-form select, .appointment-form textarea { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-family: var(--font-main); font-size: 14px; color: var(--text); background: var(--white); outline: none; transition: var(--transition); }
.appointment-form input:focus, .appointment-form select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(26,82,118,0.1); }
.service-locations li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; padding: 9px 0; border-bottom: 1px solid var(--border); }
.service-locations li:last-child { border-bottom: none; }
.service-locations li svg { width: 16px; height: 16px; stroke: var(--teal); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 2px; }
.proc-steps { display: flex; flex-direction: column; gap: 0; }
.proc-step { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.proc-step:last-child { border-bottom: none; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--primary); color: white; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-content h4 { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.step-content p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; font-size: 15px; font-weight: 500; }
.faq-answer { font-size: 14.5px; color: var(--text-muted); line-height: 1.7; padding-bottom: 18px; display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-q-icon { transform: rotate(45deg); }
.faq-q-icon { width: 22px; height: 22px; transition: var(--transition); flex-shrink: 0; }

/* ===== LOCATIONS ===== */
.locations-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-top: 40px; }
.location-card { background: var(--white); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--transition); }
.location-card:hover { box-shadow: var(--shadow-md); }
.location-card h3 { font-size: 17px; font-weight: 700; color: var(--primary-dark); margin-bottom: 14px; }
.location-detail { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-muted); margin-bottom: 10px; }
.location-detail svg { width: 15px; height: 15px; stroke: var(--teal); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 2px; }
.location-detail strong { color: var(--text); }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-form-wrap { background: var(--white); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-md); }
.contact-form h2 { font-size: 26px; font-weight: 700; color: var(--primary-dark); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13.5px; font-weight: 500; color: var(--text-muted); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 15px; font-family: var(--font-main); color: var(--text); outline: none; transition: var(--transition); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(26,82,118,0.1); }
.form-group textarea { height: 110px; resize: vertical; }

/* ===== ABOUT ===== */
.doctor-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--border); text-align: center; }
.doctor-card img { width: 100%; height: 220px; object-fit: cover; object-position: top; }
.doctor-card-body { padding: 20px; }
.doctor-card-body h3 { font-size: 17px; font-weight: 700; color: var(--primary-dark); }
.doctor-card-body .spec { font-size: 13px; color: var(--teal); font-weight: 500; margin-top: 4px; }
.doctor-card-body p { font-size: 13.5px; color: var(--text-muted); margin-top: 10px; }

/* ===== FOOTER ===== */
.site-footer { background: var(--primary-dark); color: rgba(255,255,255,0.8); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 56px; }
.footer-brand .logo-name { color: white; font-size: 22px; }
.footer-brand .logo-tagline { color: rgba(255,255,255,0.5); }
.footer-desc { font-size: 14px; margin-top: 16px; line-height: 1.75; color: rgba(255,255,255,0.65); }
.footer-certif { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.footer-cert-badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; padding: 8px 14px; font-size: 12px; font-weight: 600; color: var(--teal-light); }
.footer-col h4 { font-size: 14px; font-weight: 700; color: white; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,0.65); transition: var(--transition); }
.footer-links a:hover { color: var(--teal-light); padding-left: 4px; }
.footer-contact-items { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact-item svg { width: 15px; height: 15px; stroke: var(--teal-light); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 2px; }
.footer-contact-item a, .footer-contact-item span { font-size: 14px; color: rgba(255,255,255,0.7); }
.footer-contact-item a:hover { color: var(--teal-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p, .footer-bottom a { font-size: 13px; color: rgba(255,255,255,0.5); }
.footer-bottom a:hover { color: var(--teal-light); }

/* ===== STICKY CTA ===== */
.sticky-cta { position: fixed; bottom: 24px; right: 24px; z-index: 999; display: flex; flex-direction: column; gap: 10px; }
.sticky-btn { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); cursor: pointer; transition: var(--transition); border: none; }
.sticky-btn:hover { transform: scale(1.08); }
.sticky-phone { background: var(--teal); }
.sticky-wa { background: #25d366; }
.sticky-btn svg { width: 24px; height: 24px; stroke: white; fill: none; stroke-width: 2; }
.sticky-wa svg { fill: white; stroke: none; }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.animate-up { animation: fadeInUp 0.6s ease forwards; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-inner { gap: 40px; }
}
@media (max-width: 768px) {
  .hero-inner, .grid-2, .grid-3, .why-us-inner, .contact-grid, .service-detail-grid, .page-hero-inner { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .hero-img-wrap { order: -1; }
  .hero-img-wrap img { height: 280px; }
  .stat-badges { right: 0; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .main-nav, .nav-cta { display: none; }
  .mobile-toggle { display: block; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-pad { padding: 56px 0; }
  .cta-banner-inner { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .page-hero-badge { display: none; }
}
@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .hero-trust { gap: 20px; }
  .trust-num { font-size: 22px; }
}

/* ===== PET CT SPECIAL - covers nearby states ===== */
.coverage-map { background: var(--light-gray); border-radius: var(--radius-lg); padding: 32px; text-align: center; margin: 32px 0; }
.state-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 16px; }
.state-tag { background: var(--primary); color: white; border-radius: 50px; padding: 7px 18px; font-size: 13.5px; font-weight: 500; }
.state-tag.highlight { background: var(--teal); }

/* ===== SCHEMA MARKUP HELPERS ===== */
.schema-hidden { display: none; }
