:root {
  color-scheme: light;
  --bg: #f4efe8;
  --bg-soft: #fbf8f3;
  --surface: rgba(255, 251, 246, 0.84);
  --surface-strong: rgba(255, 251, 246, 0.94);
  --surface-muted: rgba(250, 243, 234, 0.84);
  --line: rgba(107, 84, 61, 0.14);
  --line-strong: rgba(107, 84, 61, 0.22);
  --text: #1d160f;
  --muted: #6f6459;
  --muted-strong: #51483f;
  --accent: #d67e20;
  --accent-strong: #9f5612;
  --accent-soft: rgba(214, 126, 32, 0.12);
  --accent-soft-strong: rgba(214, 126, 32, 0.18);
  --gold: #b97b2f;
  --gold-soft: rgba(185, 123, 47, 0.14);
  --success: #1f7a54;
  --success-soft: rgba(31, 122, 84, 0.13);
  --danger: #a24857;
  --danger-soft: rgba(162, 72, 87, 0.12);
  --warning: #8a6822;
  --warning-soft: rgba(138, 104, 34, 0.14);
  --shadow-lg: 0 26px 70px rgba(49, 34, 21, 0.13);
  --shadow-md: 0 18px 44px rgba(49, 34, 21, 0.1);
  --shadow-sm: 0 10px 24px rgba(49, 34, 21, 0.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Aptos", "Segoe UI", "Helvetica Neue", sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(214, 126, 32, 0.12), transparent 26%),
    radial-gradient(circle at 90% 12%, rgba(185, 123, 47, 0.11), transparent 20%),
    linear-gradient(180deg, #fbf7f1 0%, #f5eee4 54%, #f1e7db 100%);
  min-height: 100vh;
}

a {
  color: inherit;
}

a[href],
button,
input[type="submit"],
input[type="button"],
label,
.button-link,
.button-link-secondary,
.text-link,
.nav-link,
.nav-button,
.question-nav-link {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.site-body {
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
}

.site-body.page-home {
  background:
    radial-gradient(circle at 50% 2%, rgba(233, 151, 61, 0.22), transparent 30%),
    radial-gradient(circle at 12% 14%, rgba(237, 168, 94, 0.22), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(255, 210, 163, 0.28), transparent 26%),
    linear-gradient(180deg, #fffaf4 0%, #fbf2e5 58%, #f6eadb 100%);
}

.page-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-quiz-active .page-backdrop,
.page-no-shapes .page-backdrop {
  display: none;
}

.page-backdrop-bubbles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.page-backdrop-bubble {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--bubble-size, 14rem);
  height: var(--bubble-size, 14rem);
  border-radius: 999px;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) rotate(var(--bubble-rotate, 0deg)) scale(0.18);
  will-change: transform, opacity;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 245, 231, 0.9) 0 10%, rgba(255, 245, 231, 0.44) 10% 16%, transparent 17%),
    radial-gradient(circle at 50% 50%, rgba(247, 172, 84, 0.98) 0 34%, rgba(230, 144, 44, 0.94) 34% 60%, rgba(196, 112, 22, 0.7) 60% 72%, transparent 74%);
  box-shadow:
    0 0 0 1px rgba(255, 228, 198, 0.28) inset,
    0 10px 24px rgba(223, 136, 42, 0.12);
  filter: saturate(112%) contrast(106%);
  animation: bubble-bloom 4.2s cubic-bezier(0.2, 0.7, 0.18, 1) forwards;
}

.page-backdrop-bubble::before,
.page-backdrop-bubble::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.page-backdrop-bubble::before {
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 247, 235, 0.74) 0 12%, rgba(255, 247, 235, 0.18) 12% 22%, transparent 23%);
  mix-blend-mode: screen;
}

.page-backdrop-bubble::after {
  inset: -8%;
  border: 2px solid rgba(255, 223, 190, 0.44);
  opacity: 0;
  transform: scale(0.28);
  animation: bubble-burst 4.2s ease-out forwards;
}

.page-backdrop-bubble-square {
  border-radius: 28%;
}

.page-backdrop-bubble-square::before,
.page-backdrop-bubble-square::after {
  border-radius: inherit;
}

.page-backdrop-bubble-halo {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 38%, rgba(252, 217, 178, 0.86) 39% 45%, rgba(231, 142, 42, 0.82) 45% 56%, rgba(196, 112, 22, 0.42) 56% 64%, transparent 66%);
  box-shadow:
    0 0 54px rgba(219, 132, 38, 0.22),
    0 0 0 1px rgba(255, 230, 203, 0.18) inset;
  filter: saturate(110%);
}

.page-backdrop-bubble-halo::before {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 50%, rgba(255, 245, 232, 0.64) 51% 56%, transparent 58%);
}

.page-backdrop-bubble-halo::after {
  inset: -4%;
  border-color: rgba(255, 219, 182, 0.34);
}

.page-backdrop-bubble-heart {
  border-radius: 0;
  clip-path: polygon(50% 92%, 18% 66%, 6% 44%, 10% 24%, 28% 11%, 50% 29%, 72% 11%, 90% 24%, 94% 44%, 82% 66%);
}

.page-backdrop-bubble-heart::before,
.page-backdrop-bubble-heart::after {
  border-radius: 0;
  clip-path: inherit;
}

.site-main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-body:not(.page-home) .hero,
.site-body:not(.page-home) .panel {
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.7), rgba(255, 246, 237, 0.52));
  backdrop-filter: blur(24px) saturate(116%);
  -webkit-backdrop-filter: blur(24px) saturate(116%);
  box-shadow:
    0 28px 60px rgba(186, 124, 47, 0.1),
    0 14px 26px rgba(255, 255, 255, 0.12) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.site-body:not(.page-home) .hero-feature-card,
.site-body:not(.page-home) .hero-footer-item,
.site-body:not(.page-home) .hero-summary-card,
.site-body:not(.page-home) .hero-score-card,
.site-body:not(.page-home) .hero-badge,
.site-body:not(.page-home) .metric-card,
.site-body:not(.page-home) .proof-card,
.site-body:not(.page-home) .feature-card,
.site-body:not(.page-home) .metric-panel,
.site-body:not(.page-home) .catalog-card,
.site-body:not(.page-home) .detail-box,
.site-body:not(.page-home) .stack-surface,
.site-body:not(.page-home) .section-surface,
.site-body:not(.page-home) .footer-panel,
.site-body:not(.page-home) .mode-banner,
.site-body:not(.page-home) .mode-card,
.site-body:not(.page-home) .detail-box-nested,
.site-body:not(.page-home) .empty-state,
.site-body:not(.page-home) .question-shell {
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 247, 239, 0.18)),
    rgba(255, 252, 248, 0.12);
  backdrop-filter: blur(22px) saturate(118%);
  -webkit-backdrop-filter: blur(22px) saturate(118%);
  box-shadow:
    0 22px 44px rgba(186, 124, 47, 0.08),
    0 12px 24px rgba(255, 255, 255, 0.12) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -10px 18px rgba(196, 121, 35, 0.04);
}

