/* LN I.T inner pages */

ln-header,
ln-footer {
  display: contents;
}

.inner-page {
  background: #fff;
}

.inner-page .site-header {
  height: min(7.3vw, 98px);
}

.inner-page .site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 216, 255, 0.35), transparent);
}

.inner-page .site-nav a[aria-current="page"] {
  color: var(--lime);
}

.inner-hero {
  position: relative;
  min-height: min(43vw, 580px);
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 46%, rgba(0, 216, 255, 0.13), transparent 27%),
    radial-gradient(circle at 86% 66%, rgba(214, 255, 0, 0.06), transparent 20%),
    var(--navy);
  overflow: hidden;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(0, 216, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 216, 255, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent 38%, #000);
}

.inner-hero::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: -3%;
  right: -3%;
  bottom: -44px;
  height: 74px;
  background: #fff;
  border-top: 2px solid var(--cyan);
  border-radius: 50% 48% 0 0 / 44% 58% 0 0;
  box-shadow: 0 -4px 24px rgba(0, 216, 255, 0.22);
  transform: rotate(-0.3deg);
}

.inner-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(360px, 0.77fr);
  gap: min(7vw, 94px);
  align-items: center;
  padding: min(11.3vw, 152px) 0 min(8.1vw, 109px);
}

.inner-hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 13px;
  color: #009ed0;
  font-size: clamp(10px, 0.82vw, 11px);
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.inner-hero .eyebrow,
.dark-section .eyebrow {
  color: var(--cyan);
}

.inner-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.4vw, 73px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.inner-hero h1 .accent {
  color: var(--lime);
  -webkit-text-stroke: 1px rgba(2, 8, 23, 0.2);
  paint-order: stroke fill;
}

.section-heading .accent,
.display-heading .accent {
  color: var(--lime-readable);
}

.dark-section .section-heading .accent,
.dark-section .display-heading .accent {
  color: var(--lime);
}

.inner-hero-intro {
  max-width: 650px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.62;
}

.hero-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero-telephone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  color: #fff;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 800;
}

.hero-telephone svg {
  width: 23px;
  fill: none;
  stroke: var(--lime);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.inner-page .hero-visual {
  position: relative;
  z-index: auto;
  inset: auto;
  width: 100%;
  height: auto;
  min-height: min(27vw, 365px);
  display: grid;
  place-items: center;
}

.signal-orbit {
  position: absolute;
  width: 92%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 216, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 54px rgba(0, 216, 255, 0.12),
    inset 0 0 54px rgba(0, 216, 255, 0.08);
}

.signal-orbit::before,
.signal-orbit::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(214, 255, 0, 0.16);
  border-radius: 38% 62% 48% 52%;
  transform: rotate(34deg);
}

.signal-orbit::after {
  inset: 24%;
  border-color: rgba(0, 216, 255, 0.25);
  transform: rotate(-22deg);
}

.service-glyph {
  position: relative;
  z-index: 2;
  width: min(14vw, 190px);
  height: min(14vw, 190px);
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: linear-gradient(145deg, rgba(4, 18, 43, 0.94), rgba(2, 8, 23, 0.72));
  border: 1px solid rgba(0, 216, 255, 0.46);
  border-radius: 28% 72% 62% 38% / 39% 36% 64% 61%;
  box-shadow:
    0 0 28px rgba(0, 216, 255, 0.28),
    inset 0 0 35px rgba(0, 216, 255, 0.08);
  transform: rotate(-5deg);
}

.service-glyph svg {
  width: 47%;
  height: 47%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px currentColor);
  transform: rotate(5deg);
}

.service-glyph.lime {
  color: var(--lime);
  border-color: rgba(214, 255, 0, 0.38);
  box-shadow: 0 0 28px rgba(214, 255, 0, 0.16);
}

.inner-page .hero-visual img.hero-map {
  position: relative;
  z-index: 2;
  width: min(31vw, 420px);
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 56%, transparent 80%);
  mask-image: radial-gradient(ellipse at center, #000 56%, transparent 80%);
  filter: drop-shadow(0 0 22px rgba(0, 216, 255, 0.25));
}

