:root {
  --bg: #050817;
  --bg-elevated: #0a1026;
  --bg-soft: #0e1836;
  --ink: #f4f8ff;
  --muted: #aebbd2;
  --muted-dark: #536078;
  --line: rgba(255, 255, 255, 0.1);
  --line-dark: rgba(12, 26, 56, 0.11);
  --teal: #20e7c4;
  --teal-dark: #087a69;
  --blue: #42b7ff;
  --light: #f3f7fb;
  --white: #fff;
  --dark-text: #0b1428;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(0, 11, 34, 0.14);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body,
button,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.metrika-noscript {
  position: absolute;
  left: -9999px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background-color 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(5, 8, 23, 0.88);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex: 0 0 auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.12em;
}

.brand-mark span:first-child {
  color: var(--white);
}

.brand-mark span:last-child {
  color: var(--teal);
}

.brand-name {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.desktop-nav a {
  color: #cad4e6;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-phone {
  color: var(--white);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.button {
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

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

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(66, 183, 255, 0.65);
  outline-offset: 3px;
}

.button-small {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
}

.button-primary {
  color: #06131d;
  background: var(--teal);
  box-shadow: 0 13px 30px rgba(32, 231, 196, 0.18);
}

.button-primary:hover {
  background: #49efd2;
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.2);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 132px 0 80px;
  background:
    radial-gradient(55% 55% at 80% 42%, rgba(42, 113, 211, 0.2), transparent 64%),
    radial-gradient(42% 44% at 18% 22%, rgba(32, 231, 196, 0.12), transparent 68%),
    linear-gradient(145deg, #040612 0%, #07102a 54%, #091839 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(66, 183, 255, 0.12);
  border-radius: 50%;
  transform: rotate(-9deg);
}

.hero::before {
  width: 1120px;
  height: 420px;
  right: -410px;
  bottom: -180px;
  box-shadow: 0 -12px 80px rgba(32, 231, 196, 0.08);
}

.hero::after {
  width: 800px;
  height: 280px;
  right: -220px;
  bottom: -90px;
  border-color: rgba(32, 231, 196, 0.2);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 32%, #000 75%, transparent);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1fr);
  align-items: center;
  gap: 48px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(32, 231, 196, 0.1);
}

.hero h1 {
  max-width: 650px;
  margin: 0 0 32px;
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero h1 span {
  color: var(--teal);
}

.hero-lead {
  max-width: 700px;
  margin: 0;
  color: #c0ccdf;
  font-size: 20px;
  line-height: 1.55;
}

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

.hero-proof div {
  position: relative;
  min-height: 94px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background:
    radial-gradient(80% 70% at 0 0, rgba(32, 231, 196, 0.1), transparent 65%),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 30px rgba(0, 0, 0, 0.1);
}

.hero-proof div::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, var(--teal), transparent 74%);
}

.hero-proof strong {
  color: var(--white);
  font-size: 14px;
  line-height: 1.25;
}

.hero-proof .hero-proof-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(32, 231, 196, 0.4);
  border-radius: 12px;
  color: var(--teal);
  background: linear-gradient(145deg, rgba(32, 231, 196, 0.18), rgba(32, 231, 196, 0.04));
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.messenger-row {
  margin-top: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  color: #8f9db5;
  font-size: 14px;
}

.messenger-row a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.details-link {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #aebbd0;
  font-size: 14px;
  text-decoration: none;
}

.details-link span {
  color: var(--teal);
}

.contact-hub {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(80% 70% at 100% 0%, rgba(66, 183, 255, 0.14), transparent 70%),
    rgba(7, 14, 35, 0.84);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px);
}

.contact-hub::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(32, 231, 196, 0.34), transparent 36%, transparent 68%, rgba(66, 183, 255, 0.24));
}

.contact-ready {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-hub-heading h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.contact-hub-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-choice-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.contact-choice {
  grid-column: span 2;
}

.contact-choice:nth-child(4),
.contact-choice:nth-child(5) {
  grid-column: span 3;
}

.contact-choice {
  --contact-accent: var(--teal);
  --contact-rgb: 32, 231, 196;
  position: relative;
  overflow: hidden;
  min-height: 122px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  color: var(--white);
  background:
    radial-gradient(90% 75% at 10% 0%, rgba(var(--contact-rgb), 0.13), transparent 58%),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 2px 0 rgba(var(--contact-rgb), 0.76),
    inset 0 0 0 1px rgba(var(--contact-rgb), 0.035);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  isolation: isolate;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.contact-choice::before {
  content: "↗";
  position: absolute;
  top: 15px;
  right: 16px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.38);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.22s ease, transform 0.22s ease;
}

.contact-choice:hover,
.contact-choice:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(var(--contact-rgb), 0.64);
  box-shadow:
    inset 0 2px 0 var(--contact-accent),
    0 18px 34px rgba(0, 0, 0, 0.22),
    0 0 30px rgba(var(--contact-rgb), 0.1);
}

.contact-choice:hover::before,
.contact-choice:focus-visible::before {
  color: var(--contact-accent);
  transform: translate(2px, -2px);
}

