:root {
  color-scheme: dark;
  --bg: #07111f;
  --panel: #0b192b;
  --ink: #f6f9fc;
  --muted: #a9b8c8;
  --blue: #45b4ff;
  --green: #45e39a;
  --gold: #ffd063;
  --danger: #ff8c96;
  --line: rgba(255, 255, 255, 0.12);
  font-family: "Yu Gothic UI", "Meiryo", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: radial-gradient(circle at 80% 2%, rgba(41, 133, 199, 0.16), transparent 26rem), var(--bg);
  color: var(--ink);
  line-height: 1.75;
}
a { color: inherit; }
img { max-width: 100%; }
h1, h2, h3 { margin: 0; line-height: 1.24; letter-spacing: -0.045em; line-break: strict; text-wrap: balance; }
p { text-wrap: pretty; }

.site-header {
  width: min(100%, 1260px);
  min-height: 82px;
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(100, 194, 255, 0.55);
  border-radius: 13px;
  background: linear-gradient(145deg, #153f69, #0a2038);
  color: #91d4ff;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1rem; line-height: 1.2; }
.brand small { margin-top: 3px; color: #7cc6f4; font-size: 0.59rem; font-weight: 900; letter-spacing: 0.15em; }
.site-header nav { display: flex; align-items: center; gap: 22px; }
.site-header nav a { color: #d5e1ec; text-decoration: none; font-size: 0.86rem; font-weight: 900; }
.site-header .nav-cta { border: 1px solid rgba(83, 184, 255, 0.58); border-radius: 10px; padding: 9px 16px; background: rgba(44, 146, 221, 0.14); }

.eyebrow { margin: 0 0 15px; color: #72c6ff; font-size: 0.74rem; font-weight: 900; letter-spacing: 0.2em; }
.primary-cta, .secondary-cta {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 21px;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
}
.primary-cta { gap: 8px; background: linear-gradient(135deg, #187fd4, #20a9ef); color: #fff; box-shadow: 0 14px 36px rgba(23, 128, 212, 0.3); }
.primary-cta:hover { transform: translateY(-1px); box-shadow: 0 17px 40px rgba(23, 128, 212, 0.4); }
.secondary-cta { border: 1px solid var(--line); background: rgba(255, 255, 255, 0.035); color: #dce8f3; }

.hero {
  position: relative;
  width: min(100%, 1260px);
  min-height: 690px;
  margin: 0 auto;
  padding: 68px 28px 98px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
  align-items: center;
  gap: 62px;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(110deg, rgba(7, 17, 31, 0.97), rgba(10, 28, 48, 0.82));
}
.hero-copy { min-width: 0; }
.hero h1 { max-width: 650px; font-size: clamp(2.7rem, 5.1vw, 4.7rem); }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: #c0ccda; font-size: 1.02rem; }
.hero-emphasis { max-width: 650px; margin: 23px 0 0; border-left: 3px solid var(--green); padding: 4px 0 4px 18px; color: #e7f7ef; font-weight: 900; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.5 / 1;
  border: 1px solid rgba(103, 191, 255, 0.3);
  border-radius: 24px;
  background: #10233a;
  box-shadow: 0 32px 75px rgba(0, 0, 0, 0.42);
}
.hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% center; }
.hero-visual::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(4, 12, 21, 0.7)); }
.hero-visual figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 17px; color: #e7f1f8; font-size: 0.77rem; font-weight: 800; }

.empathy-section, .investment-section, .advantage-section, .live-section, .proof-section, .purpose-section, .closing-section, .ranking-section, .faq-section {
  width: min(calc(100% - 56px), 1148px);
  margin: 0 auto;
}
.section-intro { max-width: 920px; }
.section-intro.narrow { max-width: 840px; }
.section-intro h2, .investment-copy h2, .live-copy h2, .purpose-copy h2, .closing-section h2 { font-size: clamp(2.1rem, 4.1vw, 3.45rem); }
.section-intro > p:last-child { margin: 22px 0 0; color: var(--muted); }
.section-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: 52px;
}
.section-lead-grid--media-left { grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr); }
.section-media {
  width: min(100%, 420px);
  margin: 0;
  overflow: hidden;
  justify-self: end;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(113, 193, 246, 0.24);
  border-radius: 22px;
  background: #0c1d30;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}
.section-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.section-lead-grid--media-left .section-media { justify-self: start; }
.section-media--compact { width: min(100%, 390px); }

.empathy-section { padding: 112px 0 106px; }
.empathy-copy { max-width: 900px; margin-top: 35px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 48px; color: #c3cfdb; }
.empathy-copy p { margin: 0 0 15px; }
.empathy-copy p:last-child { grid-column: 1 / -1; color: #f1f6fa; font-weight: 900; }
.core-questions { margin-top: 38px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.core-questions article { min-height: 150px; border: 1px solid var(--line); border-radius: 17px; padding: 23px; background: rgba(255, 255, 255, 0.026); }
.core-questions span { display: block; color: #58bdff; font-size: 0.69rem; font-weight: 900; letter-spacing: 0.1em; }
.core-questions strong { display: block; margin-top: 18px; font-size: 1rem; line-height: 1.55; }

.investment-section {
  scroll-margin-top: 24px;
  border: 1px solid rgba(89, 181, 249, 0.18);
  border-radius: 30px;
  padding: 78px 62px;
  background: linear-gradient(145deg, #0d2239, #091727 68%);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.22);
}
.investment-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: center;
  gap: 48px;
}
.investment-copy { max-width: 900px; }
.investment-copy p:not(.eyebrow) { margin: 22px 0 0; color: #b8c6d5; }
.investment-copy strong { display: block; margin-top: 25px; color: #f4fbf7; font-size: 1.08rem; }
.investment-media { width: min(100%, 360px); }
.investment-media img { object-position: center; }
.investment-comparison { margin-top: 46px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 16px; }
.cost-card { min-width: 0; border: 1px solid var(--line); border-radius: 19px; padding: 29px; background: #091726; }
.cost-card > span { color: #93a5b8; font-size: 0.73rem; font-weight: 900; }
.cost-card > strong { display: block; margin: 15px 0 13px; font-size: clamp(2.25rem, 5vw, 3.7rem); line-height: 1; letter-spacing: -0.05em; }
.cost-card > strong small { margin-left: 5px; font-size: 0.4em; letter-spacing: 0; }
.cost-card p { margin: 0; color: #9cadbd; font-size: 0.84rem; }
.cost-card.danger { background: linear-gradient(150deg, rgba(147, 45, 56, 0.18), #091726 72%); }
.cost-card.danger strong { color: var(--danger); }
.cost-card.target { border-color: rgba(69, 227, 154, 0.35); background: linear-gradient(150deg, rgba(25, 143, 91, 0.19), #091726 72%); }
.cost-card.target strong { color: #68edaa; }
.comparison-mark { align-self: center; color: #61b9ee; font-size: 0.83rem; font-weight: 900; letter-spacing: 0.12em; }
.investment-conclusion { margin-top: 40px; border-left: 4px solid var(--green); padding: 9px 0 9px 25px; }
.investment-conclusion p { margin: 0; color: #aabaca; }
.investment-conclusion h3 { max-width: 870px; margin: 8px 0; color: #f4fbf7; font-size: clamp(1.5rem, 3vw, 2.25rem); }

.advantage-section { padding: 118px 0 112px; }
.advantage-media img { object-position: 38% center; }
.advantage-flow { margin-top: 45px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 13px; }
.advantage-flow article { border: 1px solid var(--line); border-radius: 18px; padding: 28px; background: var(--panel); }
.advantage-flow article > span { color: #71c7ff; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.14em; }
.advantage-flow h3 { margin-top: 18px; font-size: 1.3rem; }
.advantage-flow p { margin: 16px 0 0; color: #96a8ba; font-size: 0.82rem; }
.flow-arrow { align-self: center; color: #4fe09b; font-size: 1.45rem; font-weight: 900; }
.advantage-section blockquote { max-width: 920px; margin: 38px 0 0; border-left: 3px solid var(--gold); padding: 13px 0 13px 24px; color: #e8eef4; font-size: 1.04rem; font-weight: 800; }

.live-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 84px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
  align-items: center;
  gap: 66px;
}
.live-copy p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); }
.live-copy strong { display: block; margin-top: 25px; color: #ddf6e8; font-size: 1.02rem; }
.live-side { display: grid; gap: 20px; }
.live-media { width: 100%; }
.live-media img { object-position: 68% center; }
.live-judgements { display: grid; gap: 10px; }
.live-judgements span { border: 1px solid var(--line); border-radius: 12px; padding: 15px 18px; background: rgba(38, 141, 213, 0.08); color: #a9d9f8; font-weight: 900; }
.live-judgements span:nth-child(2) { border-color: rgba(69, 227, 154, 0.28); color: #7fe7b4; }
.live-judgements span:nth-child(3) { border-color: rgba(255, 208, 99, 0.28); color: #ffd978; }
.live-judgements span:last-child { border-color: rgba(255, 140, 150, 0.27); color: #ff9fa7; }

.proof-section { padding: 112px 0; }
.proof-media img { object-position: 40% center; }
.proof-numbers { max-width: 870px; margin-top: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.proof-numbers article { border: 1px solid var(--line); border-radius: 18px; padding: 27px; background: rgba(255, 255, 255, 0.026); text-align: center; }
.proof-numbers strong, .proof-numbers span { display: block; }
.proof-numbers strong { color: #70cbff; font-size: clamp(2rem, 4.5vw, 3.25rem); line-height: 1.15; }
.proof-numbers span { margin-top: 7px; color: #93a7ba; font-size: 0.77rem; }
.proof-numbers i { color: #50e19d; font-size: 1.45rem; font-style: normal; font-weight: 900; }
.proof-note { max-width: 900px; margin: 30px 0 0; color: #b6c4d1; }

.purpose-section {
  border: 1px solid rgba(92, 179, 242, 0.16);
  border-radius: 29px;
  padding: 70px 58px;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 46px 72px;
  background: linear-gradient(140deg, #0d2035, #091625 66%);
}
.purpose-copy p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); }
.purpose-aside { display: grid; align-content: center; gap: 22px; }
.purpose-media { width: 100%; aspect-ratio: 16 / 9; }
.purpose-points { display: grid; align-content: center; }
.purpose-points span { border-bottom: 1px solid var(--line); padding: 13px 0; color: #d7e1ea; font-weight: 800; }
.purpose-points span::before { content: ""; width: 7px; height: 7px; margin-right: 12px; display: inline-block; border-radius: 50%; background: var(--green); }
.purpose-section blockquote { grid-column: 1 / -1; margin: 0; border-left: 3px solid var(--blue); padding: 18px 24px; background: rgba(51, 154, 225, 0.06); }
.purpose-section blockquote p { margin: 0; color: #9eb0c1; }
.purpose-section blockquote strong { display: block; margin-top: 5px; color: #ecf6fb; font-size: 1.12rem; }

.closing-section { padding: 118px 0 94px; text-align: left; }
.closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  align-items: start;
  gap: 58px;
}
.closing-main { min-width: 0; }
.closing-section h2 { max-width: 880px; margin: 0; }
.closing-copy { max-width: 820px; margin: 30px 0 0; color: #adbdcc; }
.closing-copy p { margin: 0 0 13px; }
.closing-message { max-width: 820px; margin: 35px 0 0; display: block; color: #edf9f3; font-size: clamp(1.1rem, 2.3vw, 1.5rem); }
.closing-cta { min-width: min(100%, 440px); margin-top: 34px; }
.after-cta { margin: 17px 0 0; color: #8fa1b4; font-size: 0.78rem; }
.after-cta a { margin: 0 4px; color: #72c9ff; font-weight: 900; }
.closing-media { width: 100%; margin-top: 4px; aspect-ratio: 4 / 3; }
.closing-media img { object-position: 69% center; }

.ranking-section { padding: 0 0 76px; }
.ranking-card {
  width: 100%;
  margin: 0 auto;
  border: 1px solid rgba(102, 190, 247, 0.25);
  border-radius: 22px;
  padding: 22px;
  display: grid;
  justify-items: center;
  gap: 12px;
  background: linear-gradient(145deg, rgba(16, 44, 72, 0.9), rgba(8, 23, 39, 0.96));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}
.ranking-card a { color: #9ed9ff; text-decoration: none; font-size: 0.82rem; font-weight: 900; }
.ranking-card a:first-child { width: min(100%, 344px); display: block; line-height: 0; }
.ranking-card img { width: 100%; height: auto; display: block; border-radius: 14px; }

.faq-section { padding: 28px 0 116px; }
.faq-heading {
  border: 1px solid rgba(92, 179, 242, 0.17);
  border-radius: 28px;
  padding: 52px 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.52fr);
  align-items: center;
  gap: 46px;
  background: linear-gradient(145deg, rgba(16, 44, 72, 0.94), rgba(8, 23, 39, 0.98));
}
.faq-heading-copy h2 { margin: 0; font-size: clamp(2.1rem, 4.1vw, 3.45rem); }
.faq-heading-copy > p:last-child { max-width: 720px; margin: 20px 0 0; color: var(--muted); }
.faq-support-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(113, 193, 246, 0.25);
  border-radius: 20px;
  aspect-ratio: 16 / 10;
  background: #0a1c2e;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}
.faq-support-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 52% center; }
.faq-list { margin-top: 28px; display: grid; gap: 12px; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: 17px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 160ms ease, background 160ms ease;
}
.faq-item[open] { border-color: rgba(101, 193, 250, 0.32); background: rgba(31, 111, 166, 0.08); }
.faq-item--featured { border-color: rgba(78, 222, 155, 0.28); background: rgba(37, 152, 100, 0.06); }
.faq-item--featured[open] { border-color: rgba(78, 222, 155, 0.48); background: rgba(37, 152, 100, 0.1); }
.faq-item summary {
  position: relative;
  padding: 22px 64px 22px 24px;
  cursor: pointer;
  list-style: none;
  color: #edf5fa;
  font-weight: 900;
  line-height: 1.55;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(108, 194, 248, 0.32);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  color: #71c7ff;
  font-size: 1.15rem;
  line-height: 1;
}
.faq-item[open] summary::after { content: "−"; }
.faq-answer { border-top: 1px solid var(--line); padding: 20px 64px 24px 24px; color: #acbdcc; }
.faq-answer p { margin: 0; }
.faq-answer p + p { margin-top: 12px; }

footer {
  width: min(calc(100% - 56px), 1204px);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 29px 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #7f91a6;
}
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: #dce8f3; }
.footer-brand span { font-size: 0.72rem; }
.footer-links { display: flex; gap: 21px; }
.footer-links a { color: #9eb0c1; text-decoration: none; font-size: 0.78rem; font-weight: 900; }

@media (max-width: 1050px) {
  .hero { min-height: 0; grid-template-columns: 1fr; gap: 45px; }
  .hero h1 { max-width: 850px; }
  .hero-lead, .hero-emphasis { max-width: 800px; }
  .hero-visual { width: min(100%, 850px); aspect-ratio: 16 / 9; }
  .live-section { grid-template-columns: 1fr; }
  .live-media { width: min(100%, 620px); justify-self: start; }
  .live-judgements { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .purpose-section { grid-template-columns: 1fr; }
  .purpose-section blockquote { grid-column: 1; }
  .purpose-aside { grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr); align-items: center; }
  .purpose-media { max-width: 430px; justify-self: start; }
  .closing-grid { grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); gap: 40px; }
  .faq-heading { grid-template-columns: minmax(0, 1fr) minmax(220px, 0.45fr); gap: 34px; }
  .faq-support-visual { width: 100%; }
}

@media (max-width: 760px) {
  body { line-height: 1.68; }
  .site-header { min-height: 68px; padding: 12px 18px; }
  .brand { gap: 9px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 0.82rem; }
  .brand small { font-size: 0.49rem; }
  .site-header nav { gap: 8px; }
  .site-header nav > a:first-child { display: none; }
  .site-header .nav-cta { padding: 8px 10px; font-size: 0.7rem; }
  .hero { padding: 50px 20px 67px; gap: 34px; }
  .hero h1 { font-size: clamp(2.25rem, 10.2vw, 3.2rem); line-height: 1.2; }
  .hero-lead { margin-top: 22px; font-size: 0.94rem; }
  .hero-emphasis { margin-top: 20px; font-size: 0.9rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-cta, .secondary-cta { width: 100%; }
  .hero-visual { aspect-ratio: 4 / 3; border-radius: 18px; }
  .hero-visual img { object-position: 48% center; }
  .hero-visual figcaption { left: 14px; right: 14px; bottom: 11px; font-size: 0.66rem; }
  .empathy-section, .investment-section, .advantage-section, .live-section, .proof-section, .purpose-section, .closing-section, .ranking-section, .faq-section { width: calc(100% - 40px); }
  .section-intro h2, .investment-copy h2, .live-copy h2, .purpose-copy h2, .closing-section h2, .faq-heading-copy h2 { font-size: clamp(1.95rem, 8.7vw, 2.65rem); line-height: 1.25; }
  .section-lead-grid, .section-lead-grid--media-left, .investment-lead, .closing-grid { grid-template-columns: 1fr; gap: 27px; }
  .section-lead-grid--media-left .section-intro { grid-row: 1; }
  .section-lead-grid--media-left .section-media { grid-row: 2; }
  .section-media, .section-media--compact, .investment-media, .closing-media { width: 100%; justify-self: stretch; border-radius: 17px; }
  .empathy-section { padding: 76px 0 70px; }
  .empathy-copy { margin-top: 27px; grid-template-columns: 1fr; }
  .empathy-copy p:last-child { grid-column: 1; }
  .core-questions { grid-template-columns: 1fr; }
  .core-questions article { min-height: 0; }
  .investment-section { width: calc(100% - 28px); border-radius: 22px; padding: 52px 20px; }
  .investment-copy p:not(.eyebrow) { margin-top: 18px; }
  .investment-comparison { margin-top: 34px; grid-template-columns: 1fr; }
  .comparison-mark { justify-self: center; }
  .cost-card { padding: 24px; }
  .investment-conclusion { margin-top: 31px; padding-left: 17px; }
  .investment-conclusion h3 { font-size: 1.42rem; }
  .advantage-section { padding: 82px 0 78px; }
  .advantage-flow { margin-top: 34px; grid-template-columns: 1fr; }
  .flow-arrow { justify-self: center; transform: rotate(90deg); }
  .advantage-section blockquote { padding-left: 17px; font-size: 0.92rem; }
  .live-section { padding: 64px 0; gap: 31px; }
  .live-judgements { grid-template-columns: 1fr; }
  .proof-section { padding: 78px 0; }
  .proof-numbers { grid-template-columns: 1fr; }
  .proof-numbers i { justify-self: center; }
  .purpose-section { width: calc(100% - 28px); border-radius: 22px; padding: 50px 21px; gap: 30px; }
  .purpose-aside { grid-template-columns: 1fr; }
  .purpose-section blockquote { padding: 16px 18px; }
  .closing-section { padding: 80px 0 68px; }
  .closing-media { grid-row: 2; aspect-ratio: 16 / 10; }
  .closing-cta { min-width: 0; }
  .ranking-section { padding: 0 0 58px; }
  .ranking-card { width: 100%; border-radius: 18px; padding: 14px; }
  .ranking-card img { border-radius: 11px; }
  .faq-section { padding: 8px 0 78px; }
  .faq-heading { border-radius: 22px; padding: 34px 20px 29px; grid-template-columns: 1fr; gap: 26px; }
  .faq-support-visual { width: 100%; justify-self: stretch; border-radius: 16px; }
  .faq-list { margin-top: 20px; gap: 10px; }
  .faq-item { border-radius: 14px; }
  .faq-item summary { padding: 19px 51px 19px 18px; font-size: 0.92rem; }
  .faq-item summary::after { right: 16px; width: 25px; height: 25px; }
  .faq-answer { padding: 17px 18px 20px; font-size: 0.88rem; }
  footer { width: calc(100% - 40px); padding: 23px 0 33px; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-cta:hover { transform: none; }
}