.site-body:not(.page-home) .hero-feature-card,
.site-body:not(.page-home) .hero-footer-item,
.site-body:not(.page-home) .catalog-card,
.site-body:not(.page-home) .detail-box,
.site-body:not(.page-home) .stack-surface,
.site-body:not(.page-home) .section-surface,
.site-body:not(.page-home) .footer-panel,
.site-body:not(.page-home) .mode-card,
.site-body:not(.page-home) .question-shell {
  position: relative;
  overflow: hidden;
}

.site-body:not(.page-home) .hero-feature-card::before,
.site-body:not(.page-home) .catalog-card::before,
.site-body:not(.page-home) .detail-box::before,
.site-body:not(.page-home) .section-surface::before,
.site-body:not(.page-home) .footer-panel::before,
.site-body:not(.page-home) .mode-card::before,
.site-body:not(.page-home) .question-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 28%),
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.28), transparent 24%);
  pointer-events: none;
}

.site-body:not(.page-home) .hero-feature-card > *,
.site-body:not(.page-home) .catalog-card > *,
.site-body:not(.page-home) .detail-box > *,
.site-body:not(.page-home) .section-surface > *,
.site-body:not(.page-home) .footer-panel > *,
.site-body:not(.page-home) .mode-card > *,
.site-body:not(.page-home) .question-shell > * {
  position: relative;
  z-index: 1;
}

.page-tests .page-backdrop::before,
.page-tests .page-backdrop::after,
.page-tests .backdrop-grid::before,
.page-tests .backdrop-grid::after,
.page-dashboard .page-backdrop::before,
.page-dashboard .page-backdrop::after,
.page-dashboard .backdrop-grid::before,
.page-dashboard .backdrop-grid::after {
  opacity: 0.14;
}

.page-tests .page-backdrop::before,
.page-tests .page-backdrop::after,
.page-tests .backdrop-grid::before,
.page-tests .backdrop-grid::after {
  opacity: 0.2;
}

.page-tests .page-backdrop-bubble {
  opacity: 0;
}

.page-dashboard .page-backdrop-bubble {
  box-shadow:
    0 12px 26px rgba(223, 136, 42, 0.1),
    0 0 0 1px rgba(255, 228, 198, 0.24) inset;
}

.page-backdrop::before,
.page-backdrop::after,
.backdrop-grid::before,
.backdrop-grid::after {
  content: "";
  position: absolute;
  pointer-events: none;
  will-change: transform, opacity;
  background-repeat: no-repeat;
}

.page-backdrop::before {
  top: -4rem;
  left: -6rem;
  width: clamp(30rem, 42vw, 42rem);
  height: clamp(24rem, 32vw, 30rem);
  filter: none;
  opacity: 0;
  background:
    radial-gradient(circle at 14% 26%, rgba(221, 139, 44, 0.84) 0 10%, rgba(221, 139, 44, 0.42) 14%, transparent 24%),
    radial-gradient(circle at 38% 18%, rgba(250, 207, 162, 0.72) 0 8%, rgba(250, 207, 162, 0.3) 12%, transparent 20%),
    radial-gradient(circle at 60% 34%, rgba(229, 152, 72, 0.78) 0 9%, rgba(229, 152, 72, 0.34) 13%, transparent 22%),
    radial-gradient(circle at 82% 20%, rgba(236, 172, 108, 0.68) 0 7%, rgba(236, 172, 108, 0.26) 11%, transparent 18%);
  animation: orb-pop 6s ease-in-out infinite;
}

.page-backdrop::after {
  right: -5rem;
  top: 18%;
  width: clamp(28rem, 38vw, 36rem);
  height: clamp(22rem, 30vw, 28rem);
  filter: none;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(240, 177, 112, 0.78) 0 10%, rgba(240, 177, 112, 0.32) 14%, transparent 22%),
    radial-gradient(circle at 44% 14%, rgba(255, 228, 198, 0.68) 0 7%, rgba(255, 228, 198, 0.22) 11%, transparent 18%),
    radial-gradient(circle at 66% 34%, rgba(226, 145, 58, 0.72) 0 9%, rgba(226, 145, 58, 0.28) 13%, transparent 22%),
    radial-gradient(circle at 86% 26%, rgba(247, 190, 129, 0.62) 0 8%, rgba(247, 190, 129, 0.24) 12%, transparent 20%);
  animation: orb-pop 6s ease-in-out infinite;
  animation-delay: 1.5s;
}

.backdrop-grid::before {
  left: 10%;
  bottom: 4%;
  width: clamp(26rem, 34vw, 34rem);
  height: clamp(18rem, 24vw, 24rem);
  filter: none;
  opacity: 0;
  background:
    radial-gradient(circle at 12% 28%, rgba(229, 152, 72, 0.72) 0 9%, rgba(229, 152, 72, 0.28) 13%, transparent 22%),
    radial-gradient(circle at 36% 52%, rgba(246, 198, 143, 0.58) 0 7%, rgba(246, 198, 143, 0.22) 11%, transparent 18%),
    radial-gradient(circle at 58% 30%, rgba(221, 139, 44, 0.68) 0 8%, rgba(221, 139, 44, 0.24) 12%, transparent 20%),
    radial-gradient(circle at 84% 58%, rgba(255, 225, 194, 0.54) 0 6%, rgba(255, 225, 194, 0.18) 10%, transparent 17%);
  animation: orb-pop 6s ease-in-out infinite;
  animation-delay: 3s;
}

.backdrop-grid::after {
  right: 10%;
  bottom: 10%;
  width: clamp(24rem, 32vw, 30rem);
  height: clamp(18rem, 22vw, 22rem);
  filter: none;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 34%, rgba(255, 210, 163, 0.74) 0 9%, rgba(255, 210, 163, 0.26) 13%, transparent 21%),
    radial-gradient(circle at 42% 20%, rgba(230, 146, 57, 0.64) 0 7%, rgba(230, 146, 57, 0.22) 11%, transparent 18%),
    radial-gradient(circle at 66% 42%, rgba(244, 182, 116, 0.66) 0 8%, rgba(244, 182, 116, 0.24) 12%, transparent 20%),
    radial-gradient(circle at 88% 22%, rgba(255, 232, 207, 0.6) 0 6%, rgba(255, 232, 207, 0.18) 10%, transparent 16%);
  animation: orb-pop 6s ease-in-out infinite;
  animation-delay: 4.5s;
}

