/*
 * /seo-tabriz page styles (everything below the hero; the hero is seoHero.css).
 *
 * The page follows the /website-design-tabriz rhythm: white sections alternating with #F4F6F8
 * bands, centred section heads, white cards with a soft figma shadow, amber (#FAB62F) as the
 * only accent. Every selector is scoped to an id or class that exists only on this page, so the
 * shared components it includes (video reviews, difference grid, banners, FAQ, magazine) are
 * untouched elsewhere.
 *
 * Text colours are checked against WCAG AA: body #545962 (7:1), secondary #5c6370 (6:1 on white,
 * 5.6:1 on the band), amber text only as #8a5e00 / #9a6700.
 */

:root {
  --seo-ink: #272727;
  --seo-ink-2: #2b2f38;
  --seo-text: #545962;
  --seo-muted: #5c6370;
  --seo-amber: #fab62f;
  --seo-amber-hover: #f5a816;
  --seo-amber-text: #8a5e00;
  --seo-amber-tint: #fff3d6;
  --seo-band: #f4f6f8;
  --seo-line: #e8ebf0;
  --seo-card-shadow: 0 18px 44px -24px rgba(20, 28, 46, 0.16);
  --seo-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- shared page primitives ------------------------------------------------ */
.seo-band { background: var(--seo-band); }
#seo-intro,
#seo-proof,
#seo-services,
#seo-agentic,
#seo-benefits,
#seo-price,
#seo-factors,
#seo-choose { padding-block: 56px; }
/* The client reviews that follow bring their own 80px margin. */
#seo-agentic { padding-bottom: 12px; }

.seo-head { max-width: 780px; margin: 0 auto 36px; text-align: center; }
/* The theme sets text-align on every element, so centring must be set on the text itself. */
.seo-head__title,
.seo-head__lead { text-align: center; }
.seo-head__title {
  margin: 0;
  font-family: "IRANSansX", sans-serif;
  font-size: clamp(21px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.7;
  color: var(--seo-ink);
  text-wrap: balance;
}
.seo-head__lead {
  margin: 10px auto 0;
  max-width: 68ch;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  color: var(--seo-muted);
}

.seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 30px;
  border: 0;
  border-radius: 16px;
  background: var(--seo-amber);
  color: var(--seo-ink-2);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s var(--seo-ease);
}
.seo-btn:hover { background: var(--seo-amber-hover); transform: translateY(-2px); }

.seo-btn:focus-visible,
.sp-cta:focus-visible,
.spr-cta:focus-visible,
.sp-query:focus-visible,
.sp-alt:focus-visible,
.seo-link:focus-visible { outline: 3px solid var(--seo-ink-2); outline-offset: 3px; border-radius: 8px; }

.seo-link { color: var(--seo-amber-text); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(250, 182, 47, 0.7); text-underline-offset: 5px; }
.seo-link:hover { text-decoration-color: currentColor; }

/* In-page targets land below the fixed header (JS refines this for smooth scroll). */
#agentic { scroll-margin-top: 128px; }
#seo-price { scroll-margin-top: 84px; }

/* ---- intro band: services heading + «افزایش رتبه…» text block ------------------ */
.seo-intro__block {
  display: grid;
  gap: 28px;
  align-items: center;
}
.seo-intro__title {
  margin: 0 0 12px;
  font-family: "IRANSansX", sans-serif;
  font-size: clamp(19px, 2.4vw, 25px);
  font-weight: 800;
  line-height: 1.8;
  color: var(--seo-ink);
  text-wrap: balance;
}
.seo-intro__body {
  margin: 0;
  max-width: 68ch;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.15;
  color: var(--seo-text);
}
.seo-intro__stat {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 10px 18px 10px 20px;
  border: 1px solid var(--seo-line);
  border-radius: 16px;
  background: #fff;
}
.seo-intro__stat-num {
  font-family: "IRANSansX", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  color: #9a6700;
}
.seo-intro__stat-text { font-size: 0.95rem; font-weight: 600; line-height: 1.8; color: var(--seo-ink-2); }
.seo-intro__photo,
.seo-benefits__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--seo-card-shadow);
  background: #e6e9ee;
}
.seo-intro__photo img,
.seo-benefits__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* ---- proof: our own rankings + timeline ------------------------------------ */
#seo-proof { --ink: #2b2f38; --gold: #FBB631; }
#seo-proof .sp-grid { display: grid; gap: 1.4rem; }
#seo-proof .sp-card,
#seo-proof .sp-timeline {
  border: 1px solid var(--seo-line);
  border-radius: 28px;
  padding: 2rem 1.3rem;
  box-shadow: var(--seo-card-shadow);
  background: #fff;
}
#seo-proof .sp-card { background: radial-gradient(120% 140% at 0% 0%, #fff8e8 0%, #ffffff 55%); }
#seo-proof .sp-eyebrow {
  display: inline-block;
  background: var(--seo-amber-tint);
  color: var(--seo-amber-text);
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 999px;
  padding: 5px 15px;
  margin-bottom: 0.9rem;
}
#seo-proof .sp-title { font-size: clamp(20px, 2.6vw, 27px); font-weight: 800; color: var(--ink); line-height: 1.6; margin-bottom: 0.9rem; }
#seo-proof .sp-lead { color: var(--seo-text); line-height: 2.1; font-size: 1rem; margin-bottom: 1rem; }
#seo-proof .sp-lead strong { color: var(--ink); font-weight: 700; }
#seo-proof .sp-note { color: var(--seo-muted); font-size: 0.92rem; line-height: 2; margin-bottom: 1.5rem; }

