:root {
  --color-page: #f8f7f3;
  --color-surface: #fbfaf7;
  --color-panel: #fffdf9;
  --color-ink: #090b1a;
  --color-muted: #5d6170;
  --color-soft: #7b7f8c;
  --color-border: #d8d2c9;
  --color-border-strong: #c9c3ba;
  --color-primary: #176b5d;
  --color-primary-hover: #0f5147;
  --color-primary-soft: #e4f2ec;
  --color-green: #087a56;
  --color-green-hover: #066848;
  --color-green-soft: #e8f5ef;
  --color-orange: #d9772f;
  --color-orange-hover: #b95d21;
  --color-orange-soft: #fff1e7;
  --color-blue-soft: #edf4ef;
  --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell-width: 1360px;
  --radius-shell: 10px;
  --radius-card: 7px;
  --radius-pill: 999px;
  --shadow-card: 0 18px 45px rgba(24, 24, 32, 0.055);
  --shadow-card-hover: 0 22px 60px rgba(24, 24, 32, 0.095);
  --shadow-button: 0 12px 28px rgba(15, 81, 71, 0.2);
  --shadow-device: 0 24px 80px rgba(9, 11, 26, 0.22);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-14: 56px;
  --space-16: 64px;
  --space-18: 72px;
  --space-20: 80px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--color-ink);
  background:
    radial-gradient(circle at 15% 5%, rgba(23, 107, 93, 0.055), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(217, 119, 47, 0.06), transparent 32%),
    var(--color-page);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  width: min(var(--shell-width), calc(100% - 48px));
  margin: 22px auto;
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border-strong);
  border-radius: 7px;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 46px;
}

.site-header {
  min-height: 76px;
  border-bottom: 1px solid var(--color-border-strong);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(250px, 52vw);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav,
.site-footer nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  font-weight: 650;
}

.nav a {
  position: relative;
  padding: 28px 0;
}

.nav a[aria-current="page"] {
  color: var(--color-primary);
}

.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 44px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--color-primary);
  border-radius: var(--radius-pill);
}

.section-border {
  border-bottom: 1px solid var(--color-border-strong);
}

.split-section.section-border {
  border-bottom-color: rgba(203, 194, 181, 0.92);
  box-shadow: inset 0 -1px 0 rgba(203, 194, 181, 0.45);
}

.hero-section {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 24px;
  align-items: center;
  min-height: 500px;
  padding: 54px 46px 38px;
  background:
    radial-gradient(circle at 87% 20%, rgba(217, 119, 47, 0.08), transparent 27%),
    radial-gradient(circle at 76% 68%, rgba(23, 107, 93, 0.08), transparent 34%),
    var(--color-panel);
}

.eyebrow {
  margin: 0 0 26px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.split-panel h2 {
  margin: 0;
  color: var(--color-ink);
}

.hero-copy h1 {
  max-width: 455px;
  font-size: 52px;
  font-weight: 790;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.hero-copy h1 span {
  color: inherit;
}

.lead {
  max-width: 405px;
  margin: 24px 0 26px;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.7;
}

.btn {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out), border-color 180ms var(--ease-out), background 180ms var(--ease-out);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-icon {
  display: inline-grid;
  width: 15px;
  height: 15px;
  place-items: center;
  flex: 0 0 auto;
}

.btn-icon svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(23, 107, 93, 0.35);
  outline-offset: 4px;
}

.btn-primary {
  color: #fffefa;
  background: linear-gradient(135deg, #0f5147, var(--color-primary));
  box-shadow: 0 13px 30px rgba(15, 81, 71, 0.2);
}

.btn-green {
  width: 100%;
  color: #fffefa;
  background: var(--color-green);
  box-shadow: 0 12px 28px rgba(8, 122, 86, 0.18);
}

.btn-outline {
  width: 100%;
  color: var(--color-primary);
  border-color: var(--color-primary);
  background: transparent;
}

.btn-outline.orange {
  color: var(--color-orange);
  border-color: var(--color-orange);
}

.btn-ghost {
  color: var(--color-green);
  border-color: var(--color-green);
  background: rgba(255, 255, 255, 0.35);
}

.feature-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin-top: 48px;
  max-width: 540px;
  color: #202231;
  font-size: 10.5px;
  font-weight: 650;
  white-space: nowrap;
}

.feature-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 24px;
  padding: 0 13px;
  border-right: 1px solid var(--color-border-strong);
}