.page-home .page-backdrop::before,
.page-home .page-backdrop::after {
  content: "";
  position: absolute;
  pointer-events: none;
  filter: none;
  opacity: 0;
  will-change: transform, opacity;
  animation: orb-pop-home 8s ease-in-out infinite;
}

.page-home .page-backdrop::before {
  top: -4%;
  left: 44%;
  width: clamp(34rem, 66vw, 54rem);
  height: clamp(22rem, 38vw, 30rem);
  background:
    radial-gradient(circle at 16% 26%, rgba(226, 145, 58, 0.82) 0 11%, rgba(226, 145, 58, 0.34) 15%, transparent 24%),
    radial-gradient(circle at 34% 10%, rgba(255, 228, 198, 0.72) 0 8%, rgba(255, 228, 198, 0.24) 12%, transparent 18%),
    radial-gradient(circle at 52% 30%, rgba(221, 139, 44, 0.78) 0 10%, rgba(221, 139, 44, 0.28) 14%, transparent 22%),
    radial-gradient(circle at 72% 18%, rgba(250, 205, 156, 0.68) 0 8%, rgba(250, 205, 156, 0.22) 12%, transparent 18%),
    radial-gradient(circle at 86% 36%, rgba(230, 146, 57, 0.72) 0 9%, rgba(230, 146, 57, 0.24) 13%, transparent 20%);
}

.page-home .page-backdrop::after {
  right: 0%;
  bottom: 6%;
  width: clamp(28rem, 38vw, 36rem);
  height: clamp(20rem, 30vw, 26rem);
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 219, 186, 0.72) 0 10%, rgba(255, 219, 186, 0.24) 14%, transparent 22%),
    radial-gradient(circle at 38% 52%, rgba(244, 182, 116, 0.66) 0 9%, rgba(244, 182, 116, 0.22) 13%, transparent 20%),
    radial-gradient(circle at 64% 28%, rgba(226, 145, 58, 0.7) 0 8%, rgba(226, 145, 58, 0.22) 12%, transparent 18%),
    radial-gradient(circle at 84% 44%, rgba(255, 235, 214, 0.62) 0 7%, rgba(255, 235, 214, 0.18) 11%, transparent 17%);
  animation-delay: 1.5s;
}

.page-home .backdrop-orb {
  filter: none;
  opacity: 0;
  animation-duration: 6s;
  animation-name: orb-pop-home;
}

.page-home .backdrop-orb-one {
  top: -1rem;
  left: -4rem;
  width: 30rem;
  height: 30rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(226, 145, 58, 0.86) 0 10%, rgba(226, 145, 58, 0.32) 15%, transparent 24%);
  animation-delay: 3s;
  border-radius: 999px;
}

.page-home .backdrop-orb-two {
  top: 4rem;
  right: -2rem;
  width: 28rem;
  height: 28rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 219, 186, 0.82) 0 10%, rgba(244, 182, 116, 0.28) 15%, transparent 24%);
  animation-delay: 4.5s;
  border-radius: 999px;
}

.page-home .backdrop-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 193, 154, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 82%);
}

.backdrop-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.75;
  animation: orb-float 16s ease-in-out infinite;
}

.backdrop-orb-one {
  top: 2rem;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(214, 126, 32, 0.22), transparent 70%);
}

.backdrop-orb-two {
  top: 7rem;
  right: -4rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(185, 123, 47, 0.2), transparent 68%);
  animation-delay: -5s;
}

.backdrop-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 78%);
}

