.seo-service-page {
  --seo-ink: var(--ink, #08141e);
  --seo-ink-soft: var(--ink-soft, #555e6a);
  --seo-dark: #1a1d23;
  --seo-lime: var(--brand-lime, #adf44d);
  --seo-purple: #8662f6;
  --seo-card-bg: #fff;
  --seo-surface: #f6f7f9;
  background: #fff;
  color: var(--seo-ink);
}

/* ── Hero ── */
.seo-hero {
  background: var(--seo-dark);
  color: #fff;
  padding: 88px 24px 72px;
  text-align: center;
}

.seo-hero__inner {
  max-width: 820px;
  margin: 0 auto;
}

.seo-hero__title {
  margin: 0 0 28px;
  font-family: var(--font-heading, 'TT Hoves Medium', sans-serif);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.seo-hero__lead {
  margin: 0 0 14px;
  font-size: clamp(.95rem, 1.8vw, 1.05rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, .82);
}

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

/* ── Section head ── */
.seo-section-head {
  text-align: center;
  margin-bottom: 40px;
}

.seo-section-head__kicker {
  display: block;
  margin-bottom: 12px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #9ca3af;
}

.seo-section-head__title {
  margin: 0;
  font-family: var(--font-heading, 'TT Hoves Medium', sans-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.15;
}

/* ── Intro ── */
.seo-intro {
  padding: 72px 24px;
  background: #fff;
}

.seo-intro__inner {
  max-width: var(--max-w, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.seo-intro__title {
  margin: 0 0 20px;
  font-family: var(--font-heading, 'TT Hoves Medium', sans-serif);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 500;
  letter-spacing: -.02em;
}

.seo-intro__text {
  margin: 0 0 28px;
  font-size: .95rem;
  line-height: 1.8;
  color: var(--seo-ink-soft);
}

.seo-intro__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--seo-dark);
  color: #fff;
  font-size: .92rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.seo-intro__cta:hover {
  background: #2a2f38;
  transform: translateY(-1px);
}

.seo-illustration {
  border-radius: 20px;
  overflow: hidden;
}

.seo-illustration svg,
.seo-illustration img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin-inline: auto;
}

/* ── Services carousel ── */
.seo-services {
  padding: 72px 24px 80px;
  background: #fff;
}

.seo-services__inner {
  max-width: var(--max-w, 1400px);
  margin: 0 auto;
}

.seo-services-carousel__viewport {
  overflow: hidden;
}

.seo-services-carousel__track {
  display: flex;
  gap: 20px;
  transition: transform .4s ease;
}

.seo-service-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 0;
  padding: 28px 24px;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  background: var(--seo-card-bg);
  box-shadow: 0 4px 24px rgba(8, 20, 30, .04);
}

.seo-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(134, 98, 246, .12);
  color: var(--seo-purple);
}

.seo-service-card__icon svg,
.seo-service-card__icon .ph-duotone {
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: var(--seo-purple);
}

.seo-service-card__icon .ph-duotone .ph-fill {
  color: #c7bff7;
  opacity: .4;
}

.seo-service-card__icon--image {
  background: transparent;
}

.seo-service-card__icon--image img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.seo-service-card__title {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.seo-service-card__text {
  margin: 0;
  font-size: .88rem;
  line-height: 1.7;
  color: var(--seo-ink-soft);
}

.seo-services-carousel__nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.seo-services-carousel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--seo-dark);
  color: #fff;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease;
}

.seo-services-carousel__btn:hover:not(:disabled) {
  transform: scale(1.05);
}

.seo-services-carousel__btn:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.seo-services-carousel__btn svg {
  width: 18px;
  height: 18px;
}

/* ── Info ── */
.seo-info {
  padding: 72px 24px;
  background: #fff;
}

.seo-info__inner {
  max-width: var(--max-w, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}

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

.seo-info-block__title {
  margin: 0 0 14px;
  font-family: var(--font-heading, 'TT Hoves Medium', sans-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -.02em;
}

.seo-info-block__text {
  margin: 0;
  font-size: .95rem;
  line-height: 1.8;
  color: var(--seo-ink-soft);
}

/* ── Process ── */
.seo-process {
  padding: 72px 24px 88px;
  background: var(--seo-surface);
}

.seo-process__inner {
  max-width: var(--max-w, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.seo-process__title {
  margin: 0 0 24px;
  font-family: var(--font-heading, 'TT Hoves Medium', sans-serif);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 500;
  letter-spacing: -.02em;
}

.seo-process__text {
  margin: 0 0 16px;
  font-size: .95rem;
  line-height: 1.8;
  color: var(--seo-ink-soft);
}

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

.seo-process__steps {
  display: grid;
  gap: 12px;
}

.seo-process-step {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(8, 20, 30, .04);
  overflow: hidden;
}

.seo-process-step__toggle {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.seo-process-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--seo-lime);
  color: var(--seo-ink);
  font-size: .85rem;
  font-weight: 800;
}

.seo-process-step__title {
  flex: 1;
  font-size: .95rem;
  font-weight: 700;
  color: var(--seo-ink);
}

.seo-process-step__chev {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e8eaed;
  position: relative;
}

.seo-process-step__chev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform .25s ease;
}

.seo-process-step.is-open .seo-process-step__chev::before {
  transform: translate(-50%, -35%) rotate(-135deg);
}

.seo-process-step__body {
  padding: 0 20px 20px 66px;
}

.seo-process-step__body p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.75;
  color: var(--seo-ink-soft);
}

/* ── FAQ ── */
.seo-faq {
  padding: 72px 24px 96px;
  background: #fff;
}

.seo-faq__inner {
  max-width: 900px;
  margin: 0 auto;
}

.seo-faq__list {
  display: grid;
  gap: 12px;
}

.seo-faq-item {
  border: 1px solid #e8eaed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(8, 20, 30, .03);
  overflow: hidden;
}

.seo-faq-item__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.seo-faq-item__question {
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--seo-ink);
}

.seo-faq-item__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e8eaed;
  position: relative;
}

.seo-faq-item__icon::before,
.seo-faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #64748b;
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

.seo-faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.seo-faq-item.is-open .seo-faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.seo-faq-item__body {
  padding: 0 22px 20px;
}

.seo-faq-item__body p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.75;
  color: var(--seo-ink-soft);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .seo-service-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 1024px) {
  .seo-intro__inner,
  .seo-info__inner,
  .seo-process__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .seo-info__visual {
    order: -1;
  }
}

@media (max-width: 640px) {
  .seo-hero {
    padding: 64px 20px 56px;
  }

  .seo-intro,
  .seo-services,
  .seo-info,
  .seo-process,
  .seo-faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seo-service-card {
    flex: 0 0 calc(100% - 0px);
  }

  .seo-process-step__body {
    padding-left: 20px;
  }
}
