:root {
  color-scheme: dark;
  --midnight: #070b14;
  --slate: #101827;
  --slate-soft: #152034;
  --cyan: #22d3ee;
  --blue: #3b82f6;
  --muted: #94a3b8;
  --closed: #64748b;
  --text: #eef6ff;
  --line: rgba(148, 163, 184, 0.18);
  --brand-gradient: linear-gradient(135deg, #22d3ee 0%, #3b82f6 100%);
  --critical: #ff6868;
  --critical-soft: rgba(255, 104, 104, 0.14);
  --warning: #ffcc66;
  --warning-soft: rgba(255, 204, 102, 0.12);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(180deg, #080d17 0%, var(--midnight) 38%, #060914 100%);
  color: var(--text);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 52px);
  background: rgba(7, 11, 20, 0.84);
  border-bottom: 1px solid rgba(34, 211, 238, 0.14);
  backdrop-filter: blur(18px);
}

.brand,
.mock-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark,
.mock-brand svg {
  flex: 0 0 auto;
  overflow: visible;
  filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.22));
}

.wordmark,
.mock-brand > span {
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: 0;
}

.wordmark span,
.mock-brand > span span {
  color: #e2e8f0;
}

.wordmark strong,
.mock-brand > span strong {
  color: var(--cyan);
  font-weight: 900;
  text-shadow: 0 0 14px rgba(34, 211, 238, 0.16);
}

.header-cta,
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--brand-gradient);
  color: #03111c;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(34, 211, 238, 0.18);
  transition:
    box-shadow 160ms ease,
    transform 160ms ease,
    filter 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible,
.primary-cta:hover,
.primary-cta:focus-visible {
  box-shadow: 0 16px 42px rgba(34, 211, 238, 0.28);
  filter: saturate(1.06);
  transform: translateY(-1px);
}

.header-cta {
  min-height: 36px;
  padding-inline: 14px;
  font-size: 0.9rem;
}

.hero {
  position: relative;
  min-height: min(650px, 82svh);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 11, 20, 0.98) 0%, rgba(7, 11, 20, 0.92) 42%, rgba(7, 11, 20, 0.66) 100%),
    radial-gradient(circle at 68% 34%, rgba(34, 211, 238, 0.1), transparent 34%),
    var(--midnight);
}

.table-grid {
  position: absolute;
  inset: 90px 0 0 42%;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent 0%, black 24%, black 80%, transparent 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 36px));
  min-height: min(650px, 82svh);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(22px, 4vw, 44px);
  padding: 66px 0 34px;
}