.container {
  width: min(var(--max-width), calc(100% - 2.2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding-top: 0.85rem;
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 30px;
  background: rgba(255, 251, 246, 0.68);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-sm);
}

.page-home .header-shell {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 250, 245, 0.78);
  box-shadow: 0 16px 38px rgba(186, 124, 47, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #f9f7f2;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 12px 28px rgba(159, 86, 18, 0.26);
}

.page-home .brand-mark {
  background: linear-gradient(135deg, #dc8a2a, #bf6a18);
  box-shadow: 0 12px 28px rgba(191, 106, 24, 0.24);
}

.brand-copy {
  display: grid;
  gap: 0.12rem;
}

.brand-copy strong {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1.06rem;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.82rem;
}

.page-home .brand-copy span {
  color: #7b6a56;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.shortcut-shell {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  min-height: 3.2rem;
  padding: 0.28rem 0.35rem 0.28rem 0.5rem;
  border: 1px solid rgba(107, 84, 61, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition:
    padding 180ms ease,
    gap 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.page-home .shortcut-shell {
  border-color: rgba(210, 171, 124, 0.22);
  background: rgba(255, 255, 255, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 10px 18px rgba(186, 124, 47, 0.08);
}

.shortcut-toggle {
  display: inline-grid;
  gap: 0.26rem;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0.72rem;
  border: 1px solid var(--accent-soft-strong);
  border-radius: 999px;
  background: rgba(255, 251, 246, 0.94);
  box-shadow: 0 10px 24px rgba(23, 17, 11, 0.1);
  backdrop-filter: blur(18px);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.page-home .shortcut-toggle {
  border-color: rgba(220, 138, 42, 0.18);
  background: rgba(255, 251, 246, 0.94);
  box-shadow: 0 10px 22px rgba(186, 124, 47, 0.12);
}

.shortcut-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(23, 17, 11, 0.14);
  border-color: rgba(214, 126, 32, 0.24);
}

.shortcut-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-strong);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.nav-link,
.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  color: var(--muted-strong);
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.nav-link:hover,
.nav-button:hover {
  transform: translateY(-1px);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.56);
  color: var(--text);
}

.nav-link-strong {
  background: var(--accent-soft);
  border-color: var(--accent-soft-strong);
  color: var(--accent-strong);
}

.page-home .nav-link-strong {
  background: rgba(220, 138, 42, 0.1);
  border-color: rgba(220, 138, 42, 0.18);
  color: #8b4f17;
}

.nav-form {
  margin: 0;
}

.nav-button {
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.nav-cta {
  min-height: 2.9rem;
  padding-inline: 1.2rem;
}

.site-main {
  padding: 2rem 0 4rem;
}

[data-shortcuts-state="collapsed"] .header-shell {
  justify-content: flex-end;
  gap: 0;
  padding: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

[data-shortcuts-state="collapsed"] .brand {
  display: none;
}

[data-shortcuts-state="collapsed"] .shortcut-shell {
  min-height: 0;
  padding: 0;
  gap: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

[data-shortcuts-state="collapsed"] [data-shortcuts-content] {
  display: none;
}

[data-shortcuts-state="collapsed"] .brand-copy span {
  display: none;
}

[data-shortcuts-state="collapsed"] .shortcut-toggle span:nth-child(1) {
  transform: translateY(0.42rem) rotate(45deg);
}

[data-shortcuts-state="collapsed"] .shortcut-toggle span:nth-child(2) {
  opacity: 0;
}

[data-shortcuts-state="collapsed"] .shortcut-toggle span:nth-child(3) {
  transform: translateY(-0.42rem) rotate(-45deg);
}

.page-quiz-active .site-header {
  padding-top: 0.4rem;
}

.page-quiz-active .header-shell {
  padding: 0.55rem 0.85rem;
  gap: 0.65rem;
}

.page-quiz-active .brand-mark {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 12px;
}

.page-quiz-active .brand-copy strong {
  font-size: 0.9rem;
}

.page-quiz-active .brand-copy span {
  display: none;
}

.page-quiz-active .nav-link,
.page-quiz-active .nav-button,
.page-quiz-active .nav-cta {
  min-height: 2.15rem;
  padding-inline: 0.72rem;
  font-size: 0.88rem;
}

.page-quiz-active .shortcut-shell {
  min-height: 2.7rem;
  padding-block: 0.2rem;
}

.page-quiz-active .shortcut-toggle {
  width: 2.45rem;
  height: 2.45rem;
  padding: 0.6rem;
}

.page-quiz-active .site-main {
  padding-top: 0.7rem;
}

.flash-stack {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.flash-message {
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 251, 246, 0.92);
  box-shadow: var(--shadow-sm);
  animation: rise-in 420ms ease both;
}

.flash-success {
  color: var(--success);
  border-color: rgba(31, 122, 84, 0.22);
  background: rgba(244, 252, 248, 0.92);
}

.flash-error {
  color: var(--danger);
  border-color: rgba(162, 72, 87, 0.2);
  background: rgba(255, 244, 246, 0.94);
}

.flash-info {
  color: var(--accent-strong);
  border-color: rgba(214, 126, 32, 0.22);
  background: rgba(255, 247, 239, 0.94);
}

.hero,
.panel,
.catalog-card,
.detail-box,
.question-shell,
.metric-panel,
.feature-card,
.proof-card,
.stack-surface {
  animation: rise-in 620ms ease both;
}

.hero,
.panel {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.84), rgba(255, 247, 240, 0.72));
  backdrop-filter: blur(18px);
  box-shadow:
    var(--shadow-lg),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-home .hero {
  border-color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.66), rgba(255, 246, 237, 0.48));
  backdrop-filter: blur(26px) saturate(118%);
  -webkit-backdrop-filter: blur(26px) saturate(118%);
  box-shadow:
    0 34px 76px rgba(186, 124, 47, 0.14),
    0 16px 32px rgba(255, 255, 255, 0.12) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    inset 0 -14px 28px rgba(196, 121, 35, 0.06);
}

.page-home .hero::before {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(135deg, rgba(226, 145, 58, 0.1), transparent 60%);
}

.page-home .hero::after {
  content: "";
  position: absolute;
  inset: -8% -4% auto;
  height: min(28rem, 84%);
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 18% 36%, rgba(230, 146, 57, 0.44), rgba(230, 146, 57, 0.16) 38%, transparent 62%),
    radial-gradient(ellipse at 78% 20%, rgba(255, 222, 189, 0.58), rgba(255, 199, 143, 0.18) 36%, transparent 64%),
    radial-gradient(ellipse at 54% 64%, rgba(225, 137, 43, 0.24), rgba(225, 137, 43, 0.1) 34%, transparent 58%);
  filter: blur(34px);
  opacity: 0.88;
  transform-origin: center top;
  animation: hero-blob-drift 24s ease-in-out infinite;
  pointer-events: none;
}

.hero::before,
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.8), transparent 36%),
    linear-gradient(135deg, rgba(214, 126, 32, 0.06), transparent 56%);
  pointer-events: none;
}

.hero-home,
.hero-catalog,
.hero-detail,
.hero-payment,
.hero-result,
.hero-auth {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
  gap: 1rem;
  align-items: stretch;
}

.hero-single {
  display: block;
}

.hero-app {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
}

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

.hero-copy {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.hero-copy-compact {
  max-width: 60rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.hero-feature-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.78rem;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  border-radius: calc(var(--radius-xl) - 8px);
  border: 1px solid rgba(107, 84, 61, 0.12);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.84), rgba(255, 248, 240, 0.9));
  box-shadow: var(--shadow-md);
}

.page-home .hero-feature-card {
  overflow: visible;
  border-color: rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 247, 239, 0.18)),
    rgba(255, 252, 248, 0.12);
  backdrop-filter: blur(32px) saturate(122%);
  -webkit-backdrop-filter: blur(32px) saturate(122%);
  box-shadow:
    0 28px 64px rgba(186, 124, 47, 0.12),
    0 14px 30px rgba(255, 255, 255, 0.2) inset,
    0 -18px 34px rgba(210, 138, 57, 0.1) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(196, 121, 35, 0.12);
  transform: translateZ(0);
}

.page-home .hero-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent 26%),
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.42), transparent 26%),
    linear-gradient(135deg, rgba(255, 232, 207, 0.16), transparent 56%);
  pointer-events: none;
}

.page-home .hero-feature-card::after {
  content: "";
  position: absolute;
  inset: auto 8% 6% 8%;
  height: 30%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(196, 121, 35, 0.12));
  filter: blur(16px);
  opacity: 0.84;
  pointer-events: none;
}

.page-home .hero-feature-card > * {
  position: relative;
  z-index: 1;
}

.hero-feature-card h1 {
  font-size: clamp(1.8rem, 3.6vw, 3.1rem);
  line-height: 1.02;
}

.hero-summary-card {
  display: grid;
  gap: 0.8rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(107, 84, 61, 0.12);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-sm);
}

.hero-card-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.1rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(107, 84, 61, 0.12);
}

.hero-footer-item {
  display: grid;
  gap: 0.16rem;
  padding: 0.72rem 0.78rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
}

.page-home .hero-footer-item {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px) saturate(116%);
  -webkit-backdrop-filter: blur(18px) saturate(116%);
  box-shadow:
    0 16px 28px rgba(186, 124, 47, 0.08),
    0 10px 20px rgba(255, 255, 255, 0.14) inset,
      inset 0 1px 0 rgba(255, 255, 255, 0.54),
      inset 0 -8px 16px rgba(196, 121, 35, 0.04);
}

