:root {
  --brand-ink: #0c1220;
  --brand-ink-soft: #1a2336;
  --brand-muted: #5c6b82;
  --brand-accent: #3d4fd8;
  --brand-accent-strong: #2f3fc4;
  --brand-teal: #0f8f7b;
  --brand-teal-soft: #d8f3ee;
  --brand-amber: #c9852a;
  --brand-surface: #f3f5f8;
  --brand-surface-deep: #e8ecf2;
  --brand-panel: #ffffff;
  --brand-line: #d5dce8;
  --brand-radius: 0.85rem;
  --brand-shadow: 0 1px 2px rgba(12, 18, 32, 0.05), 0 18px 40px rgba(12, 18, 32, 0.08);
  --brand-font: "Figtree", system-ui, sans-serif;
  --brand-display: "Syne", system-ui, sans-serif;
  --header-h: 4.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 0.75rem);
}

body.landing-body {
  margin: 0;
  min-height: 100vh;
  background: var(--brand-surface);
  color: var(--brand-ink);
  font-family: var(--brand-font);
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--brand-accent-strong);
}

.landing-wrap {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* —— Sticky nav —— */
.landing-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(243, 245, 248, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.landing-header:hover,
.landing-nav:focus-within {
  border-bottom-color: var(--brand-line);
}

.landing-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.landing-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.landing-mark {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.6rem;
  background: var(--brand-ink);
  color: #9eb0ff;
  font-family: var(--brand-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.landing-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  line-height: 1.15;
}

.landing-brand-name {
  font-family: var(--brand-display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.landing-brand-tagline {
  font-size: 0.68rem;
  color: var(--brand-muted);
  letter-spacing: 0.01em;
  max-width: 14rem;
}

.landing-anchors {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.landing-anchors a {
  color: var(--brand-muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.landing-anchors a:hover {
  color: var(--brand-ink);
}

.landing-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.landing-nav-login {
  color: var(--brand-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.landing-nav-login:hover {
  color: var(--brand-ink);
}

/* —— CTAs —— */
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.45rem;
  border-radius: 0.65rem;
  background: var(--brand-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.02rem;
  border: 1px solid transparent;
  box-shadow: 0 8px 20px rgba(61, 79, 216, 0.28);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.cta:hover {
  background: var(--brand-accent-strong);
  color: #fff;
  transform: translateY(-1px);
}

.cta-sm {
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  box-shadow: none;
}

.cta-ghost {
  background: transparent;
  color: var(--brand-ink);
  border-color: var(--brand-line);
  box-shadow: none;
}

.cta-ghost:hover {
  background: rgba(255, 255, 255, 0.55);
  color: var(--brand-ink);
  border-color: #b8c3d6;
}

.cta-outline {
  background: transparent;
  color: var(--brand-ink);
  border-color: var(--brand-line);
  box-shadow: none;
}

.cta-outline:hover {
  background: var(--brand-surface);
  color: var(--brand-ink);
}

.cta-block {
  display: flex;
  width: 100%;
  margin-top: auto;
}

.cta-micro {
  margin: 0.85rem 0 0;
  color: var(--brand-muted);
  font-size: 0.92rem;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.hero-ctas .cta {
  margin-top: 0;
}

.hero-ctas-center {
  justify-content: center;
}

/* —— Hero —— */
.hero {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 3.5rem;
  isolation: isolate;
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 55% at 12% 20%, rgba(61, 79, 216, 0.18), transparent 55%),
    radial-gradient(ellipse 55% 50% at 88% 10%, rgba(15, 143, 123, 0.16), transparent 50%),
    linear-gradient(180deg, #dfe6f2 0%, var(--brand-surface) 72%, var(--brand-surface) 100%);
  animation: atmosphere-drift 14s ease-in-out infinite alternate;
}

@keyframes atmosphere-drift {
  from {
    transform: scale(1) translate(0, 0);
  }
  to {
    transform: scale(1.04) translate(-1.5%, 1%);
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-brand {
  margin: 0 0 0.85rem;
  font-family: var(--brand-display);
  font-size: clamp(2.8rem, 7vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: var(--brand-ink);
  animation: rise-in 0.7s ease both;
}

.hero-copy h1 {
  margin: 0;
  max-width: 16ch;
  font-family: var(--brand-display);
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--brand-ink-soft);
  animation: rise-in 0.7s ease 0.08s both;
}

.hero-lead {
  margin: 1.1rem 0 0;
  max-width: 34rem;
  color: var(--brand-muted);
  font-size: 1.08rem;
  line-height: 1.55;
  animation: rise-in 0.7s ease 0.14s both;
}

.hero-ctas,
.hero-copy .cta-micro {
  animation: rise-in 0.7s ease 0.2s both;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-product {
  animation: float-in 0.9s ease 0.18s both;
}

@keyframes float-in {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* —— Product frames —— */
.device-frame {
  background: var(--brand-panel);
  border: 1px solid var(--brand-line);
  border-radius: 1rem;
  box-shadow: var(--brand-shadow);
  overflow: hidden;
}

.device-chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.9rem;
  background: linear-gradient(180deg, #f7f9fc, #eef2f7);
  border-bottom: 1px solid var(--brand-line);
}

.device-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #c5cedc;
}

.device-dot:nth-child(1) { background: #e8a0a0; }
.device-dot:nth-child(2) { background: #e0c48a; }
.device-dot:nth-child(3) { background: #9dcea8; }

.device-title {
  margin-left: 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand-muted);
  letter-spacing: 0.01em;
}

.pdv-frame {
  animation: mockup-float 6s ease-in-out infinite alternate;
}

@keyframes mockup-float {
  from { transform: translateY(0); }
  to { transform: translateY(-6px); }
}

.pdv-layout {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 0;
  min-height: 20rem;
}

.pdv-main {
  padding: 0.85rem;
  background: #f6f8fb;
  border-right: 1px solid var(--brand-line);
}

.pdv-scan {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: var(--brand-panel);
  border: 1px dashed #b9c5d8;
  border-radius: 0.55rem;
  padding: 0.65rem 0.8rem;
  color: var(--brand-muted);
  font-size: 0.82rem;
  margin-bottom: 0.7rem;
}

.pdv-scan-icon {
  width: 0.85rem;
  height: 0.85rem;
  border: 2px solid var(--brand-teal);
  border-radius: 0.15rem;
  box-shadow: 0 0 0 3px rgba(15, 143, 123, 0.15);
  flex-shrink: 0;
}

.pdv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
}

.pdv-tile {
  background: var(--brand-panel);
  border: 1px solid var(--brand-line);
  border-radius: 0.45rem;
  padding: 0.55rem 0.5rem;
  font-size: 0.72rem;
  color: var(--brand-muted);
}

.pdv-tile strong {
  display: block;
  color: var(--brand-ink);
  font-size: 0.78rem;
  margin-bottom: 0.2rem;
}

.pdv-tile.active {
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 2px rgba(61, 79, 216, 0.15);
}

.pdv-cart {
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  background: var(--brand-panel);
}

.pdv-cart-head {
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 0.55rem;
}

.pdv-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.pdv-lines li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.8rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--brand-line);
  color: var(--brand-ink-soft);
}

.pdv-total-block {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0.85rem 0 0.65rem;
}

.pdv-total-block .label {
  color: var(--brand-muted);
  font-size: 0.8rem;
}

.pdv-total-block .value {
  font-family: var(--brand-display);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.pdv-pay-row {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}

.pdv-pay-chip {
  flex: 1;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.35rem 0.2rem;
  border-radius: 0.35rem;
  background: var(--brand-surface);
  color: var(--brand-muted);
  border: 1px solid var(--brand-line);
}

.pdv-pay-chip.on {
  background: var(--brand-teal-soft);
  color: var(--brand-teal);
  border-color: #9ad9ce;
}

.pdv-pay {
  background: var(--brand-teal);
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.7rem;
  font-weight: 700;
  text-align: center;
  font-size: 0.9rem;
}

/* —— Feature sections —— */
.feature-section {
  padding: 3.5rem 0;
}

.feature-section-alt {
  background:
    linear-gradient(180deg, transparent, rgba(15, 143, 123, 0.05) 40%, transparent);
}

.feature-intro {
  max-width: 38rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-teal);
}

.feature-intro h2 {
  margin: 0 0 0.65rem;
  font-family: var(--brand-display);
  font-size: clamp(1.7rem, 3.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.feature-intro p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 1.05rem;
  line-height: 1.5;
}

/* —— Gestão —— */
.gestao-frame {
  padding-bottom: 1rem;
}

.kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 1rem 1rem 0.25rem;
}

.kpi {
  background: var(--brand-surface);
  border: 1px solid var(--brand-line);
  border-radius: 0.7rem;
  padding: 0.95rem 1rem;
  display: grid;
  gap: 0.2rem;
}

.kpi-label {
  font-size: 0.78rem;
  color: var(--brand-muted);
  font-weight: 500;
}

.kpi-value {
  font-family: var(--brand-display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.kpi-delta {
  font-size: 0.78rem;
  color: var(--brand-muted);
}

.kpi-delta.up {
  color: var(--brand-teal);
  font-weight: 600;
}

.charts-row {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 0.85rem;
  padding: 0.85rem 1rem 0;
}

.chart-panel {
  background: var(--brand-surface);
  border: 1px solid var(--brand-line);
  border-radius: 0.7rem;
  padding: 0.9rem 1rem 0.75rem;
}

.chart-panel h3 {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  font-weight: 650;
}

.chart-bars {
  width: 100%;
  height: auto;
  color: var(--brand-muted);
}

.chart-bars .bars rect {
  fill: #a8b4f0;
}

.chart-bars .bars .bar-peak {
  fill: var(--brand-accent);
}

.chart-bars .bar-labels {
  fill: var(--brand-muted);
  font-family: var(--brand-font);
}

.donut-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.35rem 0 0.5rem;
}

.chart-donut {
  width: 8.5rem;
  height: 8.5rem;
}

.donut-track,
.donut-pix,
.donut-card,
.donut-cash {
  fill: none;
  stroke-width: 14;
  transform: rotate(-90deg);
  transform-origin: 60px 60px;
}

.donut-track {
  stroke: var(--brand-line);
  stroke-dasharray: 100;
}

.donut-pix {
  stroke: var(--brand-teal);
  stroke-dasharray: 48 52;
  stroke-dashoffset: 0;
}

.donut-card {
  stroke: var(--brand-accent);
  stroke-dasharray: 35 65;
  stroke-dashoffset: -48;
}

.donut-cash {
  stroke: var(--brand-amber);
  stroke-dasharray: 17 83;
  stroke-dashoffset: -83;
}

.donut-center-label {
  fill: var(--brand-muted);
  font-size: 10px;
  font-family: var(--brand-font);
}

.donut-center-value {
  fill: var(--brand-ink);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--brand-display);
}

.donut-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: var(--brand-ink-soft);
}

.donut-legend .swatch {
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 0.15rem;
  margin-right: 0.45rem;
  vertical-align: middle;
}

.swatch.pix { background: var(--brand-teal); }
.swatch.card { background: var(--brand-accent); }
.swatch.cash { background: var(--brand-amber); }

/* —— Agenda —— */
.agenda-frame .device-chrome {
  flex-wrap: wrap;
}

.agenda-link-chip {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--brand-teal);
  background: var(--brand-teal-soft);
  border: 1px solid #9ad9ce;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
}

.agenda-grid {
  display: grid;
  grid-template-columns: 4.5rem repeat(6, 1fr);
  gap: 0.35rem;
  padding: 0.85rem;
  font-size: 0.72rem;
}

.agenda-corner {
  min-height: 1.6rem;
}

.agenda-day {
  text-align: center;
  font-weight: 700;
  color: var(--brand-muted);
  padding: 0.35rem 0;
}

.agenda-pro {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--brand-ink);
  font-size: 0.8rem;
}

.agenda-slot {
  min-height: 2.6rem;
  border-radius: 0.4rem;
  background: #f0f3f8;
  border: 1px dashed #d0d8e6;
}

.agenda-slot.booked {
  background: rgba(61, 79, 216, 0.12);
  border: 1px solid rgba(61, 79, 216, 0.28);
  color: var(--brand-accent-strong);
  font-weight: 600;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0.25rem;
  line-height: 1.25;
}

.agenda-slot.booked.soft {
  background: var(--brand-teal-soft);
  border-color: #9ad9ce;
  color: #0a6f60;
}

/* —— Modules / steps / pricing / faq —— */
.modules-showcase,
.steps,
.pricing,
.faq,
.final-cta {
  padding: 3rem 0 2rem;
}

.section-title {
  font-family: var(--brand-display);
  font-size: clamp(1.7rem, 3.2vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 1.2rem;
  text-align: center;
}

.modules-showcase .modules-lead,
.pricing-lead {
  margin: -0.5rem auto 1.5rem;
  max-width: 36rem;
  text-align: center;
  color: var(--brand-muted);
  font-size: 1.05rem;
  line-height: 1.45;
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 1rem;
}

.module-card {
  background: var(--brand-panel);
  border: 1px solid var(--brand-line);
  border-radius: var(--brand-radius);
  padding: 1.15rem 1.1rem;
  box-shadow: 0 1px 2px rgba(12, 18, 32, 0.04);
}

.module-card h3 {
  margin: 0 0 0.4rem;
  font-family: var(--brand-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.module-card p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.steps ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}

.steps li {
  background: var(--brand-panel);
  border: 1px solid var(--brand-line);
  border-radius: var(--brand-radius);
  padding: 1.2rem;
  counter-increment: step;
}

.steps li::before {
  content: counter(step);
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  margin-bottom: 0.6rem;
  border-radius: 999px;
  background: var(--brand-ink);
  color: #9eb0ff;
  font-weight: 700;
  font-size: 0.85rem;
  font-family: var(--brand-display);
}

.steps h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.steps p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.price-card {
  background: var(--brand-panel);
  border: 1px solid var(--brand-line);
  border-radius: var(--brand-radius);
  padding: 1.4rem;
  box-shadow: 0 1px 2px rgba(12, 18, 32, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  position: relative;
}

.price-card.featured {
  border-color: var(--brand-accent);
  box-shadow: var(--brand-shadow);
  background:
    linear-gradient(180deg, rgba(61, 79, 216, 0.06), transparent 40%),
    var(--brand-panel);
}

.price-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-accent-strong);
  background: rgba(61, 79, 216, 0.12);
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
}

.price-card h3 {
  margin: 0;
  font-family: var(--brand-display);
  font-size: 1.2rem;
  font-weight: 700;
}

.price-card > p:not(.amount):not(.price-badge) {
  margin: 0;
  color: var(--brand-muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.price-card .amount {
  margin: 0.15rem 0 0.35rem;
  font-family: var(--brand-display);
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.price-card .amount span {
  font-family: var(--brand-font);
  font-size: 0.95rem;
  color: var(--brand-muted);
  font-weight: 500;
}

.price-features {
  margin: 0.5rem 0 1rem;
  padding-left: 1.1rem;
  color: var(--brand-ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.faq details {
  background: var(--brand-panel);
  border: 1px solid var(--brand-line);
  border-radius: 0.65rem;
  padding: 0.9rem 1rem;
  margin-bottom: 0.6rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
}

.faq p {
  margin: 0.65rem 0 0;
  color: var(--brand-muted);
  line-height: 1.5;
}

.final-cta {
  text-align: center;
  padding-bottom: 3.5rem;
}

.final-cta p.lead {
  color: var(--brand-muted);
  margin: 0 auto 0.35rem;
  max-width: 36rem;
  line-height: 1.5;
}

.landing-footer {
  border-top: 1px solid var(--brand-line);
  padding: 1.5rem 0 2.2rem;
  color: var(--brand-muted);
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
}

.landing-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.landing-footer a {
  color: var(--brand-muted);
  text-decoration: none;
}

.landing-footer a:hover {
  color: var(--brand-ink);
}

@media (max-width: 960px) {
  .landing-anchors {
    display: none;
  }

  .hero-grid,
  .charts-row,
  .pricing-grid,
  .steps ol,
  .pdv-layout {
    grid-template-columns: 1fr;
  }

  .pdv-main {
    border-right: 0;
    border-bottom: 1px solid var(--brand-line);
  }

  .kpi-row {
    grid-template-columns: 1fr;
  }

  .agenda-grid {
    grid-template-columns: 3.5rem repeat(6, minmax(3.5rem, 1fr));
    overflow-x: auto;
  }

  .agenda-link-chip {
    margin-left: 0;
    margin-top: 0.35rem;
    width: 100%;
    text-align: center;
  }

  .hero {
    padding-top: 1.5rem;
  }

  .pdv-frame {
    animation: none;
  }
}

@media (max-width: 560px) {
  .landing-brand-tagline {
    display: none;
  }

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

  .hero-ctas .cta,
  .hero-ctas .cta-ghost {
    width: 100%;
  }
}

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

  .hero-atmosphere,
  .pdv-frame,
  .hero-brand,
  .hero-copy h1,
  .hero-lead,
  .hero-ctas,
  .hero-copy .cta-micro,
  .hero-product {
    animation: none;
  }
}
