:root {
  --ink: #071014;
  --text: #304249;
  --muted: #74848a;
  --line: rgba(7, 16, 20, .12);
  --soft: #f4f7f8;
  --paper: #ffffff;
  --dark: #071014;
  --dark-2: #0e1b21;
  --teal: #0c6b73;
  --mint: #36bdae;
  --orange: #ff5f1f;
  --radius: 12px;
  --shadow: 0 28px 78px rgba(7, 16, 20, .14);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fff;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #071014 0, #071014 1120px, #f6f8f9 1120px, #fff 100%);
  color: var(--ink);
}

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

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

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 126px 1fr auto auto;
  gap: 22px;
  align-items: center;
  width: min(1230px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  background:
    linear-gradient(180deg, rgba(15, 29, 35, .94), rgba(9, 20, 25, .88));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
}

.brand,
.brand picture,
.brand img {
  display: block;
  width: auto;
  height: 46px;
}

.brand {
  width: 126px;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 850;
}

.header-phone {
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
  font-weight: 920;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--orange);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ff7b3b, #e94c10);
  color: #fff;
  font-size: 14px;
  font-weight: 930;
  box-shadow: 0 18px 36px rgba(255, 95, 31, .25);
  transition: transform .22s ease, box-shadow .22s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 46px rgba(255, 95, 31, .34);
}

.button--small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 12px;
}

.button--ghost {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.button--dark {
  border-color: rgba(7, 16, 20, .9);
  background: #071014;
  color: #fff;
  box-shadow: 0 18px 36px rgba(7, 16, 20, .24);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(520px, 1fr);
  gap: 52px;
  align-items: center;
  width: min(1230px, calc(100% - 40px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  padding: 80px 0 72px;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -78px calc(50% - 50vw) 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(54, 189, 174, .2), transparent 32%),
    linear-gradient(300deg, rgba(255, 95, 31, .14), transparent 28%),
    radial-gradient(circle at 70% 36%, rgba(70, 107, 117, .55), transparent 30%),
    linear-gradient(180deg, #071014 0, #08161b 70%, #0d1d23 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 72%, transparent);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(50px, 5.9vw, 78px);
  line-height: .98;
  font-weight: 960;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 590px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .74);
  font-size: 20px;
  line-height: 1.58;
  font-weight: 650;
}

.micro-cta {
  margin: -16px 0 26px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 780;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.hero__checks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 650px;
}

.hero__checks span {
  min-height: 76px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.32;
  font-weight: 820;
}

.hero__checks span::before {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--mint);
}

.hero__stage {
  position: relative;
  min-height: 620px;
  perspective: 1000px;
}

.hero__stage picture {
  position: absolute;
  inset: 7% -5% 7% -2%;
  display: block;
  animation: stageFloat 7s ease-in-out infinite;
}

.hero__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  box-shadow: 0 50px 115px rgba(0, 0, 0, .42);
}

.hero__stage::before,
.hero__stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(26px);
  opacity: .52;
  pointer-events: none;
}

.hero__stage::before {
  right: 7%;
  top: 9%;
  width: 150px;
  height: 150px;
  background: rgba(54, 189, 174, .48);
}

.hero__stage::after {
  left: 7%;
  bottom: 7%;
  width: 118px;
  height: 118px;
  background: rgba(255, 95, 31, .36);
}

.orbit-card {
  position: absolute;
  z-index: 2;
  width: 162px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: rgba(8, 20, 25, .72);
  color: #fff;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .26);
  backdrop-filter: blur(16px);
  animation: orbit 6s ease-in-out infinite;
}

.orbit-card--top {
  top: 9%;
  right: -1%;
}

.orbit-card--bottom {
  left: 2%;
  bottom: 13%;
  animation-delay: -2.4s;
}

.orbit-card small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 840;
}

.orbit-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

.orbit-card span {
  display: block;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
}

.orbit-card span::after {
  content: "";
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mint), var(--orange));
  animation: progressPulse 2.7s ease-in-out infinite;
}

.signal-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  width: min(1160px, calc(100% - 40px));
  margin: -34px auto 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: #08161b;
  color: #fff;
  box-shadow: 0 28px 70px rgba(7, 16, 20, .28);
}

.lead-hook {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(1160px, calc(100% - 40px));
  margin: 34px auto 0;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lead-hook h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.06;
}

.lead-hook--dark {
  border-color: rgba(255, 255, 255, .12);
  background:
    linear-gradient(135deg, rgba(54, 189, 174, .15), transparent 42%),
    #08161b;
  color: #fff;
  box-shadow: 0 28px 70px rgba(7, 16, 20, .28);
}

