/* azino777ls.buzz — Azino777 / Азино777. Концепт «Полярная станция»: северное сияние, ледовый резерв, бирюза + коралл */

:root {
  --bg: #071b25;
  --bg-2: #0b2935;
  --bg-3: #103b48;
  --line: #18505d;
  --line-2: #236978;
  --txt: #edf9f7;
  --txt-d: #a8cbc7;
  --txt-dd: #719c9a;
  --pri: #65e3c4;
  --pri-d: #2eb995;
  --sec: #b8e4ee;
  --acc: #147d8f;
  --hot: #ff6f61;
  --r: 12px;
  --r-s: 8px;
}

/* Polar-night fingerprint: sea-glass light / asymmetric ice tiles */
:root{--bg:#081522;--panel:#10283a;--panel-2:#17364a;--text:#f6f1df;--muted:#adc0c7;--gold:#ffbf3f;--accent:#ff6a3d;--line:rgba(255,191,63,.25)}
body{background:radial-gradient(circle at 78% 8%,rgba(255,106,61,.16),transparent 34%),linear-gradient(155deg,#07111d 0%,#0c2030 48%,#071724 100%);font-family:"Wix Madefor Display",system-ui,sans-serif}
.site-header{background:rgba(7,17,29,.88);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}
.hero{background:linear-gradient(115deg,rgba(255,191,63,.08),transparent 54%);border-radius:0 0 48px 48px}
.hero h1,.section-title{font-family:"Bona Nova SC",serif;letter-spacing:.015em}
.btn,.cta{border-radius:8px;background:linear-gradient(135deg,var(--gold),#ff8a34);color:#17202a;box-shadow:0 10px 28px rgba(255,143,45,.24)}
.card,.game-card,.faq-item,.step{border-radius:6px 24px 6px 24px;background:linear-gradient(145deg,var(--panel-2),var(--panel));border:1px solid var(--line)}
.stats,.kpi-grid{transform:rotate(-.35deg)}
section:nth-of-type(even){background:rgba(255,255,255,.018)}
footer{border-top:3px solid var(--gold);background:#050e17}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Wix Madefor Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 600px at 90% -12%, rgba(230, 176, 40, .16) 0%, transparent 62%),
    radial-gradient(840px 600px at -10% 58%, rgba(122, 46, 156, .22) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--pri); text-decoration: none }
a:hover { text-decoration: underline }

.souqskip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--pri); color: #071b25;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.souqskip:focus { top: 8px }

/* ===== TOP BAR ===== */
.jinnbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(22, 10, 30, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.jinnlogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.jinnlogo:hover { text-decoration: none }
.jinnlogo__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(230, 176, 40, .55));
}
.jinnlogo__t {
  font-family: "Bona Nova SC", Georgia, serif;
  font-weight: 700; line-height: 1; letter-spacing: .2px; font-size: 20px;
}
.jinnlogo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 500; margin-top: 4px;
  text-transform: uppercase;
}
.jinnnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.jinnnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.jinnnav a:hover { color: var(--pri); border-bottom-color: var(--pri); text-decoration: none }

/* ===== CTA (grantbtn) ===== */
.grantbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Bona Nova SC", Georgia, serif;
  font-weight: 700; font-size: 15px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .2px;
}
.grantbtn:hover { text-decoration: none; transform: translateY(-1px) }
.grantbtn--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.grantbtn--small:hover { background: var(--bg-2); border-color: var(--pri) }
.grantbtn--big { padding: 15px 28px; font-size: 17px; border-radius: 10px }
.grantbtn--hot {
  background: linear-gradient(120deg, #f0c038 0%, #2eb995 100%);
  color: #1a0d06; border: 0;
  box-shadow: 0 12px 30px -10px rgba(230, 176, 40, .7);
}
.grantbtn--hot:hover { box-shadow: 0 16px 38px -8px rgba(230, 176, 40, .95) }
.grantbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.grantbtn--ghost:hover { border-color: var(--pri); color: var(--pri) }

/* ===== AGGREGATE COUNTER STRIP (souqbar) ===== */
.souqbar {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(230, 176, 40, .05), rgba(122, 46, 156, .06));
  font-size: 13px;
}
.souqbar__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.souqbar__cell:last-child { border-right: 0 }
.souqbar__num {
  font-family: "Bona Nova SC", Georgia, serif;
  font-weight: 700; font-size: 16px; color: var(--pri);
  letter-spacing: .2px;
}
.souqbar__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO (palacerow) ===== */
.palacerow {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.carpettag {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--pri);
  background: rgba(230, 176, 40, .08);
  border: 1px solid rgba(230, 176, 40, .28);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: clamp(30px, 4.4vw, 50px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: 0; font-weight: 700;
}
.jinnacc { color: var(--sec) }
.palacerow__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.palacerow__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.palacerow__pic { margin: 0 }
.palacerow__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 30% 30%, rgba(122, 46, 156, .32), transparent 60%),
    radial-gradient(360px 280px at 78% 78%, rgba(230, 176, 40, .18), transparent 65%),
    linear-gradient(135deg, #1c0d26 0%, #2a1338 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(122, 46, 156, .55);
}
.palacerow__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI (cavebox) */
.cavebox {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.cavebox__item { display: flex; flex-direction: column; gap: 2px }
.cavebox__num {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: 27px; font-weight: 700;
  color: var(--pri); letter-spacing: 0;
}
.cavebox__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.palacerow, section.rubybox-wrap { padding-top: 36px }
.talistag {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--sec); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: 0; font-weight: 700;
}
h3 {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: clamp(17px, 2vw, 22px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--pri); font-weight: 700; letter-spacing: 0;
}
p { margin: 0 0 14px; color: var(--txt) }
.scrollintro { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== LOYALTY ===== */
.talistag-wrap { }
.miragerow {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin: 14px 0 26px;
}
.miragerow__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.miragerow__step:nth-child(1) { transform: translateY(0) }
.miragerow__step:nth-child(2) { transform: translateY(-5px) }
.miragerow__step:nth-child(3) { transform: translateY(-12px) }
.miragerow__step:nth-child(4) { transform: translateY(-19px); border-color: var(--acc); background: var(--bg-2) }
.miragerow__step:nth-child(5) { transform: translateY(-28px); border-color: var(--acc); background: var(--bg-2) }
.miragerow__step:nth-child(6) { transform: translateY(-37px); border-color: var(--pri); background: linear-gradient(135deg, var(--bg-2), rgba(230, 176, 40, .1)) }
.miragerow__name {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: 13px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.miragerow__cb { font-size: 11px; color: var(--txt-d) }
.miragerow__step:nth-child(6) .miragerow__name { color: var(--pri) }

.oasisbox {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.cressetbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.cressetbox:hover { border-color: var(--sec) }
.cressetbox__h { font-family: "Bona Nova SC", Georgia, serif; font-weight: 700; font-size: 18px; margin-bottom: 10px; color: var(--sec) }
.cressetbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== WELCOME (lampcard) ===== */
.rubybox-wrap {
  background:
    radial-gradient(720px 360px at 82% 26%, rgba(230, 176, 40, .08) 0%, transparent 70%),
    rgba(34, 16, 44, .6);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.lampcard-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.lampcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.lampcard:hover { border-color: var(--pri); transform: translateY(-2px) }
.lampcard::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(122, 46, 156, .12), transparent 60%);
  pointer-events: none;
}
.lampcard__step {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: 11px; color: var(--sec); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.lampcard__pct {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--pri); letter-spacing: 0;
  margin-bottom: 8px;
}
.lampcard__title { font-weight: 700; font-size: 15px; margin-bottom: 6px; position: relative }
.lampcard__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5; position: relative }

/* ===== THREE STEPS (sesambox) ===== */
.dunerow-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.sesambox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.sesambox__num {
  font-family: "Bona Nova SC", Georgia, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.sesambox__head {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: 19px; font-weight: 700; margin-bottom: 12px;
  color: var(--pri);
}
.sesambox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID (treasurcard) ===== */
.treasurcard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.treasurcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.treasurcard:hover {
  transform: translateY(-3px);
  border-color: var(--pri);
  box-shadow: 0 18px 36px -14px rgba(230, 176, 40, .42);
}
.treasurcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Bona Nova SC", Georgia, serif;
  font-weight: 700; font-size: 22px; color: rgba(244, 236, 246, .95);
  text-align: center; padding: 14px;
  letter-spacing: 0; line-height: 1.15;
  position: relative; overflow: hidden;
}
.treasurcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.4) 100%);
  pointer-events: none;
}
.cv-1 { background: linear-gradient(135deg, #3a1a05 0%, #65e3c4 100%); color: #1a0d06 }
.cv-2 { background: linear-gradient(135deg, #2a0a3a 0%, #b8e4ee 100%); color: #1a0522 }
.cv-3 { background: linear-gradient(135deg, #1a0a30 0%, #147d8f 100%) }
.cv-4 { background: linear-gradient(135deg, #3a0820 0%, #ff6f61 100%) }
.cv-5 { background: linear-gradient(135deg, #08283a 0%, #4a9cc9 100%) }
.cv-6 { background: linear-gradient(135deg, #2a1a05 0%, #f0c038 100%); color: #1a0d06 }
.cv-7 { background: linear-gradient(135deg, #22103a 0%, #9c5ec9 100%) }
.cv-8 { background: linear-gradient(135deg, #2a1005 0%, #2eb995 100%); color: #1a0d06 }
.cv-9 { background: linear-gradient(135deg, #3a0a2a 0%, #ff6f61 100%) }
.cv-10 { background: linear-gradient(135deg, #14082a 0%, #5c2e8c 100%) }
.cv-11 { background: linear-gradient(135deg, #3a2a05 0%, #65e3c4 100%); color: #1a0d06 }
.cv-12 { background: linear-gradient(135deg, #2a0a1a 0%, #b8e4ee 100%); color: #1a0522 }

.treasurcard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.treasurcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.treasurcard__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 700;
  font-family: "Bona Nova SC", Georgia, serif;
  border: 1px solid var(--line); transition: all .15s;
}
.treasurcard__btn:hover { background: var(--pri); border-color: var(--pri); color: #1a0d06; text-decoration: none }

.souq { margin: 22px 0 0 }
.souq__title { font-size: 12px; color: var(--sec); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.souq__list { display: flex; flex-wrap: wrap; gap: 8px }
.souq__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== TOURNAMENT (wonderrow) ===== */
.wonderrow-wrap {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(122, 46, 156, .16) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.wonderrow__btns { margin: 22px 0 28px }
.wonderrow__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.wonderrow__kpi > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.wonderrow__kpi span {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: 24px; font-weight: 700; color: var(--pri);
  margin-bottom: 4px; letter-spacing: 0;
}
.wonderrow__kpi em { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.wonderrow__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY (ifritcard) ===== */
.blazerow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.ifritcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.ifritcard:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(224, 64, 122, .42);
}
.ifritcard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Bona Nova SC", Georgia, serif;
  font-weight: 700; font-size: 19px; color: rgba(244, 236, 246, .95);
  padding: 12px; text-align: center; letter-spacing: 0;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #3a1a05 0%, #65e3c4 100%); color: #1a0d06 }
.lv-2 { background: linear-gradient(135deg, #1a0a30 0%, #147d8f 100%) }
.lv-3 { background: linear-gradient(135deg, #3a0820 0%, #ff6f61 100%) }
.lv-4 { background: linear-gradient(135deg, #22103a 0%, #b8e4ee 100%); color: #1a0522 }
.lv-5 { background: linear-gradient(135deg, #2a1a05 0%, #f0c038 100%); color: #1a0d06 }
.lv-6 { background: linear-gradient(135deg, #14082a 0%, #9c5ec9 100%) }

.ifritcard__b { padding: 14px 16px 16px; position: relative }
.ifritcard__t { font-family: "Bona Nova SC", Georgia, serif; font-weight: 700; font-size: 17px; margin-bottom: 4px }
.ifritcard__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.ifritcard__m { font-size: 13px; color: var(--pri); font-weight: 700 }
.ifritcard__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW (rubybox) ===== */
.rubybox h3 {
  border-left: 3px solid var(--acc);
  padding-left: 14px; margin-top: 30px;
}
.rubybox p { color: var(--txt); line-height: 1.7 }
.talistag-badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.talistag-bdg {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--acc);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .3px;
}

/* ===== REVIEWS (rubybox-rev) ===== */
.rubybox-rev {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.rubybox-rev__stars { color: var(--pri); font-size: 16px; letter-spacing: 4px }
.rubybox-rev__stars--four .star-off { color: var(--line-2) }
.rubybox-rev__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.rubybox-rev__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.rubybox-rev__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--pri), var(--acc));
  border-radius: 50%; color: #071b25; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS (wishrow) ===== */
.wishrow-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.rubybox-pay {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.rubybox-pay__t { font-size: 15px; color: var(--txt); font-weight: 700 }
.rubybox-pay i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: .8px }

.wishrow-times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.wishrow-times > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.wishrow-times__t {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: 15px; color: var(--pri); font-weight: 700;
}
.wishrow-times em { font-size: 12px; color: var(--txt-d); font-style: normal }

/* ===== FINAL CTA (vaultgold) ===== */
.vaultgold {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(230, 176, 40, .16) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.vaultgold h2 { margin-bottom: 10px }
.vaultgold p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ (dunerow) ===== */
.dunerow h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--pri) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Bona Nova SC", Georgia, serif; font-size: 17px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "✦"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--pri); font-size: 12px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(180deg); border-color: var(--pri) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.65 }

/* ===== AUTHOR NOTE ===== */
.wonderrow-note {
  padding-top: 8px;
}
.wonderrow-note .scrollintro {
  font-size: 13px; color: var(--txt-dd); max-width: none;
  border-top: 1px solid var(--line); padding-top: 22px; margin-bottom: 0;
  line-height: 1.7;
}

/* ===== FOOTER (jinnfoot) ===== */
.jinnfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(22, 10, 30, .62);
}
.jinnfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.jinnfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.jinnfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.jinnfoot__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.jinnfoot__name { font-family: "Bona Nova SC", Georgia, serif; color: var(--txt); font-size: 17px; font-weight: 700; margin-bottom: 2px }
.jinnfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.jinnfoot__op { color: var(--pri) }
.jinnfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.jinnfoot__col h4 {
  font-family: "Bona Nova SC", Georgia, serif;
  font-size: 13px; color: var(--sec); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0 0 12px;
}
.jinnfoot__col ul { list-style: none; padding: 0; margin: 0 }
.jinnfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.jinnfoot__col li:hover { color: var(--txt) }
.jinnfoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .lampcard-grid { grid-template-columns: repeat(2, 1fr) }
  .wishrow-grid { grid-template-columns: repeat(3, 1fr) }
  .wonderrow__kpi { grid-template-columns: repeat(2, 1fr) }
  .jinnfoot__top { grid-template-columns: 1fr }
  .souqbar { grid-template-columns: repeat(3, 1fr) }
  .souqbar__cell:nth-child(4), .souqbar__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .miragerow { grid-template-columns: repeat(3, 1fr) }
  .miragerow__step { transform: none !important }
}

@media (max-width: 880px) {
  .palacerow { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .palacerow__pic { order: -1 }
  .jinnnav { display: none }
  .jinnbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .rubybox-wrap, .wonderrow-wrap, .vaultgold { padding: 36px 18px; margin: 22px 14px }
  .dunerow-grid { grid-template-columns: 1fr }
  .oasisbox { grid-template-columns: 1fr }
  .jinnfoot__top { padding: 30px 16px 22px; gap: 22px }
  .jinnfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .souqbar { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .souqbar__cell { padding: 4px 10px }
  .wishrow-times { grid-template-columns: 1fr }
  .cavebox { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .treasurcard-grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .blazerow-grid { grid-template-columns: 1fr }
  .treasurcard h3 { font-size: 13px }
  .treasurcard p { font-size: 11px }
  .treasurcard__cover { font-size: 16px }
  .lampcard-grid { grid-template-columns: 1fr }
  .palacerow__btns { flex-direction: column; align-items: stretch }
  .grantbtn--big { width: 100% }
  .wishrow-grid { grid-template-columns: repeat(2, 1fr) }
  .wonderrow__kpi { grid-template-columns: 1fr }
  .jinnfoot__cols { grid-template-columns: 1fr }
  .miragerow { grid-template-columns: repeat(2, 1fr) }
}
