:root {
  --ink: #272d45;
  --ink-soft: #5f6786;
  --bg: #f3f6ff;
  --card: rgba(255, 255, 255, 0.74);
  --card-strong: #ffffff;
  --line: rgba(73, 58, 128, 0.12);
  --yellow: #ffcb16;
  --yellow-soft: #ffe98e;
  --violet: #6f4ad9;
  --violet-deep: #4f32af;
  --cyan: #8de8f3;
  --navy: #24347f;
  --cream: #fff8e2;
  --shadow: 0 24px 80px rgba(74, 56, 127, 0.12);
  --shadow-soft: 0 16px 48px rgba(64, 46, 109, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 203, 22, 0.26), transparent 32%),
    radial-gradient(circle at top right, rgba(111, 74, 217, 0.16), transparent 28%),
    linear-gradient(180deg, #fffdf7 0%, #f1f5ff 35%, #eef2fb 100%);
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.site-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 48px;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 16px 0 28px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 38px rgba(95, 103, 134, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.brand-happy {
  color: var(--yellow);
}

.brand-mind {
  color: #ffffff;
}

.nav {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--ink-soft);
  font-weight: 600;
}

.nav a {
  transition: color 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--violet);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 18px 32px rgba(255, 203, 22, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ffd335;
}

.button-secondary,
.button-outline {
  border-color: rgba(79, 50, 175, 0.14);
  background: rgba(255, 255, 255, 0.68);
  color: var(--violet-deep);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-outline:hover,
.button-outline:focus-visible {
  border-color: rgba(79, 50, 175, 0.32);
  box-shadow: 0 14px 28px rgba(79, 50, 175, 0.08);
}

.section {
  margin-top: 32px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 40px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 203, 22, 0.28), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(141, 232, 243, 0.34), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 247, 255, 0.96));
  box-shadow: var(--shadow);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -24% auto;
  width: 64%;
  height: 44%;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(135deg, rgba(111, 74, 217, 0.9), rgba(79, 50, 175, 0.98));
  opacity: 0.95;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--violet);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.hero h1,
.section-heading h2,
.privacy-copy h2,
.cta-banner h2,
.page-hero h1,
.page-card h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.97;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 7vw, 5.75rem);
}

.lede,
.page-lede {
  max-width: 62ch;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  padding: 16px 18px;
  border: 1px solid rgba(79, 50, 175, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow-soft);
  font-weight: 700;
  line-height: 1.45;
}

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

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  animation: drift 10s ease-in-out infinite;
}

.orb-yellow {
  top: 4%;
  right: 2%;
  width: 120px;
  height: 120px;
  background: rgba(255, 203, 22, 0.5);
}

.orb-cyan {
  left: 2%;
  bottom: 14%;
  width: 88px;
  height: 88px;
  background: rgba(141, 232, 243, 0.64);
  animation-delay: -3s;
}

.floating-card {
  position: absolute;
  z-index: 2;
  width: 240px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
  animation: float 6.5s ease-in-out infinite;
}

.floating-card strong,
.exercise-card strong,
.mini-panel strong {
  display: block;
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.35;
}

.floating-card span,
.exercise-card span,
.mini-label {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.floating-card-top {
  top: 10%;
  left: 0;
}

.floating-card-bottom {
  right: 4%;
  bottom: 4%;
  animation-delay: -2.6s;
}

.floating-label {
  margin: 0;
  color: var(--violet);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.device {
  position: absolute;
  top: 6%;
  right: 10%;
  z-index: 1;
  width: min(100%, 390px);
  min-height: 540px;
  overflow: hidden;
  border: 14px solid #2e2f35;
  border-radius: 44px;
  background: linear-gradient(180deg, rgba(255, 203, 22, 0.96), #4f32af 58%, #eff3fb 58%);
  box-shadow: 0 28px 70px rgba(27, 22, 58, 0.24);
  animation: float 7.2s ease-in-out infinite;
}

.device-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 22px 12px;
  color: #fff;
  font-weight: 800;
}

.device-dot-row {
  display: inline-flex;
  gap: 6px;
}

.device-dot-row span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.device-body {
  margin: 12px;
  padding: 18px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 255, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.chat-bubble {
  max-width: 86%;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.chat-bubble-ai {
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(255, 203, 22, 0.34);
}

.chat-bubble-user {
  margin-left: auto;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--navy));
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(111, 74, 217, 0.1);
  color: var(--violet);
  font-size: 0.85rem;
  font-weight: 800;
}

.insight-panel {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 203, 22, 0.18), rgba(141, 232, 243, 0.14));
}