.inner-page .hero-visual img.hero-sculpture {
  position: relative;
  z-index: 2;
  width: min(29vw, 390px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.36));
}

.content-section {
  position: relative;
  padding: min(7.4vw, 100px) 0;
  overflow: hidden;
}

.content-section.compact {
  padding-block: min(5.2vw, 70px);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: min(8vw, 108px);
  align-items: start;
}

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

.section-heading,
.display-heading {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4.2vw, 57px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.display-heading {
  font-size: clamp(48px, 5.2vw, 70px);
}

.lead {
  margin: 20px 0 0;
  color: #394457;
  font-size: clamp(17px, 1.42vw, 19px);
  line-height: 1.72;
}

.prose {
  color: #485367;
  font-size: clamp(15px, 1.2vw, 16px);
}

.prose p {
  margin: 0 0 19px;
}

.prose h2,
.prose h3 {
  margin: 38px 0 12px;
  color: var(--ink);
  line-height: 1.14;
}

.prose h2 {
  font-size: clamp(27px, 2.5vw, 34px);
}

.prose h3 {
  font-size: clamp(20px, 1.7vw, 23px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #008cb7;
  font-weight: 800;
}

.text-link::after {
  content: "→";
  transition: transform 160ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

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

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

.info-card,
.outcome-card,
.story-card {
  position: relative;
  min-height: 218px;
  padding: 29px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 16px 45px rgba(5, 15, 32, 0.055);
  overflow: hidden;
}

.info-card::after,
.outcome-card::after,
.story-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--lime), var(--cyan));
}

.info-card-icon,
.outcome-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 21px;
  color: #00a8d8;
  background: rgba(0, 216, 255, 0.055);
  border: 1px solid rgba(0, 216, 255, 0.2);
  border-radius: 12px;
}

.info-card:nth-child(even) .info-card-icon,
.outcome-card:nth-child(odd) .outcome-card-icon {
  color: #95bc00;
  background: rgba(214, 255, 0, 0.08);
  border-color: rgba(160, 197, 0, 0.2);
}

.info-card-icon svg,
.outcome-card-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-card h3,
.outcome-card h3,
.story-card h3 {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.2;
}

.info-card p,
.outcome-card p,
.story-card p {
  margin: 12px 0 0;
  color: #5a6576;
  line-height: 1.62;
}

.dark-section {
  position: relative;
  padding: min(7vw, 95px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 17% 20%, rgba(0, 216, 255, 0.08), transparent 25%),
    radial-gradient(circle at 85% 75%, rgba(214, 255, 0, 0.04), transparent 20%),
    var(--navy);
  overflow: hidden;
}

.dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(0, 216, 255, 0.2) 0.75px, transparent 0.85px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, transparent, #000 52%, transparent);
  opacity: 0.25;
}

.dark-section .section-heading {
  color: #fff;
}

.dark-section .lead,
.dark-section .prose {
  color: rgba(255, 255, 255, 0.7);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 35px;
  margin-top: 53px;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), #79efff 50%, var(--lime));
  box-shadow: 0 0 13px rgba(0, 216, 255, 0.65);
}

.process-step {
  position: relative;
  z-index: 1;
}

.process-number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: var(--navy);
  background: var(--lime);
  border: 4px solid var(--navy);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--cyan), 0 0 17px rgba(0, 216, 255, 0.45);
  font-size: 16px;
  font-weight: 800;
}

.process-step:nth-child(even) .process-number {
  background: var(--cyan);
}

.process-step h3 {
  margin: 0;
  font-size: 19px;
}

.process-step p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.proof-strip {
  padding: 26px 0;
  color: #fff;
  background: #061126;
  border-top: 1px solid rgba(0, 216, 255, 0.25);
  border-bottom: 1px solid rgba(0, 216, 255, 0.25);
}

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

