/* Redesigned public landing page */
.landing-shell.home-shell {
  min-height: auto;
  overflow: hidden;
  color: #1d1c2f;
  background:
    radial-gradient(circle at 9% 16%, rgba(217,255,101,.48), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(109,74,255,.17), transparent 24%),
    #f6f3ec;
}

.landing-shell.home-shell::before,
.landing-shell.home-shell::after { display: none; }

.home-nav {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  height: 84px;
  border-bottom: 1px solid rgba(40,35,69,.1);
}

.home-nav-links { display: flex; gap: 34px; margin-left: auto; color: #5f5d6d; font-size: 13px; font-weight: 750; }
.home-nav-links a { position: relative; }
.home-nav-links a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 2px; background: var(--violet); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.home-nav-links a:hover::after { transform: scaleX(1); }
.home-nav-actions { display: flex; align-items: center; gap: 9px; margin-left: 38px; }
.home-login { padding: 10px 14px; color: #4f4c60; background: transparent; font-size: 13px; font-weight: 800; }

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
  min-height: 690px;
  padding-block: 72px 108px;
}

.home-hero-copy { position: relative; z-index: 4; }
.home-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 8px 13px; border: 1px solid #d7d1e3; border-radius: 999px; color: #554e69; background: rgba(255,255,255,.7); font-size: 11px; font-weight: 800; letter-spacing: .035em; }
.home-kicker span { color: var(--violet); }
.home-hero-copy h1 { max-width: 660px; margin-bottom: 23px; font-family: var(--display); font-size: clamp(43px, 5vw, 68px); line-height: 1.07; letter-spacing: -2.7px; }
.home-hero-copy h1 em { position: relative; color: var(--violet); font-style: normal; }
.home-hero-copy h1 em::after { position: absolute; right: 4px; bottom: -8px; left: 3px; height: 9px; border-radius: 50%; background: var(--accent); content: ""; opacity: .9; transform: rotate(-1.5deg); z-index: -1; }
.home-hero-copy > p { max-width: 650px; margin-bottom: 30px; color: #656273; font-size: 16px; line-height: 1.72; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.home-hero-actions .button-secondary { background: rgba(255,255,255,.64); }
.home-trust-row { display: flex; flex-wrap: wrap; gap: 11px 20px; color: #5d5a6a; font-size: 10px; font-weight: 750; }
.home-trust-row span { display: flex; align-items: center; gap: 6px; }
.home-trust-row i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; color: #257255; background: #dff8ec; font-size: 9px; font-style: normal; }

.home-hero-scene { position: relative; min-height: 545px; }
.scene-grid { position: absolute; inset: 8px 15px 20px 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 38px; background: linear-gradient(145deg,#211a43,#322369 60%,#4931a4); box-shadow: 0 35px 80px rgba(45,31,103,.27); transform: rotate(1.3deg); }
.scene-grid::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: 34px 34px; content: ""; mask-image: linear-gradient(to bottom,black,transparent 85%); }
.scene-grid::after { position: absolute; top: -90px; right: -60px; width: 270px; height: 270px; border: 55px solid rgba(217,255,101,.14); border-radius: 50%; content: ""; }
.lesson-route-card { position: absolute; z-index: 3; top: 62px; left: 58px; width: min(440px, calc(100% - 90px)); padding: 25px; border: 1px solid rgba(255,255,255,.7); border-radius: 24px; background: rgba(255,255,255,.95); box-shadow: 0 22px 60px rgba(12,7,44,.34); transform: rotate(-1deg); }
.route-card-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid #e9e6ef; }
.route-card-head span { display: block; margin-bottom: 5px; color: #8b8798; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.route-card-head strong { display: block; font-size: 15px; }
.route-card-head > i { padding: 7px 9px; border-radius: 8px; color: #5b3ad1; background: #eee9ff; font-size: 8px; font-style: normal; font-weight: 850; }
.route-step { display: grid; grid-template-columns: 39px 1fr 30px; gap: 11px; align-items: center; }
.route-step > b { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid #e0ddea; border-radius: 11px; color: #858193; background: #f8f7fb; font-size: 9px; }
.route-step span strong, .route-step span small { display: block; }
.route-step span strong { margin-bottom: 3px; font-size: 11px; }
.route-step span small { color: #92909e; font-size: 8px; }
.route-step > i { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; color: #777381; background: #f3f2f6; font-size: 11px; font-style: normal; font-weight: 850; }
.route-step.is-ready > b, .route-step.is-ready > i { color: #1b7652; border-color: #bfead8; background: #e7f8f1; }
.route-step.is-current > b, .route-step.is-current > i { color: white; border-color: var(--violet); background: var(--violet); box-shadow: 0 8px 18px rgba(109,74,255,.22); }
.route-line { width: 2px; height: 18px; margin: 3px 0 3px 18px; background: #ddd9e8; }
.route-share { display: flex; align-items: center; gap: 8px; margin-top: 20px; padding: 7px; border-radius: 11px; background: #f1eff7; }
.route-share span { overflow: hidden; flex: 1; padding-left: 5px; color: #84808f; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.route-share button { padding: 9px 11px; border-radius: 8px; color: #2e235b; background: var(--accent); font-size: 8px; font-weight: 850; }
.scene-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 13px; color: #373046; background: rgba(255,255,255,.94); box-shadow: 0 16px 35px rgba(19,11,50,.21); font-size: 9px; font-weight: 800; }
.scene-note b { color: #227a57; }
.note-top { top: 20px; right: 0; transform: rotate(4deg); }
.scene-result-card { position: absolute; z-index: 5; right: -15px; bottom: 32px; width: 174px; padding: 15px; border: 1px solid rgba(255,255,255,.65); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 18px 40px rgba(16,9,52,.27); transform: rotate(3deg); }
.scene-result-card > span { display: block; color: #817d8e; font-size: 7px; font-weight: 750; }
.scene-result-card > strong { display: block; margin: 4px 0 9px; font-family: var(--display); font-size: 23px; }
.scene-result-card > div { display: flex; align-items: end; gap: 5px; height: 39px; }
.scene-result-card i { flex: 1; border-radius: 4px 4px 2px 2px; background: linear-gradient(#8f73ff,#6544ec); }
.scene-format-card { position: absolute; z-index: 5; bottom: 14px; left: 4px; display: flex; align-items: center; gap: 10px; width: 210px; padding: 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; color: white; background: rgba(28,20,62,.9); box-shadow: 0 18px 35px rgba(10,6,35,.25); transform: rotate(-3deg); }
.scene-format-card > span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 11px; color: #2b2156; background: var(--accent); font-size: 15px; }
.scene-format-card strong, .scene-format-card small { display: block; }
.scene-format-card strong { margin-bottom: 4px; font-size: 10px; }
.scene-format-card small { color: rgba(255,255,255,.62); font-size: 7px; }

.home-quickbar { position: relative; z-index: 8; display: grid; grid-template-columns: repeat(4,1fr); margin-top: -42px; overflow: hidden; border: 1px solid #ded9e6; border-radius: 20px; background: white; box-shadow: 0 18px 45px rgba(36,29,73,.09); }
.home-quickbar > div { display: flex; align-items: center; gap: 11px; min-height: 84px; padding: 17px 21px; }
.home-quickbar > div + div { border-left: 1px solid #ece9f0; }
.home-quickbar > div > span { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; border-radius: 11px; color: var(--violet); background: #eeeaff; font-size: 15px; font-weight: 850; }
.home-quickbar p, .home-quickbar strong, .home-quickbar small { display: block; margin: 0; }
.home-quickbar strong { margin-bottom: 3px; font-size: 10px; }
.home-quickbar small { color: #8a8795; font-size: 8px; line-height: 1.4; }

.home-main { background: #fff; }
.home-section { padding: 118px 0 105px; }
.home-section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 40px; }
.home-section-head h2, .faq-heading h2 { max-width: 760px; margin: 7px 0 0; font-family: var(--display); font-size: clamp(30px,4vw,46px); line-height: 1.16; letter-spacing: -1.5px; }
.home-section-head > p { max-width: 415px; margin: 0 0 3px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.home-section-label { color: var(--violet); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.capability-card { position: relative; overflow: hidden; min-height: 340px; padding: 30px; border: 1px solid #e4e2e9; border-radius: 24px; background: #f9f8fb; }
.capability-number { position: absolute; top: 23px; right: 26px; color: #cfccd6; font-family: var(--display); font-size: 12px; }
.capability-icon { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 23px; border-radius: 14px; color: white; background: var(--violet); font-size: 20px; font-weight: 800; }
.capability-card h3 { max-width: 500px; margin-bottom: 10px; font-size: 22px; }
.capability-card > p { max-width: 520px; margin-bottom: 22px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.card-create { background: linear-gradient(145deg,#fbfaff,#f2efff); }
.card-share { background: #effaf5; }
.card-share .capability-icon { color: #176b4d; background: #bff0dc; }
.card-export { background: #fff8ed; }
.card-export .capability-icon { color: #9b551e; background: #ffe1bd; }
.card-formats { color: white; border-color: #3b2a82; background: linear-gradient(145deg,#2b205f,#5639be); }
.card-formats .capability-number { color: rgba(255,255,255,.25); }
.card-formats .capability-icon { color: #2c2358; background: var(--accent); }
.card-formats > p { color: rgba(255,255,255,.66); }
.mini-question { width: 82%; padding: 16px; border: 1px solid #ddd7ee; border-radius: 15px; background: white; box-shadow: 0 13px 30px rgba(68,45,150,.1); transform: rotate(-1deg); }
.mini-question span { color: var(--violet); font-size: 7px; font-weight: 850; text-transform: uppercase; }
.mini-question b { display: block; margin: 8px 0 12px; font-size: 10px; }
.mini-question i { display: block; width: 100%; height: 9px; margin-top: 6px; border-radius: 6px; background: #eeecf4; }
.mini-question i:nth-child(4) { width: 78%; }
.mini-question i:nth-child(5) { width: 88%; }
.format-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.format-tags i { padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(255,255,255,.09); font-size: 8px; font-style: normal; font-weight: 750; }
.student-entry { display: flex; align-items: center; gap: 11px; max-width: 410px; padding: 14px; border: 1px solid #cde8dc; border-radius: 15px; background: white; }
.student-entry > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: white; background: #42b98b; font-size: 10px; font-weight: 850; }
.student-entry > div { flex: 1; }
.student-entry b, .student-entry small { display: block; }
.student-entry b { margin-bottom: 3px; font-size: 10px; }
.student-entry small { color: #848c8a; font-size: 8px; }
.student-entry > i { color: #25815f; font-style: normal; }
.export-papers { position: relative; height: 90px; }
.export-papers > i, .export-papers > div { position: absolute; top: 6px; left: 26%; width: 150px; height: 100px; border: 1px solid #e8dccd; border-radius: 8px; background: #fff; box-shadow: 0 12px 28px rgba(103,70,30,.1); transform: rotate(-5deg); }
.export-papers > i:nth-child(2) { left: calc(26% + 20px); background: #fff2df; transform: rotate(3deg); }
.export-papers > div { left: calc(26% + 9px); padding: 17px; transform: rotate(-1deg); }
.export-papers b { display: block; margin-bottom: 14px; color: #3a3550; font-size: 9px; }
.export-papers span { display: block; height: 5px; margin-top: 7px; border-radius: 5px; background: #e8e2da; }

.audience-section { padding: 105px 0; background: #f5f3f8; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience-card { min-height: 540px; padding: 42px; border-radius: 28px; }
.teacher-card { color: white; background: radial-gradient(circle at 90% 10%,rgba(217,255,101,.16),transparent 25%),linear-gradient(145deg,#20184a,#4d33ab); }
.student-card { border: 1px solid #dfdce7; background: white; }
.audience-kicker { display: inline-block; margin-bottom: 18px; padding: 7px 10px; border-radius: 8px; color: var(--violet); background: #eeeaff; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.teacher-card .audience-kicker { color: #2b2352; background: var(--accent); }
.audience-card > h2 { max-width: 550px; margin-bottom: 30px; font-size: 29px; line-height: 1.25; }
.teacher-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.teacher-card li { display: flex; gap: 12px; align-items: flex-start; padding: 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.07); }
.teacher-card li > i { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; border-radius: 9px; color: #302456; background: var(--accent); font-size: 9px; font-style: normal; font-weight: 850; }
.teacher-card li b, .teacher-card li small { display: block; }
.teacher-card li b { margin-bottom: 4px; font-size: 10px; }
.teacher-card li small { color: rgba(255,255,255,.6); font-size: 8px; line-height: 1.5; }
.student-screen { padding: 22px; border: 1px solid #e3e1e9; border-radius: 20px; background: #f8f7fb; box-shadow: 0 17px 40px rgba(42,33,82,.08); }
.student-screen-top { display: flex; justify-content: space-between; color: #8b8795; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.student-screen h3 { margin: 19px 0; font-size: 15px; line-height: 1.45; }
.student-screen > div:not(.student-screen-top) { display: flex; gap: 10px; align-items: center; margin-top: 8px; padding: 11px; border: 1px solid #dedbe7; border-radius: 11px; background: white; }
.student-screen > div:not(.student-screen-top) span { display: grid; width: 21px; height: 21px; place-items: center; border: 1px solid #cfcbd9; border-radius: 7px; color: white; background: white; font-size: 8px; }
.student-screen > div:nth-of-type(2) { border-color: #947cff; background: #f0ecff; }
.student-screen > div:nth-of-type(2) span { border-color: var(--violet); background: var(--violet); }
.student-screen p { margin: 0; font-size: 9px; font-weight: 750; }
.student-screen > button { width: 100%; margin-top: 18px; padding: 12px; border-radius: 10px; color: white; background: var(--violet); font-size: 9px; font-weight: 850; }

.process-section { padding: 110px 0; }
.process-head { align-items: end; }
.process-track { display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: center; }
.process-track > article { display: flex; gap: 16px; align-items: flex-start; min-height: 180px; padding: 24px; border: 1px solid #e2e0e7; border-radius: 21px; background: #faf9fc; }
.process-track > article > span { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: white; background: var(--violet); font-family: var(--display); font-size: 11px; }
.process-track article small { color: var(--violet); font-size: 7px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.process-track article h3 { margin: 8px 0; font-size: 17px; }
.process-track article p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.process-track > i { height: 2px; background: repeating-linear-gradient(90deg,#c8c3d4 0 7px,transparent 7px 13px); }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; padding: 105px 0; border-top: 1px solid #e8e5eb; }
.faq-heading { align-self: start; position: sticky; top: 30px; }
.faq-heading h2 { margin-bottom: 15px; font-size: 36px; }
.faq-heading p { color: var(--muted); font-size: 12px; }
.faq-list { display: grid; gap: 9px; }
.faq-list details { border: 1px solid #e0dde6; border-radius: 15px; background: #faf9fc; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; cursor: pointer; font-size: 11px; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; color: var(--violet); background: #eeeaff; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 10px; line-height: 1.7; }

.home-final { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-bottom: 100px; overflow: hidden; padding: 48px; border-radius: 29px; color: white; background: radial-gradient(circle at 85% 20%,rgba(217,255,101,.2),transparent 25%),linear-gradient(125deg,#281c63,#6241dc); }
.home-final::after { position: absolute; right: 20%; bottom: -80px; width: 200px; height: 200px; border: 35px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.home-final > div { position: relative; z-index: 1; max-width: 720px; }
.home-final > div > span { color: var(--accent); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.home-final h2 { margin: 10px 0; font-family: var(--display); font-size: 32px; line-height: 1.25; }
.home-final p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; }
.home-final > .button { position: relative; z-index: 1; flex: 0 0 auto; color: #2d2454; background: var(--accent); box-shadow: none; }
.home-footer { background: #f5f3f8; }

.player-home-link { flex: 0 0 auto; margin-left: 6px; padding: 9px 11px; border: 1px solid #dedfe8; border-radius: 9px; color: #5b5d70; background: white; font-size: 9px; font-weight: 800; }
.player-home-link:hover { color: var(--violet); border-color: #c9c0ef; background: #f5f2ff; }

@media (max-width: 1080px) {
  .home-hero { grid-template-columns: 1fr; padding-top: 60px; text-align: center; }
  .home-hero-copy > p, .home-hero-copy h1 { margin-right: auto; margin-left: auto; }
  .home-kicker, .home-trust-row, .home-hero-actions { justify-content: center; }
  .home-hero-scene { width: min(650px,100%); margin: 0 auto; text-align: left; }
  .home-quickbar { grid-template-columns: 1fr 1fr; margin-top: -25px; }
  .home-quickbar > div:nth-child(3) { border-left: 0; border-top: 1px solid #ece9f0; }
  .home-quickbar > div:nth-child(4) { border-top: 1px solid #ece9f0; }
  .process-track { grid-template-columns: 1fr; gap: 11px; }
  .process-track > i { width: 2px; height: 22px; margin-left: 44px; background: repeating-linear-gradient(0deg,#c8c3d4 0 7px,transparent 7px 13px); }
  .process-track > article { min-height: auto; }
}

@media (max-width: 780px) {
  .home-nav { height: 70px; }
  .home-nav-links { display: none; }
  .home-nav-actions { margin-left: auto; }
  .home-nav-actions .home-login { display: none; }
  .home-nav-actions .button { min-height: 38px; padding-inline: 12px; font-size: 9px; }
  .home-hero { min-height: 0; padding: 48px 0 82px; }
  .home-hero-copy h1 { font-size: 42px; letter-spacing: -1.8px; }
  .home-hero-scene { min-height: 500px; }
  .lesson-route-card { left: 35px; width: calc(100% - 70px); }
  .scene-result-card { right: 0; }
  .scene-format-card { left: 0; }
  .home-section { padding: 90px 0 80px; }
  .home-section-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .capability-grid, .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: auto; }
  .faq-section { grid-template-columns: 1fr; gap: 32px; padding-block: 80px; }
  .faq-heading { position: static; }
  .home-final { align-items: flex-start; flex-direction: column; padding: 36px 28px; }
  .home-final > .button { width: 100%; }
  .player-home-link { width: 38px; height: 38px; margin-left: 2px; padding: 0; font-size: 0; }
  .player-home-link::before { content: "←"; font-size: 14px; }
  .player-test-name { margin-left: 7px; padding-left: 9px; }
}

@media (max-width: 520px) {
  .home-nav .brand { font-size: 14px; }
  .home-nav .brand-mark { width: 30px; height: 30px; }
  .home-nav-actions .button { max-width: 150px; }
  .home-kicker { padding: 7px 10px; font-size: 8px; }
  .home-hero { gap: 25px; padding-top: 36px; text-align: left; }
  .home-hero-copy h1 { margin-left: 0; font-size: 34px; line-height: 1.1; letter-spacing: -1.3px; }
  .home-hero-copy > p { margin-left: 0; font-size: 14px; }
  .home-hero-actions, .home-trust-row { justify-content: flex-start; }
  .home-hero-actions .button { width: 100%; }
  .home-trust-row { display: grid; grid-template-columns: 1fr; }
  .home-hero-scene { min-height: 430px; }
  .scene-grid { inset: 6px 0 8px; border-radius: 25px; }
  .lesson-route-card { top: 42px; left: 16px; width: calc(100% - 32px); padding: 18px; }
  .route-step { grid-template-columns: 34px 1fr 28px; }
  .route-step > b { width: 32px; height: 32px; }
  .route-line { margin-left: 16px; }
  .note-top { top: 5px; right: 7px; }
  .scene-result-card { right: 4px; bottom: 11px; width: 145px; }
  .scene-format-card { bottom: 3px; left: 4px; width: 175px; }
  .scene-format-card small { display: none; }
  .home-quickbar { grid-template-columns: 1fr; margin-top: -15px; border-radius: 16px; }
  .home-quickbar > div { min-height: 72px; }
  .home-quickbar > div + div, .home-quickbar > div:nth-child(3), .home-quickbar > div:nth-child(4) { border-top: 1px solid #ece9f0; border-left: 0; }
  .home-section { padding: 72px 0; }
  .home-section-head h2, .faq-heading h2 { font-size: 29px; }
  .capability-card { min-height: 0; padding: 24px; }
  .capability-card h3 { font-size: 19px; }
  .mini-question { width: 100%; }
  .audience-section { padding: 70px 0; }
  .audience-card { padding: 25px; border-radius: 21px; }
  .audience-card > h2 { font-size: 22px; }
  .student-screen { padding: 16px; }
  .process-section { padding: 75px 0; }
  .process-track > article { padding: 19px; }
  .faq-section { padding-block: 70px; }
  .faq-list summary { padding: 16px; font-size: 10px; }
  .home-final { margin-bottom: 70px; padding: 28px 22px; }
  .home-final h2 { font-size: 24px; }
  .home-footer .container { align-items: flex-start; flex-direction: column; gap: 9px; }
  .player-header .brand { display: none; }
}

/* Readability pass */
.home-nav-links, .home-login { font-size: 14px; }
.home-kicker { font-size: 12px; }
.home-trust-row { font-size: 12px; }
.route-card-head span { font-size: 10px; }
.route-card-head strong { font-size: 16px; }
.route-card-head > i { font-size: 10px; }
.route-step > b { font-size: 10px; }
.route-step span strong { font-size: 13px; }
.route-step span small { font-size: 10px; }
.route-share span, .route-share button { font-size: 10px; }
.scene-note { font-size: 11px; }
.scene-result-card > span { font-size: 9px; }
.scene-format-card strong { font-size: 12px; }
.scene-format-card small { font-size: 9px; }
.home-quickbar strong { font-size: 12px; }
.home-quickbar small { font-size: 10px; }
.home-section-head > p { font-size: 15px; }
.home-section-label { font-size: 11px; }
.capability-card h3 { font-size: 24px; }
.capability-card > p { font-size: 14px; }
.mini-question span { font-size: 9px; }
.mini-question b { font-size: 12px; }
.format-tags i { font-size: 10px; }
.student-entry b { font-size: 12px; }
.student-entry small { font-size: 10px; }
.audience-kicker { font-size: 10px; }
.teacher-card li b { font-size: 13px; }
.teacher-card li small { font-size: 11px; }
.student-screen-top { font-size: 10px; }
.student-screen h3 { font-size: 17px; }
.student-screen p, .student-screen > button { font-size: 11px; }
.process-track article small { font-size: 9px; }
.process-track article h3 { font-size: 19px; }
.process-track article p { font-size: 13px; }
.faq-heading p { font-size: 14px; }
.faq-list summary { font-size: 14px; }
.faq-list details p { font-size: 13px; }
.home-final > div > span { font-size: 11px; }
.home-final p { font-size: 14px; }

@media (max-width: 520px) {
  .home-kicker { font-size: 10px; line-height: 1.35; }
  .home-trust-row { font-size: 11px; }
  .route-step span strong { font-size: 12px; }
  .route-step span small { font-size: 9px; }
  .home-quickbar strong { font-size: 13px; }
  .home-quickbar small { font-size: 11px; }
  .capability-card h3 { font-size: 21px; }
  .capability-card > p { font-size: 13px; }
  .faq-list summary { font-size: 12px; }
  .faq-list details p { font-size: 12px; }
}


/* Touch-цілі (аудит доступності на дотик, 2026-09). */
@media (pointer: coarse) {
  .home-nav .brand, .landing-footer .brand, .button, .home-nav-actions .button, .landing-nav .button, .route-share button, .student-screen button, .lg-btn { min-height: 44px; }
}
