.pod-page {
  --pod-ink: #111a33;
  --pod-blue: #3157d5;
  --pod-coral: #f05a4f;
  --pod-sky: #9fdde1;
  --pod-paper: #f5f2e9;
  --pod-white: #fffdf7;
  --pod-line: rgba(17, 26, 51, 0.22);
  position: relative;
  overflow: clip;
  color: var(--pod-ink);
  background: var(--pod-paper);
}

.pod-page button,
.pod-page a,
.pod-page input {
  accent-color: var(--pod-coral);
}

.pod-shell {
  width: min(100% - 2rem, 1240px);
  margin-inline: auto;
}

.pod-section {
  position: relative;
  padding-block: clamp(5rem, 10vw, 9rem);
}

.pod-eyebrow,
.pod-kicker,
.pod-wordmark,
.pod-board__top,
.pod-compare__meta,
.pod-compare__label,
.pod-direction-card > span,
.pod-direction-card small,
.pod-direction-verdict > span,
.pod-viewport-proof span,
.pod-specialists article > span,
.pod-runtime small,
.pod-hero__scope {
  font-family: 'Fira Code', ui-monospace, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pod-eyebrow {
  margin: 0 0 1.2rem;
  color: var(--pod-coral);
  font-size: 0.7rem;
  font-weight: 800;
}

.pod-section h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(2.5rem, 6.7vw, 6.3rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.pod-section-heading {
  display: grid;
  max-width: 64rem;
  gap: 1rem;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.pod-section-heading > p:last-child {
  max-width: 46rem;
  color: #566079;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
}

.pod-hero {
  min-height: min(840px, calc(100vh - 4rem));
  display: flex;
  align-items: center;
  padding-block: clamp(3rem, 8vw, 7rem);
  color: var(--pod-white);
  background:
    radial-gradient(circle at 81% 18%, rgba(159, 221, 225, 0.16), transparent 21rem),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--pod-ink);
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.pod-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 0.45rem;
  background: linear-gradient(90deg, var(--pod-coral) 0 33%, var(--pod-sky) 33% 67%, #e4c859 67%);
}

.pod-hero__grid {
  display: grid;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.pod-wordmark {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--pod-white);
  font-size: 1.05rem;
  font-weight: 900;
}

.pod-wordmark i {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--pod-coral);
  box-shadow: 0 0 0 0.3rem rgba(240, 90, 79, 0.14);
}

.pod-wordmark span {
  color: rgba(255, 253, 247, 0.52);
  font-size: 0.62rem;
}

.pod-kicker {
  margin-top: clamp(3rem, 7vw, 5.5rem);
  color: var(--pod-sky);
  font-size: 0.68rem;
  font-weight: 800;
}

.pod-hero h1 {
  max-width: 12ch;
  margin: 1.1rem 0 0;
  color: var(--pod-white);
  font-size: clamp(3.5rem, 8vw, 8.1rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.87;
}

.pod-hero h1 span {
  color: var(--pod-coral);
  font-style: italic;
  font-weight: 720;
}

.pod-hero__lead {
  max-width: 44rem;
  margin-top: 1.8rem;
  color: rgba(255, 253, 247, 0.73);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  line-height: 1.65;
}

.pod-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.2rem;
}

.pod-button {
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(255, 253, 247, 0.24);
  border-radius: 0;
  font-size: 0.84rem;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease;
}

.pod-button svg {
  width: 1rem;
  height: 1rem;
}

.pod-button:hover {
  transform: translateY(-0.18rem);
}

.pod-button--primary {
  border-color: var(--pod-coral);
  color: var(--pod-white);
  background: var(--pod-coral);
}

.pod-button--ghost {
  color: var(--pod-white);
  background: transparent;
}

.pod-hero__scope {
  max-width: 42rem;
  margin-top: 1.2rem;
  color: rgba(255, 253, 247, 0.42);
  font-size: 0.56rem;
  line-height: 1.6;
}

.pod-hero__board {
  position: relative;
  min-height: 31rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 253, 247, 0.5);
  background: rgba(255, 253, 247, 0.06);
  box-shadow: 1rem 1rem 0 rgba(49, 87, 213, 0.34);
}

.pod-board__top {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 253, 247, 0.6);
  font-size: 0.56rem;
}

.pod-board__numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5rem;
  border-block: 1px solid rgba(255, 253, 247, 0.26);
}

.pod-board__numbers div {
  display: grid;
  gap: 0.2rem;
  padding: 1.35rem 0.7rem;
  border-right: 1px solid rgba(255, 253, 247, 0.26);
}