.feature-row span:first-child {
  padding-left: 0;
}

.feature-row span:last-child {
  flex-basis: auto;
  margin-top: 0;
  padding-left: 13px;
  border-right: 0;
}

.feature-row img {
  width: 20px;
  height: 20px;
}

.hero-visual {
  min-width: 0;
}

.device-stage {
  position: relative;
  display: flex;
  min-height: 340px;
  align-items: center;
  justify-content: flex-end;
}

.device-vector {
  display: block;
  width: 680px;
  max-width: none;
  height: auto;
  margin-right: 0;
  transform: translateX(245px);
  transform-origin: center right;
}

.device-stage picture {
  display: block;
}

@media (min-width: 1408px) {
  .device-vector {
    transform: none;
  }
}

.pricing-section,
.faq-section,
.split-section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 620px;
}

.content-section {
  margin: 0;
  padding: 24px 36px 30px;
  background: rgba(255, 254, 250, 0.74);
  border: 0;
  border-bottom: 1px solid var(--color-border-strong);
  border-radius: 0;
}

.page-intro {
  padding-top: 42px;
  padding-bottom: 36px;
  background:
    radial-gradient(circle at 80% 16%, rgba(23, 107, 93, 0.045), transparent 28%),
    radial-gradient(circle at 18% 92%, rgba(8, 122, 86, 0.035), transparent 30%),
    var(--color-panel);
}

.page-heading {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}

.page-heading .eyebrow {
  margin-bottom: 12px;
}

.page-heading h1 {
  margin: 0;
  color: var(--color-ink);
  font-size: 40px;
  font-weight: 790;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.page-heading p:not(.eyebrow) {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.7;
}

.page-feature-row {
  width: 100%;
  justify-content: center;
  max-width: 760px;
  margin: 28px auto 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.section-heading .eyebrow {
  margin-bottom: 12px;
}

.section-heading h2 {
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1210px;
  margin: 0 auto;
}

.services-grid > *,
.pricing-grid > *,
.split-section > *,
.faq-layout > * {
  min-width: 0;
}

.service-card,
.pricing-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 16px 44px rgba(24, 24, 32, 0.045);
  transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out), border-color 180ms var(--ease-out);
}

.service-card:hover,
.pricing-card:hover {
  transform: translateY(-3px);
  border-color: var(--color-border-strong);
  box-shadow: var(--shadow-card-hover);
}

.service-card {
  min-height: 244px;
  padding: 28px 22px 20px;
  text-align: center;
}

.icon-wrap {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
}

.icon-wrap img {
  width: 39px;
  height: 39px;
}

.service-card h3,
.pricing-card h3 {
  margin: 0;
  letter-spacing: -0.035em;
}

.service-card h3 {
  font-size: 18px;
}

.pricing-card h3 {
  font-size: 22px;
}

.service-card p {
  min-height: 56px;
  margin: 15px 0 18px;
  color: var(--color-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

.service-card a {
  font-size: 12px;
  font-weight: 850;
}

.accent-purple {
  color: var(--color-primary);
}

.accent-purple .icon-wrap {
  background: var(--color-primary-soft);
}

.accent-green {
  color: var(--color-green);
}

.accent-green .icon-wrap {
  background: var(--color-green-soft);
}

.accent-orange {
  color: var(--color-orange);
}

.accent-orange .icon-wrap {
  background: var(--color-orange-soft);
}

.accent-blue {
  color: #176b5d;
}

.accent-blue .icon-wrap {
  background: var(--color-blue-soft);
}

.feature-row span {
  position: relative;
}

.feature-row img {
  display: none;
}

.feature-row span::before {
  content: "";
  width: 18px;
  height: 1px;
  flex: 0 0 18px;
  background: linear-gradient(90deg, var(--color-green), rgba(217, 119, 47, 0.48));
}

.feature-row span::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(23, 107, 93, 0.72);
}

.icon-wrap {
  position: relative;
  display: block;
  width: 58px;
  height: 22px;
  margin: 0 auto 22px;
  border-radius: 0;
  background: transparent;
}

.accent-purple .icon-wrap,
.accent-green .icon-wrap,
.accent-orange .icon-wrap,
.accent-blue .icon-wrap {
  background: transparent;
}

.icon-wrap img {
  display: none;
}

.icon-wrap::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 40px;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, currentColor, rgba(217, 119, 47, 0.52));
}

