:root {
  --bg: #f6f8fd;
  --bg-2: #ffffff;
  --text: #1e2a44;
  --muted: #6d7891;
  --line: rgba(170, 182, 208, 0.32);
  --shadow: 0 22px 60px rgba(130, 151, 196, 0.18);
  --radius: 30px;
  --grad: linear-gradient(90deg, #6fb8ff 0%, #8d8dff 40%, #ef83ef 100%);
  --grad-soft: linear-gradient(135deg, rgba(120, 192, 255, 0.14), rgba(232, 138, 241, 0.14));
  --blue: #65b8ff;
  --pink: #ef8de5;
  --violet: #9b98ff;
  --cyan: #79d7ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f8faff 0%, #f4f7fc 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.page-bg::before,
.page-bg::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 420px;
  height: 420px;
  filter: blur(40px);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
.page-bg::before {
  top: 80px;
  left: -120px;
  background: radial-gradient(circle, rgba(127, 206, 255, 0.35), rgba(127, 206, 255, 0));
}
.page-bg::after {
  bottom: 80px;
  right: -130px;
  background: radial-gradient(circle, rgba(241, 153, 236, 0.28), rgba(241, 153, 236, 0));
}

.container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}
.section { padding: 44px 0; }
.card-shadow { box-shadow: var(--shadow); }
.soft-panel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 18px 0 0;
  background: linear-gradient(180deg, rgba(248,250,255,.96), rgba(248,250,255,.75), rgba(248,250,255,0));
  backdrop-filter: blur(12px);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 999px;
  padding: 14px 20px;
  box-shadow: 0 18px 45px rgba(141, 160, 199, 0.16);
}
.brand-logo { width: 195px; }
.main-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.main-nav a:hover { color: var(--text); }
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.header-phone a { font-size: 14px; font-weight: 700; }
.header-phone span { font-size: 12px; color: var(--muted); }
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  background: rgba(255,255,255,.92);
  border-radius: 50%;
  padding: 0;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
  border-radius: 999px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: var(--grad);
  box-shadow: 0 18px 35px rgba(147, 137, 255, 0.35);
}
.btn-secondary {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(177, 190, 221, .5);
  color: var(--text);
}
.btn-small { min-height: 46px; padding: 0 20px; }
.btn.full { width: 100%; }

