:root {
  --ink: #1d1512;
  --muted: #766760;
  --cream: #fff8f0;
  --porcelain: #fffdf9;
  --rose: #c86d61;
  --rose-dark: #8d3f39;
  --gold: #d6a84f;
  --jade: #0f7b72;
  --wine: #3a171b;
  --line: rgba(58, 23, 27, 0.12);
  --shadow: 0 24px 70px rgba(58, 23, 27, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 248, 240, 0.9), rgba(255, 248, 240, 0.9)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cpath d='M0 90h180M90 0v180' stroke='%23d6a84f' stroke-opacity='.12'/%3E%3Ccircle cx='90' cy='90' r='52' fill='none' stroke='%23c86d61' stroke-opacity='.08'/%3E%3C/svg%3E");
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 168, 79, 0.2), transparent 19%),
    radial-gradient(circle at 82% 8%, rgba(200, 109, 97, 0.16), transparent 18%),
    radial-gradient(circle at 72% 72%, rgba(15, 123, 114, 0.12), transparent 20%);
  animation: ambientGlow 10s ease-in-out infinite alternate;
}

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

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

.site-hero {
  position: relative;
  min-height: auto;
  padding: 18px clamp(16px, 4vw, 56px) 70px;
  background:
    linear-gradient(125deg, rgba(58, 23, 27, 0.9) 0%, rgba(58, 23, 27, 0.78) 45%, rgba(58, 23, 27, 0.36) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='1000' viewBox='0 0 1600 1000'%3E%3Cdefs%3E%3ClinearGradient id='skin' x1='0' x2='1'%3E%3Cstop stop-color='%23ffd8c2'/%3E%3Cstop offset='1' stop-color='%23c86d61'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1600' height='1000' fill='%23f4c9b6'/%3E%3Cpath d='M1040 170c170 35 296 185 282 360-15 196-184 332-388 337-233 6-456-124-497-320-38-183 93-347 286-386 88-18 201-14 317 9z' fill='%23fff5ea' opacity='.58'/%3E%3Cpath d='M975 118c137 87 177 244 98 379-75 128-238 184-381 131-155-57-242-204-201-340 44-147 222-244 384-209 32 7 65 20 100 39z' fill='url(%23skin)' opacity='.7'/%3E%3Cpath d='M1140 332c130 32 207 117 204 226-3 122-106 217-254 235-155 19-324-54-368-174-42-113 39-238 183-283 69-22 148-23 235-4z' fill='%233a171b' opacity='.22'/%3E%3Ccircle cx='1220' cy='260' r='104' fill='%23d6a84f' opacity='.24'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.site-hero::before,
.site-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-hero::before {
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.18) 42%, transparent 52%);
  opacity: 0.48;
  transform: translateX(-120%);
  animation: heroShine 7s ease-in-out infinite;
}

.site-hero::after {
  width: 360px;
  height: 360px;
  right: -120px;
  bottom: -130px;
  border: 1px solid rgba(214, 168, 79, 0.34);
  border-radius: 999px;
  box-shadow: inset 0 0 60px rgba(214, 168, 79, 0.1);
  animation: slowSpin 22s linear infinite;
}

.trial-top-banner {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(1220px, 100%);
  margin: 0 auto 8px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f4d38a, var(--gold));
  color: #2a1711;
  box-shadow: 0 16px 38px rgba(214, 168, 79, 0.3);
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.trial-top-banner strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  letter-spacing: 0.025em;
}

.trial-top-banner span {
  font-size: 0.9rem;
  font-weight: 800;
}

.trial-top-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(214, 168, 79, 0.4);
}

.topbar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  width: min(1220px, 100%);
  margin: 0 auto;
  padding: 12px 0;
}

.brand-lockup,
.topbar-links,
.nav-actions,
.hero-actions,
.hero-badges,
.preview-top,
.preview-header,
.appointment-card,
.trust-strip,
.band-metrics,
.site-footer {
  display: flex;
  align-items: center;
}

.brand-lockup {
  gap: 12px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  background: rgba(8, 12, 14, 0.72);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.14);
  animation: markPulse 3.8s ease-in-out infinite;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topbar-links {
  gap: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-actions {
  gap: 10px;
}

.nav-button,
.primary-button,
.secondary-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius);
  font-weight: 800;
  padding: 12px 18px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.nav-button::after,