/* The three queries as copy chips: tap, then paste into Google. */
#seo-proof .sp-queries { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: -0.1rem 0 1.2rem; }
#seo-proof .sp-query {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px 0 14px;
  border: 1px solid #ecdcb3;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
#seo-proof .sp-query svg { flex: none; color: var(--seo-amber-text); }
#seo-proof .sp-query:hover { border-color: var(--seo-amber); }
#seo-proof .sp-query.is-copied { background: var(--seo-amber-tint); border-color: var(--seo-amber); }
#seo-proof .sp-queries-status { font-size: 0.85rem; font-weight: 600; color: var(--seo-amber-text); }

#seo-proof .sp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
#seo-proof .sp-cta {
  border: 0;
  border-radius: 16px;
  padding: 14px 28px;
  min-height: 50px;
  cursor: pointer;
  background: var(--gold);
  color: #2b2f38;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.97rem;
  transition: background-color 0.2s ease, transform 0.2s var(--seo-ease);
}
#seo-proof .sp-cta:hover { background: var(--seo-amber-hover); transform: translateY(-1px); }
#seo-proof .sp-alt {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--seo-amber-text);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(250, 182, 47, 0.7);
  text-underline-offset: 5px;
}
#seo-proof .sp-alt:hover { text-decoration-color: currentColor; }

#seo-proof .sp-tl-title { font-size: clamp(18px, 2.2vw, 22px); font-weight: 800; color: var(--ink); margin-bottom: 0.7rem; line-height: 1.7; }
#seo-proof .sp-tl-lead { color: var(--seo-muted); font-size: 0.93rem; line-height: 2; margin-bottom: 1.4rem; }
#seo-proof .sp-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
/* A rail with amber nodes instead of a thick coloured side border. */
#seo-proof .sp-steps li { position: relative; display: grid; gap: 0.3rem; padding-inline-start: 28px; }
#seo-proof .sp-steps li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  border: 2.5px solid var(--gold);
}
#seo-proof .sp-steps li::after {
  content: "";
  position: absolute;
  inset-inline-start: 5px;
  top: calc(0.55em + 13px);
  bottom: calc(-1.1rem + 2px);
  width: 1px;
  background: #efd9a4;
}
#seo-proof .sp-steps li:last-child::after { display: none; }
#seo-proof .sp-step-when { font-weight: 800; color: var(--seo-amber-text); font-size: 0.87rem; }
#seo-proof .sp-step-what { color: var(--seo-text); line-height: 2; font-size: 0.95rem; }

