/*
  Desktop homepage styles.
  This file keeps the homepage presentation separate from the shared foundation.
*/
.page-home {
  position: relative;
  overflow-x: clip;
}

.page-home::before,
.page-home::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(30px);
  opacity: 0.28;
  z-index: -1;
}

.page-home::before {
  top: -10rem;
  right: -12rem;
  background: radial-gradient(circle, rgba(76, 141, 255, 0.40), rgba(76, 141, 255, 0.04) 70%);
}

.page-home::after {
  bottom: 8rem;
  left: -14rem;
  background: radial-gradient(circle, rgba(114, 167, 255, 0.20), rgba(114, 167, 255, 0.03) 70%);
}

.homepage {
  display: grid;
}

.section {
  position: relative;
}

.section--alt {
  background: rgba(255, 255, 255, 0.015);
}

.section--light {
  background: linear-gradient(180deg, #f6f7fb 0%, #eef2f7 100%);
  color: #0f172a;
}

.section--light .btn--secondary,
.section--light .final-cta__share {
  color: #0f172a;
}

.section--light .eyebrow,
.section--light .card__eyebrow {
  color: #4167db;
}

.section--light .section-head__lede,
.section--light .card__text,
.section--light .timeline__step p,
.section--light .faq-item p,
.section--light .comment-card .card__text,
.section--light .industries .card__text,
.section--light .site-footer__summary,
.section--light .stat-stack__item span,
.section--light .callflow__card p,
.section--light .hero__text-link,
.section--light .hero__proof li,
.section--light .trust__chip,
.section--light .industry-tags span,
.section--light .final-cta p {
  color: #4b5563;
}

.section--light .section-head h2,
.section--light .final-cta h2,
.section--light .card__title,
.section--light .timeline__step h3,
.section--light .comment-card__name,
.section--light .site-footer__columns h3,
.section--light .site-footer a,
.section--light .site-footer__bottom a {
  color: #0f172a;
}

.section--light .card,
.section--light .faq-item,
.section--light .timeline__step,
.section--light .comment-card,
.section--light .industries__panel,
.section--light .stat-stack__item,
.section--light .hero-strip__item {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(15, 23, 42, 0.08);
}

.section--light .card--edge-cyan { border-left-color: rgba(67, 211, 255, 0.85); }
.section--light .card--edge-violet { border-left-color: rgba(181, 103, 255, 0.85); }
.section--light .card--edge-coral { border-left-color: rgba(255, 126, 96, 0.85); }
.section--light .card--edge-lime { border-left-color: rgba(163, 230, 53, 0.85); }

.section--light-alt {
  background: linear-gradient(180deg, #faf8f3 0%, #eef3f6 100%);
}

.section--full-statement {
  background: linear-gradient(180deg, #ffffff 0%, #f2f4f8 100%);
}

.section--full-statement .section-head h2 {
  max-width: 19ch;
}

.hero {
  padding-block: 5rem 3.25rem;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 3rem;
  align-items: center;
}

.hero__content {
  display: grid;
  gap: 1.35rem;
  max-width: 44rem;
}

.eyebrow,
.card__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--color-accent-strong);
}

.hero h1,
.section-head h2,
.final-cta h2 {
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3.25rem, 5vw, 5.6rem);
}

.hero__content .lede {
  max-width: 40rem;
  font-size: 1.1rem;
}

.lede,
.section-head__lede,
.site-footer__summary,
.timeline__step p,
.faq-item p,
.comment-card .card__text,
.thinkrr .card__text,
.industries .card__text,
.final-cta p {
  color: var(--color-text-muted);
}

.lede {
  max-width: 54rem;
  margin: 0;
  font-size: 1.15rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.95rem;
  margin-top: 0.7rem;
}

.hero__text-link {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 600;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.hero__proof li,
.trust__chip,
.industry-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--color-text-muted);
  font-size: 0.94rem;
}

.visual-shell {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--color-border);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(17, 26, 46, 0.98), rgba(11, 18, 32, 0.88)),
    radial-gradient(circle at top right, rgba(76, 141, 255, 0.2), transparent 58%);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.visual-shell__grid,
.visual-shell__orbital {
  position: absolute;
  pointer-events: none;
}

.visual-shell__grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 55% 40%, rgba(0, 0, 0, 0.95), transparent 82%);
  opacity: 0.35;
}

