/* SpeakNex SEO landing pages */
.seo-hero {
  position: relative;
  z-index: 10;
  padding: 150px 0 70px;
  overflow: hidden;
}

.seo-hero__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

.seo-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #77767a;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.seo-breadcrumb a {
  color: inherit;
  transition: color 0.3s ease;
}

.seo-breadcrumb a:hover {
  color: #161519;
}

.seo-badge {
  display: inline-block;
  background: #FA5AFF;
  color: #161519;
  font-size: 14px;
  letter-spacing: -0.01em;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.seo-hero h1 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #161519;
  margin: 0 0 16px;
}

.seo-hero__lead {
  font-size: 18px;
  line-height: 1.65;
  color: #3d3d3d;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  max-width: 540px;
}

.seo-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #77767a;
  margin-bottom: 28px;
  padding: 8px 14px;
  border: 1px solid rgba(119, 118, 122, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.seo-meta time {
  color: #161519;
  font-weight: 500;
}

.seo-hero__visual {
  position: relative;
  background: #f6f7fa;
  border: 1px solid #f6f7fa;
  border-radius: 28px;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  overflow: hidden;
}

.seo-hero__visual img {
  width: 100%;
  max-height: 340px;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
}

.seo-hero__orb {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #FA5AFF;
  opacity: 0.22;
  filter: blur(8px);
  right: -40px;
  top: -40px;
  z-index: 0;
}

.seo-section {
  padding: 40px 0 80px;
}

.seo-article {
  max-width: 900px;
  margin: 0 auto;
  background: #f6f7fa;
  border-radius: 32px;
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.seo-article::before {
  content: "";
  position: absolute;
  left: 47px;
  top: 48px;
  bottom: 48px;
  width: 2px;
  background: linear-gradient(180deg, #FA5AFF 0%, rgba(250, 90, 255, 0.12) 100%);
  border-radius: 2px;
  pointer-events: none;
}

.seo-block {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px 20px;
  align-items: start;
  margin: 0;
  padding: 28px 28px 28px 18px;
  background: #fff;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

.seo-block + .seo-block {
  margin-top: 10px;
}

.seo-block__index {
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.seo-block__index span {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(250, 90, 255, 0.12);
  color: #161519;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 0 6px #f6f7fa;
}

.seo-block__body {
  min-width: 0;
}

.seo-block h2 {
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #161519;
  margin: 4px 0 12px;
}

.seo-block p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d3d3d;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.seo-block p:last-child {
  margin-bottom: 0;
}

/* —— Çözümler hub —— */
.seo-hub-hero {
  padding-bottom: 100px;
}

.seo-hub-intro {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}

.seo-hub-intro .seo-hero__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

.seo-hub-intro .seo-breadcrumb {
  justify-content: center;
}

.seo-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.seo-hub-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(22, 21, 25, 0.08);
  border-radius: 22px;
  padding: 24px 22px;
  text-decoration: none;
  min-height: 180px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.seo-hub-card:hover {
  transform: translateY(-4px);
  border-color: rgba(250, 90, 255, 0.4);
  box-shadow: 0 16px 36px rgba(22, 21, 25, 0.07);
}

.seo-hub-card--featured {
  grid-column: span 2;
  background: #FA5AFF;
  border-color: transparent;
  justify-content: center;
}

.seo-hub-card--featured .seo-hub-card__num,
.seo-hub-card--featured .seo-hub-card__title,
.seo-hub-card--featured .seo-hub-card__text,
.seo-hub-card--featured .seo-hub-card__more {
  color: #161519;
}

.seo-hub-card__num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FA5AFF;
}

.seo-hub-card__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #161519;
  line-height: 1.25;
}

.seo-hub-card__text {
  font-size: 14.5px;
  line-height: 1.55;
  color: #4a4a4a;
  letter-spacing: -0.01em;
  flex: 1;
}

.seo-hub-card__more {
  font-size: 13px;
  font-weight: 500;
  color: #77767a;
  margin-top: auto;
}

.seo-hub-card:hover .seo-hub-card__more {
  color: #161519;
}

.seo-section-head {
  text-align: center;
  margin-bottom: 36px;
}

.seo-section-head h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #161519;
  margin: 0;
}

/* —— Avantajlar (bento) —— */
.seo-adv-section {
  padding: 20px 0 90px;
}

.seo-adv-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.seo-adv-card {
  grid-column: span 2;
  position: relative;
  background: #f6f7fa;
  border: 1px solid rgba(22, 21, 25, 0.06);
  border-radius: 28px;
  padding: 28px 26px 26px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.seo-adv-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(250, 90, 255, 0.14) 0%, rgba(250, 90, 255, 0) 70%);
  pointer-events: none;
}

.seo-adv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(250, 90, 255, 0.35);
  box-shadow: 0 24px 50px rgba(22, 21, 25, 0.08);
}

