:root {
  --bg: #050505;
  --bg-soft: #0b0b0b;
  --card: #111111;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.16);
  --text: #ffffff;
  --muted: #a1a1aa;
  --muted-dark: #71717a;
  --max: 1160px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.11), transparent 34rem);
  background-size: 64px 64px, 64px 64px, auto;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(calc(100% - 32px), var(--max));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  font-weight: 700;
}

.brand-logo {
  display: block;
  width: 152px;
  height: 44px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.nav-links a,
.footer-links a,
.social-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover,
.social-links a:hover {
  color: var(--text);
}

.nav-cta {
  justify-self: end;
  padding: 11px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: #ffffff;
  color: #050505;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

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

.section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 112px 0;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 72px;
  padding-top: 72px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  font-size: clamp(68px, 10vw, 144px);
  line-height: 0.88;
  font-weight: 800;
}

h2 {
  max-width: 780px;
  font-size: clamp(38px, 5.4vw, 76px);
  line-height: 0.98;
  font-weight: 800;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  max-width: 650px;
  margin-top: 34px;
  color: var(--text);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 700;
}

.hero-text,
.section-heading p,
.results-card p,
.final-cta p {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
}

.hero-text {
  margin-top: 24px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button.primary {
  background: #ffffff;
  color: #050505;
}

.button.secondary {
  border: 1px solid var(--line-strong);
  color: var(--text);
}

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

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.growth-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  min-height: 430px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(17, 17, 17, 0.86);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.growth-panel::before {
  position: absolute;
  inset: 18px;
  z-index: -1;
  border-radius: 14px;
  content: "";
  background:
    radial-gradient(circle at 18% 20%, rgba(139, 92, 246, 0.16), transparent 26%),
    radial-gradient(circle at 78% 16%, rgba(6, 182, 212, 0.14), transparent 24%),
    radial-gradient(circle at 70% 88%, rgba(34, 197, 94, 0.12), transparent 24%);
}

.growth-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.growth-header strong {
  display: block;
  font-size: 17px;
}

.growth-header p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.growth-chart {
  height: 230px;
  display: flex;
  align-items: end;
  gap: 14px;
  margin-top: 48px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.025);
  background-size: 100% 33.33%, 25% 100%, auto;
}

.growth-chart span {
  flex: 1;
  height: var(--h);
  min-width: 20px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--c), rgba(255, 255, 255, 0.08));
  box-shadow: 0 0 28px color-mix(in srgb, var(--c) 42%, transparent);
  animation: graphSettle 900ms ease both;
}

.growth-chart span:nth-child(2) { animation-delay: 80ms; }
.growth-chart span:nth-child(3) { animation-delay: 160ms; }
.growth-chart span:nth-child(4) { animation-delay: 240ms; }
.growth-chart span:nth-child(5) { animation-delay: 320ms; }
.growth-chart span:nth-child(6) { animation-delay: 400ms; }
.growth-chart span:nth-child(7) { animation-delay: 480ms; }

.growth-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.growth-footer div,
.mini-chart-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.growth-footer div {
  padding: 16px;
}

.growth-footer span,
.mini-chart-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.growth-footer strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
}

.mini-chart-card {
  position: absolute;
  z-index: 3;
  width: 190px;
  padding: 16px;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.appointments-card {
  right: -4px;
  top: 76px;
}

.funnel-card-visual {
  left: -8px;
  bottom: 76px;
}

.line-chart {
  height: 70px;
  margin-top: 16px;
  border-radius: 10px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(to top, rgba(255, 255, 255, 0.08), transparent);
  background-size: 100% 33.33%, 33.33% 100%, auto;
  position: relative;
}

.line-chart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.line-area {
  fill: rgba(56, 189, 248, 0.14);
}

.line-stroke {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.funnel-bars {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.funnel-bars i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.86), rgba(255, 255, 255, 0.18));
}

.funnel-bars i:nth-child(1) { width: 100%; }
.funnel-bars i:nth-child(2) { width: 72%; }
.funnel-bars i:nth-child(3) { width: 46%; }

.dashboard-shell {
  overflow: hidden;
  min-height: 520px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    var(--card);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.54);
}

.dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.dashboard-top > div {
  position: relative;
  min-height: 42px;
  padding-left: 52px;
}

.dashboard-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  object-fit: cover;
}

.dashboard-top strong {
  display: block;
  font-size: 15px;
}

.dashboard-top p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.live-pill {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  grid-auto-rows: 160px;
  gap: 14px;
  padding: 18px;
}