.proof-stat {
  padding: 8px 30px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-stat:last-child {
  border: 0;
}

.proof-stat strong {
  display: block;
  color: var(--lime);
  font-size: clamp(24px, 2.6vw, 35px);
  line-height: 1.1;
}

.proof-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.faq-list {
  max-width: 880px;
  margin: 43px auto 0;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 54px 24px 0;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 800;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 21px;
  right: 5px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details > div {
  max-width: 760px;
  padding: 0 0 24px;
  color: #556074;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  gap: min(7vw, 94px);
  align-items: center;
}

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

.feature-visual::before {
  content: "";
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 216, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 216, 255, 0.13);
}

.feature-visual img {
  position: relative;
  z-index: 2;
  max-height: 390px;
  object-fit: contain;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.principle {
  min-height: 230px;
  padding: 32px;
  background: rgba(2, 8, 23, 0.96);
}

.principle span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.principle h3 {
  margin: 28px 0 0;
  font-size: clamp(21px, 2vw, 27px);
}

.principle p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.63);
}

.story-card {
  min-height: 300px;
  padding: 32px;
}

.story-card .story-type {
  display: inline-flex;
  padding: 6px 10px;
  color: #006f91;
  background: rgba(0, 216, 255, 0.08);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-card h3 {
  margin-top: 25px;
  font-size: clamp(22px, 2vw, 28px);
}

.story-card .story-result {
  margin-top: 22px;
  color: var(--ink);
  font-weight: 800;
}

.article-list {
  display: grid;
  gap: 18px;
}

.article-row {
  display: grid;
  grid-template-columns: 145px 1fr auto;
  gap: 25px;
  align-items: center;
  padding: 22px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.article-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(5, 15, 32, 0.08);
}

.article-thumb {
  position: relative;
  aspect-ratio: 1.45;
  display: grid;
  place-items: center;
  color: var(--cyan);
  background:
    linear-gradient(135deg, rgba(0, 216, 255, 0.12), transparent),
    var(--navy);
  border-radius: 8px;
  overflow: hidden;
}

.article-thumb::before,
.article-thumb::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: currentColor;
  box-shadow: 0 0 9px currentColor;
  transform: rotate(-28deg);
}

.article-thumb::after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.article-meta {
  color: #0088b1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-row h2,
.article-row h3 {
  margin: 6px 0 0;
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.2;
}

.article-row p {
  margin: 8px 0 0;
  color: #637084;
  font-size: 14px;
}

.article-arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--lime);
  border-radius: 50%;
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: min(7vw, 94px);
  align-items: start;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 35px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(5, 15, 32, 0.07);
}

.field {
  display: grid;
  gap: 7px;
}

.field.trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f9fbfd;
  border: 1px solid #d7dee7;
  border-radius: 7px;
  font: inherit;
}

.field textarea {
  min-height: 145px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(0, 216, 255, 0.5);
  border-color: var(--cyan);
}

.form-note,
.form-status {
  grid-column: 1 / -1;
  margin: 0;
  color: #657084;
  font-size: 12px;
}

.form-status:not(:empty) {
  padding: 12px 14px;
  color: #004d61;
  background: rgba(0, 216, 255, 0.08);
  border-left: 3px solid var(--cyan);
}

.form-status[data-state="success"] {
  color: #214400;
  background: rgba(75, 127, 0, 0.1);
  border-left-color: var(--lime-readable);
}

.form-status[data-state="error"] {
  color: #781d1d;
  background: rgba(220, 38, 38, 0.08);
  border-left-color: #dc2626;
}