.seo-adv-card--featured {
  grid-column: span 4;
  background: #FA5AFF;
  border-color: transparent;
  min-height: 200px;
}

.seo-adv-card--featured::before {
  display: none;
}

.seo-adv-card--featured .seo-adv-card__num {
  color: #161519;
}

.seo-adv-card--featured .seo-adv-card__icon {
  background: rgba(22, 21, 25, 0.12);
  color: #161519;
}

.seo-adv-card--featured p {
  color: #161519;
  font-size: 20px;
  font-weight: 600;
  max-width: 560px;
}

.seo-adv-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.seo-adv-card__num {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #FA5AFF;
}

.seo-adv-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(250, 90, 255, 0.14);
  color: #FA5AFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.seo-adv-card p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  color: #161519;
  letter-spacing: -0.01em;
}

/* —— SSS Accordion —— */
.seo-accordion {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.seo-acc-item {
  background: #fff;
  border: 1px solid rgba(22, 21, 25, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.seo-acc-item.hello {
  border-color: rgba(250, 90, 255, 0.35);
  box-shadow: 0 18px 40px rgba(22, 21, 25, 0.08);
}

.seo-acc-header {
  cursor: pointer;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  background: transparent;
  border: 0;
  text-align: left;
}

.seo-acc-header__q {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #161519;
  line-height: 1.4;
}

.seo-acc-header__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f6f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #161519;
  transition: transform 0.35s ease, background 0.3s ease, color 0.3s ease;
}

.seo-acc-header.active .seo-acc-header__icon {
  transform: rotate(180deg);
  background: #FA5AFF;
  color: #fff;
}

.seo-acc-body {
  padding: 0 26px 24px;
}

.seo-acc-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #3d3d3d;
  letter-spacing: -0.01em;
}

.seo-related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.seo-related a {
  display: block;
  background: #f6f7fa;
  border: 1px solid #f6f7fa;
  border-radius: 20px;
  padding: 24px 22px;
  text-decoration: none;
  transition: border-color 0.3s ease, transform 0.3s ease;
  height: 100%;
}

.seo-related a:hover {
  border-color: #161519;
  transform: translateY(-3px);
}

.seo-related__title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #161519;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.seo-related__more {
  display: block;
  font-size: 13px;
  color: #77767a;
}

.seo-cta {
  padding-bottom: 100px;
}

.seo-cta__box {
  background: #000;
  border-radius: 40px;
  text-align: center;
  padding: 72px 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.seo-cta__box img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

.seo-cta__box h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0 0 16px;
}

.seo-cta__box p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  line-height: 1.45;
  margin: 0 auto 28px;
  max-width: 560px;
}

@media (max-width: 1024px) {
  .seo-hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .seo-hero__visual {
    min-height: 280px;
    order: -1;
  }

  .seo-article::before {
    left: 35px;
  }

  .seo-hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-hub-card--featured {
    grid-column: span 2;
  }

  .seo-adv-card,
  .seo-adv-card--featured {
    grid-column: span 3;
  }

  .seo-related {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .seo-hero {
    padding: 130px 0 48px;
  }

  .seo-hero__visual {
    min-height: 220px;
    padding: 18px;
  }

  .seo-article {
    padding: 8px;
    border-radius: 24px;
  }

  .seo-article::before {
    display: none;
  }

  .seo-block {
    grid-template-columns: 36px 1fr;
    gap: 0 12px;
    padding: 18px 16px 18px 12px;
    border-radius: 16px;
  }

  .seo-block__index span {
    width: 32px;
    height: 32px;
    font-size: 11px;
    border-width: 1.5px;
    box-shadow: none;
  }

  .seo-block h2 {
    margin-top: 2px;
    font-size: 18px;
  }

  .seo-block p {
    font-size: 15px;
    max-width: none;
  }

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

  .seo-hub-card,
  .seo-hub-card--featured {
    grid-column: span 1;
    min-height: 0;
  }

  .seo-adv-card,
  .seo-adv-card--featured {
    grid-column: span 6;
    min-height: 0;
  }

  .seo-adv-card--featured p {
    font-size: 18px;
  }

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

  .seo-acc-header {
    padding: 18px 18px;
  }

  .seo-acc-body {
    padding: 0 18px 20px;
  }

  .seo-cta__box {
    border-radius: 28px;
    padding: 48px 18px;
  }
}
