/* ============================================================
   Boston by T — Storefront Shared CSS
   Brand: #F5EFE0 cream bg · #1C2B4B navy text
   Accent: Red #DA291C · Orange #ED8B00 · Green #00843D · Blue #1565C0
   Fonts: Bebas Neue (headings) · Playfair Display (body)
   ============================================================ */

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

/* ── Variables ── */
:root {
  --cream:   #F5EFE0;
  --navy:    #1C2B4B;
  --navy-soft: #4a5778;
  --red:     #DA291C;
  --orange:  #ED8B00;
  --orange-ink: #8A4F00;  /* darker orange for TEXT on light bg — WCAG AA (≥4.5:1); bars/accents keep --orange */
  --green:   #00843D;
  --blue:    #1565C0;
  /* Accessible TEXT variants of the line colors — bars/accents keep the true line colors above.
     *-ink = darker, for text on LIGHT bg (cream/white). *-on-dark = lighter, for text on NAVY. WCAG AA. */
  --red-ink: #B81E10;  --green-ink: #006B2E;
  --red-on-dark: #FF6B5E;  --green-on-dark: #3DBE6E;  --blue-on-dark: #5DA9E9;
  --boston:  #BD3039;   /* Sox Red — wordmark only */
  --by:      #00843D;   /* Celtics Green — wordmark only */
  --t:       #1565C0;   /* Patriots Blue — wordmark only */
  --rule:    #d6cfb8;
  --kbyg-bg: #ebe3cc;
}

/* ── Base ── */
html { scroll-behavior: smooth; }
body {
  font-family: 'Playfair Display', Georgia, serif;
  background: var(--cream);
  color: var(--navy);
  line-height: 1.6;
  font-size: 16px;
}
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
p { margin-bottom: 1em; }
ul, ol { padding-left: 1.4em; }
li { margin-bottom: 0.4em; }

/* ── Bebas Neue helper ── */
.bebas {
  font-family: 'Bebas Neue', Impact, sans-serif;
  letter-spacing: 0.04em;
}

/* ── MBTA 4-line color bar ── */
.mbta-bar {
  display: flex;
  height: 5px;
  width: 100%;
}
.mbta-bar span { flex: 1; }
.mbta-bar .mb-red    { background: var(--red); }
.mbta-bar .mb-orange { background: var(--orange); }
.mbta-bar .mb-green  { background: var(--green); }
.mbta-bar .mb-blue   { background: var(--blue); }

/* ── WORDMARK ── */
.wordmark {
  font-family: 'Bebas Neue', Impact, sans-serif;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
}
.wordmark .w-boston { color: var(--boston); }
.wordmark .w-by     { color: var(--by); font-size: 0.65em; text-transform: lowercase; vertical-align: 0.08em; margin: 0 0.08em; }
.wordmark .w-t      { color: var(--t); }

