:root {
  color-scheme: dark;
  --ink: #fff7e8;
  --muted: #b9b4a9;
  --soft: #807a70;
  --night: #06080c;
  --night-2: #0b0f15;
  --panel: rgba(17, 22, 30, 0.72);
  --panel-solid: #11161e;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(245, 194, 107, 0.38);
  --gold: #f5c26b;
  --gold-strong: #d4a017;
  --green: #80b58a;
  --blue: #8fb8ff;
  --shadow: rgba(0, 0, 0, 0.54);
  --mx: 50%;
  --my: 28%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, #06080c 0%, #090d13 42%, #06080c 100%);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(245, 194, 107, 0.08), transparent 28%),
    linear-gradient(235deg, rgba(128, 181, 138, 0.08), transparent 32%),
    linear-gradient(180deg, transparent, rgba(143, 184, 255, 0.05));
  animation: atmosphereShift 16s ease-in-out infinite alternate;
}

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

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

.site-shell {
  overflow: hidden;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 14px;
  left: 50%;
  width: min(1180px, calc(100% - 28px));
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(8, 11, 16, 0.68);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(22px) saturate(1.3);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: min(218px, 48vw);
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.nav-links a,
.nav-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 8px;
  padding: 0 14px;
  color: rgba(255, 247, 232, 0.74);
  font-size: 0.86rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
  border: 1px solid rgba(245, 194, 107, 0.42);
  background: rgba(245, 194, 107, 0.12);
  color: var(--gold);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-1px);
  background: rgba(245, 194, 107, 0.18);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 124px clamp(20px, 5vw, 78px) 82px;
  isolation: isolate;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.hero-backdrop picture,
.hero-backdrop img {
  width: 100%;
  height: 100%;
}

.hero-backdrop img {
  object-fit: cover;
  object-position: 68% 50%;
  transform: scale(1.04);
  filter: saturate(1.02) brightness(0.68);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(245, 194, 107, 0.2), transparent 22%),
    linear-gradient(90deg, rgba(6, 8, 12, 0.98) 0%, rgba(6, 8, 12, 0.86) 38%, rgba(6, 8, 12, 0.36) 70%, rgba(6, 8, 12, 0.74) 100%),
    linear-gradient(180deg, rgba(6, 8, 12, 0.2) 0%, rgba(6, 8, 12, 0.84) 82%, #06080c 100%);
}

.animated-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
  animation: gridDrift 18s linear infinite;
}

.light-beam {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(245, 194, 107, 0.8), transparent);
  filter: blur(0.4px);
  opacity: 0.75;
  animation: beamMove 6.8s ease-in-out infinite;
}

.beam-a {
  top: 31%;
  left: 48%;
  width: min(420px, 42vw);
}

.beam-b {
  right: 8%;
  bottom: 26%;
  width: min(340px, 34vw);
  animation-delay: 1.4s;
}

.spark-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.spark {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(245, 194, 107, 0.9);
  box-shadow: 0 0 14px rgba(245, 194, 107, 0.55);
  opacity: 0;
  animation: sparkFloat 5.5s ease-in-out infinite;
}

.hero-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(4.15rem, 8.5vw, 8.15rem);
  line-height: 0.86;
  font-weight: 950;
}

h1 span {
  display: block;
  white-space: nowrap;
}

.hero-copy {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 247, 232, 0.78);
  font-size: clamp(1.04rem, 1.55vw, 1.3rem);
  line-height: 1.65;
}

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

.store-button {
  position: relative;
  min-width: 176px;
  min-height: 60px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 10px 18px;
  background: rgba(15, 19, 26, 0.78);
  box-shadow: 0 18px 44px var(--shadow);
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 950;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.store-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.16) 42%, transparent 62%);
  transform: translateX(-125%);
  transition: transform 520ms ease;
}

.store-button span {
  color: rgba(255, 247, 232, 0.66);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.store-button.primary {
  border-color: rgba(245, 194, 107, 0.74);
  background: linear-gradient(135deg, #f5c26b, #d4a017 70%, #ad7e12);
  color: #12100b;
}

.store-button.primary span {
  color: rgba(18, 16, 11, 0.68);
}

.store-button:hover,
.store-button:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(245, 194, 107, 0.8);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.46);
}

.store-button:hover::before,
.store-button:focus-visible::before {
  transform: translateX(125%);
}

.store-button.large {
  min-width: 220px;
}

.availability {
  margin: 14px 0 0;
  color: rgba(185, 180, 169, 0.74);
  font-size: 0.94rem;
}

.product-stage {
  position: relative;
  transform-style: preserve-3d;
}

.app-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent),
    rgba(11, 15, 21, 0.72);
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
  animation: floatFrame 7s ease-in-out infinite;
}