.hero { padding-top: 28px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  align-items: center;
}
.hero-copy,
.hero-visual,
.feature-card,
.service-card,
.case-card,
.compare-card,
.mini-card,
.process-card,
.price-card,
.calculator-card,
.testimonial,
.faq-item,
.final-card,
.included {
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
}
.hero-copy {
  padding: 20px 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(160, 176, 209, .25);
  color: #7c84a8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.eyebrow.with-mark img { width: 20px; height: 20px; }
.hero h1,
.section h2 {
  margin: 18px 0 14px;
  font-size: clamp(40px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -0.04em;
}
.section h2 { font-size: clamp(32px, 4vw, 52px); }
.hero h1 span,
.split-section h2 span {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p,
.section-head p,
.split-section p,
.before-after p,
.included p,
.final-info p,
.calculator-card .muted {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero-socialproof {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}
.avatars { display: flex; }
.avatars img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-left: -12px;
  border: 4px solid rgba(248,250,255,.9);
}
.avatars img:first-child { margin-left: 0; }
.hero-socialproof p { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: var(--muted); }
.hero-socialproof strong { color: var(--text); font-size: 16px; }

.hero-visual {
  position: relative;
  min-height: 560px;
}
.device-laptop {
  position: absolute;
  right: 0;
  top: 55px;
  width: 88%;
}
.device-phone {
  position: absolute;
  left: 18px;
  top: 165px;
  width: 28%;
}
.hero-illustration {
  position: absolute;
  right: 0;
  top: 42px;
  width: 96%;
  max-width: 660px;
  filter: drop-shadow(0 20px 50px rgba(129, 150, 199, .18));
}
.floating-card,
.bubble-note,
.floating-result {
  position: absolute;
  z-index: 2;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
}
.metric-card {
  top: 32px;
  left: 30px;
  width: 180px;
  padding: 18px;
  border-radius: 24px;
}
.metric-card__label {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 6px;
}
.metric-card strong { font-size: 34px; }
.mini-bars { display: flex; gap: 8px; align-items: flex-end; margin-top: 12px; }
.mini-bars span {
  width: 18px;
  border-radius: 12px 12px 4px 4px;
  background: var(--grad);
}
.mini-bars span:nth-child(1) { height: 28px; }
.mini-bars span:nth-child(2) { height: 38px; }
.mini-bars span:nth-child(3) { height: 52px; }
.mini-bars span:nth-child(4) { height: 64px; }
.bubble-note {
  border-radius: 22px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}
.bubble-right { top: 148px; right: 0; }
.bubble-bottom { bottom: 130px; right: 58px; }

.feature-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.feature-card,
.mini-card,
.service-card,
.case-card,
.process-card,
.testimonial,
.faq-item,
.reason-item,
.compare-card,
.final-card,
.calculator-card,
.price-card,
.included {
  border-radius: var(--radius);
}
.feature-card {
  padding: 28px;
}
.feature-icon,
.mini-emoji {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 22px;
  background: linear-gradient(135deg, rgba(112, 187, 255, .2), rgba(232, 130, 239, .12));
  margin-bottom: 18px;
}
.feature-icon.blue, .mini-emoji.blue { background: rgba(111,184,255,.16); }
.feature-icon.cyan { background: rgba(121,215,255,.16); }
.feature-icon.violet, .mini-emoji.violet { background: rgba(155,152,255,.16); }
.feature-icon.pink, .mini-emoji.pink { background: rgba(239,141,229,.16); }
.feature-card h3, .mini-card h3, .service-card h3, .case-card h3,
.process-card h3, .price-card h3, .testimonial h3, .reason-item h3 { margin: 0 0 10px; font-size: 22px; }
.feature-card p, .mini-card p, .service-card p, .case-card p,
.process-card p, .testimonial p, .reason-item p { margin: 0; color: var(--muted); line-height: 1.7; }

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 26px;
}
.section-head.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.section-head h2 { margin-bottom: 10px; }
.link-more {
  color: #69a3ff;
  font-weight: 700;
  white-space: nowrap;
}
.cards-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.service-card { padding: 18px; }
.service-card img {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 16px;
}
.service-card h3 { font-size: 21px; margin-bottom: 8px; }

.split-section { padding-top: 30px; }
.split-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 30px;
  align-items: center;
}
.approach-line {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 36px 20px;
  border-radius: 40px;
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(255,255,255,.9);
}
.step-badge {
  width: 175px;
  min-height: 170px;
  padding: 26px 20px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 8px;
}
.step-badge span { font-size: 28px; }
.step-badge strong { font-size: 22px; }
.step-badge small { color: var(--muted); font-size: 14px; }
.line-arrow {
  flex: 0 0 32px;
  height: 2px;
  background: linear-gradient(90deg, rgba(111,184,255,.9), rgba(239,141,229,.85));
  position: relative;
}
.line-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(239,141,229,.9);
  border-right: 2px solid rgba(239,141,229,.9);
}
.approach-tag {
  position: absolute;
  right: 26px;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(171, 184, 223, .36);
  box-shadow: 0 8px 24px rgba(148, 162, 205, 0.10);
  backdrop-filter: blur(10px);
}
.approach-tag span {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: lowercase;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.case-card { padding: 18px; }
.case-card img { border-radius: 24px; margin-bottom: 18px; }
.case-meta {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(111,184,255,.12);
  color: #6e7aa2;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 14px;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 16px;
}
.stats-row div {
  background: rgba(111,184,255,.10);
  border-radius: 20px;
  padding: 16px;
}
.stats-row strong {
  display: block;
  font-size: 28px;
  margin-bottom: 4px;
}
.stats-row span {
  color: var(--muted);
  font-size: 13px;
}

.before-after-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 30px;
  align-items: center;
}
.legend {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--muted);
}
.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.legend-dot.pink { background: var(--pink); }
.legend-dot.blue { background: var(--blue); }
.before-after-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}
.compare-card { padding: 18px; }
.compare-card figcaption {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 14px;
}
.compare-card.before figcaption { background: rgba(239,141,229,.14); color: #ca70b8; }
.compare-card.after figcaption { background: rgba(101,184,255,.14); color: #5c97df; }
.compare-arrow {
  font-size: 42px;
  color: #76afff;
  font-weight: 800;
}
.floating-result {
  right: -10px;
  top: 10px;
  border-radius: 24px;
  padding: 16px 18px;
  line-height: 1.5;
  font-weight: 600;
}
.grid-4-tight { grid-template-columns: repeat(4, 1fr); }
.mini-card { padding: 26px; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.process-card { padding: 24px; }
.process-card .num {
  display: inline-block;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 16px;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.include-price-grid {
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: 20px;
  align-items: start;
}
.included { padding: 32px; }
.check-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}
.check-list.two-col { grid-template-columns: repeat(2, 1fr); }
.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(120,210,170,.18);
  color: #1d9b71;
  font-size: 12px;
  font-weight: 800;
}
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  position: relative;
  padding: 28px;
}
.price-card.featured {
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(235,244,255,.98));
  border-color: rgba(152, 176, 255, .4);
  transform: translateY(-8px);
}
.price-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  background: var(--grad);
  border-radius: 999px;
  padding: 8px 12px;
}
.price-head span { color: var(--muted); font-size: 14px; }
.price-value {
  margin: 22px 0 20px;
  font-size: 38px;
  font-weight: 800;
}
.currency-icon {
  display: inline-block;
  width: .78em;
  height: .78em;
  object-fit: contain;
  vertical-align: -0.08em;
  margin-left: 4px;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
  color: var(--muted);
}
.price-list li { position: relative; padding-left: 22px; }
.price-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #78bfff;
  font-size: 24px;
  line-height: 1;
}