.visual-shell__orbital {
  border-radius: 50%;
  border: 1px solid rgba(114, 167, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(76, 141, 255, 0.08), inset 0 0 32px rgba(76, 141, 255, 0.10);
  opacity: 0.8;
}

.visual-shell__orbital--one {
  top: 1.2rem;
  right: 1.2rem;
  width: 11rem;
  height: 11rem;
  background: radial-gradient(circle, rgba(76, 141, 255, 0.24), rgba(76, 141, 255, 0.02) 72%);
}

.visual-shell__orbital--two {
  right: 7rem;
  bottom: 5.5rem;
  width: 7rem;
  height: 7rem;
  background: radial-gradient(circle, rgba(181, 103, 255, 0.20), rgba(181, 103, 255, 0.01) 72%);
}

.voice-wave {
  position: relative;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  align-items: end;
  gap: 0.45rem;
  min-height: 110px;
  padding: 0.6rem 0 0.2rem;
  z-index: 1;
}

.voice-wave span {
  display: block;
  height: var(--bar-height, 18px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(114, 167, 255, 0.95), rgba(76, 141, 255, 0.55));
  box-shadow: 0 0 24px rgba(76, 141, 255, 0.28);
  animation: pulse-bar 2200ms ease-in-out infinite;
  transform-origin: center bottom;
}

.voice-wave span:nth-child(2n) {
  background: linear-gradient(180deg, rgba(67, 211, 255, 0.95), rgba(67, 211, 255, 0.45));
}

.voice-wave span:nth-child(3n) {
  background: linear-gradient(180deg, rgba(181, 103, 255, 0.95), rgba(181, 103, 255, 0.45));
}

.voice-wave span:nth-child(4n) {
  background: linear-gradient(180deg, rgba(255, 126, 96, 0.95), rgba(255, 126, 96, 0.42));
}

.voice-wave span:nth-child(1) { --bar-height: 30px; animation-delay: 0ms; }
.voice-wave span:nth-child(2) { --bar-height: 48px; animation-delay: 120ms; }
.voice-wave span:nth-child(3) { --bar-height: 24px; animation-delay: 240ms; }
.voice-wave span:nth-child(4) { --bar-height: 66px; animation-delay: 360ms; }
.voice-wave span:nth-child(5) { --bar-height: 38px; animation-delay: 480ms; }
.voice-wave span:nth-child(6) { --bar-height: 82px; animation-delay: 600ms; }
.voice-wave span:nth-child(7) { --bar-height: 34px; animation-delay: 720ms; }
.voice-wave span:nth-child(8) { --bar-height: 60px; animation-delay: 840ms; }
.voice-wave span:nth-child(9) { --bar-height: 26px; animation-delay: 960ms; }
.voice-wave span:nth-child(10) { --bar-height: 54px; animation-delay: 1080ms; }

.callflow {
  gap: 1rem;
}

.callflow__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.06fr) minmax(0, 1.4fr);
  gap: 0.9rem;
  align-items: center;
}

.callflow__connector,
.callflow__pulse {
  position: relative;
  min-height: 100%;
}

.callflow__connector::before,
.callflow__pulse::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(67, 211, 255, 0.15), rgba(181, 103, 255, 0.8), rgba(255, 126, 96, 0.22));
  transform: translate(-50%, -50%);
}

.callflow__pulse::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d8ff4c;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 10px rgba(216, 255, 76, 0.1), 0 0 32px rgba(216, 255, 76, 0.36);
}

.visual-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.06), transparent 65%);
  opacity: 0.35;
  pointer-events: none;
}

.visual-shell__topline {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  z-index: 1;
}

