:root {
  --ink: #182027;
  --muted: #5d6670;
  --line: #d9dee3;
  --surface: #ffffff;
  --wash: #f5f7f8;
  --gold: #d6a21d;
  --gold-dark: #926500;
  --dark: #0d151c;
  --green: #087443;
  --anchor-offset: 84px;
  --page-gutter: clamp(20px, 4vw, 64px);
  --content-width: 1864px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  background: var(--wash);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

main {
  padding-top: 86px;
}

main > .shippo-hero-v2:first-child {
  margin-top: -86px;
}

.shippo-product-page main {
  padding-top: 0;
}

.shippo-product-page main > .shippo-hero-v2:first-child {
  margin-top: 0;
}

a {
  color: inherit;
}

:target {
  scroll-margin-top: var(--anchor-offset);
}

.anchor-target {
  scroll-margin-top: 64px;
}

input,
textarea {
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  font: inherit;
  padding: 10px 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

input.is-invalid,
textarea.is-invalid {
  border-color: #c7332f;
  box-shadow: 0 0 0 3px rgba(199, 51, 47, 0.12);
}

input {
  min-height: 48px;
}

textarea {
  resize: vertical;
}

label {
  color: var(--ink);
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.site-header {
  align-items: center;
  background: transparent;
  display: grid;
  inset-inline: 0;
  justify-items: center;
  padding: 18px var(--page-gutter) 0;
  position: fixed;
  top: 0;
  z-index: 20;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.site-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-18px);
  visibility: hidden;
}

.site-header-shell {
  align-items: center;
  backdrop-filter: blur(22px) saturate(170%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.28)),
    rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  box-shadow:
    0 8px 24px rgba(12, 18, 25, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  display: flex;
  gap: clamp(22px, 4vw, 58px);
  justify-content: space-between;
  padding: 9px 12px 9px 10px;
  width: min(calc(100vw - (var(--page-gutter) * 2)), var(--content-width));
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  gap: 10px;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: 28px;
  width: auto;
}

.brand-mark {
  align-items: center;
  background:
    radial-gradient(circle at 30% 20%, #fff7cf, rgba(255, 247, 207, 0) 42%),
    linear-gradient(135deg, #101820, #26333d);
  border: 1px solid rgba(214, 162, 29, 0.48);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(12, 18, 25, 0.18);
  color: #f5c95e;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.brand-word {
  font-size: 15px;
  font-weight: 800;
}

nav {
  display: flex;
  gap: 8px;
}

nav a {
  border-radius: 999px;
  color: #3f4851;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 12px;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

nav a:hover {
  background: rgba(16, 24, 32, 0.08);
  color: var(--ink);
  transform: translateY(-1px);
}

.text-link {
  color: var(--gold-dark);
  font-weight: 800;
  text-decoration: none;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  min-height: 76vh;
  padding: clamp(48px, 7vw, 92px) clamp(20px, 4vw, 64px);
}

.directory-hero {
  grid-template-columns: minmax(0, 1fr);
  min-height: 54vh;
}

.home-hero {
  background: #0b1218;
  color: #fff;
  min-height: 88vh;
  overflow: hidden;
  padding: clamp(112px, 9vw, 154px) max(var(--page-gutter), calc((100vw - var(--content-width)) / 2 + var(--page-gutter))) clamp(70px, 8vw, 118px);
  position: relative;
}

.home-hero-media {
  background:
    linear-gradient(90deg, rgba(11, 18, 24, 0.98) 0%, rgba(11, 18, 24, 0.90) 42%, rgba(11, 18, 24, 0.40) 72%, rgba(11, 18, 24, 0.30) 100%),
    url("./assets/shippo-pro-operations-hero.png") center right / cover no-repeat;
  inset: 0;
  position: absolute;
  transform: scale(1.015);
}

.home-hero-content {
  align-items: center;
  display: grid;
  gap: clamp(30px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.52fr);
  min-height: 62vh;
  position: relative;
  z-index: 1;
}

.home-hero h1 {
  color: #fff;
  font-size: clamp(50px, 7vw, 92px);
  max-width: 980px;
}

.home-hero .lede {
  color: #cbd5df;
  max-width: 780px;
}

.home-hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.home-command-panel {
  backdrop-filter: blur(18px);
  background: rgba(13, 21, 28, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.38);
  padding: clamp(24px, 4vw, 38px);
}

.home-command-stat {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.home-command-stat strong {
  color: var(--gold);
  font-size: 68px;
  line-height: 0.9;
}

.home-command-stat span {
  color: #edf2f7;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
}

.home-command-panel ul {
  color: #d7e0e8;
  display: grid;
  gap: 13px;
  font-size: 15px;
  font-weight: 720;
  margin: 0;
  padding-left: 21px;
}

.home-proof-section {
  background: #fff;
}

.home-proof-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}

.home-proof-grid article {
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: 0 18px 38px rgba(18, 25, 32, 0.06);
  min-height: 300px;
}

.home-proof-grid article span {
  align-items: center;
  background: #101820;
  border-radius: 999px;
  color: #f5c95e;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  margin-bottom: 26px;
  width: 42px;
}

.home-proof-grid article h3 {
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.06;
}

.home-featured-product {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(214, 162, 29, 0.13), rgba(214, 162, 29, 0) 38%),
    #eef2f5;
  display: grid;
  gap: clamp(32px, 6vw, 90px);
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.72fr);
}

.featured-product-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 19px;
  max-width: 760px;
}

.featured-product-copy ul {
  color: var(--ink);
  display: grid;
  gap: 10px;
  font-size: 17px;
  font-weight: 800;
  margin: 26px 0 0;
  padding-left: 22px;
}

.featured-product-card {
  background:
    linear-gradient(145deg, rgba(214, 162, 29, 0.18), rgba(214, 162, 29, 0) 42%),
    #101820;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 34px 80px rgba(18, 25, 32, 0.22);
  color: #fff;
  padding: clamp(24px, 4vw, 36px);
}

.featured-card-header {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.featured-card-header strong {
  font-size: 18px;
}

.featured-card-header span {
  background: rgba(214, 162, 29, 0.18);
  border: 1px solid rgba(214, 162, 29, 0.44);
  border-radius: 999px;
  color: #f5c95e;
  font-weight: 800;
  padding: 7px 10px;
}

.featured-card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.featured-card-grid div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-height: 130px;
  padding: 18px;
}

.featured-card-grid span {
  color: #f5c95e;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.featured-card-grid strong {
  color: #fff;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.04;
}

.home-dark-band {
  align-items: center;
  background: #101820;
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 0.9fr);
  padding: clamp(56px, 8vw, 104px) max(var(--page-gutter), calc((100vw - var(--content-width)) / 2 + var(--page-gutter)));
}

.home-dark-band .eyebrow {
  color: #f5c95e;
}

.home-dark-band p:not(.eyebrow) {
  color: #cbd5df;
  font-size: 18px;
  max-width: 760px;
}

.home-flow {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
}

.home-flow::before {
  background: linear-gradient(90deg, var(--gold), rgba(245, 201, 94, 0.50), rgba(255, 255, 255, 0.20));
  content: "";
  height: 2px;
  left: 6%;
  position: absolute;
  right: 6%;
  top: 25px;
}

.home-flow span {
  color: #d7e0e8;
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 16px;
  justify-items: start;
  line-height: 1.2;
  padding-right: 14px;
  position: relative;
}

.home-flow span::before {
  align-items: center;
  background: var(--gold);
  border: 6px solid #101820;
  border-radius: 999px;
  color: #111820;
  content: "";
  display: inline-flex;
  height: 50px;
  justify-content: center;
  width: 50px;
  z-index: 1;
}

.home-plugin-directory {
  background: #fff;
}

.product-hero {
  overflow: hidden;
}

.shippo-hero-v2 {
  background: #0b1218;
  color: #fff;
  min-height: 82vh;
  overflow: hidden;
  padding: clamp(96px, 8vw, 128px) max(var(--page-gutter), calc((100vw - var(--content-width)) / 2 + var(--page-gutter))) clamp(52px, 7vw, 96px);
  position: relative;
}

.hero-backdrop {
  background:
    linear-gradient(90deg, rgba(11, 18, 24, 0.98) 0%, rgba(11, 18, 24, 0.88) 34%, rgba(11, 18, 24, 0.28) 68%, rgba(11, 18, 24, 0.34) 100%),
    url("./assets/shippo-pro-operations-hero.png") center right / cover no-repeat;
  inset: 0;
  position: absolute;
  transform: scale(1.02);
  animation: heroReveal 1400ms ease-out both;
}

.shippo-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.55fr);
  min-height: 62vh;
  position: relative;
  z-index: 1;
}