.contact-choice-icon {
  position: relative;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(var(--contact-rgb), 0.7);
  border-radius: 17px;
  color: var(--contact-accent);
  background:
    linear-gradient(145deg, rgba(var(--contact-rgb), 0.22), rgba(var(--contact-rgb), 0.055)),
    #0a1730;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-choice-icon::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(var(--contact-rgb), 0.2);
  border-radius: 11px;
}

.contact-choice-icon::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--contact-accent);
  box-shadow: 0 0 10px rgba(var(--contact-rgb), 0.9);
}

.contact-choice-icon > span {
  position: relative;
  z-index: 1;
}

.whatsapp-mark {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjM2MiIgdmlld0JveD0iMCAwIDM2MCAzNjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzA3LjU0NiA1Mi41NjU1QzI3My43MDkgMTguNjg1IDIyOC43MDYgMC4wMTcxODk1IDE4MC43NTYgMEM4MS45NTEgMCAxLjUzODQ2IDgwLjQwNCAxLjUwNDA4IDE3OS4yMzVDMS40ODY4OSAyMTAuODI5IDkuNzQ2NDYgMjQxLjY2NyAyNS40MzE5IDI2OC44NDRMMCAzNjEuNzM2TDk1LjAyMzYgMzM2LjgxMUMxMjEuMjAzIDM1MS4wOTYgMTUwLjY4MyAzNTguNjE2IDE4MC42NzkgMzU4LjYyNUgxODAuNzU2QzI3OS41NDQgMzU4LjYyNSAzNTkuOTY2IDI3OC4yMTIgMzYwIDE3OS4zODFDMzYwLjAxNyAxMzEuNDgzIDM0MS4zOTIgODYuNDU0NyAzMDcuNTQ2IDUyLjU3NDFWNTIuNTY1NVpNMTgwLjc1NiAzMjguMzU0SDE4MC42OTZDMTUzLjk2NiAzMjguMzQ2IDEyNy43NDQgMzIxLjE2IDEwNC44NjUgMzA3LjU4OUw5OS40MjQyIDMwNC4zNThMNDMuMDM0IDMxOS4xNDlMNTguMDgzNCAyNjQuMTY4TDU0LjU0MjMgMjU4LjUzQzM5LjYzMDQgMjM0LjgwOSAzMS43NDkgMjA3LjM5MSAzMS43NjYyIDE3OS4yNDRDMzEuODAwNiA5Ny4xMDM2IDk4LjYzMzQgMzAuMjcwNyAxODAuODE3IDMwLjI3MDdDMjIwLjYxIDMwLjI4NzkgMjU4LjAxNSA0NS44MDE1IDI4Ni4xNDUgNzMuOTY2NUMzMTQuMjc2IDEwMi4xMjMgMzI5Ljc1NSAxMzkuNTYyIDMyOS43MzggMTc5LjM2NEMzMjkuNzAzIDI2MS41MTMgMjYyLjg3MSAzMjguMzQ2IDE4MC43NTYgMzI4LjM0NlYzMjguMzU0Wk0yNjIuNDc1IDIxNi43NzdDMjU3Ljk5NyAyMTQuNTM0IDIzNS45NzggMjAzLjcwNCAyMzEuODY5IDIwMi4yMDlDMjI3Ljc2MSAyMDAuNzEzIDIyNC43NzkgMTk5Ljk2NiAyMjEuNzk2IDIwNC40NTJDMjE4LjgxNCAyMDguOTM5IDIxMC4yMjggMjE5LjAyOSAyMDcuNjE1IDIyMi4wMTFDMjA1LjAwMiAyMjUuMDAyIDIwMi4zODkgMjI1LjM3MiAxOTcuOTExIDIyMy4xMjhDMTkzLjQzNCAyMjAuODg1IDE3OS4wMDMgMjE2LjE1OCAxNjEuODkxIDIwMC45MDJDMTQ4LjU3OCAxODkuMDI0IDEzOS41ODcgMTc0LjM2MiAxMzYuOTc1IDE2OS44NzVDMTM0LjM2MiAxNjUuMzg5IDEzNi43IDE2Mi45NjUgMTM4LjkzNCAxNjAuNzM5QzE0MC45NDUgMTU4LjcyOCAxNDMuNDEyIDE1NS41MDUgMTQ1LjY1NSAxNTIuODkyQzE0Ny44OTkgMTUwLjI3OSAxNDguNjM4IDE0OC40MDYgMTUwLjEzMyAxNDUuNDIzQzE1MS42MjkgMTQyLjQzMiAxNTAuODgxIDEzOS44MiAxNDkuNzY0IDEzNy41NzZDMTQ4LjY0NiAxMzUuMzMzIDEzOS42OTEgMTEzLjI4NyAxMzUuOTUyIDEwNC4zMjNDMTMyLjMxNiA5NS41OTA5IDEyOC42MjEgOTYuNzc3IDEyNS44NzkgOTYuNjMwOUMxMjMuMjY2IDk2LjUwMTkgMTIwLjI4NCA5Ni40NzYyIDExNy4yOTMgOTYuNDc2MkMxMTQuMzAyIDk2LjQ3NjIgMTA5LjQ1NCA5Ny41OTM1IDEwNS4zNDYgMTAyLjA4QzEwMS4yMzggMTA2LjU2NiA4OS42NjkxIDExNy40MDQgODkuNjY5MSAxMzkuNDQxQzg5LjY2OTEgMTYxLjQ3OCAxMDUuNzE2IDE4Mi43ODUgMTA3Ljk1OSAxODUuNzc2QzExMC4yMDIgMTg4Ljc2NyAxMzkuNTQ0IDIzNC4wMDEgMTg0LjQ2OSAyNTMuNDA4QzE5NS4xNTMgMjU4LjAyMyAyMDMuNDk4IDI2MC43ODIgMjEwLjAwNCAyNjIuODQ1QzIyMC43MzEgMjY2LjI1NyAyMzAuNDk0IDI2NS43NzYgMjM4LjIxMiAyNjQuNjI0QzI0Ni44MTYgMjYzLjMzNSAyNjQuNzEgMjUzLjc4NiAyNjguNDQgMjQzLjMyNkMyNzIuMTcgMjMyLjg2NiAyNzIuMTcgMjIzLjg5MyAyNzEuMDUzIDIyMi4wMjhDMjY5LjkzNiAyMjAuMTYzIDI2Ni45NDUgMjE5LjAzNyAyNjIuNDY3IDIxNi43OTRMMjYyLjQ3NSAyMTYuNzc3WiIgZmlsbD0iIzI1RDM2NiIvPgo8L3N2Zz4K") center / contain no-repeat;
}