.hero-copy {
  max-width: 690px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.26);
  background: rgba(34, 211, 238, 0.08);
  color: #a5f3fc;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-top: 14px;
  color: #f8fbff;
  font-size: clamp(2.55rem, 5.8vw, 4.85rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-support {
  max-width: 560px;
  margin-top: 16px;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.34rem);
  line-height: 1.45;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  padding: 7px 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  background: rgba(16, 24, 39, 0.58);
  color: #dbeafe;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.trust-line {
  max-width: 370px;
  padding: 8px 10px;
  border: 1px solid rgba(34, 211, 238, 0.16);
  border-radius: 8px;
  background: rgba(34, 211, 238, 0.06);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  justify-self: center;
  width: min(500px, 100%);
  max-height: min(540px, calc(82svh - 104px));
  aspect-ratio: 1.27;
  padding: 9px;
  border: 1px solid rgba(34, 211, 238, 0.13);
  border-radius: 24px;
  background: rgba(5, 9, 17, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 30px 76px rgba(0, 0, 0, 0.44);
  overflow: hidden;
}

.product-shot {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.compact-shot {
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.live-panel {
  position: absolute;
  top: 8%;
  left: 34.5%;
  width: 60%;
  padding: 2.1% 2.6% 2.2%;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(23, 34, 56, 0.98), rgba(10, 16, 29, 0.98)),
    #0a101d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 38px rgba(0, 0, 0, 0.42);
  pointer-events: none;
  transform: scale(0.84);
  transform-origin: top left;
}

.live-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  color: #f8fbff;
  font-size: clamp(0.72rem, 1vw, 0.94rem);
  line-height: 1;
}

.live-panel-head b {
  color: var(--cyan);
  font-style: normal;
}

.live-panel-head small {
  color: var(--muted);
  font-size: 0.66em;
  font-weight: 800;
}

.live-timer-row {
  display: grid;
  grid-template-columns: minmax(36px, 0.25fr) minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  min-height: 14px;
  margin-top: 2px;
  padding: 1px 6px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 8px;
  background: rgba(16, 24, 39, 0.96);
  transition:
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.live-timer-row time {
  color: #dbeafe;
  font-size: clamp(0.58rem, 0.78vw, 0.72rem);
  font-weight: 950;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.live-timer-row span {
  min-width: 0;
}

.live-timer-row strong,
.live-timer-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-timer-row strong {
  color: #f8fbff;
  font-size: clamp(0.48rem, 0.62vw, 0.6rem);
  line-height: 1.15;
}

.live-timer-row small {
  margin-top: 0;
  color: var(--muted);
  font-size: clamp(0.42rem, 0.54vw, 0.5rem);
  font-weight: 750;
}

.live-timer-row.critical {
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 26px;
  padding: 3px 8px;
  margin-top: 3px;
  border-color: rgba(255, 104, 104, 0.64);
  background: linear-gradient(90deg, rgba(255, 104, 104, 0.16), rgba(18, 24, 36, 0.96));
}

.live-timer-row.critical time {
  color: var(--critical);
  font-size: clamp(0.78rem, 1.14vw, 0.96rem);
}

.live-timer-row.critical strong,
.live-timer-row.warning strong {
  font-size: clamp(0.54rem, 0.74vw, 0.66rem);
}

.live-timer-row.critical small,
.live-timer-row.warning small {
  margin-top: 1px;
  font-size: clamp(0.42rem, 0.56vw, 0.5rem);
}

.live-timer-row.warning {
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 26px;
  padding: 3px 8px;
  margin-top: 3px;
  border-color: rgba(255, 204, 102, 0.52);
  background: linear-gradient(90deg, rgba(255, 204, 102, 0.13), rgba(18, 24, 36, 0.96));
}

.live-timer-row.warning time {
  color: var(--warning);
  font-size: clamp(0.74rem, 1.04vw, 0.9rem);
}

.live-timer-row.neutral {
  border-color: rgba(148, 163, 184, 0.1);
  border-radius: 6px;
  background: rgba(16, 24, 39, 0.46);
  opacity: 0.86;
}

.live-timer-row.neutral strong,
.live-timer-row.neutral small,
.live-timer-row.closed strong,
.live-timer-row.closed small {
  display: inline;
}

.live-timer-row.neutral small::before,
.live-timer-row.closed small::before {
  content: " · ";
}

.live-timer-row.closed {
  min-height: 11px;
  margin-top: 2px;
  padding: 0 3px;
  border-color: transparent;
  background: transparent;
}

.live-timer-row.closed time,
.live-timer-row.closed strong,
.live-timer-row.closed small {
  color: var(--closed);
}

.closing-soon:not(.final-minute) {
  animation: closing-pulse 2200ms ease-in-out infinite;
}

.live-timer-row.final-minute {
  border-color: rgba(255, 104, 104, 0.95);
  background: linear-gradient(90deg, rgba(255, 56, 56, 0.3), rgba(35, 18, 24, 0.98));
  animation: final-minute-flash 1000ms steps(2, end) infinite;
}

.live-timer-row.final-minute time {
  color: #ff8b8b;
}

@keyframes closing-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 104, 104, 0);
  }

  50% {
    box-shadow: 0 0 18px rgba(255, 104, 104, 0.13);
  }
}

@keyframes final-minute-flash {
  0%,
  100% {
    border-color: rgba(255, 104, 104, 0.88);
    box-shadow:
      0 0 0 rgba(255, 104, 104, 0),
      inset 0 0 0 rgba(255, 104, 104, 0);
  }

  50% {
    border-color: #ffb3b3;
    box-shadow:
      0 0 24px rgba(255, 66, 66, 0.42),
      inset 0 0 22px rgba(255, 66, 66, 0.16);
  }
}

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

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

  .closing-soon {
    animation: none;
  }
}

