/* =========================================================
   Averquellan — Gem Cascade Logic & Multiplier Physics
   Jewel-dark palette with gold hairlines
   ========================================================= */

:root {
  --night: #0b0d18;
  --night-2: #12162a;
  --panel: #171c33;
  --panel-2: #1e2542;
  --gold: #d8b45c;
  --gold-bright: #f5dc9a;
  --emerald: #34d1a0;
  --sapphire: #4d8dff;
  --amethyst: #a978ff;
  --ruby: #ff5f7e;
  --text: #e8ecf7;
  --text-dim: #a3adc9;
  --hairline: rgba(216, 180, 92, .26);
  --edge: rgba(255, 255, 255, .08);
  --rad: 12px;
  --rad-l: 22px;
  --wide: 1200px;
  --serif: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.78;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 78% -8%, rgba(169, 120, 255, .18), transparent 62%),
    radial-gradient(900px 500px at 5% 12%, rgba(52, 209, 160, .12), transparent 58%),
    var(--night);
  background-attachment: fixed;
}

img { max-width: 100%; display: block; }
a { color: var(--gold-bright); }

.shell { max-width: var(--wide); margin: 0 auto; padding: 0 26px; }

/* ---------- Header ---------- */

.head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11, 13, 24, .86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}

.head__row { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 17px 0; }

.mark { display: flex; align-items: center; gap: 13px; text-decoration: none; }

.mark__jewel {
  width: 42px; height: 42px;
  background: linear-gradient(145deg, var(--amethyst), var(--sapphire) 45%, var(--emerald));
  clip-path: polygon(50% 0, 100% 32%, 82% 100%, 18% 100%, 0 32%);
  box-shadow: 0 6px 22px rgba(77, 141, 255, .4);
}

.mark__name { font-family: var(--serif); font-size: 22px; letter-spacing: .6px; color: #fff; }
.mark__name i { font-style: normal; color: var(--gold); }
.mark__tag { display: block; font-size: 10.5px; letter-spacing: 2.6px; text-transform: uppercase; color: var(--text-dim); }

.links { display: flex; gap: 3px; align-items: center; flex-wrap: wrap; }
.links a {
  font-size: 14.5px; font-weight: 600; letter-spacing: .3px;
  color: var(--text-dim); text-decoration: none;
  padding: 10px 15px; border-radius: 8px; transition: .18s;
}
.links a:hover { color: var(--gold-bright); background: rgba(216, 180, 92, .08); }
.links a.on { color: var(--night); background: linear-gradient(120deg, var(--gold), var(--gold-bright)); font-weight: 800; }

.tap {
  display: none; background: transparent; border: 1px solid var(--hairline);
  color: var(--gold); padding: 10px 14px; border-radius: 8px;
  font-family: inherit; font-size: 14.5px; font-weight: 700; cursor: pointer;
}

/* ---------- Hero ---------- */

.lead-in { padding: 78px 0 86px; }
.lead-in__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }

.flag {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11.5px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--hairline);
  padding: 8px 16px; border-radius: 999px; background: rgba(216, 180, 92, .06);
}