.visual-shell__eyebrow {
  color: var(--color-text-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.visual-shell__tag {
  color: #ffffff;
  font-weight: 700;
}

.callflow {
  position: relative;
  display: grid;
  gap: 0.9rem;
  z-index: 1;
}

.callflow__card {
  padding: 1rem 1.05rem;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.callflow__card--cyan {
  background: linear-gradient(145deg, rgba(67, 211, 255, 0.18), rgba(17, 26, 46, 0.95));
}

.callflow__card--violet {
  background: linear-gradient(145deg, rgba(181, 103, 255, 0.18), rgba(17, 26, 46, 0.95));
}

.callflow__card--coral {
  background: linear-gradient(145deg, rgba(255, 126, 96, 0.18), rgba(17, 26, 46, 0.95));
}

.callflow__card--highlight {
  border-color: rgba(67, 211, 255, 0.32);
  box-shadow: 0 0 0 1px rgba(67, 211, 255, 0.12) inset, 0 14px 32px rgba(0, 0, 0, 0.18);
}

.callflow__card--highlight {
  background: linear-gradient(145deg, rgba(76, 141, 255, 0.34), rgba(17, 26, 46, 0.95));
}

.callflow__label,
.metric span,
.card__stat,
.stat-stack__item span,
.timeline__number,
.comment-card__time {
  display: block;
  color: var(--color-text-muted);
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.callflow__card strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.02rem;
}

.callflow__card p {
  margin: 0.45rem 0 0;
  color: var(--color-text-muted);
}

.visual-shell__metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  z-index: 1;
}

.metric {
  padding: 1rem;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.metric strong {
  display: block;
  font-size: 1rem;
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-strip__item {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.hero-strip__item span {
  color: var(--color-text-muted);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-strip__item strong {
  font-size: 1rem;
}

.trust__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.section-head {
  display: grid;
  gap: 1.2rem;
}

.section-head__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2.4rem;
  align-items: end;
}

.section-head h2,
.final-cta h2 {
  font-size: clamp(2.25rem, 3.2vw, 4rem);
  max-width: 16ch;
}

.section-head__lede {
  margin: 0;
  font-size: 1.02rem;
  max-width: 34rem;
}

.card-grid {
  display: grid;
  gap: 1.1rem;
}

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

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

.card-grid--3 .card:nth-child(2n) {
  transform: translateY(10px);
}

.card-grid--4 .card:nth-child(4n + 2) {
  transform: translateY(10px);
}

.card-grid--4 .card:nth-child(4n + 4) {
  transform: translateY(-8px);
}

.card {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018));
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

.card--edge-cyan {
  border-left: 4px solid rgba(67, 211, 255, 0.9);
}

.card--edge-violet {
  border-left: 4px solid rgba(181, 103, 255, 0.9);
}

.card--edge-coral {
  border-left: 4px solid rgba(255, 126, 96, 0.9);
}

.card--edge-lime {
  border-left: 4px solid rgba(216, 255, 76, 0.9);
}

.card--wide {
  grid-column: 1 / -1;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-md);
}

.card__body,
.card__footer {
  display: grid;
  gap: 0.75rem;
}

.card__title {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.card__text {
  margin: 0;
}

.card__footer {
  align-items: end;
}

.card__stat {
  padding-top: 0.25rem;
}

.thinkrr__grid,
.industries__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.thinkrr__panel,
.industries__panel {
  min-height: 100%;
}

.thinkrr__panel--primary {
  background: linear-gradient(180deg, rgba(76, 141, 255, 0.12), rgba(255, 255, 255, 0.02));
}

.thinkrr__panel {
  position: relative;
  overflow: hidden;
}

.thinkrr__panel--primary::before {
  content: "";
  position: absolute;
  top: -7rem;
  right: -5rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 211, 255, 0.24), transparent 72%);
  pointer-events: none;
}

.checklist {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.checklist li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--color-text-muted);
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--color-success);
  box-shadow: 0 0 0 4px rgba(57, 217, 138, 0.12);
}

.stat-stack {
  display: grid;
  gap: 0.8rem;
}

.stat-stack__item {
  display: grid;
  gap: 0.15rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.stat-stack__item strong {
  font-size: 1rem;
}

.industries__panel--accent {
  background: linear-gradient(180deg, rgba(114, 167, 255, 0.10), rgba(255, 255, 255, 0.02));
}

.industries__panel:first-child {
  border-left: 4px solid rgba(67, 211, 255, 0.85);
}

.industries__panel--accent {
  border-left: 4px solid rgba(181, 103, 255, 0.85);
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.timeline__step {
  position: relative;
  border-top: 4px solid transparent;
}

.timeline__step:nth-child(1) { border-top-color: rgba(67, 211, 255, 0.9); }
.timeline__step:nth-child(2) { border-top-color: rgba(181, 103, 255, 0.9); }
.timeline__step:nth-child(3) { border-top-color: rgba(255, 126, 96, 0.9); }
.timeline__step:nth-child(4) { border-top-color: rgba(76, 141, 255, 0.9); }
.timeline__step:nth-child(5) { border-top-color: rgba(216, 255, 76, 0.8); }

.timeline__step h3 {
  font-size: 1.18rem;
}

.timeline__step p {
  line-height: 1.65;
}

.timeline__step {
  min-height: 100%;
}

.timeline__number {
  margin-bottom: 0.5rem;
}

.timeline__step h3 {
  margin: 0;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
}

.timeline__step p {
  margin: 0;
}

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

.faq-item {
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.04rem;
  font-weight: 600;
}

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

.faq-item p {
  margin: 0.9rem 0 0;
}

.comment-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.comment-card__name {
  color: var(--color-text);
  font-weight: 600;
}

.comment-card:nth-child(1) {
  border-left: 4px solid rgba(67, 211, 255, 0.85);
}

.comment-card:nth-child(2) {
  border-left: 4px solid rgba(181, 103, 255, 0.85);
}

.comment-card:nth-child(3) {
  border-left: 4px solid rgba(255, 126, 96, 0.85);
}

.final-cta {
  padding-block: 2rem 5rem;
}

.final-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 2rem;
  padding: 2rem;
  border: 1px solid var(--color-border);
  border-radius: 32px;
  background:
    linear-gradient(160deg, rgba(76, 141, 255, 0.2), rgba(17, 26, 46, 0.98) 62%),
    rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow-md);
}