.shippo-hero-v2 .hero-copy {
  animation: riseIn 820ms ease-out both;
}

.hero-command-card {
  animation: riseIn 980ms 120ms ease-out both;
}

.shippo-hero-v2 h1 {
  font-size: clamp(48px, 8vw, 88px);
  max-width: 820px;
}

.hero-promise {
  border-left: 4px solid var(--gold);
  display: grid;
  gap: 4px;
  margin-top: 28px;
  max-width: 660px;
  padding-left: 18px;
}

.hero-promise strong {
  color: #fff;
  font-size: 20px;
}

.hero-promise span {
  color: #cbd5df;
  font-size: 17px;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-trust-row span {
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #eef3f7;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
  padding: 9px 13px;
}

.shippo-hero-v2 .button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.hero-command-card {
  backdrop-filter: blur(18px);
  background: rgba(13, 21, 28, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.40);
  padding: clamp(24px, 4vw, 36px);
}

.command-stat {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.command-stat strong {
  color: var(--gold);
  font-size: 70px;
  line-height: 0.9;
}

.command-stat span {
  color: #edf2f7;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
}

.hero-command-card ul {
  color: #d7e0e8;
  display: grid;
  gap: 13px;
  font-size: 15px;
  font-weight: 720;
  margin: 0;
  padding-left: 21px;
}

.sticky-buy-bar {
  align-items: center;
  backdrop-filter: blur(18px) saturate(150%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  box-shadow:
    0 16px 38px rgba(18, 25, 32, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.70);
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  left: 50%;
  margin: 0;
  padding: 9px 12px 9px 14px;
  position: fixed;
  top: 18px;
  transform: translateX(-50%);
  width: min(calc(100vw - (var(--page-gutter) * 2)), var(--content-width));
  z-index: 30;
}

.product-nav-logo {
  align-items: center;
  display: inline-flex;
  min-width: 112px;
  text-decoration: none;
}

.product-nav-logo img {
  display: block;
  height: 28px;
  width: auto;
}

.product-nav-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

.product-nav-links a,
.resources-menu summary {
  border-radius: 999px;
  color: #3f4851;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 750;
  padding: 8px 10px;
  text-decoration: none;
}

.product-nav-links a:hover,
.resources-menu summary:hover {
  background: rgba(13, 21, 28, 0.08);
  color: var(--ink);
}

.resources-menu {
  position: relative;
}

.resources-menu summary {
  display: block;
  list-style: none;
}

.resources-menu summary::-webkit-details-marker {
  display: none;
}

.resources-menu div {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(13, 21, 28, 0.10);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(13, 21, 28, 0.16);
  display: grid;
  gap: 4px;
  min-width: 150px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 32;
}

.resources-menu:not([open]) div {
  display: none;
}

.sticky-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  white-space: nowrap;
}

.compact-button {
  min-width: auto;
  padding: 9px 14px;
}

.nav-menu-toggle,
.nav-menu-button,
.mobile-nav-panel {
  display: none;
}

@media (max-width: 1180px) {
  .sticky-buy-bar {
    gap: 8px;
    grid-template-columns: auto auto auto;
    justify-content: start;
    left: 12px;
    max-width: calc(100vw - 24px);
    padding: 8px 9px 8px 12px;
    right: auto;
    top: 12px;
    transform: none;
    width: auto;
  }

  .product-nav-logo {
    min-width: 0;
  }

  .product-nav-logo img {
    height: 24px;
    max-width: 92px;
  }

  .product-nav-links {
    display: none;
  }

  .sticky-actions {
    display: flex;
    margin-left: clamp(14px, 8vw, 80px);
  }

  .sticky-actions .secondary {
    display: none;
  }

  .sticky-buy-bar .compact-button {
    font-size: 13px;
    min-width: 104px;
    padding: 8px 10px;
  }

  .nav-menu-button {
    align-items: center;
    border: 1px solid rgba(13, 21, 28, 0.12);
    border-radius: 999px;
    cursor: pointer;
    display: inline-grid;
    gap: 3px;
    height: 38px;
    justify-content: center;
    width: 38px;
  }

  .nav-menu-button span {
    background: var(--ink);
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 15px;
  }

  .mobile-nav-panel {
    backdrop-filter: blur(24px) saturate(150%);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(13, 21, 28, 0.10);
    border-radius: 18px;
    box-shadow: 0 26px 70px rgba(13, 21, 28, 0.18);
    display: none;
    gap: 4px;
    left: 0;
    padding: 18px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
  }

  .nav-menu-toggle:checked ~ .mobile-nav-panel {
    display: grid;
  }

  .mobile-nav-panel a {
    border-radius: 12px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 780;
    padding: 14px 12px;
    text-decoration: none;
  }

  .mobile-nav-panel a:hover {
    background: rgba(13, 21, 28, 0.07);
  }
}

.shipping-hero {
  background:
    linear-gradient(120deg, rgba(214, 162, 29, 0.20), rgba(214, 162, 29, 0) 34%),
    linear-gradient(90deg, rgba(13, 21, 28, 0.14), rgba(255, 255, 255, 0.08) 62%, rgba(214, 162, 29, 0.08)),
    #0d151c;
  color: #f8fafc;
}

.shipping-hero .lede {
  color: #cbd5df;
}

.shipping-hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.32);
  color: #f8fafc;
}