.pod-board__numbers div:last-child { border-right: 0; }

.pod-board__numbers strong {
  color: var(--pod-white);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.pod-board__numbers div:nth-child(2) strong { color: var(--pod-sky); }
.pod-board__numbers div:nth-child(3) strong { color: var(--pod-coral); }

.pod-board__numbers span {
  color: rgba(255, 253, 247, 0.48);
  font-size: 0.64rem;
}

.pod-board__route {
  position: relative;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5rem 1rem 0;
}

.pod-board__route::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px dashed rgba(255, 253, 247, 0.6);
  transform: rotate(-4deg);
}

.pod-board__route i {
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid var(--pod-white);
  border-radius: 50%;
  background: var(--pod-ink);
}

.pod-board__route i:nth-child(2),
.pod-board__route i:nth-child(4) { transform: translateY(-1rem); }
.pod-board__route i:nth-child(3) { width: 1.2rem; height: 1.2rem; background: var(--pod-coral); }

.pod-board__stamp {
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  padding: 0.8rem;
  border: 2px solid var(--pod-sky);
  color: var(--pod-sky);
  font-family: 'Fira Code', monospace;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1.4;
  transform: rotate(-4deg);
}

.pod-breadcrumbs {
  padding-top: 1.5rem;
}

.pod-problem {
  background: var(--pod-white);
}

.pod-problem__grid {
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
}

.pod-problem h2 {
  max-width: 10ch;
  font-size: clamp(2.7rem, 6vw, 5.5rem);
}

.pod-problem__list {
  border-top: 1px solid var(--pod-line);
}

/* Four parallel problems, no numbering (numbers are reserved for the real
   workflow sequence below): plain rows separated by rules. */
.pod-problem__list p {
  margin: 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--pod-line);
  color: #4c5670;
  line-height: 1.55;
}

.pod-directions {
  background: #e8edf8;
}

.pod-direction-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pod-direction-card {
  min-height: 26rem;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid var(--pod-ink);
  background: var(--pod-white);
}

.pod-direction-card > span,
.pod-direction-card small {
  font-size: 0.58rem;
  font-weight: 800;
}

.pod-direction-card strong {
  max-width: 7ch;
  margin-top: 2.4rem;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.pod-direction-card small {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  line-height: 1.55;
}

.pod-direction-card--signal {
  color: var(--pod-white);
  background: var(--pod-blue);
  box-shadow: 0.65rem 0.65rem 0 var(--pod-coral);
  transform: translateY(-0.7rem);
}

.pod-signal-map {
  position: relative;
  height: 7rem;
  margin-top: 2rem;
  border-block: 1px dashed rgba(255, 255, 255, 0.55);
}

.pod-signal-map::before {
  content: '';
  position: absolute;
  inset: 50% 5% auto;
  border-top: 1px dashed rgba(255, 255, 255, 0.7);
  transform: rotate(-10deg);
}

.pod-signal-map i {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--pod-coral);
}
.pod-signal-map i:nth-child(1) { left: 4%; top: 62%; }
.pod-signal-map i:nth-child(2) { left: 48%; top: 28%; background: var(--pod-sky); }
.pod-signal-map i:nth-child(3) { right: 5%; top: 50%; }

.pod-direction-card--briefing {
  background: #f1d879;
}

.pod-brief-lines {
  display: grid;
  gap: 0.7rem;
  margin-top: 2.5rem;
}

.pod-brief-lines i {
  height: 0.55rem;
  background: var(--pod-ink);
}
.pod-brief-lines i:nth-child(2) { width: 75%; }
.pod-brief-lines i:nth-child(3) { width: 92%; }
.pod-brief-lines i:nth-child(4) { width: 48%; background: var(--pod-coral); }

.pod-direction-card--line {
  color: var(--pod-white);
  background: #126b70;
}

.pod-direction-card--line svg {
  width: 100%;
  margin-top: 2rem;
}

.pod-direction-card--line path {
  fill: none;
  stroke: var(--pod-sky);
  stroke-width: 4;
}

.pod-direction-verdict {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 1.4rem;
  border: 1px solid var(--pod-ink);
  background: var(--pod-white);
}