.home-tooltip-row {
  position: relative;
}

.home-info-trigger {
  position: relative;
  cursor: default;
}

.home-hover-bubble {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.9rem);
  width: min(18rem, 82vw);
  padding: 1rem 1.05rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(210, 120, 28, 0.42);
  background: rgba(243, 202, 154, 0.96);
  box-shadow:
    0 22px 42px rgba(186, 124, 47, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  transform: translateX(-50%) translateY(0.65rem) scale(0.98);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 220ms ease;
  z-index: 6;
}

.home-hover-bubble h2 {
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.home-hover-bubble p:last-child {
  margin-bottom: 0;
}

.home-hover-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.55rem;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid rgba(210, 120, 28, 0.38);
  border-bottom: 1px solid rgba(210, 120, 28, 0.38);
  background: rgba(243, 202, 154, 0.98);
  transform: translateX(-50%) rotate(45deg);
}

.home-info-trigger:hover .home-hover-bubble,
.home-info-trigger:focus-within .home-hover-bubble,
.home-info-trigger:focus-visible .home-hover-bubble {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.home-bubble-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.home-bubble {
  padding: 1.25rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 126, 32, 0.34);
  background: rgba(234, 170, 101, 0.46);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 18px 36px rgba(186, 124, 47, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  text-align: center;
  animation: home-bubble-breathe 4.8s ease-in-out infinite;
}

.home-bubble p,
.home-bubble h2 {
  margin: 0;
}

.home-bubble-main {
  min-height: 10rem;
  display: grid;
  gap: 0.35rem;
  align-content: center;
  animation-delay: 0.4s;
}

.home-bubble-main h2 {
  font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.home-bubble-side {
  min-height: 7.75rem;
  display: grid;
  align-content: center;
  animation-delay: 1.2s;
}

.page-home .hero-feature-card,
.page-home .hero-footer-item,
.page-home .feature-card,
.page-home .section-surface,
.page-home .footer-panel {
  transform-style: preserve-3d;
}

.page-home .feature-card,
.page-home .section-surface,
.page-home .footer-panel {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 247, 239, 0.18)),
    rgba(255, 252, 248, 0.1);
  backdrop-filter: blur(24px) saturate(118%);
  -webkit-backdrop-filter: blur(24px) saturate(118%);
  box-shadow:
    0 24px 46px rgba(186, 124, 47, 0.1),
    0 12px 24px rgba(255, 255, 255, 0.14) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -10px 20px rgba(196, 121, 35, 0.04);
}

.page-home .feature-card::before,
.page-home .section-surface::before,
.page-home .footer-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.26), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 30%);
  pointer-events: none;
}

.page-home .feature-card::after,
.page-home .footer-panel::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -8%;
  height: 28%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(205, 130, 42, 0.16), transparent 68%);
  filter: blur(18px);
  opacity: 0.72;
  pointer-events: none;
}

.page-home .feature-card > *,
.page-home .section-surface > *,
.page-home .footer-panel > * {
  position: relative;
  z-index: 1;
}

.hero-footer-item strong {
  font-size: 0.88rem;
}

.hero-footer-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.38;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}

.actions > * {
  margin: 0;
}

.hero-actions-inline {
  justify-content: flex-end;
}

.hero-visual {
  display: grid;
  gap: 1rem;
  align-content: stretch;
}

.hero-visual-tight {
  align-content: start;
}

.hero-proof-grid,
.hero-score-stack,
.hero-metric-row,
.metrics-grid,
.card-grid,
.catalog-grid,
.detail-grid,
.section-grid-three,
.section-grid-two,
.review-grid {
  display: grid;
  gap: 1rem;
}

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

.hero-device-card,
.metric-card,
.proof-card,
.feature-card,
.metric-panel,
.catalog-card,
.detail-box,
.stack-surface {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.8), rgba(255, 247, 240, 0.66));
  backdrop-filter: blur(16px);
  box-shadow:
    var(--shadow-md),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.hero-device-card,
.proof-card,
.feature-card,
.metric-panel,
.stack-surface {
  padding: 1.2rem;
}

.catalog-card,
.detail-box {
  padding: 1.3rem;
}

.hero-device-card {
  display: grid;
  gap: 1rem;
}

.hero-device-top,
.card-topline,
.question-header,
.question-support-head,
.question-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hero-device-pill,
.hero-badge,
.choice-state,
.status-chip,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-device-pill {
  background: rgba(214, 126, 32, 0.12);
  color: var(--accent-strong);
}

.hero-device-pill-muted {
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted-strong);
}

.hero-score-stack,
.hero-metric-row-stacked {
  grid-template-columns: 1fr;
}

.hero-score-card,
.metric-card {
  padding: 1rem 1.1rem;
}

.hero-score-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(14px);
}

.hero-score-card-accent {
  background: linear-gradient(135deg, rgba(214, 126, 32, 0.14), rgba(214, 126, 32, 0.06));
}

.hero-score-card span,
.metric-card span,
.metric-panel span,
.proof-card strong,
.feature-card .eyebrow,
.subtle-meta {
  color: var(--muted);
}

.hero-score-card strong,
.metric-card strong,
.metric-panel strong {
  display: block;
  margin-top: 0.35rem;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.hero-score-card p,
.proof-card p,
.feature-card p,
.metric-panel p,
.metric-card p,
.catalog-description,
.detail-box p,
.review-detail p,
.stack-surface p,
.status-detail,
.section-note,
.inline-note,
.support-meta,
.support-body {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted-strong);
  border: 1px solid rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(14px);
}

.hero-badge-timer {
  background: rgba(214, 126, 32, 0.12);
  color: var(--accent-strong);
  border-color: rgba(214, 126, 32, 0.18);
}

.hero-badge-timer-ended {
  background: rgba(202, 59, 89, 0.12);
  color: var(--danger);
  border-color: rgba(202, 59, 89, 0.2);
}

.metrics-grid {
  margin-top: 1.15rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.metric-panel {
  padding: 1.1rem 1.2rem;
}

.section-surface {
  margin-top: 2rem;
  padding: 1.2rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 251, 246, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px);
  box-shadow:
    var(--shadow-sm),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.page-home .section-surface {
  margin-top: 1.75rem;
  border-color: rgba(255, 255, 255, 0.68);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 247, 239, 0.14)),
    rgba(255, 249, 243, 0.12);
  box-shadow:
    0 24px 48px rgba(186, 124, 47, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -12px 22px rgba(196, 121, 35, 0.04);
}

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