.overlay-mock {
  width: 100%;
  min-height: 430px;
  padding: 10px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(16, 24, 39, 0.98), rgba(8, 13, 24, 0.98)),
    var(--slate);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(7, 11, 20, 0.8);
}

.overlay-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 7px 13px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.overlay-head .mock-brand {
  gap: 6px;
  color: #f8fbff;
  font-size: 0.93rem;
}

.timer-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 78px;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 10px;
  background: rgba(14, 22, 36, 0.9);
}

.timer-row time {
  font-size: 1.64rem;
  font-weight: 950;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.timer-row strong {
  display: block;
  overflow: hidden;
  color: #f8fbff;
  font-size: 0.96rem;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timer-row span {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timer-row.critical {
  border-color: rgba(255, 104, 104, 0.48);
  background: linear-gradient(90deg, var(--critical-soft), rgba(14, 22, 36, 0.94));
}

.timer-row.critical time {
  color: var(--critical);
}

.timer-row.warning {
  border-color: rgba(255, 204, 102, 0.38);
  background: linear-gradient(90deg, var(--warning-soft), rgba(14, 22, 36, 0.94));
}

.timer-row.warning time {
  color: var(--warning);
}

.timer-row.later {
  opacity: 0.9;
}

.timer-row.later time {
  color: #cbd5e1;
  font-size: 1.42rem;
}

.closed-strip {
  margin-top: 12px;
  padding: 9px 10px;
  border: 1px solid rgba(100, 116, 139, 0.22);
  border-radius: 8px;
  color: var(--closed);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-section,
.feature-section,
.boundary-section,
.access-section {
  width: min(1060px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(36px, 5.2vw, 58px) 0;
}

.product-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(24px, 4.4vw, 48px);
}

.section-copy h2,
.boundary-section h2,
.access-section h2 {
  margin-top: 12px;
  color: #f8fbff;
  font-size: clamp(1.65rem, 3.6vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-copy p,
.boundary-section p,
.access-section p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.screenshot-mock {
  border: 1px solid rgba(34, 211, 238, 0.14);
  border-radius: 14px;
  overflow: hidden;
  background: #070b14;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.34);
}

.grind-shot {
  aspect-ratio: 1120 / 760;
  object-fit: contain;
}

.mock-window-bar {
  display: flex;
  gap: 7px;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  background: #0b1220;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.mock-window-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.42);
}

.mock-window-body {
  padding: 18px;
}

.overlay-mock.embedded {
  width: min(314px, 100%);
  margin: 0 auto;
}

.feature-section {
  border-top: 1px solid var(--line);
}

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

.feature-grid article {
  min-height: 168px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(21, 32, 52, 0.78), rgba(10, 16, 28, 0.84)),
    rgba(16, 24, 39, 0.82);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.feature-grid article:hover {
  border-color: rgba(34, 211, 238, 0.26);
  background:
    linear-gradient(180deg, rgba(24, 38, 62, 0.84), rgba(11, 18, 31, 0.9)),
    rgba(16, 24, 39, 0.86);
  transform: translateY(-2px);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 28px;
  border-radius: 8px;
  background: rgba(34, 211, 238, 0.09);
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
}

.feature-grid h3 {
  margin-top: 16px;
  color: #f8fbff;
  font-size: 1.05rem;
  line-height: 1.25;
}

.feature-grid p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.58;
}

.boundary-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 52px);
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.035), transparent 48%);
}

.access-section {
  min-height: 250px;
  text-align: center;
}

.access-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 760px;
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
}

.access-list li {
  padding: 8px 10px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(16, 24, 39, 0.62);
  color: #dbeafe;
  font-size: 0.86rem;
  font-weight: 850;
}

.access-section .primary-cta {
  margin-top: 24px;
}

