﻿:root {
  --primary: #059669;
  --primary-dark: #064e3b;
  --primary-light: #ecfdf5;
  --accent: #d97706;
  --text-main: #1f2937;
  --text-muted: #6b7280;
  --bg-page: #f8fafc;
  --bg-card: #ffffff;
  --border-color: #e2e8f0;
  --radius: 10px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--text-main); background: var(--bg-page); line-height: 1.65; }
a { color: var(--primary); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--primary-dark); }
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* Gazette Masthead Header */
.gazette-top { background: #064e3b; color: #a7f3d0; font-size: 0.8rem; padding: 8px 0; border-bottom: 1px solid #047857; }
.gazette-top .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.main-header { background: #ffffff; border-bottom: 2px solid #059669; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 20px; }
.brand-gazette { display: flex; align-items: center; gap: 12px; }
.brand-icon { width: 44px; height: 44px; background: #ecfdf5; border: 2px solid #059669; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #059669; flex-shrink: 0; }
.brand-title { font-size: 1.25rem; font-weight: 900; color: #064e3b; letter-spacing: -0.5px; line-height: 1.2; }
.brand-title span { color: #059669; font-weight: 400; }
.brand-sub { font-size: 0.72rem; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px; display: block; }
.nav-menu { display: flex; align-items: center; gap: 8px; }
.nav-link { padding: 8px 14px; border-radius: 6px; color: #374151; font-size: 0.9rem; font-weight: 600; }
.nav-link:hover, .nav-link.active { background: #ecfdf5; color: #059669; }
.btn-header-cta { background: #059669; color: #ffffff !important; font-weight: 700; font-size: 0.88rem; padding: 10px 18px; border-radius: 6px; transition: background 0.2s; white-space: nowrap; }
.btn-header-cta:hover { background: #047857; }

/* Layout: 2 Columns (Main + Sidebar) */
.gazette-grid { display: grid; grid-template-columns: 2.3fr 1fr; gap: 32px; padding: 36px 0; }
@media (max-width: 900px) { .gazette-grid { grid-template-columns: 1fr; } }

.gazette-card { background: #ffffff; border: 1px solid var(--border-color); border-radius: var(--radius); padding: 30px; margin-bottom: 28px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.section-tag { display: inline-block; background: #ecfdf5; color: #059669; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; padding: 4px 10px; border-radius: 4px; margin-bottom: 12px; }
.gazette-title { font-size: 1.85rem; font-weight: 800; color: #111827; line-height: 1.3; margin-bottom: 16px; }
.lead-text { font-size: 1.05rem; color: #4b5563; line-height: 1.7; margin-bottom: 20px; }

/* Interactive Gauge Tool */
.tool-box { background: #f0fdf4; border: 2px solid #a7f3d0; border-radius: var(--radius); padding: 24px; margin: 24px 0; }
.tool-title { font-size: 1.25rem; font-weight: 800; color: #064e3b; margin-bottom: 8px; }
.checklist-item { display: flex; align-items: center; gap: 12px; background: #ffffff; border: 1px solid #d1fae5; padding: 12px 16px; border-radius: 8px; margin-bottom: 10px; cursor: pointer; transition: background 0.2s; }
.checklist-item:hover { background: #ecfdf5; }
.checklist-item input { width: 18px; height: 18px; accent-color: #059669; cursor: pointer; }
.gauge-container { margin-top: 20px; padding: 16px; background: #ffffff; border-radius: 8px; border: 1px solid #d1fae5; }
.gauge-bar { height: 16px; background: #e2e8f0; border-radius: 99px; overflow: hidden; margin: 10px 0; }
.gauge-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #10b981, #f59e0b, #ef4444); transition: width 0.4s ease; }
.gauge-status { display: flex; justify-content: space-between; font-weight: 700; font-size: 0.95rem; }

/* Sidebar Components */
.sidebar-widget { background: #ffffff; border: 1px solid var(--border-color); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; }
.doctor-profile { text-align: center; }
.doctor-img { width: 130px; height: 130px; border-radius: 50%; object-fit: cover; border: 4px solid #ecfdf5; margin: 0 auto 14px; display: block; }
.doctor-name { font-size: 1.15rem; font-weight: 800; color: #111827; }
.doctor-role { font-size: 0.82rem; color: #059669; font-weight: 700; margin-bottom: 10px; }
.doctor-bio { font-size: 0.85rem; color: #6b7280; line-height: 1.6; }

/* Pricing Cards & Badges */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 28px 0; }
.pricing-card { background: #ffffff; border: 2px solid var(--border-color); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.2s; position: relative; }
.pricing-card.featured { border-color: #059669; box-shadow: 0 4px 20px rgba(5, 150, 105, 0.12); }
.promo-pill { display: inline-block; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; padding: 4px 10px; border-radius: 99px; margin-bottom: 10px; width: fit-content; }
.pill-gold { background: #fef3c7; color: #92400e; border: 1px solid #f59e0b; }
.pill-green { background: #dcfce7; color: #166534; border: 1px solid #22c55e; }
.pill-gray { background: #f1f5f9; color: #475569; border: 1px solid #cbd5e1; }
.price-tag { font-size: 1.9rem; font-weight: 900; color: #111827; margin: 8px 0 4px; line-height: 1; }
.price-tag span { font-size: 0.9rem; font-weight: 700; color: #6b7280; }
.price-sub { font-size: 0.82rem; color: #059669; font-weight: 700; margin-bottom: 16px; }
.btn-select { display: block; text-align: center; background: #059669; color: #ffffff !important; font-weight: 700; padding: 12px; border-radius: 6px; transition: background 0.2s; border: none; width: 100%; cursor: pointer; }
.btn-select:hover { background: #047857; }

/* Footer */
.main-footer { background: #064e3b; color: #94a3b8; padding: 48px 0 24px; font-size: 0.88rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center; font-size: 0.8rem; color: #6ee7b7; }

/* ==========================================================
   UNIFIED HEADER & NAVIGATION STYLING (ALL PAGES)
   ========================================================== */
.main-header {
  background: #ffffff;
  border-bottom: 2px solid #e2e8f0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: relative;
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
  flex-wrap: wrap;
}
.logo-link {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  color: inherit !important;
}
.logo-link:hover {
  opacity: 0.92;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.nav-link {
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937 !important;
  text-decoration: none;
  transition: all 0.2s ease;
}
.nav-link:hover, .nav-link.active {
  background: #ecfdf5;
  color: #059669 !important;
}
.nav-cta-btn {
  background: #059669 !important;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.1s ease;
}
.nav-cta-btn:hover {
  background: #064e3b !important;
  transform: translateY(-1px);
}

/* ==========================================================
   UNIFIED FOOTER & LEGAL TRANSPARENCY STYLING
   ========================================================== */
.main-footer {
  background: #064e3b;
  color: #94a3b8;
  padding: 48px 0 24px;
  font-size: 0.88rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.4fr;
  gap: 36px;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.footer-desc {
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 12px 0 16px;
  color: #94a3b8;
}
.footer-security-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.badge-item {
  display: inline-block;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #cbd5e1;
  font-weight: 600;
}
.footer-heading {
  font-size: 1rem;
  font-weight: 800;
  color: #f8fafc;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav-list li {
  margin-bottom: 10px;
}
.footer-nav-list a {
  color: #cbd5e1 !important;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 0.88rem;
}
.footer-nav-list a:hover {
  color: #059669 !important;
  text-decoration: underline;
}
.coverage-text {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 8px;
}
.city-tags {
  font-size: 0.82rem;
  color: #e2e8f0;
  line-height: 1.6;
  margin-bottom: 10px;
}
.coverage-notice {
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.4;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  text-align: center;
  font-size: 0.82rem;
  color: #64748b;
}
.disclaimer-text {
  font-size: 0.75rem;
  color: #475569;
  margin-top: 8px;
  line-height: 1.5;
}

/* ==========================================================
   THEMED LEGAL & CONTACT PAGE STYLES
   ========================================================== */
.legal-main-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.legal-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 36px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.legal-tag {
  display: inline-block;
  background: rgba(5,150,105,0.12);
  color: #059669;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
.legal-title {
  font-size: 2rem;
  color: #1f2937;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 18px;
}
.legal-intro {
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 24px;
}
.legal-section-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1f2937;
  margin: 28px 0 12px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 6px;
}
.legal-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 16px;
}
.legal-list {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-left: 20px;
  margin-bottom: 20px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
}
.contact-info-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
}
.contact-form-group {
  margin-bottom: 16px;
}
.contact-form-group label {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 6px;
  color: #1f2937;
}
.contact-form-group input, .contact-form-group select, .contact-form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #ffffff;
  color: #1f2937;
  font-size: 0.9rem;
  font-family: inherit;
}
.contact-submit-btn {
  background: #059669;
  color: #ffffff;
  border: none;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.2s;
}
.contact-submit-btn:hover {
  opacity: 0.9;
}