/* ── HEADER ── */
.site-header {
  background: var(--navy);
  color: var(--cream);
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  flex-wrap: wrap;
  padding: 10px 0;
}
.header-wordmark {
  font-size: 28px;
  text-decoration: none;
}
.header-wordmark .w-boston { color: var(--boston); }
.header-wordmark .w-by     { color: var(--by); }
.header-wordmark .w-t      { color: var(--t); }
.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.site-nav a {
  color: #d6cfb8;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.08em;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 2px;
  transition: color 0.15s;
  text-decoration: none;
}
.site-nav a:hover { color: var(--orange); text-decoration: none; }
.site-nav a.nav-access-link { color: var(--cream); }
.site-nav a.nav-access-link:hover { color: var(--orange); }
.btn-header-buy {
  background: var(--orange);
  color: var(--navy) !important;
  font-family: 'Bebas Neue', sans-serif !important;
  letter-spacing: 0.08em;
  font-size: 14px !important;
  padding: 8px 18px !important;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: 700;
}
.btn-header-buy:hover { background: #c97700; text-decoration: none !important; }

/* ── NAV DISCLOSURE (mobile hamburger, no-JS) ──
   Desktop: <details> + panel are transparent (display:contents) so the
   links flow inline exactly as before. Mobile: summary becomes a ☰ toggle
   with ≥44px tap targets and the links drop down as a panel. */
.nav-links { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.nav-menu { display: none; }            /* mobile-only hamburger; revealed at ≤700px */
.nav-menu-toggle { display: none; }

/* ── FOOTER ── */
.site-footer {
  background: var(--navy);
  color: #d6cfb8;
  padding: 40px 24px 24px;
  margin-top: 80px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.footer-wordmark {
  font-size: 36px;
  margin-bottom: 4px;
  display: inline-block;
}
.footer-tagline {
  font-style: italic;
  font-size: 15px;
  color: #a89f8a;
  margin-bottom: 24px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-bottom: 24px;
}
.footer-links a {
  color: #a89f8a;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.08em;
  font-size: 13px;
  text-decoration: none;
}
.footer-links a:hover { color: var(--orange); }
.footer-legal {
  border-top: 1px solid rgba(214,207,184,0.2);
  padding-top: 16px;
  font-size: 12px;
  color: #a89f8a;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.08em;
}
.footer-legal a { color: #d6cfb8; }

/* ── PAGE WRAPPER ── */
.page-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px;
}
.page-content-wide {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
}

/* ── SECTION HEADINGS ── */
.section-eyebrow {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--navy-soft);
  margin-bottom: 8px;
  text-transform: uppercase;
}
h1.page-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 6vw, 60px);
  line-height: 1.0;
  color: var(--navy);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
h2.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(22px, 4vw, 32px);
  letter-spacing: 0.03em;
  color: var(--navy);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--rule);
}
h3.card-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: var(--navy);
  margin-bottom: 6px;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  background: var(--orange);
  color: var(--navy);
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.1em;
  font-size: 20px;
  padding: 14px 36px;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
}
.btn-primary:hover { background: #c97700; transform: translateY(-1px); text-decoration: none; }

.btn-secondary {
  display: inline-block;
  border: 2px solid var(--navy);
  color: var(--navy);
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.08em;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.15s;
}
.btn-secondary:hover { background: var(--navy); color: var(--cream); text-decoration: none; }

/* ── ROUTE CARD (sample page) ── */
.route-card {
  background: white;
  border-left: 6px solid var(--orange);
  padding: 28px 32px;
  margin-bottom: 32px;
  border-radius: 0 4px 4px 0;
}
.route-card.stripe-orange-green { border-image: linear-gradient(to bottom, var(--orange) 50%, var(--green) 50%) 1; }
.route-meta {
  font-size: 14px;
  color: var(--navy-soft);
  margin-bottom: 10px;
  line-height: 1.5;
}
.route-directional {
  font-size: 14px;
  color: var(--navy);
  padding: 8px 14px;
  background: rgba(28,43,75,0.05);
  border-left: 3px solid var(--orange);
  margin-bottom: 20px;
  line-height: 1.4;
}
.route-directional::before { content: "🧭 "; }

.kbyg {
  background: var(--kbyg-bg);
  padding: 14px 18px;
  margin-top: 24px;
  border-left: 4px solid var(--orange);
  border-radius: 0 4px 4px 0;
}
.kbyg-title {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 8px;
}
.kbyg-title::before { content: "⚠️  "; }
.kbyg ul { list-style: none; padding: 0; }
.kbyg li {
  padding: 4px 0 4px 16px;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  color: var(--navy);
}
.kbyg li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 700;
  color: var(--orange);
}