.insight-ring {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background:
    radial-gradient(circle, white 44%, transparent 45%),
    conic-gradient(var(--violet) 0 166deg, rgba(111, 74, 217, 0.16) 166deg 360deg);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.insight-title {
  margin: 0;
  color: var(--violet);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-copy {
  margin: 8px 0 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.exercise-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 22px;
  background: var(--card-strong);
  border: 1px solid rgba(79, 50, 175, 0.08);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-card,
.feature-card,
.process-step,
.quote-card,
.faq-item,
.module-card,
.page-card,
.page-hero {
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.trust-card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
}

.trust-number {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.trust-label {
  margin: 8px 0 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

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

.section-heading h2,
.privacy-copy h2,
.cta-banner h2,
.page-hero h1 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
}

.feature-grid,
.process-grid,
.module-grid {
  display: grid;
  gap: 18px;
}

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

.feature-card {
  padding: 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.feature-icon-yellow {
  background: rgba(255, 203, 22, 0.2);
}

.feature-icon-purple {
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--violet-deep));
}

.feature-icon-cyan {
  background: rgba(141, 232, 243, 0.34);
}

.feature-card h3,
.process-step h3,
.module-card h3,
.page-card h2 {
  margin: 18px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.28rem;
  letter-spacing: -0.04em;
}

.feature-card p,
.process-step p,
.module-card p,
.footer-copy,
.cta-banner p,
.privacy-copy p,
.quote-text,
.page-card p,
.page-card li,
.page-hero p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--yellow);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

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

.module-card {
  min-height: 210px;
  padding: 28px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.module-card::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 120px;
  height: 120px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(20deg);
}

.module-card-yellow {
  background: linear-gradient(135deg, #fff1b6, #ffcb16);
}

.module-card-blue {
  color: #fff;
  background: linear-gradient(135deg, #4d8df8, #173a8d);
}

.module-card-purple {
  color: #fff;
  background: linear-gradient(135deg, #7c57ea, #4f32af);
}

.module-card-cream {
  background: linear-gradient(135deg, #fffdf3, #fff1c8);
}

.module-card-slate {
  color: #fff;
  background: linear-gradient(135deg, #4053a5, #1f2750);
}

.module-card-violet {
  color: #fff;
  background: linear-gradient(135deg, #8b6dff, #3d2796);
}

.module-card-blue p,
.module-card-purple p,
.module-card-slate p,
.module-card-violet p {
  color: rgba(255, 255, 255, 0.86);
}

.privacy-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  padding: 30px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(111, 74, 217, 0.08), rgba(141, 232, 243, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.privacy-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  position: relative;
  padding-left: 28px;
  margin-top: 12px;
  line-height: 1.65;
}

.privacy-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yellow), var(--violet));
}

.privacy-side {
  display: grid;
  gap: 14px;
}

.mini-panel {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.warning-panel,
.doc-warning {
  background: linear-gradient(135deg, rgba(255, 203, 22, 0.18), rgba(255, 255, 255, 0.82));
}

.testimonial-section {
  display: grid;
}

.quote-card {
  position: relative;
  padding: 36px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74));
}

.quote-mark {
  margin: 0;
  color: var(--yellow);
  font-family: "Space Grotesk", sans-serif;
  font-size: 6rem;
  line-height: 0.9;
}

.quote-text {
  margin: 8px 0 0;
  max-width: 42ch;
  font-size: 1.2rem;
}

.quote-author {
  margin: 18px 0 0;
  color: var(--violet);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 0;
  list-style: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0 0 22px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 36px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(255, 203, 22, 0.9), rgba(111, 74, 217, 0.9));
  color: #fff;
  box-shadow: 0 24px 70px rgba(79, 50, 175, 0.24);
}

.cta-banner .eyebrow,
.cta-banner p {
  color: rgba(255, 255, 255, 0.86);
}

.cta-banner .button-primary {
  flex-shrink: 0;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}

.page-main {
  display: grid;
  gap: 24px;
}

.page-hero,
.page-card {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 32px;
}

.page-hero {
  display: grid;
  gap: 18px;
  padding: 34px 36px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 203, 22, 0.26), transparent 24%),
    radial-gradient(circle at 90% 10%, rgba(141, 232, 243, 0.28), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 255, 0.98));
}

