/* vodka-casino843.cfd — Водка Казино / Vodka Casino.
   Концепт «Хрустальный лёд / морозная камера»: глубокий ледниковый графит + ледяной циан + морозная платина, без золота.
   Шрифты: Jura (заголовки) + Fira Sans (текст). */

:root {
  --bg: #070b12;
  --bg-2: #0f1620;
  --bg-3: #18222f;
  --line: #243243;
  --line-2: #324559;
  --txt: #eaf3f8;
  --txt-d: #a9c0ce;
  --txt-dd: #7790a0;
  --acc: #34c6ee;
  --acc-d: #1f96bf;
  --acc-2: #dbe9f1;
  --hot: #9fe4f6;
  --warn: #d8a24a;
  --r: 13px;
  --r-s: 8px;
  --wrap: 1240px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.65 "Fira Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1080px 560px at 88% -14%, rgba(52, 198, 238, .16) 0%, transparent 60%),
    radial-gradient(760px 540px at -6% 50%, rgba(219, 233, 241, .045) 0%, transparent 62%),
    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 }

h1, h2, h3, h4 {
  font-family: "Jura", "Segoe UI", Georgia, sans-serif;
  font-weight: 700;
  letter-spacing: .2px;
}

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

.tint { color: var(--acc) }

/* ===== TOP BAR ===== */
.chillbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 11, 18, .86);
  backdrop-filter: blur(11px);
  position: sticky; top: 0; z-index: 50;
}
.shardmark { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.shardmark:hover { text-decoration: none }
.shardmark__svg {
  width: 33px; height: 33px; flex: none;
  filter: drop-shadow(0 0 10px rgba(52, 198, 238, .55));
}
.shardmark__t {
  font-family: "Jura", "Segoe UI", sans-serif;
  font-size: 22px; line-height: 1; letter-spacing: .6px; font-weight: 700;
}
.shardmark__sub {
  display: block; font-family: "Fira Sans", system-ui, sans-serif;
  font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 500; margin-top: 5px;
  text-transform: uppercase;
}
.chillnav { display: flex; gap: 23px; margin-left: auto; flex-wrap: wrap }
.chillnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.chillnav a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA ===== */
.chillbtn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 9px;
  font-family: "Fira Sans", 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, border-color .2s;
  cursor: pointer; letter-spacing: .2px;
}
.chillbtn:hover { text-decoration: none; transform: translateY(-1px) }
.chillbtn--mini { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.chillbtn--mini:hover { background: var(--bg-2); border-color: var(--acc) }
.chillbtn--big { padding: 15px 28px; font-size: 15px; border-radius: 11px }
.chillbtn--lead {
  background: linear-gradient(116deg, var(--acc-d) 0%, var(--acc) 100%);
  color: #04141c; border: 0;
  box-shadow: 0 12px 30px -12px rgba(52, 198, 238, .8);
  font-weight: 700;
}
.chillbtn--lead:hover { box-shadow: 0 16px 40px -10px rgba(52, 198, 238, 1) }
.chillbtn--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.chillbtn--ghost:hover { border-color: var(--acc); color: var(--hot) }

/* ===== AGGREGATE STRIP ===== */
.pulsebar {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 24px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(52, 198, 238, .06), rgba(219, 233, 241, .03));
  font-size: 13px;
}
.pcell {
  display: flex; flex-direction: column; gap: 3px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.pcell:last-child { border-right: 0 }
.pcell__num {
  font-family: "Jura", "Segoe UI", sans-serif;
  font-size: 18px; color: var(--acc); letter-spacing: .3px; font-weight: 700;
}
.pcell__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO / COLDFRONT ===== */
.coldfront {
  display: grid; grid-template-columns: 1.22fr 1fr; gap: 38px;
  padding: 50px 24px 34px;
  max-width: var(--wrap); margin: 0 auto;
  align-items: center;
}
.permitchip {
  display: inline-block;
  font-family: "Fira Sans", system-ui, sans-serif;
  font-size: 11px; letter-spacing: 1.4px; color: var(--acc);
  background: rgba(52, 198, 238, .1);
  border: 1px solid rgba(52, 198, 238, .32);
  padding: 6px 12px; border-radius: 5px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 600;
}
h1 {
  font-size: clamp(28px, 4.1vw, 45px); line-height: 1.14;
  margin: 0 0 18px;
}
.coldfront__sub { color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.68 }
.coldfront__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.coldfront__art { margin: 0 }
.coldfront__art-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 50% 24%, rgba(52, 198, 238, .2), transparent 62%),
    linear-gradient(150deg, #0a121c 0%, #0f1d2a 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -24px rgba(52, 198, 238, .46);
}
.coldfront__art figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* QUICKFACTS */
.quickfacts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.quickfacts__item { display: flex; flex-direction: column; gap: 3px }
.quickfacts__num {
  font-family: "Jura", "Segoe UI", sans-serif;
  font-size: 28px; color: var(--acc); letter-spacing: .4px; font-weight: 700;
}
.quickfacts__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: var(--wrap); margin: 0 auto;
  padding: 56px 24px;
}
section.coldfront, section.starterkit { padding-top: 36px }
.frostcap {
  display: inline-block;
  font-family: "Fira Sans", system-ui, sans-serif;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--acc-2); font-weight: 600;
  margin: 0 0 10px;
}
h2 {
  font-size: clamp(24px, 3.1vw, 34px); line-height: 1.22;
  margin: 0 0 16px;
}
h3 {
  font-size: clamp(18px, 2vw, 22px); line-height: 1.35;
  margin: 28px 0 10px; color: var(--hot);
}
p { margin: 0 0 14px; color: var(--txt) }
.lede { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 810px }