.shipping-hero .button.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-metrics span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #e8edf2;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
  padding: 8px 12px;
}

.hero-proof {
  color: #d8e0e8;
  display: grid;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.hero-proof li {
  padding-left: 24px;
  position: relative;
}

.hero-proof li::before {
  background: var(--gold);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 8px;
}

.shipping-console {
  background: #0f1b24;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.42);
  color: #edf2f7;
  min-height: 610px;
  padding: 0;
  position: relative;
}

.shipping-console::before {
  background: linear-gradient(90deg, #f04438, #f7b955, #12b76a);
  border-radius: 8px 8px 0 0;
  content: "";
  display: block;
  height: 6px;
}

.console-shellbar,
.console-header {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  justify-content: space-between;
  padding: 20px 22px;
}

.console-shellbar span {
  color: #f8fafc;
  font-weight: 900;
}

.console-shellbar strong {
  background: rgba(214, 162, 29, 0.14);
  border: 1px solid rgba(214, 162, 29, 0.38);
  border-radius: 999px;
  color: #f5c95e;
  padding: 7px 10px;
}

.console-header span {
  color: var(--muted);
  font-weight: 800;
}

.console-header strong {
  background: #e7f8ed;
  border: 1px solid #b8e6c8;
  border-radius: 999px;
  color: var(--green);
  padding: 7px 10px;
}

.console-main {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.hero-product-stage {
  min-height: 540px;
  padding: 22px;
  position: relative;
}

.stage-screen,
.command-panel,
.console-order {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  padding: 20px;
}

.stage-screen {
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.24);
  position: absolute;
}

.stage-screen-main {
  left: 22px;
  top: 22px;
  width: 57%;
  z-index: 3;
}

.stage-email {
  right: 22px;
  top: 70px;
  width: 42%;
  z-index: 2;
}

.stage-tracking {
  bottom: 30px;
  left: 58px;
  width: 52%;
  z-index: 4;
}

.stage-recovery {
  bottom: 78px;
  right: 22px;
  width: 38%;
  z-index: 1;
}

.screen-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: -4px 0 18px;
  padding-bottom: 12px;
}

.screen-top span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.screen-top strong {
  background: #fff4cc;
  border: 1px solid #f1d27c;
  border-radius: 999px;
  color: var(--gold-dark);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 9px;
}

.panel-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.panel-title span {
  color: var(--muted);
  font-weight: 700;
}

.panel-title strong {
  background: #e7f8ed;
  border-radius: 999px;
  color: var(--green);
  font-weight: 700;
  padding: 6px 9px;
}

.console-order > span {
  color: var(--muted);
  display: block;
  font-weight: 700;
  margin-bottom: 14px;
}

.console-kicker {
  color: var(--gold-dark);
  font-size: 12.5px;
  font-weight: 750;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.console-main code {
  background: #eef2f6;
  border: 1px solid var(--line);
  border-radius: 4px;
  display: inline-block;
  padding: 8px 10px;
}

.console-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.console-actions span {
  background: #101820;
  border-radius: 6px;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 10px;
  text-align: center;
}

.tracking-preview {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  padding: 20px;
}

.tracking-preview > div,
.tracking-preview .panel-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.tracking-preview > div span {
  color: var(--muted);
  font-weight: 700;
}

.tracking-preview > div strong {
  color: var(--green);
}

.tracking-preview ol {
  border-left: 2px solid var(--line);
  list-style: none;
  margin: 0;
  padding-left: 22px;
}

.tracking-preview li {
  margin-bottom: 18px;
  position: relative;
}

.tracking-preview li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: -28px;
  position: absolute;
  top: 7px;
  width: 10px;
}

.tracking-preview strong,
.tracking-preview span {
  display: block;
}

.tracking-preview span {
  color: var(--muted);
}

.email-panel p,
.recovery-panel p {
  color: var(--muted);
}

.email-button {
  background: var(--gold);
  border-radius: 4px;
  color: #101010;
  display: inline-flex;
  font-weight: 900;
  margin-top: 12px;
  padding: 12px 16px;
}

.recovery-panel h3 {
  font-size: 34px;
}

.before-after-section {
  background: #ffffff;
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.before-after-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  margin-top: 34px;
}

.before-card,
.after-card {
  min-height: 360px;
  padding: clamp(28px, 4vw, 46px);
}

.before-card {
  background: #f8fafc;
}

.after-card {
  background:
    linear-gradient(135deg, rgba(214, 162, 29, 0.20), rgba(214, 162, 29, 0) 42%),
    #101820;
  border-color: #101820;
  color: #fff;
}

.before-card > span,
.after-card > span {
  color: var(--gold-dark);
  display: inline-block;
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.after-card > span {
  color: #f5c95e;
}

.before-card h3,
.after-card h3 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  max-width: 720px;
}

.before-card ul,
.after-card ul {
  display: grid;
  gap: 12px;
  font-size: 17px;
  font-weight: 750;
  margin: 28px 0 0;
  padding-left: 22px;
}

.before-card li {
  color: var(--muted);
}

.after-card li {
  color: #e6edf3;
}

.operation-band {
  background: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.operation-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-band {
  border-bottom: 1px solid var(--line);
}

.premium-band > div:first-child p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  max-width: 650px;
}

.section-heading {
  max-width: 820px;
}

.value-stack-section {
  background: #fff;
}

.value-stack {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  margin-top: 34px;
}

.value-stack article {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 280px;
  padding: clamp(26px, 4vw, 42px);
}

.value-stack .value-lead-card {
  background: #101820;
  border-color: #101820;
  color: #fff;
  min-height: 520px;
  position: sticky;
  top: 112px;
}

.value-stack article span {
  color: var(--gold-dark);
  display: block;
  font-size: 14px;
  font-weight: 950;
  margin-bottom: 40px;
}

.value-stack .value-lead-card span {
  color: #f5c95e;
}

.value-stack .value-lead-card h3 {
  font-size: clamp(34px, 4.5vw, 62px);
  max-width: 9em;
}

.value-stack .value-lead-card p {
  color: #cbd5df;
  max-width: 30em;
}

.value-stack article h3 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.04;
}