/* ---- the eight SEO steps ------------------------------------------------------ */
.seo-steps__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.seo-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 20px 22px;
  border: 1px solid var(--seo-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(20, 28, 46, 0.03);
  transition: border-color 0.25s ease, box-shadow 0.3s ease, transform 0.3s var(--seo-ease);
}
.seo-step:hover { border-color: var(--seo-amber); box-shadow: var(--seo-card-shadow); transform: translateY(-3px); }
.seo-step__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.seo-step__num {
  font-family: "IRANSansX", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
  color: #9a6700;
}
.seo-step__icon { display: block; width: auto; height: 46px; }
.seo-step__title { margin: 0; font-size: 1.06rem; font-weight: 800; line-height: 1.7; color: var(--seo-ink-2); }
.seo-step__sub { margin: 0; font-size: 0.92rem; line-height: 1.95; color: var(--seo-muted); }

/* Phones: a compact row per step (icon beside the text) instead of eight tall cards. */
@media (max-width: 699px) {
  .seo-step { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 14px; row-gap: 2px; padding: 16px 16px 18px; }
  .seo-step__top { display: contents; }
  .seo-step__icon { grid-column: 1; grid-row: 1 / span 3; align-self: start; width: 44px; height: auto; margin-top: 4px; }
  .seo-step__num { grid-column: 2; grid-row: 1; font-size: 0.95rem; }
  .seo-step__title { grid-column: 2; grid-row: 2; }
  .seo-step__sub { grid-column: 2; grid-row: 3; }
}

/* ---- agentic -------------------------------------------------------------------- */
#seo-agentic { --ink: #2b2f38; --gold: #FBB631; }
/* No outer card: the section is open text with one grey panel, so proof, agentic and price are not
   three identical white cards in a row. */
#seo-agentic .sag-wrap { background: transparent; }
#seo-agentic .sag-col:last-child {
  padding: 1.6rem 1.3rem;
  border-radius: 24px;
  background: var(--seo-band);
}
#seo-agentic .sag-eyebrow {
  display: inline-block;
  background: var(--seo-amber-tint);
  color: var(--seo-amber-text);
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 999px;
  padding: 5px 15px;
  margin-bottom: 0.9rem;
}
#seo-agentic .sag-title { font-size: clamp(20px, 2.6vw, 28px); font-weight: 800; color: var(--ink); line-height: 1.6; margin-bottom: 0.8rem; }
#seo-agentic .sag-def {
  max-width: 68ch;
  color: var(--ink);
  font-weight: 700;
  line-height: 2;
  font-size: 1rem;
  padding: 12px 18px;
  border-radius: 14px;
  background: #fff8e8;
  margin-bottom: 1rem;
}
#seo-agentic .sag-lead { max-width: 72ch; color: var(--seo-text); line-height: 2.1; font-size: 0.97rem; margin-bottom: 1.8rem; }
#seo-agentic .sag-grid { display: grid; gap: 1.6rem; }
#seo-agentic .sag-col h3 { font-size: 1.02rem; font-weight: 800; color: var(--ink); margin-bottom: 0.7rem; }
#seo-agentic .sag-col h3 + p { margin-bottom: 1.4rem; }
#seo-agentic .sag-col p { color: var(--seo-text); line-height: 2.1; font-size: 0.95rem; }
#seo-agentic .sag-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.9rem; }
#seo-agentic .sag-steps li { display: flex; align-items: flex-start; gap: 0.8rem; }
#seo-agentic .sag-step-no {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 0.3em;
  background: var(--seo-amber-tint);
  color: var(--seo-amber-text);
  font-weight: 800;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#seo-agentic .sag-step-body { display: grid; gap: 0.15rem; }
