:root {
  --bg-primary: #140f05;
  --bg-secondary: #1a160d;
  --text-heading: #faf3eb;
  --text-body: #cebfb1;
  --text-muted: #8b7e70;
  --text-feature: #e2d3c4;
  --accent-primary: #ffac7c;
  --accent-dark: #833219;
  --border-default: #433922;
  --border-light: #faf3eb;
  --surface-card: #281e13;
  --surface-cta: #ffac7c;
  --surface-hover: #281e13;
  --shadow-soft: 0 30px 80px rgba(0, 0, 0, 0.24);
  --container: min(1400px, calc(100vw - 32px));
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: var(--bg-primary);
  color: var(--text-body);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(
      circle at 15% 10%,
      rgba(255, 172, 124, 0.08),
      transparent 24%
    ),
    radial-gradient(circle at 85% 15%, rgba(131, 50, 25, 0.14), transparent 22%);
  opacity: 0.95;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

em {
  color: var(--accent-primary);
  font-style: italic;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  color: var(--text-heading);
}

.brand-logo {
  width: 28px;
  height: auto;
  display: block;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-logo-footer {
  width: 38px;
  flex: 0 0 auto;
}

.brand-logo-legal {
  width: 38px;
  flex: 0 0 auto;
}

.brand-wordmark {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link,
.secondary-link {
  color: var(--text-heading);
  font-size: 0.95rem;
  transition: color 180ms ease;
}

.text-link:hover,
.secondary-link:hover {
  color: var(--accent-primary);
}

.hero-section,
.section-light,
.section-dark,
.cta-section,
.site-footer {
  position: relative;
}

.hero-section {
  min-height: auto;
  padding: 64px 0 72px;
  overflow: clip;
}

.section-dark {
  background: var(--bg-primary);
}

.section-light {
  background: var(--bg-secondary);
}

.cta-section {
  background: var(--surface-cta);
  color: var(--accent-dark);
  padding: 148px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 4.6fr) minmax(0, 5.4fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 580px;
  margin: 0;
  text-align: left;
  display: grid;
  align-content: start;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--accent-primary);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--accent-dark);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-heading);
}

h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 7vw, 5.3rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

h2 {
  max-width: 14ch;
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

h3 {
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  font-weight: 700;
  line-height: 1.08;
}

.hero-body,
.section-body,
.cta-body,
.legal-lead,
.legal-page p {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.85;
  font-weight: 300;
  color: var(--text-body);
}

.hero-body {
  max-width: 34rem;
  margin: 22px 0 0;
}

.hero-points,
.feature-bullets {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.hero-points li,
.feature-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-feature);
  line-height: 1.7;
}

.hero-points li::before,
.feature-bullets li::before {
  content: "—";
  color: var(--accent-primary);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin-top: 24px;
}

.download-component {
  display: block;
}

.store-cta-button {
  margin-top: 36px;
}

.app-store-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(250, 243, 235, 0.24);
  border-radius: 16px;
  padding: 12px 18px 12px 16px;
  min-height: 58px;
  min-width: 212px;
  background: linear-gradient(
    180deg,
    rgba(250, 243, 235, 0.08),
    rgba(250, 243, 235, 0.03)
  );
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(250, 243, 235, 0.08);
  color: var(--text-heading);
  white-space: nowrap;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    opacity 220ms ease;
}

.app-store-button:hover {
  background: linear-gradient(
    180deg,
    rgba(250, 243, 235, 0.14),
    rgba(250, 243, 235, 0.06)
  );
  border-color: rgba(250, 243, 235, 0.34);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(250, 243, 235, 0.1);
  transform: translateY(-2px);
}

.app-store-button.is-disabled {
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}

.app-store-button.is-disabled:hover {
  background: linear-gradient(
    180deg,
    rgba(250, 243, 235, 0.08),
    rgba(250, 243, 235, 0.03)
  );
  border-color: rgba(250, 243, 235, 0.24);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(250, 243, 235, 0.08);
}

.cta-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
}

