:root {
  --refresh-bg: #0d1011;
  --refresh-bg-soft: #131716;
  --refresh-panel: rgba(23, 27, 26, 0.94);
  --refresh-panel-strong: rgba(29, 34, 32, 0.98);
  --refresh-panel-warm: #241f18;
  --refresh-line: rgba(216, 180, 102, 0.24);
  --refresh-line-cool: rgba(128, 169, 190, 0.22);
  --refresh-text: #f4efe4;
  --refresh-muted: #b8b0a2;
  --refresh-dim: #8f887e;
  --refresh-gold: #d7ad54;
  --refresh-gold-strong: #f0c96a;
  --refresh-green: #61b584;
  --refresh-blue: #75a7ca;
  --refresh-coral: #d2775f;
  --refresh-violet: #a890d5;
  --refresh-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, rgba(13, 16, 17, 0.98), rgba(15, 17, 15, 0.98)),
    #0d1011;
  color: var(--refresh-text);
}

body::before,
body::after {
  display: none;
}

.site-header {
  background: rgba(12, 15, 16, 0.9);
  border-bottom: 1px solid rgba(216, 180, 102, 0.16);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 76px;
}

.site-nav {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  padding: 6px;
}

.site-nav a {
  border-radius: 999px;
  color: rgba(244, 239, 228, 0.78);
  padding: 9px 13px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(216, 180, 102, 0.12);
  color: var(--refresh-text);
}

.btn {
  border-radius: 10px;
  letter-spacing: 0;
}

.btn-primary {
  background: linear-gradient(180deg, #f0c96a, #b8862f);
  border-color: rgba(240, 201, 106, 0.75);
  color: #17120b;
  box-shadow: 0 12px 34px rgba(215, 173, 84, 0.2);
}

.btn-secondary {
  background: linear-gradient(180deg, #24362e, #17221d);
  border-color: rgba(97, 181, 132, 0.54);
  color: #e7f5eb;
  box-shadow: 0 12px 34px rgba(97, 181, 132, 0.14);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--refresh-text);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.refresh-hero {
  padding: 72px 0 34px;
  min-height: calc(100vh - 76px);
  border-bottom: 1px solid rgba(216, 180, 102, 0.12);
  background:
    linear-gradient(110deg, rgba(18, 24, 24, 0.94), rgba(13, 16, 17, 0.68) 48%, rgba(30, 38, 42, 0.78)),
    linear-gradient(135deg, rgba(117, 167, 202, 0.12) 0 1px, transparent 1px 28px),
    url("/assets/img/screenshots/hunting_analyzer_hunt1.png") center / cover no-repeat;
  position: relative;
}

.refresh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 11, 12, 0.58), rgba(9, 11, 12, 0.82)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 88px);
  pointer-events: none;
}

.refresh-hero > .container {
  position: relative;
  z-index: 1;
}

.refresh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.refresh-hero__copy {
  max-width: 720px;
  min-width: 0;
}

.refresh-hero__copy h1,
.refresh-section-head h2,
.refresh-final-cta h2,
.page-hero-shell h1 {
  color: var(--refresh-text);
  letter-spacing: 0;
}

.refresh-hero__copy h1 {
  margin: 18px 0 20px;
  max-width: 650px;
  font-size: 5.3rem;
  line-height: 0.96;
}