.contact-choice:hover .contact-choice-icon,
.contact-choice:focus-visible .contact-choice-icon {
  transform: translateY(-2px) scale(1.035);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.26),
    0 0 22px rgba(var(--contact-rgb), 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.contact-choice-icon-word {
  font-size: 11px;
  letter-spacing: 0.015em;
}

.contact-telegram {
  --contact-accent: #42b7ff;
  --contact-rgb: 66, 183, 255;
}

.contact-whatsapp {
  --contact-accent: #36df83;
  --contact-rgb: 54, 223, 131;
}

.contact-max {
  --contact-accent: #8d8aff;
  --contact-rgb: 141, 138, 255;
}

.contact-phone {
  --contact-accent: #55e6b1;
  --contact-rgb: 85, 230, 177;
}

.contact-form {
  --contact-accent: #20e7c4;
  --contact-rgb: 32, 231, 196;
}

.contact-choice strong,
.contact-choice > span:last-child {
  display: block;
}

.contact-choice strong {
  position: relative;
  z-index: 1;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.contact-choice > span:last-child {
  position: relative;
  z-index: 1;
  margin-top: 3px;
  color: #a6b3c8;
  font-size: 12px;
}

.contact-hub-note {
  margin: 18px 0 0;
  color: #91a0b8;
  font-size: 12px;
  text-align: center;
}

.contact-hub-note span {
  margin-right: 6px;
  color: var(--teal);
  font-size: 8px;
  vertical-align: 2px;
}

.contact-details-link {
  display: none;
}

.lead-preview {
  position: relative;
  padding: 28px;
  color: var(--ink);
  border: 1px solid rgba(32, 231, 196, 0.32);
  border-radius: 28px;
  background:
    radial-gradient(90% 70% at 0 0, rgba(32, 231, 196, 0.12), transparent 52%),
    linear-gradient(145deg, #0b1630, #081126 62%, #0d1d3b);
  box-shadow:
    0 34px 90px rgba(3, 13, 32, 0.26),
    0 0 0 7px rgba(32, 231, 196, 0.035);
}

.lead-example {
  margin-top: 22px;
  padding: 44px;
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1fr);
  align-items: center;
  gap: 54px;
  border: 1px solid rgba(10, 31, 58, 0.12);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(50% 90% at 100% 0, rgba(32, 231, 196, 0.1), transparent 70%),
    #f1f7fb;
  box-shadow: 0 30px 80px rgba(14, 38, 72, 0.1);
}

.lead-example-copy h3 {
  margin: 13px 0 16px;
  color: var(--dark-text);
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.lead-example-copy p {
  margin: 0;
  color: var(--muted-dark);
}

.lead-preview::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(32, 231, 196, 0.5), transparent 38%, transparent 70%, rgba(66, 183, 255, 0.28));
}

.lead-preview-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.lead-preview-top strong,
.preview-label {
  display: block;
}

.preview-label {
  margin-bottom: 5px;
  color: #aebbd2;
  font-size: 12px;
}

.lead-preview-top strong {
  color: #fff;
  font-size: 19px;
}

.verified {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--teal);
  background: rgba(32, 231, 196, 0.1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lead-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid rgba(180, 203, 232, 0.2);
  border-radius: 16px;
  background: rgba(180, 203, 232, 0.2);
}

.lead-fields div {
  min-height: 82px;
  padding: 15px;
  background: rgba(5, 12, 30, 0.92);
}

.lead-fields span,
.lead-fields strong {
  display: block;
}

.lead-fields span {
  color: #a5b3c9;
  font-size: 11px;
}

.lead-fields strong {
  margin-top: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.recording {
  position: relative;
  min-height: 104px;
  margin-top: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: 54px minmax(180px, 1fr) 118px auto;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  border: 1px solid rgba(32, 231, 196, 0.62);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(32, 231, 196, 0.24), rgba(11, 30, 56, 0.92) 58%),
    #0b1d34;
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.2),
    inset 0 0 40px rgba(32, 231, 196, 0.06);
}

