
/* Font display swap for performance */
@font-face { font-family: "Bebas Neue"; font-display: swap; }
@font-face { font-family: "Playfair Display"; font-display: swap; }
@font-face { font-family: "Mulish"; font-display: swap; }
/* ============================================================
   Medical Marketing Firm — Global Stylesheet
   Brand: Black #0a0a0a | White #f5f5f3 | Green #10b981
   Fonts: Bebas Neue (display) + Playfair Display (serif) + Mulish (body)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:      #0a0a0a;
  --black-mid:  #1a1a1a;
  --white:      #f5f5f3;
  --off-white:  #edede9;
  --green:      #10b981;
  --green-dark: #059669;
  --green-pale: #d1fae5;
  --gray:       #6b7280;
  --gray-light: #e5e5e3;
  --border:     rgba(10,10,10,0.1);
  --border-inv: rgba(245,245,243,0.08);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Mulish', sans-serif;
  background: var(--white);
  color: var(--black);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5 { line-height: 1.1; }

.display {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.02em;
}

.serif {
  font-family: 'Playfair Display', serif;
}

/* ── NAV ── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 5vw;
  background: var(--black);
  border-bottom: 1px solid rgba(245,245,243,0.05);
}

.nav-brand { text-decoration: none; display: flex; flex-direction: column; gap: 1px; }
.nav-brand-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; color: var(--white); letter-spacing: 0.08em; line-height: 1; }
.nav-brand-sub { font-size: 0.58rem; color: var(--green); letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; }

.nav-menu { display: flex; align-items: center; gap: 0; list-style: none; }

.nav-item { position: relative; }

.nav-link {
  display: block; padding: 0.5rem 1.1rem;
  color: rgba(245,245,243,0.55); text-decoration: none;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  transition: color 0.2s; white-space: nowrap;
}

.nav-link:hover, .nav-link.active { color: var(--white); }

.nav-dropdown {
  position: absolute; top: 100%; left: 0;
  background: var(--black-mid); min-width: 220px;
  border: 1px solid var(--border-inv); border-top: 2px solid var(--green);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all 0.2s; z-index: 300;
}

.nav-item:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }

.nav-dropdown a {
  display: block; padding: 0.75rem 1.25rem;
  color: rgba(245,245,243,0.6); text-decoration: none;
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.04em;
  border-bottom: 1px solid var(--border-inv);
  transition: all 0.15s;
}

.nav-dropdown a:last-child { border-bottom: none; }
.nav-dropdown a:hover { color: var(--white); background: rgba(16,185,129,0.08); padding-left: 1.5rem; }

.nav-cta {
  margin-left: 1rem;
  background: var(--green); color: var(--black) !important;
  padding: 0.6rem 1.4rem; font-weight: 700 !important;
  transition: background 0.2s !important;
}

.nav-cta:hover { background: var(--green-dark) !important; color: var(--black) !important; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: var(--black); padding: 10rem 5vw 6rem;
  position: relative; overflow: hidden;
}

.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 100% 50%, rgba(16,185,129,0.07) 0%, transparent 65%);
}

.page-hero-inner { position: relative; z-index: 1; max-width: 760px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--green); margin-bottom: 1.25rem;
}

.eyebrow::before { content: ''; width: 20px; height: 2px; background: var(--green); }

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700; color: var(--white); margin-bottom: 1.5rem;
}

.page-hero h1 em { font-style: italic; color: var(--green); }

.page-hero-sub {
  font-size: 1.05rem; line-height: 1.8; color: rgba(245,245,243,0.55);
  font-weight: 300; max-width: 600px; margin-bottom: 2.5rem;
}

/* ── SECTIONS ── */
.section { padding: 7rem 5vw; }
.section-sm { padding: 4rem 5vw; }
.section-dark { background: var(--black); }
.section-gray { background: var(--off-white); }
.section-green { background: var(--green); }

