:root {
  --seo-bg: #f6f2ea;
  --seo-surface: #fffdf9;
  --seo-ink: #1f2430;
  --seo-muted: #5d6472;
  --seo-accent: #cf5c36;
  --seo-accent-dark: #8c3d23;
  --seo-border: rgba(31, 36, 48, 0.08);
}

.seo-page {
  background: linear-gradient(180deg, #f5efe5 0%, #fbf8f2 35%, #fffdf9 100%);
  color: var(--seo-ink);
}

.seo-hero {
  position: relative;
  min-height: 54vh;
  display: flex;
  align-items: end;
  padding: 120px 0 56px;
  overflow: hidden;
}

.seo-hero-bg,
.seo-destination-hero {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.seo-hero::after,
.seo-destination-hero-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 18, 12, 0.2) 0%, rgba(26, 18, 12, 0.72) 100%);
}

.seo-hero-inner,
.seo-destination-hero-inner {
  position: relative;
  z-index: 1;
  color: #fff;
}

.seo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.seo-hero h1,
.seo-destination-hero-inner h1 {
  margin: 18px 0 12px;
  font-size: clamp(2.3rem, 4.2vw, 4.3rem);
  line-height: 1.02;
}

.seo-hero p,
.seo-destination-hero-inner p {
  max-width: 760px;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.seo-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.seo-chip-row span,
.seo-destination-stats span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.88rem;
}

.seo-section {
  padding: 58px 0;
}

.seo-section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 24px;
}

.seo-section-head h2 {
  margin: 0;
  font-size: 1.9rem;
}

.seo-section-head p {
  margin: 8px 0 0;
  color: var(--seo-muted);
  max-width: 720px;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.seo-card {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: var(--seo-surface);
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(31, 36, 48, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.seo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(31, 36, 48, 0.1);
}

.seo-card-media {
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}

.seo-card-body {
  padding: 22px;
}

.seo-card-kicker {
  color: var(--seo-accent-dark);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.seo-card h2,
.seo-card h3 {
  margin: 10px 0 8px;
  font-size: 1.35rem;
  line-height: 1.18;
}

.seo-card p {
  margin: 0;
  color: var(--seo-muted);
  line-height: 1.65;
}

.seo-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--seo-border);
  font-size: 0.86rem;
  color: var(--seo-ink);
}

.seo-destination-hero-wrap {
  position: relative;
  padding: 118px 0 44px;
  overflow: hidden;
}

.seo-breadcrumb {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.88);
}

.seo-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.seo-destination-main {
  padding: 54px 0 64px;
}

.seo-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.seo-guide-card {
  background: var(--seo-surface);
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  padding: 22px;
}

.seo-guide-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.seo-guide-card p {
  margin: 0;
  color: var(--seo-muted);
  line-height: 1.7;
}

.seo-section-alt {
  background: linear-gradient(180deg, rgba(207, 92, 54, 0.05), rgba(207, 92, 54, 0));
}

/* ── Testimonials ─────────────────────────────────────── */
.seo-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.seo-testimonial-card {
  background: var(--seo-surface);
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  padding: 22px;
}

.seo-testimonial-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.seo-testimonial-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--seo-accent);
  color: #fff;
  font-weight: 700;
}

.seo-testimonial-head strong {
  display: block;
  font-size: 0.98rem;
}

.seo-testimonial-head span {
  display: block;
  color: var(--seo-muted);
  font-size: 0.82rem;
}

.seo-testimonial-stars {
  color: var(--seo-accent);
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.seo-testimonial-card p {
  margin: 0;
  color: var(--seo-ink);
  line-height: 1.7;
}

.seo-testimonial-pkg {
  display: inline-block;
  margin-top: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--seo-bg);
  color: var(--seo-accent-dark);
  font-size: 0.76rem;
  font-weight: 600;
}

/* ── FAQ accordion ────────────────────────────────────── */
.seo-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.seo-faq-item {
  background: var(--seo-surface);
  border: 1px solid var(--seo-border);
  border-radius: 8px;
  padding: 4px 22px;
}

.seo-faq-item summary {
  padding: 16px 0;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.seo-faq-item summary::-webkit-details-marker {
  display: none;
}

.seo-faq-item summary::after {
  content: '+';
  flex: 0 0 auto;
  font-size: 1.3rem;
  color: var(--seo-accent);
  transition: transform 0.2s ease;
}

.seo-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.seo-faq-item p {
  margin: 0 0 18px;
  color: var(--seo-muted);
  line-height: 1.7;
}

@media (max-width: 900px) {
  .seo-card {
    grid-column: span 12;
  }

  .seo-section-head {
    flex-direction: column;
    align-items: start;
  }

  .seo-guide-grid {
    grid-template-columns: 1fr;
  }

  .seo-testimonial-grid {
    grid-template-columns: 1fr;
  }
}