.icon-wrap::after {
  content: "";
  position: absolute;
  left: 49px;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: currentColor;
}

.service-card h3,
.service-card p {
  color: var(--color-ink);
}

.about-tech-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-tech-grid .service-card {
  min-height: 230px;
}

.about-tech-grid .service-card p {
  min-height: auto;
}

.pricing-section {
  padding-top: 20px;
  padding-bottom: 26px;
  background:
    radial-gradient(circle at 52% 5%, rgba(23, 107, 93, 0.045), transparent 34%),
    rgba(255, 254, 250, 0.76);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1160px;
  margin: 0 auto;
}

.pricing-card {
  display: flex;
  min-height: 345px;
  flex-direction: column;
  padding: 26px 36px 24px;
}

.pricing-card > p {
  min-height: 42px;
  margin: 13px 0 20px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.55;
}

.pricing-card .price {
  margin-bottom: 18px;
  color: var(--color-ink);
  font-size: 34px;
  font-weight: 850;
  letter-spacing: 0;
}

.pricing-card ul {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding: 0;
  color: #333746;
  font-size: 12px;
  line-height: 1.35;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 20px;
}

.pricing-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: currentColor;
  font-weight: 900;
}

.pricing-card .btn {
  margin-top: auto;
}

.pricing-card.starter h3 {
  color: var(--color-primary);
}

.pricing-card.standard h3,
.pricing-card.standard li::before {
  color: var(--color-green);
}

.pricing-card.premium h3,
.pricing-card.premium li::before {
  color: var(--color-orange);
}

.title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.title-row span {
  padding: 5px 9px;
  border-radius: var(--radius-pill);
  color: var(--color-green);
  background: var(--color-green-soft);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.title-row span::before {
  content: "★ ";
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.faq-section {
  padding: 26px 64px 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(23, 107, 93, 0.035), transparent 30%),
    rgba(255, 254, 250, 0.78);
}

.faq-section .section-heading {
  margin-bottom: 22px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.36fr) minmax(0, 0.64fr);
  gap: 22px;
  max-width: 1160px;
  margin: 0 auto;
  align-items: start;
}

.faq-tabs {
  display: grid;
  min-height: 390px;
  grid-template-rows: repeat(5, minmax(64px, 1fr));
  gap: 10px;
}

.faq-tab-strip {
  display: contents;
}

.faq-tab-nav {
  display: none;
}

.faq-tab {
  position: relative;
  display: grid;
  min-height: 64px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 0 16px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(211, 205, 194, 0.74);
  border-radius: var(--radius-card);
  background:
    linear-gradient(135deg, rgba(23, 107, 93, 0.022), rgba(8, 122, 86, 0.012)),
    rgba(255, 255, 255, 0.62);
  color: var(--color-ink);
  font-family: inherit;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(24, 24, 32, 0.026);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.faq-tab::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: transparent;
  transition: background 180ms ease;
}

.faq-tab-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.faq-tab-copy strong {
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 800;
}

