@font-face {
  font-family: "Sora";
  src: url("/assets/Sora-400.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Sora";
  src: url("/assets/Sora-600.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Sora";
  src: url("/assets/Sora-800.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

:root {
  color-scheme: light;
  --paper: #fbfaff;
  --paper-cool: #f7f5fc;
  --surface: #ffffff;
  --ink: #0a0919;
  --muted: #666372;
  --muted-soft: #8d8998;
  --purple: #7449ed;
  --purple-deep: #4d2caf;
  --purple-dark: #2e176f;
  --purple-soft: #eee8ff;
  --pink: #d85de6;
  --line: #ded8ee;
  --line-strong: #b69dea;
  --green: #31c778;
  --blue: #2f72ef;
  --coral: #ff5e68;
  --shadow-soft: 0 18px 55px rgba(45, 28, 92, 0.10);
  --shadow-poster: 0 34px 90px rgba(38, 21, 78, 0.17), 0 5px 0 rgba(81, 48, 155, 0.10);
  --content: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

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

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

:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 4px;
  border-radius: 10px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 11px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(95, 68, 160, 0.10);
  background: rgba(251, 250, 255, 0.86);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  backdrop-filter: blur(22px) saturate(1.35);
}

.nav-shell {
  width: var(--content);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-decoration: none;
  white-space: nowrap;
}

.brand img,
.footer-brand img {
  border-radius: 13px;
  box-shadow: 0 7px 18px rgba(22, 8, 52, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--purple-deep);
}

.nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--surface);
  color: var(--purple-deep);
  font-size: 0.73rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 6vw, 82px) 0;
  isolation: isolate;
  background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.hero-inner {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  align-items: start;
  gap: clamp(52px, 7vw, 96px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-top: clamp(28px, 4vw, 58px);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--purple-deep);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1 {
  max-width: 730px;
  margin-bottom: 28px;
  font-size: clamp(3.6rem, 7vw, 6.7rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.96;
}

h1 span,
h2 span {
  color: var(--purple);
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.68;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 18px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button-primary {
  background: var(--purple);
  color: #fff;
}

.button-primary:hover {
  background: #8058f3;
}

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

.button-secondary:hover {
  border-color: var(--line-strong);
  background: #fff;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.hero-meta span::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple);
  content: "";
}

.hero-art {
  position: relative;
  width: min(100%, 370px);
  margin: 0 auto;
  perspective: 1200px;
}

.poster {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(111, 77, 185, 0.15);
  border-radius: 40px;
  background: #fff;
  box-shadow: var(--shadow-poster);
}

.poster::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
  pointer-events: none;
  content: "";
}

.poster img {
  width: 100%;
  height: auto;
}

.poster-hero {
  transform: rotate(2.4deg);
  animation: poster-float 7s ease-in-out infinite;
}

.note-orbit {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(113, 71, 229, 0.25);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(59, 35, 116, 0.14);
  color: var(--purple-deep);
  font-size: 1.8rem;
  font-weight: 800;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.note-orbit-zero {
  top: 20%;
  left: -54px;
  transform: rotate(-10deg);
}

.note-orbit-ten {
  right: -54px;
  bottom: 20%;
  transform: rotate(9deg);
}

@keyframes poster-float {
  0%, 100% { transform: rotate(2.4deg) translateY(0); }
  50% { transform: rotate(1deg) translateY(-12px); }
}

.numbers {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.numbers-inner {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.number {
  padding: 30px 22px;
  text-align: center;
}

.number + .number {
  border-left: 1px solid var(--line);
}

.number strong {
  display: block;
  margin-bottom: 4px;
  color: var(--purple);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.number span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
}

.section {
  padding: clamp(72px, 8vw, 108px) 0;
}

.section-inner {
  width: var(--content);
  margin: 0 auto;
}

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

.section-heading-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 5.2vw, 5.1rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.01;
}

.section-heading > p:last-child,
.story-copy > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.13rem);
}

.rules {
  background: var(--paper);
}

.rule-track {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  list-style: none;
}

.rule-track::before {
  position: absolute;
  z-index: 0;
  top: 39px;
  right: 10%;
  left: 10%;
  height: 3px;
  background: linear-gradient(90deg, var(--purple), #a77ff7);
  content: "";
}

.rule-track li {
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: center;
}

.rule-number {
  display: grid;
  width: 80px;
  height: 80px;
  margin: 0 auto 28px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
}

.rule-track h3 {
  margin-bottom: 10px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.rule-track p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.story {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(113, 73, 220, 0.08);
}

.story-home,
.story-themes {
  background: #fff;
}

.story-subjects {
  background: linear-gradient(145deg, #f6f2ff, #fcfbff);
}

.story-themes {
  background: #fff;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(52px, 7vw, 92px);
}

.story-grid-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
}

.story-visual {
  position: relative;
  width: min(100%, 390px);
  margin: 0 auto;
}

.story-visual .poster {
  position: relative;
  z-index: 1;
  aspect-ratio: 1284 / 2778;
}

.story-visual .poster picture {
  display: block;
  height: 100%;
}

.story-visual .poster img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.story-visual-left .poster {
  transform: rotate(-1.7deg);
}

.story-visual-right .poster {
  transform: rotate(1.7deg);
}

.story-copy {
  max-width: 620px;
}

.story-copy h2 {
  margin-bottom: 28px;
}

.story-copy > p:not(.eyebrow) {
  max-width: 590px;
  line-height: 1.75;
}

.note-demo {
  max-width: 560px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--paper);
}

.demo-gauge {
  position: relative;
  width: min(100%, 340px);
  margin: -5px auto 0;
}

.demo-gauge svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.demo-track,
.demo-progress {
  fill: none;
  stroke-linecap: round;
  stroke-width: 15;
}

.demo-track {
  stroke: #e7e2ef;
}

.demo-progress {
  stroke: var(--purple);
  stroke-dasharray: 50 100;
  transition: stroke-dasharray 180ms ease;
}

.demo-needle line {
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-width: 5;
}

.demo-hub {
  fill: var(--purple);
  stroke: #fff;
  stroke-width: 4;
}

.demo-value {
  position: relative;
  display: grid;
  margin-top: -18px;
  text-align: center;
}

.demo-value output {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.demo-value span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 600;
}

.demo-mood {
  min-height: 26px;
  margin: 12px 0 18px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}

.demo-range-label {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
}

.demo-range {
  --range-progress: 50%;
  width: 100%;
  height: 8px;
  margin: 0;
  appearance: none;
  border-radius: 999px;
  background: linear-gradient(to right, var(--purple) 0 var(--range-progress), #dfd9eb var(--range-progress) 100%);
  cursor: pointer;
}

.demo-range::-webkit-slider-thumb {
  width: 28px;
  height: 28px;
  appearance: none;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 2px 8px rgba(53, 29, 117, 0.24);
}

.demo-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 2px 8px rgba(53, 29, 117, 0.24);
}

.demo-subjects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.demo-subjects > div {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}

.demo-subjects span {
  color: var(--purple-deep);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-subjects strong {
  font-size: 0.96rem;
}

.demo-caption {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.subject-kinds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 34px;
}

.subject-kinds > div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
}

.subject-kinds span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--purple-soft);
  color: var(--purple-deep);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subject-kinds p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.theme-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 34px;
}

.theme-pills > span {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 11px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.theme-pills img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
}

.theme-pills .theme-pill-hot {
  border-color: rgba(231, 82, 145, 0.28);
  background: #fff5fa;
}

.table-first {
  border-top: 1px solid var(--line);
  background: var(--paper-cool);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.benefits article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 45px rgba(49, 28, 95, 0.055);
}

.benefit-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 54px;
  place-items: center;
  border-radius: 15px;
  background: var(--purple);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.benefits h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.hot-panel {
  position: relative;
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid rgba(225, 82, 153, 0.24);
  border-radius: 32px;
  background: linear-gradient(135deg, #fff7fa, #fff 58%, #f8f5ff);
  box-shadow: var(--shadow-soft);
}

.hot-icon {
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border-radius: 38px;
  background: #fff3f8;
}

.hot-icon img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.hot-panel .eyebrow {
  margin-bottom: 10px;
  color: #c93679;
}

.hot-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.8vw, 3.5rem);
}

.hot-panel p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--muted);
}

