/* SEO landing — ana sayfa (home-future) ile aynı görünüm */

body.home-future:has(.seo-landing) {
  padding-top: var(--hf-header-offset);
}

body.home-future:has(.seo-landing) .seo-landing {
  width: min(1220px, calc(100% - 28px));
  margin: 0 auto;
  padding: 20px 0 96px;
}

body.home-future:has(.seo-landing) .seo-breadcrumb {
  color: var(--hf-muted);
}

body.home-future:has(.seo-landing) .seo-breadcrumb a {
  color: var(--hf-glow-cyan);
  background: rgba(66, 217, 255, .08);
  border-color: rgba(66, 217, 255, .28);
}

body.home-future:has(.seo-landing) .seo-breadcrumb a:hover {
  color: #fff;
  background: rgba(66, 217, 255, .16);
}

body.home-future:has(.seo-landing) .seo-breadcrumb span {
  color: var(--hf-muted);
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .1);
}

body.home-future:has(.seo-landing) .seo-breadcrumb strong {
  color: #0b0f16;
  background: linear-gradient(135deg, var(--hf-glow-orange), #ffe08a);
  border-color: rgba(255, 178, 31, .75);
}

body.home-future:has(.seo-landing) .seo-hero {
  border-color: rgba(255, 122, 0, .42);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(66, 217, 255, .08);
}

body.home-future:has(.seo-landing) .seo-hero .eyebrow {
  color: var(--hf-glow-orange);
}

body.home-future:has(.seo-landing) .seo-hero h1 {
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}

body.home-future:has(.seo-landing) .seo-hero p {
  color: #dbe4f2;
}

body.home-future:has(.seo-landing) .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.home-future:has(.seo-landing) :is(
  .seo-panel,
  .seo-feature-showcase,
  .seo-keywords,
  .seo-keyword-support
) {
  color: var(--hf-text);
  background: var(--hf-surface);
  border: 1px solid var(--hf-line);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
}

body.home-future:has(.seo-landing) :is(
  .seo-panel h1,
  .seo-panel h2,
  .seo-panel h3,
  .seo-feature-showcase h2,
  .seo-feature-showcase h3,
  .seo-keyword-support h2
) {
  color: #f8fafc;
  text-shadow: none;
}

body.home-future:has(.seo-landing) :is(.seo-panel, .seo-feature-showcase) .eyebrow,
body.home-future:has(.seo-landing) .seo-keyword-support .eyebrow {
  color: var(--hf-glow-orange);
}

body.home-future:has(.seo-landing) :is(.seo-panel p, .seo-panel li, .seo-feature-showcase p, .seo-keyword-support p) {
  color: var(--hf-muted);
}

body.home-future:has(.seo-landing) .seo-panel-grid article,
body.home-future:has(.seo-landing) .seo-hub-points article,
body.home-future:has(.seo-landing) .seo-hub-link-groups article {
  background: rgba(8, 12, 22, .55);
  border: 1px solid rgba(120, 180, 255, .16);
}

body.home-future:has(.seo-landing) .seo-panel-grid h3,
body.home-future:has(.seo-landing) .seo-hub-points strong,
body.home-future:has(.seo-landing) .seo-hub-link-groups h3 {
  color: #f1f5f9;
}

body.home-future:has(.seo-landing) .seo-panel-grid p,
body.home-future:has(.seo-landing) .seo-hub-points span {
  color: var(--hf-muted);
}

body.home-future:has(.seo-landing) .seo-feature-grid article {
  background: rgba(10, 14, 26, .72);
  border: 1px solid rgba(120, 180, 255, .18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .32);
}

body.home-future:has(.seo-landing) .seo-feature-grid h3 {
  color: #f8fafc;
}

body.home-future:has(.seo-landing) .seo-feature-grid p {
  color: var(--hf-muted);
}

body.home-future:has(.seo-landing) .seo-comparison-table {
  border-color: rgba(120, 180, 255, .2);
  background: rgba(8, 12, 22, .5);
}

body.home-future:has(.seo-landing) .seo-comparison-table > div {
  border-bottom-color: rgba(120, 180, 255, .12);
}

body.home-future:has(.seo-landing) .seo-comparison-table > div:first-child {
  color: #f8fafc;
  background: rgba(66, 217, 255, .1);
}

body.home-future:has(.seo-landing) .seo-comparison-table span {
  color: var(--hf-muted);
}

body.home-future:has(.seo-landing) .seo-hub-link-groups a,
body.home-future:has(.seo-landing) .seo-keywords a,
body.home-future:has(.seo-landing) .seo-keywords span {
  color: #e2e8f0;
  background: rgba(255, 122, 0, .1);
  border-color: rgba(255, 122, 0, .28);
}

body.home-future:has(.seo-landing) .seo-hub-link-groups a:hover,
body.home-future:has(.seo-landing) .seo-keywords a:hover {
  color: #fff;
  border-color: rgba(255, 178, 31, .55);
}

body.home-future:has(.seo-landing) .seo-faq details {
  background: rgba(8, 12, 22, .55);
  border-color: rgba(120, 180, 255, .16);
}

body.home-future:has(.seo-landing) .seo-faq summary {
  color: #f1f5f9;
}

body.home-future:has(.seo-landing) .seo-faq p {
  color: var(--hf-muted);
}

body.home-future:has(.seo-landing) .seo-ddos-section {
  border-color: rgba(255, 122, 0, .28);
}

@media (max-width: 980px) {
  body.home-future:has(.seo-landing) .seo-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  body.home-future:has(.seo-landing) .seo-feature-grid,
  body.home-future:has(.seo-landing) .seo-panel-grid,
  body.home-future:has(.seo-landing) .seo-hub-points,
  body.home-future:has(.seo-landing) .seo-hub-link-groups {
    grid-template-columns: 1fr;
  }
}


/* SEO sayfalari — canli paket fiyat kartlari (seo-packages.js) */
body.home-future:has(.seo-landing) .seo-price-section {
  display: block;
}

body.home-future .seo-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

body.home-future .seo-price-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(160deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  text-align: center;
}

body.home-future .seo-price-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #fff;
}

body.home-future .seo-price-amount {
  font-family: Syne, Inter, sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #ffb347;
}

body.home-future .seo-price-period {
  display: inline-block;
  margin-left: 4px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--hf-muted);
}

body.home-future .seo-price-vat {
  font-size: 12px;
  font-weight: 700;
  color: #42d9ff;
  letter-spacing: .04em;
}

body.home-future .seo-price-buy {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  color: #050508;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #ff7a00, #ffd166 48%, #42d9ff);
  box-shadow: 0 10px 28px rgba(255, 122, 0, .3);
  transition: transform .2s ease, filter .2s ease;
}

body.home-future .seo-price-buy:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

@media (max-width: 560px) {
  body.home-future .seo-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.home-future .seo-price-card {
    padding: 14px 12px;
  }

  body.home-future .seo-price-amount {
    font-size: 22px;
  }
}