.section-label {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--green); margin-bottom: 1rem;
}

.section-label::before { content: ''; width: 18px; height: 2px; background: var(--green); }
.section-label.inv { color: var(--green); }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 700; line-height: 1.12; color: var(--black); margin-bottom: 1.25rem;
}

.section-title em { font-style: italic; color: var(--green); }
.section-title.light { color: var(--white); }

.section-sub {
  font-size: 1rem; line-height: 1.8; color: var(--gray);
  font-weight: 300; max-width: 600px;
}

.section-sub.light { color: rgba(245,245,243,0.5); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 0.65rem;
  font-family: 'Mulish', sans-serif; font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  padding: 0.95rem 2rem; transition: all 0.2s; border: none; cursor: pointer;
}

.btn-green { background: var(--green); color: var(--black); }
.btn-green:hover { background: var(--green-dark); transform: translateY(-2px); }

.btn-black { background: var(--black); color: var(--white); }
.btn-black:hover { opacity: 0.85; }

.btn-outline-black { background: transparent; color: var(--black); border: 2px solid var(--black); }
.btn-outline-black:hover { background: var(--black); color: var(--white); }

.btn-outline-white { background: transparent; color: var(--white); border: 1px solid rgba(245,245,243,0.25); }
.btn-outline-white:hover { border-color: var(--white); }

.btn-arrow::after { content: '→'; font-size: 1rem; }

/* ── GRID UTILITIES ── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; }

/* ── CARDS ── */
.card {
  background: var(--white); border: 1px solid var(--gray-light);
  padding: 2.5rem; transition: all 0.25s;
}

.card:hover { border-color: var(--green); box-shadow: 0 4px 24px rgba(16,185,129,0.1); transform: translateY(-2px); }

.card-dark { background: var(--black-mid); border-color: var(--border-inv); }
.card-dark:hover { border-color: var(--green); }

/* ── STATS STRIP ── */
.stats-strip {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--border-inv);
}

.stat-item {
  padding: 3rem 2rem;
  border-right: 1px solid var(--border-inv);
  border-bottom: 1px solid var(--border-inv);
}

.stat-item:last-child { border-right: none; }

.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.5rem; line-height: 1; color: var(--white); letter-spacing: 0.02em;
}

.stat-num span { color: var(--green); }
.stat-lbl { font-size: 0.78rem; color: rgba(245,245,243,0.4); margin-top: 0.5rem; line-height: 1.5; }

/* ── PRICING ── */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--gray-light); }

.price-card { background: var(--white); padding: 3rem 2.5rem; }
.price-card.featured { background: var(--black); }

.price-badge { display: inline-block; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; background: var(--green); color: var(--black); padding: 0.3rem 0.8rem; margin-bottom: 1.5rem; }

.price-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 0.06em; color: var(--black); }
.price-card.featured .price-name { color: var(--white); }

.price-amount { font-family: 'Bebas Neue', sans-serif; font-size: 4.5rem; line-height: 1; color: var(--black); margin: 0.75rem 0 0.25rem; }
.price-card.featured .price-amount { color: var(--green); }

.price-period { font-size: 0.78rem; color: var(--gray); margin-bottom: 2rem; }
.price-card.featured .price-period { color: rgba(245,245,243,0.35); }

.price-divider { height: 1px; background: var(--gray-light); margin-bottom: 2rem; }
.price-card.featured .price-divider { background: rgba(245,245,243,0.08); }

.price-features { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; margin-bottom: 2.5rem; }
.price-features li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.88rem; line-height: 1.5; color: var(--gray); }
.price-card.featured .price-features li { color: rgba(245,245,243,0.55); }
.price-features li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 0.15rem; }

.price-cta { display: block; text-align: center; padding: 0.95rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; transition: all 0.2s; border: 2px solid var(--black); color: var(--black); }
.price-cta:hover { background: var(--black); color: var(--white); }
.price-card.featured .price-cta { background: var(--green); border-color: var(--green); color: var(--black); }
.price-card.featured .price-cta:hover { background: var(--green-dark); border-color: var(--green-dark); }