.recording::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--teal);
}

.recording-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #06131d;
  background: var(--teal);
  box-shadow: 0 0 0 8px rgba(32, 231, 196, 0.12);
  font-size: 14px;
  transform: translateX(1px);
}

.recording-copy,
.recording-copy span,
.recording-copy strong {
  display: block;
}

.recording-label {
  margin-bottom: 3px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recording-copy strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.recording-description {
  margin-top: 4px;
  color: #b8c6da;
  font-size: 11px;
  line-height: 1.35;
}

.recording-wave {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.recording-wave i {
  width: 3px;
  height: 10px;
  display: block;
  border-radius: 999px;
  background: var(--teal);
  opacity: 0.82;
}

.recording-wave i:nth-child(2),
.recording-wave i:nth-child(8) {
  height: 24px;
}

.recording-wave i:nth-child(3),
.recording-wave i:nth-child(6),
.recording-wave i:nth-child(11) {
  height: 34px;
}

.recording-wave i:nth-child(4),
.recording-wave i:nth-child(9) {
  height: 18px;
}

.recording-wave i:nth-child(5),
.recording-wave i:nth-child(10) {
  height: 28px;
}

.recording-time {
  color: #d9e5f3;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.preview-note {
  margin: 14px 0 0;
  color: #9aa9bf;
  font-size: 10px;
  text-align: center;
}

.section {
  padding: 108px 0;
}

.section-light {
  color: var(--dark-text);
  background: var(--light);
}

.section-heading {
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 60px;
}

.section-heading h2,
.faq-heading h2,
.request-copy h2 {
  margin: 14px 0 0;
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.section-heading p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 18px;
}

.section:not(.section-light) .section-heading p,
.section-heading-on-dark p {
  color: var(--muted);
}

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

.comparison-card {
  padding: 40px;
  border-radius: var(--radius-lg);
}

.comparison-muted {
  color: #26334a;
  background: #e8eef4;
}

.comparison-accent {
  color: var(--ink);
  background:
    radial-gradient(60% 100% at 95% 0%, rgba(66, 183, 255, 0.22), transparent 60%),
    var(--bg-soft);
  box-shadow: var(--shadow);
}

.comparison-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: #46546b;
  background: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-accent .comparison-tag {
  color: var(--teal);
  background: rgba(32, 231, 196, 0.1);
}

.comparison-card h3 {
  max-width: 470px;
  margin: 24px 0 30px;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.check-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 15px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--teal);
  font-weight: 800;
}

.check-list-muted li::before {
  content: "—";
  color: #7f8ba0;
}

.check-list-blue li::before {
  color: var(--blue);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  min-height: 265px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    radial-gradient(90% 80% at 100% 0%, rgba(66, 183, 255, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.025);
}

.feature-number {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.feature-card h3 {
  margin: 48px 0 12px;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.qualification-note {
  margin-top: 18px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px;
  border: 1px solid rgba(32, 231, 196, 0.2);
  border-radius: var(--radius-md);
  background: rgba(32, 231, 196, 0.055);
}

.qualification-note strong {
  color: var(--teal);
}

.qualification-note p {
  margin: 0;
  color: var(--muted);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.value-card {
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(11, 35, 62, 0.08);
  border-radius: var(--radius-md);
  color: var(--dark-text);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(12, 25, 47, 0.07);
}

.value-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--teal-dark);
  background: rgba(32, 231, 196, 0.12);
  font-size: 12px;
  font-weight: 800;
}

.value-card h3 {
  margin: 44px 0 12px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.value-card p {
  margin: 0;
  color: var(--muted-dark);
}

.quality-section {
  background:
    radial-gradient(45% 70% at 10% 40%, rgba(32, 231, 196, 0.09), transparent 70%),
    radial-gradient(40% 60% at 90% 15%, rgba(66, 183, 255, 0.12), transparent 70%),
    #081127;
}

.quality-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.quality-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.035);
}

.quality-main {
  background: linear-gradient(145deg, rgba(10, 104, 87, 0.4), rgba(255, 255, 255, 0.035));
}

.quality-badge {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--teal);
  background: rgba(32, 231, 196, 0.11);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quality-badge-blue {
  color: #8dd3ff;
  background: rgba(66, 183, 255, 0.12);
}

.quality-card h3 {
  margin: 20px 0 28px;
  font-size: 29px;
  letter-spacing: -0.04em;
}

.replacement-flow {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.replacement-flow div {
  min-height: 205px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.replacement-flow span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
}

.replacement-flow strong {
  margin: 30px 0 9px;
  display: block;
  font-size: 17px;
}

.replacement-flow p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.single-partner {
  margin-top: 18px;
  padding: 36px 38px;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 34px;
  border: 1px solid rgba(32, 231, 196, 0.28);
  border-radius: var(--radius-lg);
  background: rgba(3, 20, 31, 0.72);
}

.single-partner-mark {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  color: #06131d;
  background: var(--teal);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.single-partner h3 {
  margin: 10px 0 8px;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.single-partner p {
  margin: 0;
  color: var(--muted);
}

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

.responsibility-card {
  padding: 38px;
  border: 1px solid rgba(11, 35, 62, 0.08);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 20px 50px rgba(12, 25, 47, 0.07);
}

.responsibility-client {
  background: #eaf4fb;
}

.responsibility-owner {
  margin-bottom: 26px;
  display: block;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.responsibility-card .check-list {
  color: #344158;
  font-size: 17px;
}

.conversion-note {
  margin-top: 18px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 30px;
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--bg-soft);
}

.conversion-note > strong {
  color: var(--teal);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.conversion-note h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.conversion-note p {
  margin: 0;
  color: var(--muted);
}

.process-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.process-step {
  position: relative;
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.025);
}

.process-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(32, 231, 196, 0.18), rgba(66, 183, 255, 0.1));
}

.process-icon img {
  width: 34px;
  height: 34px;
}

.process-number {
  position: absolute;
  top: 28px;
  right: 26px;
  color: #5d6d88;
  font-size: 13px;
  font-weight: 800;
}

.process-step h3 {
  margin: 48px 0 12px;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.process-step p {
  margin: 0;
  color: var(--muted);
}

.local-market {
  margin-top: 18px;
  padding: 34px;
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(66, 183, 255, 0.2);
  border-radius: var(--radius-md);
  background: rgba(66, 183, 255, 0.065);
}

.local-market-mark {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #06131d;
  background: var(--blue);
  font-size: 34px;
  font-weight: 800;
}

.local-market h3 {
  margin: 8px 0 7px;
  font-size: 26px;
  letter-spacing: -0.035em;
}

.local-market p {
  margin: 0;
  color: var(--muted);
}

.mid-cta {
  margin-top: 18px;
  padding: 30px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(32, 231, 196, 0.12), rgba(66, 183, 255, 0.09));
}

.mid-cta h3 {
  margin: 8px 0 0;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.seo-section {
  color: var(--dark-text);
  background:
    radial-gradient(45% 80% at 100% 0%, rgba(66, 183, 255, 0.11), transparent 70%),
    var(--light);
}

.seo-heading {
  align-items: end;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-card {
  padding: 30px;
  border: 1px solid rgba(11, 35, 62, 0.09);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(12, 25, 47, 0.06);
}

.seo-card h3,
.seo-summary h3 {
  margin: 0 0 14px;
  color: var(--dark-text);
  font-size: 22px;
  letter-spacing: -0.035em;
}

.seo-card p,
.seo-summary p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 15px;
  line-height: 1.7;
}

.seo-summary {
  margin-top: 16px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
  border: 1px solid rgba(8, 122, 105, 0.15);
  border-radius: var(--radius-md);
  background: rgba(32, 231, 196, 0.07);
}

.seo-guides-section {
  background:
    radial-gradient(48% 70% at 8% 30%, rgba(32, 231, 196, 0.09), transparent 72%),
    radial-gradient(45% 75% at 94% 50%, rgba(66, 183, 255, 0.1), transparent 72%),
    #071027;
}

.seo-guides-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.seo-guide-card {
  min-height: 280px;
  padding: 28px;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--white);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.seo-guide-card:nth-child(4),
.seo-guide-card:nth-child(5) {
  grid-column: span 3;
  min-height: 248px;
}

.seo-guide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(32, 231, 196, 0.34);
  background: rgba(32, 231, 196, 0.07);
}

.seo-guide-card-featured {
  border-color: rgba(32, 231, 196, 0.3);
  background: linear-gradient(145deg, rgba(32, 231, 196, 0.12), rgba(66, 183, 255, 0.055));
}

.seo-guide-card > span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-guide-card h3 {
  margin: 18px 0 12px;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.seo-guide-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.seo-guide-card strong {
  margin-top: auto;
  padding-top: 22px;
  color: var(--white);
  font-size: 13px;
}

/* Отдельные SEO-страницы */
.seo-page {
  color: var(--dark-text);
  background: var(--light);
}

.seo-page .request-section {
  color: var(--white);
}

.seo-page .request-copy h2,
.seo-page .contact-stack strong {
  color: var(--white);
}

.seo-page .request-copy > p,
.seo-page .contact-stack span {
  color: #aebbd2;
}

.seo-page-hero {
  position: relative;
  overflow: hidden;
  padding: 116px 0 74px;
  color: var(--white);
  background:
    radial-gradient(50% 80% at 12% 26%, rgba(32, 231, 196, 0.12), transparent 72%),
    radial-gradient(50% 80% at 92% 56%, rgba(66, 183, 255, 0.16), transparent 72%),
    linear-gradient(145deg, #040612 0%, #07102a 58%, #091839 100%);
}

.seo-page-hero::after {
  content: "";
  position: absolute;
  right: -280px;
  bottom: -230px;
  width: 820px;
  height: 390px;
  border: 1px solid rgba(32, 231, 196, 0.16);
  border-radius: 50%;
  transform: rotate(-10deg);
  pointer-events: none;
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  margin-bottom: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: #8f9db4;
  font-size: 13px;
}

.breadcrumbs a {
  color: #c3cde0;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--white);
}

.seo-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.62fr);
  align-items: start;
  gap: 70px;
}

.seo-page-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(43px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.seo-page-hero h1 span {
  color: var(--teal);
}

.seo-page-lead {
  max-width: 780px;
  margin: 28px 0 0;
  color: #b8c4d8;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
}

.seo-page-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-page-side {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.seo-page-side > span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-page-side h2 {
  margin: 12px 0 18px;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.seo-page-side ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.seo-page-side li {
  position: relative;
  padding-left: 25px;
  color: #c1cce0;
  font-size: 14px;
}

.seo-page-side li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--teal);
  font-weight: 800;
}

.content-section {
  padding: 92px 0;
  background: var(--light);
}

.content-section + .content-section {
  border-top: 1px solid var(--line-dark);
}

.content-section-dark {
  color: var(--white);
  background:
    radial-gradient(50% 100% at 92% 30%, rgba(66, 183, 255, 0.1), transparent 70%),
    #08132c;
}

.content-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.content-heading .section-kicker {
  color: var(--teal-dark);
}

.content-section-dark .content-heading .section-kicker {
  color: var(--teal);
}

.content-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.content-heading p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted-dark);
  font-size: 18px;
}

.content-section-dark .content-heading p {
  color: var(--muted);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.content-card {
  padding: 28px;
  border: 1px solid var(--line-dark);
  border-radius: 23px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(12, 31, 63, 0.055);
}

.content-section-dark .content-card {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
}

.content-card-number {
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #05211c;
  background: rgba(32, 231, 196, 0.75);
  font-size: 12px;
  font-weight: 850;
}

.content-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.17;
  letter-spacing: -0.035em;
}

.content-card p {
  margin: 0;
  color: var(--muted-dark);
}

.content-section-dark .content-card p {
  color: var(--muted);
}

.content-card ul {
  margin: 15px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.content-card li {
  position: relative;
  padding-left: 22px;
  color: var(--muted-dark);
  font-size: 14px;
}

.content-section-dark .content-card li {
  color: var(--muted);
}

.content-card li::before {
  content: "•";
  position: absolute;
  left: 2px;
  color: var(--teal-dark);
  font-weight: 900;
}

.content-section-dark .content-card li::before {
  color: var(--teal);
}

.example-panel {
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  border: 1px solid rgba(32, 231, 196, 0.3);
  border-radius: 28px;
  color: var(--white);
  background: linear-gradient(145deg, #071b2a, #0d1a3c);
  box-shadow: 0 24px 66px rgba(0, 17, 45, 0.15);
}

.example-panel-label {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.example-panel h3 {
  margin: 12px 0 0;
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.example-panel p {
  margin: 0;
  color: #becadd;
  font-size: 17px;
}

.example-panel blockquote {
  margin: 18px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--teal);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.055);
  color: var(--white);
  font-weight: 650;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 16px 46px rgba(12, 31, 63, 0.06);
}

.info-table th,
.info-table td {
  padding: 19px 22px;
  border-bottom: 1px solid var(--line-dark);
  text-align: left;
  vertical-align: top;
}

.info-table th {
  width: 34%;
  color: var(--dark-text);
  font-size: 14px;
}

.info-table td {
  color: var(--muted-dark);
}

.info-table tr:last-child th,
.info-table tr:last-child td {
  border-bottom: 0;
}

.formula-box {
  padding: 34px;
  border: 1px solid rgba(32, 231, 196, 0.35);
  border-radius: 26px;
  color: var(--white);
  background: linear-gradient(145deg, #071b2a, #0d1a3c);
}

.formula-box strong {
  display: block;
  color: var(--teal);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.formula-box p {
  margin: 14px 0 0;
  font-size: clamp(23px, 3vw, 36px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.formula-box small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
}

.related-section {
  padding: 78px 0;
  border-top: 1px solid var(--line-dark);
  background: #eaf1f8;
}

.related-section h2 {
  margin: 0 0 28px;
  font-size: clamp(30px, 3.5vw, 44px);
  letter-spacing: -0.045em;
}

.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.related-links a {
  min-height: 150px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  color: var(--dark-text);
  background: var(--white);
  text-decoration: none;
}

.related-links a:hover {
  border-color: rgba(8, 122, 105, 0.32);
}

.related-links span {
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.related-links strong {
  font-size: 18px;
  line-height: 1.25;
}

.footer-resources {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-resources a {
  color: #8995aa;
  font-size: 12px;
  text-decoration: none;
}

.footer-resources a:hover {
  color: var(--white);
}

.faq-section {
  background: #070c1d;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1fr);
  gap: 80px;
}

.faq-heading {
  align-self: start;
  position: sticky;
  top: 120px;
}

.faq-heading p {
  margin: 24px 0;
  color: var(--muted);
  font-size: 17px;
}

.text-button {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.faq-list summary {
  position: relative;
  padding: 24px 64px 24px 24px;
  cursor: pointer;
  color: var(--white);
  font-size: 18px;
  font-weight: 650;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  color: var(--teal);
  font-size: 28px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 64px 24px 24px;
  color: var(--muted);
}

.request-section {
  padding: 110px 0;
  background:
    radial-gradient(50% 100% at 8% 20%, rgba(32, 231, 196, 0.1), transparent 70%),
    radial-gradient(50% 80% at 90% 20%, rgba(66, 183, 255, 0.13), transparent 70%),
    #08132c;
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.72fr);
  align-items: start;
  gap: 80px;
}

.request-copy h2 {
  max-width: 610px;
}

.request-copy > p {
  max-width: 590px;
  margin: 24px 0 34px;
  color: var(--muted);
  font-size: 18px;
}

.contact-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.contact-stack a {
  min-height: 84px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.contact-stack a:hover {
  border-color: rgba(32, 231, 196, 0.35);
  background: rgba(32, 231, 196, 0.08);
}

.contact-stack span {
  color: #7f8fa8;
  font-size: 11px;
}

.contact-stack strong {
  margin-top: 4px;
  font-size: 13px;
}

.amo-panel {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(5, 10, 27, 0.72);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px);
}

.form-modal-close {
  display: none;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.form-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  background: rgba(2, 5, 15, 0.78);
  backdrop-filter: blur(10px);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

body.form-modal-open {
  overflow: hidden;
}

body.form-modal-open .form-backdrop {
  visibility: visible;
  opacity: 1;
}

body.form-modal-open .amo-panel {
  position: fixed;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: min(620px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  transform: translate(-50%, -50%);
  background: #071027;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
}

body.form-modal-open .form-modal-close {
  display: grid;
  place-items: center;
}

.amo-panel-heading {
  margin-bottom: 20px;
}

.amo-panel-heading span,
.amo-panel-heading strong {
  display: block;
}

.amo-panel-heading span {
  margin-bottom: 5px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.amo-panel-heading strong {
  font-size: 21px;
}

.amo-form {
  min-height: 320px;
}

.amo-form iframe,
.amo-form .amoforms_iframe,
.amo-form .amoforms__iframe {
  width: 100% !important;
  min-height: 440px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: transparent !important;
}

.form-note {
  margin: 16px 0 0;
  color: #75839a;
  font-size: 11px;
  line-height: 1.45;
}

.site-footer {
  padding: 42px 0 110px;
  border-top: 1px solid var(--line);
  background: #040611;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 44px;
}

.brand-mark-small {
  font-size: 34px;
}

.site-footer p {
  margin: 0;
  color: #748198;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.footer-links a,
.footer-links button {
  padding: 0;
  border: 0;
  color: #bac5d7;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.mobile-actions {
  display: none;
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .hero-layout,
  .request-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    gap: 50px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .contact-hub {
    max-width: 760px;
  }

  .lead-example {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lead-preview {
    max-width: 680px;
  }

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

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

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

  .seo-guide-card,
  .seo-guide-card:nth-child(4),
  .seo-guide-card:nth-child(5) {
    min-height: 240px;
    grid-column: span 1;
  }

  .seo-guide-card:last-child {
    grid-column: 1 / -1;
  }

  .seo-page-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .seo-page-side {
    max-width: 720px;
  }

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

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .faq-heading {
    position: static;
  }

  .request-layout {
    gap: 44px;
  }

  .amo-panel {
    max-width: 680px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-bottom: 68px;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-mark {
    font-size: 35px;
  }

  .brand-name {
    font-size: 17px;
  }

  .header-phone,
  .header-actions .button {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 100px 0 54px;
  }

  .seo-page-hero {
    padding: 92px 0 52px;
  }

  .breadcrumbs {
    margin-bottom: 30px;
    font-size: 11px;
  }

  .seo-page-hero h1 {
    font-size: clamp(37px, 11.2vw, 51px);
    line-height: 1.01;
  }

  .seo-page-lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .seo-page-actions {
    flex-direction: column;
  }

  .seo-page-actions .button {
    width: 100%;
  }

  .seo-page-side {
    padding: 22px;
    border-radius: 21px;
  }

  .content-section {
    padding: 62px 0;
  }

  .content-heading {
    margin-bottom: 30px;
  }

  .content-heading h2 {
    font-size: 34px;
  }

  .content-heading p {
    font-size: 16px;
  }

  .content-grid,
  .content-grid-two,
  .related-links,
  .seo-guides-grid {
    grid-template-columns: 1fr;
  }

  .seo-guide-card,
  .seo-guide-card:nth-child(4),
  .seo-guide-card:nth-child(5),
  .seo-guide-card:last-child {
    min-height: 220px;
    grid-column: auto;
  }

  .content-card {
    padding: 23px;
  }

  .example-panel {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .info-table,
  .info-table tbody,
  .info-table tr,
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
  }

  .info-table tr {
    padding: 17px 18px;
    border-bottom: 1px solid var(--line-dark);
  }

  .info-table th,
  .info-table td {
    padding: 0;
    border: 0;
  }

  .info-table td {
    margin-top: 6px;
  }

  .formula-box {
    padding: 24px;
  }

  .related-section {
    padding: 58px 0;
  }

  .hero-layout {
    gap: 26px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 10px;
  }

  .hero h1 {
    margin: 0 0 24px;
    font-size: clamp(39px, 11vw, 52px);
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.48;
  }

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

  .hero-proof div {
    min-height: 78px;
    padding: 12px;
  }

  .hero-proof strong {
    font-size: 12px;
  }

  .hero-proof .hero-proof-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .details-link {
    display: none;
  }

  .contact-hub {
    padding: 18px;
    border-radius: 23px;
  }

  .contact-hub-heading h2 {
    font-size: 26px;
  }

  .contact-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
    gap: 8px;
  }

  .contact-choice {
    grid-column: auto;
    min-height: 112px;
    padding: 14px;
    border-radius: 17px;
  }

  .contact-choice-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 15px;
    font-size: 21px;
  }

  .contact-choice-icon-word {
    font-size: 10px;
  }

  .contact-choice strong {
    font-size: 15px;
  }

  .contact-choice > span:last-child {
    font-size: 10px;
  }

  .contact-choice:nth-child(4) {
    grid-column: auto;
  }

  .contact-choice:nth-child(5) {
    grid-column: span 2;
  }

  .contact-hub-note {
    line-height: 1.4;
  }

  .contact-details-link {
    margin-top: 16px;
    display: block;
    color: var(--teal);
    font-size: 12px;
    text-align: center;
    text-decoration: none;
  }

  .lead-preview {
    padding: 18px;
    border-radius: 22px;
  }

  .lead-preview-top {
    display: grid;
  }

  .verified {
    width: max-content;
  }

  .recording {
    min-height: 126px;
    padding: 16px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 12px 14px;
  }

  .recording-icon {
    width: 48px;
    height: 48px;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .recording-copy {
    grid-column: 2 / 4;
    grid-row: 1;
  }

  .recording-wave {
    height: 25px;
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
  }

  .recording-time {
    grid-column: 3;
    grid-row: 2;
  }

  .lead-fields {
    grid-template-columns: 1fr;
  }

  .section,
  .request-section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-heading h2,
  .faq-heading h2,
  .request-copy h2 {
    font-size: 38px;
  }

  .section-heading p,
  .request-copy > p {
    font-size: 16px;
  }

  .comparison,
  .feature-grid,
  .value-grid,
  .quality-layout,
  .replacement-flow,
  .responsibility-grid,
  .process-grid,
  .seo-grid {
    grid-template-columns: 1fr;
  }

  .seo-card {
    padding: 24px;
  }

  .seo-summary {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }

  .lead-example {
    padding: 24px;
    border-radius: 22px;
  }

  .lead-example-copy h3 {
    font-size: 28px;
  }

  .qualification-note {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }

  .value-card,
  .replacement-flow div {
    min-height: auto;
  }

  .value-card h3 {
    margin-top: 28px;
  }

  .comparison-card,
  .quality-card,
  .responsibility-card {
    padding: 26px;
    border-radius: 22px;
  }

  .comparison-card h3,
  .quality-card h3 {
    font-size: 25px;
  }

  .feature-card,
  .process-step {
    min-height: auto;
    padding: 24px;
  }

  .feature-card h3,
  .process-step h3 {
    margin-top: 32px;
  }

  .single-partner {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .single-partner-mark {
    width: 86px;
    height: 86px;
    border-radius: 22px;
    font-size: 26px;
  }

  .single-partner h3 {
    font-size: 25px;
  }

  .conversion-note {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .conversion-note > strong {
    font-size: 19px;
  }

  .local-market {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .local-market-mark {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 28px;
  }

  .local-market h3 {
    font-size: 23px;
  }

  .mid-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .mid-cta h3 {
    font-size: 24px;
  }

  .mid-cta .button {
    width: 100%;
  }

  .faq-list summary {
    padding: 20px 54px 20px 18px;
    font-size: 16px;
  }

  .faq-list details p {
    padding: 0 18px 20px;
    font-size: 14px;
  }

  .faq-list summary::after {
    right: 18px;
  }

  .contact-stack {
    grid-template-columns: 1fr;
  }

  .contact-stack a {
    min-height: 70px;
  }

  .amo-panel {
    padding: 18px;
    border-radius: 22px;
  }

  body.form-modal-open .amo-panel {
    width: calc(100% - 16px);
    max-height: calc(100vh - 16px);
  }

  .footer-inner {
    gap: 16px;
  }

  .site-footer {
    padding-bottom: 38px;
  }

  .mobile-actions {
    position: fixed;
    z-index: 120;
    inset: auto 0 0;
    min-height: 66px;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(4, 7, 18, 0.94);
    backdrop-filter: blur(18px);
  }

  .mobile-actions a,
  .mobile-actions button {
    min-height: 48px;
    padding: 5px 2px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 11px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.045);
    font: inherit;
    font-size: 10px;
    font-weight: 750;
    text-decoration: none;
  }

  .mobile-actions a > span,
  .mobile-actions button > span {
    font-size: 17px;
    line-height: 1;
  }

  .mobile-actions .mobile-max-icon {
    width: 29px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--white);
    background: linear-gradient(145deg, #6f68ff, #3c9bf5);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }

  .mobile-actions .mobile-whatsapp-icon {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    background: transparent;
  }

  .mobile-actions .mobile-whatsapp-icon .whatsapp-mark {
    width: 20px;
    height: 20px;
    display: block;
  }

  .mobile-actions .mobile-primary {
    color: #06131d;
    background: var(--teal);
    border-color: var(--teal);
  }
}

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

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