.pod-direction-verdict > span { font-size: 0.62rem; font-weight: 900; }
.pod-direction-verdict strong { color: var(--pod-coral); font-size: 3.5rem; line-height: 1; }
.pod-direction-verdict p { max-width: 48rem; color: #4e5972; line-height: 1.55; }

.pod-workflow {
  background: var(--pod-white);
}

.pod-workflow__intro {
  max-width: 54rem;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.pod-workflow__steps {
  border-top: 1px solid var(--pod-ink);
}

.pod-workflow__steps article {
  display: grid;
  grid-template-columns: 4rem minmax(9rem, 0.6fr) 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--pod-line);
}

.pod-workflow__steps article > span {
  color: var(--pod-coral);
  font-family: 'Fira Code', monospace;
  font-size: 0.7rem;
  font-weight: 900;
}

.pod-workflow__steps h3 {
  color: var(--pod-ink);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.pod-workflow__steps p {
  max-width: 42rem;
  color: #586279;
  line-height: 1.55;
}

.pod-workflow__steps svg {
  width: 1.2rem;
  color: var(--pod-blue);
}

.pod-workflow__guard {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.5rem;
  color: var(--pod-white);
  background: var(--pod-blue);
}

.pod-workflow__guard svg { width: 1.5rem; }
.pod-workflow__guard p { max-width: 62rem; line-height: 1.65; }

.pod-proof {
  background: var(--pod-ink);
  color: var(--pod-white);
}

.pod-proof__header {
  display: grid;
  gap: 2rem;
  align-items: end;
  margin-bottom: 3rem;
}

.pod-proof__header h2 { max-width: 10ch; color: var(--pod-white); }
.pod-proof__header > p { max-width: 38rem; color: rgba(255,253,247,.62); line-height: 1.7; }

.pod-compare {
  padding: 1rem;
  border: 1px solid rgba(255, 253, 247, 0.38);
  background: rgba(255, 255, 255, 0.04);
}

.pod-compare__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
  color: rgba(255,253,247,.54);
  font-size: .58rem;
}

.pod-compare__stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.44 / 1;
  background: #f2f3f4;
}

.pod-compare__stage > img,
.pod-compare__after img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.pod-compare__after {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 var(--pod-reveal));
}

.pod-compare__line {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 var(--pod-reveal);
  width: 2px;
  background: var(--pod-coral);
  transform: translateX(-1px);
}

.pod-compare__line span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 2px solid var(--pod-coral);
  border-radius: 50%;
  color: var(--pod-white);
  background: var(--pod-ink);
  transform: translate(-50%, -50%);
}

.pod-compare__line svg { width: 1rem; }

.pod-compare__label {
  position: absolute;
  z-index: 3;
  top: .8rem;
  padding: .45rem .65rem;
  color: var(--pod-white);
  background: var(--pod-ink);
  font-size: .58rem;
  font-weight: 900;
}
.pod-compare__label--before { left: .8rem; }
.pod-compare__label--after { right: .8rem; background: var(--pod-coral); }

.pod-compare input[type='range'] {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.pod-compare > p {
  margin: 1rem 0 0;
  color: rgba(255,253,247,.6);
  font-size: .78rem;
  line-height: 1.6;
}

.pod-compare code { color: var(--pod-sky); }

.pod-viewport-proof {
  display: grid;
  grid-template-columns: .55fr 1.35fr .7fr;
  gap: 1rem;
  margin-top: 2rem;
}

.pod-viewport-proof article,
.pod-viewport-proof aside {
  min-height: 23rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid rgba(255,253,247,.32);
}

.pod-phone-frame {
  width: min(100%, 13rem);
  height: 19rem;
  overflow: hidden;
  margin-inline: auto;
  border: .35rem solid #0a0f20;
  border-radius: 1.2rem;
}

.pod-phone-frame img,
.pod-viewport-proof__wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.pod-viewport-proof article > span {
  margin-top: auto;
  padding-top: 1rem;
  color: rgba(255,253,247,.55);
  font-size: .57rem;
  font-weight: 800;
}

.pod-viewport-proof__wide > div {
  height: 18rem;
  overflow: hidden;
}

.pod-viewport-proof aside {
  justify-content: flex-end;
  color: var(--pod-ink);
  background: var(--pod-sky);
}

.pod-viewport-proof aside strong {
  font-size: clamp(3.5rem, 6vw, 6rem);
  letter-spacing: -.08em;
  line-height: .8;
}

.pod-viewport-proof aside span {
  margin-top: 1rem;
  color: var(--pod-ink);
  font-size: .62rem;
  font-weight: 900;
  line-height: 1.45;
}

.pod-viewport-proof aside p {
  margin-top: 1rem;
  font-size: .75rem;
  line-height: 1.55;
}

.pod-specialists {
  color: var(--pod-white);
  background: var(--pod-blue);
}

.pod-section-heading--light h2 { color: var(--pod-white); }
.pod-specialists .pod-eyebrow { color: var(--pod-sky); }

.pod-specialists__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(255,253,247,.45);
  border-left: 1px solid rgba(255,253,247,.45);
}