/* ── FAQ ── */
.faq-item { border-bottom: 1px solid var(--gray-light); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 0; cursor: pointer; font-size: 1rem; font-weight: 600; color: var(--black); gap: 1rem; }
.faq-q:hover { color: var(--green); }
.faq-icon { width: 24px; height: 24px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1px solid var(--gray-light); font-size: 1.1rem; color: var(--gray); transition: all 0.2s; }
.faq-item.open .faq-icon { background: var(--green); border-color: var(--green); color: var(--black); transform: rotate(45deg); }
.faq-a { display: none; padding: 0 0 1.5rem; font-size: 0.92rem; line-height: 1.8; color: var(--gray); font-weight: 300; }
.faq-item.open .faq-a { display: block; }

/* ── BREADCRUMB ── */
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: rgba(245,245,243,0.35); margin-bottom: 1.5rem; flex-wrap: wrap; }
.breadcrumb a { color: rgba(245,245,243,0.4); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb span { color: rgba(245,245,243,0.6); }

/* ── FOOTER ── */
.site-footer {
  background: var(--black); padding: 5rem 5vw 2rem;
  border-top: 1px solid var(--border-inv);
}

.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 3rem;
  padding-bottom: 4rem; border-bottom: 1px solid var(--border-inv);
  margin-bottom: 2rem;
}

.footer-brand-name { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: var(--white); letter-spacing: 0.08em; }
.footer-brand-sub { font-size: 0.6rem; color: var(--green); letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; margin-bottom: 1rem; }
.footer-desc { font-size: 0.85rem; line-height: 1.8; color: rgba(245,245,243,0.35); font-weight: 300; max-width: 300px; }

.footer-col-title { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,245,243,0.35); margin-bottom: 1.25rem; }

.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
.footer-links a { font-size: 0.82rem; color: rgba(245,245,243,0.45); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--green); }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.72rem; color: rgba(245,245,243,0.2); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.72rem; color: rgba(245,245,243,0.2); text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: rgba(245,245,243,0.5); }

/* ── TICKER ── */
.ticker { background: var(--green); padding: 0.8rem 0; overflow: hidden; white-space: nowrap; }
.ticker-inner { display: inline-flex; animation: tick 28s linear infinite; }
.ticker-item { display: inline-flex; align-items: center; gap: 1.5rem; font-family: 'Bebas Neue', sans-serif; font-size: 0.9rem; letter-spacing: 0.18em; color: var(--black); padding: 0 2rem; }
.ticker-dot { width: 4px; height: 4px; background: rgba(10,10,10,0.35); border-radius: 50%; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── CTA BANNER ── */
.cta-banner {
  background: var(--green); padding: 5rem 5vw;
  display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center;
}

.cta-banner h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.5rem,4vw,4rem); color: var(--black); letter-spacing: 0.02em; line-height: 0.95; }
.cta-banner p { font-size: 1rem; color: rgba(10,10,10,0.6); font-weight: 300; margin-top: 0.75rem; }
.cta-banner-actions { display: flex; gap: 1rem; flex-direction: column; align-items: flex-end; }

/* ── FORM ── */
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.form-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(10,10,10,0.5); }
.form-input { padding: 0.9rem 1.1rem; background: rgba(10,10,10,0.05); border: 2px solid rgba(10,10,10,0.1); color: var(--black); font-family: 'Mulish', sans-serif; font-size: 0.9rem; outline: none; transition: border-color 0.2s; width: 100%; }
.form-input:focus { border-color: var(--green); }
.form-input::placeholder { color: rgba(10,10,10,0.3); }