.hot-points {
  display: grid;
  gap: 8px;
}

.hot-points span {
  padding: 9px 13px;
  border: 1px solid rgba(211, 63, 128, 0.18);
  border-radius: 999px;
  background: #fff5fa;
  color: #a62660;
  font-size: 0.69rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 112px) 24px;
  background: linear-gradient(145deg, #8356f3, #5a2cc4);
  color: #fff;
  text-align: center;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 930px;
  margin: 0 auto;
}

.final-icon {
  width: 102px;
  height: 102px;
  margin: 0 auto 28px;
  border-radius: 24px;
  box-shadow: 0 24px 55px rgba(34, 12, 90, 0.32);
}

.final-cta .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.final-cta h2 {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  font-size: clamp(2.45rem, 5vw, 4.65rem);
}

.final-cta p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.77);
}

.final-cta .cta-actions {
  justify-content: center;
}

.button-light {
  background: #fff;
  color: var(--purple-dark);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
}

.launch-email {
  display: inline-block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.76rem;
  font-weight: 600;
  text-underline-offset: 4px;
}

.site-footer {
  padding: 26px 0;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 0.72rem;
}

.footer-inner {
  width: var(--content);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  font-size: 0.78rem;
}

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

.footer-links a {
  color: var(--muted);
  text-underline-offset: 3px;
}