.pod-specialists article {
  min-height: 19rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-right: 1px solid rgba(255,253,247,.45);
  border-bottom: 1px solid rgba(255,253,247,.45);
}

.pod-specialists article > span {
  color: var(--pod-sky);
  font-size: .58rem;
  font-weight: 900;
}

.pod-specialists article svg { width: 1.3rem; margin-top: 3rem; }
.pod-specialists article h3 { margin-top: auto; color: var(--pod-white); font-size: 1.25rem; font-weight: 850; letter-spacing: -.035em; }
.pod-specialists article p { margin-top: .65rem; color: rgba(255,253,247,.65); font-size: .8rem; line-height: 1.55; }

.pod-runtime {
  background: var(--pod-paper);
}

.pod-runtime__grid {
  display: grid;
  gap: 3rem;
}

.pod-runtime__grid > div:first-child { max-width: 62rem; }
.pod-runtime__grid > div:first-child > p:last-child { max-width: 42rem; margin-top: 1.3rem; color: #596279; line-height: 1.65; }

.pod-runtime__panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.pod-runtime__panels article {
  min-height: 17rem;
  display: grid;
  align-content: end;
  gap: .7rem;
  padding: 1.4rem;
  border: 1px solid var(--pod-ink);
  color: var(--pod-white);
  background: var(--pod-ink);
}

.pod-runtime__panels article:last-child {
  color: var(--pod-ink);
  background: var(--pod-sky);
  box-shadow: .7rem .7rem 0 var(--pod-coral);
}

.pod-runtime__panels svg { width: 1.4rem; margin-bottom: 2rem; }
.pod-runtime__panels span { font-size: 1.4rem; font-weight: 900; }
.pod-runtime__panels code { width: fit-content; padding: .4rem .55rem; border: 1px solid currentColor; font-size: .8rem; }
.pod-runtime__panels small { color: inherit; opacity: .62; font-size: .55rem; font-weight: 800; }

.pod-runtime ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--pod-line);
}

.pod-runtime li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--pod-line);
  color: #4f5971;
  font-size: .85rem;
}
.pod-runtime li:nth-child(odd) { padding-right: 1rem; border-right: 1px solid var(--pod-line); }
.pod-runtime li:nth-child(even) { padding-left: 1rem; }
.pod-runtime li svg { width: 1.1rem; color: var(--pod-coral); }

.pod-scope {
  color: var(--pod-white);
  background: var(--pod-ink);
}

.pod-scope__grid {
  display: grid;
  gap: 1rem;
}

.pod-scope__grid > div { max-width: 57rem; margin-bottom: 2rem; }
.pod-scope__grid h2 { color: var(--pod-white); }

.pod-scope article {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(255,253,247,.3);
}

.pod-scope__yes { background: var(--pod-blue); }
.pod-scope__no { background: rgba(255,255,255,.035); }
.pod-scope article h3 { display: flex; align-items: center; gap: .7rem; color: var(--pod-white); font-size: 1.35rem; font-weight: 900; }
.pod-scope article h3 svg { width: 1.2rem; }
.pod-scope article ul { display: grid; gap: .9rem; margin-top: 1.5rem; }
.pod-scope article li { position: relative; padding-left: 1.2rem; color: rgba(255,253,247,.72); line-height: 1.55; }
.pod-scope article li::before { content: ''; position: absolute; left: 0; top: .65em; width: .4rem; height: .4rem; background: var(--pod-sky); }
.pod-scope__no li::before { background: var(--pod-coral); }

.pod-pricing {
  background: #e8edf8;
}