.apple-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  color: rgba(250, 243, 235, 0.98);
  transform: translateY(-1px);
}

.apple-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.app-store-copy {
  display: grid;
  align-content: center;
  gap: 4px;
}

.app-store-overline {
  display: block;
  color: rgba(250, 243, 235, 0.76);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.app-store-label {
  display: block;
  color: var(--text-heading);
  font-size: 1.12rem;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.download-button-subline {
  display: block;
  color: rgba(250, 243, 235, 0.62);
  font-size: 0.72rem;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.app-store-note,
.cta-note {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.hero-audience-note {
  max-width: 34rem;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 22px;
}

.hero-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
}

.hero-stage-glow {
  position: absolute;
  inset: auto 10% 10% 10%;
  height: 40%;
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 172, 124, 0.22),
    rgba(255, 172, 124, 0.08) 38%,
    transparent 72%
  );
  filter: blur(30px);
  pointer-events: none;
}

.hero-product-image {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  max-height: min(72vh, 700px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.38));
}

.device-card {
  border: 1px solid rgba(250, 243, 235, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(40, 30, 19, 0.92), rgba(23, 18, 11, 0.92));
  box-shadow: var(--shadow-soft);
}

.phone-card {
  padding: 18px;
  transform: rotate(-4deg);
}

.preset-card {
  padding: 22px;
  margin-left: auto;
  width: min(82%, 420px);
  transform: rotate(3deg);
}

.device-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--text-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.device-screen {
  display: grid;
  gap: 10px;
}

.slot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(250, 243, 235, 0.04);
  color: var(--text-feature);
}

.slot span {
  color: var(--text-muted);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slot strong {
  font-size: 0.95rem;
  font-weight: 500;
}

.slot-free {
  border: 1px solid rgba(255, 172, 124, 0.28);
}

.slot-booked {
  background: linear-gradient(135deg, rgba(255, 172, 124, 0.18), rgba(131, 50, 25, 0.12));
}

.slot-note {
  background: rgba(206, 191, 177, 0.08);
}

.slot-muted {
  opacity: 0.68;
}

.preset-swatches {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.preset-swatches span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(250, 243, 235, 0.08);
}

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

.preset-panel {
  min-height: 110px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 172, 124, 0.08), transparent),
    linear-gradient(180deg, rgba(250, 243, 235, 0.08), rgba(250, 243, 235, 0.02));
}

.preset-panel-accent {
  background:
    linear-gradient(135deg, rgba(255, 172, 124, 0.5), rgba(131, 50, 25, 0.1)),
    linear-gradient(180deg, rgba(250, 243, 235, 0.08), rgba(250, 243, 235, 0.02));
}

.preset-panel-wide {
  grid-column: 1 / -1;
  min-height: 140px;
}

.placeholder-caption {
  margin: 16px 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.hero-orb {
  position: absolute;
  width: 34vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.16;
}

.hero-orb-left {
  top: 40px;
  left: -8vw;
  background: radial-gradient(circle, var(--accent-primary), transparent 70%);
}

.hero-orb-right {
  right: -10vw;
  bottom: -10vw;
  background: radial-gradient(circle, #a54a29, transparent 68%);
}

.section-shell {
  padding: 132px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.showcase-marquee {
  --showcase-gap: 18px;
  margin-top: 56px;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent 0,
    black 8%,
    black 92%,
    transparent 100%
  );
}

.showcase-track {
  display: flex;
  gap: var(--showcase-gap);
  width: max-content;
  animation: showcase-scroll 40s linear infinite;
}

.showcase-strip {
  display: flex;
  gap: var(--showcase-gap);
}

.showcase-card {
  flex: 0 0 clamp(138px, 14vw, 180px);
  margin: 0;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.28);
}

.showcase-image {
  width: 100%;
  aspect-ratio: 531 / 885;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.section-footnote {
  margin: 0;
  color: var(--text-body);
  line-height: 1.8;
}

.section-footnote {
  margin-top: 24px;
  color: var(--text-muted);
}

#como-funciona .section-body {
  max-width: none;
  margin-top: 20px;
}

@keyframes showcase-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - (var(--showcase-gap) / 2)));
  }
}