.faq-tab-copy small {
  overflow: hidden;
  color: rgba(65, 68, 82, 0.62);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.faq-tab-arrow {
  color: var(--color-primary);
  font-size: 22px;
  line-height: 1;
}

.faq-tab.is-active {
  border-color: rgba(111, 93, 238, 0.24);
  background:
    linear-gradient(135deg, rgba(23, 107, 93, 0.045), rgba(8, 122, 86, 0.018)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(23, 107, 93, 0.045);
}

.faq-tab.is-active::before {
  background: rgba(23, 107, 93, 0.72);
}

.faq-panels {
  min-height: 414px;
}

.faq-panel {
  display: grid;
  min-height: 414px;
  gap: 10px;
  align-content: start;
}

.faq-panel[hidden] {
  display: none;
}

.about-faq .section-heading {
  margin-bottom: 22px;
}

.about-faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.about-faq-list .faq-panel,
.about-faq-list .faq-panels {
  min-height: 0;
}

.about-faq-list .faq-panel {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(211, 205, 194, 0.78);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 30px rgba(24, 24, 32, 0.025);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.faq-item.is-open {
  border-color: rgba(211, 205, 194, 0.92);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(24, 24, 32, 0.04);
}

.faq-question {
  position: relative;
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 18px 48px 14px 22px;
  border: 0;
  background: transparent;
  color: var(--color-ink);
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.faq-item.is-open .faq-question::after {
  content: "-";
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 240ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 18px;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.62;
  max-width: 720px;
  opacity: 0;
  transform: translateY(-4px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.faq-answer p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0;
  border-radius: 999px;
  background: rgba(23, 107, 93, 0.62);
  box-shadow: 0 0 0 3px rgba(23, 107, 93, 0.07);
  vertical-align: 1px;
}

.faq-item.is-open .faq-answer p {
  opacity: 1;
  transform: translateY(0);
}

.split-panel {
  position: relative;
  min-height: 230px;
  padding: 28px 48px;
  overflow: hidden;
}

.about-panel {
  background:
    radial-gradient(circle at 84% 70%, rgba(8, 122, 86, 0.08), transparent 26%),
    linear-gradient(110deg, rgba(8, 122, 86, 0.055), rgba(255, 254, 250, 0.38));
}

.about-panel::before {
  content: none;
}

.about-panel::after {
  content: none;
}

.about-map {
  display: none;
}

.about-blueprint {
  position: absolute;
  right: 34px;
  top: 128px;
  z-index: 1;
  display: block;
  width: min(214px, 32%);
  height: auto;
  border: 0;
  opacity: 0.86;
  pointer-events: none;
}

.about-map .map-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.split-panel.about-panel p:not(.eyebrow) {
  max-width: 335px;
}

.split-panel.copy-rich p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 20px;
  margin-bottom: 0;
}

.split-panel.copy-rich p:not(.eyebrow) + p:not(.eyebrow) {
  margin-top: 14px;
}

.copy-rich a {
  color: var(--color-primary);
  font-weight: 800;
}

.contact-panel {
  border-left: 1px solid var(--color-border-strong);
  background:
    radial-gradient(circle at 90% 16%, rgba(23, 107, 93, 0.12), transparent 22%),
    linear-gradient(110deg, rgba(23, 107, 93, 0.055), rgba(255, 254, 250, 0.36));
}

.eyebrow.green {
  color: var(--color-green);
}

.split-panel h2 {
  max-width: 320px;
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.split-panel h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 16px;
  background: currentColor;
}

.split-panel p:not(.eyebrow) {
  max-width: 385px;
  margin: 26px 0 24px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.65;
}

.paper-plane {
  position: absolute;
  right: 42px;
  top: 38px;
  width: 190px;
  height: auto;
  opacity: 0.92;
}

.site-footer {
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  gap: 16px;
  padding-top: 30px;
  padding-bottom: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(23, 107, 93, 0.055), transparent 34%),
    rgba(255, 254, 250, 0.86);
}

.site-footer strong {
  display: block;
  margin-bottom: 7px;
  color: var(--color-ink);
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.site-footer p {
  margin: 0;
  color: var(--color-soft);
  font-size: 12px;
}

.footer-brand p {
  max-width: 540px;
  line-height: 1.6;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px 25px;
  font-size: 13px;
  font-weight: 700;
}

.footer-areas {
  color: var(--color-muted);
}

.footer-legal {
  width: min(560px, 100%);
  justify-content: center;
  padding-top: 14px;
  border-top: 1px solid rgba(203, 194, 181, 0.72);
  font-size: 12px;
  font-weight: 650;
}

.footer-copy {
  color: var(--color-soft);
}

@media (max-width: 1160px) {
  .site-header,
  .site-footer,
  .hero-section,
  .faq-section,
  .content-section {
    padding-left: 36px;
    padding-right: 36px;
  }

  .hero-section {
    grid-template-columns: 1fr;
  }

  .device-stage {
    min-height: 390px;
  }

  .device-vector {
    width: min(720px, 100%);
    margin: 0 auto;
    transform: none;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-shell {
    width: min(100% - 24px, var(--shell-width));
    margin: 12px auto;
  }

  .site-header {
    min-height: 74px;
  }

  .nav {
    display: none;
  }

  .hero-section,
  .content-section,
  .faq-section,
  .split-panel {
    padding: 48px 22px;
  }

  .about-blueprint {
    position: static;
    display: block;
    width: min(210px, 78%);
    margin: 12px auto -22px;
    opacity: 0.78;
  }

  .content-section {
    margin-right: 0;
    margin-left: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: 40px;
    line-height: 1.08;
  }

  .page-heading h1 {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 1.12;
  }

  .page-heading p:not(.eyebrow) {
    max-width: 305px;
  }

  .page-feature-row {
    max-width: 305px;
    white-space: normal;
  }

  .page-feature-row span {
    min-width: 0;
    padding-right: 10px;
  }

  .lead {
    max-width: 100%;
    font-size: 17px;
  }

  .feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 0;
    margin-top: 36px;
    font-size: 14px;
  }

  .feature-row span {
    padding: 0 14px 0 0;
  }

  .feature-row span:last-child {
    margin-top: 0;
  }

  .device-stage {
    min-height: 340px;
  }

  .device-vector {
    width: 100%;
    margin: 0;
    transform: none;
  }

  .services-grid,
  .pricing-grid,
  .split-section {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .faq-tab-strip {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 8px;
    align-items: center;
  }

  .faq-tab-nav {
    display: grid;
    width: 32px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(211, 205, 194, 0.84);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--color-primary);
    font-family: inherit;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 26px rgba(24, 24, 32, 0.03);
    cursor: pointer;
  }

  .faq-tabs {
    display: flex;
    grid-template-columns: none;
    grid-template-rows: none;
    min-height: auto;
    gap: 8px;
    padding: 0 0 8px;
    overflow-x: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .faq-tabs::-webkit-scrollbar {
    display: none;
  }

  .faq-tab {
    flex: 0 0 calc((100% - 8px) / 2);
    min-height: 44px;
    grid-template-columns: 1fr;
    padding: 0 14px;
    border-radius: 999px;
    scroll-snap-align: start;
  }

  .faq-tab::before {
    inset: auto 14px 0;
    width: auto;
    height: 2px;
  }

  .faq-tab-copy {
    gap: 0;
  }

  .faq-tab-copy strong {
    font-size: 13px;
    white-space: nowrap;
  }

  .faq-tab-copy small,
  .faq-tab-arrow {
    display: none;
  }

  .faq-panels,
  .faq-panel {
    min-height: auto;
  }

  .service-card,
  .pricing-card {
    min-height: auto;
  }

  .contact-panel {
    border-left: 0;
    border-top: 1px solid var(--color-border-strong);
  }

  .paper-plane {
    right: 20px;
    top: 30px;
    width: 82px;
  }

  .contact-panel h2 {
    max-width: 240px;
  }

  .site-footer {
    align-items: center;
    gap: 16px;
    padding: 30px 22px;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 13px 20px;
  }
}

@media (max-width: 430px) {
  .device-stage {
    min-height: 245px;
  }

  .device-vector {
    width: calc(100% + 18px);
    margin-left: -9px;
    margin-right: -9px;
  }

  .service-card,
  .pricing-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-heading h1 {
    max-width: 280px;
    font-size: 28px;
  }

  .page-heading p:not(.eyebrow),
  .page-feature-row {
    max-width: 280px;
  }

  .faq-tabs {
    margin-right: 0;
    margin-left: 0;
  }

  .faq-tab {
    min-height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