.contact-panel {
  padding: 34px;
  color: #fff;
  background: var(--navy);
  border: 1px solid rgba(0, 216, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(2, 8, 23, 0.14);
}

.contact-panel h2 {
  margin: 0;
  font-size: 28px;
}

.contact-method {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-method:last-child {
  border: 0;
}

.contact-method svg {
  width: 27px;
  fill: none;
  stroke: var(--lime);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-method strong,
.contact-method span {
  display: block;
}

.contact-method span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.legal-shell {
  max-width: 880px;
  margin: 0 auto;
}

.legal-shell h2 {
  margin: 42px 0 12px;
  font-size: 27px;
}

.legal-shell h3 {
  margin: 28px 0 10px;
  font-size: 20px;
}

.legal-shell p,
.legal-shell li {
  color: #4f5b6d;
}

.legal-shell li + li {
  margin-top: 8px;
}

.page-cta {
  position: relative;
  padding: min(3.5vw, 47px) 0;
  color: var(--navy);
  background: var(--lime);
  overflow: hidden;
}

.page-cta::before,
.page-cta::after {
  content: "";
  position: absolute;
  width: 58%;
  height: 80px;
  border-top: 1px solid rgba(2, 8, 23, 0.18);
  border-radius: 50%;
  transform: rotate(-4deg);
}

.page-cta::before {
  left: -7%;
  bottom: -45px;
}

.page-cta::after {
  right: -7%;
  top: 12px;
}

.page-cta-grid {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.page-cta h2 {
  margin: 0;
  font-size: clamp(30px, 3.35vw, 45px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.page-cta p {
  margin: 7px 0 0;
}

.page-cta-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 13px;
}

.inner-page .site-footer {
  height: auto;
  min-height: 0;
}

.inner-page .footer-grid {
  min-height: 275px;
  height: auto;
}

.inner-page .footer-bottom {
  min-height: 65px;
  height: auto;
}

@media (hover: hover) and (pointer: fine) {
  .info-card,
  .outcome-card,
  .story-card {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .info-card:hover,
  .outcome-card:hover,
  .story-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 216, 255, 0.4);
    box-shadow: 0 21px 55px rgba(5, 15, 32, 0.1);
  }
}

@media (max-width: 980px) {
  .inner-hero-grid {
    grid-template-columns: 1.05fr 0.7fr;
    gap: 35px;
  }

  .inner-hero h1 {
    font-size: clamp(44px, 6.5vw, 64px);
  }

  .section-grid,
  .feature-split {
    gap: 48px;
  }

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

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

  .principle {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .inner-page .site-header {
    height: 72px;
  }

  .inner-hero {
    min-height: 770px;
  }

  .inner-hero::after {
    bottom: -52px;
  }

  .inner-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 112px 0 92px;
  }

  .inner-hero h1 {
    font-size: clamp(46px, 13vw, 61px);
  }

  .inner-hero-intro {
    margin-top: 22px;
    font-size: 16px;
  }

  .hero-button-row {
    display: grid;
  }

  .hero-button-row .button {
    width: 100%;
  }

  .inner-page .hero-visual {
    min-height: 260px;
  }

  .service-glyph {
    width: 160px;
    height: 160px;
  }

  .inner-page .hero-visual img.hero-map,
  .inner-page .hero-visual img.hero-sculpture {
    width: min(86vw, 390px);
    height: auto;
    max-height: 310px;
    object-fit: contain;
  }

  .content-section,
  .dark-section {
    padding: 74px 0;
  }

  .content-section.compact {
    padding-block: 55px;
  }

  .section-grid,
  .section-grid.equal,
  .feature-split,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .section-heading,
  .display-heading {
    font-size: clamp(39px, 11vw, 52px);
  }

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

  .info-card,
  .outcome-card,
  .story-card {
    min-height: 0;
    padding: 25px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 38px;
    padding-left: 4px;
  }

  .process-grid::before {
    top: 10px;
    bottom: 10px;
    left: 31px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .process-step {
    min-height: 82px;
    padding-left: 82px;
  }

  .process-number {
    position: absolute;
    left: 0;
    top: 0;
  }

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

  .proof-stat {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-stat:nth-child(2) {
    border-right: 0;
  }

  .proof-stat:nth-child(n + 3) {
    border-bottom: 0;
  }

  .feature-visual {
    min-height: 290px;
    order: -1;
  }

  .feature-visual img {
    max-height: 290px;
  }

  .article-row {
    grid-template-columns: 95px 1fr;
    gap: 16px;
    padding: 15px;
  }

  .article-arrow {
    display: none;
  }

  .article-row p {
    display: none;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .field.full {
    grid-column: auto;
  }

  .form-note,
  .form-status {
    grid-column: auto;
  }

  .page-cta {
    padding: 45px 0;
  }

  .page-cta-grid,
  .page-cta-actions {
    display: grid;
  }

  .page-cta-actions,
  .page-cta-actions .button {
    width: 100%;
  }

  .inner-page .footer-grid {
    min-height: 0;
  }
}