.howworks-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  max-width: 1160px;
  margin: 56px auto 0;
  padding-bottom: 12px;
  align-items: start;
}

.howworks-board::before {
  content: none;
}

.howworks-column {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  grid-template-areas:
    "card media"
    "bullets media";
  align-items: center;
  gap: 18px 32px;
  padding: 8px 0 10px;
}

.howworks-card {
  grid-area: card;
  max-width: none;
  width: min(100%, 29rem);
  padding-right: 0;
  display: grid;
  gap: 8px;
  justify-self: start;
}

.step-index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 0;
  color: var(--accent-primary);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.step-index::before {
  content: "Etapa";
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.howworks-card h3 {
  max-width: none;
  font-size: clamp(2rem, 2.45vw, 2.8rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.howworks-column .feature-bullets {
  grid-area: bullets;
  margin-top: 0;
  gap: 9px;
  width: min(100%, 29rem);
  max-width: none;
  justify-self: start;
}

.howworks-column .feature-bullets li {
  gap: 10px;
  font-size: 0.94rem;
  line-height: 1.56;
}

.howworks-media {
  grid-area: media;
  margin: 0;
  position: relative;
  min-height: 468px;
  display: grid;
  place-items: end center;
  align-self: end;
  justify-self: stretch;
  padding: 8px 0 0;
}

.howworks-media::before {
  content: "";
  position: absolute;
  inset: 14% 2% 6%;
  border-radius: 999px;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 172, 124, 0.18),
    rgba(255, 172, 124, 0.06) 42%,
    transparent 72%
  );
  filter: blur(30px);
  pointer-events: none;
}

.howworks-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 650px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.28));
}

.howworks-column-start .howworks-media img {
  width: min(100%, 630px);
}

.howworks-column-core .howworks-media img {
  width: min(100%, 630px);
}

.howworks-column-finish .feature-bullets li:last-child {
  color: var(--text-heading);
}

.howworks-column-finish .howworks-media {
  min-height: 500px;
}

.howworks-column-finish .howworks-media::before {
  inset: 12% 0 6%;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 172, 124, 0.22),
    rgba(255, 172, 124, 0.08) 44%,
    transparent 72%
  );
}

.howworks-column-finish .howworks-media img {
  width: min(100%, 700px);
}

.placeholder-frame {
  position: relative;
  height: 100%;
  min-height: 360px;
  border-radius: 30px;
  border: 1px solid rgba(250, 243, 235, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 172, 124, 0.06), transparent 38%),
    linear-gradient(180deg, rgba(40, 30, 19, 0.94), rgba(21, 17, 11, 0.94));
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  box-shadow: var(--shadow-soft);
}