/* Forms on dark/black backgrounds */
.form-dark .form-label { color: rgba(245,245,243,0.4); }
.form-dark .form-input { background: rgba(245,245,243,0.07); border-color: rgba(245,245,243,0.15); color: var(--white); }
.form-dark .form-input::placeholder { color: rgba(245,245,243,0.3); }
.form-dark .form-input:focus { border-color: var(--green); background: rgba(245,245,243,0.1); }

/* ── REVEAL ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.no-js .reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Hamburger button */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  margin-left: auto;
  z-index: 1001;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; gap: 2px; }
  .cta-banner { grid-template-columns: 1fr; }
  .cta-banner-actions { align-items: flex-start; }
  .nav-hamburger { display: flex; }

  .nav-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a0a0a;
    flex-direction: column;
    padding: 1.5rem 1.5rem 3rem;
    overflow-y: auto;
    z-index: 1000;
    gap: 0;
    list-style: none;
  }
  .nav-menu.mobile-open { display: flex; }

  .nav-menu .nav-item {
    border-bottom: 1px solid rgba(245,245,243,0.08);
    position: static;
  }

  .nav-menu .nav-link {
    display: block;
    padding: 1rem 0;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #f5f5f3 !important;
    text-decoration: none;
  }

  /* Override desktop hover dropdown — show inline on mobile */
  .nav-menu .nav-item:hover .nav-dropdown,
  .nav-menu .nav-dropdown {
    display: flex !important;
    position: static !important;
    flex-direction: column;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 0 1rem 1rem !important;
    gap: 0 !important;
    min-width: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
  }

  .nav-menu .nav-dropdown a {
    font-size: .85rem;
    padding: .4rem 0 !important;
    color: rgba(245,245,243,0.55) !important;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .04em;
  }

  .nav-menu .nav-item:last-child {
    border-bottom: none;
    padding-top: 1rem;
  }
  .nav-menu .nav-cta {
    display: block;
    text-align: center;
    background: var(--green) !important;
    color: #0a0a0a !important;
    padding: .85rem 1.5rem !important;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: .85rem;
    text-transform: uppercase;
  }
}

@media (max-width: 600px) {
  .grid-4 { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ── UTILITY CLASSES (extracted from inline styles) ── */

/* Text */
.t-gray-sm { font-size:.85rem; line-height:1.7; color:var(--gray); font-weight:300; }
.t-gray-body { font-size:.95rem; line-height:1.85; color:var(--gray); font-weight:300; margin-bottom:1.5rem; }
.t-gray-body-alt { font-size:1rem; line-height:1.85; color:var(--gray); font-weight:300; }
.t-gray-body-mt { font-size:1rem; line-height:1.85; color:var(--gray); font-weight:300; margin-top:1.5rem; }
.t-green-link { font-size:.8rem; font-weight:600; color:var(--green); text-decoration:none; margin-top:.75rem; display:inline-block; }
.t-black-link { color:var(--black); text-decoration:none; }
.t-inv-muted { color:rgba(245,245,243,.6); max-width:560px; margin:0 auto 2.5rem; font-weight:300; line-height:1.8; }
.t-section-sub-center { text-align:center; color:var(--gray); font-size:.95rem; max-width:640px; margin:1rem auto 2rem; }
.t-blog-label { font-size:.65rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--green); margin-bottom:.75rem; }
.t-blog-link { font-size:.72rem; font-weight:700; color:var(--green); text-decoration:none; text-transform:uppercase; letter-spacing:.08em; }
.t-sidebar-label { font-size:.68rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--gray); margin-bottom:1rem; }
.t-sidebar-link { font-size:.85rem; color:var(--black); text-decoration:none; font-weight:500; }
.t-footer-link-muted { font-size:.85rem; color:rgba(245,245,243,.45); text-decoration:none; }
.t-locations-link { font-size:.88rem; color:var(--black); text-decoration:none; font-weight:500; }

/* Blog h2 inside articles */
.blog-h2 { font-family:'Playfair Display',serif; font-size:1.6rem; font-weight:700; color:var(--black); margin:2.5rem 0 1rem; }