.lead-hook--orange {
  border-color: rgba(255, 95, 31, .22);
  background:
    linear-gradient(135deg, rgba(255, 95, 31, .16), transparent 38%),
    #fff;
}

.signal-bar article {
  min-height: 128px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.signal-bar article:last-child {
  border-right: 0;
}

.signal-bar strong {
  display: block;
  margin-bottom: 9px;
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
}

.signal-bar span {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 760;
}

.section,
.build-lab,
.team-section,
.pain-script,
.seo-services,
.contact {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.section,
.build-lab,
.team-section,
.pain-script,
.seo-services {
  padding-top: 92px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: 56px;
  align-items: end;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
}

.intro__copy p,
.build-lab__copy p,
.contact > div > p {
  color: var(--text);
  font-size: 19px;
  line-height: 1.65;
  font-weight: 650;
}

.pain-grid {
  display: grid;
  gap: 14px;
}

.pain-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 16, 20, .06);
}

.pain-grid span {
  display: block;
  width: 32px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mint), var(--orange));
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.16;
  font-weight: 950;
}

.pain-grid p,
.pain-script span,
.work-grid p,
.process-track p,
.price-card p,
.faq-list p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 640;
}

.pain-script {
  color: #fff;
}

.pain-script__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 95, 31, .14), transparent 36%),
    linear-gradient(180deg, #0d1c22, #071014);
  box-shadow: var(--shadow);
}

.pain-script article {
  min-height: 232px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .07);
}

.pain-script strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 950;
}

.pain-script span {
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
}

.team-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 48px;
  align-items: center;
}

.team-section__image {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.team-section__image picture,
.team-section__image img {
  display: block;
  width: 100%;
}

.team-section__image img {
  aspect-ratio: 1.32;
  object-fit: cover;
  object-position: center;
  transition: transform .7s ease;
}

.team-section:hover .team-section__image img {
  transform: scale(1.035);
}

.team-section__copy p {
  margin-bottom: 26px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 650;
}

.build-lab {
  display: grid;
  grid-template-columns: minmax(340px, 455px) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.lab-ui {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 22%, rgba(54, 189, 174, .25), transparent 28%),
    linear-gradient(180deg, #0d1c22, #071014);
  box-shadow: var(--shadow);
}

.lab-ui::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 100% 42px;
  animation: scan 5.6s linear infinite;
}

.lab-ui__top {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 22px;
}

.lab-ui__top i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .34);
}

.lab-ui__top strong {
  margin-left: 16px;
  color: rgba(255, 255, 255, .86);
  font-size: 20px;
  font-weight: 920;
}

.lab-ui__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  gap: 16px;
  padding: 24px;
}

.analytics-card {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 20px 52px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
  animation: cardFloat 6.5s ease-in-out infinite;
}

.analytics-card--main {
  min-height: 250px;
  grid-row: span 2;
  padding: 26px;
}

.analytics-card:nth-child(2) { animation-delay: -1s; }
.analytics-card:nth-child(3) { animation-delay: -2s; }
.analytics-card:nth-child(4) { animation-delay: -3s; }
.analytics-card:nth-child(5) { animation-delay: -4s; }

.card-head span,
.sources-card h3,
.funnel-card h3 {
  display: block;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  font-weight: 930;
}

.card-head strong {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 950;
}

.card-head em {
  margin-left: 12px;
  color: #42e39c;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
}

.line-chart {
  margin-top: 24px;
  height: 152px;
}

.line-chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.chart-fill {
  fill: url("#chartGradient");
}

.chart-line {
  fill: none;
  stroke: var(--mint);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 720;
  stroke-dashoffset: 720;
  filter: drop-shadow(0 0 12px rgba(54, 189, 174, .45));
  animation: drawChart 3.8s ease-in-out infinite;
}

.sources-card,
.funnel-card,
.metrics-card {
  padding: 24px;
}

.source-row {
  display: grid;
  grid-template-columns: 1fr minmax(110px, 1.5fr) 40px;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 760;
}

.source-row:last-child {
  margin-bottom: 0;
}

.source-row i {
  position: relative;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.source-row i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  border-radius: inherit;
  background: var(--mint);
  transform-origin: left;
  animation: growBar 3s ease-in-out infinite;
}

.source-row--orange i::after {
  background: var(--orange);
}

.source-row--muted i::after {
  background: rgba(255, 255, 255, .58);
}

.bars-card {
  min-height: 210px;
  grid-column: 1;
  padding: 24px;
}