.calculator-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 26px;
  padding: 30px;
  border-radius: 36px;
}
.calc-ill { width: 320px; margin-top: 18px; }
.calculator-card {
  padding: 26px;
}
.calculator-card h3 { margin: 0 0 18px; font-size: 28px; }
.select-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}
.select-option {
  min-height: 54px;
  border: 1px solid rgba(171, 186, 220, .45);
  border-radius: 18px;
  background: rgba(255,255,255,.95);
  color: var(--text);
  font-weight: 600;
}
.select-option.active,
.select-option:hover {
  border-color: rgba(130, 167, 255, .5);
  background: linear-gradient(180deg, rgba(111,184,255,.14), rgba(239,141,229,.12));
}
.small { font-size: 14px; }

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.reason-item {
  text-align: center;
  padding: 12px 20px;
}
.reason-item span {
  font-size: 38px;
  display: inline-grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
  margin-bottom: 16px;
}
.tech-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.tech-logos img { height: 42px; }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testimonial { padding: 24px; }
.testimonial-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.testimonial-top img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-top span { color: var(--muted); font-size: 14px; }
.stars {
  margin-top: 16px;
  font-size: 20px;
  letter-spacing: .1em;
  color: #f6c851;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.faq-item { padding: 0; overflow: hidden; }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 58px 22px 22px;
  font-weight: 700;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(111,184,255,.12);
  color: #5a9eff;
  font-size: 22px;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  padding: 0 22px 22px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.final-card {
  padding: 32px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
}
.final-info {
  display: flex;
  align-items: center;
  gap: 22px;
}
.final-info img { width: 88px; height: 88px; }
.final-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  align-content: start;
}
.final-form input {
  min-height: 54px;
  border: 1px solid rgba(176, 191, 225, .46);
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  padding: 0 20px;
  color: var(--text);
}
.final-form button { grid-column: span 2; }
.consent {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  padding: 18px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr .8fr .6fr;
  gap: 24px;
  align-items: center;
  padding: 24px 0 8px;
  border-top: 1px solid rgba(173, 185, 213, .3);
}
.footer-brand img { width: 190px; }
.footer-brand p,
.footer-contact a { color: var(--muted); }
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--muted);
  font-weight: 500;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, opacity .2s ease;
}
.footer-socials a:hover {
  transform: translateY(-2px);
  opacity: .92;
}
.footer-socials img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