.links-block {
  margin-top: 20px;
  background: rgba(28,43,75,0.04);
  padding: 12px 18px;
  border-top: 1px solid var(--rule);
}
.links-title {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: var(--navy);
  margin-bottom: 8px;
}
.links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 6px 16px;
}
.link-row { font-size: 13px; line-height: 1.4; color: var(--navy); }
.link-row strong { font-weight: 700; display: block; }
.link-row a { color: var(--blue); }

/* ── FAQ ── */
.faq-item {
  border-bottom: 1px solid var(--rule);
  padding: 20px 0;
}
.faq-q {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 10px;
}
.faq-a { font-size: 15px; line-height: 1.65; color: var(--navy); }
.faq-a p { margin-bottom: 0.6em; }

/* ── FORMS ── */
.form-group { margin-bottom: 16px; }
.form-label {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.08em;
  font-size: 13px;
  color: var(--navy-soft);
  margin-bottom: 6px;
}
.form-input {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid var(--rule);
  border-radius: 2px;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: var(--navy);
  background: white;
  transition: border-color 0.15s;
}
.form-input:focus { outline: none; border-color: var(--blue); }

/* Honeypot — hide from real users */
.hp-field { display: none !important; }

/* Visually hidden, screen-reader + SEO accessible */
.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;
}

/* ── HERO (landing page) ── */
.hero {
  background: var(--navy);
  color: var(--cream);
  padding: 72px 24px 80px;
  text-align: center;
}
.hero-wordmark { font-size: clamp(60px, 12vw, 120px); }
.hero-headline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(18px, 3vw, 26px);
  color: #c8c0a8;
  margin: 16px auto 32px;
  max-width: 680px;
  line-height: 1.4;
}
.price-display {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(20px, 4vw, 32px);
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}
.price-was {
  color: #c8c0a8;
  text-decoration: line-through;
  margin-right: 12px;
}
.price-now { color: var(--orange); }

/* ── WHAT-YOU-GET GRID ── */
.wyg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 32px 0;
}
.wyg-card {
  background: white;
  border-top: 4px solid var(--orange);
  padding: 24px;
  border-radius: 0 0 4px 4px;
}
.wyg-card-title {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 8px;
}
.wyg-check-list { list-style: none; padding: 0; }
.wyg-check-list li { padding-left: 20px; position: relative; font-size: 14px; line-height: 1.5; margin-bottom: 6px; }
.wyg-check-list li::before { content: "✔"; position: absolute; left: 0; color: var(--green); font-size: 12px; top: 2px; }

/* ── VETTING TIERS ── */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 28px 0;
}
.tier-card {
  border-top: 4px solid var(--navy);
  padding: 20px;
  background: white;
}
.tier-card.tier-red { border-color: var(--red); }
.tier-card.tier-orange { border-color: var(--orange); }
.tier-card.tier-blue { border-color: var(--blue); }
.tier-label {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.1em;
  font-size: 13px;
  margin-bottom: 6px;
}
.tier-card.tier-red .tier-label   { color: var(--red); }
.tier-card.tier-orange .tier-label { color: var(--orange-ink); }
.tier-card.tier-blue .tier-label   { color: var(--blue); }

/* ── NEWSLETTER FORM ── */
.newsletter-section {
  background: var(--navy);
  color: var(--cream);
  padding: 48px 24px;
  text-align: center;
  margin-top: 60px;
}
.newsletter-inner { max-width: 520px; margin: 0 auto; }
.newsletter-form {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.newsletter-form .form-input {
  flex: 1;
  min-width: 220px;
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.25);
  color: var(--cream);
}
.newsletter-form .form-input::placeholder { color: rgba(240,236,224,0.55); }
.newsletter-form .form-input:focus { border-color: var(--orange); }

/* ── WELCOME PAGE ── */
.welcome-box {
  background: white;
  border: 2px solid var(--green);
  border-radius: 4px;
  padding: 32px;
  margin: 32px 0;
  text-align: center;
}
.welcome-error-box {
  background: white;
  border: 2px solid var(--red);
  border-radius: 4px;
  padding: 32px;
  margin: 32px 0;
  text-align: center;
}
.welcome-loading {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.2em;
  font-size: 16px;
  color: var(--navy-soft);
  margin: 60px auto;
  text-align: center;
}

