:root {
  --ink: #131518;
  --ink-2: #272b31;
  --muted: #66707c;
  --muted-2: #9099a4;
  --line: #e4e8ed;
  --wash: #f6f8fa;
  --white: #fff;
  --orange: #ff7a1a;
  --orange-dark: #d85e0d;
  --cyan: #0eb8c9;
  --shadow: 0 22px 70px rgba(19, 21, 24, .13);
  --font: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); line-height: 1.6; letter-spacing: 0; }
body.menu-open, body.video-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; letter-spacing: 0; }
:focus-visible { outline: 3px solid rgba(14, 184, 201, .45); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.section-inner { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }

.brand-header { position: fixed; top: 0; right: 0; left: 0; z-index: 100; height: 72px; display: flex; align-items: center; gap: 54px; padding: 0 56px; color: var(--ink); background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(19, 21, 24, .08); backdrop-filter: blur(18px); }
.brand-wordmark { width: 54px; height: 54px; display: flex; align-items: center; flex: 0 0 auto; overflow: visible; }
.brand-wordmark img { width: 54px; height: 54px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 36px; margin-left: auto; }
.main-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-2); font-size: 14px; font-weight: 700; white-space: nowrap; }
.main-nav a:not(.play-entry)::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; content: ""; background: var(--cyan); transform: scaleX(0); transform-origin: left center; transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav .play-entry { min-height: 42px; gap: 9px; padding: 0 18px; color: var(--white); background: var(--ink); transition: background .2s ease, transform .2s ease; }
.main-nav .play-entry::before { width: 0; height: 0; content: ""; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid var(--orange); }
.main-nav .play-entry:hover { background: var(--orange-dark); transform: translateY(-1px); }
.main-nav .play-entry:hover::before { border-left-color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.game-stage { position: relative; height: calc(100svh - 38px); min-height: 640px; max-height: 900px; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: #07101f; }
.game-background { position: absolute; inset: 0; background-image: url("assets/brand/krboom-hero.jpg"); background-position: center; background-size: cover; transform: scale(1.012); animation: ambient 16s ease-in-out infinite alternate; transition: opacity .45s ease, transform .8s ease, background-image .2s ease; }
@keyframes ambient { from { transform: scale(1.012); } to { transform: scale(1.044); } }
.game-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 9, 16, .96) 0%, rgba(5, 9, 16, .82) 38%, rgba(5, 9, 16, .28) 68%, rgba(5, 9, 16, .08) 100%), linear-gradient(0deg, rgba(5, 9, 16, .8) 0%, rgba(5, 9, 16, .22) 46%, rgba(5, 9, 16, .02) 74%); }
.game-copy { position: relative; z-index: 2; width: min(590px, calc(100% - 96px)); margin: 0 0 clamp(78px, 12vh, 132px) max(56px, calc((100vw - 1240px) / 2)); transition: opacity .28s ease, transform .42s ease; }
.brand-copy { width: min(690px, calc(100% - 96px)); }
.brand-copy .game-description { max-width: 620px; }
.game-copy.switching { opacity: 0; transform: translateY(16px); }
.game-emblem { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; padding: 8px 14px 8px 8px; color: rgba(255, 255, 255, .88); background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22); backdrop-filter: blur(16px); }
.game-emblem img { width: 48px; height: 48px; object-fit: cover; border-radius: 8px; box-shadow: 0 12px 30px rgba(0, 0, 0, .28); }
.game-emblem span { font-size: 12px; font-weight: 800; }
.game-kicker { margin: 0 0 10px; color: #b7f3f8; font-size: 12px; font-weight: 900; letter-spacing: 0; }
.game-copy h1 { margin: 0; font-size: clamp(52px, 7vw, 86px); line-height: 1.02; font-weight: 900; text-shadow: 0 12px 42px rgba(0, 0, 0, .32); }
.game-subtitle { margin: 20px 0 0; color: var(--white); font-size: clamp(21px, 2.4vw, 30px); line-height: 1.35; font-weight: 900; }
.game-description { max-width: 530px; margin: 14px 0 0; color: rgba(255, 255, 255, .78); font-size: 16px; line-height: 1.9; }
.game-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; color: rgba(255, 255, 255, .72); font-size: 12px; font-weight: 800; }
.game-meta span { display: inline-flex; align-items: center; gap: 10px; }
.game-meta span + span::before { width: 1px; height: 12px; content: ""; background: rgba(255, 255, 255, .38); }
.game-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.primary-action, .play-action, .video-action { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid rgba(255, 255, 255, .66); font-size: 14px; font-weight: 900; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.primary-action { color: var(--ink); background: var(--white); border-color: var(--white); }
.primary-action:hover { color: var(--white); background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); }
.play-action { gap: 10px; color: var(--white); background: var(--orange); border-color: var(--orange); }
.play-action::before { width: 0; height: 0; content: ""; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; }
.play-action:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); }
.video-action { gap: 11px; color: var(--white); background: rgba(255, 255, 255, .08); }
.video-action:hover { background: rgba(255, 255, 255, .18); border-color: rgba(255, 255, 255, .9); transform: translateY(-2px); }
.play-icon { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.play-icon::after { width: 0; height: 0; margin-left: 2px; content: ""; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; }

.game-switcher { position: absolute; right: max(56px, calc((100vw - 1240px) / 2)); bottom: 42px; z-index: 3; display: flex; align-items: center; gap: 24px; }
.game-switcher > p { display: flex; align-items: center; gap: 9px; margin: 0; color: rgba(255, 255, 255, .78); font-size: 11px; font-weight: 900; }
.game-switcher > p i { width: 36px; height: 1px; background: rgba(255, 255, 255, .48); }
.game-tabs { display: flex; gap: 10px; }
.game-tabs button { position: relative; width: 70px; height: 70px; display: grid; place-items: center; padding: 5px; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .48); cursor: pointer; transition: background .2s ease, transform .2s ease, border-color .2s ease; }
.game-tabs button[aria-selected="true"] { background: var(--white); border-color: var(--white); transform: translateY(-5px); }
.game-tabs img { width: 58px; height: 58px; object-fit: cover; border-radius: 8px; }
.game-tabs span { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.scroll-cue { position: absolute; right: 28px; bottom: 28px; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 9px; color: rgba(255, 255, 255, .78); font-size: 9px; font-weight: 800; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 54px; background: rgba(255, 255, 255, .52); }

.game-entry-section { padding: 92px 0 104px; background: var(--white); }
.entry-layout { display: grid; grid-template-columns: minmax(260px, .6fr) minmax(0, 1fr); gap: 80px; align-items: end; margin-bottom: 40px; }
.entry-lead { max-width: 690px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.entry-intro { display: grid; gap: 22px; }
.entry-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.game-switcher.catalog-switcher { position: static; color: var(--ink); }
.catalog-switcher > p { color: var(--muted); }
.catalog-switcher > p i { background: var(--line); }
.catalog-switcher .game-tabs button { background: var(--wash); border-color: var(--line); }
.catalog-switcher .game-tabs button[aria-selected="true"] { background: var(--white); border-color: var(--cyan); box-shadow: 0 10px 26px rgba(19, 21, 24, .1); }
.section-video-action { min-height: 48px; padding: 9px 18px; color: var(--white); background: var(--ink); border-color: var(--ink); }
.section-video-action:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.section-heading p { margin: 0 0 14px; color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.section-heading h2 { max-width: 620px; margin: 0; color: var(--ink); font-size: clamp(32px, 4.4vw, 48px); line-height: 1.24; }
.section-heading.compact { margin-bottom: 38px; }
.game-entry-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 20px; }
.game-entry-card { min-height: 240px; overflow: hidden; background: var(--wash); border: 1px solid var(--line); border-radius: 8px; }
.game-entry-card a { position: relative; min-height: 100%; display: block; color: var(--white); background: #121416; }
.game-entry-card.active { box-shadow: var(--shadow); }
.game-card-image { width: 100%; height: 100%; min-height: 290px; object-fit: cover; transition: transform .35s ease; }
.game-entry-card a:hover .game-card-image { transform: scale(1.035); }
.game-card-body { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 18px 20px; background: linear-gradient(90deg, rgba(12, 14, 16, .92), rgba(12, 14, 16, .72)); backdrop-filter: blur(14px); }
.game-card-body img { width: 58px; height: 58px; object-fit: cover; border-radius: 8px; }
.game-card-body strong, .game-card-body small, .game-card-body b { display: block; min-width: 0; overflow-wrap: anywhere; }
.game-card-body strong { font-size: 22px; line-height: 1.25; }
.game-card-body small { margin-top: 5px; color: rgba(255, 255, 255, .7); font-size: 12px; }
.game-card-body b { padding: 9px 15px; color: var(--ink); background: var(--white); font-size: 12px; }
.game-entry-card.is-placeholder { display: grid; place-items: center; padding: 28px; color: var(--muted); background: linear-gradient(135deg, #f8fafb, #eef2f5); border-style: dashed; }
.game-entry-card.is-placeholder span { display: block; text-align: center; }
.game-entry-card.is-placeholder strong { display: block; color: var(--ink-2); font-size: 20px; }
.game-entry-card.is-placeholder small { display: block; margin-top: 8px; font-size: 13px; }

.company-section { padding: 112px 0 116px; background: var(--wash); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-layout { display: grid; grid-template-columns: minmax(310px, .75fr) minmax(0, 1.25fr); gap: 96px; }
.company-copy > p { max-width: 720px; margin: 34px 0 40px; color: var(--muted); font-size: 17px; line-height: 2; }
.company-values { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; background: var(--white); border: 1px solid var(--line); list-style: none; }
.company-values li { min-height: 154px; display: flex; flex-direction: column; padding: 26px 22px; border-right: 1px solid var(--line); }
.company-values li:last-child { border-right: 0; }
.company-values strong { color: var(--cyan); font-size: 12px; }
.company-values span { margin-top: 24px; font-size: 17px; font-weight: 900; }
.company-values small { margin-top: 6px; color: var(--muted-2); font-size: 12px; line-height: 1.55; }

.qualification-section { padding: 102px 0 112px; background: var(--white); }
.qualification-table { width: 100%; background: var(--white); border-collapse: collapse; border-top: 3px solid var(--ink); text-align: left; }
.qualification-table caption { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.qualification-table th, .qualification-table td { min-height: 66px; padding: 20px 26px; border-bottom: 1px solid var(--line); vertical-align: top; }
.qualification-table thead { color: var(--muted-2); background: #fafbfc; font-size: 12px; font-weight: 800; }
.qualification-table tbody th { width: 27%; color: var(--muted); font-size: 13px; font-weight: 600; }
.qualification-table tbody td:nth-child(2) { width: 48%; }
.qualification-table strong, .qualification-table a { min-width: 0; overflow-wrap: anywhere; font-size: 14px; }
.qualification-table a:hover { color: var(--orange-dark); }
.qualification-table tbody td:last-child { width: 25%; color: var(--muted-2); font-size: 12px; }

.corporate-footer { color: #cbd2da; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 70px; padding-top: 58px; padding-bottom: 48px; }
.footer-brand img { width: 96px; height: 96px; margin-bottom: 18px; object-fit: contain; }
.footer-brand p { margin: 0; color: rgba(255, 255, 255, .66); font-size: 13px; }
.footer-compliance { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 30px; }
.footer-compliance > a, .footer-compliance > span { min-width: 0; display: grid; grid-template-columns: 142px minmax(0, 1fr); gap: 18px; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.footer-compliance > a:hover strong { color: var(--white); }
.footer-compliance span span, .footer-compliance a span { color: rgba(255, 255, 255, .42); font-size: 12px; }
.footer-compliance strong { min-width: 0; color: rgba(255, 255, 255, .82); font-size: 12px; font-weight: 700; overflow-wrap: anywhere; transition: color .2s ease; }
.footer-notices { border-top: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1); background: #171a1e; }
.notice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; }
.notice-block { min-height: 132px; padding: 28px 34px 30px 0; }
.notice-block + .notice-block { padding-left: 34px; border-left: 1px solid rgba(255, 255, 255, .1); }
.notice-block strong { display: block; margin-bottom: 10px; color: var(--white); font-size: 13px; }
.notice-block p { margin: 0; color: rgba(255, 255, 255, .66); font-size: 13px; line-height: 1.9; }
.notice-block.fraud strong { color: #ffd1b5; }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: rgba(255, 255, 255, .42); font-size: 11px; }
.footer-bottom span:last-child { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-bottom a:hover { color: var(--white); }

.video-dialog { width: min(960px, calc(100% - 40px)); max-width: none; padding: 0; color: var(--white); background: #080808; border: 0; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.video-dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(6px); }
.video-dialog-head { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 20px 16px 26px; }
.video-dialog-head p, .video-dialog-head h2 { margin: 0; }
.video-dialog-head p { color: var(--orange); font-size: 9px; font-weight: 900; }
.video-dialog-head h2 { font-size: 20px; }
.video-dialog-head button { width: 44px; height: 44px; color: var(--white); background: transparent; border: 1px solid #555; font-size: 28px; line-height: 1; cursor: pointer; }
.video-dialog video { width: 100%; aspect-ratio: 16 / 9; display: block; background: #000; }

.subpage-main { padding-top: 72px; background: var(--wash); }
.subpage-hero { color: var(--white); background: var(--ink); border-bottom: 5px solid var(--orange); }
.subpage-hero .section-inner { min-height: 330px; display: grid; align-content: center; padding-top: 64px; padding-bottom: 64px; }
.subpage-hero .eyebrow { margin: 0 0 12px; color: #b7f3f8; font-size: 11px; font-weight: 900; }
.subpage-hero h1 { max-width: 820px; margin: 0; font-size: 52px; line-height: 1.15; }
.subpage-hero p:last-child { max-width: 760px; margin: 20px 0 0; color: rgba(255, 255, 255, .7); font-size: 16px; line-height: 1.9; }
.subpage-section { padding: 72px 0 88px; }
.policy-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 70px; align-items: start; }
.policy-nav { position: sticky; top: 104px; display: grid; border-top: 2px solid var(--ink); }
.policy-nav strong { padding: 20px 0 12px; color: var(--orange-dark); font-size: 12px; }
.policy-nav a { padding: 12px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }
.policy-nav a:hover { color: var(--ink); }
.policy-content { min-width: 0; padding: 42px 48px; background: var(--white); border: 1px solid var(--line); }
.policy-content > :first-child { margin-top: 0; }
.policy-content h2 { margin: 44px 0 12px; font-size: 25px; line-height: 1.35; }
.policy-content h3 { margin: 30px 0 10px; font-size: 17px; }
.policy-content p, .policy-content li { color: var(--ink-2); font-size: 14px; line-height: 1.95; }
.policy-content ul, .policy-content ol { margin: 12px 0; padding-left: 22px; }
.policy-updated { color: var(--muted) !important; font-size: 12px !important; }
.policy-notice { margin-top: 34px; padding: 20px 22px; color: var(--ink-2); background: #fff7f0; border-left: 4px solid var(--orange); font-size: 13px; line-height: 1.8; }
.contact-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-item { min-height: 220px; padding: 32px; background: var(--white); border: 1px solid var(--line); }
.contact-item > span { color: var(--cyan); font-size: 11px; font-weight: 900; }
.contact-item h2 { margin: 16px 0 10px; font-size: 24px; }
.contact-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.contact-item a { display: inline-block; margin-top: 20px; color: var(--orange-dark); font-weight: 800; overflow-wrap: anywhere; }

@media (max-width: 1020px) {
  .brand-header { gap: 30px; padding: 0 28px; }
  .main-nav { gap: 24px; }
  .game-entry-grid { grid-template-columns: 1fr; }
  .game-entry-card.is-placeholder { min-height: 150px; }
  .footer-main, .entry-layout, .company-layout, .policy-layout { grid-template-columns: 1fr; gap: 32px; }
  .policy-nav { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
  .policy-nav strong { grid-column: 1 / -1; }
  .policy-nav a { padding-right: 14px; }
  .footer-compliance { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .brand-header { height: 68px; padding: 0 22px; }
  .brand-wordmark { width: 48px; height: 48px; }
  .brand-wordmark img { width: 48px; height: 48px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; top: 68px; right: 0; bottom: 0; width: min(340px, 88vw); display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding: 30px; background: var(--white); box-shadow: -20px 20px 50px rgba(0,0,0,.16); opacity: 0; visibility: hidden; transform: translateX(24px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateX(0); }
  .main-nav a { min-height: 52px; justify-content: flex-start; }
  .main-nav .play-entry { justify-content: center; margin-top: 18px; }
  .game-stage { min-height: 620px; }
  .game-copy { width: min(560px, calc(100% - 60px)); margin-left: 30px; }
  .game-switcher { right: 30px; }
  .company-values { grid-template-columns: 1fr; }
  .company-values li { min-height: 116px; border-right: 0; border-bottom: 1px solid var(--line); }
  .company-values li:last-child { border-bottom: 0; }
  .company-values span { margin-top: 12px; }
  .notice-grid { grid-template-columns: 1fr; }
  .notice-block, .notice-block + .notice-block { padding: 24px 0; border-left: 0; }
  .notice-block + .notice-block { border-top: 1px solid rgba(255, 255, 255, .1); }
}

@media (max-width: 640px) {
  .section-inner { width: min(100% - 30px, 1240px); }
  .game-stage { min-height: calc(100svh - 30px); height: auto; max-height: none; padding-top: 68px; }
  .game-background { background-image: url("assets/brand/krboom-hero.jpg"); background-position: 69% center; }
  .game-shade { background: linear-gradient(0deg, rgba(7, 8, 10, .96) 0%, rgba(7, 8, 10, .74) 42%, rgba(7, 8, 10, .08) 76%); }
  .game-copy { width: calc(100% - 30px); margin: 0 15px 92px; }
  .game-emblem { margin-bottom: 18px; }
  .game-emblem img { width: 44px; height: 44px; }
  .game-copy h1 { font-size: 46px; }
  .game-subtitle { font-size: 19px; }
  .game-description { max-width: 100%; font-size: 13px; line-height: 1.8; }
  .game-actions { gap: 9px; }
  .primary-action, .play-action, .video-action { flex: 1 1 142px; min-height: 48px; padding: 10px 12px; font-size: 13px; }
  .game-switcher { right: 15px; bottom: 72px; left: 15px; justify-content: space-between; }
  .game-switcher > p i { width: 24px; }
  .game-tabs button { width: 62px; height: 62px; }
  .game-tabs img { width: 50px; height: 50px; }
  .game-switcher.catalog-switcher { position: static; justify-content: flex-start; }
  .entry-tools { align-items: stretch; flex-direction: column; }
  .section-video-action { width: 100%; flex: none; }
  .scroll-cue { display: none; }
  .game-entry-section { padding: 72px 0 78px; }
  .entry-layout { margin-bottom: 30px; }
  .entry-lead { font-size: 14px; }
  .game-card-image { min-height: 260px; }
  .game-card-body { grid-template-columns: 48px minmax(0, 1fr); padding: 15px; }
  .game-card-body img { width: 48px; height: 48px; }
  .game-card-body strong { font-size: 18px; }
  .game-card-body b { grid-column: 1 / -1; width: 100%; text-align: center; }
  .company-section { padding: 74px 0 78px; }
  .company-copy > p { margin: 24px 0 30px; font-size: 15px; line-height: 1.9; }
  .qualification-section { padding: 72px 0 80px; }
  .qualification-table, .qualification-table tbody, .qualification-table tr, .qualification-table th, .qualification-table td { display: block; width: 100% !important; }
  .qualification-table { background: transparent; }
  .qualification-table thead { display: none; }
  .qualification-table tbody tr { margin-bottom: 10px; padding: 17px; background: var(--white); border: 1px solid var(--line); }
  .qualification-table th, .qualification-table td { min-height: 0; padding: 2px 0; border: 0; }
  .qualification-table tbody th { color: var(--orange-dark); font-weight: 800; }
  .subpage-main { padding-top: 68px; }
  .subpage-hero .section-inner { min-height: 290px; padding-top: 48px; padding-bottom: 48px; }
  .subpage-hero h1 { font-size: 38px; }
  .subpage-hero p:last-child { font-size: 14px; }
  .subpage-section { padding: 54px 0 68px; }
  .policy-nav { grid-template-columns: 1fr; }
  .policy-nav strong { grid-column: auto; }
  .policy-content { padding: 26px 20px; }
  .policy-content h2 { margin-top: 34px; font-size: 22px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-item { min-height: 0; padding: 26px 22px; }
  .footer-main { padding-top: 40px; padding-bottom: 34px; }
  .footer-brand img { width: 84px; height: 84px; }
  .footer-compliance > a, .footer-compliance > span { grid-template-columns: 1fr; gap: 4px; padding: 12px 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 22px; padding-bottom: 22px; }
  .video-dialog { width: calc(100% - 20px); }
  .video-dialog-head h2 { font-size: 17px; }
}

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