.final-cta__copy {
  display: grid;
  gap: 1rem;
}

.final-cta__copy h2 {
  max-width: 16ch;
}

.final-cta__actions {
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.final-cta__share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(76, 141, 255, 0.14));
  color: inherit;
  cursor: pointer;
}

.skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  white-space: normal;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 999px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.section--light .reveal.is-visible {
  transform: translateY(0);
}

.section--light .hero-strip__item strong,
.section--light .stat-stack__item strong,
.section--light .timeline__step h3,
.section--light .card__title {
  color: #0f172a;
}

.section--light .trust__chip,
.section--light .hero__proof li,
.section--light .industry-tags span {
  background: rgba(255, 255, 255, 0.88);
}

.site-nav__links a[aria-current="true"] {
  position: relative;
}

.site-nav__links a[aria-current="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  height: 2px;
  border-radius: 999px;
  background: var(--color-accent);
}

body.is-scrolled .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.10);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

html.reduced-motion,
html.reduced-motion .reveal,
html.reduced-motion .card,
html.reduced-motion .btn,
html.reduced-motion .final-cta__share,
html.reduced-motion .site-nav__links a {
  scroll-behavior: auto;
  transition: none !important;
}

html.reduced-motion .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1200px) {
  .site-nav {
    width: min(100% - 2rem, var(--container-width));
    gap: 0.75rem;
  }

  .site-nav__panel {
    gap: 0.85rem;
  }

  .site-nav__links {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem 0.85rem;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
    gap: 2rem;
  }

  .hero h1 {
    max-width: 13ch;
    font-size: clamp(3rem, 4.6vw, 5rem);
  }

  .section-head__grid {
    gap: 1.5rem;
  }

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

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

  .timeline__step:nth-child(4),
  .timeline__step:nth-child(5) {
    transform: none;
  }

  .hero-strip,
  .visual-shell__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .hero {
    padding-block: 4rem 3rem;
  }

  .hero__grid,
  .section-head__grid,
  .feature-panel,
  .final-cta__panel,
  .thinkrr__grid,
  .industries__grid {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    max-width: 760px;
  }

  .hero h1,
  .section-head h2,
  .final-cta h2 {
    max-width: 18ch;
  }

  .hero__content,
  .section-head,
  .final-cta__copy {
    max-width: 100%;
  }

  .hero__actions,
  .final-cta__actions {
    max-width: 31rem;
  }

  .hero-strip,
  .visual-shell__metrics,
  .card-grid--3,
  .card-grid--4,
  .faq-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline__step:nth-child(n) {
    transform: none;
  }

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

  .site-footer__columns > div:last-child {
    grid-column: 1 / -1;
  }

  .visual-shell__orbital--two {
    right: 4.5rem;
    bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .page-home::before,
  .page-home::after,
  .visual-shell__grid,
  .visual-shell__orbital {
    opacity: 0;
  }

  .site-header {
    backdrop-filter: blur(14px);
  }

  .site-nav {
    min-height: auto;
    padding-block: 0.85rem;
    align-items: start;
  }

  .site-nav__panel {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }

  .site-nav__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .site-nav__links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
  }

  .site-nav__actions {
    margin-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .site-nav__actions .btn {
    width: 100%;
  }

  .hero,
  .section,
  .final-cta {
    padding-block: 3rem;
  }

  .hero h1,
  .section-head h2,
  .final-cta h2 {
    font-size: clamp(2rem, 7vw, 3.1rem);
    line-height: 1.02;
    max-width: 14ch;
  }

  .hero__grid,
  .card-grid--3,
  .card-grid--4,
  .faq-grid,
  .timeline,
  .hero-strip,
  .visual-shell__metrics,
  .site-footer__columns,
  .thinkrr__grid,
  .industries__grid,
  .section-head__grid,
  .final-cta__panel {
    grid-template-columns: 1fr;
  }

  .hero__content,
  .hero__visual,
  .section-head,
  .final-cta__copy,
  .final-cta__actions,
  .site-footer__summary {
    max-width: 100%;
  }

  .hero__actions,
  .final-cta__actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
  }

  .hero__actions .btn,
  .hero__actions .hero__text-link,
  .final-cta__actions .btn,
  .final-cta__actions .final-cta__share {
    width: 100%;
  }

  .hero__proof,
  .trust__grid,
  .industry-tags {
    gap: 0.65rem;
  }

  .visual-shell {
    padding: 1.15rem;
    border-radius: 26px;
  }

  .voice-wave {
    min-height: 88px;
    gap: 0.35rem;
  }

  .callflow__stage {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .callflow__connector,
  .callflow__pulse {
    min-height: 12px;
  }

  .callflow__connector::before,
  .callflow__pulse::before {
    inset: 50% 0 auto 0;
    width: auto;
  }

  .callflow__pulse::after {
    width: 12px;
    height: 12px;
  }

  .card,
  .faq-item,
  .timeline__step,
  .stat-stack__item,
  .hero-strip__item,
  .industries__panel,
  .comment-card,
  .thinkrr__panel,
  .final-cta__panel {
    border-radius: 22px;
  }

  .card-grid--3 .card:nth-child(2n),
  .card-grid--4 .card:nth-child(4n + 2),
  .card-grid--4 .card:nth-child(4n + 4) {
    transform: none;
  }

  .site-footer__bottom {
    flex-direction: column;
  }

  .site-footer__columns > div:last-child {
    grid-column: auto;
  }

  .site-footer__actions {
    flex-direction: column;
  }

  .site-footer__actions .btn,
  .site-footer__actions .final-cta__share {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 1.1rem, var(--container-width));
  }

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

  .site-nav__actions {
    grid-template-columns: 1fr;
  }

  .site-nav__actions .btn:first-child {
    order: 2;
  }

  .site-nav__actions .btn:last-child {
    order: 1;
  }

  .hero,
  .section,
  .final-cta {
    padding-block: 2.5rem;
  }

  .hero h1,
  .section-head h2,
  .final-cta h2 {
    max-width: 11ch;
    letter-spacing: -0.04em;
  }

  .lede,
  .section-head__lede {
    font-size: 1rem;
  }

  .hero__proof li,
  .trust__chip,
  .industry-tags span {
    width: 100%;
    justify-content: center;
    min-height: 42px;
  }

  .visual-shell__topline {
    flex-direction: column;
    align-items: start;
  }

  .voice-wave {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 74px;
  }

  .voice-wave span:nth-child(n + 6) {
    display: none;
  }

  .hero-strip,
  .visual-shell__metrics,
  .card-grid--3,
  .card-grid--4,
  .faq-grid,
  .timeline,
  .site-footer__columns {
    grid-template-columns: 1fr;
  }

  .comment-card__meta {
    flex-direction: column;
    gap: 0.35rem;
  }

  .site-footer__bottom {
    padding-top: 1.15rem;
  }
}