.metric-card,
.chart-card,
.funnel-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.metric-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.metric-card.wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 22px;
  align-items: end;
}

.metric-card p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  max-width: 420px;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}

.metric-card:not(.wide) strong {
  max-width: 230px;
  font-size: 18px;
  line-height: 1.18;
}

.trend-graph {
  height: 118px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    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: 100% 33.33%, 25% 100%;
}

.trend-graph span {
  flex: 1;
  height: var(--h);
  min-height: 18px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.16));
  animation: graphSettle 900ms ease both;
}

.trend-graph span:nth-child(2) { animation-delay: 80ms; }
.trend-graph span:nth-child(3) { animation-delay: 160ms; }
.trend-graph span:nth-child(4) { animation-delay: 240ms; }
.trend-graph span:nth-child(5) { animation-delay: 320ms; }
.trend-graph span:nth-child(6) { animation-delay: 400ms; }
.trend-graph span:nth-child(7) { animation-delay: 480ms; }

.mini-bars {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.mini-bars span {
  display: block;
  width: var(--w);
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.chart-card {
  display: block;
  padding: 18px;
}

.chart-card p,
.funnel-card p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.creative-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.creative-map span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
}

.funnel-card {
  display: block;
  padding: 18px;
}

.funnel-step {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  margin: 0 auto 9px;
  border: 1px solid var(--line-strong);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
}

.funnel-step:nth-of-type(1) { width: 92%; }
.funnel-step:nth-of-type(2) { width: 68%; }
.funnel-step:nth-of-type(3) { width: 44%; background: #fff; color: #050505; }

.section-heading {
  margin-bottom: 42px;
}

.section-heading p {
  margin-top: 22px;
}

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

#services {
  padding-top: 92px;
}

#services .section-heading {
  margin-bottom: 30px;
}

#services .section-heading h2 {
  max-width: 760px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.02;
}

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

.service-card,
.industry-card,
.timeline-item,
.why-item,
.results-card,
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}

.service-card {
  min-height: 250px;
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.22);
  background: #151515;
}

.service-card .icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 26px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--text);
  font-size: 11px;
  font-weight: 800;
}

.service-card p,
.timeline-item p,
.why-item p,
details p,
.footer p {
  margin-top: 14px;
  color: var(--muted);
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-size: 14px;
  font-weight: 600;
}

.service-card li::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}

.split-section {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 64px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
}

.timeline::before {
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: 31px;
  content: "";
  width: 1px;
  background: var(--line-strong);
}

.timeline-item {
  position: relative;
  padding: 26px 26px 26px 84px;
}

.timeline-item span {
  position: absolute;
  left: 18px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: #050505;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

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

.industry-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
    var(--card);
}

.industry-card span,
.result-panels span {
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 800;
}

.industry-card strong {
  margin-top: auto;
  color: var(--text);
  font-size: 18px;
}

.industry-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.why-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
}

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

.why-item {
  padding: 26px;
}

.results-section {
  width: 100%;
  max-width: none;
  padding: 112px 16px;
  background: var(--bg-soft);
}

.results-card {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(28px, 6vw, 72px);
}

.results-card p {
  margin-top: 24px;
}

.result-panels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.result-panels article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.result-panels h3 {
  margin-top: 72px;
}

.result-panels p {
  margin-top: 14px;
  font-size: 15px;
}

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

details {
  padding: 24px 26px;
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

summary::marker {
  color: var(--muted);
}

.final-cta {
  min-height: 540px;
  display: grid;
  place-items: center;
  text-align: center;
}

.final-cta p {
  margin: 24px auto 34px;
}

.contact-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin-top: 22px;
}

.contact-options a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease;
}

.contact-options a:hover {
  color: var(--text);
}

.footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 48px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 32px;
  color: var(--muted);
}

.footer .brand {
  color: var(--text);
}

.footer-links,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--text);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  animation: reveal 720ms ease forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 28%;
}

.hero .reveal {
  animation-timeline: auto;
}

