@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #08070b;
  --bg-soft: #0d0a12;
  --panel: rgba(10, 8, 13, .92);
  --panel-2: #100c16;
  --text: #f6f2f7;
  --muted: #9d96a5;
  --pink: #e13a91;
  --pink-soft: #f076b8;
  --violet: #7457e8;
  --cyan: #72d9e9;
  --line: rgba(225, 58, 145, .22);
  --line-soft: rgba(255, 255, 255, .08);
  --container: 1260px;
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: 'Manrope', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(180deg, rgba(6, 5, 9, .96), rgba(6, 5, 9, .78));
  backdrop-filter: blur(18px);
  transition: background .25s, height .25s;
}
.site-header.scrolled { background: rgba(6, 5, 9, .96); box-shadow: 0 14px 35px rgba(0, 0, 0, .3); }
.header-inner { height: 100%; display: grid; grid-template-columns: 205px minmax(360px, 1fr) auto; align-items: center; gap: 24px; }
.brand { width: 190px; }
.brand img { width: 100%; height: auto; }
.nav { display: flex; align-items: stretch; justify-content: center; align-self: stretch; }
.nav a {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0 15px;
  color: #aaa4ae;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: color .2s;
}
.nav a::after { content: ''; position: absolute; inset: auto 17px 0; height: 2px; background: var(--pink); transform: scaleX(0); transition: transform .2s; }
.nav a:hover, .nav a.active { color: #fff; }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.header-actions { display: grid; grid-template-columns: repeat(3, 104px); align-items: center; gap: 8px; }
.header-link, .download-mini { display: grid; place-items: center; width: 104px; height: 44px; padding: 0 10px; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transition: .2s; }
.header-link { border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); color: #b9b3bd; }
.header-link:hover { border-color: rgba(255,255,255,.35); color: #fff; }
.download-mini { border: 1px solid var(--pink); background: rgba(225, 58, 145, .08); color: #fff; }
.download-mini:hover { background: var(--pink); box-shadow: 0 0 25px rgba(225, 58, 145, .25); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line-soft); background: transparent; color: #fff; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: .2s; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid var(--pink);
  background: linear-gradient(135deg, #dd307f, #a92b9a);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(189, 39, 126, .2);
  transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(225, 58, 145, .32); }
.button.outline { background: rgba(8, 7, 11, .28); border-color: rgba(255, 255, 255, .28); box-shadow: none; }
.button.outline:hover { border-color: var(--pink-soft); background: rgba(225, 58, 145, .08); }

.pw-hero {
  position: relative;
  min-height: 850px;
  padding-top: var(--header);
  display: flex;
  align-items: center;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(6, 5, 9, .98) 0%, rgba(6, 5, 9, .83) 30%, rgba(6, 5, 9, .2) 61%, rgba(6, 5, 9, .12) 100%),
    linear-gradient(180deg, transparent 67%, var(--bg) 100%),
    url('../images/hero-titanpw-season1.webp') center/cover no-repeat;
}
.pw-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 75% 44%, rgba(116, 87, 232, .12), transparent 30%); }
.hero-inner { position: relative; padding: 78px 0 190px; }
.hero-copy { width: min(590px, 52%); }
.hero-logo { width: min(475px, 90%); margin: 0 0 23px -12px; filter: drop-shadow(0 18px 25px rgba(0,0,0,.35)); }
.overline, .eyebrow { color: var(--pink-soft); font-size: 10px; font-weight: 800; letter-spacing: .34em; text-transform: uppercase; }
.hero-copy h1 { max-width: 570px; margin: 17px 0 15px; font-family: 'Cinzel', serif; font-size: clamp(35px, 4.2vw, 62px); line-height: 1.03; font-weight: 600; letter-spacing: -.035em; }
.hero-copy h1 em { color: var(--pink-soft); font-style: normal; }
.hero-copy > p { max-width: 550px; margin: 0; color: #b4aeb8; font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-actions .button { min-width: 194px; }
.hero-version { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: #8e8794; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-version::before { content: ''; width: 28px; height: 1px; background: var(--pink); }

.hero-shortcuts { position: absolute; inset: auto 0 34px; z-index: 3; }
.shortcut-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255, 255, 255, .09); background: rgba(7, 5, 10, .7); backdrop-filter: blur(14px); }
.shortcut { min-height: 105px; padding: 20px 22px; border-right: 1px solid rgba(255, 255, 255, .08); transition: background .2s; }
.shortcut:last-child { border-right: 0; }
.shortcut:hover { background: rgba(225, 58, 145, .09); }
.shortcut span { display: block; margin-bottom: 8px; color: var(--pink-soft); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.shortcut strong { display: block; font-family: 'Cinzel', serif; font-size: 17px; font-weight: 600; }
.shortcut small { display: block; margin-top: 5px; color: #8c8591; font-size: 11px; }

.section { position: relative; padding: 105px 0; }
.section.compact { padding: 76px 0; }
.section.alt { border-block: 1px solid rgba(255,255,255,.05); background: linear-gradient(180deg, #0c0910, #09070c); }
.section-glow::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 75% 40%, rgba(116,87,232,.08), transparent 35%); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 44px; }
.section-title { margin: 12px 0 0; font-family: 'Cinzel', serif; font-size: clamp(29px, 4vw, 47px); line-height: 1.1; font-weight: 600; letter-spacing: -.025em; }
.section-title span { color: var(--pink-soft); }
.section-lead { max-width: 540px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.text-link { color: var(--pink-soft); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.intro-copy p { margin: 22px 0 0; color: var(--muted); line-height: 1.85; }
.intro-points { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.intro-point { display: grid; grid-template-columns: 58px 1fr; gap: 19px; padding: 26px; background: #0a080d; }
.intro-point b { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); color: var(--pink-soft); font-family: 'Cinzel', serif; }
.intro-point h3 { margin: 1px 0 7px; font-size: 15px; }
.intro-point p { margin: 0; color: #8e8794; font-size: 12px; line-height: 1.65; }

.data-shell { border: 1px solid var(--line); background: rgba(6, 5, 8, .82); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.data-title { padding: 27px 32px; border-bottom: 1px solid var(--line); color: var(--pink-soft); font-size: 11px; font-weight: 800; letter-spacing: .35em; text-transform: uppercase; }
.data-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.data-tab { position: relative; flex: 0 0 auto; padding: 19px 31px; border: 0; background: transparent; color: #79747c; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.data-tab::after { content: ''; position: absolute; inset: auto 0 0; height: 2px; background: var(--pink); transform: scaleX(0); transition: .2s; }
.data-tab.active { color: var(--pink-soft); }
.data-tab.active::after { transform: scaleX(1); }
.data-body { min-height: 380px; padding: 36px; }
.data-panel { display: none; animation: panel-in .25s ease; }
.data-panel.active { display: block; }
@keyframes panel-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.data-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.data-card { min-height: 112px; padding: 21px 22px; border: 1px solid var(--line); background: rgba(255,255,255,.012); }
.data-card.wide { grid-column: span 2; }
.data-card span { display: block; margin-bottom: 11px; color: #77717c; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.data-card strong { display: block; font-size: 17px; }
.data-card small { display: block; margin-top: 7px; color: #8b8490; font-size: 10px; line-height: 1.45; }
.chip-list { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { min-width: 120px; padding: 15px 18px; border: 1px solid var(--line); color: #ddd7e1; font-size: 12px; font-weight: 700; text-align: center; }
.race-hover { position: relative; cursor: default; transition: .2s; }
.race-hover:hover, .race-hover:focus { border-color: var(--pink); color: #fff; outline: 0; background: rgba(225,58,145,.08); }
.race-popover { position: absolute; z-index: 15; left: 50%; bottom: calc(100% + 13px); width: 270px; padding: 18px; visibility: hidden; opacity: 0; transform: translate(-50%, 7px); border: 1px solid var(--pink); border-radius: 13px; background: #211027; box-shadow: 0 24px 55px rgba(0,0,0,.46); pointer-events: none; text-align: left; transition: .2s; }
.race-popover::after { content: ''; position: absolute; left: 50%; bottom: -7px; width: 12px; height: 12px; transform: translateX(-50%) rotate(45deg); border-right: 1px solid var(--pink); border-bottom: 1px solid var(--pink); background: #211027; }
.race-hover:hover .race-popover, .race-hover:focus .race-popover { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.race-popover > strong { display: block; color: var(--pink-soft); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.race-popover > p { margin: 6px 0 13px; color: #b8b0bd; font-size: 10px; line-height: 1.5; }
.popover-classes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.popover-class { display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.035); text-align: center; }
.popover-class img { width: 100%; height: 90px; object-fit: contain; object-position: top center; background: rgba(255,255,255,.025); }
.popover-class b { padding: 8px 4px; color: #fff; font-size: 9px; }
.data-group + .data-group { margin-top: 30px; }
.data-group h3 { margin: 0 0 17px; padding-bottom: 12px; border-bottom: 1px solid var(--line); color: var(--pink-soft); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.rate-spotlight { display: flex; align-items: center; min-height: 215px; padding: 36px; border: 1px solid var(--line); background: radial-gradient(circle at 20% 30%, rgba(225,58,145,.13), transparent 45%); }
.rate-spotlight strong { display: block; color: var(--pink-soft); font-family: 'Cinzel', serif; font-size: clamp(50px, 8vw, 90px); line-height: .9; }
.rate-spotlight span { display: block; margin-top: 13px; color: #aaa3af; font-size: 10px; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
.requirements { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.requirements article { padding: 24px; border: 1px solid var(--line); }
.requirements h3 { margin: 0 0 13px; font-size: 15px; }
.requirements p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.classes-stage { display: grid; grid-template-columns: 340px minmax(0, 1fr); min-height: 600px; overflow: hidden; border: 1px solid var(--line); background: #09070c; }
.class-selector { padding: 27px; border-right: 1px solid var(--line); background: rgba(255,255,255,.012); }
.class-race + .class-race { margin-top: 22px; }
.class-race-label { display: block; margin-bottom: 10px; color: var(--pink-soft); font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.class-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.class-option { display: grid; grid-template-columns: 48px 1fr; align-items: center; min-width: 0; height: 60px; padding: 5px 10px 5px 5px; border: 1px solid rgba(255,255,255,.09); background: #0d0a11; color: #aaa3ae; cursor: pointer; text-align: left; transition: .2s; }
.class-option img { width: 48px; height: 48px; object-fit: contain; object-position: top center; filter: saturate(.65); transition: .2s; }
.class-option span { padding-left: 7px; font-size: 10px; font-weight: 800; }
.class-option:hover, .class-option.active { border-color: var(--pink); background: rgba(225,58,145,.095); color: #fff; }
.class-option:hover img, .class-option.active img { filter: saturate(1); }
.class-display { position: relative; min-height: 600px; overflow: hidden; background: radial-gradient(circle at 75% 37%, rgba(116,87,232,.15), transparent 34%), linear-gradient(135deg, #0d0913, #070609); }
.class-display::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(8,6,11,.93), rgba(8,6,11,.2) 62%, rgba(8,6,11,.04)); }
.class-panel { position: absolute; inset: 0; display: none; align-items: center; padding: 55px; animation: panel-in .3s ease; }
.class-panel.active { display: flex; }
.class-panel-copy { position: relative; z-index: 3; width: 48%; }
.class-panel-copy .race { color: var(--pink-soft); font-size: 9px; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.class-panel-copy h3 { margin: 11px 0 13px; font-family: 'Cinzel', serif; font-size: clamp(35px, 5vw, 58px); line-height: 1; }
.class-panel-copy p { margin: 0; color: #aaa3ae; font-size: 13px; line-height: 1.75; }
.class-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.class-tags span { padding: 9px 11px; border: 1px solid var(--line); color: #aaa3ae; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.class-render { position: absolute; z-index: 1; right: -2%; bottom: 0; width: min(70%, 650px); max-height: 96%; object-fit: contain; object-position: right bottom; filter: drop-shadow(0 28px 36px rgba(0,0,0,.46)); }

.content-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.content-card { position: relative; min-height: 350px; overflow: hidden; border: 1px solid var(--line-soft); background: #100c15; }
.content-card img { position: absolute; inset: 0; width: 100%; height: 72%; object-fit: cover; filter: saturate(.9) contrast(1.04) brightness(.78); transition: transform .5s, filter .5s; }
.content-card.rio img { object-position: center center; }
.content-card.nirvana img { object-position: center 42%; }
.content-card.uivante img { object-position: center 45%; }
.content-card.nw img { object-position: center 46%; }
.content-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,6,10,.02) 15%, rgba(8,6,10,.38) 48%, #09070c 78%); }
.content-card:hover img { transform: scale(1.045); filter: saturate(1.05) contrast(1.04) brightness(.88); }
.content-card > div { position: absolute; inset: auto 0 0; z-index: 2; padding: 25px; }
.content-card span { color: var(--pink-soft); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.content-card h3 { margin: 8px 0 7px; font-family: 'Cinzel', serif; font-size: 20px; }
.content-card p { margin: 0; color: #958e9b; font-size: 11px; line-height: 1.65; }

.special-box { position: relative; display: grid; grid-template-columns: 1fr .8fr; align-items: center; min-height: 365px; padding: 54px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(120deg, rgba(225,58,145,.08), transparent 45%), #0a080d; }
.special-box::after { content: 'T'; position: absolute; right: 5%; top: 50%; transform: translateY(-50%); color: rgba(225,58,145,.035); font-family: 'Cinzel', serif; font-size: 330px; line-height: 1; }
.special-copy { position: relative; z-index: 2; }
.special-copy h2 { max-width: 650px; margin: 13px 0 17px; font-family: 'Cinzel', serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.special-copy p { max-width: 630px; margin: 0; color: var(--muted); line-height: 1.8; }
.special-features { position: relative; z-index: 2; display: grid; gap: 10px; }
.special-feature { padding: 20px; border: 1px solid var(--line); background: rgba(8,6,11,.65); }
.special-feature strong { display: block; margin-bottom: 5px; font-size: 13px; }
.special-feature span { color: #918a96; font-size: 11px; }

.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 52px; border: 1px solid var(--line); background: linear-gradient(110deg, rgba(225,58,145,.11), rgba(116,87,232,.07)), #09070c; }
.cta-panel h2 { margin: 11px 0 0; font-family: 'Cinzel', serif; font-size: clamp(27px, 4vw, 42px); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 11px; }

.page-hero { position: relative; min-height: 430px; padding-top: var(--header); display: flex; align-items: flex-end; background: linear-gradient(90deg, rgba(6,5,9,.96), rgba(6,5,9,.44)), linear-gradient(180deg, transparent 45%, var(--bg)), url('../images/hero-titanpw-season1.webp') center 42%/cover no-repeat; }
.page-hero .container { padding-bottom: 70px; }
.page-hero h1 { margin: 14px 0 12px; font-family: 'Cinzel', serif; font-size: clamp(38px, 6vw, 68px); line-height: 1; font-weight: 600; }
.page-hero p { max-width: 590px; margin: 0; color: #aaa3ae; line-height: 1.75; }
.breadcrumbs { margin-bottom: 19px; color: #77717c; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.breadcrumbs a { color: var(--pink-soft); }

.rule-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; counter-reset: rules; }
.rule { position: relative; min-height: 180px; padding: 29px 29px 29px 86px; border: 1px solid var(--line); background: rgba(255,255,255,.012); counter-increment: rules; }
.rule::before { content: counter(rules, decimal-leading-zero); position: absolute; left: 27px; top: 28px; color: var(--pink-soft); font-family: 'Cinzel', serif; font-size: 22px; }
.rule h3 { margin: 0 0 10px; font-size: 15px; }
.rule p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.rule-note { margin-top: 22px; padding: 23px 27px; border-left: 2px solid var(--pink); background: rgba(225,58,145,.055); color: #aba4b0; font-size: 12px; line-height: 1.7; }

.download-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 14px; }
.download-card { padding: 36px; border: 1px solid var(--line); background: rgba(255,255,255,.012); }
.download-card.primary { background: linear-gradient(145deg, rgba(225,58,145,.09), transparent 60%), #0a080d; }
.download-card h2 { margin: 11px 0 13px; font-family: 'Cinzel', serif; font-size: 29px; }
.download-card p { margin: 0 0 23px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.check-list { display: grid; gap: 11px; margin: 23px 0 29px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; color: #bbb4bf; font-size: 12px; }
.check-list li::before { content: '◇'; color: var(--pink-soft); }
.step-list { display: grid; gap: 1px; margin-top: 28px; border: 1px solid var(--line); background: var(--line); }
.install-step { display: grid; grid-template-columns: 52px 1fr; gap: 19px; padding: 23px; background: #0a080d; }
.install-step b { color: var(--pink-soft); font-family: 'Cinzel', serif; font-size: 18px; }
.install-step h3 { margin: 0 0 5px; font-size: 13px; }
.install-step p { margin: 0; font-size: 11px; }

.empty-state { padding: 65px; border: 1px solid var(--line); background: rgba(255,255,255,.012); text-align: center; }
.empty-state h2 { margin: 13px 0; font-family: 'Cinzel', serif; font-size: 31px; }
.empty-state p { max-width: 600px; margin: 0 auto 25px; color: var(--muted); line-height: 1.75; }

.site-footer { padding: 62px 0 25px; border-top: 1px solid rgba(255,255,255,.06); background: #050407; }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .65fr .8fr; gap: 48px; padding-bottom: 45px; }
.footer-brand img { width: 205px; margin-bottom: 15px; }
.footer-brand p { max-width: 390px; margin: 0; color: #78727e; font-size: 11px; line-height: 1.75; }
.footer-column h4 { margin: 5px 0 18px; color: var(--pink-soft); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin: 11px 0; color: #8d8792; font-size: 11px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.055); color: #625d66; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 170px minmax(330px, 1fr) auto; gap: 14px; }
  .brand { width: 165px; }
  .nav a { padding-inline: 10px; }
  .header-actions { grid-template-columns: repeat(3, 86px); gap: 6px; }
  .header-link, .download-mini { width: 86px; font-size: 8px; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .content-card { min-height: 320px; }
}

@media (max-width: 900px) {
  :root { --header: 72px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { display: flex; }
  .brand { width: 158px; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-actions { display: none; }
  .nav { position: fixed; inset: var(--header) 0 auto; display: none; height: auto; padding: 15px; border-bottom: 1px solid var(--line); background: rgba(7,5,10,.98); }
  .nav.open { display: grid; }
  .nav a { display: block; padding: 16px 12px; border-bottom: 1px solid rgba(255,255,255,.05); }
  .nav a::after { display: none; }
  .pw-hero { min-height: 920px; align-items: flex-start; background-position: 62% center; }
  .pw-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(6,5,9,.45), rgba(6,5,9,.3) 42%, rgba(6,5,9,.95) 78%); }
  .hero-inner { padding-top: 110px; }
  .hero-copy { width: 72%; }
  .hero-shortcuts { bottom: 25px; }
  .shortcut-grid { grid-template-columns: 1fr 1fr; }
  .shortcut:nth-child(2) { border-right: 0; }
  .shortcut:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .intro-grid, .special-box, .download-grid { grid-template-columns: 1fr; }
  .data-grid { grid-template-columns: 1fr 1fr; }
  .classes-stage { grid-template-columns: 280px minmax(0, 1fr); }
  .class-selector { padding: 20px; }
  .class-options { grid-template-columns: 1fr; }
  .class-display, .classes-stage { min-height: 640px; }
  .class-panel { padding: 35px; }
  .class-panel-copy { width: 60%; }
  .rule-list { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 76px 0; }
  .pw-hero { min-height: 970px; background-position: 67% top; }
  .hero-inner { padding-top: 84px; }
  .hero-copy { width: 100%; padding-top: 310px; text-align: center; }
  .hero-logo { margin-inline: auto; width: 330px; }
  .hero-copy h1 { font-size: 35px; }
  .hero-copy > p { font-size: 13px; }
  .hero-actions { justify-content: center; }
  .hero-version { justify-content: center; }
  .hero-shortcuts { display: none; }
  .section-head { display: block; }
  .section-head .section-lead, .section-head .text-link { display: block; margin-top: 18px; }
  .data-body { min-height: 440px; padding: 19px; }
  .data-title { padding: 23px 19px; }
  .data-tab { padding: 17px 18px; }
  .data-grid, .requirements { grid-template-columns: 1fr; }
  .data-card.wide { grid-column: auto; }
  .classes-stage { display: block; }
  .class-selector { border-right: 0; border-bottom: 1px solid var(--line); }
  .class-options { grid-template-columns: 1fr 1fr; }
  .class-display { min-height: 540px; }
  .class-panel { align-items: flex-start; padding: 31px 24px; }
  .class-panel-copy { width: 100%; }
  .class-panel-copy h3 { font-size: 37px; }
  .class-panel-copy p { max-width: 68%; }
  .class-render { right: -15%; width: 92%; max-height: 69%; }
  .content-grid { grid-template-columns: 1fr; }
  .content-card { min-height: 300px; }
  .special-box { padding: 32px 24px; }
  .cta-panel { display: block; padding: 35px 25px; }
  .cta-actions { margin-top: 25px; }
  .page-hero { min-height: 390px; }
  .rule { padding: 74px 24px 25px; }
  .rule::before { left: 24px; top: 24px; }
  .download-card { padding: 26px 22px; }
  .empty-state { padding: 45px 23px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
}

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