.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-meta span,
.page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--violet);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-meta span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(111, 74, 217, 0.08);
}

.doc-stack {
  display: grid;
  gap: 18px;
}

.page-card {
  padding: 28px;
}

.doc-section h2 {
  margin-bottom: 14px;
}

.doc-list,
.contact-list {
  margin: 16px 0 0;
  padding-left: 20px;
}

.doc-list li,
.contact-list li {
  margin-top: 10px;
}

.contact-list a,
.page-card a,
.footer-links a {
  color: var(--violet-deep);
}

.contact-list a:hover,
.page-card a:hover,
.footer-links a:hover,
.contact-list a:focus-visible,
.page-card a:focus-visible,
.footer-links a:focus-visible {
  text-decoration: underline;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.support-actions,
.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.utility-section {
  display: grid;
  gap: 18px;
}

.utility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.utility-card {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.utility-card:hover,
.utility-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(79, 50, 175, 0.18);
  box-shadow: 0 20px 44px rgba(79, 50, 175, 0.12);
}

.utility-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.18rem;
  letter-spacing: -0.04em;
}

.utility-card span {
  color: var(--ink-soft);
  line-height: 1.65;
}

.footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 22px 6px 0;
}

.footer-brand {
  margin-bottom: 10px;
}

.footer-links {
  display: grid;
  justify-items: end;
  gap: 6px;
  color: var(--ink-soft);
  font-weight: 700;
}

.footer-link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 16px;
}

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

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

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

  .hero h1 {
    max-width: 10ch;
  }

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

  .device {
    left: calc(50% - 195px);
    right: auto;
  }

  .hero::after {
    width: 100%;
    height: 36%;
  }

  .feature-grid,
  .module-grid,
  .support-grid,
  .utility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .privacy-panel,
  .cta-banner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 840px) {
  .site-shell {
    width: min(100% - 20px, 1200px);
  }

  .topbar {
    top: 10px;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 28px;
  }

  .nav {
    display: none;
  }

  .hero,
  .page-hero,
  .page-card {
    padding: 26px 22px;
    border-radius: 28px;
  }

  .hero-points,
  .feature-grid,
  .module-grid,
  .trust-strip,
  .process-grid,
  .support-grid,
  .utility-grid {
    grid-template-columns: 1fr;
  }

  .hero-points li,
  .trust-card,
  .feature-card,
  .process-step,
  .module-card,
  .quote-card,
  .faq-item {
    border-radius: 24px;
  }

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

  .floating-card {
    width: 210px;
  }

  .floating-card-top {
    top: 6%;
  }

  .floating-card-bottom {
    right: 0;
    bottom: 8%;
  }

  .device {
    top: 18%;
    left: calc(50% - 170px);
    right: auto;
    width: min(100%, 340px);
    min-height: 520px;
  }

  .device-body {
    padding: 16px;
  }

  .insight-panel {
    grid-template-columns: 1fr;
  }

  .privacy-panel {
    padding: 24px 20px;
  }

  .cta-banner {
    padding: 24px 20px;
    border-radius: 28px;
  }

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

  .footer-links,
  .footer-link-row {
    justify-items: start;
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .topbar {
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
  }

  .button-outline {
    width: 100%;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.7rem, 15vw, 4rem);
  }

  .lede,
  .page-lede {
    font-size: 1rem;
  }

  .cta-row .button,
  .cta-banner .button-primary,
  .support-actions .button,
  .policy-links .button {
    width: 100%;
  }

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

  .floating-card {
    position: static;
    width: auto;
    margin-bottom: 14px;
    animation: none;
  }

  .device {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
  }

  .hero::after {
    height: 30%;
  }

  .page-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

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