.primary-button::after,
.secondary-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.42) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.nav-button:hover,
.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.nav-button:hover::after,
.primary-button:hover::after,
.secondary-button:hover::after {
  transform: translateX(120%);
}

.nav-button,
.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.nav-button:not(.ghost) {
  border-color: rgba(214, 168, 79, 0.52);
  background: linear-gradient(135deg, var(--gold), #f4d38a);
  color: #2a1711;
  box-shadow: 0 12px 28px rgba(214, 168, 79, 0.2);
}

.primary-button {
  background: linear-gradient(135deg, var(--gold), #f4d38a);
  color: #2a1711;
  box-shadow: 0 16px 32px rgba(214, 168, 79, 0.25);
}

.primary-button.dark {
  width: 100%;
  background: linear-gradient(135deg, var(--wine), var(--rose-dark));
  color: #fff;
}

.secondary-button.light {
  border-color: rgba(58, 23, 27, 0.18);
  background: rgba(255, 253, 249, 0.18);
  color: #fff;
}

.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
  align-items: center;
  gap: 40px;
  width: min(1220px, 100%);
  margin: 44px auto 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  animation: riseIn 0.85s ease both;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  border: 1px solid rgba(214, 168, 79, 0.34);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.08);
  color: #f1d18a;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1;
  padding: 8px 11px;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(214, 168, 79, 0.14);
}

main .eyebrow {
  background: rgba(214, 168, 79, 0.08);
  color: #9a6a18;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  margin-top: 14px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2.05rem, 3.7vw, 3.65rem);
  font-weight: 900;
  line-height: 1.08;
}

h2 {
  max-width: 820px;
  margin-top: 10px;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1;
}

.hero-text {
  max-width: 640px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.65;
  animation: fadeIn 1s ease 0.18s both;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  animation: fadeIn 1s ease 0.3s both;
}

.hero-badges {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  animation: fadeIn 1s ease 0.42s both;
}

.hero-badges span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 9px 13px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-badges span:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 540px;
  animation: fadeIn 1s ease 0.34s both;
}

.glam-card,
.floating-card,
.trust-strip article,
.subscription-panel,
.feature-card,
.module-showcase article,
.final-cta,
.luxury-band,
.launch-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--shadow);
}

.trust-strip article,
.subscription-panel,
.feature-card,
.module-showcase article,
.final-cta,
.launch-grid article {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  transform-style: preserve-3d;
  transition: opacity 0.55s ease, transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  will-change: transform;
}

.trust-strip article::after,
.subscription-panel::after,
.feature-card::after,
.module-showcase article::after,
.final-cta::after,
.launch-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.46) 42%, transparent 64%);
  opacity: 0;
  transform: translateX(-130%);
  transition: opacity 0.25s ease, transform 0.55s ease;
  pointer-events: none;
}

.trust-strip article.is-visible,
.subscription-panel.is-visible,
.feature-card.is-visible,
.module-showcase article.is-visible,
.final-cta.is-visible,
.launch-grid article.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.trust-strip article:hover,
.subscription-panel:hover,
.feature-card:hover,
.module-showcase article:hover,
.final-cta:hover,
.launch-grid article:hover {
  border-color: rgba(214, 168, 79, 0.42);
  box-shadow: 0 28px 76px rgba(58, 23, 27, 0.18);
  transform: translateY(-10px) rotateX(3deg) rotateY(-3deg) scale(1.02);
}

.trust-strip article:hover::after,
.subscription-panel:hover::after,
.feature-card:hover::after,
.module-showcase article:hover::after,
.final-cta:hover::after,
.launch-grid article:hover::after {
  opacity: 1;
  transform: translateX(130%);
}

.trust-strip article:active,
.subscription-panel:active,
.feature-card:active,
.module-showcase article:active,
.final-cta:active,
.launch-grid article:active {
  transform: translateY(-4px) scale(0.99);
}

.main-preview {
  position: relative;
  z-index: 2;
  width: min(390px, 100%);
  margin: 0 auto;
  padding: 18px;
  color: var(--ink);
  backdrop-filter: blur(18px);
  animation: floatPreview 5.5s ease-in-out infinite;
}

.main-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.55) 45%, transparent 62%);
  opacity: 0.8;
  transform: translateX(-130%);
  animation: cardShine 4.6s ease-in-out infinite;
  pointer-events: none;
}