.refresh-hero__copy .lead {
  max-width: min(680px, 100%);
  color: rgba(244, 239, 228, 0.82);
  font-size: 1.18rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.refresh-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.refresh-proof-row span,
.refresh-tags span,
.refresh-pill {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(244, 239, 228, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 9px 11px;
}

.refresh-hero__visual {
  min-width: 0;
}

.refresh-hero__visual--showcase {
  position: relative;
  padding: 18px;
}

.refresh-hero__visual--showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(117, 167, 202, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(117, 167, 202, 0.08), transparent 34%),
    linear-gradient(315deg, rgba(210, 119, 95, 0.07), transparent 36%),
    rgba(255, 255, 255, 0.025);
  transform: rotate(-1deg);
}

.refresh-showcase-note {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 3px;
  max-width: 210px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(14, 18, 18, 0.86);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.refresh-showcase-note strong {
  color: var(--refresh-text);
  font-size: 0.84rem;
}

.refresh-showcase-note span {
  color: var(--refresh-muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.refresh-showcase-note--top {
  top: 0;
  right: 0;
  transform: translate(8px, -12px);
}

.refresh-showcase-note--bottom {
  left: 0;
  bottom: 0;
  transform: translate(-10px, 10px);
}

.refresh-product-frame {
  width: 100%;
  min-height: 340px;
  border-radius: 18px;
  background-color: #111414;
  border: 1px solid rgba(216, 180, 102, 0.24);
  box-shadow: var(--refresh-shadow);
  overflow: hidden;
}

.refresh-product-frame::before {
  background-image: var(--demo-shot, url("/assets/img/screenshots/hunting_analyzer_hunt1.png"));
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.98;
}

.refresh-product-frame--hero[data-demo-fit="landscape"]::before {
  background-size: cover;
  background-position: center;
}

.refresh-product-frame--hero[data-demo-active-feature="hunt-analyzer"]::before {
  background-position: left center;
}

.refresh-product-frame--hero[data-demo-active-feature="field-reports"]::before,
.refresh-product-frame--hero[data-demo-active-feature="screenshots"]::before {
  background-position: center top;
}

.refresh-product-frame--hero[data-demo-active-feature="field-guides"]::before {
  background-size: 112% auto;
  background-position: center 12%;
}

.refresh-product-frame--hero[data-demo-active-feature="translator"]::before {
  background-position: left center;
}

.refresh-product-frame--hero[data-demo-active-feature="overlays"]::before {
  background-position: center center;
}

@media (min-width: 1121px) {
  .refresh-product-frame--hero[data-demo-fit="landscape"] {
    min-height: clamp(340px, 31vw, 470px);
  }
}

.refresh-product-frame::after {
  background:
    linear-gradient(180deg, rgba(7, 9, 9, 0.04), rgba(7, 9, 9, 0.18)),
    linear-gradient(90deg, rgba(215, 173, 84, 0.08), transparent 42%, rgba(117, 167, 202, 0.08));
}

.refresh-product-frame .demo-frame__body {
  min-height: 100%;
  aspect-ratio: 16 / 9;
}

.refresh-product-frame--hero {
  position: relative;
  z-index: 2;
  min-height: clamp(390px, 46vw, 630px);
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.refresh-feature-switch,
.refresh-value-rail,
.refresh-product-rail,
.refresh-step-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding: 18px 3px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(216, 180, 102, 0.55) rgba(255, 255, 255, 0.06);
}

.refresh-feature-switch {
  grid-auto-columns: minmax(190px, 1fr);
  margin-top: 32px;
}

.refresh-switch-card {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(18, 22, 21, 0.86);
  color: inherit;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px 10px;
  min-height: 68px;
  padding: 15px;
  text-align: left;
  scroll-snap-align: start;
}

.refresh-switch-card img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.refresh-switch-card strong {
  color: var(--refresh-text);
  font-size: 0.98rem;
}

.refresh-switch-card span {
  color: var(--refresh-muted);
  font-size: 0.86rem;
  line-height: 1.3;
}

.refresh-switch-card:hover,
.refresh-switch-card:focus-visible,
.refresh-switch-card.is-active {
  border-color: rgba(240, 201, 106, 0.64);
  background: rgba(42, 34, 22, 0.92);
  outline: none;
}

.refresh-switch-card:nth-child(2).is-active,
.refresh-switch-card:nth-child(2):hover,
.refresh-switch-card:nth-child(2):focus-visible {
  border-color: rgba(168, 144, 213, 0.64);
  background: rgba(35, 31, 48, 0.92);
}

.refresh-switch-card:nth-child(4).is-active,
.refresh-switch-card:nth-child(4):hover,
.refresh-switch-card:nth-child(4):focus-visible {
  border-color: rgba(117, 167, 202, 0.64);
  background: rgba(24, 37, 45, 0.92);
}

.refresh-switch-card:nth-child(5).is-active,
.refresh-switch-card:nth-child(5):hover,
.refresh-switch-card:nth-child(5):focus-visible {
  border-color: rgba(97, 181, 132, 0.64);
  background: rgba(24, 43, 34, 0.92);
}

.refresh-switch-card:nth-child(6).is-active,
.refresh-switch-card:nth-child(6):hover,
.refresh-switch-card:nth-child(6):focus-visible {
  border-color: rgba(210, 119, 95, 0.64);
  background: rgba(48, 31, 26, 0.92);
}

.refresh-section {
  padding: clamp(54px, 7vw, 96px) 0;
}

.refresh-section--compact {
  padding: clamp(42px, 5vw, 70px) 0;
}

.refresh-section--band {
  border-top: 1px solid rgba(216, 180, 102, 0.12);
  border-bottom: 1px solid rgba(216, 180, 102, 0.12);
  background:
    linear-gradient(90deg, rgba(36, 31, 24, 0.62), rgba(18, 23, 23, 0.9)),
    var(--refresh-bg-soft);
}

.refresh-section-head {
  max-width: 820px;
  margin-bottom: 22px;
}

.refresh-section-head--split,
.refresh-path-grid,
.refresh-trust-panel,
.refresh-final-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.refresh-section-head h2 {
  margin: 9px 0 0;
  font-size: 3.45rem;
  line-height: 1.02;
}

.refresh-section-head p {
  margin-top: 14px;
  color: var(--refresh-muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.refresh-value-card,
.refresh-step-card,
.refresh-product-card,
.refresh-plan,
.refresh-trust-panel,
.refresh-final-cta__panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--refresh-panel);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.refresh-value-card {
  min-height: 214px;
  border-radius: 18px;
  padding: 24px;
  scroll-snap-align: start;
}

.refresh-card-index {
  color: var(--refresh-gold-strong);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.refresh-value-card h3,
.refresh-step-card h3,
.refresh-product-card h3,
.refresh-plan h2 {
  color: var(--refresh-text);
  letter-spacing: 0;
}

.refresh-value-card h3 {
  margin: 18px 0 10px;
  font-size: 1.35rem;
}

.refresh-value-card p,
.refresh-step-card p,
.refresh-product-card p,
.refresh-plan li,
.refresh-trust-panel p,
.refresh-final-cta p {
  color: var(--refresh-muted);
  line-height: 1.55;
}

.refresh-product-rail {
  grid-auto-columns: minmax(430px, 550px);
  gap: 18px;
  padding-bottom: 18px;
}

.refresh-tour-studio {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(117, 167, 202, 0.07), transparent 34%),
    linear-gradient(315deg, rgba(97, 181, 132, 0.055), transparent 42%),
    rgba(18, 22, 21, 0.82);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.26);
}

.refresh-tour-stage {
  min-width: 0;
}

.refresh-tour-frame {
  min-height: clamp(460px, 48vw, 680px);
  height: 100%;
  border-radius: 18px;
  box-shadow: none;
}

.refresh-tour-frame .demo-frame__body {
  min-height: 100%;
  aspect-ratio: auto;
}

.refresh-tour-frame::before {
  background-size: cover;
  background-position: center top;
}

.refresh-tour-frame[data-demo-active-feature="hunt-analyzer"]::before,
.refresh-tour-frame[data-demo-active-feature="translator"]::before,
.refresh-tour-frame[data-demo-active-feature="screenshots"]::before {
  background-position: left center;
}

.refresh-tour-frame[data-demo-active-feature="field-guides"]::before {
  background-size: 112% auto;
  background-position: center 10%;
}

.refresh-tour-frame[data-demo-active-feature="overlays"]::before {
  background-position: center center;
}

.refresh-tour-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.refresh-tour-panel__head {
  display: grid;
  gap: 8px;
  padding: 4px 4px 8px;
}

.refresh-tour-panel__head h3 {
  color: var(--refresh-text);
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  letter-spacing: 0;
}

.refresh-tour-tab {
  appearance: none;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-areas:
    "index title"
    "index detail";
  gap: 4px 12px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.refresh-tour-tab span {
  grid-area: index;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(240, 201, 106, 0.24);
  color: var(--refresh-gold-strong);
  font-size: 0.78rem;
  font-weight: 800;
}

.refresh-tour-tab strong {
  grid-area: title;
  color: var(--refresh-text);
  font-size: 1rem;
}

.refresh-tour-tab em {
  grid-area: detail;
  color: var(--refresh-muted);
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.32;
}

.refresh-tour-tab:hover,
.refresh-tour-tab:focus-visible,
.refresh-tour-tab.is-active {
  border-color: rgba(240, 201, 106, 0.48);
  background:
    linear-gradient(90deg, rgba(240, 201, 106, 0.1), transparent 72%),
    rgba(255, 255, 255, 0.055);
  outline: none;
  transform: translateX(2px);
}

.refresh-tour-tab:focus-visible {
  box-shadow: 0 0 0 3px rgba(240, 201, 106, 0.12);
}

.refresh-product-card {
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: start;
}

.refresh-product-card .refresh-product-frame {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 310px;
}

.refresh-product-card__body {
  padding: 22px;
}

.refresh-product-card__body h3 {
  font-size: 1.35rem;
  margin: 0 0 8px;
}

.refresh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.refresh-path-grid {
  align-items: start;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.refresh-step-rail {
  grid-auto-columns: minmax(205px, 1fr);
  padding-top: 0;
}

.refresh-step-card {
  border-radius: 16px;
  min-height: 210px;
  padding: 22px;
  scroll-snap-align: start;
}

.refresh-step-card span {
  align-items: center;
  background: rgba(215, 173, 84, 0.14);
  border: 1px solid rgba(215, 173, 84, 0.36);
  border-radius: 12px;
  color: var(--refresh-gold-strong);
  display: inline-flex;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.refresh-step-card h3 {
  margin: 18px 0 9px;
}

.refresh-pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 20px;
}

.refresh-plan {
  border-radius: 22px;
  padding: clamp(26px, 4vw, 42px);
}

.refresh-plan--full {
  background:
    linear-gradient(145deg, rgba(39, 36, 28, 0.96), rgba(21, 31, 33, 0.98)),
    var(--refresh-panel-strong);
  border-color: rgba(240, 201, 106, 0.42);
}

.refresh-plan h2 {
  margin: 12px 0 14px;
  font-size: 2.35rem;
  line-height: 1.08;
}

.refresh-plan .plan-price {
  color: var(--refresh-gold-strong);
}

.refresh-plan .btn {
  margin-top: 16px;
}

.refresh-trust-panel {
  border-radius: 22px;
  padding: clamp(24px, 4vw, 40px);
}

.refresh-trust-panel h2,
.refresh-final-cta__panel h2 {
  margin: 9px 0 10px;
  font-size: 3rem;
  line-height: 1.04;
}

.refresh-trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.refresh-final-cta {
  padding: 24px 0 90px;
}

.refresh-final-cta__panel {
  border-color: rgba(97, 181, 132, 0.32);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(31, 50, 40, 0.96), rgba(30, 24, 17, 0.96)),
    var(--refresh-panel);
  padding: clamp(28px, 5vw, 52px);
}

.refresh-final-cta__panel .hero-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.page-hero {
  padding: 74px 0 24px;
}

.page-hero-shell,
.content-card,
.surface,
.surface-strong,
.plan-card,
.faq-card {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: var(--refresh-panel);
}

.page-hero-shell {
  border-radius: 24px;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(110deg, rgba(32, 38, 35, 0.96), rgba(18, 21, 21, 0.96)),
    var(--refresh-panel);
}

.page-hero-shell h1 {
  font-size: 4.2rem;
  line-height: 0.98;
}

.content-card,
.plan-card {
  border-radius: 18px;
}

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

.download-grid {
  align-items: stretch;
}

.download-primary-card {
  background:
    linear-gradient(145deg, rgba(38, 31, 20, 0.98), rgba(21, 25, 24, 0.98)),
    var(--refresh-panel);
  border-color: rgba(240, 201, 106, 0.38);
}

.refresh-mini-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.refresh-mini-stat {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.refresh-mini-stat strong {
  display: block;
  color: var(--refresh-text);
  font-size: 1.1rem;
}

.refresh-mini-stat span {
  color: var(--refresh-muted);
  font-size: 0.9rem;
}

.refresh-setup-timeline {
  display: grid;
  gap: 14px;
  counter-reset: setup-step;
}

.refresh-setup-timeline li {
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 16px 16px 16px 58px;
  position: relative;
}

.refresh-setup-timeline li::before {
  counter-increment: setup-step;
  content: counter(setup-step);
  position: absolute;
  left: 16px;
  top: 16px;
  align-items: center;
  background: rgba(215, 173, 84, 0.14);
  border: 1px solid rgba(215, 173, 84, 0.36);
  border-radius: 10px;
  color: var(--refresh-gold-strong);
  display: inline-flex;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.field-report-command-shell {
  border-radius: 24px;
}

.field-report-command-copy h1 {
  font-size: 4.2rem;
  letter-spacing: 0;
}

@media (max-width: 1120px) {
  .refresh-hero__grid,
  .refresh-path-grid,
  .refresh-section-head--split,
  .refresh-trust-panel,
  .refresh-final-cta__panel {
    grid-template-columns: 1fr;
  }

  .refresh-product-frame--hero {
    transform: none;
  }

  .refresh-hero__visual--showcase {
    padding: 0;
  }

  .refresh-hero__visual--showcase::before {
    display: none;
  }

  .refresh-showcase-note {
    display: none;
  }

  .refresh-hero__copy h1 {
    max-width: 760px;
    font-size: 4.4rem;
  }

  .refresh-section-head h2,
  .page-hero-shell h1,
  .field-report-command-copy h1 {
    font-size: 3.35rem;
  }

  .refresh-trust-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 920px) {
  .site-nav {
    border-radius: 18px;
  }

  .refresh-pricing-grid,
  .page-grid--setup,
  .refresh-mini-rail {
    grid-template-columns: 1fr;
  }

  .refresh-product-rail {
    grid-auto-columns: minmax(320px, 86vw);
  }

  .refresh-tour-studio {
    grid-template-columns: 1fr;
  }

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

  .refresh-tour-panel__head {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container,
  .nav-wrap {
    width: min(calc(100vw - 24px), var(--container));
  }

  .nav-wrap {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    position: relative;
  }

  .brand {
    min-width: 0;
  }

  .nav-toggle {
    display: inline-flex !important;
    position: static;
    grid-column: 2;
    justify-self: end;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    min-height: 40px;
    transform: none;
    padding: 9px 12px;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(216, 180, 102, 0.24);
    color: var(--refresh-text);
    font-size: 0;
    z-index: 4;
  }

  .nav-toggle::before {
    content: "";
    width: 18px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    box-shadow: 0 5px 0 currentColor;
  }

  .nav-wrap > .btn-cta {
    display: none;
  }

  .refresh-hero {
    padding-top: 46px;
    min-height: auto;
    overflow: hidden;
  }

  .refresh-hero__copy h1 {
    max-width: 360px;
    font-size: 3.15rem;
    line-height: 1.02;
  }

  .refresh-hero__copy .lead,
  .refresh-hero__copy .hero-actions,
  .refresh-proof-row {
    max-width: 340px;
  }

  .refresh-section-head h2,
  .refresh-trust-panel h2,
  .refresh-final-cta__panel h2,
  .page-hero-shell h1,
  .field-report-command-copy h1 {
    font-size: 2.45rem;
  }

  .refresh-plan h2 {
    font-size: 2rem;
  }

  .refresh-feature-switch,
  .refresh-value-rail,
  .refresh-step-rail {
    grid-auto-columns: minmax(235px, 82vw);
  }

  .refresh-product-card .refresh-product-frame {
    min-height: 240px;
  }

  .refresh-product-frame--hero {
    min-height: 270px;
  }

  .refresh-tour-studio {
    padding: 12px;
    border-radius: 18px;
  }

  .refresh-tour-frame {
    min-height: 320px;
  }

  .refresh-tour-panel {
    grid-template-columns: 1fr;
  }

  .refresh-final-cta {
    padding-bottom: 54px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .btn {
    justify-content: center;
    width: 100%;
  }
}