.section-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.catalog-section {
  margin-top: 2rem;
}

.detail-stack {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-heading h2 {
  margin-bottom: 0;
}

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

.page-home .eyebrow {
  color: #b86c1d;
}

h1,
h2,
h3,
.question-prompt {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5.6vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.15;
}

h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.15;
}

.lead {
  margin: 0;
  max-width: 68ch;
  font-size: 0.99rem;
  color: var(--muted);
  line-height: 1.58;
}

.page-home .lead,
.page-home .feature-card p,
.page-home .hero-footer-item p {
  color: #6b5d4d;
}

.proof-card,
.feature-card {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.proof-card:hover,
.feature-card:hover,
.catalog-card:hover,
.detail-box:hover,
.stack-surface:hover,
.metric-panel:hover,
.metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(49, 34, 21, 0.12);
  border-color: var(--line-strong);
}

.page-home .feature-card {
  border-color: rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 248, 240, 0.16)),
    rgba(255, 252, 248, 0.12);
  box-shadow:
    0 18px 32px rgba(186, 124, 47, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    inset 0 -10px 18px rgba(196, 121, 35, 0.04);
}

.page-home .footer-panel {
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 248, 240, 0.16)),
    rgba(255, 251, 246, 0.12);
}

.page-home .feature-card:hover {
  transform: perspective(1200px) translateY(-6px) rotateX(4deg) scale(1.01);
  box-shadow:
    0 26px 40px rgba(186, 124, 47, 0.14),
    0 12px 24px rgba(255, 255, 255, 0.18) inset;
  border-color: rgba(220, 138, 42, 0.22);
}

.catalog-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.detail-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.catalog-meta {
  display: grid;
  gap: 0.8rem;
  margin: 1rem 0 1.25rem;
}

.catalog-meta div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line);
}

.catalog-meta dt {
  color: var(--muted);
}

.catalog-meta dd {
  margin: 0;
  font-weight: 700;
  color: var(--text);
}

.catalog-card-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 0.75rem;
  margin-top: auto;
}

.catalog-card-actions {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  flex: 1 1 auto;
}

.catalog-result-panel {
  width: min(100%, 14rem);
  min-height: 9rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(214, 126, 32, 0.16);
  background: rgba(255, 252, 248, 0.76);
  backdrop-filter: blur(14px);
  box-shadow:
    0 14px 28px rgba(159, 86, 18, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  display: grid;
  align-content: start;
  gap: 0.28rem;
}

.catalog-result-panel strong {
  font-size: 0.8rem;
  color: var(--accent-strong);
}

.catalog-result-panel p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--muted-strong);
}

.button-link,
.button-link-secondary,
.text-link {
  text-decoration: none;
}

.button-link,
.button-link-secondary {
  min-height: 3rem;
  padding: 0.82rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button-link {
  background: linear-gradient(135deg, var(--accent), #b96416);
  color: #f9f7f2;
  box-shadow: 0 16px 30px rgba(159, 86, 18, 0.22);
}

.page-home .button-link {
  background: linear-gradient(135deg, #dd8a2b, #c56f1a);
  box-shadow: 0 14px 28px rgba(197, 111, 26, 0.2);
}

.button-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(159, 86, 18, 0.28);
}

.page-home .button-link:hover {
  box-shadow: 0 18px 32px rgba(197, 111, 26, 0.24);
}

.button-link-secondary {
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--line);
  color: var(--text);
}

.page-home .button-link-secondary {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(221, 182, 135, 0.54);
  color: #7c5e39;
  box-shadow: 0 10px 22px rgba(186, 124, 47, 0.08);
}

.button-link-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-sm);
}

.page-home .button-link-secondary:hover {
  border-color: rgba(220, 138, 42, 0.24);
  box-shadow: 0 14px 24px rgba(186, 124, 47, 0.1);
}

.page-home .home-bubble {
  color: #6e4520;
}

.page-home .home-bubble .eyebrow {
  color: #a85b10;
}

.home-bubble-link {
  display: grid;
  text-decoration: none;
  color: inherit;
}

.home-bubble-link:hover,
.home-bubble-link:focus-visible {
  transform: scale(1.04);
  border-color: rgba(214, 126, 32, 0.46);
}

.page-home .home-bubble:hover {
  border-color: rgba(214, 126, 32, 0.46);
  box-shadow:
    0 22px 42px rgba(186, 124, 47, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

@keyframes home-bubble-breathe {
  0%,
  100% {
    transform: scale(0.985);
  }

  25% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.055);
  }

  75% {
    transform: scale(1.01);
  }
}

.text-link {
  color: var(--accent);
  font-weight: 800;
}

.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.24rem;
}

.pill-free,
.status-free,
.choice-state-correct {
  background: #dff3e8;
  color: var(--success);
}

.pill-paid {
  background: #f2e1cb;
  color: var(--gold);
}

.status-active {
  background: rgba(214, 126, 32, 0.13);
  color: var(--accent-strong);
}

.status-login {
  background: rgba(185, 123, 47, 0.16);
  color: var(--gold);
}

.status-locked,
.choice-state-wrong {
  background: #f9e3e7;
  color: var(--danger);
}

.status-pending {
  background: #f4ecd5;
  color: var(--warning);
}

.detail-status,
.mode-banner,
.result-disclaimer,
.training-feedback,
.exam-note {
  padding: 1rem 1.15rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(14px);
}

.mode-banner,
.result-disclaimer,
.training-feedback,
.exam-note,
.detail-status {
  box-shadow: var(--shadow-sm);
}

.detail-status p,
.mode-banner p,
.result-disclaimer p,
.training-feedback p,
.exam-note p {
  margin-top: 0.35rem;
}

.mode-banner-training,
.training-feedback-correct {
  background: rgba(240, 251, 245, 0.92);
  border-color: rgba(31, 122, 84, 0.18);
  color: var(--success);
}

.mode-banner-exam,
.training-feedback-wrong,
.exam-note {
  background: rgba(251, 245, 236, 0.92);
  border-color: rgba(185, 123, 47, 0.18);
  color: var(--warning);
}

.result-disclaimer {
  background: rgba(214, 126, 32, 0.08);
  border-color: rgba(214, 126, 32, 0.18);
}

.auth-layout {
  display: grid;
  gap: 1rem;
}

.auth-panel {
  max-width: 760px;
}

