/* ============================================================
   Mustafa Ahmed Interpreting Services — Main Stylesheet
   mustafa-ahmed-interpreter.co.uk
   ============================================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #1a1a2e;
  background: #ffffff;
}

a { color: #1a3a6e; text-decoration: none; }
a:hover { text-decoration: underline; color: #c5940a; }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5 {
  font-weight: 600;
  line-height: 1.3;
  color: #1a1a2e;
  margin-bottom: 0.6em;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; margin-top: 2rem; }
h3 { font-size: 1.15rem; margin-top: 1.5rem; }

p { margin-bottom: 1em; }
ul, ol { margin: 0 0 1em 1.4em; }
li { margin-bottom: 0.3em; }

/* --- Skip link --- */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #1a3a6e;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 0.85rem;
  z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus { top: 6px; }

/* --- Container --- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.2rem;
}

/* ============================================================
   TOPBAR
   ============================================================ */
.topbar {
  background: #1a1a2e;
  color: #ccc;
  font-size: 0.78rem;
  padding: 6px 0;
  border-bottom: 2px solid #c5940a;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
.topbar-left { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.topbar-right { display: flex; gap: 12px; align-items: center; }
.topbar a { color: #d4b86a; font-size: 0.78rem; }
.topbar a:hover { color: #f0d090; text-decoration: none; }
.topbar-sep { color: #555; }

/* Phone number in topbar */
.topbar-phone a {
  color: #d4b86a;
  font-weight: 600;
  font-size: 0.8rem;
}

/* ============================================================
   HEADER & NAVIGATION
   ============================================================ */
.site-header {
  background: #ffffff;
  border-bottom: 3px solid #1a3a6e;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.site-logo img { width: 42px; height: 42px; }
.site-logo-text { line-height: 1.2; }
.site-logo-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a1a2e;
  display: block;
}
.site-logo-tagline {
  font-size: 0.72rem;
  color: #555;
  display: block;
}

/* Nav */
.site-nav { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.site-nav a {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #1a1a2e;
  border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.site-nav a:hover { background: #f0f4ff; color: #1a3a6e; text-decoration: none; }
.site-nav a.active { color: #1a3a6e; border-bottom: 2px solid #c5940a; }

/* Header CTA */
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1a3a6e;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s;
}
.header-cta:hover { background: #c5940a !important; text-decoration: none !important; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #1a1a2e;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb-bar {
  background: #f4f6fa;
  border-bottom: 1px solid #e0e4ef;
  padding: 8px 0;
  font-size: 0.82rem;
  color: #666;
}
.breadcrumb-bar ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-bar li { display: flex; align-items: center; gap: 4px; }
.breadcrumb-bar li:not(:last-child)::after { content: '›'; color: #aaa; }
.breadcrumb-bar a { color: #1a3a6e; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #1a3a6e 100%);
  color: #fff;
  padding: 3.5rem 0 3rem;
}
.hero .container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.5rem;
  align-items: center;
}
.hero-text h1 { color: #fff; font-size: 2.1rem; margin-bottom: 0.8rem; }
.hero-text h1 span { color: #d4b86a; }
.hero-subtitle {
  font-size: 1.05rem;
  color: #c8d8f0;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #c5940a;
  color: #fff;
  padding: 11px 22px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.15s, transform 0.1s;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary:hover { background: #a87c08; text-decoration: none; color: #fff; }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #d4b86a;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid #d4b86a;
  transition: all 0.15s;
  text-decoration: none;
}
.btn-secondary:hover { background: #d4b86a; color: #1a1a2e; text-decoration: none; }

/* Phone CTA button */
.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #28a745;
  color: #fff;
  padding: 11px 22px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s;
}
.btn-phone:hover { background: #218838; text-decoration: none; color: #fff; }

.hero-image img {
  width: 200px;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  border: 3px solid #d4b86a;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* ============================================================
   STAT COUNTERS
   ============================================================ */
.stats-bar {
  background: #f4f6fa;
  border-bottom: 3px solid #1a3a6e;
  padding: 1.5rem 0;
}
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-around;
  align-items: center;
}
.stat-item {
  text-align: center;
  padding: 0.6rem 1.2rem;
  border-right: 1px solid #d0d7e8;
}
.stat-item:last-child { border-right: none; }
.stat-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a3a6e;
  display: block;
}
.stat-label {
  font-size: 0.78rem;
  color: #666;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ============================================================
   CREDENTIAL BADGES
   ============================================================ */
.credentials-section {
  padding: 2.5rem 0;
  background: #fff;
}
.section-intro { text-align: center; margin-bottom: 2rem; }
.section-intro h2 { margin-bottom: 0.4rem; }
.section-intro p { color: #555; max-width: 600px; margin: 0 auto; }

.credential-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.credential-card {
  background: #f9fafc;
  border: 1px solid #e0e4ef;
  border-left: 4px solid #1a3a6e;
  border-radius: 6px;
  padding: 1rem 1.2rem;
}
.credential-card.gold { border-left-color: #c5940a; }
.credential-card h3 { font-size: 0.95rem; margin: 0 0 0.3rem; color: #1a3a6e; }
.credential-card p { font-size: 0.84rem; color: #555; margin: 0; }
.credential-card a { font-size: 0.82rem; color: #1a3a6e; font-weight: 600; }

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.services-section {
  padding: 3rem 0;
  background: #f9fafc;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
  margin-top: 1.5rem;
}
.service-card {
  background: #fff;
  border: 1px solid #e0e4ef;
  border-radius: 8px;
  padding: 1.4rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.service-card:hover { box-shadow: 0 4px 16px rgba(26,58,110,0.1); border-color: #1a3a6e; }
.service-card-badge {
  display: inline-block;
  background: #e8edf8;
  color: #1a3a6e;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.service-card-badge.gold { background: #fdf3e0; color: #9a6c00; }
.service-card h3 { font-size: 1.02rem; margin: 0 0 0.5rem; }
.service-card p { font-size: 0.87rem; color: #555; margin: 0 0 1rem; }
.service-card a.card-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a3a6e;
}
.service-card a.card-link:hover { color: #c5940a; }

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.comparison-section {
  padding: 3rem 0;
  background: #fff;
}
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.comparison-col { background: #f9fafc; border-radius: 8px; padding: 1.5rem; }
.comparison-col.highlighted {
  background: #1a3a6e;
  color: #fff;
}
.comparison-col.highlighted h3 { color: #d4b86a; }
.comparison-col h3 { font-size: 1rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #c5940a; }
.comparison-col ul { margin: 0; padding: 0; list-style: none; }
.comparison-col li {
  padding: 0.4rem 0;
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.comparison-col.highlighted li { border-bottom-color: rgba(255,255,255,0.1); }
.comparison-col li::before { content: '✓'; color: #28a745; font-weight: 700; flex-shrink: 0; }
.comparison-col:not(.highlighted) li::before { content: '—'; color: #bbb; }

/* ============================================================
   RATES TABLES
   ============================================================ */
.rates-section { padding: 3rem 0; background: #f9fafc; }
.rates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.rates-card {
  background: #fff;
  border: 1px solid #e0e4ef;
  border-radius: 8px;
  overflow: hidden;
}
.rates-card-header {
  background: #1a3a6e;
  color: #fff;
  padding: 1rem 1.2rem;
}
.rates-card-header h3 { color: #fff; font-size: 1rem; margin: 0; }
.rates-card-header small { color: #a8bcda; font-size: 0.8rem; }
.rates-card-body { padding: 1.2rem; }
.rates-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.45rem 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.88rem;
}
.rates-row:last-child { border-bottom: none; }
.rates-label { color: #444; }
.rates-price { font-weight: 700; color: #1a3a6e; white-space: nowrap; }
.rates-note { font-size: 0.8rem; color: #666; margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px solid #eee; }

/* ============================================================
   DIALECTS GRID
   ============================================================ */
.dialects-section { padding: 3rem 0; background: #fff; }
.dialects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.dialect-card {
  background: #f4f6fa;
  border: 1px solid #e0e4ef;
  border-radius: 8px;
  padding: 1rem 1.1rem;
  text-align: center;
  transition: background 0.15s, border-color 0.15s;
}
.dialect-card:hover { background: #e8edf8; border-color: #1a3a6e; }
.dialect-card-badge {
  display: inline-block;
  font-size: 0.68rem;
  background: #fdf3e0;
  color: #9a6c00;
  padding: 2px 7px;
  border-radius: 20px;
  margin-bottom: 0.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.dialect-card h3 { font-size: 0.92rem; margin: 0 0 0.2rem; }
.dialect-card .arabic { font-size: 1rem; color: #666; }
.dialect-card a { font-size: 0.8rem; color: #1a3a6e; font-weight: 600; }

/* ============================================================
   BLOG CARDS
   ============================================================ */
.blog-section { padding: 3rem 0; background: #f9fafc; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.blog-card {
  background: #fff;
  border: 1px solid #e0e4ef;
  border-radius: 8px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
}
.blog-card-tag {
  display: inline-block;
  background: #e8edf8;
  color: #1a3a6e;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.blog-card h3 { font-size: 0.97rem; margin: 0 0 0.5rem; }
.blog-card p { font-size: 0.86rem; color: #555; flex: 1; margin-bottom: 1rem; }
.blog-card .card-meta { font-size: 0.8rem; color: #888; margin-bottom: 0.5rem; }
.blog-card a.read-more { font-size: 0.85rem; font-weight: 600; color: #1a3a6e; }

/* ============================================================
   FAQ / CONTENT SECTIONS
   ============================================================ */
.content-section { padding: 2.5rem 0; }
.content-section + .content-section { padding-top: 0; }

.page-intro {
  background: #f4f6fa;
  border-left: 5px solid #1a3a6e;
  padding: 1.2rem 1.5rem;
  border-radius: 0 6px 6px 0;
  margin-bottom: 2rem;
}
.page-intro p { margin: 0; font-size: 1.02rem; color: #333; }

.badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1rem; }
.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.badge-navy { background: #1a3a6e; color: #fff; }
.badge-gold { background: #fdf3e0; color: #9a6c00; border: 1px solid #e0b84a; }
.badge-green { background: #e8f5e9; color: #2e7d32; border: 1px solid #81c784; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
  margin: 1.5rem 0;
}
.feature-item {
  background: #f9fafc;
  border: 1px solid #e8edf8;
  border-radius: 6px;
  padding: 1.1rem 1.2rem;
}
.feature-item h3 { font-size: 0.95rem; margin-bottom: 0.4rem; color: #1a3a6e; }
.feature-item p { font-size: 0.85rem; color: #555; margin: 0; }

.scope-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
.scope-item {
  background: #fff;
  border: 1px solid #e0e4ef;
  border-radius: 6px;
  padding: 1rem;
}
.scope-item.specialist { border-left: 4px solid #c5940a; }
.scope-item h3 { font-size: 0.92rem; margin-bottom: 0.3rem; }
.scope-item p { font-size: 0.82rem; color: #555; margin: 0; }

.faq-section { margin: 2rem 0; }
.faq-section h2 { margin-bottom: 1rem; }
.faq-item {
  border-bottom: 1px solid #e8edf8;
  padding: 1rem 0;
}
.faq-item:first-of-type { border-top: 1px solid #e8edf8; }
.faq-question { font-weight: 600; font-size: 0.97rem; color: #1a3a6e; margin-bottom: 0.4rem; }
.faq-answer { font-size: 0.88rem; color: #444; }

/* Two-column content */
.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 1.5rem 0;
}

/* Location lists */
.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}
.location-col h3 { font-size: 0.92rem; color: #1a3a6e; margin-bottom: 0.5rem; }
.location-col ul { margin: 0; padding: 0; list-style: none; }
.location-col li { font-size: 0.86rem; color: #444; padding: 3px 0; }
.location-col li::before { content: '→ '; color: #c5940a; }

/* Timeline */
.timeline { list-style: none; padding: 0; margin: 1.5rem 0; }
.timeline li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid #eee;
  font-size: 0.88rem;
}
.timeline-year { font-weight: 700; color: #1a3a6e; }
.timeline-content h3 { font-size: 0.92rem; margin: 0 0 0.2rem; }
.timeline-content p { margin: 0; color: #555; }

/* Table */
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.87rem;
  margin: 1rem 0;
}
.data-table th {
  background: #1a3a6e;
  color: #fff;
  padding: 8px 12px;
  text-align: left;
  font-weight: 600;
}
.data-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #e8edf8;
  color: #333;
}
.data-table tr:nth-child(even) td { background: #f9fafc; }

/* ============================================================
   URGENT BOOKING CALLOUT
   ============================================================ */
.urgent-callout {
  background: #fff8e1;
  border: 2px solid #f59e0b;
  border-radius: 8px;
  padding: 1.3rem 1.5rem;
  margin: 2rem 0;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.urgent-callout-icon { font-size: 1.5rem; flex-shrink: 0; }
.urgent-callout-text h3 { font-size: 0.97rem; color: #92400e; margin-bottom: 0.3rem; }
.urgent-callout-text p { font-size: 0.88rem; color: #666; margin: 0; }
.urgent-callout-text .phone-link {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a3a6e;
  display: inline-block;
  margin-top: 0.5rem;
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  background: #1a1a2e;
  color: #fff;
  padding: 2.5rem 0;
  text-align: center;
}
.cta-section h2 { color: #d4b86a; margin-bottom: 0.5rem; font-size: 1.3rem; }
.cta-section p { color: #a8bcda; margin-bottom: 1.5rem; font-size: 0.95rem; }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-section { padding: 3rem 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 2.5rem;
  align-items: start;
}
.contact-info h2 { margin-bottom: 1rem; }
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #eee;
}
.contact-detail-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.contact-detail-text h3 { font-size: 0.92rem; margin-bottom: 0.2rem; color: #1a3a6e; }
.contact-detail-text p, .contact-detail-text a { font-size: 0.88rem; color: #444; margin: 0; }
.contact-detail-text a { color: #1a3a6e; font-weight: 500; }

.contact-form-wrap {
  background: #f9fafc;
  border: 1px solid #e0e4ef;
  border-radius: 8px;
  padding: 1.8rem;
}
.contact-form-wrap h2 { margin-bottom: 1.2rem; font-size: 1.2rem; }

.form-group { margin-bottom: 1rem; }
.form-group label {
  display: block;
  font-size: 0.87rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.form-group label .req { color: #c5940a; }
.form-control {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #ccd0dd;
  border-radius: 5px;
  font-size: 0.9rem;
  background: #fff;
  color: #1a1a2e;
  transition: border-color 0.15s;
  font-family: inherit;
}
.form-control:focus {
  outline: none;
  border-color: #1a3a6e;
  box-shadow: 0 0 0 3px rgba(26,58,110,0.1);
}
select.form-control { cursor: pointer; }
textarea.form-control { resize: vertical; min-height: 100px; }
.form-submit { width: 100%; padding: 12px; font-size: 1rem; }
.form-privacy { font-size: 0.78rem; color: #888; margin-top: 0.7rem; text-align: center; }

/* Form success / error */
.form-success {
  display: none;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 1rem 1.2rem;
  border-radius: 6px;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.form-error-msg {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  display: none;
}
.field-error { border-color: #dc3545 !important; }
.field-error-msg { font-size: 0.78rem; color: #dc3545; margin-top: 3px; display: none; }

/* ============================================================
   PHOTO GALLERY
   ============================================================ */
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
.photo-gallery img {
  border-radius: 6px;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #1a1a2e;
  color: #a8bcda;
  padding: 2.5rem 0 1.5rem;
  margin-top: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-brand p { font-size: 0.85rem; color: #8899b8; line-height: 1.6; margin-bottom: 0.8rem; }
.footer-brand .footer-social { display: flex; gap: 10px; margin-top: 0.8rem; }
.footer-brand .footer-social a {
  color: #d4b86a;
  font-size: 0.85rem;
  padding: 4px 8px;
  border: 1px solid #d4b86a;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}
.footer-brand .footer-social a:hover { background: #d4b86a; color: #1a1a2e; text-decoration: none; }
.footer-col h4 {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #d4b86a;
  margin-bottom: 0.8rem;
  font-weight: 700;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 5px; }
.footer-col a { font-size: 0.83rem; color: #8899b8; }
.footer-col a:hover { color: #d4b86a; text-decoration: none; }
.footer-bottom {
  border-top: 1px solid #2a3558;
  padding-top: 1rem;
  font-size: 0.78rem;
  color: #667;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom a { color: #8899b8; }

/* ============================================================
   BLOG POST LAYOUT
   ============================================================ */
.blog-post-wrap { padding: 2.5rem 0; }
.blog-post-wrap .container {
  max-width: 780px;
}
.blog-post-header { margin-bottom: 2rem; }
.blog-post-meta {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.8rem;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-post-content { font-size: 0.97rem; }
.blog-post-content h2 { margin-top: 2.2rem; padding-top: 1rem; border-top: 1px solid #e8edf8; }
.blog-post-content h3 { margin-top: 1.6rem; }
.blog-post-content ul, .blog-post-content ol { margin-bottom: 1.2em; }
.blog-post-content p { margin-bottom: 1.1em; }
.blog-post-content strong { font-weight: 700; }
.blog-post-content a { color: #1a3a6e; font-weight: 500; }

.author-bio {
  background: #f4f6fa;
  border: 1px solid #e0e4ef;
  border-radius: 8px;
  padding: 1.2rem 1.4rem;
  margin: 2rem 0;
  font-size: 0.87rem;
  color: #444;
}
.author-bio strong { color: #1a3a6e; }
.author-bio a { color: #1a3a6e; }

.post-related {
  background: #f9fafc;
  padding: 1.2rem 1.4rem;
  border-radius: 6px;
  margin: 1.5rem 0;
  font-size: 0.87rem;
}
.post-related strong { color: #1a3a6e; }

.back-link { font-size: 0.88rem; color: #1a3a6e; font-weight: 500; display: inline-block; margin-bottom: 1.5rem; }
.back-link:hover { color: #c5940a; }

.blog-checklist {
  background: #f4f6fa;
  border: 1px solid #e0e4ef;
  border-radius: 6px;
  padding: 1.2rem 1.4rem;
  margin: 1.5rem 0;
}
.blog-checklist h3 { margin-bottom: 0.6rem; font-size: 0.95rem; }
.blog-checklist ul { margin: 0; padding-left: 1.2rem; }
.blog-checklist li { font-size: 0.87rem; color: #444; }

/* New specialist pages */
.specialist-banner {
  background: linear-gradient(135deg, #1a1a2e, #2c1654);
  color: #fff;
  padding: 0.6rem 0;
  text-align: center;
  font-size: 0.82rem;
}
.specialist-banner span { color: #d4b86a; font-weight: 600; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .comparison-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .two-col-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.3rem; }
  .site-nav { display: none; }
  .site-nav.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 2px solid #1a3a6e; padding: 0.5rem; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 200; }
  .nav-toggle { display: block; }
  .header-cta-wrap { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .photo-gallery { grid-template-columns: 1fr; }
  .stats-grid { gap: 0.5rem; }
  .stat-item { border-right: none; border-bottom: 1px solid #d0d7e8; }
  .stat-item:last-child { border-bottom: none; }
  .blog-grid { grid-template-columns: 1fr; }
  .rates-grid { grid-template-columns: 1fr; }
  .topbar-left .topbar-sep { display: none; }
  .hero-ctas { flex-direction: column; }
  .btn-primary, .btn-secondary, .btn-phone { width: 100%; justify-content: center; }
}

/* ============================================================
   UTILITIES
   ============================================================ */
.text-gold { color: #c5940a; }
.text-navy { color: #1a3a6e; }
.text-muted { color: #666; }
.text-small { font-size: 0.85rem; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.section-title { font-size: 1.5rem; color: #1a1a2e; margin-bottom: 0.4rem; }
.section-subtitle { color: #555; font-size: 0.95rem; margin-bottom: 1.5rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.verify-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.82rem;
  color: #1a3a6e;
  font-weight: 600;
  background: #e8edf8;
  padding: 3px 10px;
  border-radius: 20px;
}
.verify-link:hover { background: #1a3a6e; color: #fff; text-decoration: none; }

/* Internal link callout */
.internal-link-box {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 6px;
  padding: 0.8rem 1.1rem;
  margin: 1.2rem 0;
  font-size: 0.87rem;
}
.internal-link-box a { color: #1a3a6e; font-weight: 600; }

/* Phone in content */
.phone-display {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a3a6e;
}

/* v5.7 additions */
.hero-lead{font-size:1.25rem;margin-bottom:.5rem;color:#fff;}
.hero-availability{margin-top:.75rem;font-size:.9rem;color:#d4b86a;font-weight:600;}
.recent-section{padding:3.5rem 0;background:#f7f8fb;}
.recent-list{list-style:none;padding:0;margin:1.25rem 0;max-width:760px;}
.recent-list li{padding:.65rem 0 .65rem 1.4rem;border-left:3px solid #C9A84C;margin-bottom:.6rem;background:#fff;border-radius:0 6px 6px 0;padding-right:1rem;}
.section-note{font-size:.85rem;color:#667;font-style:italic;}
.footer-note{font-size:.78rem;color:#8899b8;}
.contact-direct-note{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;background:#f7f8fb;border-left:4px solid #C9A84C;padding:1rem 1.25rem;border-radius:0 8px 8px 0;margin-bottom:1.5rem;}
.contact-direct-note p{margin:0;flex:1;min-width:220px;}
.author-bio{display:flex;gap:1rem;align-items:center;background:#f7f8fb;border-radius:8px;padding:1rem 1.25rem;margin:2rem 0 1rem;}
