:root {
  color-scheme: light;
  --navy-950: #061426;
  --navy-900: #0b1f38;
  --navy-800: #143454;
  --cyan-500: #00a2fa;
  --cyan-600: #007fc8;
  --cyan-100: #dff4ff;
  --mint-500: #0abfb6;
  --ink: #172334;
  --muted: #5d6877;
  --line: #dce4ec;
  --soft: #f4f7fa;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 31, 56, .14);
  font-family: "Noto Sans JP", YuGothic, sans-serif;
  color: var(--ink);
  background: var(--white);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #fff; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 99; padding: 12px 18px; color: #fff; background: var(--navy-950); }
.skip-link:focus { top: 12px; }

.site-header {
  height: 78px; padding: 0 clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(220, 228, 236, .85); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 20;
}
.brand { display: flex; align-items: center; gap: 15px; color: var(--ink); text-decoration: none; }
.brand img { width: 146px; height: auto; }
.brand-divider { width: 1px; height: 25px; background: var(--line); }
.guta-wordmark { font-weight: 700; letter-spacing: .03em; }
.site-header nav { display: flex; align-items: center; gap: 14px; min-width: min(340px, 35vw); }
.progress-copy { color: var(--muted); font-size: 12px; white-space: nowrap; }
.progress-track { flex: 1; height: 4px; overflow: hidden; border-radius: 10px; background: #e7edf2; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan-500), var(--mint-500)); transition: width .5s ease; }
.header-help, .text-button { border: 0; background: transparent; color: #425468; font-weight: 600; }
.header-help { padding: 10px 12px; }
.app-main { min-height: calc(100vh - 126px); }
.app-footer { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px clamp(20px, 4vw, 64px); color: #6d7885; background: #f5f7f9; font-size: 11px; }

.eyebrow { margin: 0 0 20px; color: var(--cyan-600); font-family: Barlow, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.primary-button, .secondary-button {
  min-height: 54px; border-radius: 8px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s;
}
.primary-button { color: #fff; background: var(--cyan-600); box-shadow: 0 12px 28px rgba(0,127,200,.24); }
.primary-button:hover { background: #006da9; transform: translateY(-2px); }
.secondary-button { color: var(--navy-800); border-color: #bdcad6; background: #fff; }
.secondary-button:hover { border-color: var(--navy-800); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Welcome */
.welcome-main { background: linear-gradient(110deg, #f9fbfd 0 54%, #07182c 54% 100%); overflow: hidden; }
.welcome-grid { min-height: calc(100vh - 126px); max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; }
.welcome-copy { padding: clamp(70px, 9vh, 120px) clamp(36px, 7vw, 104px); align-self: center; }
.welcome-copy h1 { margin: 0; max-width: 720px; color: var(--navy-900); font-size: clamp(42px, 4.6vw, 62px); line-height: 1.24; letter-spacing: -.045em; word-break: keep-all; }
.welcome-copy h1 span { color: var(--cyan-600); }
.welcome-copy .lead { max-width: 630px; margin: 30px 0 34px; color: var(--muted); font-size: 17px; line-height: 2; }
.welcome-actions { display: flex; align-items: center; gap: 18px; }
.welcome-actions p { color: #697483; font-size: 12px; }
.trust-row { display: flex; gap: clamp(22px, 4vw, 52px); margin: 54px 0 0; }
.trust-row div { padding-right: clamp(22px, 4vw, 52px); border-right: 1px solid var(--line); }
.trust-row div:last-child { border: 0; }
.trust-row dt { color: var(--navy-800); font: 700 23px Barlow, sans-serif; }
.trust-row dd { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.welcome-visual { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; }
.guta-stage { width: min(600px, 88%); position: relative; z-index: 2; filter: drop-shadow(0 38px 38px rgba(0,0,0,.25)); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-a { width: 520px; height: 520px; background: radial-gradient(circle at 35% 30%, rgba(0,162,250,.9), rgba(0,87,147,.15) 65%); }
.orb-b { width: 740px; height: 740px; border: 1px solid rgba(89,195,255,.18); box-shadow: inset 0 0 120px rgba(0,162,250,.12); }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; color: #fff; background: rgba(9,33,57,.72); box-shadow: 0 16px 35px rgba(0,0,0,.22); backdrop-filter: blur(16px); font-size: 12px; }
.note-one { top: 23%; left: 4%; }
.note-two { right: 5%; bottom: 24%; }

/* Intake */
.intake-main { background: var(--soft); }
.intake-layout { min-height: calc(100vh - 126px); display: grid; grid-template-columns: minmax(220px, .7fr) minmax(480px, 1.55fr) minmax(250px, .75fr); }
.guta-panel { padding: 55px 30px; display: flex; flex-direction: column; align-items: center; color: #ddebfa; background: linear-gradient(155deg, #081a2e, #123e62); text-align: center; }
.guta-panel img { width: min(320px, 100%); margin: auto 0 22px; filter: drop-shadow(0 24px 25px rgba(0,0,0,.28)); }
.guta-panel p { font-size: 12px; line-height: 1.8; }
.guta-status { align-self: stretch; padding: 10px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.06); font-size: 11px; }
.guta-status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #41dfbc; box-shadow: 0 0 0 5px rgba(65,223,188,.1); }
.conversation-panel { padding: clamp(42px, 6vw, 80px); background: #fff; }
.conversation-meta { display: flex; justify-content: space-between; color: #788391; font: 600 11px Barlow, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.answer-history { margin: 28px 0 20px; border-top: 1px solid var(--line); }
.history-row { padding: 12px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); color: #788391; font-size: 11px; }
.history-row strong { color: var(--navy-800); }
.guta-message { display: flex; align-items: flex-start; gap: 16px; margin: 42px 0 30px; }
.guta-message p { margin: 0; color: var(--navy-900); font-size: clamp(24px, 3vw, 38px); font-weight: 700; line-height: 1.5; letter-spacing: -.03em; }
.mini-guta { flex: 0 0 48px; width: 48px; height: 48px; overflow: hidden; border: 1px solid #cde9f7; border-radius: 50%; background: var(--cyan-100); }
.mini-guta img { width: 100%; transform: scale(1.16); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice-button { min-height: 74px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #cad5df; border-radius: 8px; color: #24384e; background: #fff; text-align: left; font-weight: 600; transition: border-color .2s, box-shadow .2s, transform .2s; }
.choice-button:hover, .choice-button:focus-visible { border-color: var(--cyan-600); box-shadow: 0 10px 24px rgba(9,67,105,.1); transform: translateY(-2px); outline: none; }
.conversation-panel > .text-button { margin-top: 30px; }
.intake-summary { padding: 55px 32px; border-left: 1px solid var(--line); background: #f7f9fb; }
.summary-label { margin: 0 0 25px; color: #6a7787; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.summary-item { display: flex; gap: 12px; padding: 16px 0; opacity: .42; }
.summary-item > span { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border: 1px solid #aebbc7; border-radius: 50%; font: 600 11px Barlow, sans-serif; }
.summary-item small, .summary-item strong { display: block; }
.summary-item small { margin-bottom: 4px; color: #7a8591; font-size: 10px; }
.summary-item strong { color: #23364c; font-size: 12px; }
.summary-item.is-done, .summary-item.is-current { opacity: 1; }
.summary-item.is-done > span { color: #fff; border-color: var(--mint-500); background: var(--mint-500); }
.summary-item.is-current > span { color: var(--cyan-600); border-color: var(--cyan-500); box-shadow: 0 0 0 5px var(--cyan-100); }

/* Plan */
.plan-main { background: #fff; }
.plan-hero { min-height: 330px; padding: 65px max(5vw, calc((100vw - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 60px; color: #fff; background: radial-gradient(circle at 80% 10%, #18587e 0, transparent 34%), var(--navy-950); }
.plan-hero h1 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.45; letter-spacing: -.03em; }
.plan-hero h1 span { color: #60ccff; }
.plan-guta { width: min(360px, 34vw); display: flex; align-items: center; }
.plan-guta img { width: 190px; margin-left: -40px; }
.plan-guta p { margin-left: -22px; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.07); font-size: 12px; line-height: 1.8; }
.plan-body { max-width: 1180px; margin: 0 auto; padding: 70px 28px 100px; }
.plan-reason, .path-preview { display: grid; grid-template-columns: 60px 1fr; gap: 18px; }
.section-index { color: var(--cyan-600); font: 700 12px Barlow, sans-serif; letter-spacing: .12em; }
.plan-reason h2, .path-preview h2 { margin: -7px 0 10px; color: var(--navy-900); font-size: 24px; }
.plan-reason p, .path-preview p { max-width: 750px; margin: 0; color: var(--muted); line-height: 1.9; }
.selection-source { display: inline-flex; margin-top: 12px; padding: 5px 9px; border-radius: 4px; color: #506172; background: #eef3f6; font-size: 9px; font-weight: 600; }
.experience-card { margin: 45px 0 70px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); background: #fff; }
.experience-image { min-height: 470px; position: relative; overflow: hidden; background: #dce7ee; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-image::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(5,20,34,.55)); }
.experience-image > span { position: absolute; left: 22px; bottom: 22px; z-index: 2; padding: 8px 12px; border-radius: 5px; color: #fff; background: rgba(5,20,34,.8); font-size: 11px; }
.experience-content { padding: 38px 42px 42px; }
.experience-meta { display: flex; justify-content: space-between; color: var(--cyan-600); font: 700 11px Barlow, sans-serif; letter-spacing: .08em; }
.course-name { margin: 25px 0 8px; color: #627080; font-size: 11px; }
.experience-content h2 { margin: 0 0 18px; color: var(--navy-900); font-size: 30px; line-height: 1.45; }
.experience-content > p:not(.course-name) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.focus-box { margin: 25px 0 20px; padding: 17px; display: flex; gap: 13px; color: var(--navy-800); border-left: 3px solid var(--cyan-500); background: #eff8fd; }
.focus-box small, .focus-box strong { display: block; }
.focus-box small { margin-bottom: 5px; color: var(--cyan-600); font-size: 10px; }
.focus-box strong { font-size: 12px; line-height: 1.7; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 27px; }
.tag-row span { padding: 6px 10px; border: 1px solid #d3dde5; border-radius: 999px; color: #536272; font-size: 10px; }
.path-preview { grid-template-columns: 60px 1fr 1.2fr; align-items: start; }
.path-preview ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: path; }
.path-preview li { position: relative; padding: 40px 8px 0; color: #788492; font-size: 10px; text-align: center; }
.path-preview li::before { counter-increment: path; content: counter(path); position: absolute; top: 0; left: 50%; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #b9c5cf; border-radius: 50%; background: #fff; transform: translateX(-50%); z-index: 2; }
.path-preview li::after { content: ""; position: absolute; top: 14px; left: -50%; width: 100%; height: 1px; background: #cbd5dd; }
.path-preview li:first-child::after { display: none; }
.path-preview li.active { color: var(--cyan-600); font-weight: 700; }
.path-preview li.active::before { color: #fff; border-color: var(--cyan-600); background: var(--cyan-600); }

/* Loading and blocked */
.loading-screen { min-height: calc(100vh - 126px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; color: #fff; background: var(--navy-950); text-align: center; }
.loading-screen img { width: 250px; margin-bottom: -28px; }
.loading-screen h1 { margin: 0 0 22px; font-size: clamp(26px, 4vw, 42px); }
.loading-screen > p:last-child { color: #a9bdce; font-size: 12px; }
.loading-bar { width: min(420px, 80vw); height: 3px; overflow: hidden; background: rgba(255,255,255,.15); }
.loading-bar span { display: block; width: 35%; height: 100%; background: var(--cyan-500); animation: loading 1.2s ease-in-out infinite; }
@keyframes loading { from { transform: translateX(-100%); } to { transform: translateX(380%); } }
.blocked-main { background: #f3f6f8; }
.blocked-layout { min-height: calc(100vh - 126px); max-width: 1180px; margin: 0 auto; padding: 80px 28px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.status-pill { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: #7b5400; background: #fff0c9; font-size: 11px; font-weight: 700; }
.blocked-copy h1 { margin: 24px 0; color: var(--navy-900); font-size: clamp(30px, 3.6vw, 42px); line-height: 1.45; letter-spacing: -.03em; word-break: keep-all; }
.blocked-copy > p { color: var(--muted); line-height: 2; }
.blocked-copy code { padding: 2px 6px; color: #fff; border-radius: 4px; background: var(--navy-800); }
.blocked-copy dl { margin: 30px 0; border-top: 1px solid var(--line); }
.blocked-copy dl div { padding: 13px 0; display: grid; grid-template-columns: 110px 1fr; border-bottom: 1px solid var(--line); font-size: 12px; }
.blocked-copy dt { color: #788492; }
.blocked-copy dd { margin: 0; color: #293e55; font-weight: 600; }
.blocked-visual { min-height: 470px; position: relative; }
.blocked-poster { width: 100%; height: 420px; object-fit: cover; border-radius: 10px; filter: saturate(.75); box-shadow: var(--shadow); }
.blocked-guta { position: absolute; right: -45px; bottom: -40px; width: 240px; filter: drop-shadow(0 18px 24px rgba(5,20,34,.2)); }

/* Player */
.player-main { color: #fff; background: #050d16; }
.player-page { min-height: calc(100vh - 126px); max-width: 1440px; margin: 0 auto; padding: 38px 44px 30px; }
.player-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.player-heading .course-name { margin: 0 0 6px; color: #93a7b8; }
.player-heading h1 { margin: 0; font-size: clamp(22px, 3vw, 34px); }
.watch-focus { max-width: 470px; display: flex; gap: 12px; padding: 12px 15px; border: 1px solid #284258; border-radius: 6px; color: #cbefff; background: #0d2134; }
.watch-focus small, .watch-focus strong { display: block; }
.watch-focus small { margin-bottom: 4px; color: #6dcfff; font-size: 9px; }
.watch-focus strong { font-size: 11px; line-height: 1.6; }
.immersive-player { overflow: hidden; border: 1px solid #263b4e; border-radius: 8px; background: #000; box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.player-stage { aspect-ratio: 16 / 8.4; position: relative; background: #000; }
.source-video, .sphere-canvas { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; }
.is-360 .source-video { opacity: 0; pointer-events: none; }
.source-video.fallback-visible { opacity: 1; }
.sphere-canvas { cursor: grab; touch-action: none; }
.sphere-canvas:active { cursor: grabbing; }
.center-play { position: absolute; left: 50%; top: 50%; width: 68px; height: 68px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: rgba(0,0,0,.5); transform: translate(-50%,-50%); font-size: 22px; backdrop-filter: blur(10px); }
.center-play.is-hidden { opacity: 0; pointer-events: none; }
.drag-hint, .qa-ribbon { position: absolute; z-index: 3; padding: 7px 10px; border-radius: 4px; color: #fff; background: rgba(0,0,0,.58); font-size: 10px; }
.drag-hint { left: 14px; top: 14px; }
.qa-ribbon { right: 14px; top: 14px; color: #ffeab6; }
.player-controls { min-height: 58px; padding: 10px 14px; display: flex; align-items: center; gap: 12px; background: #0d1721; }
.player-controls button { min-width: 38px; min-height: 36px; border: 0; border-radius: 4px; color: #e7f1f7; background: #1a2b3a; font-size: 11px; }
.time { min-width: 96px; color: #b8c6d1; font: 500 11px Barlow, sans-serif; }
.seek { flex: 1; accent-color: var(--cyan-500); }
.quality-label { display: flex; align-items: center; gap: 7px; color: #93a5b5; font-size: 10px; }
.quality-select { height: 34px; border: 1px solid #354c60; border-radius: 4px; color: #fff; background: #152534; }
.player-foot { padding: 19px 0 0; display: flex; align-items: center; justify-content: space-between; color: #8094a5; font-size: 10px; }
.player-foot span { display: flex; align-items: center; gap: 7px; }
.player-foot .text-button { color: #8dd7ff; }

/* Assessment and result */
.assessment-main { background: #eef3f6; }
.assessment-layout { min-height: calc(100vh - 126px); max-width: 1160px; margin: 0 auto; padding: 75px 30px; display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 45px; }
.assessment-guta { align-self: stretch; display: flex; flex-direction: column; justify-content: end; color: #dceafa; border-radius: 10px; background: linear-gradient(160deg, #0b2035, #15466b); text-align: center; }
.assessment-guta img { margin-top: auto; }
.assessment-guta p { margin: -35px 24px 28px; position: relative; font-size: 11px; line-height: 1.8; }
.assessment-card { padding: clamp(35px, 5vw, 65px); border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.assessment-card h1 { margin: 0 0 30px; color: var(--navy-900); font-size: 36px; }
.assessment-card .question { margin: 0 0 25px; color: #263d55; font-size: 20px; font-weight: 600; line-height: 1.75; }
.assessment-options { display: grid; gap: 10px; }
.assessment-options button { min-height: 62px; padding: 12px 16px; display: flex; align-items: center; gap: 15px; border: 1px solid #cbd6df; border-radius: 7px; color: #2f4357; background: #fff; text-align: left; }
.assessment-options button span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; color: var(--cyan-600); background: var(--cyan-100); font: 700 12px Barlow, sans-serif; }
.assessment-options button:hover { border-color: var(--cyan-600); background: #f4fbff; }
.assessment-note { margin: 22px 0 0; color: #76818e; font-size: 10px; }
.result-main { background: radial-gradient(circle at 90% 15%, #e4f7ff, transparent 34%), #f8fafb; }
.result-layout { min-height: calc(100vh - 126px); max-width: 1100px; margin: 0 auto; padding: 75px 30px; position: relative; }
.result-heading { max-width: 780px; }
.result-heading h1 { margin: 0; color: var(--navy-900); font-size: clamp(34px, 5vw, 54px); line-height: 1.45; letter-spacing: -.04em; }
.result-heading > p:last-child { margin: 20px 0 0; color: var(--muted); line-height: 1.8; }
.evidence-grid { margin: 48px 0 34px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.evidence-card { min-height: 255px; padding: 30px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.9); }
.evidence-card > span { color: var(--cyan-600); }
.evidence-card small { display: block; margin: 18px 0 7px; color: #73808d; font-size: 10px; }
.evidence-card h2 { margin: 0 0 16px; color: var(--navy-900); font-size: 22px; }
.evidence-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.evidence-card.is-positive { border-top: 3px solid var(--mint-500); }
.evidence-card.is-retry { border-top: 3px solid #e2a725; }
.result-actions { display: flex; gap: 12px; }
.result-guta { position: absolute; right: -120px; top: 0; width: 330px; opacity: .18; pointer-events: none; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .welcome-main { background: #f9fbfd; }
  .welcome-grid { grid-template-columns: 1fr; }
  .welcome-visual { min-height: 520px; background: var(--navy-950); }
  .intake-layout { grid-template-columns: 180px 1fr; }
  .intake-summary { display: none; }
  .experience-card { grid-template-columns: 40% 60%; }
  .path-preview { grid-template-columns: 50px 1fr; }
  .path-preview ol { grid-column: 2; margin-top: 30px; }
  .blocked-layout { gap: 35px; }
  .assessment-layout { grid-template-columns: 220px 1fr; }
}

@media (max-width: 700px) {
  .site-header { height: 64px; padding: 0 16px; }
  .brand img { width: 116px; }
  .brand-divider { height: 20px; }
  .guta-wordmark { font-size: 12px; }
  .header-help { font-size: 11px; }
  .app-footer { align-items: flex-start; flex-direction: column; }
  .welcome-grid { min-height: auto; }
  .welcome-copy { padding: 55px 22px 46px; }
  .welcome-copy h1 { font-size: 31px; line-height: 1.35; }
  .welcome-copy .lead { font-size: 15px; line-height: 1.85; }
  .welcome-actions { align-items: stretch; flex-direction: column; }
  .welcome-actions .primary-button { width: 100%; }
  .trust-row { gap: 14px; margin-top: 40px; }
  .trust-row div { padding-right: 14px; }
  .trust-row dt { font-size: 18px; }
  .welcome-visual { min-height: 440px; }
  .note-one { left: 14px; top: 14%; }
  .note-two { right: 14px; bottom: 16%; }
  .intake-layout { display: block; }
  .guta-panel { min-height: 170px; padding: 18px; display: grid; grid-template-columns: 1fr 130px; text-align: left; }
  .guta-panel .guta-status { align-self: center; }
  .guta-panel img { grid-column: 2; grid-row: 1 / 3; width: 130px; margin: 0; }
  .guta-panel p { display: none; }
  .conversation-panel { padding: 38px 20px 55px; }
  .guta-message { margin-top: 28px; }
  .guta-message p { font-size: 25px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-button { min-height: 62px; }
  .plan-hero { padding: 48px 22px; display: block; }
  .plan-hero h1 { font-size: 31px; }
  .plan-hero h1 span { display: block; }
  .plan-guta { width: 100%; margin-top: 25px; }
  .plan-guta img { width: 130px; margin-left: -20px; }
  .plan-body { padding: 50px 18px 75px; }
  .plan-reason { grid-template-columns: 35px 1fr; }
  .experience-card { display: block; margin-top: 35px; }
  .experience-image { min-height: 280px; }
  .experience-content { padding: 28px 22px; }
  .experience-content h2 { font-size: 25px; }
  .experience-content .primary-button { width: 100%; }
  .path-preview { grid-template-columns: 35px 1fr; }
  .path-preview ol { grid-column: 1 / -1; }
  .blocked-layout { padding: 55px 20px 80px; display: flex; flex-direction: column-reverse; }
  .blocked-copy h1 { font-size: 31px; }
  .blocked-visual { width: 100%; min-height: 310px; }
  .blocked-poster { height: 290px; }
  .blocked-guta { right: -20px; width: 170px; }
  .button-row { flex-direction: column-reverse; }
  .button-row button { width: 100%; }
  .player-page { padding: 24px 12px 30px; }
  .player-heading { align-items: stretch; flex-direction: column; }
  .player-stage { aspect-ratio: 16/10; }
  .player-controls { flex-wrap: wrap; }
  .seek { order: -1; flex-basis: 100%; }
  .quality-label { margin-left: auto; }
  .fullscreen-toggle { display: none; }
  .player-foot { align-items: flex-start; gap: 20px; }
  .assessment-layout { padding: 30px 16px 60px; display: block; }
  .assessment-guta { min-height: 170px; display: grid; grid-template-columns: 150px 1fr; align-items: center; }
  .assessment-guta img { width: 150px; margin: 0; }
  .assessment-guta p { margin: 0 18px 0 0; }
  .assessment-card { margin-top: 16px; padding: 30px 20px; }
  .assessment-card h1 { font-size: 29px; }
  .assessment-card .question { font-size: 17px; }
  .result-layout { padding: 55px 18px 75px; }
  .evidence-grid { grid-template-columns: 1fr; }
  .result-actions { flex-direction: column-reverse; }
  .result-actions button { width: 100%; }
  .result-guta { display: none; }
}

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