:root {
  --paper: #f7f8f5;
  --porcelain: #ffffff;
  --mist: #e8f2f4;
  --aqua: #14c7d7;
  --mint: #87e4c4;
  --sky: #4da7ff;
  --graphite: #182230;
  --slate: #5c6b77;
  --coral: #ff876f;
  --amber: #f6bd61;
  --line: rgba(24, 34, 48, 0.12);
  --line-light: rgba(255, 255, 255, 0.28);
  --shadow: 0 18px 44px rgba(24, 34, 48, 0.12);
  --max: 1180px;
  --header-height: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--graphite);
  background: linear-gradient(180deg, #fbfcfa 0%, var(--paper) 52%, #eef5f5 100%);
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

p,
li {
  color: var(--slate);
  font-size: 1rem;
  line-height: 1.7;
}

p {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  font-size: 5rem;
  line-height: 0.95;
}

h2 {
  max-width: 13ch;
  font-size: 3.25rem;
  line-height: 1;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.15;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--graphite);
  color: var(--porcelain);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: var(--header-height);
  padding: 12px max(20px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(247, 248, 245, 0.9);
  backdrop-filter: blur(20px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 750;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid rgba(24, 34, 48, 0.08);
  border-radius: 12px;
  background: var(--porcelain);
  box-shadow: 0 8px 18px rgba(24, 34, 48, 0.12);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--slate);
  font-size: 0.94rem;
  font-weight: 650;
}

.primary-nav a,
.site-footer a,
.text-link {
  transition: color 160ms ease, border-color 160ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--graphite);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--porcelain);
  color: var(--graphite);
  font-size: 0.94rem;
  font-weight: 750;
  box-shadow: 0 10px 22px rgba(24, 34, 48, 0.08);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--porcelain);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--graphite);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
}

.hero-home {
  min-height: min(760px, 78svh);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 248, 245, 0.99) 0%, rgba(247, 248, 245, 0.9) 34%, rgba(247, 248, 245, 0.5) 66%, rgba(247, 248, 245, 0.22) 100%),
    linear-gradient(0deg, rgba(24, 34, 48, 0.18), rgba(24, 34, 48, 0.02) 46%);
}

.hero-content {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 96px 20px 74px;
}

.hero-lede {
  max-width: 620px;
  margin-top: 24px;
  color: #344454;
  font-size: 1.14rem;
  line-height: 1.75;
}

.eyebrow {
  margin: 0 0 14px;
  color: #087b88;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 760;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--aqua), var(--sky));
  color: #06232c;
  box-shadow: 0 16px 34px rgba(20, 199, 215, 0.28);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--graphite);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li,
.reassurance {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(24, 34, 48, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--graphite);
  font-size: 0.9rem;
  font-weight: 700;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(calc(100% - 40px), var(--max));
  margin: -36px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.proof-item {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 20px;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  font-size: 1.08rem;
}

.proof-item span {
  color: var(--slate);
  line-height: 1.55;
}

.savings-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(232, 242, 244, 0.88)),
    linear-gradient(115deg, rgba(20, 199, 215, 0.18), transparent 42%, rgba(246, 189, 97, 0.14) 74%, transparent);
}

.savings-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(20, 199, 215, 0.08) 0 1px, transparent 1px 42px),
    linear-gradient(90deg, rgba(135, 228, 196, 0.16), transparent 46%, rgba(255, 135, 111, 0.12));
  pointer-events: none;
}

.savings-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 22px 34px;
}

.savings-copy {
  align-self: center;
}

.savings-copy h2 {
  max-width: 12ch;
}

.savings-copy p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 18px;
  color: #344454;
  font-size: 1.08rem;
}

.savings-counter-card {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(135deg, #182230 0%, #103440 48%, #087b88 100%);
  color: var(--porcelain);
  box-shadow: 0 24px 60px rgba(24, 34, 48, 0.2);
}

.savings-counter-card::before {
  content: "";
  position: absolute;
  inset: -30% -18%;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 28px);
  opacity: 0.2;
  transform: skewX(-18deg);
}

.savings-counter-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--aqua), var(--mint), var(--amber), var(--aqua));
  background-size: 220% 100%;
  animation: savings-run 1200ms linear infinite;
}

