:root {
  --bg: #f2f0ea;
  --paper: #fffaf0;
  --paper-strong: #fff4dc;
  --ink: #191713;
  --muted: #6c655a;
  --line: rgba(25, 23, 19, .13);
  --orange: #ff6a1a;
  --orange-dark: #da4e0d;
  --yellow: #ffd23f;
  --green: #1b8f65;
  --shadow: 0 24px 70px rgba(36, 30, 19, .14);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 210, 63, .30), transparent 28rem),
    radial-gradient(circle at 94% 0%, rgba(255, 106, 26, .20), transparent 30rem),
    var(--bg);
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: min(var(--max), calc(100% - 32px));
  margin: 16px auto 0;
  min-height: 68px;
  padding: 12px 14px 12px 22px;
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  background: rgba(255, 250, 240, .82);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(32, 28, 20, .08);
}
.brand { font-weight: 900; font-size: 26px; letter-spacing: -.06em; margin-right: auto; }
.brand span, .eyebrow, .text-link { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 700; font-size: 14px; }
.main-nav a:hover { color: var(--ink); }

.header-cta, .btn {
  font: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta, .btn--primary { color: #fff; background: var(--orange); box-shadow: 0 12px 30px rgba(255, 106, 26, .28); }
.btn--ghost { background: rgba(255,255,255,.55); border-color: var(--line); color: var(--ink); }
.header-cta:hover, .btn:hover { transform: translateY(-2px); }
.btn--primary:hover { background: var(--orange-dark); box-shadow: 0 16px 36px rgba(255, 106, 26, .34); }

.section-pad { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 86px 0; }
.eyebrow { margin: 0 0 14px; font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 720px; font-size: clamp(50px, 8vw, 112px); line-height: .9; letter-spacing: -.075em; }
h1 span { display: block; color: var(--orange); }
h2 { margin-bottom: 20px; font-size: clamp(34px, 5vw, 68px); line-height: .95; letter-spacing: -.06em; }
h3 { margin-bottom: 16px; font-size: clamp(24px, 3vw, 38px); line-height: 1; letter-spacing: -.045em; }

.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 4vw, 68px);
  padding-top: 32px;
  padding-bottom: 48px;
}
.hero__content { position: relative; z-index: 1; }
.hero h1 { margin-bottom: 20px; font-size: clamp(54px, 6.5vw, 94px); line-height: .88; }
.hero__lead { max-width: 560px; margin-bottom: 0; font-size: clamp(18px, 1.75vw, 25px); color: var(--muted); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }

