/* azino777w9.top — Азино777 / Azino777. Концепт «Ледяной дворец / Фрост»: графит-ночь + ледяной циан + серебро */

:root {
  --bg: #060c12;
  --bg-2: #0a141d;
  --bg-3: #0f1e29;
  --line: #1a3040;
  --line-2: #264456;
  --txt: #eef7fb;
  --txt-d: #a9cede;
  --txt-dd: #728f9f;
  --ice: #45c8ee;
  --silver: #d6e7ee;
  --ice-d: #1a86b0;
  --hot: #7ce6ff;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "Fira Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1040px 600px at 88% -12%, rgba(69, 200, 238, .16) 0%, transparent 62%),
    radial-gradient(860px 600px at -12% 58%, rgba(214, 231, 238, .06) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--ice); text-decoration: none }
a:hover { text-decoration: underline }

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

/* ===== TOP BAR ===== */
.frostbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 12, 18, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.berglogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.berglogo:hover { text-decoration: none }
.berglogo__svg {
  width: 32px; height: 32px; flex: none;
  filter: drop-shadow(0 0 10px rgba(69, 200, 238, .55));
}
.berglogo__t {
  font-family: "Oranienbaum", "Fira Sans", system-ui, serif;
  font-weight: 400; font-size: 22px; line-height: 1; letter-spacing: .3px;
}
.berglogo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 600; margin-top: 4px;
  text-transform: uppercase; font-family: "Fira Sans", sans-serif;
}
.rimenav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.rimenav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.rimenav a:hover { color: var(--ice); border-bottom-color: var(--ice); text-decoration: none }

/* ===== CTA ===== */
.thawcta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  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;
  cursor: pointer; letter-spacing: .1px;
}
.thawcta:hover { text-decoration: none; transform: translateY(-1px) }
.thawcta--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.thawcta--small:hover { background: var(--bg-2); border-color: var(--ice) }
.thawcta--big { padding: 15px 28px; font-size: 15px; border-radius: 10px }
.thawcta--hot {
  background: linear-gradient(120deg, var(--ice) 0%, var(--ice-d) 100%);
  color: #04141c; border: 0;
  box-shadow: 0 12px 30px -10px rgba(69, 200, 238, .75);
  font-weight: 700;
}
.thawcta--hot:hover { box-shadow: 0 16px 38px -8px rgba(69, 200, 238, .95) }
.thawcta--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.thawcta--ghost:hover { border-color: var(--ice); color: var(--ice) }

/* ===== AGGREGATE COUNTER STRIP (frost ticker) ===== */
.glaciticker {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(69, 200, 238, .05), rgba(214, 231, 238, .03));
  font-size: 13px;
}
.glaciticker__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.glaciticker__cell:last-child { border-right: 0 }
.glaciticker__num {
  font-family: "Oranienbaum", "Fira Sans", system-ui, serif;
  font-weight: 400; font-size: 17px; color: var(--ice);
  letter-spacing: .2px;
}
.glaciticker__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .6px; text-transform: uppercase }