/* ── LINE BADGE ── */
.line-badge {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: 2px;
  color: white;
  margin-right: 6px;
}
.badge-red    { background: var(--red); }
.badge-orange { background: var(--orange); color: var(--navy); }
.badge-green  { background: var(--green); }
.badge-blue   { background: var(--blue); }

/* ── RESPONSIVE ── */
@media (max-width: 700px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .wyg-grid { grid-template-columns: 1fr; }
  .tier-grid { grid-template-columns: 1fr; }
  .links-grid { grid-template-columns: 1fr 1fr; }
  .header-inner { min-height: auto; gap: 10px; }
  .route-card { padding: 20px; }
  .newsletter-form { flex-direction: column; }

  /* ── Mobile nav: hide desktop links, show ☰ toggle + dropdown panel ── */
  .nav-links { display: none; }
  .nav-menu { display: block; position: relative; }
  .nav-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    cursor: pointer;
    color: var(--cream);
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.1em;
    font-size: 15px;
    padding: 11px 14px;
    min-height: 44px;
    border: 1px solid rgba(214,207,184,0.3);
    border-radius: 3px;
    user-select: none;
  }
  .nav-menu-toggle::-webkit-details-marker { display: none; }
  .nav-menu-toggle::marker { content: ""; }
  .nav-menu-bars,
  .nav-menu-bars::before,
  .nav-menu-bars::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: var(--orange);
    position: relative;
  }
  .nav-menu-bars::before { position: absolute; top: -6px; }
  .nav-menu-bars::after  { position: absolute; top: 6px; }
  .nav-menu[open] .nav-menu-toggle { border-color: var(--orange); }

  .nav-menu-panel {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background: var(--navy);
    border: 1px solid rgba(214,207,184,0.25);
    border-radius: 4px;
    min-width: 210px;
    padding: 6px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.4);
    z-index: 200;
  }
  .nav-menu:not([open]) .nav-menu-panel { display: none; }
  .nav-menu-panel a {
    display: block;
    padding: 12px 14px;
    min-height: 44px;
    font-size: 15px;
    border-radius: 2px;
  }
  .nav-menu-panel a:hover { background: rgba(255,255,255,0.06); }
  /* Buy button: full, prominent tap target beside the toggle */
  .btn-header-buy { font-size: 14px !important; padding: 11px 16px !important; min-height: 44px; display: inline-flex; align-items: center; }

  /* ── Mobile conversion bar: visible after scroll, no JS required ── */
  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background:
      linear-gradient(90deg, var(--red) 0 24%, var(--orange) 24% 48%, var(--green) 48% 72%, var(--blue) 72% 100%) top/100% 3px no-repeat,
      rgba(10, 15, 30, 0.96);
    border-top: 1px solid rgba(240,236,224,0.16);
    box-shadow: 0 -12px 30px rgba(0,0,0,0.34);
    backdrop-filter: blur(12px);
  }
  .mobile-sticky-cta a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }
  .mobile-sticky-secondary {
    color: var(--cream);
    border: 1px solid rgba(240,236,224,0.32);
    background: rgba(255,255,255,0.06);
  }
  .mobile-sticky-primary {
    color: var(--navy);
    background: var(--orange);
    border: 1px solid var(--orange);
    box-shadow: 0 2px 0 rgba(0,0,0,0.24);
  }
}
@media (max-width: 480px) {
  .links-grid { grid-template-columns: 1fr; }
  .header-wordmark { font-size: 24px; }
  .nav-menu-toggle .nav-menu-label { display: none; }  /* icon-only on tiny screens */
  .btn-header-buy { font-size: 13px !important; padding: 10px 12px !important; }
  .mobile-sticky-cta { gap: 8px; padding-left: 10px; padding-right: 10px; }
  .mobile-sticky-cta a { font-size: 15px; letter-spacing: 0.04em; }
}
@media (min-width: 701px) {
  .mobile-sticky-cta { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* ════════════════════════════════════════════════════════════════════════
   FOOTER MBTA LINE + TRAVELING TRAIN PIP  (self-contained, auto-applies to
   every page's existing <footer class="site-footer"> — zero markup changes)

   ── What it does
   • A 3px MBTA route line (Red→Orange→Green→Blue) rides the TOP edge of the
     navy footer, drawn via .site-footer::before.
   • A small glowing "car" pip eases across that line on a slow ~22s loop with
     a hold at each end, drawn via .site-footer::after.
   • Pure decorative brand detail — NOT real-time MBTA data. Four lines only,
     no Silver. No official T roundel. No new content, spacing, or links touched.

   ── Reduced motion
   style.css already has a global `animation:none` reset under reduced-motion;
   the scoped guard below is belt-and-suspenders and also hides the pip
   entirely (a frozen pip mid-track looks accidental — better to remove it).
   ════════════════════════════════════════════════════════════════════════ */

/* Make the footer a positioning + clipping context for the line and pip.
   Additive only — existing background/color/padding/margin are untouched. */
.site-footer {
  position: relative;
  overflow: hidden;
}
/* Keep footer content above the decorative line + pip in all stacking contexts. */
.site-footer .footer-inner { position: relative; z-index: 1; }

/* The MBTA route line along the top edge: four real lines, four segments. */
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--red)    0%,
    var(--red)    25%,
    var(--orange) 25%,
    var(--orange) 50%,
    var(--green)  50%,
    var(--green)  75%,
    var(--blue)   75%,
    var(--blue)   100%
  );
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}