/* Pages d’aide et de confidentialité */

.legal-page {
  background: var(--paper);
}

.legal-hero {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(68px, 9vw, 110px) 0 56px;
  text-align: center;
}

.legal-hero h1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.8rem, 7vw, 5.4rem);
}

.legal-hero p:last-child {
  color: var(--muted);
}

.legal-main {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto 96px;
  padding: clamp(30px, 6vw, 74px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  color: var(--ink);
}

.legal-main h2 {
  margin: 2.7rem 0 0.85rem;
  color: var(--purple-deep);
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  letter-spacing: -0.035em;
}

.legal-main h2:first-child {
  margin-top: 0;
}

.legal-main h3 {
  margin: 2rem 0 0.5rem;
  font-size: 1.02rem;
}

.legal-main p,
.legal-main li {
  color: var(--muted);
}

.legal-main p {
  margin-bottom: 1rem;
}

.legal-main ul,
.legal-main ol {
  padding-left: 1.3rem;
}

.legal-main li {
  margin-bottom: 0.65rem;
}

.legal-main strong {
  color: var(--ink);
}

.legal-main a {
  color: var(--purple-deep);
  font-weight: 600;
  text-underline-offset: 3px;
}

.legal-callout {
  margin: 0 0 2.4rem;
  padding: 20px 22px;
  border-left: 5px solid var(--purple);
  border-radius: 0 16px 16px 0;
  background: var(--purple-soft);
}

.legal-callout p:last-child {
  margin-bottom: 0;
}

.contact-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

@media (max-width: 1000px) {
  .nav-links {
    gap: 18px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .hero-art {
    width: min(72vw, 360px);
  }

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

  .rule-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 26px;
  }

  .rule-track::before {
    display: none;
  }

  .story-grid,
  .story-grid-reverse {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
    gap: 60px;
  }

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

  .hot-points {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  :root {
    --content: min(100% - 30px, 1180px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding: 52px 0 62px;
  }

  .hero-art {
    width: min(88vw, 360px);
  }

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

  .number:nth-child(3) {
    border-left: 0;
  }

  .number:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .rule-track {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .rule-track::before {
    display: block;
    top: 38px;
    bottom: 38px;
    left: 39px;
    width: 3px;
    height: auto;
  }

  .rule-track li {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 22px;
    padding-bottom: 35px;
    text-align: left;
  }

  .rule-track li:last-child {
    padding-bottom: 0;
  }

  .rule-number {
    margin: 0;
  }

  .story-grid,
  .story-grid-reverse {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .story-copy {
    order: -1;
    max-width: 650px;
  }

  .story-visual {
    width: min(88vw, 390px);
  }

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

  .benefit-icon {
    margin-bottom: 34px;
  }

  .hot-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hot-icon {
    margin: 0 auto;
  }

  .hot-points {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .nav-shell {
    min-height: 68px;
  }

  .brand span {
    display: none;
  }

  .nav-cta {
    min-height: 39px;
    padding: 0 13px;
    font-size: 0.67rem;
  }

  h1 {
    font-size: clamp(3rem, 15.5vw, 4.15rem);
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

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

  .button {
    width: 100%;
  }

  .note-orbit {
    display: none;
  }

  .number {
    padding: 24px 12px;
  }

  .number span {
    font-size: 0.68rem;
  }

  .rule-track li {
    grid-template-columns: 66px 1fr;
  }

  .rule-track::before {
    left: 32px;
  }

  .rule-number {
    width: 66px;
    height: 66px;
  }

  .poster {
    border-radius: 30px;
  }

  .subject-kinds,
  .theme-pills {
    grid-template-columns: 1fr;
  }

  .note-demo {
    padding: 20px 16px;
  }

  .demo-subjects {
    grid-template-columns: 1fr;
  }

  .hot-points {
    grid-template-columns: 1fr;
  }

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

  .legal-hero {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: more) {
  :root {
    --muted: #3e3b47;
    --line: #8e80ac;
  }

  .button-secondary,
  .rule-number,
  .poster,
  .benefits article,
  .theme-pills > span,
  .legal-main {
    border-width: 2px;
  }
}