@media (max-width: 375px) {
  .site-nav__links {
    grid-template-columns: 1fr;
  }

  .hero h1,
  .section-head h2,
  .final-cta h2 {
    max-width: 12ch;
    font-size: clamp(1.9rem, 8.2vw, 2.65rem);
  }

  .hero__actions,
  .final-cta__actions,
  .site-footer__actions {
    gap: 0.65rem;
  }

  .visual-shell {
    padding: 1rem;
  }

  .callflow__card {
    padding: 0.9rem;
  }

  .hero__proof li,
  .trust__chip,
  .industry-tags span,
  .btn,
  .final-cta__share,
  .site-nav__links a {
    font-size: 0.92rem;
  }

  .site-nav__brand {
    gap: 0.55rem;
  }

  .site-nav__wordmark {
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .voice-wave span,
  .visual-shell__orbital--one,
  .visual-shell__orbital--two {
    animation: none !important;
  }
}

@keyframes pulse-bar {
  0%, 100% {
    transform: scaleY(0.78);
    filter: saturate(1);
  }
  50% {
    transform: scaleY(1.08);
    filter: saturate(1.2);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .visual-shell__orbital--one {
    animation: drift-one 16s ease-in-out infinite;
  }

  .visual-shell__orbital--two {
    animation: drift-two 18s ease-in-out infinite;
  }
}

@keyframes drift-one {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-10px, 10px); }
}

@keyframes drift-two {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(12px, -8px); }
}