:root {
  color-scheme: dark;
  --ink: #050705;
  --panel: #0d100e;
  --panel-2: #131813;
  --line: #283128;
  --text: #f6f7f2;
  --muted: #b6beb5;
  --yellow: #ffd21f;
  --yellow-2: #ffad0a;
  --green: #22d488;
  --red: #ff4b3e;
  --violet: #a96dff;
  --radius: 22px;
  --shadow: 0 24px 80px rgb(0 0 0 / .44);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--ink); color: var(--text); line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--yellow); color: var(--ink); }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; padding: 10px 16px; background: var(--yellow); color: var(--ink); font-weight: 900; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  min-height: 84px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgb(5 7 5 / .92);
  border-bottom: 1px solid rgb(255 210 31 / .18);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: inline-flex;
  width: 92px;
  height: 58px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 19px 13px 20px 14px;
  box-shadow: 0 0 30px rgb(255 210 31 / .35);
  text-decoration: none;
  transform: rotate(-3deg);
}
.brand-main { font-size: 32px; font-weight: 1000; line-height: .75; letter-spacing: -2px; }
.brand-sub { margin-top: 5px; font-size: 8px; font-weight: 900; line-height: 1; letter-spacing: 5px; text-transform: lowercase; }

.product-nav { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2.4vw, 34px); }
.product-nav a { position: relative; padding: 12px 2px; color: #e5e9e3; font-size: .91rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.product-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--yellow); transform: scaleX(0); transition: transform .2s ease; }
.product-nav a:hover::after, .product-nav a:focus-visible::after { transform: scaleX(1); }

.header-cta, .hero-cta, .section-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid #ffe774;
  border-radius: 12px 18px 12px 18px;
  background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
  box-shadow: 0 12px 36px rgb(255 183 9 / .24), inset 0 1px 0 #fff9;
  color: #111407;
  font-weight: 950;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease;
}
.header-cta:hover, .hero-cta:hover, .section-cta:hover { filter: saturate(1.16) brightness(1.04); transform: translateY(-2px); }
.header-cta:focus-visible, .hero-cta:focus-visible, .section-cta:focus-visible, .product-nav a:focus-visible, summary:focus-visible, .site-footer a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