.app-frame::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(245, 194, 107, 0.32), transparent 34%, rgba(128, 181, 138, 0.18));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}

.frame-toolbar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 4px 12px;
  color: rgba(255, 247, 232, 0.72);
  font-size: 0.8rem;
}

.frame-toolbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.frame-toolbar span:first-child {
  background: var(--gold);
}

.frame-toolbar strong {
  margin-left: auto;
}

.preview-stack {
  position: relative;
  min-height: 320px;
}

.preview-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
}

.preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-card span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(6, 8, 12, 0.62);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.preview-card.before {
  inset: 8px auto auto 0;
  width: 61%;
  height: 230px;
  opacity: 0.76;
}

.preview-card.after {
  right: 0;
  bottom: 0;
  width: 68%;
  height: 256px;
  animation: afterGlow 6.5s ease-in-out infinite;
}

.estimate-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.estimate-panel div {
  min-height: 82px;
  padding: 14px;
  background: rgba(8, 11, 16, 0.76);
}

.estimate-panel span,
.estimate-panel strong {
  display: block;
}

.estimate-panel span {
  color: rgba(185, 180, 169, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
}

.estimate-panel strong {
  margin-top: 8px;
  font-size: 1rem;
}

.floating-chip {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(245, 194, 107, 0.28);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(6, 8, 12, 0.74);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 950;
  backdrop-filter: blur(18px);
  animation: floatChip 6.2s ease-in-out infinite;
}

.chip-one {
  top: 18%;
  right: -22px;
}

.chip-two {
  left: -26px;
  bottom: 20%;
  animation-delay: 1.2s;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px);
}

.metric-strip div {
  min-height: 176px;
  padding: clamp(22px, 3vw, 32px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
    rgba(9, 13, 19, 0.86);
}

.metric-strip span,
.metric-strip strong,
.metric-strip p {
  display: block;
}

.metric-strip span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
}

.metric-strip strong {
  margin-top: 16px;
  font-size: 1.18rem;
}

.metric-strip p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.section,
.showcase,
.workflow,
.pricing-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: clamp(88px, 11vw, 146px) 0;
}

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

h2 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(2.45rem, 5.4vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

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

.feature-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(16, 21, 28, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(245, 194, 107, 0.22), transparent 42%);
  transition: opacity 220ms ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 194, 107, 0.38);
  background:
    linear-gradient(180deg, rgba(245, 194, 107, 0.08), transparent),
    rgba(17, 23, 31, 0.9);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card.elevated {
  transform: translateY(-18px);
  border-color: rgba(245, 194, 107, 0.28);
}

.feature-number {
  position: relative;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-card h3 {
  position: relative;
  margin: 96px 0 14px;
  font-size: clamp(1.32rem, 2vw, 1.8rem);
  line-height: 1.05;
}

.feature-card p,
.showcase-copy p,
.workflow-copy p {
  position: relative;
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.88fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  padding: clamp(56px, 8vw, 100px) 0 clamp(96px, 11vw, 150px);
}

.showcase-copy p {
  max-width: 620px;
  margin-top: 24px;
  font-size: 1.05rem;
}

.showcase-media {
  position: relative;
  min-height: 430px;
  border-radius: 8px;
}

.showcase-media img {
  position: absolute;
  width: 72%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.showcase-before {
  top: 0;
  left: 0;
  filter: saturate(0.9) brightness(0.78);
}

.showcase-after {
  right: 0;
  bottom: 0;
}

.scan-line {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 48%;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 34px rgba(245, 194, 107, 0.7);
  animation: scanMove 5.8s ease-in-out infinite;
}

.workflow {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.64fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
  padding: clamp(84px, 10vw, 132px) 0;
  border-top: 1px solid var(--line);
}

.workflow-copy p {
  max-width: 640px;
  margin-top: 24px;
  font-size: 1.05rem;
}

.timeline {
  position: relative;
  display: grid;
  gap: 14px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 11px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(128, 181, 138, 0.18));
}

.timeline-step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px 20px 20px 42px;
  background: rgba(16, 21, 28, 0.76);
  transition: transform 200ms ease, border-color 200ms ease;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 24px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--night);
}

.timeline-step:hover {
  transform: translateX(4px);
  border-color: rgba(245, 194, 107, 0.36);
}

.timeline-step span,
.timeline-step strong {
  display: block;
}

.timeline-step span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.timeline-step strong {
  margin-top: 8px;
  font-size: 1.04rem;
}

.pricing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(72px, 9vw, 116px);
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(245, 194, 107, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(245, 194, 107, 0.15), transparent 38%),
    linear-gradient(260deg, rgba(128, 181, 138, 0.16), transparent 34%),
    rgba(15, 20, 27, 0.88);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.3);
}