.hero-case {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 2.6vw, 36px);
  border: 1px solid rgba(25, 23, 19, .09);
  border-radius: 34px;
  background: rgba(255, 250, 240, .96);
  box-shadow: 0 28px 80px rgba(36, 30, 19, .16);
  overflow: hidden;
}
.hero-case::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  top: -135px;
  right: -85px;
  border-radius: 50%;
  background: rgba(255, 106, 26, .15);
  pointer-events: none;
}
.hero-case__header { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.hero-case__kicker { margin-bottom: 7px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-case__header h2 { max-width: 330px; margin: 0; font-size: clamp(26px, 2.5vw, 38px); line-height: 1; letter-spacing: -.05em; }
.hero-case__status { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 999px; background: #fff; color: var(--muted); font-size: 11px; font-weight: 850; box-shadow: 0 8px 24px rgba(36, 30, 19, .08); }
.hero-case__status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(27, 143, 101, .12); }
.hero-case__metrics { position: relative; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin: 26px 0 18px; }
.hero-case__metric { grid-column: span 2; min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255, 255, 255, .68); }
.hero-case__metric--primary, .hero-case__metric--applications { grid-column: span 3; }
.hero-case__metric--applications { color: #fff; border-color: var(--orange); background: var(--orange); }
.hero-case__metric dt { margin-bottom: 6px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.hero-case__metric--applications dt { color: rgba(255,255,255,.72); }
.hero-case__metric dd { margin: 0; font-size: clamp(21px, 2vw, 30px); font-weight: 950; line-height: 1; letter-spacing: -.045em; white-space: nowrap; }

.hero-funnel { padding: 17px; border-radius: 22px; background: #1d1b17; color: #fff; }
.hero-funnel__label { margin-bottom: 13px; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-funnel__stages { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.18fr); align-items: center; gap: 7px; }
.hero-funnel__stage { min-width: 0; padding: 10px 8px; border: 1px solid rgba(255,255,255,.10); border-radius: 14px; background: rgba(255,255,255,.06); text-align: center; }
.hero-funnel__stage--accent { color: #1d1b17; border-color: var(--yellow); background: var(--yellow); }
.hero-funnel__icon { display: grid; place-items: center; width: 25px; height: 25px; margin: 0 auto 7px; border-radius: 8px; background: rgba(255,255,255,.10); color: var(--yellow); font-weight: 950; }
.hero-funnel__stage--accent .hero-funnel__icon { background: rgba(29,27,23,.10); color: #1d1b17; }
.hero-funnel__stage > span:not(.hero-funnel__icon) { display: block; overflow: hidden; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 800; text-overflow: ellipsis; text-transform: uppercase; }
.hero-funnel__stage--accent > span:not(.hero-funnel__icon) { color: rgba(29,27,23,.62); }
.hero-funnel__stage strong { display: block; margin-top: 3px; overflow: hidden; font-size: 13px; text-overflow: ellipsis; }
.hero-funnel__arrow { color: var(--orange); font-size: 17px; font-weight: 900; }

.strip, .statement-card, .case, .final-contact__panel, .contact-links {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 240, .92);
  box-shadow: var(--shadow);
}
.strip { display: grid; grid-template-columns: .86fr 1.14fr; gap: 36px; padding: clamp(28px, 5vw, 56px); }
.strip__intro h2 { font-size: clamp(28px, 4vw, 52px); }
.consult-form, .short-form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label:not(.privacy-consent) > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
input { width: 100%; min-height: 56px; padding: 0 18px; border-radius: 16px; border: 1px solid var(--line); background: #fff; color: var(--ink); outline: none; }
input:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,106,26,.12); }
.consult-form label:not(.privacy-consent) { min-width: 0; display: grid; gap: 6px; }
.consult-form .field-label { position: static; width: auto; height: auto; overflow: visible; clip: auto; color: var(--muted); font-size: 12px; font-weight: 800; line-height: 1.2; letter-spacing: .01em; white-space: nowrap; }
.consult-form input,
.consult-form select { height: 52px; min-height: 52px; font-size: 15px; }
.consult-form select { width: 100%; min-width: 0; padding: 0 38px 0 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink); font: inherit; outline: none; text-overflow: ellipsis; }
.consult-form select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,106,26,.12); }
.consult-form input[aria-invalid="true"] { border-color: #b42318; }
.consult-form .field-error { position: static; width: auto; height: auto; overflow: visible; clip: auto; color: #b42318; font-size: 13px; font-weight: 750; }
.consult-form .field-error[hidden] { display: none; }
.consult-form__schedule { display: grid; grid-template-columns: minmax(145px, .9fr) minmax(125px, .75fr) minmax(210px, 1.35fr); gap: 12px; }
.consult-form__phone { display: grid; grid-template-columns: minmax(150px, .72fr) minmax(240px, 1.28fr); gap: 12px; }

.section-head { max-width: 820px; margin-bottom: 42px; }
.section-head--wide { max-width: 1000px; }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reason-grid article, .process-grid article, .strategy__cards article, .case-card, .website-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 240, .72);
  box-shadow: 0 12px 34px rgba(36, 30, 19, .06);
}
.reason-grid article { min-height: 210px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.reason-grid span, .process-grid span { color: var(--orange); font-weight: 950; font-size: 22px; }
.reason-grid p { margin: 26px 0 0; font-size: 20px; line-height: 1.25; }
.reason-grid__final { background: var(--ink) !important; color: #fff; }
.statement-card { margin-top: 24px; padding: 34px; display: grid; grid-template-columns: minmax(260px, .88fr) 1fr; align-items: center; gap: 40px; overflow: visible; }
.statement-card img { width: 132%; max-width: none; max-height: 525px; margin: -68px 0 -38px -14%; object-fit: contain; filter: drop-shadow(0 22px 26px rgba(36, 30, 19, .13)); }

.case__kicker { margin-bottom: 10px; color: var(--green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.text-link { display: inline-flex; width: fit-content; align-items: center; gap: 8px; margin-right: 16px; border: 0; background: transparent; padding: 0; font-weight: 900; cursor: pointer; }
.text-link::after { content: "→"; }

.funnel-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.funnel-case {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  gap: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 240, .82);
  box-shadow: 0 12px 34px rgba(36, 30, 19, .07);
}
.funnel-case--featured { grid-column: 1 / -1; }
.funnel-case__heading h3 { max-width: 940px; margin: 0; font-size: clamp(25px, 3vw, 40px); }
.funnel-case__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.funnel-case__panel[hidden] { display: none; }
.funnel-case__panel {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  animation: case-panel-in .22s ease both;
}
@keyframes case-panel-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
.funnel-case__metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.funnel-case__metrics dl { min-width: 0; margin: 0; padding: 15px; border: 1px solid rgba(25, 23, 19, .08); border-radius: 17px; background: #fff; }
.funnel-case__metrics dt { color: var(--muted); font-size: 12px; font-weight: 850; line-height: 1.2; }
.funnel-case__metrics dd { margin: 7px 0 0; font-size: clamp(18px, 2vw, 25px); font-weight: 950; line-height: 1.15; overflow-wrap: anywhere; }
.funnel-case__metric--accent { background: var(--paper-strong) !important; }
.funnel-case__metric--accent dd { color: var(--orange); }
.funnel-case__metric-group { grid-column: 1 / -1; padding: 15px; border: 1px solid rgba(25, 23, 19, .08); border-radius: 17px; background: rgba(255,255,255,.5); }
.funnel-case__metric-group h4 { margin: 0 0 10px; color: var(--ink); font-size: 14px; line-height: 1.25; }
.funnel-case__metric-group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.funnel-case__metric-group .funnel-case__metric-group-grid dl { background: #fff; }
.funnel-case__metric--total { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.funnel-case__metric--total dd { margin-top: 0; font-size: clamp(26px, 3vw, 36px); }
.metric-pairs { display: grid; gap: 10px; }
.metric-pairs span { display: grid; gap: 3px; }
.metric-pairs span + span { padding-top: 10px; border-top: 1px solid var(--line); }
.metric-pairs small { color: var(--muted); font-size: 10px; font-weight: 850; line-height: 1.2; text-transform: uppercase; letter-spacing: .045em; }
.metric-pairs strong { font-size: clamp(18px, 2vw, 25px); }
.funnel-case__copy { max-width: 760px; margin-top: 24px; }
.funnel-case__copy h4, .funnel-case__panel--example h4 { margin: 0 0 10px; font-size: clamp(22px, 2.6vw, 32px); line-height: 1.05; letter-spacing: -.035em; }
.funnel-case__copy p { margin-bottom: 14px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.funnel-case__panel--example .eyebrow { margin-bottom: 8px; }
.funnel-case__panel--example img { display: block; width: 100%; height: auto; margin-top: 20px; border-radius: 20px; background: #fff; }
.case-action {
  min-height: 46px;
  padding: 11px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.case-action:hover { transform: translateY(-2px); border-color: var(--orange); }
.case-action--primary { border-color: var(--orange); background: var(--orange); color: #fff; }
.case-action--primary:hover { background: var(--orange-dark); }
.case-action[aria-expanded="true"] { border-color: var(--ink); background: var(--ink); color: #fff; }
.case-action::after { content: "+"; margin-left: 8px; font-size: 18px; line-height: .8; }
.case-action[aria-expanded="true"]::after { content: "−"; }

.website-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.website-card { min-height: 330px; padding: 16px; display: flex; flex-direction: column; gap: 14px; overflow: hidden; }
.website-card img { width: 100%; aspect-ratio: 1.2 / 1; object-fit: cover; border-radius: 18px; background: #fff; transition: transform .25s ease; }
.website-card:hover img { transform: scale(1.04) rotate(-1deg); }
.website-card span { font-size: 20px; line-height: 1.08; font-weight: 900; }
.website-card b { margin-top: auto; color: var(--orange); }

.strategy { display: grid; grid-template-columns: .84fr 1.16fr; gap: 34px; align-items: start; }
.strategy__copy { position: sticky; top: 120px; }
.strategy__cards { display: grid; gap: 16px; }
.strategy__cards article { min-height: 270px; padding: 26px; display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; }
.strategy__cards img { max-height: 220px; margin: auto; object-fit: contain; }
.strategy__cards article:nth-child(2) { grid-template-columns: 120px 1fr; }
.strategy__cards h3 { grid-column: 2; margin: -10px 0 0; font-size: 22px; }
.strategy__cards ul { grid-column: 2; margin: 0; padding-left: 18px; color: var(--muted); }
.tools { grid-column: 1 / -1; display: grid; gap: 28px; padding: clamp(26px, 4vw, 42px); border-radius: var(--radius-md); background: var(--ink); }
.tools > span { color: #fff; font-weight: 600; font-size: 22px; }
.tools__logos { display: grid; gap: 30px; }
.tools__logos-row { display: grid; align-items: center; gap: 14px; }
.tools__logos-row--standard { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tools__logos-row--featured { grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr) minmax(0, 1fr); }
.tools__brand { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; }
.tools .tools__brand-icon { flex: 0 0 42px; width: 42px; height: 42px; object-fit: contain; }
.tools .tools__brand-label { min-width: 0; color: #fff; font: inherit; font-size: clamp(15px, 1.45vw, 18px); font-weight: 750; line-height: 1; letter-spacing: -.025em; white-space: nowrap; }
.tools__logo-frame { display: contents; }
.tools .tools__logo { display: block; width: auto; height: auto; max-width: 100%; max-height: 52px; margin: auto; padding: 0; border-radius: 0; background: transparent; object-fit: contain; }
.tools .tools__logo--google { max-height: 42px; }
.tools .tools__logo--youtube { max-height: 36px; }
.tools .tools__logo--yandex { width: min(190px, 100%); max-height: 104px; }
.tools__brand--vk { justify-self: center; }
.tools__brand--vk .tools__brand-icon { object-position: center; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: process; }
.process-grid article { min-height: 240px; padding: 24px; }
.process-grid p { margin: 24px 0 0; color: var(--muted); }

.final-contact { display: grid; grid-template-columns: 1fr 360px; gap: 20px; align-items: stretch; }
.final-contact__panel, .contact-links { width: 100%; padding: clamp(28px, 5vw, 54px); }
.final-contact__panel h2 { max-width: 760px; }
.short-form { grid-template-columns: 1fr 1fr auto; align-items: center; }
.contact-links { display: grid; align-content: center; gap: 16px; background: var(--ink); color: #fff; }
.contact-links a { display: flex; align-items: center; gap: 14px; min-height: 58px; padding: 10px 14px; border-radius: 18px; background: rgba(255,255,255,.08); font-weight: 850; }
.contact-links img { width: 30px; height: 30px; }
.footer { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 32px 0 46px; color: var(--muted); display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); }
.footer p { margin: 0; }

/* Five-stage sales system */
.stage-heading { max-width: 980px; margin-bottom: 42px; }
.stage-number {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.stage-intro { max-width: 800px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 25px); line-height: 1.4; }
.stage-section { border-top: 1px solid var(--line); }
.stage-section--audience .stage-heading { margin-bottom: 0; }
.stage-section--brand .stage-heading { margin-bottom: 34px; }
.stage-section--brand .benefit-list { margin-top: 28px; }
.stage-feature {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 240, .72);
  box-shadow: var(--shadow);
}
.stage-feature--reverse { grid-template-columns: minmax(0, 1.28fr) minmax(240px, .72fr); }
.stage-feature--reverse img { order: 2; }
.stage-feature img { width: 100%; max-height: 380px; object-fit: contain; }
.stage-feature--full { grid-template-columns: 1fr; }
.stage-feature--full > div { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 18px clamp(32px, 6vw, 80px); align-items: center; }
.stage-feature--full h3, .stage-feature--full p { grid-column: 1; }
.stage-feature--full h3 { margin-bottom: 0; align-self: end; }
.stage-feature--full p { margin-top: 0; align-self: start; }
.stage-feature--full .tools { grid-column: 2; grid-row: 1 / span 2; margin-top: 0; }
.stage-feature p { color: var(--muted); font-size: 18px; line-height: 1.55; }
.benefit-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.benefit-list li { padding: 10px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 800; }
.stage-feature .tools { margin-top: 28px; padding: 20px; background: var(--ink); }
.stage-feature .tools__logo { max-width: min(180px, 100%); }
.branding-benefits { margin-top: 22px; padding: clamp(28px, 5vw, 52px); border-radius: var(--radius-lg); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.branding-benefits > h3 { max-width: 650px; margin-bottom: 28px; font-size: clamp(28px, 4vw, 48px); }
.branding-benefits__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.branding-benefits__grid article { min-height: 190px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: rgba(255,255,255,.07); }
.branding-benefits__grid span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: 25px; font-weight: 900; }
.branding-benefits__grid h4 { margin: 0; font-size: clamp(19px, 2vw, 25px); line-height: 1.08; letter-spacing: -.025em; }


.privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}
.privacy-consent input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 1px 0 0;
  padding: 0;
  border-radius: 5px;
  accent-color: var(--orange);
  cursor: pointer;
}
.privacy-consent a { color: var(--orange); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.privacy-consent a:hover { color: var(--orange-dark); }
.short-form .privacy-consent { grid-column: 1 / -1; }

/* Consultation modal */
body.modal-open { overflow: hidden; }
.consultation-modal[hidden] { display: none; }
.consultation-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.consultation-modal__backdrop { position: absolute; inset: 0; background: rgba(24, 22, 18, .68); backdrop-filter: blur(8px); }
.consultation-dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(560px, 1.3fr);
  align-items: start;
  gap: clamp(28px, 4vw, 48px);
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
}
.consultation-dialog:focus { outline: none; }
.consultation-dialog__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.consultation-dialog__close:hover { background: var(--paper-strong); }

@media (max-width: 980px) {
  .site-header { border-radius: 28px; flex-wrap: wrap; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; gap: 10px; overflow-x: auto; padding-bottom: 2px; }
  .hero, .strip, .statement-card, .strategy, .final-contact, .stage-feature, .stage-feature--reverse, .consultation-dialog { grid-template-columns: 1fr; }
  .consultation-dialog { width: min(680px, 100%); }
  .hero { min-height: auto; padding-top: 48px; padding-bottom: 64px; }
  .hero-case { width: min(100%, 680px); }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .branding-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .website-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .strategy__copy { position: static; }
  .stage-feature--reverse img { order: 0; }
  .stage-feature--full > div { grid-template-columns: 1fr; }
  .stage-feature--full h3, .stage-feature--full p, .stage-feature--full .tools { grid-column: 1; grid-row: auto; }
  .short-form { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .section-pad { width: min(100% - 22px, var(--max)); padding: 58px 0; }
  .site-header { width: min(100% - 22px, var(--max)); margin-top: 10px; padding: 12px; }
  .brand { font-size: 24px; }
  .header-cta { width: 100%; }
  .main-nav { font-size: 13px; }
  h1 { font-size: clamp(48px, 16vw, 72px); }
  h2 { font-size: clamp(34px, 12vw, 48px); }
  .hero { gap: 36px; padding-top: 42px; }
  .hero h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero__actions { align-items: stretch; }
  .hero__actions .btn { flex: 1 1 180px; }
  .hero-case { padding: 20px; border-radius: 26px; }
  .hero-case__header { display: block; }
  .hero-case__status { margin-top: 14px; }
  .hero-case__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; }
  .hero-case__metric, .hero-case__metric--primary, .hero-case__metric--applications { grid-column: auto; }
  .hero-case__metric--applications { grid-column: 1 / -1; }
  .hero-case__metric dt { white-space: normal; }
  .hero-funnel { padding: 14px; }
  .hero-funnel__stages { grid-template-columns: 1fr; gap: 7px; }
  .hero-funnel__stage { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; padding: 8px 11px; text-align: left; }
  .hero-funnel__icon { margin: 0; }
  .hero-funnel__stage > span:not(.hero-funnel__icon) { font-size: 10px; }
  .hero-funnel__stage strong { margin: 0; font-size: 14px; }
  .hero-funnel__arrow { line-height: 1; text-align: center; transform: rotate(90deg); }
  .strip, .statement-card, .final-contact__panel, .contact-links { width: min(100% - 22px, var(--max)); border-radius: 24px; }
  .form-row, .reason-grid, .funnel-case-grid, .website-grid, .process-grid, .strategy__cards article, .branding-benefits__grid { grid-template-columns: 1fr; }
  .funnel-case--featured { grid-column: auto; }
  .funnel-case__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .funnel-case__metric-group-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: 170px; padding: 22px; }
  .reason-grid p { font-size: 18px; }
  .statement-card { padding: 22px; gap: 14px; }
  .statement-card img { width: 124%; max-height: 380px; margin: -48px 0 -30px -12%; }
  .strategy__cards h3, .strategy__cards ul { grid-column: auto; }
  .website-card { min-height: 270px; }
  .strategy__cards article { min-height: 0; }
  .strategy__cards img { max-height: 180px; }
  .tools { gap: 22px; padding: 24px 20px; overflow: hidden; }
  .tools > span { font-size: 16px; font-weight: 450; line-height: 1.3; color: rgba(255, 255, 255, .72); }
  .tools__logos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 16px; }
  .tools__logos-row { display: contents; }
  .tools__brand { width: 52px; height: 52px; justify-self: center; overflow: hidden; }
  .tools .tools__brand-icon { flex: 0 0 48px; width: 48px; height: 48px; }
  .tools .tools__brand-label { display: none; }
  .tools__logo-frame { position: relative; width: 52px; height: 52px; display: grid; place-items: center; justify-self: center; overflow: hidden; background: transparent; }
  .tools .tools__logo { width: auto; max-width: none; margin: 0; object-fit: contain; }
  .tools .tools__logo--google { position: absolute; left: 4px; height: 40px; max-height: none; }
  .tools .tools__logo--youtube { height: 38px; max-height: none; justify-self: start; }
  .tools .tools__logo--yandex { position: absolute; left: 50%; width: auto; height: 170px; max-height: none; transform: translateX(-50%); }
  .footer { flex-direction: column; width: min(100% - 22px, var(--max)); }
  .consultation-modal { padding: 10px; }
  .consultation-dialog { max-height: calc(100dvh - 20px); padding: 56px 18px 22px; border-radius: 24px; gap: 18px; }
  .consultation-dialog .strip__intro h2 { font-size: 32px; }
  .consult-form__schedule,
  .consult-form__phone { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .consult-form .field-label { white-space: normal; }
  .consult-form input,
  .consult-form select { height: 52px; min-height: 52px; }
  .consult-form .btn { width: 100%; }
  .consult-form .privacy-consent { width: 100%; }
}

/* Sales privacy policy */
.legal-page .site-header { position: relative; }
.legal-policy { width: min(880px, calc(100% - 32px)); margin: 0 auto; padding: 72px 0 96px; }
.legal-policy > h1 { max-width: 860px; font-size: clamp(46px, 8vw, 86px); }
.legal-policy .legal__section { margin-top: 40px; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255, 250, 240, .82); box-shadow: 0 12px 34px rgba(36, 30, 19, .06); }
.legal-policy .legal__section h2 { font-size: clamp(25px, 4vw, 38px); line-height: 1.05; }
.legal-policy .legal__section p { color: var(--muted); line-height: 1.65; }
.legal-policy .legal__section p:last-child { margin-bottom: 0; }
.legal-policy .legal__section a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }

@media (max-width: 640px) {
  .legal-policy { width: min(100% - 22px, 880px); padding: 54px 0 70px; }
  .legal-page .site-header .header-cta { width: auto; }
}
