/* SEO-middle service: operational longread and interactive diagnostic models */

.seo-page {
  --header-height: 82px;
  --seo-bg: #05080d;
  --seo-bg-soft: #091018;
  --seo-panel: rgba(14, 21, 31, .86);
  --seo-panel-soft: rgba(255,255,255,.025);
  --seo-line: rgba(255,255,255,.09);
  --seo-violet: #9a6cff;
  --seo-blue: #4c8dff;
  --seo-green: #43d9a3;
  --seo-yellow: #f3a64e;
  --seo-red: #ff6f88;
  background:
    radial-gradient(circle at 81% 4%, rgba(91,57,211,.12),transparent 21%),
    linear-gradient(180deg,#04070b 0,#071018 34%,#06090e 68%,#04070a 100%);
  color: #f2f4f7;
  font-size: 16px;
}

.seo-page section { position: relative; scroll-margin-top: calc(var(--header-height) + 22px); }
.seo-page h1,
.seo-page h2,
.seo-page h3 { color: #f4f5f8; }
.seo-page p { color: #9199a6; }

.seo-scroll-progress {
  position: fixed;
  z-index: 130;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(255,255,255,.035);
  pointer-events: none;
}

.seo-scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg,var(--seo-violet),var(--seo-blue),var(--seo-green));
  box-shadow: 0 0 16px rgba(76,141,255,.55);
}

.seo-page .site-header {
  border-bottom: 1px solid rgba(255,255,255,.065);
  background: rgba(4,8,13,.77);
  backdrop-filter: blur(22px) saturate(125%);
}

.seo-page .site-header.is-scrolled {
  border-color: rgba(255,255,255,.1);
  background: rgba(4,8,13,.94);
  box-shadow: 0 14px 44px rgba(0,0,0,.34);
}

.seo-page .header-inner { min-height: 82px; gap: 22px; }
.seo-page .main-nav { gap: clamp(13px,1.25vw,24px); }
.seo-page .main-nav a { font-size: 14px; font-weight: 720; }
.seo-page .header-phone { font-size: 16px; font-weight: 790; }
.seo-page .nav-back-mobile { display: none!important; }

.seo-back {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  color: #8f98a6;
  font-size: 11px;
  font-weight: 720;
  white-space: nowrap;
}

.seo-back span { color: var(--seo-violet); font-size: 16px; }
.seo-back:hover { color: #fff; }

.seo-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(117,151,197,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(117,151,197,.035) 1px,transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom,#000,transparent 94%);
  pointer-events: none;
}

.seo-section-code {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 50px;
  color: #67717e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.seo-section-code span { color: #9c79e8; }
.seo-section-code i { height: 1px; flex: 1; background: linear-gradient(90deg,rgba(156,121,232,.33),transparent); }
.seo-section-code b { color: #5f6875; font: inherit; }

.seo-heading {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(310px,.75fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
}

.seo-heading h2 {
  max-width: 920px;
  margin: 13px 0 0;
  font-size: clamp(39px,4.6vw,67px);
  line-height: 1.01;
  letter-spacing: -.06em;
}

.seo-heading > p,
.seo-heading > div + p {
  max-width: 580px;
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
}

.seo-heading--center {
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  gap: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.seo-heading--center h2 { margin: 13px auto 19px; }
.seo-heading--center > p { margin: 0 auto; }

.seo-console__head {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255,255,255,.085);
  background: rgba(255,255,255,.025);
  color: #697381;
  font-family: Consolas,"SFMono-Regular",monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}

.seo-console__head b { display: flex; align-items: center; gap: 8px; color: #7e8997; font: inherit; }
.seo-console__head b i { width: 6px; height: 6px; border-radius: 50%; background: var(--seo-green); box-shadow: 0 0 12px rgba(67,217,163,.75); }

.seo-canvas-fallback {
  display: grid;
  min-height: 280px;
  place-items: center;
  padding: 40px;
  color: #8e98a5;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* Hero */
.seo-hero {
  min-height: 940px;
  padding: calc(var(--header-height) + 58px) 0 0;
  border-bottom: 1px solid rgba(255,255,255,.075);
  background:
    radial-gradient(circle at 75% 43%,rgba(42,105,210,.12),transparent 25%),
    radial-gradient(circle at 67% 35%,rgba(135,74,255,.11),transparent 27%),
    #05080d;
}

.seo-hero::after {
  position: absolute;
  top: 105px;
  bottom: 76px;
  left: 50%;
  width: 1px;
  background: linear-gradient(transparent,rgba(255,255,255,.07) 16%,rgba(255,255,255,.07) 84%,transparent);
  content: "";
  opacity: .7;
}

.seo-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 770px;
  grid-template-columns: minmax(0,1.04fr) minmax(480px,.96fr);
  align-items: center;
  gap: clamp(42px,5vw,92px);
  padding-bottom: 62px;
}

.seo-hero .breadcrumbs { margin-bottom: 26px; }

.seo-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #8a95a2;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.seo-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--seo-green); box-shadow: 0 0 15px rgba(67,217,163,.72); }
.seo-status b { margin-left: auto; color: #65717f; font-size: 7px; }

.seo-hero h1 {
  max-width: 850px;
  margin: 0 0 25px;
  font-size: clamp(48px,5.3vw,78px);
  line-height: .97;
  letter-spacing: -.066em;
}

.seo-hero__lead {
  max-width: 770px;
  margin: 0 0 28px;
  color: #abb2bd!important;
  font-size: clamp(16px,1.4vw,19px);
  line-height: 1.7;
}

.seo-hero__points {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  margin: 0 0 29px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.075);
  background: rgba(255,255,255,.075);
  list-style: none;
}

.seo-hero__points li {
  display: grid;
  min-height: 52px;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 8px;
  padding: 11px 13px;
  background: rgba(7,12,19,.97);
  color: #939ca8;
  font-size: 13px;
  line-height: 1.4;
}

.seo-hero__points i { color: #9a78e6; font-family: Consolas,monospace; font-size: 8px; font-style: normal; }

.seo-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 24px; }
.seo-hero__actions .button { min-height: 49px; }
.seo-text-link { padding: 12px 7px; color: #a998cf; font-size: 11px; font-weight: 760; }
.seo-text-link:hover { color: #fff; }

.seo-price-strip {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.075);
  background: rgba(255,255,255,.075);
}

.seo-price-strip div { min-height: 64px; padding: 12px 13px; background: rgba(9,14,21,.97); }
.seo-price-strip span { display: block; margin-bottom: 5px; color: #65707d; font-size: 7px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.seo-price-strip b { color: #dce0e6; font-size: 12px; white-space: nowrap; }

.seo-system {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(120,157,211,.19);
  border-radius: 3px 25px 3px 25px;
  background:
    radial-gradient(circle at 50% 42%,rgba(63,122,220,.12),transparent 39%),
    rgba(6,12,18,.84);
  box-shadow: 0 36px 110px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.025);
}

.seo-system::before {
  position: absolute;
  inset: 43px 0 0;
  background-image:
    linear-gradient(rgba(87,125,174,.038) 1px,transparent 1px),
    linear-gradient(90deg,rgba(87,125,174,.038) 1px,transparent 1px);
  background-size: 33px 33px;
  content: "";
  pointer-events: none;
}

.seo-system__stage { position: relative; min-height: 535px; }
.seo-system canvas { display: block; width: 100%; height: 535px; touch-action: pan-y; }

.seo-system__readout {
  position: relative;
  min-height: 120px;
  padding: 20px 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(4,8,13,.74);
}

.seo-system__readout > span,
.seo-funnel__readout > span,
.seo-scan-detail > span { display: block; margin-bottom: 7px; color: #52bf9a; font-family: Consolas,monospace; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.seo-system__readout b,
.seo-funnel__readout b { display: block; margin-bottom: 6px; font-size: 16px; }
.seo-system__readout p,
.seo-funnel__readout p { max-width: 620px; margin: 0; color: #8994a1; font-size: 13px; line-height: 1.65; }
.seo-system__readout small,
.seo-funnel__readout small { display: block; margin-top: 10px; color: #596572; font-size: 8px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }

.seo-system__legend {
  position: relative;
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 17px;
  padding: 0 21px;
  border-top: 1px solid rgba(255,255,255,.07);
  color: #626d79;
  font-size: 8px;
  text-transform: uppercase;
}

.seo-system__legend span { display: flex; align-items: center; gap: 6px; }
.seo-system__legend i { width: 5px; height: 5px; border-radius: 50%; }
.seo-system__legend .is-good { background: var(--seo-green); }
.seo-system__legend .is-link { background: var(--seo-blue); }
.seo-system__legend .is-risk { background: var(--seo-red); }

.seo-hero__foot { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.075); background: rgba(2,6,10,.78); }
.seo-hero__foot .container { display: grid; min-height: 73px; grid-template-columns: repeat(4,1fr); align-items: center; }
.seo-hero__foot span { padding: 0 23px; border-right: 1px solid rgba(255,255,255,.07); color: #65717e; font-size: 9px; }
.seo-hero__foot span:first-child { padding-left: 0; }
.seo-hero__foot span:last-child { border-right: 0; }
.seo-hero__foot b { display: block; margin-bottom: 4px; color: #cbd0d7; font-size: 12px; }

/* Middle level */
.seo-middle { padding: 116px 0 126px; background: linear-gradient(180deg,#071018,#070a10); }
.seo-levels { display: grid; grid-template-columns: .9fr 1.2fr .9fr; gap: 10px; align-items: stretch; }

.seo-level {
  position: relative;
  min-height: 500px;
  padding: 31px;
  border: 1px solid var(--seo-line);
  background: linear-gradient(145deg,rgba(255,255,255,.028),rgba(255,255,255,.008));
}

.seo-level--active {
  border-color: rgba(86,151,255,.32);
  background:
    radial-gradient(circle at 75% 15%,rgba(74,137,241,.13),transparent 32%),
    linear-gradient(145deg,rgba(92,65,187,.105),rgba(255,255,255,.012));
  box-shadow: 0 26px 80px rgba(0,0,0,.25);
}

.seo-level__signal { position: absolute; top: 18px; right: 20px; display: flex; align-items: center; gap: 7px; color: #55cda3; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.seo-level__signal i { width: 5px; height: 5px; border-radius: 50%; background: var(--seo-green); box-shadow: 0 0 12px rgba(67,217,163,.7); }
.seo-level__top { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
.seo-level__top span { display: block; margin-bottom: 39px; color: #8065bb; font-size: 9px; font-weight: 800; }
.seo-level__top b { display: block; margin-bottom: 6px; font-size: 27px; letter-spacing: -.045em; }
.seo-level__top small { color: #68727f; font-size: 10px; }
.seo-level ul { display: grid; gap: 11px; margin: 27px 0; padding: 0; list-style: none; }
.seo-level li { display: grid; grid-template-columns: 14px 1fr; gap: 8px; color: #919aa6; font-size: 14px; line-height: 1.55; }
.seo-level li::before { color: #8e70d1; content: "↳"; }
.seo-level--active li::before { color: var(--seo-green); }
.seo-level > p { margin: auto 0 0; color: #798491; font-size: 13px; line-height: 1.68; }

.seo-quote {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr) auto;
  align-items: center;
  gap: 23px;
  margin: 45px 0 0;
  padding: 25px 30px;
  border: 1px solid rgba(151,106,255,.25);
  border-radius: 3px 19px 3px 19px;
  background: linear-gradient(90deg,rgba(129,75,232,.1),rgba(33,98,165,.05));
}

.seo-quote > i { color: #9b72ef; font-family: Georgia,serif; font-size: 65px; font-style: normal; line-height: .8; }
.seo-quote p { margin: 0; color: #b3bac4; font-size: clamp(17px,1.7vw,23px); line-height: 1.45; }
.seo-quote strong { color: #fff; }
.seo-quote span { color: #736486; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }

/* Need signals */
.seo-fit { padding: 116px 0 126px; border-top: 1px solid rgba(255,255,255,.07); background: #060a10; }
.seo-signal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }

.seo-signal {
  position: relative;
  min-height: 275px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 2px 17px 2px 17px;
  background: linear-gradient(145deg,rgba(255,255,255,.028),rgba(255,255,255,.008));
  transition: transform .25s ease,border-color .25s ease,background .25s ease;
}

.seo-signal::after { position: absolute; right: -43px; bottom: -55px; width: 125px; height: 125px; border: 1px solid rgba(122,99,177,.08); border-radius: 50%; content: ""; }
.seo-signal:hover { transform: translateY(-4px); border-color: rgba(115,160,255,.29); background: linear-gradient(145deg,rgba(62,115,209,.07),rgba(255,255,255,.01)); }
.seo-signal > span { color: #7057a7; font-size: 8px; font-weight: 800; }
.seo-signal > i { position: absolute; top: 22px; right: 23px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(117,156,215,.22); border-radius: 12px 2px 12px 2px; color: #6598eb; font-size: 14px; font-style: normal; }
.seo-signal h3 { margin: 72px 0 13px; font-size: 19px; line-height: 1.18; letter-spacing: -.035em; }
.seo-signal p { margin: 0; color: #87919e; font-size: 14px; line-height: 1.68; }
.seo-signal--accent { border-color: rgba(67,217,163,.25); background: radial-gradient(circle at 84% 18%,rgba(67,217,163,.105),transparent 36%),rgba(255,255,255,.018); }
.seo-signal--accent > i { border-color: rgba(67,217,163,.3); color: var(--seo-green); }

.seo-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 27px 30px; border: 1px solid rgba(137,97,230,.23); background: linear-gradient(100deg,rgba(130,72,233,.1),rgba(36,100,174,.06)); }
.seo-inline-cta span { display: block; margin-bottom: 7px; color: #9a73ee; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.seo-inline-cta b { display: block; margin-bottom: 5px; font-size: 19px; }
.seo-inline-cta p { margin: 0; font-size: 13px; }
.seo-inline-cta .button { flex: 0 0 auto; }

/* Scope tabs */
.seo-work { padding: 116px 0 126px; border-top: 1px solid rgba(255,255,255,.07); background: linear-gradient(180deg,#080c13,#061019); }
.seo-workspace { display: grid; grid-template-columns: 310px minmax(0,1fr); min-height: 610px; overflow: hidden; border: 1px solid rgba(122,153,201,.17); border-radius: 3px 24px 3px 24px; background: rgba(5,10,16,.85); box-shadow: 0 35px 100px rgba(0,0,0,.26); }
.seo-tabs { display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.016); }

.seo-tabs button {
  display: grid;
  min-height: 91px;
  grid-template-columns: 28px 1fr;
  align-content: center;
  gap: 5px 10px;
  padding: 17px 20px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.075);
  background: transparent;
  color: #7c8794;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease,color .2s ease;
}

.seo-tabs button:hover { color: #fff; background: rgba(76,141,255,.045); }
.seo-tabs button.is-active { background: linear-gradient(90deg,rgba(132,80,238,.13),rgba(76,141,255,.04)); color: #fff; box-shadow: inset 2px 0 var(--seo-violet); }
.seo-tabs button > i { grid-row: 1 / 3; align-self: center; color: #7660aa; font-size: 8px; font-style: normal; }
.seo-tabs button > span { font-size: 13px; font-weight: 720; }
.seo-tabs button > b { color: #596471; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.seo-tabs button.is-active > b { color: #6e9de9; }

.seo-work-panels { position: relative; min-width: 0; background-image: linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px); background-size: 38px 38px; }
.seo-work-panel { min-height: 100%; padding: 55px clamp(32px,5vw,77px); }
.js .seo-work-panel:not(.is-active) { display: none; }
.seo-work-panel > span { color: var(--seo-green); font-family: Consolas,monospace; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.seo-work-panel h3 { max-width: 700px; margin: 18px 0 18px; font-size: clamp(32px,3.5vw,52px); letter-spacing: -.055em; }
.seo-work-panel > p { max-width: 770px; margin: 0 0 28px; color: #939da9; font-size: 14px; line-height: 1.8; }
.seo-work-panel ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 25px; max-width: 850px; margin: 0 0 34px; padding: 0; list-style: none; }
.seo-work-panel li { display: grid; min-height: 42px; grid-template-columns: 19px 1fr; align-items: center; gap: 8px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.065); color: #929ca8; font-size: 14px; }
.seo-work-panel li::before { color: #6d9fee; content: "↳"; }
.seo-work-panel > b { display: block; max-width: 800px; padding: 18px 20px; border-left: 2px solid var(--seo-green); background: rgba(67,217,163,.045); color: #b9c2cc; font-size: 13px; line-height: 1.65; }

/* Pricing */
.seo-pricing { padding: 116px 0 126px; border-top: 1px solid rgba(255,255,255,.07); background: #070b11; }
.seo-price-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; align-items: stretch; }

.seo-price-card {
  position: relative;
  display: flex;
  min-height: 590px;
  grid-column: span 3;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 2px 19px 2px 19px;
  background: linear-gradient(145deg,rgba(255,255,255,.031),rgba(255,255,255,.009));
}

.seo-price-card:nth-child(-n+3) { grid-column: span 2; }
.seo-price-card::after { position: absolute; right: -70px; bottom: -80px; width: 210px; height: 210px; border: 1px solid rgba(123,102,180,.08); border-radius: 50%; content: ""; }
.seo-price-card--featured { border-color: rgba(99,149,245,.35); background: radial-gradient(circle at 85% 13%,rgba(66,126,226,.15),transparent 32%),linear-gradient(145deg,rgba(96,63,184,.12),rgba(255,255,255,.01)); box-shadow: 0 26px 75px rgba(0,0,0,.28); }
.seo-price-card__badge { position: absolute; top: 0; right: 23px; padding: 8px 11px; border-radius: 0 0 8px 8px; background: linear-gradient(135deg,#7d4bea,#477fe0); color: #fff; font-size: 7px; font-weight: 800; letter-spacing: .11em; }
.seo-price-card__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 47px; color: #745bb0; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.seo-price-card__head i { color: #5f6976; font-style: normal; letter-spacing: 0; }
.seo-price-card h3 { max-width: 350px; margin: 0 0 20px; font-size: 26px; line-height: 1.1; letter-spacing: -.045em; }
.seo-price-card__price { display: flex; min-height: 55px; align-items: baseline; gap: 7px; margin-bottom: 19px; }
.seo-price-card__price small { color: #727c89; font-size: 11px; }
.seo-price-card__price b { font-size: clamp(27px,2.4vw,39px); letter-spacing: -.055em; }
.seo-price-card > p,
.seo-price-card--wide > div > p { min-height: 88px; margin: 0 0 22px; color: #8d97a3; font-size: 14px; line-height: 1.7; }
.seo-price-card ul { display: grid; gap: 9px; margin: 0 0 28px; padding: 0; list-style: none; }
.seo-price-card li { display: grid; grid-template-columns: 15px 1fr; gap: 7px; color: #969faa; font-size: 13px; }
.seo-price-card li::before { color: var(--seo-green); content: "✓"; }
.seo-price-card > a { position: relative; z-index: 1; display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); color: #aa8ce8; font-size: 12px; font-weight: 750; }
.seo-price-card > a:hover { color: #fff; }

.seo-price-card--wide {
  display: grid;
  min-height: 350px;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 30px;
  padding: 35px;
  border-color: rgba(67,217,163,.22);
  background: radial-gradient(circle at 85% 50%,rgba(67,217,163,.09),transparent 28%),linear-gradient(130deg,rgba(75,60,160,.1),rgba(255,255,255,.01));
}

.seo-price-card--wide .seo-price-card__head { margin-bottom: 30px; }
.seo-price-card--wide h3 { max-width: none; }
.seo-price-card--wide ul { margin: 0; }
.seo-price-card--wide > a.button { width: 100%; grid-column: 1 / -1; margin: 0; padding: 13px 20px; border-top: 1px solid rgba(168,98,255,.75); color: #fff; }
.seo-pricing__note { margin: 20px 0 0; padding: 18px 22px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.015); font-size: 11px; text-align: center; }
.seo-pricing__note strong { color: #fff; }

/* Scanner */
.seo-scanner { padding: 116px 0 126px; border-top: 1px solid rgba(255,255,255,.07); background: linear-gradient(180deg,#07121b,#060b11); }
.seo-scanner-console { overflow: hidden; border: 1px solid rgba(100,145,213,.2); border-radius: 3px 25px 3px 25px; background: rgba(5,10,16,.88); box-shadow: 0 35px 105px rgba(0,0,0,.3); }
.seo-scanner-console__body { display: grid; min-height: 600px; grid-template-columns: minmax(0,1fr) 330px; }
.seo-scanner__stage { position: relative; min-width: 0; border-right: 1px solid rgba(255,255,255,.08); background-image: linear-gradient(rgba(81,126,180,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(81,126,180,.03) 1px,transparent 1px); background-size: 38px 38px; }
.seo-scanner__stage canvas { display: block; width: 100%; height: 600px; touch-action: pan-y; }

.seo-scan-detail { position: relative; padding: 39px 30px; background: linear-gradient(180deg,rgba(255,255,255,.022),transparent); }
.seo-scan-detail::before { display: block; width: 42px; height: 42px; margin-bottom: 45px; border: 1px solid rgba(76,141,255,.3); border-radius: 14px 3px 14px 3px; box-shadow: inset 0 0 22px rgba(76,141,255,.06); content: "⌕"; color: #6fa0ee; font-size: 19px; line-height: 42px; text-align: center; }
.seo-scan-detail h3 { margin: 17px 0 14px; font-size: 26px; line-height: 1.12; letter-spacing: -.045em; }
.seo-scan-detail > p { margin: 0 0 28px; color: #8f99a5; font-size: 14px; line-height: 1.75; }
.seo-scan-detail > div { position: absolute; right: 28px; bottom: 29px; left: 28px; padding: 17px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.018); }
.seo-scan-detail > div b { display: block; margin-bottom: 6px; color: #626c79; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.seo-scan-detail > div i { color: #b8c0ca; font-size: 11px; font-style: normal; }
.seo-scan-detail[data-state="danger"]::before { border-color: rgba(255,111,136,.35); color: var(--seo-red); }
.seo-scan-detail[data-state="warning"]::before { border-color: rgba(243,166,78,.35); color: var(--seo-yellow); }

.seo-scanner__legend { display: flex; min-height: 48px; align-items: center; gap: 20px; padding: 0 20px; border-top: 1px solid rgba(255,255,255,.075); color: #66717e; font-size: 8px; text-transform: uppercase; }
.seo-scanner__legend span { display: flex; align-items: center; gap: 6px; }
.seo-scanner__legend i { width: 6px; height: 6px; border-radius: 50%; }
.seo-scanner__legend .is-green { background: var(--seo-green); }
.seo-scanner__legend .is-yellow { background: var(--seo-yellow); }
.seo-scanner__legend .is-red { background: var(--seo-red); }
.seo-scanner__legend > b { margin-left: auto; color: #4f5a67; font: inherit; letter-spacing: .08em; }

.seo-scanner-caption { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 22px; margin-top: 20px; padding: 24px 27px; border: 1px solid rgba(255,255,255,.085); background: rgba(255,255,255,.017); }
.seo-scanner-caption > i { color: var(--seo-violet); font-size: 23px; font-style: normal; }
.seo-scanner-caption p { margin: 0; color: #929ca8; font-size: 14px; line-height: 1.7; }
.seo-scanner-caption strong { color: #dfe2e7; }
.seo-scanner-caption a { color: #b091ed; font-size: 11px; font-weight: 760; white-space: nowrap; }

/* Myths */
.seo-myths { padding: 116px 0 126px; border-top: 1px solid rgba(255,255,255,.07); background: #070a0f; }
.seo-myth-list { display: grid; gap: 8px; }
.seo-myth { display: grid; min-height: 150px; grid-template-columns: minmax(230px,.8fr) 80px minmax(0,1.2fr); align-items: center; gap: 30px; padding: 27px 31px; border: 1px solid rgba(255,255,255,.085); border-radius: 2px 18px 2px 18px; background: linear-gradient(110deg,rgba(255,111,136,.035),rgba(255,255,255,.012) 45%,rgba(67,217,163,.035)); }
.seo-myth > div > span { display: block; margin-bottom: 12px; color: #cb697d; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.seo-myth > div:last-child > span { color: #43c797; }
.seo-myth h3 { margin: 0; font-size: 19px; line-height: 1.3; letter-spacing: -.03em; }
.seo-myth p { margin: 0; color: #949da8; font-size: 14px; line-height: 1.72; }
.seo-myth > i { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: #9a72e8; font-style: normal; }

/* Approach */
.seo-approach { padding: 116px 0 126px; border-top: 1px solid rgba(255,255,255,.07); background: radial-gradient(circle at 20% 38%,rgba(126,74,233,.105),transparent 26%),#061018; }
.seo-approach__layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(470px,1.1fr); align-items: start; gap: clamp(55px,7vw,115px); }
.seo-approach__copy { position: sticky; top: calc(var(--header-height) + 35px); }
.seo-approach__copy .seo-section-code { margin-bottom: 60px; }
.seo-approach__copy h2 { max-width: 650px; margin: 14px 0 24px; font-size: clamp(43px,5vw,70px); line-height: .98; letter-spacing: -.06em; }
.seo-approach__lead { color: #c0c6ce!important; font-size: clamp(18px,1.8vw,24px)!important; line-height: 1.55!important; }
.seo-approach__copy > p { max-width: 700px; font-size: 15px; line-height: 1.82; }
.seo-approach__copy a { color: #ad8bed; text-decoration: underline; text-decoration-color: rgba(173,139,237,.35); text-underline-offset: 3px; }
.seo-related-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; margin-top: 32px; }
.seo-related-links a { position: relative; min-height: 96px; padding: 17px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.018); text-decoration: none; }
.seo-related-links span { display: block; margin-bottom: 8px; color: #735ba9; font-size: 7px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.seo-related-links b { display: block; max-width: 180px; color: #d8dce2; font-size: 13px; line-height: 1.45; }
.seo-related-links i { position: absolute; top: 15px; right: 15px; color: #779fe2; font-style: normal; }
.seo-related-links a:hover { border-color: rgba(153,111,243,.3); background: rgba(126,74,233,.055); }

.seo-principles { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.09); list-style: none; }
.seo-principles li { display: grid; min-height: 174px; grid-template-columns: 82px 1fr; align-items: center; gap: 28px; padding: 25px 22px; border-bottom: 1px solid rgba(255,255,255,.09); transition: padding .25s ease,background .25s ease; }
.seo-principles li:hover { padding-right: 34px; padding-left: 34px; background: linear-gradient(90deg,rgba(115,77,205,.09),transparent); }
.seo-principles li > span { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(138,105,209,.24); border-radius: 50%; color: #8c6ec9; font-size: 9px; }
.seo-principles h3 { margin: 0 0 9px; font-size: 22px; letter-spacing: -.035em; }
.seo-principles p { max-width: 620px; margin: 0; color: #8b95a1; font-size: 14px; line-height: 1.7; }

/* Growth funnel */
.seo-funnel { padding: 116px 0 126px; border-top: 1px solid rgba(255,255,255,.07); background: #060a10; }
.seo-funnel-console { overflow: hidden; border: 1px solid rgba(103,146,212,.2); border-radius: 3px 25px 3px 25px; background: rgba(5,10,16,.9); box-shadow: 0 35px 105px rgba(0,0,0,.28); }
.seo-funnel__stage { position: relative; background-image: linear-gradient(rgba(76,120,170,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(76,120,170,.03) 1px,transparent 1px); background-size: 36px 36px; }
.seo-funnel__stage canvas { display: block; width: 100%; height: 480px; touch-action: pan-y; }
.seo-funnel__readout { min-height: 106px; padding: 21px 25px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(3,7,12,.78); }
.seo-funnel__readout[data-state="warning"] > span { color: var(--seo-yellow); }
.seo-bottlenecks { display: grid; grid-template-columns: auto repeat(4,1fr); align-items: stretch; gap: 1px; margin-top: 17px; border: 1px solid rgba(255,255,255,.075); background: rgba(255,255,255,.075); }
.seo-bottlenecks > span,
.seo-bottlenecks > p { display: flex; min-height: 64px; align-items: center; margin: 0; padding: 13px 16px; background: #080d14; }
.seo-bottlenecks > span { color: #8d6dc9; font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.seo-bottlenecks > p { color: #838e9a; font-size: 12px; line-height: 1.45; }

/* Output */
.seo-output { padding: 116px 0 126px; border-top: 1px solid rgba(255,255,255,.07); background: linear-gradient(180deg,#08121a,#070a10); }
.seo-output-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.seo-output-grid article { position: relative; min-height: 245px; padding: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.085); border-radius: 2px 17px 2px 17px; background: linear-gradient(145deg,rgba(255,255,255,.026),rgba(255,255,255,.008)); }
.seo-output-grid article::after { position: absolute; right: -35px; bottom: -49px; width: 105px; height: 105px; border: 1px solid rgba(122,98,177,.075); border-radius: 50%; content: ""; }
.seo-output-grid article > span { color: #745baa; font-size: 8px; font-weight: 800; }
.seo-output-grid article > i { position: absolute; top: 22px; right: 22px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(99,148,222,.24); border-radius: 13px 3px 13px 3px; color: #6597e2; font-size: 11px; font-style: normal; }
.seo-output-grid h3 { max-width: 260px; margin: 68px 0 12px; font-size: 20px; letter-spacing: -.035em; }
.seo-output-grid p { max-width: 340px; margin: 0; color: #89939f; font-size: 13px; line-height: 1.7; }
.seo-output-grid .seo-output-card--accent { border-color: rgba(67,217,163,.24); background: radial-gradient(circle at 85% 18%,rgba(67,217,163,.1),transparent 32%),rgba(255,255,255,.018); }
.seo-output-grid .seo-output-card--accent > i { border-color: rgba(67,217,163,.3); color: var(--seo-green); }

/* Comparison */
.seo-compare { padding: 116px 0 126px; border-top: 1px solid rgba(255,255,255,.07); background: #070a0f; }
.seo-compare__grid { display: grid; grid-template-columns: 1fr 110px 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 3px 24px 3px 24px; background: rgba(255,255,255,.013); }
.seo-compare__side { min-height: 585px; padding: 40px; }
.seo-compare__side--cheap { background: radial-gradient(circle at 20% 86%,rgba(255,91,120,.07),transparent 38%); }
.seo-compare__side--middle { background: radial-gradient(circle at 82% 18%,rgba(76,141,255,.13),transparent 34%); }
.seo-compare__side > div { min-height: 180px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.085); }
.seo-compare__side > div span { color: #8a6874; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.seo-compare__side--middle > div span { color: #58b993; }
.seo-compare__side h3 { margin: 40px 0 9px; font-size: clamp(28px,3vw,43px); letter-spacing: -.055em; }
.seo-compare__side > div b { color: #737d89; font-size: 11px; font-weight: 600; }
.seo-compare__side ul { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.seo-compare__side li { display: grid; grid-template-columns: 18px 1fr; gap: 9px; color: #919aa5; font-size: 14px; line-height: 1.55; }
.seo-compare__side li::before { color: var(--seo-red); content: "×"; font-weight: 800; }
.seo-compare__side--middle li::before { color: var(--seo-green); content: "✓"; }
.seo-compare__sign { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; border-right: 1px solid rgba(255,255,255,.075); border-left: 1px solid rgba(255,255,255,.075); background: rgba(255,255,255,.015); }
.seo-compare__sign i { position: absolute; width: 77px; height: 77px; border: 1px solid rgba(154,108,255,.22); border-radius: 50%; box-shadow: 0 0 36px rgba(76,141,255,.12); }
.seo-compare__sign b { position: relative; color: #aa7df9; font-size: 35px; }
.seo-compare__sign span { position: absolute; bottom: 24px; color: #555e6a; font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.seo-final-quote { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin: 22px 0 0; padding: 26px 31px; border: 1px solid rgba(155,111,245,.23); background: linear-gradient(90deg,rgba(127,75,229,.09),rgba(43,105,179,.055)); }
.seo-final-quote > span { color: #9a74e8; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.seo-final-quote p { max-width: 900px; margin: 0; color: #aeb5bf; font-size: clamp(17px,1.8vw,24px); line-height: 1.5; text-align: right; }
.seo-final-quote strong { color: #fff; }

/* FAQ */
.seo-faq { padding: 116px 0 126px; border-top: 1px solid rgba(255,255,255,.07); background: linear-gradient(180deg,#07111a,#06090e); }
.seo-faq__layout { display: grid; grid-template-columns: minmax(310px,.72fr) minmax(0,1.28fr); align-items: start; gap: clamp(55px,7vw,110px); }
.seo-faq__intro { position: sticky; top: calc(var(--header-height) + 34px); }
.seo-faq__intro .seo-section-code { margin-bottom: 60px; }
.seo-faq__intro h2 { max-width: 570px; margin: 13px 0 20px; font-size: clamp(42px,4.7vw,67px); line-height: .99; letter-spacing: -.06em; }
.seo-faq__intro > p { max-width: 500px; font-size: 14px; line-height: 1.75; }
.seo-faq__intro > a { display: inline-block; margin-top: 20px; color: #ae8aed; font-size: 11px; font-weight: 760; }
.seo-faq__list { border-top: 1px solid rgba(255,255,255,.1); }
.seo-faq__item { border-bottom: 1px solid rgba(255,255,255,.1); }
.seo-faq__item button { display: grid; width: 100%; min-height: 94px; grid-template-columns: 1fr 42px; align-items: center; gap: 20px; padding: 20px 4px; border: 0; background: transparent; color: #c7ccd3; font: inherit; font-size: 17px; font-weight: 680; text-align: left; cursor: pointer; }
.seo-faq__item button i { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: #7661a8; font-size: 8px; font-style: normal; }
.seo-faq__item.is-open button { color: #fff; }
.seo-faq__item.is-open button i { border-color: rgba(154,108,255,.36); background: rgba(135,80,241,.08); color: #a77cf3; }
.seo-faq__item > div { padding: 0 70px 23px 0; }
.seo-faq__item > div p { margin: 0; color: #919aa6; font-size: 15px; line-height: 1.78; }
.js .seo-faq__item:not(.is-open) > div { display: none; }

/* Contact */
.seo-contact { padding: 122px 0 110px; border-top: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle at 78% 43%,rgba(65,128,222,.12),transparent 25%),radial-gradient(circle at 22% 55%,rgba(130,74,235,.11),transparent 28%),#04080d; }
.seo-contact__layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.87fr) minmax(540px,1.13fr); align-items: start; gap: clamp(55px,7vw,115px); }
.seo-contact__copy h2 { max-width: 720px; margin: 13px 0 25px; font-size: clamp(43px,5vw,72px); line-height: .98; letter-spacing: -.065em; }
.seo-contact__copy > p { max-width: 680px; color: #9aa3ae; font-size: 15px; line-height: 1.8; }
.seo-contact__facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 35px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.08); }
.seo-contact__facts div { min-height: 84px; padding: 17px; background: rgba(5,10,16,.96); }
.seo-contact__facts span { display: block; margin-bottom: 8px; color: #64707d; font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.seo-contact__facts b { color: #cad0d8; font-size: 10px; line-height: 1.4; }
.seo-contact__direct { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; margin-top: 16px; }
.seo-contact__direct a { position: relative; min-height: 86px; padding: 16px; border: 1px solid rgba(255,255,255,.085); background: rgba(255,255,255,.018); }
.seo-contact__direct span { display: block; margin-bottom: 8px; color: #71629a; font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.seo-contact__direct b { color: #d9dde3; font-size: 13px; }
.seo-contact__direct i { position: absolute; top: 17px; right: 17px; color: #739fe5; font-style: normal; }

.seo-form { overflow: hidden; border: 1px solid rgba(111,151,213,.22); border-radius: 3px 25px 3px 25px; background: rgba(7,13,20,.9); box-shadow: 0 35px 110px rgba(0,0,0,.35); }
.seo-form__head { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 15px; padding: 0 19px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.023); color: #6c7784; font-family: Consolas,monospace; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.seo-form__head b { display: flex; align-items: center; gap: 7px; color: #677481; font: inherit; }
.seo-form__head i { width: 6px; height: 6px; border-radius: 50%; background: var(--seo-green); box-shadow: 0 0 12px rgba(67,217,163,.65); }
.seo-form__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; padding: 28px 28px 0; }
.seo-form label:not(.legal-check) { display: grid; gap: 7px; }
.seo-form label > span:first-child { color: #808995; font-size: 11px; font-weight: 690; }
.seo-form__wide { grid-column: 1 / -1; }
.seo-form input,
.seo-form textarea,
.seo-form select { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 6px; outline: 0; background: rgba(255,255,255,.025); color: #e5e8ec; font: inherit; font-size: 14px; transition: border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.seo-form textarea { min-height: 85px; resize: vertical; line-height: 1.6; }
.seo-form select { appearance: auto; }
.seo-form option { background: #0b1119; color: #fff; }
.seo-form input::placeholder,
.seo-form textarea::placeholder { color: #545e6a; }
.seo-form input:focus,
.seo-form textarea:focus,
.seo-form select:focus { border-color: rgba(100,151,237,.6); background: rgba(76,141,255,.045); box-shadow: 0 0 0 4px rgba(76,141,255,.07); }
.seo-form__consent { margin: 23px 28px 0; }
.seo-form__submit { width: calc(100% - 56px); margin: 22px 28px 0; border: 0; cursor: pointer; }
.seo-form__submit:disabled { opacity: .55; cursor: default; }
.seo-form__status { min-height: 52px; margin: 0; padding: 13px 28px 18px; color: #73808d; font-size: 11px; line-height: 1.6; text-align: center; }
.seo-form__status[data-state="success"] { color: #58caa0; }
.seo-form__status[data-state="error"] { color: #ff7890; }
.seo-footer { position: relative; }

/* Wide monitors */
@media (min-width:1800px) {
  .seo-page { --header-height: 88px; font-size: 17px; }
  .seo-page .container { --container: 1560px; }
  .seo-page .header-inner { min-height: 88px; }
  .seo-page .brand img { width: 158px; }
  .seo-page .main-nav a { font-size: 15px; }
  .seo-page .header-phone { font-size: 18px; }
  .seo-back { font-size: 12px; }
  .seo-hero { min-height: 1050px; padding-top: calc(var(--header-height) + 75px); }
  .seo-hero__layout { min-height: 875px; grid-template-columns: minmax(0,1.02fr) minmax(600px,.98fr); }
  .seo-system__stage,
  .seo-system canvas { min-height: 610px; height: 610px; }
  .seo-middle,
  .seo-fit,
  .seo-work,
  .seo-pricing,
  .seo-scanner,
  .seo-myths,
  .seo-approach,
  .seo-funnel,
  .seo-output,
  .seo-compare,
  .seo-faq { padding-top: 145px; padding-bottom: 155px; }
  .seo-signal { min-height: 310px; padding: 31px; }
  .seo-signal h3 { font-size: 22px; }
  .seo-price-card { min-height: 640px; padding: 35px; }
  .seo-scanner-console__body { min-height: 680px; grid-template-columns: minmax(0,1fr) 380px; }
  .seo-scanner__stage canvas { height: 680px; }
  .seo-funnel__stage canvas { height: 540px; }
}

@media (max-width:1260px) {
  .seo-page .main-nav { gap: 13px; }
  .seo-page .main-nav a { font-size: 11px; }
  .seo-back { display: none; }
  .seo-hero__layout { grid-template-columns: minmax(0,1fr) minmax(430px,.9fr); gap: 40px; }
  .seo-hero h1 { font-size: clamp(45px,5.4vw,67px); }
  .seo-price-strip { grid-template-columns: repeat(2,1fr); }
  .seo-price-strip div:last-child { grid-column: span 2; }
  .seo-price-card:nth-child(-n+3) { grid-column: span 3; }
  .seo-price-card--wide { grid-template-columns: 1fr .8fr; }
  .seo-price-card--wide > a { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width:1080px) {
  .seo-page main { overflow: visible; }
  .seo-hero { min-height: 0; }
  .seo-hero::after { display: none; }
  .seo-hero__layout { grid-template-columns: 1fr; gap: 45px; padding-top: 42px; }
  .seo-hero__copy { max-width: 900px; }
  .seo-system { width: min(820px,100%); }
  .seo-system__stage,
  .seo-system canvas { min-height: 540px; height: 540px; }
  .seo-levels { grid-template-columns: 1fr 1fr; }
  .seo-level:last-child { grid-column: 1 / -1; min-height: 380px; }
  .seo-signal-grid { grid-template-columns: repeat(2,1fr); }
  .seo-price-card:nth-child(-n+3),
  .seo-price-card { grid-column: span 3; }
  .seo-approach__layout,
  .seo-faq__layout,
  .seo-contact__layout { grid-template-columns: 1fr; }
  .seo-approach__copy,
  .seo-faq__intro { position: static; }
  .seo-contact__copy { max-width: 850px; }
  .seo-form { width: min(800px,100%); }
}

@media (max-width:980px) {
  .seo-page { --header-height: 76px; }
  .seo-page .header-inner { min-height: 76px; }
  .seo-page .main-nav a { font-size: 13px; }
  .seo-page .main-nav .nav-back-mobile { display: flex!important; }
  .seo-heading { grid-template-columns: 1fr; gap: 20px; }
  .seo-heading > p,
  .seo-heading > div + p { max-width: 760px; }
  .seo-hero__foot .container { grid-template-columns: repeat(2,1fr); }
  .seo-hero__foot span { min-height: 63px; padding: 15px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .seo-hero__foot span:nth-child(2) { border-right: 0; }
  .seo-workspace { grid-template-columns: 1fr; }
  .seo-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .seo-tabs button { min-height: 84px; border-right: 1px solid rgba(255,255,255,.07); }
  .seo-tabs button.is-active { box-shadow: inset 0 2px var(--seo-violet); }
  .seo-scanner-console__body { grid-template-columns: 1fr; }
  .seo-scanner__stage { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .seo-scan-detail { min-height: 300px; }
  .seo-myth { grid-template-columns: 1fr 55px 1.25fr; gap: 20px; }
  .seo-bottlenecks { grid-template-columns: repeat(2,1fr); }
  .seo-bottlenecks > span { grid-column: 1 / -1; }
  .seo-output-grid { grid-template-columns: repeat(2,1fr); }
  .seo-output-grid article:last-child { grid-column: 1 / -1; }
  .seo-compare__grid { grid-template-columns: 1fr; }
  .seo-compare__sign { min-height: 90px; border: 0; border-top: 1px solid rgba(255,255,255,.075); border-bottom: 1px solid rgba(255,255,255,.075); }
  .seo-compare__sign i { width: 60px; height: 60px; }
  .seo-compare__sign span { right: 22px; bottom: auto; }
}

@media (max-width:720px) {
  .seo-page { font-size: 16px; }
  .seo-page .container { width: calc(100% - 28px); }
  .seo-section-code { align-items: flex-start; gap: 10px; margin-bottom: 36px; }
  .seo-section-code i { margin-top: 6px; }
  .seo-section-code b { display: none; }
  .seo-heading { margin-bottom: 34px; }
  .seo-heading h2 { font-size: clamp(35px,10vw,49px); }
  .seo-heading > p,
  .seo-heading > div + p { font-size: 14px; }
  .seo-hero { padding-top: var(--header-height); }
  .seo-hero__layout { padding-top: 36px; padding-bottom: 45px; }
  .seo-hero .breadcrumbs { margin-bottom: 22px; }
  .seo-status b { display: none; }
  .seo-hero h1 { font-size: clamp(42px,12vw,58px); }
  .seo-hero__lead { font-size: 16px; }
  .seo-hero__points { grid-template-columns: 1fr; }
  .seo-hero__actions { align-items: stretch; flex-direction: column; }
  .seo-hero__actions .button,
  .seo-text-link { width: 100%; text-align: center; }
  .seo-price-strip { grid-template-columns: 1fr 1fr; }
  .seo-price-strip div { min-height: 69px; }
  .seo-system__stage,
  .seo-system canvas { min-height: 400px; height: 400px; }
  .seo-system__readout { min-height: 145px; }
  .seo-system__legend { flex-wrap: wrap; padding-top: 9px; padding-bottom: 9px; }
  .seo-hero__foot .container { width: 100%; }
  .seo-hero__foot span:first-child { padding-left: 15px; }
  .seo-middle,
  .seo-fit,
  .seo-work,
  .seo-pricing,
  .seo-scanner,
  .seo-myths,
  .seo-approach,
  .seo-funnel,
  .seo-output,
  .seo-compare,
  .seo-faq { padding-top: 76px; padding-bottom: 84px; }
  .seo-levels { grid-template-columns: 1fr; }
  .seo-level,
  .seo-level:last-child { min-height: 0; grid-column: auto; padding: 25px; }
  .seo-level__top span { margin-bottom: 30px; }
  .seo-quote { grid-template-columns: 48px 1fr; padding: 22px; }
  .seo-quote span { grid-column: 2; }
  .seo-quote > i { font-size: 50px; }
  .seo-signal-grid { grid-template-columns: 1fr; }
  .seo-signal { min-height: 235px; }
  .seo-inline-cta { align-items: flex-start; flex-direction: column; padding: 23px; }
  .seo-inline-cta .button { width: 100%; }
  .seo-tabs { display: flex; overflow-x: auto; flex-direction: row; scroll-snap-type: x mandatory; }
  .seo-tabs button { min-width: 210px; scroll-snap-align: start; }
  .seo-work-panel { padding: 35px 22px; }
  .seo-work-panel h3 { font-size: 36px; }
  .seo-work-panel ul { grid-template-columns: 1fr; }
  .seo-price-grid { grid-template-columns: 1fr; }
  .seo-price-card,
  .seo-price-card:nth-child(-n+3) { min-height: 0; grid-column: auto; padding: 25px; }
  .seo-price-card__head { margin-bottom: 36px; }
  .seo-price-card > p { min-height: 0; }
  .seo-price-card--wide { display: flex; min-height: 0; gap: 0; align-items: stretch; }
  .seo-price-card--wide ul { margin-bottom: 27px; }
  .seo-price-card--wide > a.button { width: 100%; }
  .seo-scanner-console__body { min-height: 0; }
  .seo-scanner__stage canvas { height: 450px; }
  .seo-scan-detail { min-height: 330px; padding: 27px 22px; }
  .seo-scan-detail > div { right: 20px; bottom: 20px; left: 20px; }
  .seo-scanner__legend { flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
  .seo-scanner__legend > b { width: 100%; margin-left: 0; line-height: 1.5; }
  .seo-scanner-caption { grid-template-columns: 32px 1fr; padding: 21px; }
  .seo-scanner-caption a { grid-column: 2; }
  .seo-myth { grid-template-columns: 1fr; gap: 17px; padding: 23px; }
  .seo-myth > i { width: 43px; height: 43px; transform: rotate(90deg); }
  .seo-approach__layout { gap: 46px; }
  .seo-approach__copy h2,
  .seo-faq__intro h2 { font-size: clamp(38px,11vw,52px); }
  .seo-related-links { grid-template-columns: 1fr; }
  .seo-principles li { min-height: 0; grid-template-columns: 54px 1fr; gap: 17px; padding: 23px 0; }
  .seo-principles li:hover { padding-right: 0; padding-left: 0; }
  .seo-principles li > span { width: 48px; height: 48px; }
  .seo-principles h3 { font-size: 19px; }
  .seo-funnel__stage canvas { height: 430px; }
  .seo-funnel__readout { min-height: 145px; }
  .seo-bottlenecks { grid-template-columns: 1fr; }
  .seo-bottlenecks > span { grid-column: auto; }
  .seo-output-grid { grid-template-columns: 1fr; }
  .seo-output-grid article,
  .seo-output-grid article:last-child { min-height: 220px; grid-column: auto; }
  .seo-compare__side { min-height: 0; padding: 27px 23px; }
  .seo-compare__side > div { min-height: 150px; }
  .seo-final-quote { align-items: flex-start; flex-direction: column; gap: 14px; padding: 23px; }
  .seo-final-quote p { text-align: left; }
  .seo-faq__item button { min-height: 86px; font-size: 15px; }
  .seo-faq__item > div { padding-right: 5px; }
  .seo-contact { padding-top: 80px; padding-bottom: 80px; }
  .seo-contact__copy h2 { font-size: clamp(39px,11vw,54px); }
  .seo-contact__facts { grid-template-columns: 1fr; }
  .seo-contact__direct { grid-template-columns: 1fr; }
  .seo-form__grid { grid-template-columns: 1fr; padding: 23px 20px 0; }
  .seo-form__wide { grid-column: auto; }
  .seo-form__consent { margin-right: 20px; margin-left: 20px; }
  .seo-form__submit { width: calc(100% - 40px); margin-right: 20px; margin-left: 20px; }
  .seo-form__status { padding-right: 20px; padding-left: 20px; }
}

@media (max-width:430px) {
  .seo-price-strip { grid-template-columns: 1fr; }
  .seo-price-strip div:last-child { grid-column: auto; }
  .seo-hero__foot .container { grid-template-columns: 1fr; }
  .seo-hero__foot span { border-right: 0; }
  .seo-system__stage,
  .seo-system canvas { min-height: 360px; height: 360px; }
  .seo-scanner__stage canvas { height: 410px; }
  .seo-funnel__stage canvas { height: 400px; }
  .seo-contact__facts b { font-size: 11px; }
}

@media (prefers-reduced-motion:reduce) {
  .seo-page *,
  .seo-page *::before,
  .seo-page *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