h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.12; letter-spacing: -.4px;
  margin: 22px 0 18px; color: #fff;
}
h1 .shine {
  background: linear-gradient(100deg, var(--gold-bright), var(--gold) 40%, var(--amethyst));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.intro { font-size: 19px; color: var(--text-dim); max-width: 58ch; }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.act {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: inherit; font-size: 15.5px; font-weight: 800; letter-spacing: .3px;
  padding: 15px 28px; border-radius: 10px; border: 0; cursor: pointer; text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}
.act--gold { background: linear-gradient(120deg, var(--gold), var(--gold-bright)); color: #241c05; box-shadow: 0 14px 32px rgba(216, 180, 92, .26); }
.act--ghost { background: rgba(255, 255, 255, .04); color: var(--text); border: 1px solid var(--edge); }
.act--jewel { background: linear-gradient(120deg, var(--amethyst), var(--sapphire)); color: #fff; box-shadow: 0 14px 32px rgba(122, 110, 255, .32); }
.act:hover { transform: translateY(-3px); }

/* Gem board */

.gemboard {
  background: linear-gradient(165deg, var(--panel), var(--night-2));
  border: 1px solid var(--hairline);
  border-radius: var(--rad-l);
  padding: 22px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .55);
}

.gemboard__bar {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11.5px; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--text-dim); margin-bottom: 16px;
}

.gemboard__cells { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; }

.gem {
  aspect-ratio: 1;
  clip-path: polygon(50% 0, 100% 30%, 82% 100%, 18% 100%, 0 30%);
  display: grid; place-items: center;
  font-size: 15px; font-weight: 800; color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .06);
  animation: rise .6s ease both;
}
.gem--e { background: linear-gradient(150deg, #1e6f57, var(--emerald)); }
.gem--s { background: linear-gradient(150deg, #21437f, var(--sapphire)); }
.gem--a { background: linear-gradient(150deg, #52308c, var(--amethyst)); }
.gem--r { background: linear-gradient(150deg, #8c2138, var(--ruby)); }
.gem--g { background: linear-gradient(150deg, #7a5c14, var(--gold-bright)); color: #2a1f00; box-shadow: 0 0 22px rgba(245, 220, 154, .4); }

@keyframes rise { from { opacity: 0; transform: translateY(16px) scale(.86); } to { opacity: 1; transform: none; } }

.gemboard__note {
  margin-top: 16px; padding-top: 13px;
  border-top: 1px solid var(--edge);
  font-size: 13px; color: var(--text-dim);
}

/* ---------- Sections ---------- */

.slab { padding: 78px 0; }
.slab--panel { background: linear-gradient(180deg, rgba(23, 28, 51, .6), rgba(11, 13, 24, 0)); }
.slab--light { background: #f6f7fb; color: #16192b; }
.slab--light h2, .slab--light h3, .slab--light h4 { color: #0f1224; }
.slab--light p, .slab--light li { color: #4c5470; }
.slab--light a { color: #7a4f00; }

h2 { font-family: var(--serif); font-size: clamp(26px, 3.2vw, 38px); line-height: 1.2; color: #fff; margin-bottom: 14px; }
h3 { font-family: var(--serif); font-size: 22px; color: var(--gold); margin: 34px 0 10px; }
h4 { font-size: 17px; color: var(--text); margin: 20px 0 8px; }

.sub { max-width: 70ch; color: var(--text-dim); font-size: 18px; margin-bottom: 34px; }

/* ---------- Article ---------- */

.paper {
  background: linear-gradient(165deg, rgba(23, 28, 51, .9), rgba(18, 22, 42, .9));
  border: 1px solid var(--hairline);
  border-radius: var(--rad-l);
  padding: clamp(24px, 4vw, 54px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .4);
}

.paper p { margin-bottom: 18px; max-width: 78ch; color: var(--text-dim); }
.paper ul, .paper ol { margin: 0 0 20px 22px; max-width: 74ch; color: var(--text-dim); }
.paper li { margin-bottom: 9px; }
.paper strong { color: var(--text); }
.paper em { color: var(--gold-bright); font-style: italic; }

.index-box {
  border: 1px solid var(--hairline);
  border-radius: var(--rad);
  padding: 20px 24px;
  background: rgba(216, 180, 92, .05);
  margin-bottom: 32px;
}
.index-box b { display: block; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.index-box ol { margin: 0 0 0 20px; color: var(--text-dim); }
.index-box a { color: var(--text); text-decoration: none; }
.index-box a:hover { color: var(--gold-bright); }

.highlight {
  margin: 28px 0; padding: 20px 26px;
  border-left: 3px solid var(--gold);
  background: linear-gradient(90deg, rgba(216, 180, 92, .1), transparent);
  border-radius: 0 var(--rad) var(--rad) 0;
  font-family: var(--serif); font-size: 19px; color: var(--gold-bright);
}

/* ---------- Tables ---------- */

.tbl { overflow-x: auto; margin: 26px 0; }
table { width: 100%; border-collapse: collapse; min-width: 540px; font-size: 15px; }
caption { text-align: left; font-size: 13px; color: var(--text-dim); padding-bottom: 10px; }
th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--edge); color: var(--text-dim); }
th { color: var(--gold); font-weight: 700; letter-spacing: .4px; background: rgba(216, 180, 92, .07); }
td strong { color: var(--text); }
.slab--light th { color: #7a4f00; background: #efe6cf; }
.slab--light td { color: #4c5470; border-bottom-color: #e2e5ee; }

/* ---------- Product cards ---------- */

.rack { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 26px; }

.item {
  background: linear-gradient(165deg, var(--panel), var(--night-2));
  border: 1px solid var(--edge);
  border-radius: var(--rad-l);
  padding: 30px;
  display: flex; flex-direction: column;
  transition: .2s ease;
  position: relative;
  overflow: hidden;
}
.item::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--emerald), var(--sapphire), var(--amethyst), var(--gold));
  opacity: .8;
}
.item:hover { transform: translateY(-5px); border-color: var(--hairline); box-shadow: 0 26px 60px rgba(0, 0, 0, .5); }

.item h3 { margin: 12px 0 6px; font-size: 21px; color: #fff; }
.item p { color: var(--text-dim); font-size: 15.5px; }

.tagline { font-size: 11px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: var(--emerald); }
.tagline--a { color: var(--amethyst); }
.tagline--g { color: var(--gold); }

.cost { font-family: var(--serif); font-size: 40px; color: var(--gold-bright); line-height: 1; margin: 16px 0 4px; }
.cost small { font-size: 14px; color: var(--text-dim); font-family: var(--sans); }

.spec { list-style: none; margin: 18px 0 26px; }
.spec li { position: relative; padding-left: 26px; margin-bottom: 10px; font-size: 15px; color: var(--text-dim); }
.spec li::before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: 11px; top: 2px; }
.item .act { margin-top: auto; justify-content: center; }

/* ---------- Forms ---------- */

.order-shell {
  background: linear-gradient(165deg, var(--panel), var(--night-2));
  border: 1px solid var(--hairline);
  border-radius: var(--rad-l);
  padding: clamp(24px, 3.8vw, 46px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .45);
}

.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.cell-full { grid-column: 1 / -1; }
.fld { display: flex; flex-direction: column; gap: 8px; }

label { font-size: 13.5px; font-weight: 700; letter-spacing: .4px; color: var(--text); text-transform: uppercase; }
label i { color: var(--ruby); font-style: normal; }

input[type=text], input[type=email], input[type=tel], select, textarea {
  font-family: inherit; font-size: 16px; color: var(--text);
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--edge);
  border-radius: 10px; padding: 13px 15px; width: 100%;
  transition: .16s;
}
select option { background: var(--night-2); color: var(--text); }
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(216, 180, 92, .18);
  background: rgba(255, 255, 255, .07);
}
::placeholder { color: rgba(163, 173, 201, .6); }

.note { font-size: 13px; color: var(--text-dim); text-transform: none; letter-spacing: 0; }

.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--text-dim); line-height: 1.6; }
.consent input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--gold); }

.summary-strip {
  margin-top: 26px; padding: 20px 24px;
  border: 1px dashed var(--hairline); border-radius: var(--rad);
  display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap;
  background: rgba(216, 180, 92, .05);
}
.summary-strip b { font-family: var(--serif); font-size: 30px; color: var(--gold-bright); }

.msg { display: none; margin-top: 20px; padding: 17px 21px; border-radius: var(--rad); font-size: 15.5px; font-weight: 600; }
.msg.good { display: block; background: rgba(52, 209, 160, .12); border: 1px solid rgba(52, 209, 160, .4); color: #9df0d4; }
.msg.bad { display: block; background: rgba(255, 95, 126, .1); border: 1px solid rgba(255, 95, 126, .38); color: #ffb3c1; }

.fineprint { margin-top: 22px; font-size: 14px; color: var(--text-dim); border-top: 1px solid var(--edge); padding-top: 18px; }

/* ---------- Trust blocks ---------- */

.trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.trust__box {
  border: 1px solid var(--edge); border-radius: var(--rad-l);
  padding: 26px; background: rgba(255, 255, 255, .03);
}
.trust__box h3 { margin: 0 0 8px; font-size: 18px; color: #fff; font-family: var(--sans); font-weight: 800; }
.trust__box p { color: var(--text-dim); font-size: 15px; }
.trust__icon { font-size: 26px; margin-bottom: 12px; display: block; }

.meters { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }
.meter { border: 1px solid var(--hairline); border-radius: var(--rad); padding: 22px; text-align: center; background: rgba(216, 180, 92, .05); }
.meter b { display: block; font-family: var(--serif); font-size: 34px; color: var(--gold-bright); line-height: 1; }
.meter span { font-size: 13.5px; color: var(--text-dim); }

/* ---------- Details ---------- */

details {
  border: 1px solid var(--edge); border-radius: var(--rad);
  padding: 17px 22px; margin-bottom: 12px; background: rgba(255, 255, 255, .03);
}
summary { cursor: pointer; font-weight: 700; color: #fff; font-size: 16.5px; }
details[open] summary { color: var(--gold); margin-bottom: 10px; }
details p { color: var(--text-dim); font-size: 15.5px; }

/* ---------- Page top ---------- */

.top-strip { padding: 58px 0 52px; border-bottom: 1px solid var(--hairline); background: linear-gradient(180deg, rgba(23, 28, 51, .7), transparent); }
.top-strip h1 { font-size: clamp(30px, 3.9vw, 43px); margin: 14px 0 12px; }
.top-strip p { color: var(--text-dim); font-size: 18px; max-width: 66ch; }
.trail { font-size: 13px; color: var(--text-dim); letter-spacing: .4px; }
.trail a { color: var(--gold); text-decoration: none; }

/* ---------- Legal doc ---------- */

.legal-sheet {
  background: linear-gradient(165deg, rgba(23, 28, 51, .9), rgba(18, 22, 42, .9));
  border: 1px solid var(--hairline);
  border-radius: var(--rad-l);
  padding: clamp(24px, 4vw, 52px);
  max-width: 920px;
}
.legal-sheet h2 { font-size: 24px; margin-top: 36px; color: var(--gold); }
.legal-sheet h2:first-of-type { margin-top: 0; }
.legal-sheet p, .legal-sheet li { color: var(--text-dim); font-size: 16px; }
.legal-sheet ul, .legal-sheet ol { margin: 0 0 18px 22px; }
.issued { display: inline-block; border: 1px solid var(--hairline); border-radius: 999px; padding: 8px 18px; font-size: 13px; color: var(--text-dim); margin-bottom: 28px; }

/* ---------- Contact layout ---------- */

.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; align-items: start; }
.facts-list { list-style: none; }
.facts-list li { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--edge); }
.facts-list li:last-child { border-bottom: 0; }
.facts-list b { min-width: 104px; font-size: 12.5px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold); }
.facts-list span { color: var(--text-dim); font-size: 15.5px; }

/* ---------- Footer ---------- */

.foot { border-top: 1px solid var(--hairline); background: rgba(8, 10, 20, .8); padding: 56px 0 28px; font-size: 15px; }
.foot__cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 34px; }
.foot h5 { font-size: 12px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.foot ul { list-style: none; }
.foot li { margin-bottom: 9px; }
.foot a { color: var(--text-dim); text-decoration: none; }
.foot a:hover { color: var(--gold-bright); }
.foot p { color: var(--text-dim); }
.foot__end {
  margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--edge);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: rgba(163, 173, 201, .7);
}

.declare {
  background: linear-gradient(90deg, rgba(216, 180, 92, .16), rgba(169, 120, 255, .16));
  border-top: 1px solid var(--hairline);
  text-align: center; padding: 13px 24px; font-size: 13.5px; color: var(--gold-bright);
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .lead-in__grid, .two-col { grid-template-columns: 1fr; }
  .foot__cols { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .head__row { position: relative; }
  .links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch;
    background: var(--night-2); border: 1px solid var(--hairline); border-radius: 0 0 var(--rad) var(--rad);
    padding: 12px 16px 18px;
  }
  .links.show { display: flex; }
  .tap { display: block; }
  .slab { padding: 54px 0; }
  .foot__cols { grid-template-columns: 1fr; }
  .gemboard__cells { gap: 6px; }
  .gem { font-size: 12px; }
}

/* =========================================================
   Catalogo giochi Google Play
   ========================================================= */

.tabs { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 30px; }

.tabs__btn {
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .3px;
  color: var(--text-dim);
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--edge);
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  transition: .18s ease;
}
.tabs__btn:hover { color: var(--gold-bright); border-color: var(--hairline); }
.tabs__btn.on { background: linear-gradient(120deg, var(--gold), var(--gold-bright)); color: #241c05; border-color: transparent; font-weight: 800; }

.grid-games { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 26px; }

.gcard {
  background: linear-gradient(165deg, var(--panel), var(--night-2));
  border: 1px solid var(--edge);
  border-radius: var(--rad-l);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .2s ease;
}
.gcard:hover { transform: translateY(-5px); border-color: var(--hairline); box-shadow: 0 26px 60px rgba(0, 0, 0, .5); }

.gcard__cover { position: relative; }
.gcard__cover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

.gcard__badge {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(11, 13, 24, .84);
  color: var(--gold-bright);
  border: 1px solid var(--hairline);
  font-size: 11px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase;
  padding: 6px 13px; border-radius: 999px;
}

.gcard__body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.gcard__title { font-family: var(--serif); font-size: 21px; color: #fff; margin-bottom: 4px; }
.gcard__pub { font-size: 13.5px; color: var(--text-dim); margin-bottom: 12px; }
.gcard__text { font-size: 15px; color: var(--text-dim); margin-bottom: 16px; }

.gcard__data {
  list-style: none; margin: auto 0 18px; padding-top: 14px;
  border-top: 1px solid var(--edge); font-size: 13.5px; color: var(--text-dim);
  display: grid; gap: 7px;
}
.gcard__data li { display: flex; justify-content: space-between; gap: 12px; }
.gcard__data b { color: var(--text); font-weight: 700; }

.rate { color: var(--gold); letter-spacing: 2px; }
.rate small { color: var(--text-dim); letter-spacing: 0; margin-left: 6px; }

.gcard .act { justify-content: center; font-size: 14.5px; padding: 13px 20px; }

.cover-hero { width: 100%; border-radius: var(--rad-l); border: 1px solid var(--hairline); box-shadow: 0 30px 70px rgba(0, 0, 0, .55); }
.cover-note { font-size: 13px; color: var(--text-dim); margin-top: 12px; }

/* screenshot-style figures inside articles */
.guide-shot { width: 100%; border-radius: var(--rad); border: 1px solid var(--hairline); box-shadow: 0 18px 40px rgba(0,0,0,.45); margin: 8px 0 10px; }
.guide-caption { font-size: 13px; color: var(--text-dim); margin: 0 0 22px; }

/* =========================================================
   Cookie consent (Consent Mode v2 ready)
   ========================================================= */
.cc {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 999;
  background: #12162a; color: #e8ecf7;
  border: 1px solid rgba(216,180,92,.3); border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
  padding: 20px 24px;
  animation: cc-in .28s ease both;
}
.cc[hidden] { display: none; }
@keyframes cc-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.cc__inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
}
.cc__title { display: block; font-size: 15.5px; margin-bottom: 4px; color: #e8ecf7; }
.cc__body { font-size: 14px; line-height: 1.6; color: var(--text-dim); max-width: 74ch; margin: 0; }
.cc__link { color: var(--gold); font-weight: 700; }
.cc__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cc__btn {
  font-family: inherit; font-size: 14.5px; font-weight: 800; cursor: pointer;
  padding: 12px 22px; border-radius: 999px; border: 1px solid rgba(216,180,92,.3); white-space: nowrap;
}
.cc__btn--ghost { background: transparent; color: #e8ecf7; }
.cc__btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.cc__btn--solid { background: var(--gold); color: #fff; border-color: transparent; }
.cc__btn--solid:hover { filter: brightness(1.06); }
@media (max-width: 720px) {
  .cc { left: 8px; right: 8px; bottom: 8px; padding: 18px; }
  .cc__actions { width: 100%; }
  .cc__btn { flex: 1; }
}