.preview-top {
  gap: 6px;
  margin-bottom: 18px;
}

.preview-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--rose);
}

.preview-top span:nth-child(2) {
  background: var(--gold);
}

.preview-top span:nth-child(3) {
  background: var(--jade);
}

.preview-header,
.appointment-card {
  justify-content: space-between;
  gap: 16px;
}

.preview-header small,
.appointment-card small,
.floating-card small {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.preview-header strong {
  display: block;
  margin-top: 4px;
  font-size: 2.1rem;
}

.status-pill {
  border-radius: 999px;
  background: rgba(15, 123, 114, 0.12);
  color: var(--jade);
  font-weight: 900;
  padding: 9px 12px;
}

.preview-chart {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 10px;
  height: 180px;
  margin: 26px 0;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff6eb, #f7e8da);
  padding: 16px;
}

.preview-chart span {
  display: block;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--rose), var(--wine));
  transform-origin: bottom;
  animation: barGrow 1s ease both, barPulse 2.8s ease-in-out infinite;
}

.preview-chart span:nth-child(2) {
  animation-delay: 0.12s, 1.1s;
}

.preview-chart span:nth-child(3) {
  animation-delay: 0.24s, 1.2s;
}

.preview-chart span:nth-child(4) {
  animation-delay: 0.36s, 1.3s;
}

.preview-chart span:nth-child(5) {
  animation-delay: 0.48s, 1.4s;
}

.appointment-card {
  border-radius: var(--radius);
  background: var(--wine);
  color: #fff;
  padding: 16px;
}

.appointment-card small {
  color: rgba(255, 255, 255, 0.65);
}

.appointment-card span {
  color: var(--gold);
  font-weight: 900;
}

.floating-card {
  position: absolute;
  z-index: 3;
  min-width: 180px;
  padding: 16px;
  color: var(--ink);
  animation: floatCard 4.8s ease-in-out infinite;
}

.floating-card strong {
  display: block;
  margin-top: 4px;
  font-size: 1.45rem;
}

.floating-card-one {
  top: 44px;
  right: 0;
}

.floating-card-two {
  bottom: 62px;
  left: 0;
  animation-delay: 0.9s;
}

main,
.site-footer {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.trust-strip article {
  display: grid;
  align-items: start;
  gap: 7px;
  padding: 20px;
}

.trust-strip strong {
  font-size: 1.05rem;
}

.trust-strip span,
.feature-card p,
.module-showcase p,
.launch-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.section-block,
.showcase-section,
.subscription-section {
  padding: 68px 0 0;
}

.subscription-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  align-items: center;
  gap: 24px;
}

.subscription-copy h2,
.section-heading h2,
.luxury-band h2,
.final-cta h2 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 900;
  line-height: 1.15;
}

.subscription-copy p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.subscription-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.subscription-price {
  display: block;
  color: var(--wine);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
}

.subscription-price span {
  color: var(--muted);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.subscription-panel p {
  color: var(--muted);
  line-height: 1.5;
}

.text-cta {
  color: var(--rose-dark);
  font-weight: 900;
  text-align: center;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2 {
  color: var(--ink);
}

.feature-grid,
.module-showcase,
.launch-grid {
  display: grid;
  gap: 14px;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  min-height: 260px;
  padding: 24px;
}

.feature-card.highlight {
  background: var(--wine);
  color: #fff;
}

.feature-card.highlight p {
  color: rgba(255, 255, 255, 0.72);
}

.feature-card span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  background: rgba(214, 168, 79, 0.18);
  color: var(--rose-dark);
  font-weight: 900;
  transition: transform 0.22s ease, background 0.22s ease;
}

.feature-card.highlight span {
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
}

.feature-card:hover span {
  transform: rotate(-6deg) scale(1.08);
  background: rgba(214, 168, 79, 0.26);
}

.feature-card h3,
.module-showcase h3,
.launch-grid h3 {
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.module-showcase {
  grid-template-columns: repeat(4, 1fr);
}

.module-showcase article,
.launch-grid article {
  padding: 22px;
}

.luxury-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  margin-top: 78px;
  padding: clamp(24px, 5vw, 48px);
  background:
    linear-gradient(135deg, rgba(58, 23, 27, 0.94), rgba(141, 63, 57, 0.82)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='420' viewBox='0 0 900 420'%3E%3Cpath d='M0 270c160-120 272-93 403-22 161 87 281 86 497-60v232H0z' fill='%23d6a84f' opacity='.16'/%3E%3Ccircle cx='690' cy='120' r='96' fill='%23fff' opacity='.08'/%3E%3C/svg%3E");
  color: #fff;
}

.luxury-band::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -20%;
  width: 70%;
  height: 180%;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.14) 45%, transparent 65%);
  transform: translateX(-60%);
  animation: bandShine 6s ease-in-out infinite;
}