.savings-label,
.savings-unit {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.savings-label {
  color: var(--mint);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.savings-counter {
  position: relative;
  z-index: 1;
  display: block;
  margin: 14px 0 12px;
  color: var(--porcelain);
  font-size: clamp(2.45rem, 6.1vw, 5rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.9;
  white-space: nowrap;
}

.savings-unit {
  font-size: 1rem;
}

.savings-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.savings-metric {
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(24, 34, 48, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(24, 34, 48, 0.07);
}

.savings-metric strong {
  color: var(--graphite);
  font-size: 1.65rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.savings-metric span {
  color: var(--slate);
  line-height: 1.5;
}

.savings-note {
  grid-column: 1 / -1;
  max-width: 920px;
  padding-left: 16px;
  border-left: 3px solid var(--aqua);
  color: #4b5b68;
  font-size: 0.96rem;
  line-height: 1.65;
}

@keyframes savings-run {
  to {
    background-position: -220% 0;
  }
}

.section {
  padding: 92px 20px;
}

.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.band-paper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(232, 242, 244, 0.44));
}

.band-mist {
  background: var(--mist);
}

.band-graphite {
  background: var(--graphite);
  color: var(--porcelain);
}

.band-graphite p,
.band-graphite .check-list span {
  color: rgba(255, 255, 255, 0.76);
}

.band-graphite .eyebrow {
  color: var(--mint);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p:last-child,
.split-heading p {
  max-width: 680px;
  margin-top: 18px;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #087b88;
  font-weight: 800;
}

.text-link::after {
  content: "→";
  font-weight: 800;
}

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 26px rgba(24, 34, 48, 0.07);
}

.steps-grid,
.link-grid,
.feature-grid,
.benefit-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

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

.step-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 15px;
  min-height: 100%;
  padding: 16px;
}

.step-number {
  color: #087b88;
  font-size: 0.8rem;
  font-weight: 850;
}

.step-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  border-radius: 8px;
  object-fit: cover;
}

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

.link-card,
.feature-card,
.stat-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: 20px;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.link-card:hover,
.link-card:focus-visible,
.feature-card:hover,
.feature-card:focus-visible,
.stat-card:hover,
.stat-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(20, 199, 215, 0.46);
  box-shadow: 0 18px 34px rgba(24, 34, 48, 0.1);
}

.card-art {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(24, 34, 48, 0.08);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(24, 34, 48, 0.08);
}

.mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 18px rgba(24, 34, 48, 0.1);
}

.mini-icon.aqua {
  background: linear-gradient(145deg, #54e5ed, var(--aqua));
}

.mini-icon.mint {
  background: linear-gradient(145deg, #c8ffe9, var(--mint));
}

.mini-icon.sky {
  background: linear-gradient(145deg, #a7d6ff, var(--sky));
}

.mini-icon.amber {
  background: linear-gradient(145deg, #ffe0a3, var(--amber));
}

.mini-icon.coral {
  background: linear-gradient(145deg, #ffb3a5, var(--coral));
}

.feature-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  align-items: center;
  gap: 48px;
}

.showcase-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.check-list span {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}

.check-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--mint);
}

.product-shot {
  margin: 0;
}

.product-shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

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

.feature-card img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: cover;
}

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

.stat-card {
  min-height: 170px;
}

.stat-card strong {
  font-size: 2rem;
  line-height: 1;
}

.stat-card span {
  color: var(--slate);
  line-height: 1.6;
}

.comparison-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(440px, 1fr);
  align-items: start;
  gap: 46px;
}

.comparison-copy p {
  max-width: 560px;
  margin-top: 18px;
}

.comparison-copy .button {
  margin-top: 26px;
}

.comparison-table {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--porcelain);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.comparison-table > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comparison-table strong,
.comparison-table span {
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.comparison-table strong:first-child,
.comparison-table span:first-child {
  border-right: 1px solid var(--line);
}

.comparison-table > div:last-child span {
  border-bottom: 0;
}

.comparison-table strong {
  background: #edfafa;
  color: #087b88;
}

.faq-preview .text-link {
  margin-top: 24px;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  padding: 18px 48px 18px 18px;
  color: var(--graphite);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #087b88;
  font-size: 1.5rem;
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  padding: 0 18px 18px;
}

.final-cta {
  background:
    linear-gradient(180deg, rgba(247, 248, 245, 0.8), rgba(232, 242, 244, 0.92)),
    url("./assets/hero_dropmachine_dock_mockup copy.webp") center / min(520px, 70vw) no-repeat;
}

.final-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.final-inner h2 {
  max-width: 14ch;
}

.final-inner p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
}