/* ===== HERO ===== */
.frosthero {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.frosthero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--ice);
  background: rgba(69, 200, 238, .08);
  border: 1px solid rgba(69, 200, 238, .25);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Oranienbaum", "Fira Sans", system-ui, serif;
  font-size: clamp(30px, 4.4vw, 50px); line-height: 1.08;
  margin: 0 0 18px; letter-spacing: 0; font-weight: 400;
}
.rimeacc { color: var(--ice) }
.frosthero__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.frosthero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.frosthero__pic { margin: 0 }
.driftcurve {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(440px 340px at 30% 24%, rgba(69, 200, 238, .28), transparent 60%),
    radial-gradient(360px 300px at 76% 80%, rgba(214, 231, 238, .14), transparent 65%),
    linear-gradient(135deg, #081420 0%, #0d2130 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(69, 200, 238, .42);
}
.frosthero__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline */
.floekpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.floekpi__item { display: flex; flex-direction: column; gap: 2px }
.floekpi__num {
  font-family: "Oranienbaum", system-ui, serif;
  font-size: 28px; font-weight: 400;
  color: var(--ice); letter-spacing: .2px;
}
.floekpi__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.frosthero, section.snowwelcome { padding-top: 36px }
.frostover {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--silver); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Oranienbaum", "Fira Sans", system-ui, serif;
  font-size: clamp(24px, 3.2vw, 37px); line-height: 1.18;
  margin: 0 0 16px; letter-spacing: 0; font-weight: 400;
}
h3 {
  font-family: "Oranienbaum", "Fira Sans", system-ui, serif;
  font-size: clamp(18px, 2vw, 22px); line-height: 1.32;
  margin: 26px 0 10px; color: var(--ice); font-weight: 400; letter-spacing: .2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.frostlead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME ===== */
.snowwelcome {
  background:
    radial-gradient(720px 380px at 82% 26%, rgba(69, 200, 238, .08) 0%, transparent 70%),
    rgba(10, 20, 29, .55);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.snowwelcome__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.floebox {
  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;
}
.floebox:hover { border-color: var(--ice); transform: translateY(-2px) }
.floebox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(69, 200, 238, .08), transparent 60%);
  pointer-events: none;
}
.floebox__step {
  font-family: "Fira Sans", system-ui, sans-serif;
  font-size: 11px; color: var(--silver); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.floebox__pct {
  font-family: "Oranienbaum", system-ui, serif;
  font-size: 34px; font-weight: 400; line-height: 1;
  color: var(--ice); letter-spacing: 0;
  margin-bottom: 8px;
}
.floebox__title { font-weight: 600; font-size: 15px; margin-bottom: 6px; position: relative }
.floebox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5; position: relative }