/* Layout */
.mx-auto-760 { max-width:760px; margin:2rem auto 0; }
.mx-auto-640-center { text-align:center; color:var(--gray); font-size:.95rem; max-width:640px; margin:1rem auto 2rem; }
.tags-wrap { display:flex; flex-wrap:wrap; gap:.75rem; justify-content:center; max-width:800px; margin:0 auto; }
.other-markets-wrap { text-align:center; margin-top:2rem; }
.card-grid-mt { margin-top:3rem; }
.card-number { font-size:2rem; margin-bottom:1rem; }
.sidebar-sticky { position:sticky; top:6rem; }
.blog-layout { display:grid; grid-template-columns:2fr 1fr; gap:5rem; align-items:start; }
.sidebar-cta { background:var(--black); padding:2.5rem; margin-bottom:2rem; }
.sidebar-cta-title { font-family:'Bebas Neue',sans-serif; font-size:1.3rem; color:var(--white); letter-spacing:.05em; margin-bottom:.75rem; }
.sidebar-cta-sub { font-size:.85rem; line-height:1.7; color:rgba(245,245,243,.45); font-weight:300; margin-bottom:1.5rem; }
.sidebar-links { background:var(--off-white); padding:2rem; }
.sidebar-links ul { list-style:none; display:flex; flex-direction:column; gap:.6rem; }

/* Tags / pills */
.tag-pill { background:white; border:1px solid var(--border); padding:.4rem .9rem; border-radius:4px; font-size:.85rem; font-weight:500; }
.market-link { display:inline-block; padding:.5rem 1rem; border:1px solid var(--border); border-radius:4px; font-size:.85rem; color:var(--black); text-decoration:none; margin:.25rem; }
.market-link-lg { background:white; border:1px solid var(--border); padding:.5rem 1.1rem; border-radius:4px; font-size:.9rem; font-weight:500; color:var(--black); text-decoration:none; }

/* Card specialties */
.card-h3 { font-family:'Playfair Display',serif; font-size:1.1rem; margin-bottom:.5rem; }
.card-process-num { font-size:2rem; margin-bottom:1rem; text-align:center; }
.card-process-h3 { font-family:'Playfair Display',serif; font-size:1rem; margin-bottom:.5rem; }

/* Section backgrounds */
.section-offwhite { background:var(--off-white); }
.section-black-center { background:var(--black); color:var(--off-white); text-align:center; }

/* Insight box inside blog posts */
.insight-box { background:var(--off-white); padding:2rem; border-left:3px solid var(--green); margin:2.5rem 0; }
.insight-box p { font-size:.9rem; line-height:1.7; color:var(--gray); font-weight:400; margin:0; }

/* FAQ schema section */
.faq-section { max-width:760px; margin:3rem auto 0; }
.faq-schema-label { font-size:.68rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; color:var(--green); margin-bottom:1.5rem; display:flex; align-items:center; gap:.5rem; }
.faq-schema-label::before { content:''; width:18px; height:2px; background:var(--green); }

@media(max-width:900px){
  .blog-layout { grid-template-columns:1fr; }
}

/* Nav phone number */
.nav-phone-item { display: flex; align-items: center; }
.nav-phone-link {
  font-size: .78rem;
  font-weight: 700;
  color: var(--green) !important;
  text-decoration: none;
  letter-spacing: .04em;
  padding: .4rem .75rem;
  border: 1px solid rgba(16,185,129,.3);
  border-radius: 3px;
  transition: all .2s;
  white-space: nowrap;
}
.nav-phone-link:hover {
  background: rgba(16,185,129,.08);
  border-color: var(--green);
}
@media (max-width: 768px) {
  .nav-phone-item { display: none; }
}
@media (max-width: 1024px) {
  .nav-phone-link { font-size: .72rem; padding: .3rem .6rem; }
}
