﻿/* azino777gb.buzz — Azino777 / Азино777. Концепт: «Бриллиантовый люкс / Огранка» (ice-teal + платина по графиту) */

:root {
  --bg: #0a1014;
  --bg-2: #0e171c;
  --bg-3: #132026;
  --line: #1d3038;
  --line-2: #294450;
  --txt: #ecf6f8;
  --txt-d: #a7cdd4;
  --txt-dd: #74959b;
  --acc: #2fe0d0;
  --acc-2: #d9e7ec;
  --acc-d: #1a9e96;
  --hot: #5bf0e2;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Noto Serif", Georgia, "Times New Roman", serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 560px at 90% -12%, rgba(47, 224, 208, .14) 0%, transparent 62%),
    radial-gradient(820px 580px at -8% 58%, rgba(217, 231, 236, .06) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc); text-decoration: none }
a:hover { text-decoration: underline }

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

/* ===== TOP BAR ===== */
.facetbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 16, 20, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.gemlogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.gemlogo:hover { text-decoration: none }
.gemlogo__svg {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 10px rgba(47, 224, 208, .55));
}
.gemlogo__t {
  font-family: "Exo", system-ui, sans-serif;
  font-weight: 700; line-height: 1; letter-spacing: -.3px;
}
.gemlogo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase;
}
.cutnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.cutnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
  font-family: "Exo", system-ui, sans-serif;
}
.cutnav a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA ===== */
.clawcta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Exo", system-ui, sans-serif;
  font-weight: 600; font-size: 14px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: -.1px;
}
.clawcta:hover { text-decoration: none; transform: translateY(-1px) }
.clawcta--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.clawcta--small:hover { background: var(--bg-2); border-color: var(--acc) }
.clawcta--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.clawcta--hot {
  background: linear-gradient(120deg, #3fe6d6 0%, #1a9e96 100%);
  color: #051012; border: 0;
  box-shadow: 0 12px 30px -10px rgba(47, 224, 208, .72);
  font-weight: 700;
}
.clawcta--hot:hover { box-shadow: 0 16px 38px -8px rgba(47, 224, 208, .95) }
.clawcta--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.clawcta--ghost:hover { border-color: var(--acc); color: var(--acc) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.sparkleticker {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(47, 224, 208, .05), rgba(217, 231, 236, .03));
  font-size: 13px;
}
.sparkleticker__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.sparkleticker__cell:last-child { border-right: 0 }
.sparkleticker__num {
  font-family: "Exo", system-ui, sans-serif;
  font-weight: 700; font-size: 15px; color: var(--acc);
  letter-spacing: -.2px;
}
.sparkleticker__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.jewelhero {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.jewelhero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(47, 224, 208, .08);
  border: 1px solid rgba(47, 224, 208, .25);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
  font-family: "Exo", system-ui, sans-serif;
}
h1 {
  font-family: "Exo", system-ui, sans-serif;
  font-size: clamp(29px, 4.2vw, 47px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: -1px; font-weight: 700;
}
.gemacc { color: var(--acc) }
.jewelhero__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.jewelhero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.jewelhero__pic { margin: 0 }
.jewelhero__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 30% 28%, rgba(47, 224, 208, .22), transparent 60%),
    radial-gradient(360px 280px at 76% 80%, rgba(217, 231, 236, .14), transparent 65%),
    linear-gradient(135deg, #0c161b 0%, #11222a 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(47, 224, 208, .4);
}
.jewelhero__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline блок */
.caratkpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.caratkpi__item { display: flex; flex-direction: column; gap: 2px }
.caratkpi__num {
  font-family: "Exo", system-ui, sans-serif;
  font-size: 26px; font-weight: 700;
  color: var(--acc); letter-spacing: -.6px;
}
.caratkpi__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.jewelhero, section.gemwelcome { padding-top: 36px }
.loupcurve {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 700;
  margin: 0 0 10px;
  font-family: "Exo", system-ui, sans-serif;
}
h2 {
  font-family: "Exo", system-ui, sans-serif;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.18;
  margin: 0 0 16px; letter-spacing: -.7px; font-weight: 700;
}
h3 {
  font-family: "Exo", system-ui, sans-serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--acc); font-weight: 600; letter-spacing: -.3px;
}
p { margin: 0 0 14px; color: var(--txt) }
.gemlead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 790px }

