:root {
  --bg: #080a0d;
  --bg-soft: #101419;
  --bg-elevated: #151b21;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.1);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f7fbff;
  --text-muted: #a7b3c0;
  --text-soft: #dbe5ed;
  --emerald: #25e28b;
  --cyan: #38bdf8;
  --amber: #f4c96a;
  --danger: #ff6b6b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --container: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:where(section, form) {
  scroll-margin-top: 88px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(56, 189, 248, 0.08), transparent 420px),
    var(--bg);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 72%);
  z-index: -1;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.narrow {
  max-width: 860px;
}

.section-band {
  position: relative;
  padding: 96px 0;
}

.section-band:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.025);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 max(20px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 13, 0.82);
  backdrop-filter: blur(18px);
}

main {
  overflow: hidden;
}

.brand,
.main-nav,
.header-actions,
.language-switcher,
.hero-actions,
.benefit-row,
.quick-contacts {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(37, 226, 139, 0.42);
  border-radius: var(--radius);
  color: #07100c;
  background: linear-gradient(135deg, var(--emerald), var(--cyan));
  box-shadow: 0 0 0 4px rgba(37, 226, 139, 0.08);
}

.main-nav {
  gap: 22px;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.main-nav a,
.language-switcher a,
.header-cta,
.quick-contacts a {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.main-nav a:hover,
.language-switcher a:hover {
  color: var(--text);
}

.header-actions {
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}

.language-switcher {
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.language-switcher a {
  display: grid;
  min-width: 34px;
  min-height: 32px;
  place-items: center;
  border-radius: calc(var(--radius) - 2px);
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.language-switcher a.is-active {
  color: #06110c;
  background: linear-gradient(135deg, var(--emerald), var(--cyan));
}

.header-cta {
  padding: 10px 16px;
  border: 1px solid rgba(37, 226, 139, 0.35);
  border-radius: var(--radius);
  color: var(--emerald);
  font-weight: 700;
}

.header-cta:hover {
  background: rgba(37, 226, 139, 0.1);
}

.hero {
  padding-top: 72px;
  padding-bottom: 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 56px;
}

.hero-grid > *,
.split-layout > *,
.cta-grid > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--emerald);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

p {
  color: var(--text-muted);
}

.hero-lead {
  max-width: 700px;
  margin-bottom: 30px;
  color: var(--text-soft);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.btn-primary {
  color: #06110c;
  background: linear-gradient(135deg, var(--emerald), var(--cyan));
  box-shadow: 0 16px 36px rgba(37, 226, 139, 0.2);
}

.btn-primary:hover {
  box-shadow: 0 20px 44px rgba(56, 189, 248, 0.22);
}

.btn-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.btn-secondary:hover {
  border-color: rgba(56, 189, 248, 0.44);
  background: rgba(56, 189, 248, 0.08);
}

.benefit-row {
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.benefit-row li {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.92rem;
}

.benefit-row li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--emerald);
  box-shadow: 0 0 14px rgba(37, 226, 139, 0.8);
}

.hero-visual {
  position: relative;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 14% -5% 8%;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(37, 226, 139, 0.14), rgba(56, 189, 248, 0.1));
  transform: rotate(-3deg);
  z-index: -1;
}

.hero-visual img {
  width: 100%;
  height: clamp(360px, 44vw, 620px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.visual-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(8, 10, 13, 0.8);
  backdrop-filter: blur(14px);
  color: var(--text-soft);
  font-size: 0.88rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.visual-badge-top {
  top: 18px;
  left: 18px;
}

.visual-badge-bottom {
  right: 18px;
  bottom: 18px;
}

.visual-badge strong {
  color: var(--amber);
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--emerald);
  box-shadow: 0 0 16px rgba(37, 226, 139, 0.9);
}

.section-heading {
  max-width: 760px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  gap: 48px;
  align-items: start;
}

.split-layout.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
}

.point-grid,
.solution-grid,
.pricing-grid,
.compare-grid,
.mockup-grid,
.cta-grid {
  display: grid;
  gap: 16px;
}

.point-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.point-card,
.solution-card,
.price-card,
.compare-card,
.mockup-card,
.lead-form,
.audience-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.point-card,
.solution-card,
.price-card,
.compare-card,
.mockup-card,
.lead-form {
  padding: 22px;
}

.point-number {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 900;
}

.solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.solution-card {
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    var(--bg-soft);
}

.check-icon {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(37, 226, 139, 0.14);
}

.check-icon::before {
  content: "";
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--emerald);
  border-left: 2px solid var(--emerald);
  transform: rotate(-45deg) translate(1px, -1px);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
  counter-reset: steps;
}

.timeline li {
  position: relative;
  padding: 26px 18px;
  border-top: 1px solid var(--line);
}

.timeline li::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 18px;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--emerald);
  box-shadow: 0 0 16px rgba(37, 226, 139, 0.8);
}

