/**
 * Shared styles for all SEO pages (district, service, blog, FAQ, About).
 * Relies on CSS variables from shared.css (--brand-red, --brand-yellow, etc.)
 */

body:has(.seo-main) { background: #faf6f0; }

.seo-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

@media (min-width: 768px) {
  .seo-main { padding: 0 32px 56px; }
}

/* ── Breadcrumbs ─────────────────────────────────────────── */
.breadcrumbs { margin: 0 0 16px; font-size: 13px; color: rgba(255, 255, 255, 0.75); }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; justify-content: inherit; }
.breadcrumbs li:not(:last-child)::after { content: '›'; margin-left: 8px; color: rgba(255, 255, 255, 0.55); }
.breadcrumbs a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: color .2s; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs [aria-current="page"] { color: #fff; font-weight: 600; }
/* Center breadcrumbs when inside a centered hero-brand */
.hero-brand .breadcrumbs ol { justify-content: center; }

/* ── Eyebrow text ─────────────────────────────────────────── */
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand-red, #e00303);
  margin: 0 0 12px;
}
/* When eyebrow sits on a red hero surface, render it as a yellow pill */
.hero-lite .eyebrow,
.index-hero .eyebrow {
  display: inline-block;
  padding: 6px 14px;
  background: var(--brand-yellow, #ffc200);
  color: #111;
  border-radius: 999px;
  margin-bottom: 14px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

/* ── Headings ─────────────────────────────────────────────── */
.seo-main h1 {
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.15;
  margin: 0 0 16px;
  color: #111;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.seo-main h2 {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  margin: 48px 0 20px;
  color: #111;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-wrap: balance;
  position: relative;
  padding-left: 18px;
}
.seo-main h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 5px;
  background: linear-gradient(180deg, var(--brand-red, #e00303) 0%, var(--brand-yellow, #ffc200) 100%);
  border-radius: 2px;
}
/* h2 inside a red-bg hero or CTA — no accent bar, already branded */
.hero-lite h2,
.index-hero h2,
.cta-strip h2,
.hero-brand h2 { padding-left: 0; }
.hero-lite h2::before,
.index-hero h2::before,
.cta-strip h2::before,
.hero-brand h2::before { display: none; }

.seo-main h3 {
  font-size: clamp(18px, 2.2vw, 22px);
  margin: 20px 0 8px;
  color: #111;
  font-weight: 700;
}

.seo-main p { line-height: 1.7; color: #333; margin: 0 0 14px; }
.seo-main ul, .seo-main ol { line-height: 1.7; color: #333; padding-left: 22px; }
.seo-main li { margin: 4px 0; }

/* ── Hero block (default — districts / services / blog / faq) ─── */
.hero-lite,
.index-hero {
  position: relative;
  padding: 140px 32px 56px;
  background: var(--brand-red, #e00303);
  color: #fff;
  margin: 0 calc(50% - 50vw) 48px;
  overflow: hidden;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
@media (min-width: 768px) {
  .hero-lite,
  .index-hero { padding: 172px 32px 72px; }
}
.hero-lite::before,
.index-hero::before {
  content: '';
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, var(--brand-yellow, #ffc200) 0%, rgba(255, 194, 0, 0) 72%);
  opacity: 0.55;
  pointer-events: none;
}
.hero-lite::after,
.index-hero::after {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.hero-lite-inner { max-width: 820px; position: relative; z-index: 2; }

/* ── Hero photo (right side, desktop only) ─────────────────────────────────
   Polaroid-style frame, slight tilt, hard yellow drop shadow, yellow stamp
   badge in the corner, washi tape strip on top. Matches the chunky-brand
   feel of the 10-ad-posts design language. */
.hero-lite-photo { display: none; }
@media (min-width: 1024px) {
  .hero-lite.has-photo {
    display: grid;
    grid-template-columns: minmax(0, 820px) minmax(280px, 380px);
    gap: 56px;
    align-items: center;
    justify-content: center;
  }
  .hero-lite.has-photo .hero-lite-inner { max-width: none; }

  .hero-lite-photo {
    position: relative;
    z-index: 3;
    display: block;
    aspect-ratio: 4 / 5;
    transform: rotate(-2deg);
    transition: transform .35s cubic-bezier(.2, .9, .2, 1.05);
    will-change: transform;
  }
  .hero-lite-photo:hover {
    transform: rotate(0deg) translateY(-4px) scale(1.01);
  }

  /* Inner frame = the polaroid: white border, chunky yellow+ink double shadow */
  .hero-lite-photo picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 18px;
    border: 7px solid #fff;
    box-shadow:
      14px 14px 0 var(--brand-yellow, #ffc200),
      14px 14px 0 5px #1a0303,
      0 24px 50px -16px rgba(0, 0, 0, .55);
    background: #1a0303;
  }
  .hero-lite-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
  }

  /* Yellow "washi tape" strip on top — sticky-note vibe */
  .hero-lite-photo::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
    width: 120px;
    height: 28px;
    background:
      repeating-linear-gradient(45deg,
        var(--brand-yellow, #ffc200) 0 8px,
        rgba(255, 194, 0, 0.78) 8px 12px);
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    z-index: 5;
  }

  /* Yellow circular stamp badge in the top-right corner */
  .hero-photo-stamp {
    position: absolute;
    top: -22px;
    right: -28px;
    width: 118px;
    height: 118px;
    background: var(--brand-yellow, #ffc200);
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 6px 6px 0 #1a0303;
    display: grid;
    place-items: center;
    text-align: center;
    line-height: 1;
    transform: rotate(8deg);
    z-index: 6;
    color: var(--brand-red, #e00303);
  }
  .hero-photo-stamp strong {
    display: block;
    font-family: 'Bahianita', 'Roboto', sans-serif;
    font-size: 44px;
    letter-spacing: .02em;
  }
  .hero-photo-stamp small {
    display: block;
    font-family: 'Be Vietnam Pro', system-ui, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-top: 5px;
  }

  /* Soft yellow glow blob behind the photo for extra brand pop */
  .hero-lite-photo::after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: -36px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(255, 194, 0, .55) 0%, rgba(255, 194, 0, 0) 70%);
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 1280px) {
  .hero-lite.has-photo {
    grid-template-columns: minmax(0, 820px) 440px;
    gap: 80px;
  }
  .hero-photo-stamp {
    width: 130px;
    height: 130px;
  }
  .hero-photo-stamp strong { font-size: 50px; }
}

.hero-lite h1,
.index-hero h1 { color: #fff; }
.hero-lite .hero-sub,
.index-hero .hero-sub { color: rgba(255, 255, 255, 0.92); }
.hero-lite .delivery-note {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.hero-lite .hero-price {
  color: var(--brand-yellow, #ffc200);
}
.hero-lite .hero-price-note {
  color: rgba(255, 255, 255, 0.8);
}
.hero-lite .breadcrumbs,
.hero-lite .breadcrumbs a { color: rgba(255, 255, 255, 0.8); }
.hero-lite .breadcrumbs a:hover { color: #fff; }
.hero-lite .breadcrumbs [aria-current="page"] { color: #fff; }
.hero-lite .breadcrumbs li:not(:last-child)::after { color: rgba(255, 255, 255, 0.5); }
/* Primary button on red hero: swap to yellow for contrast */
.hero-lite .btn-primary,
.hero-lite .btn-primary-lg,
.index-hero .btn-primary,
.index-hero .btn-primary-lg {
  background: var(--brand-yellow, #ffc200);
  color: #111;
}
.hero-lite .btn-primary:hover,
.hero-lite .btn-primary-lg:hover,
.index-hero .btn-primary:hover,
.index-hero .btn-primary-lg:hover {
  background: #fff;
  color: var(--brand-red, #e00303);
}
.hero-lite .btn-ghost,
.hero-lite .btn-ghost-lg,
.index-hero .btn-ghost,
.index-hero .btn-ghost-lg {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.hero-lite .btn-ghost:hover,
.hero-lite .btn-ghost-lg:hover,
.index-hero .btn-ghost:hover,
.index-hero .btn-ghost-lg:hover {
  background: #fff;
  color: var(--brand-red, #e00303);
  border-color: #fff;
}
.hero-sub {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 8px 0 20px;
}

.delivery-note {
  display: inline-block;
  font-size: 14px;
  background: #f5f7fa;
  padding: 8px 14px;
  border-radius: 8px;
  margin: 4px 0 20px;
  border: 1px solid #e5e9ef;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.hero-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin: 12px 0 20px;
}
.hero-price {
  font-size: 32px;
  font-weight: 800;
  color: var(--brand-red, #e00303);
}
.hero-price-note { font-size: 14px; color: #666; }

/* ── Buttons ──────────────────────────────────────────────── */
.btn-primary,
.btn-primary-lg,
.btn-ghost,
.btn-ghost-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 15px;
  transition: transform .15s, background .2s, box-shadow .2s;
  border: 2px solid transparent;
}
.btn-primary-lg { padding: 14px 28px; font-size: 16px; }

.btn-primary, .btn-primary-lg {
  background: var(--brand-red, #e00303);
  color: white;
}
.btn-primary:hover, .btn-primary-lg:hover {
  background: #b80303;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -8px rgba(224, 3, 3, 0.55);
}

.btn-ghost, .btn-ghost-lg {
  color: #111;
  border-color: #111;
  background: white;
}
.btn-ghost:hover, .btn-ghost-lg:hover {
  background: #111;
  color: white;
  transform: translateY(-1px);
}
.btn-ghost-lg { padding: 14px 28px; font-size: 16px; }

/* ── Pricing ─────────────────────────────────────────────── */
.pricing-block { margin: 40px 0; }
.pricing-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .pricing-grid { grid-template-columns: 1fr 1fr; } }

.pricing-card {
  background: white;
  border: 2px solid #ececec;
  border-radius: 14px;
  padding: 24px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.pricing-card:hover {
  border-color: var(--brand-yellow, #ffc200);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(0,0,0,.08);
}
.pricing-card.highlight {
  border-color: var(--brand-red, #e00303);
  background: linear-gradient(180deg, #fff5f5 0%, #fff 100%);
}
.pricing-card h3 { margin: 0 0 8px; font-size: 20px; }
.pricing-card .price {
  font-size: 36px;
  font-weight: 800;
  color: var(--brand-red, #e00303);
  margin: 6px 0 6px;
}
.pricing-card .price span { font-size: 18px; color: #666; font-weight: 500; }
.pricing-card .price-note { font-size: 13px; color: #666; margin-bottom: 14px; }
.pricing-card ul { list-style: none; padding: 0; margin: 12px 0 16px; }
.pricing-card ul li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px dashed #eee;
}
.pricing-card ul li:last-child { border-bottom: none; }
.pricing-card ul li::before {
  content: '✓';
  color: var(--brand-red, #e00303);
  position: absolute;
  left: 0;
  font-weight: 700;
}
.pricing-card .link-more {
  display: inline-block;
  color: var(--brand-red, #e00303);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.pricing-card .link-more:hover { text-decoration: underline; }

.pricing-footnote {
  font-size: 13px;
  color: #666;
  margin-top: 16px;
  padding: 12px 16px;
  background: #fffcf0;
  border-left: 3px solid var(--brand-yellow, #ffc200);
  border-radius: 4px;
}

/* ── Neighborhoods / wards ───────────────────────────────── */
.neighborhoods .ward-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 16px;
}
@media (min-width: 640px) { .neighborhoods .ward-list { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .neighborhoods .ward-list { grid-template-columns: repeat(4, 1fr); } }
.neighborhoods .ward-list li {
  padding: 6px 0;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
}
.neighborhoods .small { font-size: 13px; color: #666; margin-top: 16px; }

/* ── Trust grid ──────────────────────────────────────────── */
.trust-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
@media (min-width: 640px) { .trust-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }
.trust-card {
  background: white;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  transition: border-color .2s, transform .2s;
}
.trust-card:hover { border-color: var(--brand-yellow, #ffc200); transform: translateY(-2px); }
.trust-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--brand-red, #e00303);
}
.trust-card p { margin: 0; font-size: 14px; color: #444; line-height: 1.55; }

/* ── Features list ───────────────────────────────────────── */
.features-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .features-list { grid-template-columns: 1fr 1fr; } }
.features-list li {
  padding: 12px 16px 12px 40px;
  background: white;
  border: 1px solid #ececec;
  border-radius: 10px;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
}
.features-list li::before {
  content: '✓';
  position: absolute;
  left: 14px;
  top: 12px;
  color: var(--brand-red, #e00303);
  font-weight: 800;
  font-size: 16px;
}

/* ── Process steps ───────────────────────────────────────── */
.process-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
@media (min-width: 640px) { .process-grid { grid-template-columns: repeat(3, 1fr); } }

.process-step {
  background: white;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  position: relative;
}
/* Scoped: only inside .process-step (short "1"/"2"/"3" content fits the
   circle). Segment pages use ".card .step-num" with longer "STEP 01"
   content — they fall back to the Bahianita text style in shared.css. */
.process-step .step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--brand-red, #e00303);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 12px;
}
.process-step h3 { margin: 0 0 6px; font-size: 16px; }
.process-step p { margin: 0; font-size: 14px; color: #444; line-height: 1.55; }

/* ── FAQ blocks ──────────────────────────────────────────── */
.faq-block, .faq-group { margin: 30px 0; }
.faq-item {
  background: #fff;
  border: 1px solid rgba(224, 3, 3, 0.12);
  border-radius: 14px;
  margin: 12px 0;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.faq-item:hover {
  border-color: var(--brand-yellow, #ffc200);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -16px rgba(224, 3, 3, 0.3);
}
.faq-item[open] {
  border-color: var(--brand-red, #e00303);
  box-shadow: 0 12px 28px -14px rgba(224, 3, 3, 0.35);
}
.faq-item summary {
  cursor: pointer;
  padding: 18px 24px 18px 54px;
  font-weight: 600;
  font-size: 15px;
  list-style: none;
  position: relative;
  padding-right: 48px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: 'Q';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--brand-yellow, #ffc200);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  font-family: 'Be Vietnam Pro', sans-serif;
}
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-red, #e00303);
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  transition: transform .25s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-answer {
  padding: 0 24px 18px 54px;
  color: #444;
  line-height: 1.7;
  font-size: 14.5px;
  position: relative;
}
.faq-answer::before {
  content: 'A';
  position: absolute;
  left: 18px;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--brand-red, #e00303);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  font-family: 'Be Vietnam Pro', sans-serif;
}

/* ── CTA strip ───────────────────────────────────────────── */
.cta-strip {
  background: linear-gradient(135deg, var(--brand-red, #e00303) 0%, #b80303 100%);
  color: white;
  padding: 40px 24px;
  border-radius: 16px;
  text-align: center;
  margin: 40px 0;
}
.cta-strip h2 { color: white; margin-top: 0; }
.cta-strip p { color: rgba(255, 255, 255, 0.92); max-width: 580px; margin: 0 auto 20px; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.cta-strip .btn-primary-lg { background: var(--brand-yellow, #ffc200); color: #111; }
.cta-strip .btn-primary-lg:hover { background: white; }
.cta-strip .btn-ghost-lg { background: transparent; color: white; border-color: white; }
.cta-strip .btn-ghost-lg:hover { background: white; color: var(--brand-red, #e00303); }

/* ── Related links ───────────────────────────────────────── */
.related { margin: 40px 0; }
.related-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.related-chip {
  padding: 8px 14px;
  background: white;
  border: 1px solid #ececec;
  border-radius: 999px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  transition: border-color .2s, color .2s, background .2s;
}
.related-chip:hover {
  border-color: var(--brand-red, #e00303);
  color: var(--brand-red, #e00303);
  background: #fff5f5;
}
.related-all { background: #fff5f5; border-color: var(--brand-red, #e00303); color: var(--brand-red, #e00303); font-weight: 600; }

/* ── District index grid ─────────────────────────────────── */
.district-grid { margin: 32px 0; }
.district-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .district-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .district-cards { grid-template-columns: 1fr 1fr 1fr; } }

.district-card {
  display: block;
  background: white;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 18px 20px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  position: relative;
}
.district-card:hover {
  border-color: var(--brand-red, #e00303);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -10px rgba(224, 3, 3, 0.25);
}
.district-card h3 {
  margin: 0 0 4px;
  font-size: 18px;
  color: var(--brand-red, #e00303);
}
.district-card .price-tag {
  font-size: 12px;
  color: #666;
  margin: 0 0 8px;
  font-weight: 500;
}
.district-card .district-hook {
  font-size: 13px;
  color: #444;
  line-height: 1.55;
  margin: 0;
}
.district-card .arrow {
  position: absolute;
  right: 16px;
  top: 16px;
  color: #ccc;
  font-size: 20px;
  transition: color .2s, transform .2s;
}
.district-card:hover .arrow {
  color: var(--brand-red, #e00303);
  transform: translateX(3px);
}
.district-card.district-outer { background: #fffcf0; }

/* ── Service index grid ──────────────────────────────────── */
.service-index-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) { .service-index-grid { grid-template-columns: 1fr 1fr; } }

.service-index-card {
  display: block;
  background: white;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 22px 24px;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.service-index-card:hover {
  border-color: var(--brand-red, #e00303);
  transform: translateY(-3px);
  box-shadow: 0 16px 30px -12px rgba(224, 3, 3, 0.22);
}
.service-index-card .service-tag {
  display: inline-block;
  background: var(--brand-yellow, #ffc200);
  color: #111;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin: 0 0 10px;
}
.service-index-card h2 {
  font-size: 20px;
  margin: 0 0 6px;
  color: #111;
  font-weight: 700;
  text-transform: capitalize;
}
.service-index-card p { margin: 0 0 6px; font-size: 14px; color: #444; line-height: 1.55; }
.service-index-card .arrow { color: var(--brand-red, #e00303); font-weight: 700; font-size: 14px; }

/* ── Blog ────────────────────────────────────────────────── */
.blog-index {
  display: grid;
  gap: 14px;
}
.blog-card {
  display: block;
  background: white;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 20px 22px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.blog-card:hover {
  border-color: var(--brand-red, #e00303);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.08);
}
.blog-card .post-date { font-size: 12px; color: #888; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.06em; }
.blog-card h2 { font-size: 20px; margin: 0 0 8px; line-height: 1.3; color: #111; }
.blog-card p { font-size: 14px; color: #555; line-height: 1.6; margin: 0 0 8px; }
.blog-card .arrow { color: var(--brand-red, #e00303); font-weight: 700; font-size: 14px; }

/* ── Blog post ───────────────────────────────────────────── */
.blog-post {
  max-width: 740px;
  margin: 0 auto;
}
/* When a blog-post page has a full-width hero-brand band, the main must NOT
   be capped at 740px (that would shrink the hero). Let the main run full
   width; the article column is constrained separately below. */
.blog-post:has(.hero-brand) {
  max-width: none;
}
/* Blog posts have no red hero behind the fixed nav, so the default
   white-on-red nav styling makes the logo and links invisible against
   the cream page bg. Force the "scrolled" appearance from page load:
   white/blurred bg, color logo, dark links, red CTA. */
body:not(.std-hero):has(.seo-main.blog-post) .nav,
body:not(.std-hero):has(main.blog-post) .nav {
  background: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--border);
}
body:not(.std-hero):has(.seo-main.blog-post) .nav .nav-logo .logo-light,
body:not(.std-hero):has(main.blog-post) .nav .nav-logo .logo-light { opacity: 0; }
body:not(.std-hero):has(.seo-main.blog-post) .nav .nav-logo .logo-color,
body:not(.std-hero):has(main.blog-post) .nav .nav-logo .logo-color { opacity: 1; }
body:not(.std-hero):has(.seo-main.blog-post) .nav-links a,
body:not(.std-hero):has(main.blog-post) .nav-links a { color: var(--text2); }
body:not(.std-hero):has(.seo-main.blog-post) .nav-burger span,
body:not(.std-hero):has(main.blog-post) .nav-burger span { background: var(--text); }
body:not(.std-hero):has(.seo-main.blog-post) .nav-cta,
body:not(.std-hero):has(main.blog-post) .nav-cta {
  background: var(--brand-red);
  color: var(--brand-white);
  box-shadow: 0 4px 16px rgba(224, 3, 3, 0.22);
}

/* Blog posts without a hero section need top padding to clear the fixed nav.
   Nav heights: 112px desktop, 96px tablet, 64px mobile. */
/* Only add nav-clearing top padding when the page has NO hero-brand band.
   Pages with a hero-brand band don't need it (the hero clears the nav) and
   the extra padding would create a cream gap under the transparent nav. */
.seo-main.blog-post:not(:has(.hero-brand)),
main.blog-post:not(:has(.hero-brand)) {
  padding-top: 144px;
}
@media (max-width: 900px) {
  .seo-main.blog-post:not(:has(.hero-brand)),
  main.blog-post:not(:has(.hero-brand)) { padding-top: 112px; }
}
@media (max-width: 480px) {
  .seo-main.blog-post:not(:has(.hero-brand)),
  main.blog-post:not(:has(.hero-brand)) { padding-top: 88px; }
}
/* Blog posts WITH a hero-brand: constrain the article column width like the
   old blog-post layout, but no top gap (hero handles nav clearance). */
.seo-main.blog-post:has(.hero-brand) > article,
main.blog-post:has(.hero-brand) > article {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Subtle yellow accent bar above the title — brand feel without a heavy hero */
.blog-post .post-header {
  position: relative;
}
.blog-post .post-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: -16px;
  width: 56px;
  height: 4px;
  background: var(--brand-yellow, #ffc200);
  border-radius: 2px;
}
.post-header { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid #eee; }
.post-header h1 { margin: 0 0 12px; }
.post-meta { font-size: 13px; color: #888; margin: 0; }
/* Post meta inside a red hero-lite — lighten for contrast */
.hero-lite .post-meta { color: rgba(255, 255, 255, 0.85); margin-top: 8px; }

.post-body p { font-size: 16px; line-height: 1.75; color: #222; }
.post-body p.lead {
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ddd;
}

.post-body h2 {
  font-size: 26px;
  margin: 36px 0 14px;
  padding-top: 4px;
  border-top: none;
}
.post-body h3 { font-size: 19px; margin: 24px 0 10px; }

.post-body ul, .post-body ol {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 26px;
  margin-bottom: 18px;
}
.post-body ul li, .post-body ol li { margin: 6px 0; }

.post-body strong { color: #111; font-weight: 700; }
.post-body em { color: #555; font-style: italic; }

.post-body pre.calc {
  background: #f6f8fa;
  border: 1px solid #e5e9ef;
  border-radius: 8px;
  padding: 14px 18px;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 14px;
  margin: 14px 0;
  overflow-x: auto;
}

.post-body table.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 20px 0;
}
.post-body table.price-table th,
.post-body table.price-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.post-body table.price-table thead th {
  background: #f6f8fa;
  font-weight: 700;
  color: #111;
}
.post-body table.price-table tbody tr:hover { background: #fafbfc; }

.post-body p.cta-box {
  background: linear-gradient(180deg, #fffcf0 0%, #fff8e0 100%);
  border: 1px solid var(--brand-yellow, #ffc200);
  border-radius: 12px;
  padding: 18px 22px;
  margin: 28px 0;
  font-size: 15px;
  line-height: 1.6;
}
.post-body p.cta-box a.cta-link {
  display: inline-block;
  background: var(--brand-red, #e00303);
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 6px;
  transition: background .2s;
}
.post-body p.cta-box a.cta-link:hover { background: #b80303; }

/* Inline figures in blog posts. Image renders at native aspect ratio
   (browser uses width/height attrs as hint to reserve space, then CSS
   scales proportionally to fit the article column). */
.post-body figure.post-figure {
  margin: 28px 0;
  text-align: center;
}
.post-body figure.post-figure img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  background: #f3f3f3;
}
.post-body figure.post-figure figcaption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #6b6b6b;
  text-align: center;
  font-style: italic;
}

.post-footer {
  margin: 48px 0 20px;
  padding-top: 24px;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

/* ══════════════════════════════════════════════════════════════════
   BRANDED HERO — used on About page (red bg + bubbles + yellow pill)
   Breaks out of .seo-main padding to span full viewport width.
   ══════════════════════════════════════════════════════════════════ */
.hero-brand {
  position: relative;
  padding: 160px 24px 96px;
  margin: 0 calc(50% - 50vw) 56px;
  background: var(--brand-red, #e00303);
  color: #fff;
  text-align: center;
  overflow: hidden;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
@media (min-width: 768px) {
  .hero-brand { padding: 200px 24px 120px; }
}
.hero-brand-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
}
.hero-brand h1 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(36px, 5.6vw, 62px);
  line-height: 1.1;
  color: #fff;
  margin: 0 0 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-wrap: balance;
  padding-left: 0;
}
.hero-brand h1::before,
.hero-brand h1::after { display: none; }
.hero-brand .hero-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
}
.hero-brand .eyebrow-pill {
  display: inline-block;
  padding: 7px 18px;
  background: var(--brand-yellow, #ffc200);
  color: #111;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.hero-brand-corner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 140px;
  border-top-right-radius: 100%;
  background: var(--brand-yellow, #ffc200);
  z-index: 1;
  pointer-events: none;
  opacity: 0.88;
}
.hero-brand-bubbles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.hero-brand-bubbles .bubble {
  position: absolute;
  bottom: -20%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.22), rgba(255,255,255,0.03) 60%, transparent);
  border: 1px solid rgba(255,255,255,0.2);
  animation: seoBubbleFloat var(--dur, 9s) var(--delay, 0s) ease-in infinite;
}
@keyframes seoBubbleFloat {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  15%  { opacity: 0.9; }
  100% { transform: translateY(-140vh) translateX(var(--wobble, -20px)); opacity: 0; }
}

/* ══════════════════════════════════════════════════════════════════
   Eyebrow pill (light-bg variant, for hero-lite)
   ══════════════════════════════════════════════════════════════════ */
.hero-lite .eyebrow-pill,
.index-hero .eyebrow-pill,
.eyebrow-pill.on-light {
  display: inline-block;
  padding: 6px 14px;
  background: var(--brand-red, #e00303);
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

/* ══════════════════════════════════════════════════════════════════
   FOUNDER CARD — About page, credits Trần Huỳnh Thế Đông
   ══════════════════════════════════════════════════════════════════ */
.founder-block { margin: 48px 0; }
.founder-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  background: #fff;
  border: 2px solid rgba(224, 3, 3, 0.12);
  border-radius: 24px;
  padding: 36px 28px;
  box-shadow: 0 24px 60px -30px rgba(224, 3, 3, 0.25);
  overflow: hidden;
}
.founder-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--brand-red, #e00303) 0%, var(--brand-yellow, #ffc200) 100%);
}
@media (min-width: 720px) {
  .founder-card { grid-template-columns: 220px 1fr; gap: 36px; padding: 44px 40px; align-items: start; }
}
.founder-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: var(--brand-red, #e00303);
  border-radius: 20px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  max-width: 220px;
  margin: 0 auto;
}
.founder-mark img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.2));
}
.founder-mark::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  background: var(--brand-yellow, #ffc200);
  border-radius: 50%;
  opacity: 0.35;
}
.founder-body .label {
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 800;
  color: var(--brand-red, #e00303);
  text-transform: uppercase;
  margin: 0 0 6px;
}
.founder-body h3 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(26px, 3.4vw, 34px);
  color: #111;
  font-weight: 800;
  margin: 0 0 4px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.founder-body .role {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  margin: 0 0 18px;
  letter-spacing: 0.02em;
}
.founder-body .quote {
  margin: 14px 0 12px;
  padding-left: 18px;
  border-left: 4px solid var(--brand-yellow, #ffc200);
}
.founder-body .quote p {
  font-size: 16px;
  line-height: 1.75;
  color: #222;
  margin: 0 0 12px;
  font-style: italic;
}
.founder-body .quote p:last-child { margin-bottom: 0; }
.founder-body .quote p.quote-punch {
  font-style: normal;
  font-weight: 700;
  color: var(--brand-red, #e00303);
  font-size: 15px;
  line-height: 1.7;
}
.founder-body .quote p.quote-closer {
  font-style: normal;
  font-weight: 600;
  color: #111;
  font-size: 16px;
}
.founder-body .sig {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--brand-red, #e00303);
  margin: 16px 0 0;
  letter-spacing: 0.02em;
}

/* ══════════════════════════════════════════════════════════════════
   STATS STRIP — replaces the plain trust-grid with colored cards
   ══════════════════════════════════════════════════════════════════ */
.stats-strip {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin: 24px 0 12px;
}
@media (min-width: 900px) {
  .stats-strip { grid-template-columns: repeat(4, 1fr); }
}
.stat-card {
  position: relative;
  border-radius: 18px;
  padding: 26px 22px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px -20px rgba(0,0,0,.22);
}
.stat-card.red { background: var(--brand-red, #e00303); color: #fff; }
.stat-card.yellow { background: var(--brand-yellow, #ffc200); color: #111; }
.stat-card.cream { background: #fff; border: 2px solid rgba(224, 3, 3, 0.15); color: #111; }
.stat-card.outline-red {
  background: #fff;
  border: 2px solid var(--brand-red, #e00303);
  color: #111;
}
.stat-card .stat-num {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.stat-card.red .stat-num { color: var(--brand-yellow, #ffc200); }
.stat-card.yellow .stat-num { color: var(--brand-red, #e00303); }
.stat-card.cream .stat-num,
.stat-card.outline-red .stat-num { color: var(--brand-red, #e00303); }
.stat-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
}

/* ══════════════════════════════════════════════════════════════════
   FEATURES — bigger branded cards (replaces plain features-list look)
   ══════════════════════════════════════════════════════════════════ */
.features-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin: 20px 0;
}
@media (min-width: 720px) { .features-list { grid-template-columns: 1fr 1fr; } }
.features-list li {
  padding: 18px 20px 18px 56px;
  background: #fff;
  border: 1px solid rgba(224, 3, 3, 0.1);
  border-radius: 14px;
  position: relative;
  font-size: 15px;
  line-height: 1.55;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.features-list li:hover {
  border-color: var(--brand-yellow, #ffc200);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -14px rgba(224, 3, 3, 0.25);
}
.features-list li::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: var(--brand-yellow, #ffc200);
  border-radius: 50%;
  z-index: 1;
}
.features-list li::after {
  content: '✓';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-red, #e00303);
  font-weight: 900;
  font-size: 14px;
  z-index: 2;
}
.features-list li strong { color: var(--brand-red, #e00303); display: block; margin-bottom: 2px; font-weight: 700; }

/* Override the default green/gray trust-grid to match the brand */
.trust-card {
  background: #fff;
  border: 2px solid rgba(224, 3, 3, 0.12);
  border-radius: 16px;
}
.trust-card h3 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 800;
  line-height: 1;
  color: var(--brand-red, #e00303);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

/* ══════════════════════════════════════════════════════════════════
   SECTION PANELS — subtle off-white cards so text blocks don't float
   on bare page background.
   ══════════════════════════════════════════════════════════════════ */
.panel {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 20px;
  padding: 28px 24px;
  margin: 32px 0;
}
@media (min-width: 768px) { .panel { padding: 36px 36px; } }

/* ══════════════════════════════════════════════════════════════════
   Subtle Bahianita accent available via class
   ══════════════════════════════════════════════════════════════════ */
.accent-bahianita {
  font-family: 'Bahianita', 'Be Vietnam Pro', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

/* ══════════════════════════════════════════════════════════════════
   DEEP-CONTENT SECTIONS — service page expansions (2026-04-25)
   ══════════════════════════════════════════════════════════════════ */
.deep-process { margin: 40px 0; }
.deep-process-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media (min-width: 720px) {
  .deep-process-grid { grid-template-columns: repeat(2, 1fr); }
}
.deep-step {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  padding: 18px 20px;
  position: relative;
}
.deep-step .deep-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand-red, #e00303);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.deep-step h3 { margin: 0 0 6px; font-size: 17px; }
.deep-step p { margin: 0; font-size: 14.5px; color: #444; line-height: 1.65; }

/* Item-list grid — fabrics / loại đồ phù hợp */
.item-list { margin: 40px 0; }
.item-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media (min-width: 640px) {
  .item-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .item-grid { grid-template-columns: repeat(3, 1fr); }
}
.item-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-left: 3px solid var(--brand-yellow, #ffc200);
  border-radius: 10px;
  padding: 14px 16px;
}
.item-card h3 { margin: 0 0 4px; font-size: 16px; color: #111; }
.item-card p { margin: 0; font-size: 14px; color: #444; line-height: 1.55; }

/* Warning block — cảnh báo & lưu ý */
.warning-block {
  margin: 40px 0;
  background: #fffaf0;
  border: 1px solid #f3d56b;
  border-left: 5px solid #e0a106;
  border-radius: 14px;
  padding: 22px 24px;
}
.warning-block h2 { margin-top: 0; }
.warning-block ul { padding-left: 20px; }
.warning-block li { margin: 8px 0; line-height: 1.65; }

/* Comparison table wrap — for service pages (uses shared .pricing-table) */
.compare-block { margin: 40px 0; }
.compare-block .pricing-table {
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.compare-block .pricing-table tbody td.highlight-cell {
  background: rgba(224,3,3,0.05);
  font-weight: 600;
}

/* Persona / story cards */
.persona-block { margin: 40px 0; }
.persona-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media (min-width: 720px) {
  .persona-grid { grid-template-columns: repeat(2, 1fr); }
}
.persona-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  padding: 22px 22px;
  position: relative;
}
.persona-card::before {
  content: '"';
  position: absolute;
  top: 4px;
  left: 14px;
  font-family: 'Bahianita', serif;
  font-size: 60px;
  color: var(--brand-yellow, #ffc200);
  line-height: 1;
  opacity: 0.65;
}
.persona-card .persona-tag {
  display: inline-block;
  background: var(--brand-red, #e00303);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 10px;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.persona-card h3 { margin: 0 0 8px; font-size: 17px; }
.persona-card p { margin: 0 0 8px; font-size: 14.5px; line-height: 1.7; color: #333; }
.persona-card .persona-quote {
  margin-top: 10px;
  font-style: italic;
  color: #555;
  border-left: 2px solid var(--brand-red, #e00303);
  padding-left: 12px;
}

/* Related blog/service combined links */
.related-deep { margin: 40px 0; }
.related-deep-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin-top: 12px;
}
@media (min-width: 720px) {
  .related-deep-grid { grid-template-columns: repeat(2, 1fr); }
}
.related-deep-grid a {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  padding: 12px 14px;
  text-decoration: none;
  color: #222;
  font-size: 14.5px;
  transition: all .15s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.related-deep-grid a:hover {
  border-color: var(--brand-red, #e00303);
  color: var(--brand-red, #e00303);
  transform: translateY(-1px);
}
.related-deep-grid a .arrow { color: var(--brand-red, #e00303); font-weight: 700; }

/* ── Hotel-partner page (/doi-tac-khach-san/) ───────────────────── */

.seo-section {
  padding: 36px 0;
}
.seo-section-alt {
  background: rgba(255, 194, 0, 0.05);
  border-top: 1px solid rgba(224, 3, 3, 0.08);
  border-bottom: 1px solid rgba(224, 3, 3, 0.08);
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.seo-section-cta {
  background: linear-gradient(180deg, #fffcf0 0%, #fff5e0 100%);
  border-radius: 18px;
  margin-top: 32px;
  padding: 36px 28px;
}
.seo-section-inner {
  max-width: 820px;
  margin: 0 auto;
}
.seo-list {
  list-style: none;
  padding-left: 0;
  margin: 16px 0 24px;
}
.seo-list li {
  position: relative;
  padding-left: 28px;
  margin: 8px 0;
  line-height: 1.7;
  color: #333;
}
.seo-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-red, #e00303);
  font-weight: 700;
}
.seo-list-ordered {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
  margin: 16px 0 24px;
}
.seo-list-ordered li {
  counter-increment: step;
  position: relative;
  padding-left: 38px;
  margin: 12px 0;
  line-height: 1.7;
  color: #333;
}
.seo-list-ordered li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--brand-red, #e00303);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* B2B inquiry form */
.b2b-form {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}
.b2b-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.b2b-form label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.b2b-form input,
.b2b-form select,
.b2b-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.b2b-form input:focus,
.b2b-form select:focus,
.b2b-form textarea:focus {
  outline: none;
  border-color: var(--brand-red, #e00303);
  box-shadow: 0 0 0 3px rgba(224, 3, 3, 0.12);
}
.b2b-form textarea {
  resize: vertical;
  min-height: 80px;
}
.b2b-form button[type="submit"] {
  margin-top: 8px;
  justify-self: start;
}

.post-cta-help {
  margin: 24px 0 8px;
  font-size: 14px;
  color: #6b6b6b;
}
.seo-section-cta a {
  color: var(--brand-red, #e00303);
  text-decoration: underline;
  font-weight: 600;
}

.hotel-inquiry-msg {
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.5;
  margin: 16px 0;
}
.hotel-inquiry-msg-ok {
  background: #ecf9ed;
  border: 1px solid #2e9d4f;
  color: #1c5d2c;
}
.hotel-inquiry-msg-err {
  background: #ffe9e9;
  border: 1px solid #e00303;
  color: #8a0202;
}

/* Internal-links mesh — hub pages → combo pages */
.internal-mesh{padding:48px 32px;max-width:1080px;margin:0 auto;border-top:1px solid #e7e2d4}
.internal-mesh h2{font-size:24px;margin:0 0 8px;color:#2a0a0a}
.internal-mesh p{color:#5c4a4a;margin:0 0 20px;font-size:15px}
.mesh-links{display:flex;flex-wrap:wrap;gap:8px}
.mesh-links .mesh-link{display:inline-flex;align-items:center;padding:7px 14px;border:1px solid #e7e2d4;border-radius:6px;background:#fff;color:#2a0a0a;font-size:13px;text-decoration:none;transition:background .15s,border-color .15s}
.mesh-links .mesh-link:hover{background:#fef9e7;border-color:#e00303;color:#e00303}
@media (max-width:640px){.internal-mesh{padding:28px 16px}.internal-mesh h2{font-size:20px}.mesh-links .mesh-link{font-size:12px;padding:6px 10px}}

/* ═══════════════════════════════════════════════════════════════
   SEO mass-page sections — centering + alignment fixes
   Applies to all /giat-say-*-<loc>/, /en/laundry-*/, /zh/.../, etc.
   ═══════════════════════════════════════════════════════════════ */

/* All major SEO sections — center the inner block within seo-main */
.seo-intro,
.seo-pillars,
.seo-price,
.seo-process,
.seo-faq-block,
.related-block {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

.seo-intro { padding-top: 24px; padding-bottom: 16px; }
.seo-pillars,
.seo-price,
.seo-process,
.seo-faq-block,
.related-block { padding-top: 40px; padding-bottom: 24px; }

/* Lede paragraph centered + readable */
.seo-intro .seo-lead {
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  color: #2a0a0a;
  max-width: 720px;
  margin: 0 auto;
}

/* Pillars — bullets centered as a block, content left-readable inside */
.seo-pillar-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 660px;
  text-align: left;
}
.seo-pillar-list li {
  position: relative;
  padding: 12px 0 12px 32px;
  border-bottom: 1px solid #f1ebe1;
  font-size: 15px;
  line-height: 1.55;
  color: #2a0a0a;
}
.seo-pillar-list li:last-child { border-bottom: none; }
.seo-pillar-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--brand-red, #e00303);
  font-weight: 800;
  font-size: 18px;
}

/* Price table — centered, full max-width */
.seo-price-table {
  width: 100%;
  max-width: 520px;
  margin: 16px auto 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px -8px rgba(99, 0, 0, 0.12);
}
.seo-price-table tr { border-bottom: 1px solid #f1ebe1; }
.seo-price-table tr:last-child { border-bottom: none; }
.seo-price-table th,
.seo-price-table td {
  padding: 13px 18px;
  font-size: 14px;
  vertical-align: middle;
}
.seo-price-table th {
  text-align: left;
  color: var(--brand-red, #e00303);
  font-weight: 700;
  background: #fff8e8;
  white-space: nowrap;
}
.seo-price-table td {
  text-align: right;
  color: #2a0a0a;
  font-weight: 600;
}

/* Process list — kill the default browser numbering, keep red circles only */
.seo-step-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 16px auto 0;
  counter-reset: none;
  max-width: 660px;
}
.seo-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #f1ebe1;
}
.seo-step:last-child { border-bottom: none; }
.seo-step .step-num {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--brand-red, #e00303);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bahianita', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.seo-step .step-body { flex: 1 1 auto; }
.seo-step .step-body strong {
  display: block;
  color: #2a0a0a;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.seo-step .step-body p {
  margin: 0;
  color: #5c4a4a;
  font-size: 14px;
  line-height: 1.55;
}

/* FAQ accordions */
.seo-faq-block .seo-faq {
  background: #fff;
  border: 1px solid #efe7d6;
  border-radius: 10px;
  margin: 10px auto;
  padding: 0;
  max-width: 720px;
  box-shadow: 0 2px 8px -4px rgba(99, 0, 0, 0.06);
}
.seo-faq-block .seo-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: #2a0a0a;
  padding: 14px 18px;
  list-style: none;
  position: relative;
  padding-right: 36px;
}
.seo-faq-block .seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq-block .seo-faq summary::after {
  content: '▾';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-red, #e00303);
  transition: transform 0.2s;
}
.seo-faq-block .seo-faq[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.seo-faq-block .seo-faq p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #5c4a4a;
}

/* Related block — heading + chips all centered */
.related-block {
  text-align: center;
}
.related-block h3 {
  font-family: 'Bahianita', sans-serif;
  font-size: 22px;
  color: #2a0a0a;
  margin: 0 0 14px;
}
.related-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto 16px;
}
.related-grid .related-link {
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1.5px solid #efe7d6;
  border-radius: 999px;
  color: #2a0a0a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .15s, color .15s, background .15s;
}
.related-grid .related-link:hover {
  border-color: var(--brand-red, #e00303);
  color: var(--brand-red, #e00303);
  background: #fff8e8;
}
.related-anchor {
  text-align: center;
  margin: 0;
}
.related-anchor a {
  color: var(--brand-red, #e00303);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.related-anchor a:hover { text-decoration: underline; }

/* Section headings inside SEO content blocks — Bahianita + centered */
.seo-pillars > h2,
.seo-price > h2,
.seo-process > h2,
.seo-faq-block > h2 {
  text-align: center !important;
  margin: 0 auto 18px !important;
  max-width: 720px;
}

/* Mobile spacing */
@media (max-width: 640px) {
  .seo-intro,
  .seo-pillars,
  .seo-price,
  .seo-process,
  .seo-faq-block,
  .related-block { padding: 32px 16px; }

  .seo-intro .seo-lead { font-size: 15px; }
  .seo-pillar-list li { font-size: 14px; padding-left: 28px; }
  .seo-price-table th,
  .seo-price-table td { padding: 11px 14px; font-size: 13px; }
  .seo-step .step-num { width: 32px; height: 32px; font-size: 16px; }
  .seo-step .step-body strong { font-size: 14px; }
  .seo-step .step-body p { font-size: 13px; }
}