@media (max-width: 1180px) {
  .main-nav { gap: 20px; }
  .header-phone { display: none; }
  .cards-5 { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-grid, .grid-4-tight, .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid, .case-grid { grid-template-columns: 1fr; }
  .include-price-grid, .calculator-grid, .before-after-grid, .hero-grid, .split-grid, .final-card { grid-template-columns: 1fr; }
  .pricing-cards { grid-template-columns: 1fr; }
  .device-laptop { position: relative; width: min(100%, 700px); top: auto; right: auto; margin: 0 auto; }
  .device-phone { width: 180px; top: 112px; left: 6%; }
  .hero-illustration { position: relative; width: min(100%, 680px); max-width: 100%; top: auto; right: auto; margin: 0 auto; }
  .hero-visual { min-height: 540px; }
  .metric-card { top: 10px; }
  .bubble-right { top: 120px; right: 20px; }
  .bubble-bottom { right: 20px; bottom: 70px; }
}

@media (max-width: 920px) {
  .site-header { padding-top: 14px; }
  .nav-wrap {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 12px 14px;
    position: relative;
    border-radius: 24px;
  }
  .nav-toggle { display: inline-block; }
  .main-nav,
  .header-actions {
    display: none;
  }
  .nav-wrap.open .main-nav,
  .nav-wrap.open .header-actions {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.96);
    border-radius: 24px;
    padding: 18px;
    box-shadow: var(--shadow);
  }
  .nav-wrap.open .main-nav {
    top: calc(100% + 10px);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .nav-wrap.open .header-actions {
    top: calc(100% + 260px);
    justify-content: flex-start;
  }
  .brand-logo { width: 164px; }
  .hero h1 { font-size: 46px; }
  .section h2 { font-size: 38px; }
  .cards-5,
  .faq-grid,
  .check-list.two-col,
  .select-grid,
  .process-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .feature-grid,
  .grid-4-tight,
  .reasons-grid,
  .case-grid,
  .testimonial-grid { grid-template-columns: 1fr; }
  .approach-line { display: grid; gap: 16px; }
  .line-arrow { display: none; }
  .approach-tag { position: static; justify-self: center; margin-top: 2px; }
  .approach-tag span { white-space: nowrap; text-align: center; font-size: 13px; }
  .before-after-visual { grid-template-columns: 1fr; }
  .compare-arrow { transform: rotate(90deg); justify-self: center; }
  .floating-result { position: static; margin-top: 10px; }
  .device-phone { width: 140px; top: 120px; left: 4%; }
  .hero-illustration { width: min(100%, 560px); top: 8px; }
  .bubble-note { display: none; }
  .hero-visual { min-height: 390px; }
  .metric-card { width: 154px; padding: 14px; }
  .price-value { font-size: 32px; }
  .footer-contact { align-items: flex-start; }
  .footer-nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 20px, 1240px); }
  .section { padding: 34px 0; }
  .hero h1 { font-size: 40px; }
  .section h2 { font-size: 34px; }
  .hero p, .section-head p, .split-section p, .before-after p, .included p, .final-info p { font-size: 16px; }
  .btn { width: 100%; }
  .hero-cta { flex-direction: column; }
  .hero-socialproof { flex-direction: column; align-items: flex-start; }
  .feature-card, .mini-card, .service-card, .case-card, .process-card, .testimonial, .included, .price-card { padding: 22px; }
  .calculator-grid, .final-card { padding: 20px; }
  .device-phone { width: 116px; top: 92px; }
  .hero-illustration { width: 100%; top: 0; }
  .hero-visual { min-height: 320px; }
  .metric-card { transform: scale(.88); transform-origin: top left; }
  .final-form { grid-template-columns: 1fr; }
  .final-form button, .consent { grid-column: auto; }
}


/* Hero redesign: remove boxy text card and use one airy shell */
.hero-grid {
  position: relative;
  padding: 34px;
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(255,255,255,.66), rgba(255,255,255,.48));
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 24px 70px rgba(145, 164, 205, 0.16);
  overflow: hidden;
}
.hero-grid::before,
.hero-grid::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-grid::before {
  width: 520px;
  height: 520px;
  left: -200px;
  top: -160px;
  background: radial-gradient(circle, rgba(135, 210, 255, 0.22), rgba(135, 210, 255, 0));
}
.hero-grid::after {
  width: 440px;
  height: 440px;
  right: -180px;
  bottom: -180px;
  background: radial-gradient(circle, rgba(239, 141, 229, 0.18), rgba(239, 141, 229, 0));
}
.hero-copy,
.hero-visual {
  background: transparent;
  border: 0;
  backdrop-filter: none;
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 26px 12px 26px 0;
}
.hero-copy::before {
  content: "";
  position: absolute;
  inset: -12px 22px -16px -28px;
  border-radius: 52% 48% 44% 56% / 38% 44% 56% 62%;
  background:
    radial-gradient(circle at 12% 24%, rgba(122, 205, 255, 0.16), transparent 25%),
    radial-gradient(circle at 80% 74%, rgba(235, 137, 237, 0.12), transparent 25%),
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.52));
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 20px 60px rgba(152, 170, 207, 0.14);
  z-index: -1;
}
.hero-copy p {
  max-width: 720px;
}
.hero-socialproof {
  margin-top: 34px;
}