.bar-chart {
  display: flex;
  gap: 10px;
  align-items: end;
  height: 112px;
  margin-top: 22px;
}

.bar-chart i {
  flex: 1;
  height: var(--h);
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--mint), rgba(54, 189, 174, .2));
  transform-origin: bottom;
  animation: growColumn 3.4s ease-in-out infinite;
}

.funnel-card {
  min-height: 210px;
}

.funnel-shape {
  display: grid;
  gap: 5px;
  justify-items: center;
}

.funnel-shape span {
  display: flex;
  width: var(--w);
  min-height: 34px;
  align-items: center;
  justify-content: center;
  clip-path: polygon(5% 0, 95% 0, 82% 100%, 18% 100%);
  background: linear-gradient(90deg, var(--mint), #28a8b5);
  color: #fff;
  font-size: 13px;
  font-weight: 840;
  animation: funnelPulse 3.8s ease-in-out infinite;
}

.funnel-shape span:nth-child(2) { background: linear-gradient(90deg, #ff7a30, var(--orange)); animation-delay: -.4s; }
.funnel-shape span:nth-child(3) { background: linear-gradient(90deg, #f3b348, #ff7a30); animation-delay: -.8s; }
.funnel-shape span:nth-child(4) { background: linear-gradient(90deg, #70bd77, #42a762); animation-delay: -1.2s; }

.metrics-card {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metrics-card span {
  padding-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.metrics-card span:last-child {
  border-right: 0;
}

.metrics-card small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 760;
}

.metrics-card strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.metrics-card em {
  color: #42e39c;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.section-head {
  margin-bottom: 34px;
}

.work-grid,
.price-grid,
.proof-grid {
  display: grid;
  gap: 18px;
}

.work-grid {
  grid-template-columns: repeat(4, 1fr);
}

.work-grid article,
.price-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 46px rgba(7, 16, 20, .07);
}

.work-grid article {
  min-height: 282px;
  padding: 28px;
}

.work-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: rgba(54, 189, 174, .14);
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
}

.seo-services {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  gap: 42px;
  align-items: stretch;
}

.seo-services__main {
  padding: 46px;
  border: 1px solid rgba(7, 16, 20, .1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(54, 189, 174, .14), transparent 42%),
    #fff;
  box-shadow: var(--shadow);
}

.seo-services__main h2 {
  max-width: 760px;
  font-size: clamp(34px, 4.2vw, 56px);
}

.seo-services__main p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.68;
  font-weight: 660;
}

.seo-services__cards {
  display: grid;
  gap: 14px;
}

.seo-services__cards article {
  position: relative;
  min-height: 162px;
  padding: 28px 28px 28px 78px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 46px rgba(7, 16, 20, .07);
}

.seo-services__cards article::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 28px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 28%, transparent 30%),
    linear-gradient(135deg, var(--mint), var(--orange));
}

.seo-services__cards strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.14;
  font-weight: 950;
}

.seo-services__cards span {
  display: block;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 660;
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.process-track article {
  min-height: 266px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.process-track article:last-child {
  border-right: 0;
}

.process-track small {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.prices {
  width: min(1220px, calc(100% - 40px));
}

.price-grid {
  grid-template-columns: repeat(4, 1fr);
}

.price-card {
  position: relative;
  min-height: 456px;
  padding: 28px;
}

.price-card--accent {
  border-color: rgba(255, 95, 31, .42);
  background:
    linear-gradient(180deg, rgba(255, 95, 31, .12), transparent 42%),
    #fff;
}

.price-card em {
  position: absolute;
  top: -13px;
  left: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 930;
}

.price-card strong {
  display: block;
  margin: 18px 0 14px;
  color: var(--teal);
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

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

.price-card li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 720;
}

.price-card li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.proof-panel {
  padding: 48px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 20%, rgba(54, 189, 174, .22), transparent 28%),
    linear-gradient(180deg, #0d1c22, #071014);
  color: #fff;
  box-shadow: var(--shadow);
}

.proof-panel h2 {
  max-width: 850px;
}

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

.proof-grid span {
  min-height: 82px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .84);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 920;
}

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

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 920;
}

.faq-list p {
  margin-top: 14px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(360px, 1fr);
  gap: 56px;
  align-items: start;
  margin-top: 92px;
  margin-bottom: 42px;
  padding: 48px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 95, 31, .12), transparent 42%),
    #fff;
  box-shadow: var(--shadow);
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fbfc;
  color: var(--ink);
  font: inherit;
  font-weight: 720;
  outline: none;
}

.contact-form input,
.contact-form select {
  min-height: 54px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 118px;
  padding: 16px;
  resize: vertical;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--teal);
  font-size: 13px;
  font-weight: 820;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .75s ease, transform .75s ease;
}