.value-stack article p {
  font-size: 17px;
}

.outcome-section {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(214, 162, 29, 0.14), rgba(255, 255, 255, 0) 38%),
    #fff;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
}

.outcome-copy h2 {
  max-width: 12em;
}

.outcome-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 19px;
  max-width: 760px;
}

.outcome-panel {
  background: #101820;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(18, 25, 32, 0.18);
  color: #fff;
  display: grid;
  overflow: hidden;
}

.outcome-panel div {
  display: grid;
  gap: 8px;
  padding: clamp(22px, 3vw, 34px);
}

.outcome-panel div + div {
  background: rgba(214, 162, 29, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.outcome-panel span {
  color: #f5c95e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.outcome-panel strong {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.06;
}

.outcome-proof {
  background:
    linear-gradient(145deg, rgba(214, 162, 29, 0.18), rgba(214, 162, 29, 0) 42%),
    #101820;
  border: 1px solid rgba(13, 21, 28, 0.16);
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(18, 25, 32, 0.16);
  color: #fff;
  display: grid;
  gap: 12px;
  padding: clamp(26px, 4vw, 42px);
}

.outcome-proof strong {
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.outcome-proof span {
  color: #cbd5df;
  font-size: 18px;
}

.sticky-story-grid {
  align-items: start;
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1fr);
  margin-top: 42px;
}

.sticky-story-card {
  background:
    linear-gradient(145deg, rgba(214, 162, 29, 0.18), rgba(214, 162, 29, 0) 44%),
    #101820;
  border-color: #101820;
  border-radius: 8px;
  color: #fff;
  min-height: 420px;
  overflow: hidden;
  padding: clamp(26px, 3.2vw, 38px);
  position: sticky;
  top: 112px;
}

.sticky-story-card .feature-tag {
  margin-bottom: 42px;
}

.sticky-story-card h3 {
  font-size: clamp(30px, 3.1vw, 42px);
  line-height: 1.04;
  max-width: 10.5em;
}

.sticky-story-card p {
  color: #cbd5df;
  font-size: 17px;
  max-width: 27em;
}

.experience-section {
  background: #ffffff;
}

.experience-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.15fr 1fr 0.85fr;
  margin-top: 30px;
}

.experience-showcase {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1fr);
  margin-top: 36px;
}

.experience-preview {
  background: #101820;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 30px 60px rgba(18, 25, 32, 0.18);
  display: grid;
  gap: 16px;
  padding: 20px;
  position: sticky;
  top: 112px;
}

.email-preview {
  border: 1px solid rgba(255, 255, 255, 0.40);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
}

.email-preview > strong {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #f5c95e;
  font-size: 20px;
  padding-bottom: 16px;
}

.email-preview h3 {
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
}

.email-preview p {
  color: #cbd5df;
}

.tracking-mini {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 18px;
}

.tracking-mini div {
  border-left: 3px solid var(--gold);
  display: grid;
  gap: 2px;
  padding-left: 12px;
}

.tracking-mini strong {
  color: var(--ink);
}

.tracking-mini span {
  color: var(--muted);
}

.experience-copy-stack {
  display: grid;
  gap: 22px;
}

.experience-copy-stack article {
  background: #fff;
  border-color: rgba(13, 21, 28, 0.08);
  box-shadow: 0 20px 45px rgba(18, 25, 32, 0.06);
  min-height: 250px;
  padding: clamp(26px, 4vw, 46px);
}