main { min-height: 60vh; }
.hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100svh - 84px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  align-items: center;
  padding: clamp(54px, 8vw, 118px) clamp(20px, 7vw, 118px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 72% 52%, rgb(255 210 31 / .22), transparent 36%), linear-gradient(90deg, #050705 0%, rgb(5 7 5 / .92) 38%, rgb(5 7 5 / .2) 73%, #050705 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 35%; background: linear-gradient(transparent, var(--ink)); }
.hero-art { position: absolute; inset: 0; z-index: -2; margin: 0; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--yellow); font-size: .78rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 3px; border-radius: 99px; background: var(--yellow); box-shadow: 0 0 16px var(--yellow); }
h1, h2, h3 { margin-top: 0; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
h1 { max-width: 760px; margin-bottom: 16px; font-size: clamp(2.65rem, 4.8vw, 5rem); font-weight: 1000; }
.utility-hero h1 { font-size: clamp(2.6rem, 5.3vw, 5.2rem); }
.hero-phrase { display: block; margin: 0 0 14px; color: var(--yellow); font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 950; letter-spacing: .03em; text-transform: uppercase; }
.hero-copy > p:not(.eyebrow):not(.hero-phrase) { max-width: 650px; margin: 0 0 26px; color: #dce1da; font-size: clamp(1rem, 1.5vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.hero-cta { min-width: 210px; min-height: 58px; font-size: 1.02rem; }
.text-link { color: #fff; font-weight: 800; text-underline-offset: 5px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.hero-proof span { padding: 7px 11px; border: 1px solid rgb(255 255 255 / .17); border-radius: 999px; background: rgb(0 0 0 / .36); color: #e8ece6; font-size: .76rem; font-weight: 750; backdrop-filter: blur(10px); }

.category-rail { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(5, 1fr); max-width: 1180px; margin: -31px auto 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: #090c09; box-shadow: var(--shadow); }
.category-rail a { display: grid; min-height: 58px; place-items: center; padding: 8px; border-right: 1px solid var(--line); color: #e7ece5; font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.category-rail a:last-child { border-right: 0; }
.category-rail a:hover { color: var(--yellow); }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(76px, 9vw, 128px) 0; }
.section.compact { padding-top: 54px; padding-bottom: 54px; }
.section-head { display: grid; grid-template-columns: 1fr minmax(280px, 520px); align-items: end; gap: 32px; margin-bottom: 36px; }
.section-head h2, .article-shell h2 { margin-bottom: 0; font-size: clamp(2.1rem, 4.4vw, 4.1rem); font-weight: 1000; }
.section-head p { margin: 0; color: var(--muted); }
.kicker { display: block; margin-bottom: 11px; color: var(--green); font-size: .73rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }

.portal-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.visual-card { position: relative; min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.visual-card:nth-child(2), .visual-card:nth-child(3) { min-height: 360px; }
.visual-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.visual-card:hover img { transform: scale(1.035); }
.visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 22%, rgb(0 0 0 / .22) 45%, rgb(2 5 3 / .96) 100%); }
.card-copy { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 28px; }
.card-copy h3 { margin-bottom: 9px; font-size: clamp(1.6rem, 2.6vw, 2.5rem); font-weight: 950; }
.card-copy p { margin: 0; color: #d0d7ce; }
.card-tag { display: inline-flex; margin-bottom: 10px; padding: 5px 9px; border-radius: 6px; background: var(--yellow); color: var(--ink); font-size: .68rem; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }

.promo-band { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 520px; overflow: hidden; border: 1px solid #4f4020; border-radius: 30px; background: #10130e; box-shadow: var(--shadow); }
.promo-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #080b08 8%, rgb(8 11 8 / .92) 47%, transparent 76%); z-index: 1; }
.promo-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.promo-copy { position: relative; z-index: 2; align-self: center; max-width: 670px; padding: clamp(34px, 6vw, 78px); }
.promo-copy h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 5vw, 5.4rem); font-weight: 1000; }
.offer-line { color: var(--yellow); }
.condition-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 28px; }
.condition-chips span { padding: 7px 11px; border: 1px solid rgb(255 255 255 / .14); border-radius: 8px; background: rgb(0 0 0 / .42); color: #edf0ea; font-size: .78rem; font-weight: 800; }

.journey { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.journey-visual { min-height: 580px; overflow: hidden; border-radius: 28px; border: 1px solid var(--line); }
.journey-visual img { width: 100%; height: 100%; object-fit: cover; }
.journey-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(12px, 4vw, 54px); }
.journey-copy h2 { margin-bottom: 18px; font-size: clamp(2.3rem, 4.5vw, 4.5rem); font-weight: 1000; }
.step-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; counter-reset: steps; }
.step-list li { position: relative; min-height: 92px; padding: 18px 18px 18px 76px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(110deg, rgb(255 210 31 / .08), transparent 42%), var(--panel); }
.step-list li::before { counter-increment: steps; content: counter(steps); position: absolute; left: 20px; top: 20px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: var(--yellow); color: var(--ink); font-weight: 1000; }
.step-list strong { display: block; color: #fff; }

.article-wrap { background: #090c09; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-shell { display: grid; grid-template-columns: 250px minmax(0, 780px); gap: clamp(40px, 7vw, 92px); width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: clamp(80px, 10vw, 132px) 0; }
.article-nav { position: sticky; top: 115px; align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.article-nav strong { display: block; margin-bottom: 13px; color: var(--yellow); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }
.article-nav a { display: block; padding: 8px 0; color: var(--muted); font-size: .86rem; font-weight: 700; text-decoration: none; }
.article-nav a:hover { color: #fff; }
.article-body { min-width: 0; }
.article-body > p:first-of-type { color: #e5e9e2; font-size: 1.14rem; }
.article-body h2 { margin-top: 72px; margin-bottom: 21px; font-size: clamp(2rem, 3.5vw, 3.35rem); }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin-top: 40px; margin-bottom: 12px; font-size: 1.55rem; }
.article-body p, .article-body li { color: #c9d0c7; }
.article-body strong { color: #fff; }
.article-body a:not(.section-cta) { color: var(--yellow); text-underline-offset: 4px; }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 28px 0; }
.fact { padding: 21px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(135deg, rgb(255 210 31 / .07), transparent 48%), var(--panel); }
.fact span { display: block; color: var(--yellow); font-size: .72rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.fact strong { display: block; margin-top: 5px; font-size: 1.08rem; }
.note { margin: 28px 0; padding: 22px 24px; border-left: 4px solid var(--yellow); border-radius: 0 14px 14px 0; background: #151810; color: #e9ece5; }
.note.warning { border-color: var(--red); background: #1b0e0c; }

.data-table { width: 100%; margin: 30px 0; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; font-size: .92rem; }
.data-table th, .data-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { width: 35%; background: #181d16; color: var(--yellow); }
.data-table td { background: #0d100e; color: #d4dad2; }
.data-table tr:last-child th, .data-table tr:last-child td { border-bottom: 0; }

.faq { display: grid; gap: 12px; margin-top: 28px; }
.faq details { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background-image: linear-gradient(90deg, rgb(8 11 8 / .97), rgb(8 11 8 / .86)), url('/assets/img/jungle-relics.webp'); background-size: cover; background-position: center; }
.faq summary { position: relative; padding: 20px 58px 20px 22px; cursor: pointer; color: #fff; font-weight: 900; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 21px; top: 15px; color: var(--yellow); font-size: 1.7rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0; padding: 0 22px 22px; color: #cad1c8; }

.closing { position: relative; overflow: hidden; display: grid; min-height: 430px; place-items: center; padding: 60px 20px; text-align: center; }
.closing::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url('/assets/img/night-arena.webp') center/cover; }
.closing::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgb(3 6 4 / .74); }
.closing-inner { max-width: 760px; }
.closing h2 { margin-bottom: 16px; font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 1000; }
.closing p { margin: 0 auto 26px; color: #d9dfd7; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; padding: 64px clamp(20px, 6vw, 92px) 28px; background: #030503; border-top: 1px solid var(--line); }
.footer-brand { margin-bottom: 19px; transform: none; }
.footer-brand-block p { max-width: 480px; margin: 0; color: var(--muted); }
.site-footer nav { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: 13px 26px; }
.site-footer nav a { color: #dbe0d8; font-weight: 750; text-decoration: none; }
.site-footer nav a:hover { color: var(--yellow); }
.footer-note { grid-column: 1 / -1; margin: 28px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #7f897e; font-size: .8rem; }

.utility-hero { min-height: min(650px, calc(100svh - 84px)); }
.utility-hero .hero-art img { object-position: center; }
.utility-content { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 120px; }
.utility-content h2 { margin-top: 58px; font-size: clamp(1.9rem, 4vw, 3.2rem); }
.utility-content p, .utility-content li { color: #c7cec5; }
.utility-content .visual-banner { position: relative; height: 300px; margin: 36px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; }
.utility-content .visual-banner img { width: 100%; height: 100%; object-fit: cover; }
.utility-content .visual-banner::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -80px 80px #050705aa; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: auto 1fr; gap: 12px; padding: 10px 18px 8px; }
  .brand { width: 74px; height: 48px; }
  .brand-main { font-size: 27px; }
  .brand-sub { font-size: 7px; }
  .header-cta { justify-self: end; min-height: 48px; padding: 10px 17px; }
  .product-nav { grid-column: 1 / -1; justify-content: flex-start; gap: 22px; overflow-x: auto; scrollbar-width: none; }
  .product-nav::-webkit-scrollbar { display: none; }
  .product-nav a { padding: 5px 0 9px; font-size: .78rem; }
  .hero { min-height: calc(100svh - 108px); grid-template-columns: 1fr; padding: 42px 20px 54px; }
  .hero::before { background: linear-gradient(90deg, rgb(5 7 5 / .98), rgb(5 7 5 / .72) 62%, rgb(5 7 5 / .3)); }
  .hero-art img { object-position: 63% center; opacity: .72; }
  .hero-copy { align-self: end; }
  .hero-copy > p:not(.eyebrow):not(.hero-phrase) { max-width: 570px; }
  .category-rail { width: calc(100% - 24px); grid-template-columns: repeat(5, minmax(110px, 1fr)); overflow-x: auto; }
  .portal-grid { grid-template-columns: 1fr 1fr; }
  .visual-card:first-child { grid-column: 1 / -1; }
  .promo-band, .journey { grid-template-columns: 1fr; }
  .promo-band { min-height: 570px; }
  .promo-band::before { background: linear-gradient(90deg, #080b08 4%, rgb(8 11 8 / .84) 62%, transparent); }
  .journey-visual { min-height: 430px; }
  .article-shell { grid-template-columns: 1fr; }
  .article-nav { position: static; display: flex; gap: 18px; overflow-x: auto; }
  .article-nav strong { display: none; }
  .article-nav a { white-space: nowrap; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 120px; }
  .header-cta { min-width: 150px; font-size: .86rem; }
  h1 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .utility-hero h1 { font-size: clamp(2.35rem, 11vw, 3.7rem); }
  .hero { padding-top: 34px; }
  .hero-phrase { font-size: .92rem; }
  .hero-copy > p:not(.eyebrow):not(.hero-phrase) { font-size: .94rem; line-height: 1.5; }
  .hero-proof { margin-top: 15px; }
  .hero-proof span { font-size: .67rem; }
  .hero-cta { width: 100%; min-height: 58px; }
  .hero-actions .text-link { width: 100%; text-align: center; }
  .section { width: min(100% - 28px, 1180px); padding: 78px 0; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .portal-grid { grid-template-columns: 1fr; }
  .visual-card:first-child { grid-column: auto; }
  .visual-card, .visual-card:nth-child(2), .visual-card:nth-child(3) { min-height: 390px; }
  .promo-band { min-height: 650px; }
  .promo-band > img { object-position: 62% center; opacity: .72; }
  .promo-copy { align-self: end; }
  .journey-visual { min-height: 360px; }
  .journey-copy { padding: 26px 0 0; }
  .article-shell { width: min(100% - 28px, 1120px); }
  .fact-grid { grid-template-columns: 1fr; }
  .data-table { display: block; overflow-x: auto; }
  .data-table th { min-width: 170px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .footer-note { grid-column: auto; }
  .utility-content { width: min(100% - 28px, 900px); }
}

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