#seo-agentic .sag-step-body strong { color: var(--ink); font-weight: 800; font-size: 0.97rem; line-height: 1.9; }
#seo-agentic .sag-step-body span { color: var(--seo-text); line-height: 2; font-size: 0.92rem; }
#seo-agentic .sag-more { padding-top: 1.2rem; border-top: 1px solid #e3e7ec; color: var(--seo-muted); font-size: 0.92rem; }
#seo-agentic .sag-more a { color: var(--seo-amber-text); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(250, 182, 47, 0.7); text-underline-offset: 5px; }
#seo-agentic .sag-more a:hover { text-decoration-color: currentColor; }

/* ---- benefits -------------------------------------------------------------------- */
.seo-benefits__grid { display: grid; gap: 32px; align-items: center; }
.seo-benefits__title { text-align: start; }
.seo-benefits__lead { margin: 12px 0 22px; max-width: 68ch; font-size: 1rem; font-weight: 500; line-height: 2.1; color: var(--seo-text); }
.seo-benefits__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.seo-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--seo-line);
}
.seo-benefit__check { flex: none; }
.seo-benefit__text { font-size: 1rem; font-weight: 600; line-height: 1.7; color: var(--seo-ink-2); }
.seo-benefit__desk { display: none; }

/* ---- price ------------------------------------------------------------------------ */
#seo-price { --ink: #2b2f38; --gold: #FBB631; }
#seo-price .spr-wrap {
  background: #fff;
  border: 1px solid var(--seo-line);
  border-radius: 28px;
  padding: 2rem 1.2rem;
  box-shadow: var(--seo-card-shadow);
}
#seo-price .spr-title { font-size: clamp(20px, 2.6vw, 28px); font-weight: 800; color: var(--ink); margin-bottom: 0.7rem; line-height: 1.7; }
#seo-price .spr-lead { max-width: 68ch; color: var(--seo-muted); line-height: 2.1; font-size: 0.98rem; margin-bottom: 1.8rem; }
#seo-price .spr-band { margin-bottom: 2rem; }
#seo-price .spr-band-bar {
  position: relative;
  height: 10px;
  border-radius: 999px;
  /* Light end on the right, where «شروع از» sits on this RTL page. */
  background: linear-gradient(90deg, #e08e00 0%, #FBB631 45%, #ffe6ad 100%);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
}
#seo-price .spr-band-bar::before,
#seo-price .spr-band-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #FBB631;
  box-shadow: 0 2px 6px rgba(20, 28, 46, 0.12);
}
#seo-price .spr-band-bar::before { right: -2px; border-color: #f7c65c; }
#seo-price .spr-band-bar::after { left: -2px; border-color: #e08e00; }
#seo-price .spr-band-ends { display: flex; justify-content: space-between; margin-top: 0.9rem; gap: 1rem; }
#seo-price .spr-end { display: grid; gap: 2px; }
#seo-price .spr-end-max { text-align: end; }
#seo-price .spr-end-label { font-size: 0.82rem; color: #6b7280; font-weight: 600; }
#seo-price .spr-end-value { font-size: clamp(17px, 2.2vw, 22px); font-weight: 800; color: var(--ink); }
#seo-price .spr-end-note { font-size: 0.82rem; color: #6b7280; }
#seo-price .spr-cols { display: grid; gap: 1.4rem; margin-bottom: 1.8rem; }
#seo-price .spr-col h3 { font-size: 1.02rem; font-weight: 800; color: var(--ink); margin-bottom: 0.6rem; }
#seo-price .spr-col p { color: var(--seo-text); line-height: 2.1; font-size: 0.95rem; }
#seo-price .spr-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
#seo-price .spr-list li { position: relative; padding-inline-start: 1.5rem; color: var(--seo-text); line-height: 2; font-size: 0.95rem; }
#seo-price .spr-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.85em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
#seo-price .spr-list strong { color: var(--ink); }
#seo-price .spr-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; padding-top: 1.4rem; border-top: 1px solid #f2f4f7; }
#seo-price .spr-cta {
  border: 0;
  border-radius: 16px;
  padding: 14px 28px;
  min-height: 50px;
  cursor: pointer;
  background: var(--gold);
  color: #2b2f38;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.97rem;
  transition: background-color 0.2s ease, transform 0.2s var(--seo-ease);
}
#seo-price .spr-cta:hover { background: var(--seo-amber-hover); transform: translateY(-1px); }
#seo-price .spr-cta-note { color: var(--seo-muted); font-size: 0.87rem; }