/* ===== THREE STEPS ===== */
.freezesteps__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.icebox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.icebox__num {
  font-family: "Oranienbaum", system-ui, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 58px; font-weight: 400; line-height: 1;
  color: var(--bg-3);
}
.icebox__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--ice);
}
.icebox p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID ===== */
.crystgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.crystcard {
  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;
}
.crystcard:hover {
  transform: translateY(-3px);
  border-color: var(--ice);
  box-shadow: 0 18px 36px -14px rgba(69, 200, 238, .42);
}
.crystcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Oranienbaum", system-ui, serif;
  font-weight: 400; font-size: 24px; color: rgba(238, 247, 251, .95);
  text-align: center; padding: 14px;
  letter-spacing: .2px; line-height: 1.14;
  position: relative; overflow: hidden;
}
.crystcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.ice-1 { background: linear-gradient(135deg, #06283a 0%, #45c8ee 100%) }
.ice-2 { background: linear-gradient(135deg, #0a2e3a 0%, #7ce6ff 100%); color: #04141c }
.ice-3 { background: linear-gradient(135deg, #103040 0%, #9fd8ea 100%); color: #04141c }
.ice-4 { background: linear-gradient(135deg, #0a2233 0%, #4fb8d6 100%) }
.ice-5 { background: linear-gradient(135deg, #142a3e 0%, #8ad6ee 100%); color: #04141c }
.ice-6 { background: linear-gradient(135deg, #0d2a2e 0%, #5fe0d0 100%); color: #04141c }
.ice-7 { background: linear-gradient(135deg, #08283c 0%, #45c8ee 100%) }
.ice-8 { background: linear-gradient(135deg, #16283e 0%, #d6e7ee 100%); color: #04141c }
.ice-9 { background: linear-gradient(135deg, #0a2440 0%, #6fb8e6 100%) }
.ice-10 { background: linear-gradient(135deg, #0e2c3a 0%, #a9e0f0 100%); color: #04141c }
.ice-11 { background: linear-gradient(135deg, #0a2038 0%, #7ce6ff 100%); color: #04141c }
.ice-12 { background: linear-gradient(135deg, #123244 0%, #56cbe8 100%) }

.crystcard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 600; font-family: "Fira Sans", sans-serif }
.crystcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.chillbtn {
  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;
}
.chillbtn:hover { background: var(--ice); border-color: var(--ice); color: #04141c; text-decoration: none }

.tundraprov { margin: 22px 0 0 }
.tundraprov__title { font-size: 12px; color: var(--silver); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.tundraprov__list { display: flex; flex-wrap: wrap; gap: 8px }
.tundraprov__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 ===== */
.borealtour {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(69, 200, 238, .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;
}
.borealtour__btns { margin: 22px 0 28px }
.driftstat {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.driftstat > 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;
}
.driftstat__n {
  font-family: "Oranienbaum", system-ui, serif;
  font-size: 24px; font-weight: 400; color: var(--ice);
  margin-bottom: 4px; letter-spacing: .2px;
}
.driftstat__b { font-size: 14px; font-weight: 700; color: var(--txt) }
.driftstat__i { font-size: 12px; color: var(--txt-d); line-height: 1.4 }

/* ===== LOYALTY ===== */
.rimeperk__grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.rimeperk__box {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.rimeperk__box:hover { border-color: var(--silver) }
.rimeperk__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--silver) }
.rimeperk__box p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP ladder as ice stack */
.glacierladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.riadstep {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.riadstep:nth-child(1) { transform: translateY(0) }
.riadstep:nth-child(2) { transform: translateY(-7px) }
.riadstep:nth-child(3) { transform: translateY(-15px) }
.riadstep:nth-child(4) { transform: translateY(-24px); border-color: var(--ice); background: var(--bg-2) }
.riadstep:nth-child(5) { transform: translateY(-34px); border-color: var(--ice); background: var(--bg-2) }
.riadstep:nth-child(6) { transform: translateY(-45px); border-color: var(--silver); background: linear-gradient(135deg, var(--bg-2), rgba(214, 231, 238, .1)) }
.riadstep__name {
  font-family: "Oranienbaum", system-ui, serif;
  font-size: 13px; font-weight: 400; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.riadstep__cb { font-size: 11px; color: var(--txt-d) }
.riadstep:nth-child(6) .riadstep__name { color: var(--silver) }

/* ===== LIVE ===== */
.polarlive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.icebergbox {
  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;
}
.icebergbox:hover {
  transform: translateY(-3px);
  border-color: var(--hot);
  box-shadow: 0 18px 36px -14px rgba(124, 230, 255, .4);
}
.icebergbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Oranienbaum", system-ui, serif;
  font-weight: 400; font-size: 20px; color: rgba(238, 247, 251, .95);
  padding: 12px; text-align: center; letter-spacing: .2px;
  position: relative; overflow: hidden;
}
.berg-1 { background: linear-gradient(135deg, #06283a 0%, #45c8ee 100%) }
.berg-2 { background: linear-gradient(135deg, #0a2038 0%, #7ce6ff 100%); color: #04141c }
.berg-3 { background: linear-gradient(135deg, #0d2a2e 0%, #5fe0d0 100%); color: #04141c }
.berg-4 { background: linear-gradient(135deg, #142a3e 0%, #8ad6ee 100%); color: #04141c }
.berg-5 { background: linear-gradient(135deg, #0a2440 0%, #6fb8e6 100%) }
.berg-6 { background: linear-gradient(135deg, #16283e 0%, #d6e7ee 100%); color: #04141c }

.icebergbox__b { padding: 14px 16px 16px; position: relative }
.icebergbox__t { font-weight: 700; font-size: 16px; margin-bottom: 4px }
.icebergbox__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.icebergbox__m { font-size: 13px; color: var(--silver); font-weight: 600; margin-bottom: 4px }
.icebergbox__p { font-size: 12px; color: var(--txt-dd) }
.icebergbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot); color: #04141c;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

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

/* ===== REVIEWS ===== */
.sleetnote__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.hoarnote {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.hoarnote__stars { color: var(--silver); font-size: 16px; letter-spacing: 4px }
.hoarnote__stars--four .star-off { color: var(--line-2); }
.hoarnote__q { font-size: 14px; line-height: 1.6; color: var(--txt); margin: 0 }
.hoarnote__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.hoarnote__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--ice), var(--silver));
  border-radius: 50%; color: #04141c; font-weight: 700; font-size: 14px;
  flex: none;
}
.hoarnote-author { padding-top: 8px }
.hoarnote-author .frostlead { max-width: 1000px; color: var(--txt-dd); font-size: 14px }

/* ===== PAYMENTS ===== */
.thawpay__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.vaultsnow {
  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;
}
.vaultsnow__b { font-size: 15px; color: var(--txt); font-weight: 700 }
.vaultsnow__i { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

.timefloe {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.timefloe > 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;
}
.timefloe__b {
  font-family: "Oranienbaum", system-ui, serif;
  font-size: 17px; color: var(--ice); font-weight: 400;
}
.timefloe__s { font-size: 12px; color: var(--txt-d) }

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

/* ===== FAQ ===== */
.faqfrost h2 { margin-bottom: 22px }
.snowitem {
  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;
}
.snowitem[open] { border-color: var(--ice) }
.snowitem summary {
  cursor: pointer; font-weight: 600; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
}
.snowitem summary::-webkit-details-marker { display: none }
.snowitem 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(--ice); font-size: 13px;
  transition: transform .25s;
}
.snowitem[open] summary::after { transform: translateY(-50%) rotate(90deg); border-color: var(--ice) }
.snowitem p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.65 }

/* ===== FOOTER ===== */
.frostfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(6, 12, 18, .6);
}
.frostfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.frostfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.65 }
.frostfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.frostfoot__logo span { display: flex; flex-direction: column; line-height: 1.1 }
.frostfoot__name { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Oranienbaum", serif }
.frostfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.65 }
.frostfoot__op { color: var(--ice); font-weight: 600 }
.frostfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.floecol h4 {
  font-family: "Fira Sans", system-ui, sans-serif;
  font-size: 12px; color: var(--silver); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.6px;
  margin: 0 0 12px;
}
.floecol ul { list-style: none; padding: 0; margin: 0 }
.floecol li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.floecol li:hover { color: var(--txt) }
.frostfoot__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) {
  .snowwelcome__grid { grid-template-columns: repeat(2, 1fr) }
  .thawpay__grid { grid-template-columns: repeat(3, 1fr) }
  .driftstat { grid-template-columns: repeat(2, 1fr) }
  .sleetnote__grid { grid-template-columns: 1fr }
  .frostfoot__top { grid-template-columns: 1fr }
  .glaciticker { grid-template-columns: repeat(3, 1fr) }
  .glaciticker__cell:nth-child(4), .glaciticker__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .glacierladder { grid-template-columns: repeat(3, 1fr) }
  .riadstep { transform: none !important }
}

@media (max-width: 880px) {
  .frosthero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .frosthero__pic { order: -1 }
  .rimenav { display: none }
  .frostbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .snowwelcome, .borealtour, .finalthaw { padding: 36px 18px; margin: 22px 14px }
  .freezesteps__grid { grid-template-columns: 1fr }
  .rimeperk__grid { grid-template-columns: 1fr }
  .frostfoot__top { padding: 30px 16px 22px; gap: 22px }
  .frostfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .glaciticker { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .glaciticker__cell { padding: 4px 10px }
  .timefloe { grid-template-columns: 1fr }
  .floekpi { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .crystgrid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .snowwelcome__grid { grid-template-columns: 1fr }
  .polarlive__grid { grid-template-columns: 1fr }
  .crystcard h3 { font-size: 13px }
  .crystcard p { font-size: 11px }
  .crystcard__cover { font-size: 18px }
  .frosthero__btns { flex-direction: column; align-items: stretch }
  .thawcta--big { width: 100% }
  .thawpay__grid { grid-template-columns: repeat(2, 1fr) }
  .driftstat { grid-template-columns: 1fr }
  .frostfoot__cols { grid-template-columns: 1fr }
  .glacierladder { grid-template-columns: repeat(2, 1fr) }
}