.auth-form {
  display: grid;
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field label {
  font-weight: 700;
  color: var(--muted-strong);
}

.form-field input {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  font: inherit;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.form-field input:focus {
  outline: none;
  border-color: rgba(214, 126, 32, 0.34);
  box-shadow: 0 0 0 4px rgba(214, 126, 32, 0.08);
}

.errorlist {
  margin: 0;
  padding-left: 1rem;
  color: var(--danger);
}

.stack-list {
  display: grid;
  gap: 0.85rem;
}

.stack-surface {
  padding: 1rem 1.1rem;
}

.empty-state {
  padding: 1.2rem 1.3rem;
  border-radius: var(--radius-lg);
  border: 1px dashed rgba(107, 84, 61, 0.24);
  background: rgba(255, 251, 246, 0.62);
  color: var(--muted);
}

.question-stage {
  display: grid;
  gap: 1.2rem;
}

.question-stage-header {
  display: grid;
  gap: 1rem;
}

.question-stage-title {
  margin-top: 0.2rem;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  line-height: 1.05;
}

.question-stage-headline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.question-meta-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.question-stage-layout {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.question-stage-layout-with-support {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: start;
}

.question-side-stack {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.question-shell-top,
.question-progress-row {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem;
}

.question-shell-top {
  align-items: flex-start;
}

.question-progress-row {
  flex-wrap: wrap;
  margin: 0.65rem 0 0.4rem;
}

.question-side-heading {
  margin-bottom: 0.75rem;
}

.question-shell {
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.96), rgba(252, 245, 237, 0.88));
  box-shadow: var(--shadow-lg);
}

.question-range-title {
  margin: 0.2rem 0 0;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1.04;
}

.question-part-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.7rem;
}

.question-block-list {
  display: grid;
  gap: 1rem;
}

.question-block-item {
  display: grid;
  gap: 0.9rem;
}

.question-block-item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.9rem;
}

.question-block-item-title {
  margin: 0.15rem 0 0;
  font-size: 1rem;
  color: var(--muted-strong);
}

.question-prompt {
  margin: 0.9rem 0 0.55rem;
  font-size: clamp(1.15rem, 1.5vw, 1.42rem);
  line-height: 1.28;
}

.question-prompt-inline {
  margin-top: 0;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
}

.question-audio-only-note {
  margin: 0;
}

.question-translation {
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(214, 126, 32, 0.07);
  color: var(--muted-strong);
}

.question-media-card {
  display: grid;
  gap: 0.85rem;
}

.question-audio-sequence-controls {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(214, 126, 32, 0.18);
  background: rgba(255, 250, 245, 0.8);
}

.question-audio-sequence-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.question-audio-player {
  width: 100%;
  min-height: 3rem;
}

.question-media-placeholder {
  display: grid;
  gap: 0.45rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(214, 126, 32, 0.22);
  background: rgba(255, 250, 245, 0.78);
}

.question-media-details {
  padding: 0.85rem 0.95rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.68);
}

.question-media-details summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
}

.question-media-details[open] summary {
  margin-bottom: 0.6rem;
}

.question-visual-image {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(214, 126, 32, 0.16);
  object-fit: cover;
  box-shadow: var(--shadow-sm);
}

.quiz-form {
  margin-top: 1rem;
}

.choice-grid {
  display: grid;
  gap: 0.7rem;
}

.choice-grid-audio-only {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.choice-card {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.82rem 0.92rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.choice-card:hover {
  transform: translateY(-1px);
  border-color: rgba(214, 126, 32, 0.22);
  box-shadow: var(--shadow-sm);
}

.choice-card input {
  margin-top: 0.28rem;
}

.choice-card-selected {
  border-color: rgba(214, 126, 32, 0.3);
  background: rgba(255, 247, 238, 0.94);
  box-shadow: inset 0 0 0 1px rgba(214, 126, 32, 0.14);
}

.choice-card-correct {
  border-color: rgba(31, 122, 84, 0.34);
  background: rgba(238, 250, 243, 0.96);
  box-shadow:
    inset 0 0 0 2px rgba(31, 122, 84, 0.22),
    0 14px 26px rgba(31, 122, 84, 0.12);
}

.choice-card-wrong {
  border-color: rgba(162, 72, 87, 0.34);
  background: rgba(254, 240, 243, 0.96);
  box-shadow:
    inset 0 0 0 2px rgba(162, 72, 87, 0.2),
    0 14px 26px rgba(162, 72, 87, 0.1);
}

.choice-key {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(214, 126, 32, 0.08);
  font-weight: 800;
  color: var(--accent-strong);
}

.choice-body {
  min-width: 0;
}

.choice-card-audio-only {
  grid-template-columns: auto auto;
  justify-content: start;
}

.choice-card-audio-only .choice-key {
  width: 2.2rem;
  height: 2.2rem;
}

.choice-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.choice-translation {
  display: block;
  margin-top: 0.22rem;
  color: var(--muted);
}

.question-actions {
  margin-top: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.question-actions-right {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.question-nav-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
}

.question-nav-link {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.question-nav-link:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}

.question-nav-current {
  background: linear-gradient(135deg, var(--accent), #b96416);
  border-color: transparent;
  color: #f9f7f2;
}

.question-nav-correct {
  background: rgba(238, 250, 243, 0.96);
  color: var(--success);
  border-color: rgba(31, 122, 84, 0.2);
}

.question-nav-wrong {
  background: rgba(254, 240, 243, 0.96);
  color: var(--danger);
  border-color: rgba(162, 72, 87, 0.18);
}

.question-nav-pending {
  color: var(--muted);
}

.result-grid {
  margin-top: 1.2rem;
}

.result-stat-wide {
  grid-column: span 2;
}

.review-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.review-card {
  display: grid;
  gap: 1rem;
}

.subtle-meta {
  font-size: 0.82rem;
}

.review-prompt {
  margin: 0;
  font-size: 1.18rem;
}

.review-meta {
  margin: 0;
  color: var(--muted);
}

.review-detail {
  display: grid;
  gap: 0.6rem;
  padding-top: 0.45rem;
  border-top: 1px solid var(--line);
}

.mode-card {
  min-height: 100%;
}

.mode-grid {
  align-items: start;
}

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

.mode-action-card {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  min-width: min(100%, 20rem);
}

.mode-actions {
  align-items: stretch;
}

.mode-action-detail {
  margin: 0;
  max-width: 22rem;
  color: var(--muted);
  line-height: 1.45;
}

.keyboard-hint {
  display: none;
}

.mode-card-accent {
  background: linear-gradient(180deg, rgba(255, 247, 239, 0.96), rgba(252, 246, 239, 0.88));
}

.detail-box-nested {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(12px);
  box-shadow: none;
}

.detail-box-nested h3 {
  margin-bottom: 0.35rem;
  font-size: 1rem;
}


@media (min-width: 861px) {
  .keyboard-hint {
    display: block;
  }
}

.long-value {
  overflow-wrap: anywhere;
  word-break: break-word;
}

code {
  padding: 0.16rem 0.46rem;
  border-radius: 999px;
  background: rgba(214, 126, 32, 0.08);
  color: var(--accent-strong);
}

.site-footer {
  padding: 0 0 2.8rem;
}

.footer-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-panel {
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 251, 246, 0.58);
  backdrop-filter: blur(18px);
  box-shadow:
    var(--shadow-sm),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.footer-panel strong {
  display: block;
  margin-bottom: 0.4rem;
}

.footer-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.hero,
.panel,
.catalog-card,
.detail-box,
.proof-card,
.feature-card,
.metric-panel,
.stack-surface,
.question-shell,
.hero-device-card {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.hero:hover,
.panel:hover,
.question-shell:hover {
  transform: translateY(-2px);
}

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

@keyframes orb-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 18px, 0) scale(1.04);
  }
}

@keyframes orb-pop {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.78);
    opacity: 0;
  }
  12% {
    transform: translate3d(10px, -8px, 0) scale(1);
    opacity: 0.58;
  }
  42% {
    transform: translate3d(18px, -12px, 0) scale(1.08);
    opacity: 0.52;
  }
  68% {
    transform: translate3d(6px, -4px, 0) scale(0.96);
    opacity: 0.24;
  }
}