/* ---- price factors ----------------------------------------------------------------- */
.seo-factors__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.seo-factor {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--seo-line);
  border-radius: 18px;
  background: #fff;
  transition: border-color 0.25s ease;
}
.seo-factor:hover { border-color: var(--seo-amber); }
.seo-factor__mark {
  flex: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--seo-amber);
  box-shadow: 0 0 0 4px var(--seo-amber-tint);
}
.seo-factor__title { margin: 0; font-size: 0.95rem; font-weight: 700; line-height: 1.8; color: var(--seo-ink-2); }

/* ---- consultation band spacing ----------------------------------------------------- */
.seo-advisor .utta-advisor-band { margin: 72px 0 24px; }
.seo-advisor .uab-title { text-wrap: balance; }

/* ---- send-number banner: headline off the blue, amber words at AA ---------------------------- */
.seo-sendnum #send-num-banner p.font-ybakh { color: var(--seo-ink); }
.seo-sendnum #send-num-banner p.font-ybakh span { color: #9a6700; }

/* ---- why UTTA (shared difference grid, page-scoped fixes) ---------------------------- */
/* Titles may wrap instead of overflowing a 150px tile («ماندگاری در رتبه‌های برتر گوگل» at 390). */
.seo-why .shadow-neo span { white-space: normal; line-height: 1.7; padding-inline: 8px; }
.seo-why .shadow-neo span + span { color: #5f6368; }
.seo-why .shadow-neo > span:first-of-type { color: #4b5058; }
.seo-why .text-uttaBlack-100 { color: var(--seo-muted); }

/* ---- FAQ (shared component, page-scoped legibility) --------------------------------------- */
/* Closed questions were #838383 on #F4F6F8 (3.5:1) and answers weight 200. */
.seo-faq #faq .question:not(.active) .q-header { color: #4b5058; }
.seo-faq #faq .question .q-header:hover { color: var(--seo-ink); }
.seo-faq #faq .q-content > p { font-weight: 400; color: #3f444c; line-height: 2.1; }
.seo-faq #faq .q-content a { color: var(--seo-amber-text); font-weight: 700; }

/* ---- how to choose ---------------------------------------------------------------------- */
.seo-choose__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.seo-choose__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.3rem 1.4rem;
  border: 1px solid #eef0f3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(20, 28, 46, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.25s ease;
}
.seo-choose__item:hover { border-color: var(--seo-amber); box-shadow: 0 12px 30px rgba(20, 28, 46, 0.08); }
.seo-choose__num {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--seo-amber-tint);
  color: var(--seo-amber-text);
  font-weight: 800;
  font-size: 0.95rem;
}
.seo-choose__title { font-size: 1.02rem; font-weight: 800; color: var(--seo-ink-2); margin: 0.2rem 0 0.5rem; line-height: 1.8; }
.seo-choose__text { color: var(--seo-text); line-height: 2.1; font-size: 0.95rem; margin: 0; }
.seo-choose__actions { display: flex; justify-content: center; margin-top: 2rem; }