/* The traveling "car" pip: a tiny rounded, softly glowing segment that runs
   along the route line. Small and quiet by design — easy to miss on purpose. */
.site-footer::after {
  content: "";
  position: absolute;
  top: -1px;                 /* center the 5px car over the 3px line */
  left: 0;
  width: 26px;
  height: 5px;
  border-radius: 3px;
  background: var(--cream, #F5EFE0);
  box-shadow:
    0 0 6px 1px rgba(245, 239, 224, 0.65),
    0 0 12px 2px rgba(240, 208, 96, 0.35);   /* warm gold halo accent */
  opacity: 0.92;
  pointer-events: none;
  z-index: 2;
  /* Travels from just off the left edge to just off the right edge.
     calc keeps it fully clipped at both ends regardless of footer width. */
  animation: bbt-footer-train 22s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  will-change: transform;
}

@keyframes bbt-footer-train {
  0%   { transform: translateX(-30px); opacity: 0; }
  6%   { opacity: 0.92; }                          /* fade in after departing */
  46%  { transform: translateX(calc(100vw + 30px)); opacity: 0.92; }
  50%  { transform: translateX(calc(100vw + 30px)); opacity: 0; }  /* hold at end of run */
  100% { transform: translateX(calc(100vw + 30px)); opacity: 0; }  /* long dwell before looping */
}

/* Scoped reduced-motion safety: hide the pip outright (do not just freeze it). */
@media (prefers-reduced-motion: reduce) {
  .site-footer::after { animation: none !important; opacity: 0; }
}

/* a11y (2026-06-24, Barb): inline text links need a non-color affordance — WCAG 1.4.1
   "use of color" + axe link-in-text-block. Scoped to prose contexts (paragraphs, list
   items, FAQ answers) + mailto/tel so nav, buttons, cards, and footer link-rows —
   which are block/structured and distinguishable without color — stay unaffected. */
main p a, main li a, .faq-a a, a[href^="mailto:"], a[href^="tel:"] {
  text-decoration: underline;
  text-underline-offset: 2px;
}