.final-inner .hero-actions {
  justify-content: center;
}

.reassurance {
  margin-top: 18px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px max(20px, calc((100vw - var(--max)) / 2)) 48px;
  color: var(--slate);
  font-size: 0.94rem;
}

.site-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 20px 72px;
  background: linear-gradient(135deg, rgba(232, 242, 244, 0.9), rgba(255, 255, 255, 0.78));
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 48px;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.page-hero h1 {
  max-width: 12ch;
  font-size: 4rem;
}

.page-hero p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 20px;
  font-size: 1.1rem;
}

.page-media {
  margin: 0;
}

.page-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.42fr);
  gap: 34px;
}

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

.text-panel {
  padding: 26px;
}

.text-panel h2 {
  max-width: 18ch;
  font-size: 2rem;
}

.text-panel p,
.text-panel ul {
  margin-top: 14px;
}

.text-panel ul {
  padding-left: 20px;
}

.side-list {
  display: grid;
  align-content: start;
  gap: 12px;
}

.side-link {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.side-link strong {
  color: var(--graphite);
}

.side-link span {
  color: var(--slate);
  line-height: 1.5;
}

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

.resource-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 190px;
  padding: 20px;
}

.resource-card h2 {
  max-width: 18ch;
  font-size: 1.35rem;
  line-height: 1.15;
}

.resource-card img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: cover;
}

.resource-card .card-art {
  width: 96px;
  height: 96px;
  border-radius: 8px;
}

.problem-steps,
.insight-grid {
  display: grid;
  gap: 16px;
}

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

.problem-step,
.insight-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 20px;
}

.problem-step strong,
.insight-card strong {
  color: var(--graphite);
  font-size: 1.08rem;
  line-height: 1.2;
}

.problem-step p,
.insight-card p {
  margin: 0;
}

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

.expectation-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.expectation-list li {
  position: relative;
  padding-left: 24px;
}

.expectation-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--aqua);
}

.text-panel p .text-link::after {
  content: none;
}

.image-fallback {
  display: grid;
  min-height: 180px;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
  color: var(--slate);
  font-weight: 700;
  text-align: center;
}

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

.full-faq .faq-item p {
  max-width: 860px;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.6rem;
  }

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

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

  .proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

  .feature-showcase,
  .comparison-layout,
  .page-hero-inner,
  .content-grid,
  .savings-layout {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: 3.4rem;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: inline-block;
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .primary-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: calc(var(--header-height) + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .primary-nav {
    display: flex;
  }

  .primary-nav a {
    padding: 13px 12px;
    border-radius: 6px;
  }

  .primary-nav a:hover,
  .primary-nav a:focus-visible {
    background: var(--mist);
  }

  .hero-home {
    min-height: 690px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(247, 248, 245, 0.99) 0%, rgba(247, 248, 245, 0.9) 46%, rgba(247, 248, 245, 0.58) 78%, rgba(247, 248, 245, 0.36) 100%),
      linear-gradient(0deg, rgba(24, 34, 48, 0.14), rgba(24, 34, 48, 0.02));
  }

  .hero-media img {
    object-position: 62% top;
  }

  .hero-content {
    padding-top: 74px;
  }

  .split-heading {
    display: grid;
    align-items: start;
  }

  .steps-grid,
  .problem-steps,
  .faq-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  h1,
  .page-hero h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .hero-content {
    padding-bottom: 56px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-facts {
    flex-direction: column;
    align-items: flex-start;
  }

  .proof-strip,
  .link-grid,
  .feature-grid,
  .benefit-grid,
  .insight-grid,
  .savings-metrics {
    grid-template-columns: 1fr;
  }

  .proof-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .comparison-table > div {
    grid-template-columns: 1fr;
  }

  .comparison-table strong:first-child,
  .comparison-table span:first-child {
    border-right: 0;
  }

  .comparison-table strong,
  .comparison-table span {
    padding: 15px;
  }

  .savings-counter-card {
    min-height: 230px;
    padding: 22px;
  }

  .savings-counter {
    font-size: clamp(2.08rem, 9vw, 3.2rem);
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