.has-js .reveal {
  opacity: 0;
  transform: translateY(26px);
}

.has-js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes stageFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotateX(0deg);
  }

  50% {
    transform: translate3d(0, -14px, 0) rotateX(1deg);
  }
}

@keyframes orbit {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes progressPulse {
  0%, 100% {
    transform: translateX(-8%);
  }

  50% {
    transform: translateX(34%);
  }
}

@keyframes cardFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes drawChart {
  0% {
    stroke-dashoffset: 720;
  }

  45%, 72% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -720;
  }
}

@keyframes growBar {
  0% {
    transform: scaleX(.08);
  }

  40%, 75% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(.08);
  }
}

@keyframes growColumn {
  0% {
    transform: scaleY(.08);
    opacity: .55;
  }

  45%, 78% {
    transform: scaleY(1);
    opacity: 1;
  }

  100% {
    transform: scaleY(.08);
    opacity: .55;
  }
}

@keyframes funnelPulse {
  0%, 100% {
    filter: saturate(1);
    transform: scaleX(.96);
  }

  50% {
    filter: saturate(1.22);
    transform: scaleX(1);
  }
}

@keyframes scan {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 84px;
  }
}

@keyframes buttonGlow {
  0%, 100% {
    box-shadow: 0 0 0 rgba(54, 189, 174, 0);
  }

  50% {
    box-shadow: 0 0 28px rgba(54, 189, 174, .5);
  }
}

@media (max-width: 1120px) {
  body {
    background: linear-gradient(180deg, #071014 0, #071014 880px, #f6f8f9 880px, #fff 100%);
  }

  .header {
    grid-template-columns: 126px 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .intro,
  .build-lab,
  .team-section,
  .seo-services,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero__stage {
    min-height: 560px;
  }

  .work-grid,
  .price-grid,
  .process-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-track article:nth-child(2n) {
    border-right: 0;
  }

  .process-track article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  body {
    background: linear-gradient(180deg, #071014 0, #071014 1120px, #f6f8f9 1120px, #fff 100%);
  }

  .header {
    width: min(100% - 20px, 1230px);
    grid-template-columns: 128px auto;
    gap: 12px;
    min-height: 66px;
  }

  .brand,
  .brand picture,
  .brand img {
    width: auto;
    height: 39px;
  }

  .brand {
    width: 108px;
  }

  .header-phone {
    display: none;
  }

  .button--small {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .hero {
    width: min(100% - 28px, 1230px);
    gap: 28px;
    padding: 54px 0 48px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero__lead {
    font-size: 16px;
  }

  .hero__actions .button,
  .contact-form .button {
    width: 100%;
  }

  .hero__checks,
  .signal-bar,
  .lead-hook,
  .pain-script__grid,
  .work-grid,
  .price-grid,
  .process-track,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .hero__stage {
    min-height: 360px;
    overflow: hidden;
    border-radius: 24px;
  }

  .hero__stage picture {
    inset: 0 -22% 2% -8%;
  }

  .orbit-card {
    width: 134px;
    padding: 13px;
  }

  .orbit-card--top {
    top: 3%;
    right: 0;
  }

  .orbit-card--bottom {
    left: 0;
    bottom: 3%;
  }

  .signal-bar {
    margin-top: -14px;
  }

  .signal-bar article,
  .process-track article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .process-track article {
    border-bottom-color: var(--line);
  }

  .signal-bar article:last-child,
  .process-track article:last-child {
    border-bottom: 0;
  }

  .section,
  .build-lab,
  .team-section,
  .pain-script,
  .seo-services {
    padding-top: 60px;
  }

  h2 {
    font-size: 34px;
  }

  .lab-ui {
    min-height: 480px;
  }

  .lab-ui__grid {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .analytics-card--main,
  .bars-card,
  .funnel-card {
    min-height: auto;
  }

  .analytics-card--main,
  .bars-card,
  .funnel-card,
  .metrics-card {
    grid-column: auto;
    grid-row: auto;
  }

  .metrics-card {
    grid-template-columns: 1fr;
  }

  .metrics-card span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 0 0 12px;
  }

  .metrics-card span:last-child {
    border-bottom: 0;
  }

  .proof-panel,
  .seo-services__main,
  .contact,
  .lead-hook {
    padding: 28px;
  }

  .seo-services__cards article {
    min-height: auto;
    padding: 24px;
  }

  .seo-services__cards article::before {
    position: static;
    display: block;
    margin-bottom: 18px;
  }
}