.pricing-cta h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 4.3rem);
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 auto;
  padding: 24px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.footer-brand span {
  color: var(--ink);
  font-weight: 950;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
  color: rgba(220, 232, 255, 0.94);
  font-size: 0.96rem;
  font-weight: 850;
}

.footer-links a,
.footer-email {
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-email:hover,
.footer-email:focus-visible {
  color: var(--gold);
  transform: translateY(-1px);
}

.footer-email {
  color: var(--gold);
}

.legal-main {
  width: min(920px, calc(100% - 40px));
  min-height: calc(100svh - 92px);
  margin: 0 auto;
  padding: 128px 0 72px;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(26px, 5vw, 54px);
  background:
    linear-gradient(145deg, rgba(245, 194, 107, 0.08), transparent 34%),
    rgba(15, 20, 27, 0.82);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.28);
}

.legal-card h1 {
  margin: 0 0 18px;
  max-width: 760px;
  font-size: clamp(2.7rem, 7vw, 5.5rem);
  line-height: 0.94;
  white-space: normal;
}

.legal-card h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.32rem, 2.4vw, 1.82rem);
  line-height: 1.12;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.72;
}

.legal-card ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-card .updated {
  margin: 0 0 30px;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-card a {
  color: var(--gold);
  font-weight: 850;
}

.legal-top-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--gold);
  font-weight: 850;
}

.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.24, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes atmosphereShift {
  from {
    filter: hue-rotate(0deg) brightness(1);
  }
  to {
    filter: hue-rotate(10deg) brightness(1.08);
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 148px 74px;
  }
}

@keyframes beamMove {
  0%,
  100% {
    transform: translate3d(-24px, 0, 0) scaleX(0.7);
    opacity: 0.18;
  }
  50% {
    transform: translate3d(24px, 0, 0) scaleX(1);
    opacity: 0.82;
  }
}

@keyframes sparkFloat {
  0%,
  100% {
    transform: translate3d(0, 18px, 0);
    opacity: 0;
  }
  30%,
  72% {
    opacity: 0.7;
  }
  50% {
    transform: translate3d(12px, -18px, 0);
  }
}

@keyframes floatFrame {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotateX(1.2deg) rotateY(-1.4deg);
  }
}

@keyframes floatChip {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes afterGlow {
  0%,
  100% {
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
  }
  50% {
    box-shadow: 0 22px 70px rgba(245, 194, 107, 0.22);
  }
}

@keyframes scanMove {
  0%,
  100% {
    transform: translateX(-32px);
    opacity: 0.42;
  }
  50% {
    transform: translateX(42px);
    opacity: 0.95;
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 10px;
    height: 64px;
  }

  .nav-links {
    display: none;
  }

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

  .hero-layout,
  .showcase,
  .workflow {
    grid-template-columns: 1fr;
  }

  .product-stage {
    max-width: 620px;
  }

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

  .feature-card.elevated {
    transform: none;
  }

  .showcase-media {
    min-height: 520px;
  }

  .pricing-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 20px);
    padding-left: 12px;
  }

  .brand img {
    width: min(176px, 56vw);
  }

  .nav-cta {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 0.8rem;
  }

  .hero {
    padding: 98px 16px 56px;
  }

  .hero-backdrop img {
    object-position: 62% 28%;
  }

  .hero-shade {
    background:
      radial-gradient(circle at 52% 20%, rgba(245, 194, 107, 0.16), transparent 24%),
      linear-gradient(180deg, rgba(6, 8, 12, 0.26) 0%, rgba(6, 8, 12, 0.78) 36%, rgba(6, 8, 12, 0.99) 76%);
  }

  h1 {
    font-size: clamp(3.05rem, 14vw, 4.6rem);
  }

  .hero-copy {
    margin-top: 22px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .store-button {
    width: 100%;
  }

  .product-stage {
    display: none;
  }

  .metric-strip,
  .section,
  .showcase,
  .workflow,
  .pricing-cta,
  .site-footer {
    width: calc(100% - 32px);
  }

  .metric-strip {
    margin-top: 0;
  }

  .section {
    padding-block: 74px;
  }

  h2 {
    font-size: clamp(2.12rem, 11vw, 3.4rem);
  }

  .feature-grid {
    margin-top: 34px;
  }

  .feature-card {
    min-height: 280px;
  }

  .showcase {
    padding-bottom: 78px;
  }

  .showcase-media {
    min-height: 360px;
  }

  .showcase-media img {
    width: 78%;
  }

  .workflow {
    padding-block: 76px;
  }

  .pricing-cta {
    margin-bottom: 70px;
  }

  .site-footer {
    flex-wrap: wrap;
  }

  .footer-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-email {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