/* ---- closing call line (phones and tablets) ---------------------------------------------------- */
.seo-call { padding: 36px 0 8px; }
.seo-call__line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 14px;
  padding: 16px 20px;
  border-radius: 18px;
  background: var(--seo-band);
}
.seo-call__label { font-size: 1rem; font-weight: 700; color: var(--seo-ink-2); text-align: center; }
.seo-call__phone {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--seo-amber-text);
  text-decoration: none;
}
.seo-call__phone:hover { text-decoration: underline; }
.seo-call__phone:focus-visible { outline: 3px solid var(--seo-ink-2); outline-offset: 3px; border-radius: 8px; }

/* ---- desktop analysis banner (shared old banner, restyled here without the off-palette blue) -- */
.seo-oldbanner #old_console { margin-top: 32px; }
.seo-oldbanner #old_console span { color: var(--seo-ink); }
/* One line for «ما سایت شما را رایگان آنالیز می‌کنیم» instead of an orphaned «می‌کنیم». */
.seo-oldbanner #old_console .max-w-\[480px\] { max-width: 640px; }
.seo-oldbanner #old_console a.openModal { background: var(--seo-amber); color: var(--seo-ink-2); font-weight: 700; }
.seo-oldbanner #old_console a.openModal:hover { color: var(--seo-ink-2); }

/* ================================================================================================ */
@media (min-width: 700px) {
  .seo-steps__list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .seo-benefits__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 940px) {
  #seo-intro,
  #seo-proof,
  #seo-services,
  #seo-agentic,
  #seo-benefits,
  #seo-price,
  #seo-factors,
  #seo-choose { padding-block: 80px; }
  #seo-agentic { padding-bottom: 16px; }
  .seo-head { margin-bottom: 44px; }
  .seo-intro__block { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 56px; }
  .seo-benefits__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 56px; }
  .seo-choose__list { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .seo-factors__list { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
}

@media (min-width: 1024px) {
  #seo-proof .sp-grid { grid-template-columns: 1.05fr 0.95fr; gap: 1.8rem; align-items: stretch; }
  #seo-proof .sp-card,
  #seo-proof .sp-timeline { padding: 2.6rem 2.4rem; }
  #seo-agentic .sag-head {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    column-gap: 3rem;
    align-items: start;
    margin-bottom: 2.4rem;
  }
  #seo-agentic .sag-head > * { grid-column: 1; }
  #seo-agentic .sag-eyebrow { justify-self: start; }
  #seo-agentic .sag-head .sag-lead { grid-column: 2; grid-row: 1 / span 3; align-self: end; max-width: none; margin-bottom: 0; }
  #seo-agentic .sag-def { max-width: none; margin-bottom: 0; }
  #seo-agentic .sag-grid { grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: start; }
  #seo-agentic .sag-col:last-child { padding: 2.2rem 2.2rem; }
  #seo-price .spr-wrap { padding: 2.8rem 3rem; }
  #seo-price .spr-cols { grid-template-columns: 1fr 1fr; gap: 3rem; }
}

@media (min-width: 1200px) {
  #agentic { scroll-margin-top: 176px; }
  #seo-price { scroll-margin-top: 124px; }
  .seo-steps__list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
  .seo-step { padding: 24px 22px 26px; }
  /* A small chevron between steps in a row points to the next one (leftwards in RTL). */
  .seo-step:not(:nth-child(4n))::after {
    content: "";
    position: absolute;
    top: 40px;
    inset-inline-end: -15px;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #d9b25a;
    border-left: 2px solid #d9b25a;
    transform: rotate(45deg);
  }
  .seo-factors__list { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .seo-benefit__desk { display: inline; }
  .seo-benefit__mob { display: none; }
  .seo-call { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-btn,
  .seo-step,
  .seo-factor,
  .seo-choose__item,
  #seo-proof .sp-cta,
  #seo-proof .sp-query,
  #seo-price .spr-cta { transition: none; }
  .seo-btn:hover,
  .seo-step:hover,
  #seo-proof .sp-cta:hover,
  #seo-price .spr-cta:hover { transform: none; }
}