.services-grid .reveal:nth-child(2n),
.industry-grid .reveal:nth-child(2n),
.why-list .reveal:nth-child(2n) {
  animation-delay: 90ms;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes graphSettle {
  from {
    transform: scaleY(0.35);
    opacity: 0.35;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 980px) {
  .nav {
    min-height: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    padding: 16px 0;
  }

  .nav-links {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 18px;
    padding-bottom: 2px;
  }

  .nav-cta {
    justify-self: center;
  }

  .hero,
  .split-section,
  .why-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 44px;
    padding-top: 56px;
  }

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

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

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

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

@media (max-width: 680px) {
  body::before {
    background-size: 44px 44px, 44px 44px, auto;
  }

  .site-header {
    position: sticky;
  }

  .nav {
    width: min(calc(100% - 24px), var(--max));
    grid-template-columns: auto 1fr;
    justify-items: stretch;
    gap: 10px;
    padding: 10px 0;
  }

  .brand-logo {
    width: 120px;
    height: 36px;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .section {
    width: min(calc(100% - 24px), var(--max));
    padding: 58px 0;
  }

  .hero {
    gap: 28px;
    padding-top: 38px;
    padding-bottom: 36px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 68px);
    line-height: 0.92;
  }

  h2 {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.04;
  }

  h3 {
    font-size: 16px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .hero-subtitle {
    margin-top: 18px;
    font-size: clamp(21px, 6vw, 27px);
    line-height: 1.14;
  }

  .hero-text,
  .section-heading p,
  .results-card p,
  .final-cta p {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-text {
    margin-top: 16px;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .button {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
    padding: 0 10px;
    font-size: 13px;
  }

  .button {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

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

  .hero-visual {
    min-height: 360px;
    overflow: hidden;
    padding: 4px 0 18px;
  }

  .growth-panel {
    width: min(100%, 360px);
    min-height: 310px;
    padding: 18px;
    border-radius: 16px;
  }

  .growth-panel::before {
    inset: 10px;
  }

  .growth-header strong {
    font-size: 15px;
  }

  .growth-header p {
    font-size: 12px;
  }

  .growth-chart {
    height: 150px;
    gap: 8px;
    margin-top: 24px;
    padding: 14px;
    border-radius: 12px;
  }

  .growth-chart span {
    min-width: 10px;
    border-radius: 999px 999px 6px 6px;
  }

  .growth-footer {
    gap: 8px;
    margin-top: 12px;
  }

  .growth-footer div {
    padding: 11px;
  }

  .growth-footer span,
  .mini-chart-card span {
    font-size: 10px;
  }

  .growth-footer strong {
    margin-top: 4px;
    font-size: 16px;
  }

  .mini-chart-card {
    width: 148px;
    padding: 12px;
    border-radius: 12px;
  }

  .appointments-card {
    right: 6px;
    top: 44px;
  }

  .line-chart {
    height: 50px;
    margin-top: 10px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading p {
    margin-top: 14px;
  }

  #services {
    padding-top: 54px;
  }

  #services .section-heading {
    margin-bottom: 18px;
  }

  #services .section-heading h2 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .card-grid {
    gap: 10px;
  }

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

  .service-card {
    min-height: 154px;
    padding: 14px;
    border-radius: 10px;
  }

  .service-card:hover {
    transform: none;
  }

  .service-card .icon {
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .service-card p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.42;
  }

  .split-section,
  .why-section {
    gap: 24px;
  }

  .timeline {
    gap: 10px;
  }

  .timeline::before {
    display: none;
  }

  .timeline-item {
    padding: 18px 18px 18px 58px;
  }

  .timeline-item span {
    left: 16px;
    top: 17px;
    width: 26px;
    height: 26px;
  }

  .timeline-item p,
  .why-item p,
  details p {
    margin-top: 8px;
    font-size: 14px;
  }

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

  .industry-card {
    min-height: 142px;
    padding: 14px;
    border-radius: 10px;
  }

  .industry-card strong {
    font-size: 15px;
  }

  .industry-card p {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.35;
  }

  .why-list {
    gap: 10px;
  }

  .why-item {
    padding: 18px;
  }

  .results-section {
    padding: 58px 12px;
  }

  .results-card {
    padding: 22px;
  }

  .result-panels {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .result-panels article {
    min-height: auto;
    padding: 18px;
  }

  .result-panels h3 {
    margin-top: 34px;
  }

  details {
    padding: 18px;
  }

  summary {
    font-size: 15px;
    line-height: 1.35;
  }

  .final-cta {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .final-cta p {
    margin: 16px auto 24px;
  }

  .contact-options {
    margin-top: 16px;
  }

  .footer {
    width: min(calc(100% - 24px), var(--max));
    gap: 24px;
    padding: 34px 0;
  }

  .footer-links,
  .social-links {
    gap: 10px 14px;
  }
}

@media (max-width: 390px) {
  .services-grid,
  .industry-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .industry-card {
    min-height: auto;
  }
}