@media (max-width: 1180px) {
  .hero-grid { padding: 28px; }
  .hero-copy { padding-right: 0; }
  .hero-copy::before { inset: -10px -12px -14px -14px; }
}

@media (max-width: 920px) {
  .hero-grid {
    padding: 22px;
    border-radius: 32px;
  }
  .hero-copy::before {
    border-radius: 34px;
    inset: -4px -4px -8px -4px;
  }
}

@media (max-width: 560px) {
  .hero-grid { padding: 18px; }
  .hero-copy {
    padding: 10px 0 18px;
  }
  .hero-copy::before {
    inset: 0;
    border-radius: 26px;
  }
}


/* Anti-spam honeypot field */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Modal lead form */
body.modal-open { overflow: hidden; }
.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.lead-modal.is-open { display: flex; }
.lead-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 31, 55, .36);
  backdrop-filter: blur(12px);
}
.lead-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 0, rgba(112, 190, 255, .16), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(238, 133, 236, .15), transparent 32%),
    rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 34px 90px rgba(69, 85, 125, .28);
}
.lead-modal__brand {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 34px rgba(130,151,196,.16);
  margin-bottom: 18px;
}
.lead-modal__brand img { width: 54px; height: 54px; object-fit: contain; }
.lead-modal__dialog h2 {
  margin: 16px 0 10px;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.lead-modal__text {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.7;
}
.lead-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(246,248,253,.95);
  color: var(--text);
  font-size: 28px;
  line-height: 1;
}
.lead-modal__form {
  display: grid;
  gap: 14px;
}
.lead-modal__form > label:not(.consent) {
  display: grid;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
}
.lead-modal__form label span em {
  color: var(--muted);
  font-style: normal;
  font-weight: 500;
}
.lead-modal__form input[type="text"],
.lead-modal__form textarea {
  width: 100%;
  border: 1px solid rgba(169, 185, 220, .42);
  background: rgba(255,255,255,.96);
  color: var(--text);
  border-radius: 18px;
  padding: 15px 17px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.lead-modal__form input[type="text"] { min-height: 54px; }
.lead-modal__form textarea { resize: vertical; min-height: 108px; }
.lead-modal__form input:focus,
.lead-modal__form textarea:focus {
  border-color: rgba(111,184,255,.82);
  box-shadow: 0 0 0 4px rgba(111,184,255,.10);
}
.lead-modal__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  grid-column: auto;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 560px) {
  .lead-modal { padding: 10px; }
  .lead-modal__dialog {
    padding: 26px 18px 22px;
    border-radius: 26px;
    max-height: calc(100vh - 20px);
  }
  .lead-modal__brand { width: 62px; height: 62px; }
  .lead-modal__brand img { width: 46px; height: 46px; }
}


/* Modal compact header after removing logo/eyebrow */
.lead-modal__dialog h2 { margin-top: 0; }

/* =========================================================
   v4 — light motion system
   Subtle, performance-friendly animations for Avortex
   ========================================================= */

/* Scroll reveal is enabled only after JS adds .motion-ready,
   so content stays visible if JS is unavailable. */