.luxury-band > * {
  position: relative;
  z-index: 1;
}

.luxury-band h2 {
  color: #fff;
}

.band-metrics {
  gap: 12px;
}

.band-metrics article {
  min-width: 130px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
}

.band-metrics strong {
  display: block;
  color: var(--gold);
  font-size: 2rem;
}

.band-metrics span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.launch-grid {
  grid-template-columns: repeat(3, 1fr);
}

.final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: 78px;
  padding: clamp(28px, 7vw, 70px);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(58, 23, 27, 0.95), rgba(141, 63, 57, 0.9)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='480' viewBox='0 0 900 480'%3E%3Cpath d='M0 360c150-130 274-112 390-34 166 111 318 88 510-84v238H0z' fill='%23d6a84f' opacity='.18'/%3E%3Cpath d='M94 62h712v86H94zM168 196h564v36H168zM214 268h472v26H214z' fill='%23fff' opacity='.08'/%3E%3C/svg%3E");
  color: #fff;
}

.final-cta h2 {
  color: #fff;
}

.final-cta .hero-actions {
  justify-content: center;
  margin-top: 0;
}

.site-footer {
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  margin-top: 80px;
  padding: 28px 0;
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  color: var(--rose-dark);
  font-weight: 900;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: #25d366;
  color: #062915;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.35);
  font-weight: 900;
}

.whatsapp-float img {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  object-fit: contain;
}

.whatsapp-float span {
  font-size: 0.92rem;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(37, 211, 102, 0.42);
}

@keyframes ambientGlow {
  from {
    opacity: 0.58;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes heroShine {
  0%,
  54% {
    transform: translateX(-120%);
  }
  78%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes slowSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes markPulse {
  0%,
  100% {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.14), 0 0 0 rgba(214, 168, 79, 0);
  }
  50% {
    box-shadow: inset 0 0 26px rgba(255, 255, 255, 0.2), 0 0 32px rgba(214, 168, 79, 0.22);
  }
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes floatPreview {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(0.8deg);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes cardShine {
  0%,
  46% {
    transform: translateX(-130%);
  }
  72%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes barGrow {
  from {
    transform: scaleY(0.08);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes barPulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.18);
  }
}

@keyframes bandShine {
  0%,
  50% {
    transform: translateX(-70%) rotate(8deg);
  }
  78%,
  100% {
    transform: translateX(210%) rotate(8deg);
  }
}

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

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar-links,
  .nav-actions .ghost {
    display: none;
  }

  .hero-stage,
  .luxury-band,
  .subscription-section {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 480px;
  }

  .trust-strip,
  .feature-grid,
  .module-showcase,
  .launch-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .band-metrics {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .site-hero {
    min-height: auto;
    padding: 14px 14px 34px;
  }

  .trial-top-banner {
    flex-direction: column;
    gap: 4px;
    padding: 12px 10px;
  }

  .trial-top-banner span {
    font-size: 0.78rem;
  }

  .topbar {
    gap: 12px;
  }

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

  .nav-button {
    min-height: 40px;
    padding: 10px 12px;
  }

  .hero-stage {
    gap: 28px;
    margin-top: 34px;
  }

  h1 {
    font-size: 2.18rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-visual {
    min-height: auto;
    padding-bottom: 84px;
  }

  .main-preview {
    width: 100%;
  }

  .floating-card {
    position: static;
    display: inline-grid;
    width: calc(50% - 6px);
    min-width: 0;
    margin-top: 12px;
    vertical-align: top;
  }

  .trust-strip,
  .feature-grid,
  .module-showcase,
  .launch-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: 18px;
  }

  .section-block,
  .showcase-section,
  .subscription-section {
    padding-top: 54px;
  }

  .feature-card {
    min-height: auto;
  }

  .band-metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
    text-align: center;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding-right: 12px;
  }

  .whatsapp-float span {
    display: none;
  }
}