/* ===== WELCOME ===== */
.gemwelcome {
  background:
    radial-gradient(720px 360px at 82% 26%, rgba(217, 231, 236, .06) 0%, transparent 70%),
    rgba(14, 23, 28, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.gemwelcome__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.facetbox {
  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;
}
.facetbox:hover { border-color: var(--acc); transform: translateY(-2px) }
.facetbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(47, 224, 208, .07), transparent 60%);
  pointer-events: none;
}
.facetbox__step {
  font-family: "Exo", system-ui, sans-serif;
  font-size: 11px; color: var(--acc-2); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.facetbox__pct {
  font-family: "Exo", system-ui, sans-serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--acc); letter-spacing: -.8px;
  margin-bottom: 8px;
}
.facetbox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px; font-family: "Exo", system-ui, sans-serif }
.facetbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS ===== */
.setsteps__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.crownbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.crownbox__num {
  font-family: "Exo", system-ui, sans-serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.crownbox__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--acc); font-family: "Exo", system-ui, sans-serif;
}
.crownbox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.facetwall__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.stonecard {
  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;
}
.stonecard:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -14px rgba(47, 224, 208, .42);
}
.stonecard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Exo", system-ui, sans-serif;
  font-weight: 700; font-size: 21px; color: rgba(236, 246, 248, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.3px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.stonecard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.caratface-1 { background: linear-gradient(135deg, #073a37 0%, #2fe0d0 100%) }
.caratface-2 { background: linear-gradient(135deg, #0a2a33 0%, #5bf0e2 100%); color: #051012 }
.caratface-3 { background: linear-gradient(135deg, #102832 0%, #d9e7ec 100%); color: #07171b }
.caratface-4 { background: linear-gradient(135deg, #06302d 0%, #1a9e96 100%) }
.caratface-5 { background: linear-gradient(135deg, #0c2430 0%, #7fd6da 100%); color: #06171b }
.caratface-6 { background: linear-gradient(135deg, #08383a 0%, #34c9c0 100%) }
.caratface-7 { background: linear-gradient(135deg, #0a2630 0%, #2fe0d0 100%) }
.caratface-8 { background: linear-gradient(135deg, #103040 0%, #5bf0e2 100%); color: #051012 }
.caratface-9 { background: linear-gradient(135deg, #0b2c34 0%, #9fdfe2 100%); color: #06171b }
.caratface-10 { background: linear-gradient(135deg, #082e30 0%, #1fb8ad 100%) }
.caratface-11 { background: linear-gradient(135deg, #0e2832 0%, #2fe0d0 100%) }
.caratface-12 { background: linear-gradient(135deg, #0a3038 0%, #c4e6ea 100%); color: #06171b }

.stonecard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600 }
.stonecard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.tongbtn {
  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: 600;
  border: 1px solid var(--line); transition: all .15s;
  font-family: "Exo", system-ui, sans-serif;
}
.tongbtn:hover { background: var(--acc); border-color: var(--acc); color: #051012; text-decoration: none }

.jewelprov { margin: 22px 0 0 }
.jewelprov__title { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700; font-family: "Exo", system-ui, sans-serif }
.jewelprov__list { display: flex; flex-wrap: wrap; gap: 8px }
.jewelprov__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY ===== */
.gemladder__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.facetperk {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.facetperk:hover { border-color: var(--acc-2) }
.facetperk__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--acc-2); font-family: "Exo", system-ui, sans-serif }
.facetperk p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-разряды как стек граней */
.gemladder__rail {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.cutstep {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.cutstep:nth-child(1) { transform: translateY(0) }
.cutstep:nth-child(2) { transform: translateY(-7px) }
.cutstep:nth-child(3) { transform: translateY(-16px) }
.cutstep:nth-child(4) { transform: translateY(-25px); border-color: var(--acc); background: var(--bg-2) }
.cutstep:nth-child(5) { transform: translateY(-34px); border-color: var(--acc); background: var(--bg-2) }
.cutstep:nth-child(6) { transform: translateY(-46px); border-color: var(--acc-2); background: linear-gradient(135deg, var(--bg-2), rgba(217, 231, 236, .08)) }
.cutstep__name {
  font-family: "Exo", system-ui, sans-serif;
  font-size: 12px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.cutstep__cb { font-size: 11px; color: var(--txt-d) }
.cutstep:nth-child(6) .cutstep__name { color: var(--acc-2) }

/* ===== TOUR ===== */
.jeweltour {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(47, 224, 208, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.jeweltour__btns { margin: 22px 0 28px }
.jeweltour__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.clarstat {
  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;
}
.clarstat > span:first-child {
  font-family: "Exo", system-ui, sans-serif;
  font-size: 22px; font-weight: 700; color: var(--acc);
  margin-bottom: 4px; letter-spacing: -.3px;
}
.clarstat__l { font-size: 14px; font-weight: 700; color: var(--txt) }
.clarstat__d { font-size: 12px; color: var(--txt-d); line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.vaultlive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.setterbox {
  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;
}
.setterbox:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(91, 240, 226, .4);
}
.setterbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Exo", system-ui, sans-serif;
  font-weight: 700; font-size: 18px; color: rgba(236, 246, 248, .94);
  padding: 12px; text-align: center; letter-spacing: -.2px;
  position: relative; overflow: hidden;
}
.setter-1 { background: linear-gradient(135deg, #073a37 0%, #2fe0d0 100%) }
.setter-2 { background: linear-gradient(135deg, #0a2630 0%, #5bf0e2 100%); color: #051012 }
.setter-3 { background: linear-gradient(135deg, #06302d 0%, #1a9e96 100%) }
.setter-4 { background: linear-gradient(135deg, #102832 0%, #c4e6ea 100%); color: #06171b }
.setter-5 { background: linear-gradient(135deg, #0a3038 0%, #34c9c0 100%) }
.setter-6 { background: linear-gradient(135deg, #0c2430 0%, #9fdfe2 100%); color: #06171b }

.setterbox__b { padding: 14px 16px 16px; position: relative }
.setterbox__t { font-weight: 700; font-size: 16px; margin-bottom: 4px; font-family: "Exo", system-ui, sans-serif }
.setterbox__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.setterbox__m { font-size: 13px; color: var(--acc-2); font-weight: 600; margin-bottom: 4px }
.setterbox__p { font-size: 12px; color: var(--txt-dd) }
.setterbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #051012;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
  font-family: "Exo", system-ui, sans-serif;
}

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

/* ===== REVIEWS ===== */
.vaultrev__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.loupnote {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.loupnote__stars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.loupnote__stars--four .gemstaroff { color: var(--line-2) }
.loupnote__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.loupnote__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.loupnote__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--acc-2));
  border-radius: 50%; color: #051012; font-weight: 700; font-size: 14px;
  flex: none; font-family: "Exo", system-ui, sans-serif;
}
.loupnote--author {
  margin: 24px auto 0; max-width: 1196px;
  border-color: var(--line-2); background: var(--bg-3);
}
.clarnote { font-size: 13px; color: var(--txt-d); line-height: 1.66; margin: 0 }

/* ===== PAYMENTS ===== */
.bezelpay__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.coffretbox {
  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;
}
.coffretbox__t { font-size: 15px; color: var(--txt); font-weight: 700; font-family: "Exo", system-ui, sans-serif }
.coffretbox__i { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

.bezelpay__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.timefacet {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.timefacet__t {
  font-family: "Exo", system-ui, sans-serif;
  font-size: 16px; color: var(--acc); font-weight: 700;
}
.timefacet__s { font-size: 12px; color: var(--txt-d) }

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

/* ===== FAQ ===== */
.faqgem 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(--acc) }
summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Exo", system-ui, sans-serif;
}
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(--acc); font-size: 11px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); border-color: var(--acc) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER ===== */
.gemfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(10, 16, 20, .6);
}
.gemfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.gemfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.gemfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.gemfoot__name { display: flex; flex-direction: column; line-height: 1.1 }
.gemfoot__nameb { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Exo", system-ui, sans-serif }
.gemfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.gemfoot__op { color: var(--acc); font-weight: 600 }
.gemfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.lapidcol h4 {
  font-family: "Exo", system-ui, sans-serif;
  font-size: 12px; color: var(--acc-2); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.lapidcol ul { list-style: none; padding: 0; margin: 0 }
.lapidcol li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.lapidcol li:hover { color: var(--txt) }
.gemfoot__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) {
  .gemwelcome__grid { grid-template-columns: repeat(2, 1fr) }
  .bezelpay__grid { grid-template-columns: repeat(3, 1fr) }
  .jeweltour__kpi { grid-template-columns: repeat(2, 1fr) }
  .vaultrev__grid { grid-template-columns: 1fr }
  .gemfoot__top { grid-template-columns: 1fr }
  .sparkleticker { grid-template-columns: repeat(3, 1fr) }
  .sparkleticker__cell:nth-child(4), .sparkleticker__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .gemladder__rail { grid-template-columns: repeat(3, 1fr) }
  .cutstep { transform: none !important }
}

@media (max-width: 880px) {
  .jewelhero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .jewelhero__pic { order: -1 }
  .cutnav { display: none }
  .facetbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .gemwelcome, .jeweltour, .finalgem { padding: 36px 18px; margin: 22px 14px }
  .setsteps__grid { grid-template-columns: 1fr }
  .gemladder__grid { grid-template-columns: 1fr }
  .gemfoot__top { padding: 30px 16px 22px; gap: 22px }
  .gemfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .sparkleticker { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .sparkleticker__cell { padding: 4px 10px }
  .bezelpay__times { grid-template-columns: 1fr }
  .caratkpi { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .facetwall__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .vaultlive__grid { grid-template-columns: 1fr }
  .gemwelcome__grid { grid-template-columns: 1fr }
  .stonecard h3 { font-size: 13px }
  .stonecard p { font-size: 11px }
  .stonecard__cover { font-size: 16px }
  .jewelhero__btns { flex-direction: column; align-items: stretch }
  .clawcta--big { width: 100% }
  .bezelpay__grid { grid-template-columns: repeat(2, 1fr) }
  .jeweltour__kpi { grid-template-columns: 1fr }
  .gemfoot__cols { grid-template-columns: 1fr }
  .gemladder__rail { grid-template-columns: repeat(2, 1fr) }
}
