/* SEO landing pages — gold + black theme */
.seo-page-nav .brand-logo {
  height: 3.25rem;
  max-width: 320px;
}

@media (min-width: 768px) {
  .seo-page-nav .brand-logo {
    height: 3.75rem;
    max-width: 380px;
  }
}

.seo-page-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(197, 160, 89, 0.12);
}

.seo-page-nav .flex {
  min-height: 5rem;
}

.text-brand-gold {
  color: #c5a059;
}

.seo-breadcrumb {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1.5rem;
}

.seo-breadcrumb a {
  color: rgba(197, 160, 89, 0.8);
}

.seo-breadcrumb a:hover {
  color: #e8c872;
}

.seo-page-article {
  max-width: 48rem;
}

.seo-page-article h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.seo-page-article h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.seo-page-article p,
.seo-page-article li {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
}

.seo-page-article ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 1rem 0;
}

.seo-page-article a {
  color: #c5a059;
}

.seo-page-article a:hover {
  color: #e8c872;
}

.seo-page-article strong {
  color: rgba(255, 255, 255, 0.9);
}

.seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

/* Route landing — premium layout */
.seo-route-hero {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 2rem;
  border: 1px solid rgba(197, 160, 89, 0.15);
}

.seo-route-hero img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .seo-route-hero img { height: 280px; }
}

.seo-route-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.2) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}

.seo-route-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c5a059;
  margin-bottom: 0.5rem;
}

.seo-route-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.5);
}

.seo-route-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .seo-route-stats { grid-template-columns: repeat(4, 1fr); }
}

.seo-route-stat {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.seo-route-stat-value {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #c5a059;
  line-height: 1.2;
}

.seo-route-stat-label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.35rem;
}

.seo-feature-grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

@media (min-width: 640px) {
  .seo-feature-grid { grid-template-columns: repeat(2, 1fr); }
}

.seo-feature-card {
  padding: 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.seo-feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: #fff;
}

.seo-feature-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
}

.seo-faq-list details {
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.seo-faq-list summary {
  padding: 1rem 1.15rem;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  list-style: none;
}

.seo-faq-list summary::-webkit-details-marker { display: none; }

.seo-faq-list details[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-faq-list details p {
  padding: 0 1.15rem 1rem;
  margin: 0;
  font-size: 0.85rem;
}

.seo-related-routes {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-related-routes h2 {
  margin-top: 0;
  font-size: 1.15rem;
}

.seo-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.seo-related-links a {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid rgba(197, 160, 89, 0.3);
  background: rgba(197, 160, 89, 0.06);
  text-decoration: none;
}

.seo-related-links a:hover {
  background: rgba(197, 160, 89, 0.14);
  color: #e8c872;
}

.seo-page-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
}

.seo-page-footer-nav a {
  color: rgba(255, 255, 255, 0.4);
}

.seo-page-footer-nav a:hover { color: #c5a059; }

.seo-lang-toggle .lang-btn.active {
  color: #c5a059;
  border-color: rgba(197, 160, 89, 0.45);
  background: rgba(197, 160, 89, 0.08);
}

/* Referral program landing */
.seo-referral-main {
  max-width: 56rem;
}

.seo-referral-types {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}

@media (min-width: 768px) {
  .seo-referral-types {
    grid-template-columns: repeat(3, 1fr);
  }
}

.seo-referral-type-card {
  position: relative;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 1.1rem;
  background: linear-gradient(165deg, rgba(197, 160, 89, 0.1) 0%, rgba(255, 255, 255, 0.02) 45%);
  border: 1px solid rgba(197, 160, 89, 0.22);
  overflow: hidden;
}

.seo-referral-type-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #c5a059, #e8c872, #c5a059);
}

.seo-referral-type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: rgba(197, 160, 89, 0.12);
  border: 1px solid rgba(197, 160, 89, 0.25);
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #e8c872;
  margin-bottom: 1rem;
}

.seo-referral-type-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.seo-referral-type-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

.seo-referral-steps {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 2.5rem;
  counter-reset: referral-step;
}

@media (min-width: 640px) {
  .seo-referral-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

.seo-referral-step {
  display: flex;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.seo-referral-step-num {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0a0a0a;
  background: linear-gradient(135deg, #c5a059, #e8c872);
}

.seo-referral-step h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}

.seo-referral-step p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.seo-partner-grid {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 2rem;
}

@media (min-width: 640px) {
  .seo-partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .seo-partner-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.seo-partner-card {
  padding: 1rem 1.1rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s, background 0.2s;
}

.seo-partner-card:hover {
  border-color: rgba(197, 160, 89, 0.35);
  background: rgba(197, 160, 89, 0.05);
}

.seo-partner-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.seo-partner-card p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.48);
}

.seo-referral-cta-banner {
  margin-top: 2.5rem;
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  background: linear-gradient(145deg, rgba(197, 160, 89, 0.14) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(197, 160, 89, 0.08) 100%);
  border: 1px solid rgba(197, 160, 89, 0.28);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.seo-referral-cta-banner h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.seo-referral-cta-banner p {
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.seo-referral-cta-banner .seo-cta-row {
  justify-content: center;
  margin-top: 0;
}

/* Blog */
.seo-blog-main {
  max-width: 72rem;
}

.blog-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
  }
}

.blog-card {
  border-radius: 1.15rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.25s, transform 0.25s;
}

.blog-card:hover {
  border-color: rgba(197, 160, 89, 0.35);
  transform: translateY(-2px);
}

.blog-card-image-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s;
}

.blog-card:hover .blog-card-image {
  transform: scale(1.04);
}

.blog-card-category {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e8c872;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(197, 160, 89, 0.35);
}

.blog-card-body {
  padding: 1.25rem 1.35rem 1.35rem;
}

.blog-card-date {
  display: block;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.5rem;
}

.blog-card-title {
  margin: 0 0 0.6rem;
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.blog-card-title a {
  color: #fff;
  text-decoration: none;
}

.blog-card-title a:hover {
  color: #e8c872;
}

.blog-card-excerpt {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}

.blog-card-link {
  font-size: 0.8rem;
  font-weight: 600;
  color: #c5a059;
  text-decoration: none;
}

.blog-card-link:hover {
  color: #e8c872;
}

.blog-article-main {
  max-width: 48rem;
}

.blog-article-breadcrumb {
  margin-bottom: 1.25rem;
}

.blog-article-header {
  margin-bottom: 1.5rem;
}

.blog-article-category {
  position: static;
  display: inline-block;
  margin-bottom: 0.75rem;
}

.blog-article-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.65rem;
  color: #fff;
}

.blog-article-meta {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.blog-article-hero {
  margin: 0 0 2rem;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(197, 160, 89, 0.15);
}

.blog-article-hero img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.blog-article-content {
  margin-bottom: 2rem;
}

.blog-article-cta {
  text-align: left;
}

.blog-article-cta h2 {
  font-size: 1.2rem;
}

.blog-back-wrap {
  margin-top: 2rem;
}

.blog-back-link {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.blog-back-link:hover {
  color: #c5a059;
}

.blog-related-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-related-section h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  color: #fff;
}

.blog-related-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .blog-related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-related-card {
  display: block;
  border-radius: 0.9rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  transition: border-color 0.2s;
}

.blog-related-card:hover {
  border-color: rgba(197, 160, 89, 0.35);
}

.blog-related-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.blog-related-card span {
  display: block;
  padding: 0.75rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
}