.experience-copy-stack article span {
  background: #fff4bf;
  border: 1px solid #eed384;
  border-radius: 999px;
  color: #7a5600;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 20px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.experience-copy-stack article h3 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  max-width: 720px;
}

.experience-copy-stack article p {
  color: var(--muted);
  font-size: 18px;
  max-width: 760px;
}

.premium-experience {
  background: #eef2f5;
}

.premium-experience .experience-card {
  background: #fff;
  box-shadow: 0 20px 45px rgba(18, 25, 32, 0.08);
}

.featured-experience {
  background:
    linear-gradient(180deg, #ffffff, #fff8df);
}

.workflow-scroll {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
  margin-top: 36px;
}

.sticky-workflow-preview {
  background: #101820;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 30px 60px rgba(18, 25, 32, 0.18);
  display: grid;
  gap: 16px;
  padding: 20px;
  position: sticky;
  top: 112px;
}

.sticky-workflow-preview .mock-email,
.sticky-workflow-preview .mock-tracking-page {
  margin-top: 0;
}

.workflow-steps {
  display: grid;
  gap: 22px;
}

.workflow-steps article {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
}

.workflow-steps article.dark-step {
  background: #101820;
  border-color: #101820;
  color: #fff;
}

.workflow-steps article h3 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  max-width: 760px;
}

.workflow-steps article p {
  background: none;
  border: 0;
  font-size: 18px;
  max-width: 760px;
  text-decoration: none;
}

.workflow-steps article.dark-step p {
  color: #cbd5df;
}

.experience-card {
  min-height: 430px;
  overflow: hidden;
}

.experience-card h3 {
  font-size: 28px;
  line-height: 1.08;
}

.mock-email,
.mock-tracking-page,
.mock-recovery {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 24px;
  padding: 22px;
}

.mock-email {
  background: #111820;
  color: #fff;
}

.mock-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #f5c95e;
  font-weight: 900;
  margin-bottom: 18px;
  padding-bottom: 14px;
}

.mock-email strong {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.mock-email p {
  color: #cbd5df;
}

.mock-email span {
  background: var(--gold);
  border-radius: 4px;
  color: #111820;
  display: inline-flex;
  font-weight: 900;
  padding: 12px 16px;
}

.mock-tracking-page {
  background: #f8fafc;
  display: grid;
  gap: 12px;
}

.mock-tracking-page div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px;
}

.mock-tracking-page strong,
.mock-tracking-page span {
  display: block;
}

.mock-tracking-page span {
  color: var(--muted);
}

.mock-recovery {
  background: #fff8e1;
  display: grid;
  gap: 12px;
}

.mock-recovery span {
  background: #fff;
  border: 1px solid #eed384;
  border-radius: 6px;
  color: #5f4500;
  font-weight: 850;
  padding: 12px;
}

.automation-section {
  background:
    linear-gradient(120deg, rgba(214, 162, 29, 0.12), rgba(214, 162, 29, 0) 36%),
    #101820;
  color: #fff;
}

.automation-section .section-heading p,
.automation-section .eyebrow {
  color: #f5c95e;
}

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

.automation-flow::before {
  background: linear-gradient(90deg, var(--gold), rgba(245, 201, 94, 0.52), rgba(255, 255, 255, 0.20));
  content: "";
  height: 2px;
  left: 6%;
  position: absolute;
  right: 6%;
  top: 24px;
}

.automation-step {
  display: grid;
  gap: 22px;
  padding: 0 clamp(14px, 2vw, 28px);
  position: relative;
}

.automation-step span {
  align-items: center;
  background: var(--gold);
  border: 6px solid #101820;
  border-radius: 999px;
  color: #111820;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 50px;
  z-index: 1;
}

.automation-step h3 {
  color: #fff;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.08;
}

.automation-step p {
  color: #cbd5df;
  font-size: 16px;
  margin-bottom: 0;
}

.comparison-section {
  background: #f8fafc;
}

.premium-comparison {
  background:
    linear-gradient(180deg, #ffffff, #f3f6f8);
}

.premium-comparison .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  max-width: 760px;
}

.comparison-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(18, 25, 32, 0.06);
  margin-top: 28px;
  overflow: hidden;
}

.comparison-row {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 1.5fr) minmax(130px, 0.7fr) minmax(170px, 0.8fr);
}

.comparison-row + .comparison-row {
  border-top: 1px solid var(--line);
}

.comparison-row span,
.comparison-row strong {
  padding: 18px 20px;
}

.comparison-row span:first-child {
  color: var(--ink);
  font-weight: 800;
}

.comparison-row span:nth-child(2) {
  color: var(--muted);
}

.comparison-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.comparison-row strong {
  color: var(--green);
  background: rgba(8, 116, 67, 0.06);
}

.comparison-row:not(.comparison-head) span:nth-child(2) {
  background: #fbfcfd;
}

.comparison-row:not(.comparison-head) strong {
  border-left: 1px solid rgba(8, 116, 67, 0.12);
}

.comparison-split {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  margin-top: 32px;
}

.comparison-split > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3vw, 34px);
}