.placeholder-frame-highlight {
  background:
    linear-gradient(135deg, rgba(255, 172, 124, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(53, 37, 25, 0.96), rgba(22, 17, 11, 0.96));
}

.placeholder-label {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.placeholder-frame strong {
  color: var(--text-heading);
  font-size: 1.65rem;
  line-height: 1.2;
}

.placeholder-bars {
  display: grid;
  gap: 12px;
}

.placeholder-bars span {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: rgba(250, 243, 235, 0.12);
}

.placeholder-bars span:nth-child(2) {
  width: 80%;
}

.placeholder-bars span:nth-child(3) {
  width: 64%;
}

.agenda-preview {
  display: grid;
  gap: 12px;
}

.agenda-preview div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(250, 243, 235, 0.08);
}

.agenda-preview span {
  color: var(--text-muted);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.agenda-preview strong {
  font-size: 0.95rem;
  font-weight: 500;
}

.share-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-cards span {
  border: 1px solid rgba(255, 172, 124, 0.22);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--text-feature);
}

.cta-shell {
  text-align: center;
}

.cta-shell h2 {
  max-width: 14ch;
  margin: 0 auto;
  color: var(--bg-primary);
}

.cta-shell em {
  color: var(--accent-dark);
}

.cta-body {
  max-width: 42rem;
  margin: 26px auto 0;
  color: rgba(20, 15, 5, 0.78);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-top: 0;
  padding: 22px 34px;
  border-radius: 18px;
  background: var(--bg-primary);
  color: var(--text-heading);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 220ms ease, transform 220ms ease;
}

.cta-button:hover {
  background: var(--surface-hover);
  transform: translateY(-2px);
}

.cta-note {
  color: rgba(20, 15, 5, 0.68);
}

.site-footer {
  border-top: 1px solid rgba(67, 57, 34, 0.6);
  padding: 34px 0 40px;
  background: var(--bg-primary);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto auto;
  gap: 24px;
  align-items: center;
}

.brand-footer {
  margin-bottom: 12px;
  gap: 12px;
}

.footer-tagline,
.footer-meta {
  margin: 0;
  color: var(--text-muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: var(--text-heading);
}

.footer-links a:hover {
  color: var(--accent-primary);
}

.has-reveal [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 800ms var(--motion-ease),
    transform 800ms var(--motion-ease);
}

.has-reveal [data-reveal="left"] {
  transform: translate3d(36px, 0, 0);
}

.has-reveal [data-reveal="right"] {
  transform: translate3d(-36px, 0, 0);
}

.has-reveal [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.legal-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 172, 124, 0.12), transparent 24%),
    var(--bg-primary);
}