.pod-pricing__grid {
  display: grid;
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

.pod-pricing__copy h2 { max-width: 10ch; }
.pod-pricing__copy > p:nth-of-type(2) { max-width: 43rem; margin-top: 1.5rem; color: #596279; font-size: 1.05rem; line-height: 1.7; }

.pod-pricing__facts {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.pod-pricing__facts span {
  display: flex;
  align-items: baseline;
  gap: .8rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--pod-line);
  color: #536078;
  font-size: .82rem;
}
.pod-pricing__facts strong { min-width: 3.8rem; color: var(--pod-coral); font-size: 1.5rem; }

.pod-pricing__card .glass-solid,
.pod-pricing__card .glass-card {
  border: 1px solid var(--pod-ink);
  border-radius: 0;
  background: var(--pod-white);
  box-shadow: .9rem .9rem 0 var(--pod-blue);
  backdrop-filter: none;
}

.pod-pricing__card button { border-radius: 0; }
.pod-pricing__card button:not([role='combobox']) { background: var(--pod-coral); }
.pod-pricing__legal { max-width: 36rem; margin: 1.6rem auto 0; color: #687185; font-size: .7rem; line-height: 1.55; }

.pod-faq-wrap {
  background: var(--pod-white);
}

.pod-faq-wrap .editorial-faq {
  border-radius: 0;
  border: 1px solid var(--pod-ink);
  background: var(--pod-white);
  box-shadow: none;
}

.pod-faq-wrap .editorial-faq__eyebrow { color: var(--pod-coral); }

@media (min-width: 900px) {
  .pod-hero__grid { grid-template-columns: minmax(0, 1.2fr) minmax(23rem, .8fr); }
  .pod-problem__grid { grid-template-columns: 1.05fr .95fr; }
  .pod-proof__header { grid-template-columns: 1.2fr .8fr; }
  .pod-runtime__grid { grid-template-columns: 1fr 1fr; }
  .pod-runtime__grid > div:first-child { grid-column: 1 / -1; }
  .pod-runtime ul { align-self: end; }
  .pod-scope__grid { grid-template-columns: repeat(2, 1fr); }
  .pod-scope__grid > div { grid-column: 1 / -1; }
  .pod-pricing__grid { grid-template-columns: 1.05fr .95fr; }
}

@media (max-width: 899px) {
  .pod-hero { min-height: 0; }
  .pod-hero__board { min-height: 25rem; }
  .pod-direction-proof { grid-template-columns: 1fr; }
  .pod-direction-card { min-height: 21rem; }
  .pod-direction-card--signal { transform: none; }
  .pod-workflow__steps article { grid-template-columns: 3rem 1fr auto; }
  .pod-workflow__steps article p { grid-column: 2 / -1; }
  .pod-viewport-proof { grid-template-columns: 1fr 1fr; }
  .pod-viewport-proof aside { grid-column: 1 / -1; min-height: 17rem; }
  .pod-specialists__grid { grid-template-columns: repeat(2, 1fr); }
  .pod-runtime__panels { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .pod-shell { width: min(100% - 1.25rem, 1240px); }
  .pod-section { padding-block: 4.5rem; }
  .pod-hero { padding-top: 2rem; }
  .pod-wordmark span { display: none; }
  .pod-hero h1 { font-size: clamp(3.25rem, 17vw, 5.4rem); }
  .pod-hero__actions { flex-direction: column; }
  .pod-button { width: 100%; }
  .pod-hero__board { min-height: 21rem; padding: .8rem; box-shadow: .45rem .45rem 0 rgba(49,87,213,.5); }
  .pod-board__numbers { margin-top: 3.8rem; }
  .pod-board__numbers div { padding-inline: .35rem; }
  .pod-board__numbers strong { font-size: 2.35rem; }
  .pod-board__numbers span { font-size: .54rem; }
  .pod-board__route { height: 4rem; margin-top: 1.4rem; }
  .pod-board__stamp { font-size: .5rem; }
  .pod-section h2 { font-size: clamp(2.7rem, 14vw, 4.4rem); }
  .pod-direction-verdict { grid-template-columns: auto auto; }
  .pod-direction-verdict p { grid-column: 1 / -1; }
  .pod-workflow__steps article { gap: .8rem; }
  .pod-workflow__steps h3 { font-size: 1.45rem; }
  .pod-compare { padding: .55rem; }
  .pod-compare__meta { flex-direction: column; }
  .pod-compare__line span { width: 2.3rem; height: 2.3rem; }
  .pod-compare__stage { aspect-ratio: 1 / 1; }
  .pod-viewport-proof { grid-template-columns: 1fr; }
  .pod-viewport-proof article,
  .pod-viewport-proof aside { grid-column: auto; }
  .pod-specialists__grid { grid-template-columns: 1fr; }
  .pod-specialists article { min-height: 14rem; }
  .pod-runtime ul { grid-template-columns: 1fr; }
  .pod-runtime li:nth-child(n) { padding-inline: 0; border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .pod-button { transition: none; }
  .pod-button:hover { transform: none; }
  .pod-page { scroll-behavior: auto; }
}