/* ===== WELCOME / STARTERKIT ===== */
.starterkit {
  background:
    radial-gradient(720px 360px at 84% 24%, rgba(52, 198, 238, .08) 0%, transparent 70%),
    rgba(15, 22, 32, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 24px; max-width: none;
}
.starterkit__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.kitcard {
  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;
}
.kitcard:hover { border-color: var(--acc); transform: translateY(-2px) }
.kitcard::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(52, 198, 238, .08), transparent 60%);
  pointer-events: none;
}
.kitcard__step {
  font-family: "Fira Sans", system-ui, sans-serif;
  font-size: 11px; color: var(--acc-2); font-weight: 600;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.kitcard__pct {
  font-family: "Jura", "Segoe UI", sans-serif;
  font-size: 33px; line-height: 1; color: var(--acc); letter-spacing: .5px; font-weight: 700;
  margin-bottom: 8px;
}
.kitcard__title { font-weight: 600; font-size: 15px; margin-bottom: 6px }
.kitcard__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS / ONRAMP ===== */
.onramp__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.rampcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.rampcard__num {
  font-family: "Jura", "Segoe UI", sans-serif;
  position: absolute; top: 12px; right: 22px;
  font-size: 56px; line-height: 1; color: var(--bg-3); font-weight: 700;
}
.rampcard__head { font-size: 19px; font-family: "Jura", "Segoe UI", sans-serif; margin-bottom: 12px; color: var(--hot); font-weight: 700 }
.rampcard p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== CATALOGUE / ICEVITRINE ===== */
.icevitrine__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(222px, 1fr));
  gap: 14px; margin: 24px 0;
}
.ivtile {
  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;
}
.ivtile:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -16px rgba(52, 198, 238, .46);
}
.ivtile__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Jura", "Segoe UI", sans-serif;
  font-size: 22px; color: rgba(234, 243, 248, .96); font-weight: 700;
  text-align: center; padding: 14px; line-height: 1.18;
  position: relative; overflow: hidden;
}
.ivtile__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 42%, rgba(0,0,0,.42) 100%);
  pointer-events: none;
}
.ice1 { background: linear-gradient(135deg, #0a2230 0%, #34c6ee 100%); color: #04141c }
.ice2 { background: linear-gradient(135deg, #102330 0%, #9fe4f6 100%); color: #04141c }
.ice3 { background: linear-gradient(135deg, #0c1c2c 0%, #5aa8d6 100%); color: #04141c }
.ice4 { background: linear-gradient(135deg, #0a2632 0%, #2fb6df 100%); color: #04141c }
.ice5 { background: linear-gradient(135deg, #141d2a 0%, #82a0b2 100%); color: #04141c }
.ice6 { background: linear-gradient(135deg, #0a2230 0%, #34c6ee 100%); color: #04141c }
.ice7 { background: linear-gradient(135deg, #16202c 0%, #dbe9f1 100%); color: #06121a }
.ice8 { background: linear-gradient(135deg, #0d2632 0%, #45d0f0 100%); color: #04141c }
.ice9 { background: linear-gradient(135deg, #0b1b2a 0%, #6fc6e6 100%); color: #04141c }
.ice10 { background: linear-gradient(135deg, #112432 0%, #9fe4f6 100%); color: #04141c }
.ice11 { background: linear-gradient(135deg, #141d2a 0%, #8fb6c8 100%); color: #04141c }
.ice12 { background: linear-gradient(135deg, #0a2230 0%, #34c6ee 100%); color: #04141c }

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

.makerrow { margin: 22px 0 0 }
.makerrow__title { font-size: 12px; color: var(--acc-2); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 600 }
.makerrow__list { display: flex; flex-wrap: wrap; gap: 8px }
.makerrow__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 5px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== MIRROR / SPAREADR ===== */
.spareadr__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 22px;
}
.spbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.spbox:hover { border-color: var(--acc-2) }
.spbox__h { font-family: "Jura", "Segoe UI", sans-serif; font-size: 17px; margin-bottom: 10px; color: var(--acc-2); font-weight: 700 }
.spbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.58 }

.spareadr__state {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.adrrow {
  display: grid; grid-template-columns: 2fr 1.4fr 1fr; gap: 10px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 14px; color: var(--txt-d);
}
.adrrow:last-child { border-bottom: 0 }
.adrrow--head {
  background: var(--bg-3);
  color: var(--acc-2); font-size: 12px; text-transform: uppercase; letter-spacing: 1px;
}
.adrrow span:first-child { color: var(--txt); font-family: "Fira Sans", system-ui, sans-serif }
.adrrow .ok { color: var(--acc) }
.adrrow .wait { color: var(--warn) }

/* ===== VODKA BET / BETDOCK ===== */
.betdock {
  background:
    radial-gradient(640px 340px at 14% 30%, rgba(219, 233, 241, .05) 0%, transparent 68%),
    rgba(15, 22, 32, .5);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 24px; max-width: none;
}
.betdock__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.bdcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.bdcard:hover { border-color: var(--acc) }
.bdcard__h { font-family: "Jura", "Segoe UI", sans-serif; font-size: 18px; margin-bottom: 10px; color: var(--acc); font-weight: 700 }
.bdcard p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== TOURNAMENT / CUPFREEZE ===== */
.cupfreeze {
  background:
    radial-gradient(640px 360px at 50% 40%, rgba(52, 198, 238, .12) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 24px; max-width: none;
  text-align: center;
}
.cupfreeze__btns { margin: 22px 0 28px }
.cupfreeze__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.cupfreeze__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;
}
.cupfreeze__kpi span {
  font-family: "Jura", "Segoe UI", sans-serif;
  font-size: 25px; color: var(--acc); margin-bottom: 4px; font-weight: 700;
}
.cupfreeze__kpi .cf-lbl { font-size: 14px; color: var(--txt); font-style: normal; font-weight: 600 }
.cupfreeze__kpi .cf-sub { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LOYALTY / ICESTEPS ===== */
.icestair {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.istep {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 11px 8px;
  text-align: center;
}
.istep:nth-child(1) { transform: translateY(0) }
.istep:nth-child(2) { transform: translateY(-6px) }
.istep:nth-child(3) { transform: translateY(-12px) }
.istep:nth-child(4) { transform: translateY(-18px); border-color: var(--acc); background: var(--bg-2) }
.istep:nth-child(5) { transform: translateY(-24px); border-color: var(--acc); background: var(--bg-2) }
.istep:nth-child(6) { transform: translateY(-30px); border-color: var(--acc); background: linear-gradient(135deg, var(--bg-2), rgba(52, 198, 238, .14)) }
.istep__name {
  font-family: "Jura", "Segoe UI", sans-serif;
  font-size: 14px; color: var(--txt); font-weight: 700;
  display: block; line-height: 1.06; margin-bottom: 5px;
}
.istep__cb { font-size: 11px; color: var(--txt-d) }
.istep:nth-child(6) .istep__name { color: var(--acc) }

.perkgrid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 26px;
}
.pgtile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.pgtile:hover { border-color: var(--acc) }
.pgtile__h { font-family: "Jura", "Segoe UI", sans-serif; font-size: 18px; margin-bottom: 10px; color: var(--acc); font-weight: 700 }
.pgtile p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== LIVE / LIVECOLD ===== */
.livecold__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.lcard {
  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;
}
.lcard:hover {
  transform: translateY(-3px);
  border-color: var(--acc);
  box-shadow: 0 18px 36px -16px rgba(52, 198, 238, .44);
}
.lcard__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Jura", "Segoe UI", sans-serif;
  font-size: 20px; color: rgba(234, 243, 248, .96); font-weight: 700;
  padding: 12px; text-align: center; line-height: 1.12;
  position: relative; overflow: hidden;
}
.lc1 { background: linear-gradient(135deg, #0a2230 0%, #34c6ee 100%); color: #04141c }
.lc2 { background: linear-gradient(135deg, #102330 0%, #9fe4f6 100%); color: #04141c }
.lc3 { background: linear-gradient(135deg, #0c1c2c 0%, #5aa8d6 100%); color: #04141c }
.lc4 { background: linear-gradient(135deg, #0a2632 0%, #45d0f0 100%); color: #04141c }
.lc5 { background: linear-gradient(135deg, #141d2a 0%, #82a0b2 100%); color: #04141c }
.lc6 { background: linear-gradient(135deg, #16202c 0%, #dbe9f1 100%); color: #06121a }

.lcard__b { padding: 14px 16px 16px; position: relative }
.lcard__t { font-family: "Fira Sans", system-ui, sans-serif; font-weight: 600; font-size: 16px; margin-bottom: 4px }
.lcard__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.lcard__m { font-size: 13px; color: var(--acc); font-weight: 600; margin-bottom: 4px }
.lcard__p { font-size: 12px; color: var(--txt-dd) }
.lcard__on {
  position: absolute; top: 12px; right: 16px;
  background: var(--acc); color: #04141c;
  padding: 3px 10px; border-radius: 5px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

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

/* ===== REVIEWS / SAIDCOLD ===== */
.saidcold__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.scard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.scard__stars { color: var(--acc); font-size: 16px; letter-spacing: 4px }
.scard__stars--four .star-off { color: var(--line-2) }
.scard__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.scard__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.scard__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--acc), var(--hot));
  border-radius: 50%; color: #04141c; font-weight: 700; font-size: 14px;
  flex: none;
}

/* ===== PAYMENTS / TILLDESK ===== */
.tilldesk__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0;
}
.tdtile {
  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;
}
.tdtile .td-h { font-size: 15px; color: var(--txt); font-weight: 600 }
.tdtile .td-s { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: .8px }

.tilldesk__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.tilldesk__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;
}
.tilldesk__times .tt-h {
  font-family: "Jura", "Segoe UI", sans-serif;
  font-size: 17px; color: var(--acc); font-weight: 700;
}
.tilldesk__times .tt-s { font-size: 12px; color: var(--txt-d) }

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

/* ===== AUTHOR NOTE / DESKNOTE ===== */
.desknote {
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: rgba(15, 22, 32, .45);
  margin: 32px 24px; max-width: none;
}
.desknote p { color: var(--txt-d); font-size: 14.5px; line-height: 1.74; max-width: 900px }

/* ===== FAQ / ASKCOLD ===== */
.askcold 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;
  color: var(--txt);
}
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: 5px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--acc); font-size: 16px;
  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 / GROUNDPLATE ===== */
.groundplate {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(7, 11, 18, .6);
}
.groundplate__top {
  max-width: var(--wrap); margin: 0 auto;
  padding: 42px 24px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.groundplate__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.groundplate__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
.groundplate__name { display: flex; flex-direction: column; line-height: 1.15 }
.groundplate__name .gp-strong { color: var(--txt); font-family: "Jura", "Segoe UI", sans-serif; font-size: 17px; margin-bottom: 2px; font-weight: 700 }
.groundplate__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.groundplate__legal .gp-em { color: var(--acc) }
.groundplate__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px }
.groundplate__col h4 {
  font-family: "Fira Sans", system-ui, sans-serif;
  font-size: 12px; color: var(--acc-2); font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px;
}
.groundplate__col ul { list-style: none; padding: 0; margin: 0 }
.groundplate__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default; transition: color .15s;
}
.groundplate__col li:hover { color: var(--txt) }
.groundplate__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 24px;
  max-width: var(--wrap); 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) {
  .starterkit__grid { grid-template-columns: 1fr }
  .betdock__grid { grid-template-columns: 1fr }
  .tilldesk__grid { grid-template-columns: repeat(3, 1fr) }
  .cupfreeze__kpi { grid-template-columns: repeat(2, 1fr) }
  .saidcold__grid { grid-template-columns: 1fr }
  .spareadr__grid { grid-template-columns: 1fr }
  .groundplate__top { grid-template-columns: 1fr }
  .pulsebar { grid-template-columns: repeat(3, 1fr) }
  .pcell:nth-child(4), .pcell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .icestair { grid-template-columns: repeat(3, 1fr) }
  .istep { transform: none !important }
}

@media (max-width: 880px) {
  .coldfront { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .coldfront__art { order: -1 }
  .chillnav { display: none }
  .chillbar { padding: 11px 16px }
  section { padding: 38px 16px }
  .starterkit, .betdock, .cupfreeze, .lastsip, .desknote { padding: 36px 18px; margin: 22px 14px }
  .onramp__grid { grid-template-columns: 1fr }
  .perkgrid { grid-template-columns: 1fr }
  .adrrow { grid-template-columns: 1.6fr 1fr; }
  .adrrow span:nth-child(3) { display: none }
  .groundplate__top { padding: 30px 16px 22px; gap: 22px }
  .groundplate__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .pulsebar { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .pcell { padding: 4px 10px }
  .tilldesk__times { grid-template-columns: 1fr }
  .quickfacts { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .icevitrine__grid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .livecold__grid { grid-template-columns: 1fr }
  .ivtile h3 { font-size: 13px }
  .ivtile p { font-size: 11px }
  .ivtile__cover { font-size: 17px }
  .coldfront__btns { flex-direction: column; align-items: stretch }
  .chillbtn--big { width: 100% }
  .tilldesk__grid { grid-template-columns: repeat(2, 1fr) }
  .cupfreeze__kpi { grid-template-columns: 1fr }
  .groundplate__cols { grid-template-columns: 1fr }
  .icestair { grid-template-columns: repeat(2, 1fr) }
}