.motion-ready .reveal-item {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity .7s cubic-bezier(.22, 1, .36, 1),
    transform .7s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.motion-ready .reveal-item.reveal-from-left {
  transform: translate3d(-24px, 0, 0);
}
.motion-ready .reveal-item.reveal-from-right {
  transform: translate3d(24px, 0, 0);
}
.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* First-screen entrance */
.motion-ready .site-header .nav-wrap {
  animation: avortexHeaderIn .65s cubic-bezier(.22, 1, .36, 1) both;
}
.motion-ready .hero-copy {
  animation: avortexHeroCopyIn .75s .08s cubic-bezier(.22, 1, .36, 1) both;
}
.motion-ready .hero-visual {
  animation: avortexHeroVisualIn .85s .14s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes avortexHeaderIn {
  from { opacity: 0; transform: translate3d(0, -14px, 0); }
  to   { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes avortexHeroCopyIn {
  from { opacity: 0; transform: translate3d(-18px, 10px, 0); }
  to   { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes avortexHeroVisualIn {
  from { opacity: 0; transform: translate3d(18px, 12px, 0) scale(.985); }
  to   { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

/* Gentle floating motion in hero */
.hero-illustration {
  animation: avortexFloatIllustration 6.8s ease-in-out infinite;
  transform-origin: 50% 50%;
}
.device-phone {
  animation: avortexFloatPhone 6s ease-in-out infinite;
  transform-origin: 50% 50%;
}
.metric-card {
  animation: avortexFloatMetric 5.4s ease-in-out infinite;
}
.bubble-right {
  animation: avortexFloatBubble 6.4s .35s ease-in-out infinite;
}
.bubble-bottom {
  animation: avortexFloatBubble 6.8s .9s ease-in-out infinite reverse;
}

@keyframes avortexFloatPhone {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.2deg); }
  50%      { transform: translate3d(0, -7px, 0) rotate(.35deg); }
}
@keyframes avortexFloatMetric {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50%      { transform: translate3d(0, -6px, 0); }
}
@keyframes avortexFloatBubble {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50%      { transform: translate3d(0, -5px, 0); }
}

/* Calm interactive hover feedback */
@media (hover: hover) and (pointer: fine) {
  .feature-card,
  .service-card,
  .case-card,
  .mini-card,
  .process-card,
  .price-card,
  .testimonial,
  .faq-item,
  .calculator-card,
  .step-badge {
    transition:
      transform .32s cubic-bezier(.22, 1, .36, 1),
      box-shadow .32s ease,
      border-color .32s ease;
  }

  .feature-card:hover,
  .service-card:hover,
  .case-card:hover,
  .mini-card:hover,
  .process-card:hover,
  .price-card:hover,
  .testimonial:hover,
  .calculator-card:hover,
  .step-badge:hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 28px 66px rgba(130, 151, 196, .22);
    border-color: rgba(255,255,255,.98);
  }

  .btn {
    position: relative;
    overflow: hidden;
  }
  .btn::after {
    content: "";
    position: absolute;
    top: -45%;
    left: -60%;
    width: 32%;
    height: 190%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
    transform: skewX(-18deg);
    transition: left .58s ease;
    pointer-events: none;
  }
  .btn:hover::after { left: 128%; }
}

/* Modal open/close feels softer without changing form behavior */
.lead-modal {
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}
.lead-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.lead-modal__overlay {
  opacity: 0;
  transition: opacity .28s ease;
}
.lead-modal__dialog {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(.985);
  transition:
    opacity .3s ease,
    transform .38s cubic-bezier(.22, 1, .36, 1);
}
.lead-modal.is-open .lead-modal__overlay { opacity: 1; }
.lead-modal.is-open .lead-modal__dialog {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

/* FAQ content reveal */
.faq-item[open] p {
  animation: avortexFaqIn .28s ease both;
}
@keyframes avortexFaqIn {
  from { opacity: 0; transform: translate3d(0, -5px, 0); }
  to   { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Respect OS accessibility preference and keep mobile extra light. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
  .motion-ready .reveal-item {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 700px) {
  .hero-illustration,
  .device-phone,
  .metric-card,
  .bubble-right,
  .bubble-bottom {
    animation: none;
  }
  .motion-ready .reveal-item {
    transform: translate3d(0, 14px, 0);
    transition-duration: .55s;
  }
}


/* v12 hero parallax hover */
.hero-scene {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  perspective: 1400px;
  transform-style: preserve-3d;
}
.hero-layer {
  position: absolute;
  inset: auto;
  --mx: 0px;
  --my: 0px;
  --rotX: 0deg;
  --rotY: 0deg;
  will-change: transform;
  transform: translate3d(var(--mx), var(--my), 0) rotateX(var(--rotX)) rotateY(var(--rotY));
  transition: transform .22s ease-out;
}
.hero-layer > .metric-card,
.hero-layer > .bubble-note,
.hero-layer > .hero-illustration {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.layer-metric { top: 32px; left: 30px; z-index: 3; }
.layer-bubble-right { top: 148px; right: 0; z-index: 3; }
.layer-bubble-bottom { right: 58px; bottom: 130px; z-index: 3; }
.layer-illustration { right: 0; top: 42px; width: 96%; max-width: 660px; z-index: 1; }
.hero-layer .hero-illustration {
  width: 100%;
  max-width: 100%;
}
.hero-visual.is-hovered .hero-layer {
  transition-duration: .08s;
}
.hero-visual.is-hovered .layer-illustration {
  filter: drop-shadow(0 26px 55px rgba(129, 150, 199, .22));
}

@media (max-width: 1180px) {
  .hero-scene { min-height: inherit; }
  .layer-illustration {
    position: relative;
    width: min(100%, 680px);
    max-width: 100%;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  .layer-metric { top: 10px; left: 30px; }
  .layer-bubble-right { top: 120px; right: 20px; }
  .layer-bubble-bottom { right: 20px; bottom: 70px; }
}
@media (max-width: 920px) {
  .layer-illustration {
    width: min(100%, 560px);
    top: 8px;
  }
}
@media (max-width: 700px) {
  .hero-scene { perspective: none; }
  .hero-layer {
    transform: none !important;
    transition: none !important;
  }
}


/* v13 — stable 2D hero parallax; prevent layers falling behind */
.hero-visual {
  isolation: isolate;
}
.hero-scene {
  perspective: none !important;
  transform-style: flat !important;
  isolation: isolate;
  overflow: visible;
}
.hero-layer {
  transform-style: flat !important;
  transform: translate3d(var(--mx), var(--my), 0) !important;
  backface-visibility: visible;
}
.layer-illustration {
  z-index: 1 !important;
}
.layer-metric,
.layer-bubble-right,
.layer-bubble-bottom {
  z-index: 5 !important;
}
.layer-metric .metric-card,
.layer-bubble-right .bubble-note,
.layer-bubble-bottom .bubble-note {
  position: relative;
  z-index: 6;
}
.hero-visual.is-hovered .layer-illustration {
  filter: drop-shadow(0 24px 52px rgba(129, 150, 199, .20));
}


/* v16 — service card prices */
.service-card {
  display: flex;
  flex-direction: column;
}
.service-card > p {
  margin-bottom: 0;
}
.service-price {
  display: inline-flex;
  align-items: baseline;
  align-self: flex-start;
  gap: 6px;
  min-height: 42px;
  margin-top: auto;
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(111,184,255,.13), rgba(239,141,229,.13));
  border: 1px solid rgba(166,181,221,.28);
  box-shadow: 0 8px 22px rgba(140,158,198,.08);
  color: var(--text);
}
.service-card > p + .service-price {
  margin-top: 22px;
}
.service-price em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.service-price span {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -.025em;
}
.service-price small {
  color: #7482a1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}


/* v17 — align service prices on one baseline */
.cards-5 {
  align-items: stretch;
}
.service-card {
  height: 100%;
}
.service-card h3 {
  min-height: 2.35em;
}
.service-card p {
  min-height: 4.3em;
}
.service-price {
  margin-top: auto !important;
}
@media (max-width: 1180px) {
  .service-card h3,
  .service-card p {
    min-height: 0;
  }
}


/* v18 — improved service price visual */
.service-price {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  min-height: 50px;
  padding: 10px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(243,247,255,.92));
  border: 1px solid rgba(176, 190, 226, .42);
  box-shadow:
    0 14px 28px rgba(139, 156, 196, .12),
    inset 0 1px 0 rgba(255,255,255,.85);
  overflow: hidden;
}
.service-price::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(111,184,255,.12), rgba(239,141,229,.14));
  pointer-events: none;
}
.service-price::after {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.56), rgba(255,255,255,0));
  transform: skewX(-25deg);
  opacity: .7;
}
.service-card:hover .service-price::after {
  left: 120%;
  transition: left .8s ease;
}
.service-price > * {
  position: relative;
  z-index: 1;
}
.service-price em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(167, 183, 223, .34);
  color: #7b86a3;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: lowercase;
  letter-spacing: .03em;
}
.service-price span {
  color: #24314f;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
}
.service-price small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(167, 183, 223, .34);
  color: #7783a1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width: 560px) {
  .service-price {
    min-height: 46px;
    padding: 9px 14px;
  }
  .service-price span {
    font-size: 17px;
  }
}


/* v19 — borderless service prices + BYN symbol */
.service-price {
  border: 0 !important;
  background: linear-gradient(135deg, rgba(111,184,255,.10), rgba(239,141,229,.11));
  box-shadow: 0 10px 24px rgba(140,158,198,.08);
}
.service-price em {
  border: 0 !important;
  background: rgba(255,255,255,.52);
}
.service-price small {
  border: 0 !important;
  background: rgba(255,255,255,.52);
}
.service-currency {
  position: relative;
  z-index: 1;
  width: 14px !important;
  height: 18px !important;
  margin: 0 0 0 1px !important;
  border-radius: 0 !important;
  object-fit: contain;
  flex: 0 0 auto;
}


/* v20 — shorter service descriptions and cleaner spacing */
.service-card h3 {
  margin: 0 0 12px;
}
.service-card p {
  margin: 0 0 18px;
  min-height: 3.9em;
  line-height: 1.55;
}
.service-card > p + .service-price {
  margin-top: auto !important;
}
@media (max-width: 1180px) {
  .service-card p {
    min-height: 0;
  }
}


/* v21 — improved approach section */
.split-section p {
  margin-bottom: 24px;
}
.approach-line {
  padding: 38px 22px;
  border-radius: 48px;
  box-shadow: 0 24px 60px rgba(145, 164, 205, 0.10);
}
.step-badge {
  min-height: 176px;
  padding: 28px 22px;
  border-radius: 32px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: 0 18px 36px rgba(138, 156, 195, 0.10);
  animation: approachStepFloat 5.8s ease-in-out infinite;
}
.step-badge:nth-child(1) { animation-delay: 0s; }
.step-badge:nth-child(3) { animation-delay: .35s; }
.step-badge:nth-child(5) { animation-delay: .7s; }
.step-badge:nth-child(7) { animation-delay: 1.05s; }
.step-badge span {
  transform: translateY(-1px);
}
.line-arrow {
  animation: approachArrowPulse 2.6s ease-in-out infinite;
}
.approach-tag {
  bottom: 24px;
  right: 24px;
}
@keyframes approachStepFloat {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 18px 36px rgba(138, 156, 195, 0.10);
  }
  50% {
    transform: translateY(-5px);
    box-shadow: 0 24px 44px rgba(138, 156, 195, 0.14);
  }
}
@keyframes approachArrowPulse {
  0%, 100% {
    opacity: .75;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .step-badge,
  .line-arrow {
    animation: none !important;
  }
}
@media (max-width: 920px) {
  .split-section p {
    margin-bottom: 20px;
  }
  .approach-line {
    border-radius: 38px;
  }
  .step-badge {
    border-radius: 28px;
    min-height: 160px;
  }
}


/* v24 — SEO + AI service block */
.seo-ai-card {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 28px;
  padding: 38px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(255,255,255,.80), rgba(255,255,255,.64));
  border: 1px solid rgba(255,255,255,.88);
}
.seo-ai-copy h2 {
  margin-bottom: 18px;
}
.seo-ai-copy > p {
  max-width: 760px;
  margin-bottom: 24px;
}
.seo-ai-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}
.seo-ai-point {
  position: relative;
  padding: 18px 18px 18px 62px;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.90);
  box-shadow: 0 14px 34px rgba(142, 159, 197, .08);
}
.seo-ai-point span {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(111,184,255,.18), rgba(239,141,229,.18));
  color: #5d6ea1;
  font-size: 12px;
  font-weight: 800;
}
.seo-ai-point strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 18px;
}
.seo-ai-point small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.seo-ai-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.seo-ai-stat {
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(111,184,255,.14), rgba(239,141,229,.16));
  border: 1px solid rgba(255,255,255,.88);
}
.seo-ai-stat span {
  display: inline-flex;
  padding: 6px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  color: #6a789f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.seo-ai-stat strong {
  display: block;
  font-size: 28px;
  line-height: 1.12;
  margin-bottom: 10px;
  color: var(--text);
}
.seo-ai-stat small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.seo-ai-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.seo-ai-mini {
  padding: 22px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.90);
}
.seo-ai-mini b {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1;
  color: var(--text);
}
.seo-ai-mini p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 1180px) {
  .seo-ai-card {
    grid-template-columns: 1fr;
    padding: 32px;
  }
}
@media (max-width: 860px) {
  .seo-ai-points,
  .seo-ai-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .seo-ai-card {
    padding: 24px;
    border-radius: 30px;
  }
  .seo-ai-point {
    padding: 16px 16px 16px 58px;
    border-radius: 20px;
  }
  .seo-ai-stat,
  .seo-ai-mini {
    border-radius: 20px;
  }
  .seo-ai-stat strong {
    font-size: 24px;
  }
}


/* v25 — SEO price */
.seo-ai-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.seo-ai-price {
  margin-top: 0 !important;
  min-height: 46px;
}
@media (max-width: 560px) {
  .seo-ai-actions {
    align-items: stretch;
  }
  .seo-ai-price {
    align-self: flex-start;
  }
}


/* v26 — Google and Yandex logos in SEO block */
.seo-ai-engines {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.seo-ai-engine {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 24px rgba(139, 156, 196, .10);
}
.seo-ai-engine img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}
.seo-ai-engine:last-child img {
  width: 40px;
  height: 40px;
}