.timeline span {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1.25;
}

.timeline p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.audience-grid article {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 16px;
  color: var(--text-soft);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.05);
}

.audience-grid article::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--amber);
}

.included-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.included-list span {
  min-height: 58px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-soft);
  font-weight: 750;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 510px;
  background: var(--bg-elevated);
}

.price-card.featured {
  border-color: rgba(37, 226, 139, 0.5);
  background:
    linear-gradient(180deg, rgba(37, 226, 139, 0.1), rgba(56, 189, 248, 0.05)),
    var(--bg-elevated);
  box-shadow: 0 22px 70px rgba(37, 226, 139, 0.12);
}

.popular-label {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: var(--radius);
  color: #07100c;
  background: var(--amber);
  font-size: 0.8rem;
  font-weight: 900;
}

.price {
  display: block;
  margin: 18px 0 22px;
  color: var(--text);
  font-size: 2.3rem;
  line-height: 1;
}

.price-card ul,
.compare-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.price-card li,
.compare-card li {
  color: var(--text-soft);
}

.price-card li::before,
.compare-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--emerald);
}

.price-card .btn {
  width: 100%;
  margin-top: auto;
}

.compare-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.compare-card {
  min-height: 300px;
}

.compare-card h3 {
  margin-bottom: 20px;
  font-size: 1.45rem;
}

.muted-card li::before {
  background: var(--danger);
}

.accent-card {
  border-color: rgba(56, 189, 248, 0.36);
  background: linear-gradient(135deg, rgba(37, 226, 139, 0.08), rgba(56, 189, 248, 0.08));
}

.mockup-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.mockup-card {
  overflow: hidden;
  padding: 0;
  background: var(--bg-elevated);
}

.mockup-card h3,
.mockup-card p {
  padding-inline: 20px;
}

.mockup-card h3 {
  margin-top: 18px;
}

.mockup-card p {
  margin-bottom: 20px;
}

.mock-browser {
  display: flex;
  gap: 7px;
  height: 34px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.mock-browser span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.mock-screen {
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    #0d1217;
}

.mock-hero,
.mock-services span,
.mock-lines span {
  border-radius: 6px;
}

.mock-hero {
  height: 82px;
  background: linear-gradient(135deg, rgba(37, 226, 139, 0.34), rgba(56, 189, 248, 0.18));
}

.mock-lines {
  display: grid;
  gap: 8px;
}

.mock-lines span {
  height: 10px;
  background: rgba(255, 255, 255, 0.12);
}

.mock-lines span:nth-child(1) {
  width: 78%;
}

.mock-lines span:nth-child(2) {
  width: 92%;
}

.mock-lines span:nth-child(3) {
  width: 58%;
}

.mock-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mock-services span {
  height: 54px;
  background: rgba(255, 255, 255, 0.09);
}

.auto-card .mock-hero {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.42), rgba(244, 201, 106, 0.26));
}

.build-card .mock-hero {
  background: linear-gradient(135deg, rgba(244, 201, 106, 0.38), rgba(255, 255, 255, 0.14));
}