@keyframes orb-pop-home {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.74);
    opacity: 0;
  }
  12% {
    transform: translate3d(14px, -10px, 0) scale(1.04);
    opacity: 0.86;
  }
  42% {
    transform: translate3d(24px, -14px, 0) scale(1.12);
    opacity: 0.82;
  }
  68% {
    transform: translate3d(8px, -6px, 0) scale(0.98);
    opacity: 0.34;
  }
}

@keyframes bubble-bloom {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) rotate(var(--bubble-rotate, 0deg)) scale(0.12);
  }
  16% {
    opacity: 0.82;
    transform: translate3d(calc(-50% + var(--bubble-drift-x, 0px) * 0.16), calc(-50% + var(--bubble-drift-y, 0px) * 0.16), 0) rotate(var(--bubble-rotate, 0deg)) scale(0.56);
  }
  58% {
    opacity: 0.92;
    transform: translate3d(calc(-50% + var(--bubble-drift-x, 0px) * 0.62), calc(-50% + var(--bubble-drift-y, 0px) * 0.62), 0) rotate(var(--bubble-rotate, 0deg)) scale(1);
  }
  70% {
    opacity: 0.9;
    transform: translate3d(calc(-50% + var(--bubble-drift-x, 0px) * 0.8), calc(-50% + var(--bubble-drift-y, 0px) * 0.8), 0) rotate(var(--bubble-rotate, 0deg)) scale(1.14);
  }
  74% {
    opacity: 0.42;
    transform: translate3d(calc(-50% + var(--bubble-drift-x, 0px) * 0.9), calc(-50% + var(--bubble-drift-y, 0px) * 0.9), 0) rotate(var(--bubble-rotate, 0deg)) scale(1.18);
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(-50% + var(--bubble-drift-x, 0px) * 1.08), calc(-50% + var(--bubble-drift-y, 0px) * 1.08), 0) rotate(var(--bubble-rotate, 0deg)) scale(1.28);
  }
}

@keyframes bubble-burst {
  0%,
  70% {
    opacity: 0;
    transform: scale(0.28);
  }
  76% {
    opacity: 0.52;
    transform: scale(1.02);
  }
  88% {
    opacity: 0.28;
    transform: scale(1.32);
  }
  100% {
    opacity: 0;
    transform: scale(1.72);
  }
}

@keyframes hero-blob-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg) scale(1);
    opacity: 0.82;
  }
  25% {
    transform: translate3d(28px, 18px, 0) rotate(4deg) scale(1.08);
    opacity: 0.98;
  }
  50% {
    transform: translate3d(-12px, 16px, 0) rotate(-8deg) scale(0.98);
    opacity: 0.82;
  }
  75% {
    transform: translate3d(-24px, -16px, 0) rotate(-1deg) scale(1.06);
    opacity: 0.94;
  }
}

@media (max-width: 1080px) {
  .hero-home,
  .hero-catalog,
  .hero-detail,
  .hero-payment,
  .hero-result,
  .hero-auth,
  .section-grid-two,
  .question-stage-layout-with-support,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
  }

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

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

  .home-bubble-band {
    grid-template-columns: 1fr;
  }

  .question-stage-layout-with-support {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 1.4rem, 100%);
  }

  .site-header {
    position: static;
    padding-top: 0.7rem;
  }

  .mode-grid-three {
    grid-template-columns: 1fr;
  }

  .home-hover-bubble {
    position: static;
    width: 100%;
    margin-top: 0.85rem;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .home-hover-bubble::after {
    display: none;
  }

  .header-shell,
  .hero-app,
  .section-heading,
  .card-topline,
  .question-header,
  .question-shell-top,
  .question-support-head,
  .question-actions,
  .question-stage-headline {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    width: 100%;
  }

  .shortcut-shell {
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .panel,
  .question-shell {
    padding: 1.1rem;
  }

  .hero-actions-inline,
  .question-actions-right,
  .actions {
    justify-content: flex-start;
  }

  .hero-badges {
    justify-content: flex-start;
  }

  .catalog-meta div,
  .choice-line,
  .question-progress-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-home .section-surface {
    margin-top: 1.35rem;
  }
}

@media (max-width: 600px) {
  .site-main {
    padding-top: 1.2rem;
  }

  h1 {
    font-size: clamp(1.9rem, 9vw, 2.9rem);
  }

  .hero-feature-card h1 {
    font-size: clamp(1.55rem, 7vw, 2.4rem);
  }

  .hero-summary-card {
    padding: 0.88rem;
  }

  .page-quiz-active .header-shell {
    padding: 0.55rem 0.65rem;
  }

  .page-quiz-active .brand-copy strong {
    font-size: 0.9rem;
  }

  .button-link,
  .button-link-secondary,
  .nav-cta {
    width: 100%;
  }

  .metrics-grid,
  .detail-grid,
  .catalog-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .question-prompt {
    font-size: 1.05rem;
  }

  .question-range-title {
    font-size: 1.45rem;
  }

  .choice-card {
    grid-template-columns: auto 1fr;
  }

  .choice-card-audio-only {
    grid-template-columns: auto auto;
  }

  .choice-card input {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .choice-key {
    grid-column: 1;
    grid-row: 1;
    margin-left: 1.4rem;
  }

  .question-nav-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

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

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