.comparison-split span {
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.comparison-free {
  background: #fff;
}

.comparison-free span {
  color: var(--muted);
}

.comparison-pro,
.pro-split {
  background:
    linear-gradient(135deg, rgba(214, 162, 29, 0.20), rgba(214, 162, 29, 0) 42%),
    #101820;
  border-color: #101820;
  color: #fff;
}

.comparison-pro span,
.pro-split span {
  color: #f5c95e;
}

.comparison-pro p,
.pro-split p {
  color: #cbd5df;
}

.comparison-head {
  background: #101820;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-head span,
.comparison-head span:first-child {
  color: #fff;
}

.comparison-head strong {
  background: rgba(214, 162, 29, 0.20);
  color: #f5c95e;
}

.testimonials-section {
  background:
    linear-gradient(180deg, #ffffff, #f6f8fa);
}

.testimonials-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  max-width: 760px;
}

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

.testimonial-slider {
  margin-top: 34px;
}

.testimonial-track {
  display: grid;
}

.testimonial-slider .testimonial-card {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px) scale(0.985);
  transition: opacity 260ms ease, transform 260ms ease;
}

.testimonial-slider .testimonial-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.testimonial-card {
  background:
    linear-gradient(145deg, rgba(214, 162, 29, 0.12), rgba(255, 255, 255, 0) 42%),
    #fff;
  border: 1px solid rgba(214, 162, 29, 0.24);
  box-shadow: 0 24px 54px rgba(18, 25, 32, 0.08);
  display: grid;
  gap: 18px;
  min-height: 300px;
  padding: clamp(24px, 3vw, 34px);
}

.testimonial-card blockquote {
  color: var(--ink);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 750;
  line-height: 1.24;
  margin: 0;
}

.testimonial-card p {
  color: var(--ink);
  font-weight: 800;
  margin-bottom: 0;
}

.testimonial-card span {
  align-self: end;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.testimonial-controls {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 18px;
}

.testimonial-controls button {
  background: #fff;
  border: 1px solid rgba(13, 21, 28, 0.14);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 13px;
}

.testimonial-dots {
  display: flex;
  gap: 8px;
}

.testimonial-dots button {
  height: 10px;
  min-width: 10px;
  padding: 0;
  width: 10px;
}

.testimonial-controls button.is-active,
.testimonial-controls button:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #101010;
}

.pro-suite-section {
  background: #fff;
}

.suite-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.suite-grid article {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 18px 38px rgba(18, 25, 32, 0.06);
  min-height: 260px;
}

.feature-tag {
  background: #fff4cc;
  border: 1px solid #f1d27c;
  border-radius: 999px;
  color: var(--gold-dark);
  display: inline-flex;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.2;
  margin-bottom: 18px;
  padding: 6px 9px;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 76px);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 880px;
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 24px;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.lede {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  max-width: 760px;
}

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

.button {
  border: 2px solid var(--gold);
  border-radius: 4px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  justify-content: center;
  min-width: 150px;
  overflow: hidden;
  padding: 13px 18px;
  position: relative;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button.primary {
  background:
    linear-gradient(110deg, var(--gold), #f0c858 42%, var(--gold) 58%, #b98300);
  background-size: 220% 100%;
  color: #101010;
  box-shadow: 0 12px 26px rgba(214, 162, 29, 0.24);
  animation: ctaGlow 3600ms ease-in-out infinite;
}

.button.primary::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  content: "";
  inset: -30% auto -30% -55%;
  pointer-events: none;
  position: absolute;
  transform: rotate(18deg);
  width: 42%;
  animation: ctaSheen 3200ms ease-in-out infinite;
}

.button.primary:hover {
  background-position: 100% 0;
  border-color: #f0c858;
  box-shadow: 0 18px 38px rgba(214, 162, 29, 0.34);
  transform: translateY(-1px);
}

.button.secondary:hover {
  border-color: var(--gold-dark);
  box-shadow: 0 12px 24px rgba(18, 25, 32, 0.08);
  transform: translateY(-1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.button.secondary {
  background: transparent;
  color: var(--ink);
}

.sticky-buy-bar .compact-button {
  min-width: auto;
  padding: 9px 14px;
}

.product-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(18, 25, 32, 0.10);
  padding: 22px;
}

.panel-top {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 6px;
  padding-bottom: 18px;
}

.panel-top span {
  color: var(--muted);
  font-weight: 700;
}

.tracking-card {
  padding-top: 22px;
}

.status {
  color: #067a14;
  font-size: 28px;
  font-weight: 850;
}

.tracking-card ol {
  border-left: 2px solid var(--line);
  list-style: none;
  margin: 24px 0 0;
  padding-left: 22px;
}

.tracking-card li {
  margin-bottom: 18px;
  position: relative;
}

.tracking-card li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: -28px;
  position: absolute;
  top: 7px;
  width: 10px;
}

.tracking-card strong,
.tracking-card span {
  display: block;
}

.tracking-card span {
  color: var(--muted);
}

.section {
  padding: clamp(44px, 7vw, 84px) max(var(--page-gutter), calc((100vw - var(--content-width)) / 2 + var(--page-gutter)));
  scroll-margin-top: var(--anchor-offset);
}

.value-stack-section,
.premium-experience,
.automation-section,
.premium-comparison,
.testimonials-section,
.premium-pricing,
.trial-section,
.split,
.link-band,
.final-cta-band {
  animation: none;
}

.value-stack article,
.workflow-steps article,
.automation-step,
.comparison-table,
.pricing-card,
.trial-card,
.support {
  animation: none;
}

.page-heading {
  padding-bottom: 24px;
}

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

article,
.notice,
.support,
.steps {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

article ul {
  color: var(--muted);
  margin-bottom: 0;
  padding-left: 22px;
}

article li + li {
  margin-top: 8px;
}

.meta {
  color: var(--muted);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-left: 8px;
}

article p,
.section p,
.steps {
  color: var(--muted);
}

.pro-section {
  background: #fff;
}

.notice {
  margin-top: 18px;
}

.resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.link-band {
  margin: 0 clamp(20px, 4vw, 64px) clamp(48px, 7vw, 84px);
}

.stack {
  display: grid;
  gap: 16px;
}

.pricing-section {
  align-items: stretch;
  background: #eef1f3;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
}

.premium-pricing {
  background:
    linear-gradient(120deg, rgba(214, 162, 29, 0.22), rgba(214, 162, 29, 0) 38%),
    linear-gradient(90deg, #edf2f5, #ffffff);
}

.pricing-benefits {
  color: var(--ink);
  display: grid;
  gap: 10px;
  font-weight: 800;
  margin: 24px 0 0;
  padding-left: 22px;
}

.pricing-card-heading {
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.plan-choice-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.plan-choice {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 8px;
  padding: 18px;
  position: relative;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.plan-choice:hover,
.plan-choice.selected {
  border-color: var(--gold);
  box-shadow: 0 18px 36px rgba(18, 25, 32, 0.10);
  transform: translateY(-1px);
}

.plan-choice.recommended::before {
  background: var(--gold);
  border-radius: 0 7px 0 8px;
  color: #101010;
  content: "Best value";
  font-size: 11.5px;
  font-weight: 750;
  padding: 6px 9px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}

.plan-badge {
  color: var(--gold-dark);
  font-size: 12.5px;
  font-weight: 750;
  text-transform: uppercase;
}

.plan-price {
  color: var(--ink);
  display: block;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.plan-price small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.plan-description {
  color: var(--muted);
  font-weight: 700;
}

.premium-checkout {
  border: 2px solid rgba(214, 162, 29, 0.42);
  box-shadow: 0 34px 70px rgba(18, 25, 32, 0.16);
}

.trial-section {
  align-items: start;
  background:
    radial-gradient(circle at 88% 16%, rgba(214, 162, 29, 0.18), rgba(214, 162, 29, 0) 26%),
    linear-gradient(125deg, rgba(214, 162, 29, 0.14), rgba(214, 162, 29, 0) 34%),
    #101820;
  color: #fff;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.66fr);
  min-height: 82vh;
}

.trial-copy {
  position: sticky;
  top: 112px;
}

.trial-copy .eyebrow {
  color: #f5c95e;
}

.trial-copy p {
  color: #cbd5df;
  font-size: 18px;
  max-width: 760px;
}

.trial-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trial-options span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
  padding: 9px 13px;
}

.trial-options .trial-highlight {
  background: rgba(214, 162, 29, 0.20);
  border-color: rgba(245, 201, 94, 0.62);
  box-shadow: 0 0 0 4px rgba(214, 162, 29, 0.08);
  color: #ffe7a3;
}

.access-pricing-note {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 34px;
  max-width: 760px;
  padding-top: 22px;
}

.access-pricing-note span {
  color: #f5c95e;
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  width: 100%;
}

.access-plan-note {
  display: grid;
  gap: 5px;
  max-width: 300px;
}

.access-plan-note strong {
  color: #fff;
  font-size: 18px;
}

.access-plan-note small {
  color: #cbd5df;
  font-size: 13px;
}

.access-plan-note em {
  color: #aeb9c4;
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.35;
}

.trial-card {
  background:
    linear-gradient(180deg, rgba(255, 248, 225, 0.68), rgba(255, 255, 255, 0) 22%),
    #fff;
  border: 1px solid rgba(214, 162, 29, 0.42);
  border-radius: 8px;
  box-shadow:
    0 42px 90px rgba(0, 0, 0, 0.34),
    inset 0 4px 0 var(--gold);
  color: var(--ink);
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 42px);
}

.trial-card-heading {
  border-bottom: 1px solid rgba(214, 162, 29, 0.30);
  margin-bottom: 4px;
  padding-bottom: 18px;
}

.trial-card-heading h3 {
  font-size: 28px;
  line-height: 1.08;
}

.trial-card-heading p:not(.plan-label) {
  color: var(--muted);
  margin-bottom: 0;
}

.form-secure-note {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: 12px;
  font-size: 13px;
  font-weight: 650;
  margin-top: 8px;
  padding-top: 18px;
}

.form-grid-two {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.pricing-copy {
  align-self: center;
  max-width: 720px;
}

.pricing-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 26px;
}

.plan-label {
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.plan-copy {
  color: var(--muted);
  margin-bottom: 0;
}

.checkout-button {
  border-radius: 4px;
  margin-top: 6px;
  width: 100%;
}

.form-status {
  color: var(--muted);
  margin: 0;
  min-height: 22px;
}

.field-error {
  color: #b42318;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 6px;
  min-height: 16px;
}

.split {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
}

.setup-path-section {
  background:
    linear-gradient(135deg, rgba(214, 162, 29, 0.12), rgba(255, 255, 255, 0) 34%),
    #f4f7f9;
}

.setup-copy {
  position: sticky;
  top: 112px;
}

.setup-copy h2 {
  max-width: 12em;
}

.setup-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.setup-assurance span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(18, 25, 32, 0.06);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  padding: 9px 13px;
}

.steps {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 28px 70px rgba(18, 25, 32, 0.10);
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

.steps li,
.steps > div {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  list-style: none;
  padding: 20px 24px;
}

.steps li + li,
.steps > div + div {
  border-top: 1px solid var(--line);
}

.steps li span,
.steps > div span {
  align-items: center;
  background: #101820;
  border-radius: 999px;
  color: #f5c95e;
  display: inline-flex;
  font-size: 12px;
  font-weight: 750;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.steps li strong,
.steps > div strong {
  color: var(--ink);
  font-size: 16px;
}

.support {
  margin: 0 max(var(--page-gutter), calc((100vw - var(--content-width)) / 2 + var(--page-gutter))) clamp(48px, 7vw, 84px);
}

.site-footer {
  background: var(--dark);
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 1fr) auto;
  padding: 34px clamp(20px, 4vw, 64px);
}

.final-cta-band {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(214, 162, 29, 0.16), rgba(214, 162, 29, 0) 34%),
    #101820;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(34px, 6vw, 62px) max(var(--page-gutter), calc((100vw - var(--content-width)) / 2 + var(--page-gutter)));
}

.final-cta-band h2 {
  margin-bottom: 0;
  max-width: 760px;
}

.final-cta-band .eyebrow {
  color: #f5c95e;
}

.final-resource-strip {
  align-items: center;
  background: #0d151c;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 22px max(var(--page-gutter), calc((100vw - var(--content-width)) / 2 + var(--page-gutter)));
}

.final-resource-strip nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.final-resource-strip nav a {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.72);
  padding: 8px 11px;
}

.site-footer strong,
.site-footer span {
  display: block;
}

@media (max-width: 880px) {
  :root {
    --anchor-offset: 72px;
  }

  .anchor-target {
    scroll-margin-top: 48px;
  }

  nav {
    display: none;
  }

  .final-resource-strip nav {
    display: flex;
  }

  .hero,
  .split,
  .pricing-section,
  .grid,
  .home-hero-content,
  .home-proof-grid,
  .home-featured-product,
  .home-dark-band,
  .home-flow,
  .operation-band,
  .operation-grid,
  .suite-grid,
  .experience-grid,
  .experience-showcase,
  .automation-flow,
  .comparison-split,
  .outcome-section,
  .testimonials-section,
  .testimonial-grid,
  .final-cta-band,
  .final-resource-strip,
  .before-after-grid,
  .shippo-hero-inner,
  .value-stack,
  .sticky-buy-bar,
  .sticky-story-grid,
  .workflow-scroll,
  .trial-section,
  .form-grid-two,
  .plan-choice-grid,
  .comparison-row {
    grid-template-columns: 1fr;
  }

  .automation-flow {
    gap: 24px;
  }

  .automation-flow::before {
    bottom: 20px;
    height: auto;
    left: 25px;
    right: auto;
    top: 20px;
    width: 2px;
  }

  .automation-step {
    grid-template-columns: auto 1fr;
    padding: 0;
  }

  .final-cta-band {
    align-items: start;
  }

  .sticky-buy-bar {
    gap: 10px;
    grid-template-columns: auto auto auto;
    justify-content: start;
    left: 12px;
    max-width: calc(100vw - 24px);
    padding: 8px 9px 8px 12px;
    right: auto;
    top: 12px;
    transform: none;
    width: auto;
  }

  .product-nav-logo {
    min-width: 0;
  }

  .product-nav-logo img {
    height: 24px;
    max-width: 92px;
  }

  .product-nav-links {
    display: none;
  }

  .sticky-actions {
    display: flex;
    margin-left: clamp(14px, 8vw, 80px);
  }

  .sticky-actions .secondary {
    display: none;
  }

  .compact-button {
    font-size: 13px;
    padding: 8px 11px;
  }

  .nav-menu-button {
    align-items: center;
    border: 1px solid rgba(13, 21, 28, 0.12);
    border-radius: 999px;
    cursor: pointer;
    display: inline-grid;
    gap: 3px;
    height: 38px;
    justify-content: center;
    width: 38px;
  }

  .nav-menu-button span {
    background: var(--ink);
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 15px;
  }

  .mobile-nav-panel {
    backdrop-filter: blur(24px) saturate(150%);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(13, 21, 28, 0.10);
    border-radius: 18px;
    box-shadow: 0 26px 70px rgba(13, 21, 28, 0.18);
    display: none;
    gap: 4px;
    left: 0;
    padding: 18px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
  }

  .nav-menu-toggle:checked ~ .mobile-nav-panel {
    display: grid;
  }

  .mobile-nav-panel a {
    border-radius: 12px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 780;
    padding: 14px 12px;
    text-decoration: none;
  }

  .mobile-nav-panel a:hover {
    background: rgba(13, 21, 28, 0.07);
  }

  .sticky-story-card,
  .sticky-workflow-preview,
  .trial-copy,
  .setup-copy {
    position: static;
  }

  .shippo-hero-v2 {
    padding-top: 118px;
  }

  .home-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .home-hero-media {
    background:
      linear-gradient(180deg, rgba(11, 18, 24, 0.98), rgba(11, 18, 24, 0.86)),
      url("./assets/shippo-pro-operations-hero.png") center / cover no-repeat;
  }

  .home-command-panel,
  .featured-product-card {
    max-width: 100%;
  }

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

  .home-flow {
    gap: 22px;
  }

  .home-flow::before {
    bottom: 20px;
    height: auto;
    left: 25px;
    right: auto;
    top: 20px;
    width: 2px;
  }

  .home-flow span {
    grid-template-columns: auto 1fr;
    padding-right: 0;
  }

  .shippo-hero-inner,
  .shippo-hero-v2 .hero-copy,
  .hero-command-card {
    max-width: 100%;
    min-width: 0;
  }

  .shippo-hero-v2 .lede,
  .hero-promise,
  .hero-promise span {
    max-width: min(100%, 640px);
    overflow-wrap: break-word;
  }

  .hero-backdrop {
    background:
      linear-gradient(180deg, rgba(11, 18, 24, 0.98), rgba(11, 18, 24, 0.86)),
      url("./assets/shippo-pro-operations-hero.png") center / cover no-repeat;
  }

  .shipping-console,
  .hero-product-stage {
    min-height: auto;
  }

  .stage-screen {
    position: static;
    width: auto;
  }

  .hero-product-stage {
    display: grid;
    gap: 14px;
  }

  .comparison-row {
    gap: 0;
  }

  .comparison-row span,
  .comparison-row strong {
    padding: 12px 16px;
  }

  .console-actions {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .site-footer {
    display: grid;
    gap: 8px;
  }

  .site-header {
    padding: 12px 12px 0;
  }

  .site-header-shell {
    border-radius: 18px;
    padding: 8px 10px;
  }

  .brand-mark {
    height: 34px;
    width: 34px;
  }
}

@keyframes heroReveal {
  from {
    filter: saturate(0.85) brightness(0.82);
    opacity: 0;
    transform: scale(1.08);
  }
  to {
    filter: saturate(1) brightness(1);
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stickyDrop {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sectionFade {
  from {
    opacity: 0.35;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardLift {
  from {
    opacity: 0.2;
    transform: translateY(26px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ctaGlow {
  0%,
  100% {
    background-position: 0% 0;
    box-shadow: 0 12px 26px rgba(214, 162, 29, 0.22);
  }
  50% {
    background-position: 80% 0;
    box-shadow: 0 18px 40px rgba(214, 162, 29, 0.38);
  }
}

@keyframes ctaSheen {
  0%,
  44% {
    left: -55%;
  }
  64%,
  100% {
    left: 125%;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