.agro-card .mock-hero {
  background: linear-gradient(135deg, rgba(37, 226, 139, 0.38), rgba(244, 201, 106, 0.18));
}

.faq-list {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

summary {
  position: relative;
  min-height: 62px;
  padding: 18px 54px 18px 18px;
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--emerald);
  transform: translateY(-50%);
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 18px 18px;
}

.final-cta {
  padding-bottom: 120px;
}

.cta-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.68fr);
  align-items: start;
  gap: 44px;
}

.cta-copy {
  position: sticky;
  top: 104px;
}

.quick-contacts {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.quick-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
}

.quick-contacts a > span {
  display: grid;
  gap: 1px;
  line-height: 1.15;
}

.quick-contacts small {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.quick-contacts a:hover {
  border-color: rgba(37, 226, 139, 0.45);
  color: var(--text);
  background: rgba(37, 226, 139, 0.08);
}

.lead-form {
  display: grid;
  gap: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    var(--bg-elevated);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 7px;
}

label {
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: 0;
  color: var(--text);
  background: rgba(8, 10, 13, 0.72);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus {
  border-color: rgba(56, 189, 248, 0.7);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.12);
}

input::placeholder {
  color: rgba(167, 179, 192, 0.74);
}

.form-row.has-error input {
  border-color: rgba(255, 107, 107, 0.9);
  box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.1);
}

.error-message {
  min-height: 18px;
  color: var(--danger);
  font-size: 0.82rem;
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--emerald);
  font-weight: 800;
}

.mobile-sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 50;
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  color: #06110c;
  background: linear-gradient(135deg, var(--emerald), var(--cyan));
  font-weight: 900;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
}

.mobile-sticky-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.js .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  :root {
    --container: min(calc(100vw - 32px), 760px);
  }

  .main-nav {
    display: none;
  }

  .hero-grid,
  .split-layout,
  .split-layout.reverse,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-visual {
    max-width: 680px;
  }

  .solution-grid,
  .pricing-grid,
  .mockup-grid,
  .point-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline li {
    padding-left: 24px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .timeline li::before {
    top: 30px;
    left: -6px;
  }

  .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cta-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    min-height: 64px;
    padding-inline: 16px;
    gap: 12px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .language-switcher {
    gap: 3px;
    padding: 3px;
  }

  .language-switcher a {
    min-width: 31px;
    min-height: 30px;
    font-size: 0.74rem;
  }

  .header-cta {
    padding-inline: 12px;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .section-band {
    padding: 70px 0;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  h1 {
    font-size: clamp(1.95rem, 8vw, 2.35rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-lead {
    margin-bottom: 22px;
    font-size: 1rem;
  }

  .benefit-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .benefit-row li {
    min-height: 42px;
    min-width: 0;
    padding: 8px 10px;
    font-size: 0.84rem;
    overflow-wrap: anywhere;
  }

  .visual-badge {
    display: none;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-visual img {
    height: 210px;
    aspect-ratio: auto;
  }

  .solution-grid,
  .pricing-grid,
  .mockup-grid,
  .point-grid,
  .compare-grid,
  .included-list,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .solution-card,
  .price-card,
  .compare-card {
    min-height: auto;
  }

  .audience-grid article {
    min-height: 58px;
  }

  .mock-screen {
    min-height: 210px;
  }

  .quick-contacts a {
    flex: 1 1 120px;
    justify-content: center;
  }

  .final-cta {
    padding-bottom: 90px;
  }

  .mobile-sticky-cta {
    display: flex;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(calc(100vw - 24px), 380px);
  }

  .btn,
  .mobile-sticky-cta {
    font-size: 0.96rem;
  }

  .header-cta {
    display: none;
  }

  .site-header {
    justify-content: space-between;
  }

  .benefit-row {
    grid-template-columns: 1fr;
  }

  .hero-visual img {
    height: 190px;
  }

  .point-card,
  .solution-card,
  .price-card,
  .compare-card,
  .lead-form {
    padding: 18px;
  }
}