.site-footer {
  width: min(1060px, calc(100% - 36px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  padding: 24px 0 30px;
  border-top: 1px solid var(--line);
  color: var(--closed);
  font-size: 0.86rem;
  font-weight: 700;
}

.site-footer a {
  color: #cbd5e1;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--cyan);
}

.pricing-header {
  width: min(1060px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0;
}

.pricing-page {
  width: min(1060px, calc(100% - 36px));
  margin: 0 auto;
}

.pricing-hero {
  padding: clamp(52px, 9vw, 96px) 0 clamp(28px, 5vw, 44px);
}

.pricing-hero h1 {
  max-width: 760px;
  margin-top: 14px;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
}

.pricing-hero p {
  max-width: 650px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 18px 0 clamp(38px, 6vw, 64px);
}

.pricing-card {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 10px;
  background: rgba(16, 24, 39, 0.78);
}

.pro-card {
  border-color: rgba(34, 211, 238, 0.28);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.06), rgba(16, 24, 39, 0.78)),
    rgba(16, 24, 39, 0.78);
}

.pricing-card-head {
  min-height: 72px;
}

.pricing-card h2 {
  color: #f8fbff;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.pricing-card-head p,
.annual-line,
.founding-note,
.pricing-note p,
.pricing-boundary p {
  color: var(--muted);
  line-height: 1.65;
}

.pricing-card-head p {
  margin-top: 8px;
  font-size: 0.98rem;
}

.price-line {
  margin-top: 22px;
  color: #f8fbff;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 950;
  line-height: 1;
}

.price-line span {
  margin-left: 4px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.annual-line {
  margin-top: 8px;
  font-weight: 800;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 20px;
  color: #dbeafe;
  font-size: 0.98rem;
  line-height: 1.45;
}

.pricing-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.founding-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.94rem;
}

.pricing-note,
.pricing-boundary {
  padding: clamp(34px, 5vw, 54px) 0;
  border-top: 1px solid var(--line);
}

.pricing-note h2,
.pricing-boundary h2 {
  margin-top: 12px;
  color: #f8fbff;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.pricing-note p {
  max-width: 780px;
  margin-top: 12px;
  font-size: 1rem;
}

.pricing-boundary {
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 52px);
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.pricing-boundary p {
  margin-top: 0;
  font-size: 1.02rem;
}

.pricing-footer {
  margin-top: 0;
}

@media (max-width: 860px) {
  .site-header {
    padding: 14px 18px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 72px 0 26px;
  }

  .hero-backdrop {
    background:
      linear-gradient(180deg, rgba(7, 11, 20, 0.98) 0%, rgba(7, 11, 20, 0.88) 62%, rgba(7, 11, 20, 0.98) 100%),
      radial-gradient(circle at 70% 25%, rgba(34, 211, 238, 0.12), transparent 34%),
      var(--midnight);
  }

  .table-grid {
    inset: 64px 0 0 0;
    opacity: 0.18;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-visual {
    justify-self: start;
    width: min(430px, 100%);
    max-height: none;
  }

  .product-section,
  .boundary-section,
  .pricing-grid,
  .pricing-boundary {
    grid-template-columns: 1fr;
  }

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

  .pricing-card-head {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .wordmark {
    font-size: 0.98rem;
  }

  .hero-inner,
  .product-section,
  .feature-section,
  .boundary-section,
  .access-section,
  .pricing-header,
  .pricing-page,
  .site-footer {
    width: min(100% - 28px, 1060px);
  }

  h1 {
    font-size: clamp(2.18rem, 11.4vw, 3.2rem);
  }

  .hero-support {
    font-size: 1.02rem;
  }

  .hero-points {
    gap: 7px;
    margin-top: 15px;
  }

  .hero-points li {
    padding: 7px 9px;
    font-size: 0.8rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }

  .primary-cta {
    width: 100%;
  }

  .hero-visual {
    width: 100%;
    padding: 7px;
  }

  .section-copy h2,
  .boundary-section h2,
  .access-section h2 {
    font-size: clamp(1.52rem, 8vw, 2.25rem);
  }

  .feature-grid article {
    min-height: 0;
  }

  .timer-row {
    grid-template-columns: 70px minmax(0, 1fr);
    min-height: 72px;
    padding: 9px;
  }

  .timer-row time {
    font-size: 1.42rem;
  }

  .mock-window-body {
    padding: 12px;
  }
}