.legal-page {
  width: min(840px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 72px 0 96px;
}

.legal-content {
  display: grid;
  gap: 28px;
}

.legal-back-link {
  display: inline-flex;
  width: fit-content;
}

.legal-hero-panel {
  padding: 10px 0 18px;
  border-radius: 0;
  border: 0;
  background: none;
}

.brand-legal {
  margin-bottom: 22px;
}

.legal-hero-panel h1 {
  max-width: none;
  margin-top: 10px;
  font-size: clamp(2.35rem, 4.6vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.legal-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.legal-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(250, 243, 235, 0.06);
  color: var(--text-heading);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

.legal-summary {
  margin: 18px 0 0;
  color: var(--text-body);
  line-height: 1.9;
}

.legal-sections {
  display: grid;
  gap: 0;
}

.legal-section-card {
  padding: 32px 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(67, 57, 34, 0.72);
  background: none;
}

.legal-section-card h2 {
  max-width: none;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.08;
}

.legal-section-card p {
  margin: 16px 0 0;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--text-body);
}

.legal-section-card a {
  color: var(--accent-primary);
  text-decoration: underline;
  text-decoration-color: rgba(255, 172, 124, 0.45);
}

.legal-list {
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--text-feature);
}

.legal-list li {
  margin-top: 10px;
  line-height: 1.8;
}

.legal-subsections {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.legal-subsection {
  padding-top: 18px;
  border-top: 1px solid rgba(67, 57, 34, 0.72);
}

.legal-subsection h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.legal-loading {
  color: var(--text-muted);
}

.is-error code {
  color: var(--accent-primary);
}

.legal-section {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(67, 57, 34, 0.72);
}

.legal-section h2 {
  max-width: none;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  line-height: 1.1;
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    padding-right: 0;
  }

  .hero-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .hero-body {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-audience-note {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-stage {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .showcase-card {
    flex-basis: clamp(132px, 18vw, 172px);
  }

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

@media (max-width: 980px) {
  #como-funciona .section-body {
    max-width: none;
    margin-top: 18px;
  }

  .howworks-board {
    gap: 22px;
    margin-top: 36px;
  }

  .howworks-board::before {
    display: none;
  }

  .howworks-column {
    grid-template-columns: 1fr;
    grid-template-areas:
      "card"
      "bullets"
      "media";
    max-width: 760px;
    gap: 18px;
    padding: 18px 0 12px 0;
  }

  .howworks-column::before {
    content: none;
  }

  .howworks-column-core {
    grid-template-columns: 1fr;
    grid-template-areas:
      "card"
      "bullets"
      "media";
  }

  .howworks-column-core .howworks-card,
  .howworks-column-core .feature-bullets {
    justify-self: start;
  }

  .howworks-media,
  .howworks-column-finish .howworks-media {
    min-height: 360px;
  }

  .howworks-media img,
  .howworks-column-start .howworks-media img,
  .howworks-column-core .howworks-media img,
  .howworks-column-finish .howworks-media img {
    width: min(100%, 620px);
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(1400px, calc(100vw - 24px));
  }

  .hero-section {
    min-height: auto;
    padding: 32px 0 48px;
  }

  .section-shell,
  .cta-section {
    padding: 92px 0;
  }

  .hero-grid {
    gap: 18px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 0.7rem;
    letter-spacing: 0.22em;
  }

  h1 {
    max-width: 10ch;
    margin: 0 auto;
    font-size: clamp(2.25rem, 11vw, 3.6rem);
    line-height: 0.98;
  }

  .hero-body {
    max-width: 30rem;
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .showcase-marquee {
    --showcase-gap: 14px;
    margin-top: 34px;
  }

  .showcase-card {
    flex-basis: clamp(118px, 32vw, 150px);
  }

  .preset-card {
    width: 100%;
  }

  .phone-card,
  .preset-card {
    transform: none;
  }

  .hero-actions {
    align-items: stretch;
    margin-top: 18px;
  }

  .app-store-button,
  .cta-button {
    justify-content: center;
  }

  .app-store-button {
    width: auto;
    min-width: 206px;
    margin: 0 auto;
  }

  .app-store-note {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .hero-audience-note {
    max-width: 32rem;
  }

  .hero-product-image {
    width: min(100%, 560px);
    max-height: 44vh;
  }

  .howworks-board {
    gap: 22px;
  }

  .howworks-column {
    gap: 16px;
    padding: 16px 0 10px 0;
  }

  .howworks-column::before {
    content: none;
  }

  .howworks-media img,
  .howworks-column-start .howworks-media img,
  .howworks-column-core .howworks-media img,
  .howworks-column-finish .howworks-media img {
    width: min(100%, 520px);
  }

  .howworks-card h3 {
    font-size: clamp(1.85rem, 7vw, 2.4rem);
  }

  #como-funciona .section-body {
    max-width: none;
  }

  .legal-page {
    padding-top: 40px;
  }

  .legal-hero-panel,
  .legal-section-card {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 900px) and (orientation: portrait) {
  .hero-section {
    padding: 24px 0 40px;
  }

  .hero-grid {
    gap: 14px;
  }

  .hero-copy {
    max-width: 100%;
  }

  h1 {
    max-width: 10ch;
    margin: 0 auto;
    font-size: clamp(2.15rem, 9vw, 3.4rem);
  }

  .hero-body {
    max-width: 28rem;
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 16px;
  }

  .app-store-button {
    gap: 12px;
    min-height: 54px;
    min-width: 198px;
    padding: 11px 16px 11px 14px;
  }

  .apple-icon {
    width: 34px;
    height: 34px;
  }

  .apple-icon svg {
    width: 27px;
    height: 27px;
  }

  .app-store-copy {
    gap: 3px;
  }

  .app-store-overline {
    font-size: 0.58rem;
  }

  .app-store-label {
    font-size: 1.02rem;
  }

  .download-button-subline {
    font-size: 0.68rem;
  }

  .app-store-note {
    margin-top: 10px;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .howworks-board {
    gap: 20px;
  }

  .howworks-column {
    padding: 16px 0 8px 0;
  }

  .howworks-column::before {
    content: none;
  }

  .howworks-media img,
  .howworks-column-start .howworks-media img,
  .howworks-column-core .howworks-media img,
  .howworks-column-finish .howworks-media img {
    width: min(100%, 460px);
  }

  .hero-stage {
    width: min(100%, 520px);
  }

  .hero-product-image {
    width: min(100%, 520px);
    max-height: 38vh;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

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

  .showcase-marquee {
    overflow-x: auto;
    mask-image: none;
  }

  .showcase-track {
    animation: none;
  }
}
