﻿:root{
  --cg-bg:#1f2b33;
  --cg-bg-deep:#18232b;
  --cg-bg-ink:#121a21;
  --cg-surface:#24343f;
  --cg-surface-strong:#1b2730;
  --cg-surface-soft:#2d3f4c;
  --cg-border:#3a4b56;
  --cg-text:#f4f7fb;
  --cg-muted:#9db0bd;
  --cg-muted-strong:#70828f;
  --cg-accent:#52d43e;
  --cg-accent-strong:#41bf2d;
  --cg-accent-soft:rgba(82,212,62,.16);
  --cg-yellow:#f3e941;
  --cg-red:#ff684f;
  --cg-purple:#7c3ca8;
  --cg-shadow:0 22px 44px rgba(0,0,0,.28);
  --cg-shadow-soft:0 14px 34px rgba(5,10,16,.24);
  --cg-shadow-green:0 18px 36px rgba(82,212,62,.12);
  --cg-radius-xl:28px;
  --cg-radius-lg:20px;
  --cg-radius-md:14px;
  --cg-max:1280px;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:
    radial-gradient(circle at top center, rgba(82,212,62,.06), transparent 24%),
    radial-gradient(circle at top right, rgba(124,60,168,.14), transparent 26%),
    linear-gradient(180deg, #1b2730 0%, var(--cg-bg) 100%);
  color:var(--cg-text);
  font:16px/1.6 "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size:14px 14px;
  opacity:.18;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.55), transparent 82%);
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 14% 18%, rgba(82,212,62,.045), transparent 22%),
    radial-gradient(circle at 86% 12%, rgba(255,255,255,.035), transparent 18%),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size:auto, auto, 44px 44px, 44px 44px;
  opacity:.35;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.55), transparent 78%);
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  display:block;
  max-width:100%;
  height:auto;
}

.cg-visually-hidden{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

.cg-shell{
  position:relative;
  min-height:100vh;
  isolation:isolate;
}

.cg-wrap{
  width:min(calc(100% - 32px), var(--cg-max));
  margin:0 auto;
}

.cg-topbar{
  background:#202c35;
  border-bottom:1px solid rgba(255,255,255,.06);
  box-shadow:0 6px 16px rgba(0,0,0,.18);
}

.cg-topbar__row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  min-height:84px;
  padding:12px 0;
}

.cg-brand{
  display:flex;
  align-items:center;
  gap:0;
  min-width:0;
}

.cg-brand img{
  width:min(100%, 500px);
  max-height:54px;
  object-fit:contain;
}

.cg-menu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid var(--cg-border);
  border-radius:4px;
  background:#24333d;
  cursor:pointer;
  box-shadow:var(--cg-shadow-soft);
}

.cg-menu-toggle span{
  display:block;
  width:18px;
  height:2px;
  margin:3px 0;
  border-radius:999px;
  background:#fff;
}

.cg-brand__meta{
  display:none !important;
}

.cg-brand__title{
  font-size:22px;
  font-weight:900;
  letter-spacing:-.03em;
}

.cg-brand__sub{
  color:var(--cg-muted);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.cg-search{
  position:relative;
  min-width:0;
}

.cg-search input{
  width:100%;
  min-height:46px;
  padding:0 56px 0 18px;
  border:1px solid var(--cg-border);
  border-radius:4px;
  background:#273640;
  color:var(--cg-text);
  font:600 14px/1 "Segoe UI", Arial, sans-serif;
}

.cg-search input::placeholder{
  color:#c5d2db;
}

.cg-search__button{
  position:absolute;
  top:50%;
  right:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  transform:translateY(-50%);
  border:0;
  background:transparent;
  color:#fff;
  font-size:18px;
  padding:0;
  cursor:pointer;
}

.cg-search-page{
  display:grid;
  gap:18px;
}

.cg-search-state{
  padding:16px 18px;
  border:1px solid var(--cg-border);
  border-radius:8px;
  background:rgba(255,255,255,.03);
  color:var(--cg-muted);
  font-size:14px;
  line-height:1.6;
}

.cg-search-results{
  display:grid;
  gap:14px;
}

.cg-search-result{
  padding:18px 20px;
  border:1px solid var(--cg-border);
  border-radius:8px;
  background:rgba(255,255,255,.03);
}

.cg-search-result__label{
  display:inline-flex;
  margin-bottom:8px;
  color:var(--cg-accent);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cg-search-result__link{
  display:inline-block;
  margin-bottom:8px;
  color:var(--cg-text);
  font:800 22px/1.25 "Segoe UI", Arial, sans-serif;
  text-decoration:none;
}

.cg-search-result__link:hover{
  color:var(--cg-accent);
}

.cg-search-result__desc{
  color:var(--cg-muted);
  font-size:15px;
  line-height:1.65;
}

.cg-topbar__actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.cg-pill,
.cg-outline-button,
.cg-solid-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:4px;
  font-weight:800;
  white-space:nowrap;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease;
}

.cg-pill{
  border:1px solid var(--cg-border);
  background:#24333d;
  color:#fff;
}

.cg-outline-button{
  border:1px solid #62727c;
  background:transparent;
  color:#fff;
}

.cg-solid-button{
  border:1px solid transparent;
  background:linear-gradient(180deg, var(--cg-accent) 0%, var(--cg-accent-strong) 100%);
  color:#fff;
  box-shadow:0 14px 28px rgba(82,212,62,.24);
}

.cg-outline-button:hover,
.cg-solid-button:hover,
.cg-card-ghost:hover{
  transform:translateY(-1px);
}

.cg-outline-button:hover{
  border-color:#7b8e9a;
  background:rgba(255,255,255,.035);
  box-shadow:var(--cg-shadow-soft);
}

.cg-solid-button:hover{
  box-shadow:0 18px 38px rgba(82,212,62,.28);
}

.cg-menubar{
  background:#2a3944;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.cg-nav{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  align-items:center;
  min-height:40px;
}

.cg-nav a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:14px;
  font-weight:800;
}

.cg-nav a::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:2px;
  background:var(--cg-accent);
  box-shadow:0 0 0 2px rgba(82,212,62,.15);
}

.cg-main{
  padding:28px 0 64px;
}

.cg-stack > * + *{
  margin-top:24px;
}

.cg-surface{
  position:relative;
  overflow:hidden;
  background:var(--cg-surface);
  border:1px solid rgba(255,255,255,.06);
  box-shadow:var(--cg-shadow);
}

.cg-hero{
  isolation:isolate;
  padding:34px;
  border-radius:0;
  background:
    linear-gradient(90deg, rgba(28,74,30,.62) 0%, rgba(18,29,40,.82) 42%, rgba(78,37,103,.72) 100%),
    linear-gradient(180deg, #1c2731 0%, #1b2630 100%);
}

.cg-hero::before{
  content:"";
  position:absolute;
  inset:auto -80px -120px auto;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(82,212,62,.12) 0%, rgba(82,212,62,0) 68%);
  z-index:-1;
}

.cg-hero::after{
  content:"";
  position:absolute;
  top:-80px;
  right:18%;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 70%);
  z-index:-1;
}

.cg-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(420px,.95fr);
  gap:34px;
  align-items:center;
}

.cg-hero__label,
.cg-rail-title{
  color:var(--cg-muted);
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.cg-title{
  margin:10px 0 0;
  max-width:18ch;
  font-size:clamp(22px, 2.3vw, 36px);
  line-height:1.1;
  letter-spacing:-.03em;
}

.cg-lead{
  margin:16px 0 0;
  max-width:62ch;
  color:#eef4f8;
  font-size:15px;
  line-height:1.58;
}

.cg-hero-copy{
  display:grid;
  gap:0;
}

.cg-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.cg-hero__actions .cg-outline-button,
.cg-hero__actions .cg-solid-button{
  min-height:42px;
  padding:0 16px;
  font-size:14px;
}

.cg-hero-points{
  display:grid;
  gap:10px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
  max-width:640px;
}

.cg-hero-points li{
  position:relative;
  padding-left:28px;
  color:#eef4f8;
  font-size:15px;
  line-height:1.5;
}

.cg-hero-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:11px;
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--cg-accent);
  box-shadow:0 0 0 6px rgba(82,212,62,.12);
}

.cg-hero-media{
  position:relative;
  min-height:360px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(18,28,38,.92) 0%, rgba(18,28,38,.72) 100%);
  box-shadow:0 22px 44px rgba(5,10,16,.34);
}

.cg-hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(18,28,38,.24) 0%, rgba(18,28,38,0) 36%),
    linear-gradient(180deg, rgba(18,28,38,0) 0%, rgba(18,28,38,.18) 100%);
  pointer-events:none;
}

.cg-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.cg-hero__tiles{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.cg-tile{
  position:relative;
  min-height:98px;
  padding:18px 14px;
  border:1px solid rgba(82,212,62,.75);
  background:linear-gradient(180deg, rgba(14,20,27,.34) 0%, rgba(18,28,38,.72) 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  backdrop-filter:blur(3px);
  color:var(--cg-accent);
  text-align:center;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cg-tile::after{
  content:"";
  position:absolute;
  inset:auto 12px 0;
  height:2px;
  background:linear-gradient(90deg, rgba(82,212,62,0) 0%, rgba(82,212,62,.9) 50%, rgba(82,212,62,0) 100%);
  opacity:.38;
}

.cg-tile:hover{
  transform:translateY(-3px);
  border-color:rgba(82,212,62,.95);
  box-shadow:var(--cg-shadow-green);
}

.cg-tile__icon{
  display:block;
  margin-bottom:10px;
  font-size:22px;
}

.cg-tile__name{
  display:block;
  font-size:16px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.cg-metrics{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg, rgba(34,48,58,.95) 0%, rgba(30,43,52,.98) 100%);
}

.cg-metric{
  position:relative;
  padding:16px 18px 18px;
  border-right:1px solid rgba(255,255,255,.08);
  transition:background-color .18s ease;
}

.cg-metric:last-child{
  border-right:0;
}

.cg-metric::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:1px;
  background:linear-gradient(180deg, rgba(82,212,62,0) 0%, rgba(82,212,62,.4) 50%, rgba(82,212,62,0) 100%);
}

.cg-metric:hover{
  background:rgba(255,255,255,.02);
}

.cg-metric__value{
  display:block;
  color:var(--cg-accent);
  font-size:24px;
  font-weight:900;
  line-height:1;
}

.cg-metric__label{
  display:block;
  margin-top:6px;
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.cg-metric__new{
  position:absolute;
  top:14px;
  right:18px;
  padding:6px 10px;
  border-radius:4px;
  background:#344651;
  color:#f8e746;
  font-size:12px;
  font-weight:900;
}

.cg-section{
  padding:0;
}

.cg-section__header{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.cg-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:22px;
}

.cg-tab{
  position:relative;
  padding-bottom:12px;
  color:#6d7f8a;
  font-size:16px;
  font-weight:900;
}

.cg-tab.is-active{
  color:#fff;
}

.cg-tab.is-active::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:4px;
  background:var(--cg-accent);
}

.cg-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.cg-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border:1px solid #53646f;
  background:transparent;
  color:#fff;
  font-size:30px;
}

.cg-card-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.cg-showcase-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.cg-section--game-showcase{
  margin:22px 0 26px;
}

.cg-game-showcase__intro{
  max-width:760px;
  margin-bottom:20px;
}

.cg-game-showcase__intro h2{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.12;
}

.cg-game-showcase__intro p{
  margin:0;
  color:#d6e2e9;
  font-size:15px;
  line-height:1.65;
}

.cg-showcase-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%),
    #23323c;
  box-shadow:var(--cg-shadow-soft);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cg-showcase-card:hover{
  transform:translateY(-4px);
  border-color:rgba(82,212,62,.22);
  box-shadow:0 24px 44px rgba(5,10,16,.32);
}

.cg-showcase-card__media{
  position:relative;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#131c23;
}

.cg-showcase-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(18,28,38,.02) 0%, rgba(18,28,38,.28) 100%);
  pointer-events:none;
}

.cg-showcase-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.cg-showcase-card__body{
  padding:22px;
}

.cg-showcase-card__body h3{
  margin:12px 0 12px;
  font-size:22px;
  line-height:1.18;
}

.cg-showcase-card__body p{
  margin:0;
  color:#dce6ec;
  font-size:15px;
  line-height:1.6;
}

.cg-quick-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.cg-quick-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 20px;
  border:1px solid rgba(82,212,62,.7);
  border-radius:999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%),
    rgba(24,35,43,.92);
  color:#eef5fb;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  transition:transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.cg-quick-links a:hover{
  transform:translateY(-2px);
  border-color:rgba(82,212,62,.98);
  color:#fff;
  box-shadow:0 14px 28px rgba(82,212,62,.12);
}

.cg-brand-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.07);
  background:linear-gradient(180deg, #2a3a45 0%, #253640 100%);
  box-shadow:var(--cg-shadow-soft);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cg-brand-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg, rgba(82,212,62,0) 0%, rgba(82,212,62,.95) 52%, rgba(82,212,62,0) 100%);
  opacity:.62;
}

.cg-brand-card:hover{
  transform:translateY(-4px);
  border-color:rgba(82,212,62,.24);
  box-shadow:0 24px 44px rgba(5,10,16,.34);
}

.cg-brand-card__logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:102px;
  padding:18px;
  border-bottom:1px solid rgba(255,255,255,.06);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%),
    #1a242c;
  text-decoration:none;
}

.cg-brand-card__logo img{
  width:auto;
  max-width:190px;
  max-height:56px;
  object-fit:contain;
}

.cg-brand-card__logo img[src$="/assets/logos/1xbet.webp"],
.cg-bonus-card__logo img[src$="/assets/logos/1xbet.webp"]{
  filter:brightness(1.08) saturate(1.15) drop-shadow(0 0 10px rgba(96,186,255,.18));
}

.cg-brand-card__body{
  padding:22px 24px 24px;
}

.cg-brand-card__title{
  margin:0 0 18px;
  font-size:18px;
  line-height:1.18;
  font-weight:900;
}

.cg-brand-card__title a{
  color:inherit;
  text-decoration:none;
}

.cg-brand-card__title a:hover{
  color:var(--cg-accent);
}

.cg-brand-card__copy{
  margin:0 0 14px;
  color:#c9d7df;
  font-size:15px;
  line-height:1.55;
}

.cg-brand-card__meta{
  color:#fff;
  font-size:17px;
  font-weight:900;
  text-transform:uppercase;
}

.cg-brand-card__meta span{
  display:block;
  color:var(--cg-accent);
  margin-top:6px;
  line-height:1.32;
}

.cg-card-actions{
  display:grid;
  gap:12px;
  margin-top:24px;
}

.cg-card-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  border:1px solid #8ea1ad;
  background:linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%);
  color:#fff;
  font-size:16px;
  font-weight:800;
  transition:transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.cg-card-ghost strong{
  font-weight:900;
}

.cg-split-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
}

.cg-panel{
  min-height:332px;
  padding:34px;
  border:1px solid rgba(255,255,255,.07);
  background:
    linear-gradient(180deg, rgba(255,255,255,.015) 0%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, #1a252d 0%, #18232b 100%);
  box-shadow:var(--cg-shadow-soft);
}

.cg-panel h1,
.cg-panel h2,
.cg-panel h3{
  margin:12px 0 18px;
  font-size:24px;
  line-height:1.14;
}

.cg-panel p{
  max-width:680px;
  color:#eef4f8;
  font-size:18px;
}

.cg-proof-list{
  display:grid;
  gap:12px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}

.cg-proof-list li{
  position:relative;
  padding-left:28px;
  color:#e7eef3;
  font-size:17px;
  line-height:1.6;
}

.cg-proof-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:11px;
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--cg-accent);
  box-shadow:0 0 0 6px rgba(82,212,62,.12);
}

.cg-panel__art{
  margin-top:18px;
  min-height:150px;
  border-radius:18px;
  background:
    radial-gradient(circle at 28% 70%, rgba(82,212,62,.34), transparent 18%),
    radial-gradient(circle at 70% 40%, rgba(255,232,74,.22), transparent 18%),
    linear-gradient(135deg, rgba(47,66,78,.55), rgba(16,23,31,.08));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.cg-chart{
  display:grid;
  grid-template-columns:repeat(8, minmax(0, 1fr));
  align-items:end;
  gap:10px;
  min-height:220px;
  margin-top:22px;
}

.cg-chart span{
  display:block;
  border-radius:6px 6px 0 0;
  background:linear-gradient(180deg, rgba(82,212,62,.95) 0%, rgba(114,152,140,.32) 100%);
}

.cg-bonus-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.cg-bonus-card{
  display:grid;
  grid-template-columns:92px minmax(0, 1fr) 48px;
  align-items:center;
  gap:18px;
  padding:12px;
  border:1px solid rgba(255,255,255,.07);
  background:#2a3944;
}

.cg-bonus-card__logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:92px;
  background:#0d1419;
}

.cg-bonus-card__logo img{
  width:auto;
  max-width:82px;
  max-height:48px;
  object-fit:contain;
}

.cg-bonus-card__title{
  font-size:18px;
  font-weight:900;
  line-height:1.2;
}

.cg-bonus-card__brand{
  margin-top:8px;
  color:var(--cg-muted);
  font-size:14px;
  font-weight:700;
}

.cg-bonus-card__arrow{
  color:#9fb1bd;
  font-size:34px;
  text-align:center;
}

.cg-mini-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.cg-mini-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%),
    #24343f;
  box-shadow:var(--cg-shadow-soft);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cg-mini-card:hover{
  transform:translateY(-4px);
  border-color:rgba(82,212,62,.24);
  box-shadow:0 24px 44px rgba(5,10,16,.32);
}

.cg-mini-card__media{
  display:block;
  position:relative;
  aspect-ratio:16 / 10;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#131c23;
}

.cg-mini-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.cg-mini-card__body{
  padding:22px 22px 24px;
}

.cg-mini-card__body h3{
  margin:12px 0 12px;
  font-size:26px;
  line-height:1.12;
}

.cg-mini-card__body p{
  margin:0;
  color:#dbe6ec;
  font-size:16px;
  line-height:1.6;
}

.cg-mini-card__body .cg-outline-button{
  width:100%;
  margin-top:18px;
}

.cg-content-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.cg-content-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%),
    #24343f;
  box-shadow:var(--cg-shadow-soft);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cg-content-card:hover{
  transform:translateY(-4px);
  border-color:rgba(82,212,62,.2);
  box-shadow:0 24px 44px rgba(5,10,16,.3);
}

.cg-content-card__media{
  position:relative;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#131c23;
}

.cg-content-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.cg-content-card__body{
  padding:24px;
}

.cg-content-card__body h3{
  margin:12px 0 12px;
  font-size:28px;
  line-height:1.14;
}

.cg-content-card__body p{
  margin:0;
  color:#dce6ec;
  font-size:17px;
  line-height:1.65;
}

.cg-footer{
  padding:20px 0 48px;
}

.cg-footer__shell{
  padding:28px 24px 26px;
  border-top:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.015) 0%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(24,35,43,.95) 0%, rgba(20,29,36,.98) 100%);
  box-shadow:var(--cg-shadow-soft);
}

.cg-footer__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:0;
  border-top:1px solid rgba(255,255,255,.08);
  border-left:1px solid rgba(255,255,255,.08);
}

.cg-footer__feature{
  padding:30px 28px;
  border-right:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.cg-footer__title{
  margin:0 0 10px;
  color:#91a4b0;
  font-size:13px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.cg-footer__feature strong{
  display:block;
  margin:0 0 10px;
  font-size:18px;
}

.cg-footer__feature p{
  margin:0;
  color:#dce6ec;
}

.cg-subscribe{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  margin-top:24px;
}

.cg-subscribe input{
  min-height:56px;
  padding:0 18px;
  border:1px solid var(--cg-border);
  background:#24343f;
  color:#fff;
  font-size:18px;
}

.cg-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.cg-badge{
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:14px;
  font-weight:800;
}

.cg-link-list{
  display:grid;
  gap:10px;
  margin-top:16px;
}

.cg-link-list a{
  color:#ecf5fb;
  font-size:16px;
  font-weight:700;
  transition:color .18s ease, transform .18s ease;
}

.cg-link-list a:hover{
  color:var(--cg-accent);
  transform:translateX(2px);
}

.cg-footer__note{
  margin-top:24px;
  color:#9db0bd;
  font-size:14px;
  line-height:1.7;
}

.cg-home-paths{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.cg-home-path-card{
  position:relative;
  padding:22px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%),
    #24343f;
  min-height:100%;
  box-shadow:var(--cg-shadow-soft);
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cg-home-path-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg, rgba(82,212,62,0) 0%, rgba(82,212,62,.8) 46%, rgba(82,212,62,0) 100%);
  opacity:.5;
}

.cg-home-path-card:hover{
  transform:translateY(-4px);
  border-color:rgba(82,212,62,.2);
  box-shadow:0 22px 42px rgba(5,10,16,.28);
}

.cg-home-path-card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.18;
}

.cg-home-path-card p{
  margin:0;
  color:#dce6ec;
  font-size:15px;
  line-height:1.6;
}

.cg-shell-page{
  position:relative;
  padding:28px 32px 34px;
  border:1px solid rgba(255,255,255,.06);
  background:
    linear-gradient(180deg, rgba(255,255,255,.015) 0%, rgba(255,255,255,0) 100%),
    #23323c;
  box-shadow:var(--cg-shadow-soft);
}

.cg-shell-page h1,
.cg-shell-page h2,
.cg-shell-page h3{
  line-height:1.12;
}

.cg-shell-page h1{
  margin:0 0 14px;
  font-size:34px;
}

.cg-shell-page p,
.cg-shell-page li{
  color:#e7eef3;
  font-size:16px;
  line-height:1.68;
}

.cg-shell-page table{
  width:100%;
  border-collapse:collapse;
  margin-top:20px;
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.cg-shell-page th,
.cg-shell-page td{
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
}

.cg-shell-page th{
  width:32%;
  color:#d9e7ee;
  background:#1c2830;
}

.cg-shell-page tr:nth-child(even) td{
  background:#263741;
}

.cg-shell-page tr:hover td{
  background:#2b3d48;
}

.cg-shell-page td:first-child{
  color:#f4f7fb;
  font-weight:700;
}

.cg-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:0 0 16px;
  color:#9fb1bb;
  font-size:13px;
  line-height:1.5;
}

.cg-breadcrumbs a{
  color:#9fb1bb;
  text-decoration:none;
}

.cg-breadcrumbs a:hover{
  color:#f4f7fb;
}

.cg-breadcrumbs__item{
  display:inline-flex;
  align-items:center;
}

.cg-breadcrumbs__sep{
  color:rgba(255,255,255,.28);
}

.cg-topic-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin:18px 0 0;
}

.cg-topic-links__label{
  color:#9fb1bb;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.cg-topic-link{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 14px;
  border:1px solid rgba(84,220,77,.28);
  border-radius:999px;
  color:#eaf4f8;
  font-size:14px;
  font-weight:700;
  line-height:1.3;
  text-decoration:none;
  background:rgba(84,220,77,.06);
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}

.cg-topic-link:hover{
  color:#fff;
  border-color:rgba(84,220,77,.52);
  background:rgba(84,220,77,.12);
  transform:translateY(-1px);
}

.cg-article-toc{
  margin:22px 0 0;
  padding:18px 20px 20px;
  border:1px solid rgba(255,255,255,.06);
  background:#1e2b33;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.cg-article-toc h2{
  margin:2px 0 0;
  font-size:18px;
  line-height:1.2;
}

.cg-article-toc__list{
  display:grid;
  gap:10px;
  margin-top:14px;
}

.cg-article-toc__list a{
  color:#dce6ec;
  font-size:15px;
  line-height:1.5;
  text-decoration:none;
}

.cg-article-toc__list a:hover{
  color:#fff;
}

.cg-review-hero{
  display:grid;
  grid-template-columns:220px minmax(0, 1fr) 260px;
  gap:22px;
  padding:26px;
  border:1px solid rgba(255,255,255,.06);
  background:#24333d;
}

.cg-review-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:180px;
  padding:20px;
  background:#131c22;
}

.cg-review-logo img{
  width:auto;
  max-width:180px;
  max-height:80px;
  object-fit:contain;
}

.cg-review-copy h1{
  margin:0;
  font-size:34px;
  line-height:1.08;
}

.cg-review-copy p{
  margin:16px 0 0;
  color:#dce8ef;
  font-size:16px;
}

.cg-review-side{
  display:grid;
  gap:16px;
}

.cg-score-card{
  padding:18px;
  background:#1b2831;
  border:1px solid rgba(255,255,255,.06);
}

.cg-score-card strong{
  display:block;
  color:var(--cg-accent);
  font-size:38px;
  line-height:1;
}

.cg-score-card span{
  display:block;
  margin-top:6px;
  color:#dce8ef;
  font-size:15px;
  font-weight:800;
  text-transform:uppercase;
}

.cg-facts{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.cg-fact{
  padding:18px;
  border:1px solid rgba(255,255,255,.07);
  background:#23313b;
}

.cg-fact strong{
  display:block;
  margin-bottom:8px;
  font-size:13px;
  color:#92a6b2;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.cg-fact span{
  color:#fff;
  font-size:16px;
  font-weight:800;
}

.cg-article-shell{
  padding:28px 32px;
  border:1px solid rgba(255,255,255,.07);
  background:#23313b;
}

.cg-article-shell h2{
  margin:0 0 16px;
  font-size:26px;
}

.cg-article-shell p,
.cg-article-shell li{
  color:#eaf2f7;
  font-size:16px;
}

.cg-review-sections{
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:18px;
}

.cg-crash-media,
.cg-page-media{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 260px;
  gap:18px;
  margin:0 0 18px;
}

.cg-crash-media__shot,
.cg-page-media__shot{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:#1c2730;
}

.cg-crash-media__shot img,
.cg-page-media__shot img{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:contain;
  background:#111821;
}

.cg-crash-media__shot figcaption,
.cg-page-media__shot figcaption{
  padding:10px 14px 12px;
  color:#b8c6cf;
  font-size:13px;
  line-height:1.45;
}

.cg-crash-media__meta,
.cg-page-media__meta{
  display:grid;
  align-content:start;
  gap:14px;
}

.cg-author-mini{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border:1px solid rgba(255,255,255,.08);
  background:#22303a;
}

.cg-author-mini img{
  width:56px;
  height:56px;
  border-radius:50%;
  object-fit:cover;
  flex:0 0 auto;
}

.cg-author-mini__copy{
  display:grid;
  gap:2px;
}

.cg-author-mini__copy span{
  color:#9db0bd;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cg-author-mini__copy strong{
  color:#fff;
  font-size:18px;
  line-height:1.1;
}

.cg-author-mini__copy small{
  color:#cfe0e9;
  font-size:13px;
  line-height:1.45;
}

.cg-team-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  margin-top:18px;
}

.cg-team-card{
  padding:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(37,52,63,.96) 0%, rgba(28,39,48,.98) 100%);
  box-shadow:var(--cg-shadow-soft);
}

.cg-team-card__head{
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:16px;
  align-items:center;
  margin-bottom:14px;
}

.cg-team-card__head img{
  width:88px;
  height:88px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid rgba(82,212,62,.26);
  box-shadow:0 0 0 5px rgba(82,212,62,.08), 0 14px 26px rgba(0,0,0,.24);
  background:#1b2730;
}

.cg-team-card__eyebrow{
  display:block;
  margin-bottom:4px;
  color:#9db0bd;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cg-team-card h3{
  margin:0;
  color:#fff;
  font-size:24px;
  line-height:1.1;
}

.cg-team-card p{
  margin:0;
  color:#e7eef3;
}

.cg-trust-list{
  margin:0;
  padding-left:18px;
  color:#e7eef3;
}

.cg-trust-list li + li{
  margin-top:8px;
}

@media (max-width: 860px){
  .cg-team-grid{
    grid-template-columns:1fr;
  }
}

.cg-scrolltop{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:60;
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border:1px solid rgba(82,212,62,.38);
  border-radius:999px;
  background:linear-gradient(180deg, rgba(42,57,68,.96) 0%, rgba(26,38,47,.98) 100%);
  color:#fff;
  box-shadow:0 16px 28px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.03) inset;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(14px) scale(.94);
  transition:opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.cg-scrolltop::before{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:inherit;
  background:radial-gradient(circle, rgba(82,212,62,.18) 0%, rgba(82,212,62,0) 70%);
  opacity:.85;
  z-index:-1;
}

.cg-scrolltop.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}

.cg-scrolltop:hover{
  border-color:rgba(82,212,62,.72);
  transform:translateY(-2px) scale(1.03);
  box-shadow:0 18px 34px rgba(0,0,0,.34), 0 0 22px rgba(82,212,62,.14);
}

.cg-scrolltop:active{
  transform:translateY(0) scale(.98);
}

.cg-scrolltop__icon{
  font-size:22px;
  font-weight:900;
  line-height:1;
}

@media (max-width: 900px){
  .cg-scrolltop{
    right:14px;
    bottom:14px;
    width:50px;
    height:50px;
  }
}

.cg-crash-media__note,
.cg-page-media__note{
  margin:0;
  padding:14px 16px;
  border-left:3px solid var(--cg-accent);
  background:#1c2730;
  color:#e7eef3;
  font-size:15px;
  line-height:1.55;
}

.cg-review-section{
  min-width:0;
  padding:28px 32px;
  border:1px solid rgba(255,255,255,.07);
  background:#1e2a33;
}

.cg-review-section h2{
  margin:0 0 18px;
  color:#fff;
  font-size:30px;
  line-height:1.2;
}

.cg-review-section h3{
  margin:0 0 12px;
  color:#fff;
  font-size:22px;
  line-height:1.3;
}

.cg-review-section p,
.cg-review-section li{
  color:#e7eef3;
  font-size:18px;
  line-height:1.7;
}

.cg-review-section p:last-child,
.cg-review-card p:last-child{
  margin-bottom:0;
}

.cg-review-table-wrap{
  width:100%;
  max-width:100%;
  overflow:auto;
  margin-top:18px;
}

.cg-review-table{
  width:100%;
  min-width:640px;
  border-collapse:collapse;
  overflow:hidden;
}

.cg-review-table th,
.cg-review-table td{
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
  vertical-align:top;
}

.cg-review-table th{
  color:#99ff7a;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  background:#18232b;
}

.cg-review-table td{
  color:#f5fbff;
  font-size:16px;
  background:#223039;
}

.cg-review-table tr:nth-child(even) td{
  background:#25343e;
}

.cg-review-table tr:hover td{
  background:#2a3b46;
}

.cg-review-grid{
  display:grid;
  gap:18px;
}

.cg-review-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.cg-review-grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.cg-review-card{
  padding:22px;
  border:1px solid rgba(255,255,255,.07);
  background:#23313b;
}

.cg-review-list,
.cg-review-steps{
  margin:0;
  padding-left:22px;
}

.cg-review-note{
  margin-top:18px;
  padding:16px 18px;
  border-left:4px solid #52d43e;
  background:#18232b;
  color:#f5fbff;
  font-size:17px;
  line-height:1.65;
}

.cg-faq-list{
  display:grid;
  gap:12px;
}

.cg-faq-item{
  border:1px solid rgba(255,255,255,.07);
  background:#23313b;
}

.cg-faq-item summary{
  position:relative;
  padding:18px 50px 18px 20px;
  cursor:pointer;
  list-style:none;
  color:#fff;
  font-size:20px;
  font-weight:800;
}

.cg-faq-item summary::-webkit-details-marker{
  display:none;
}

.cg-faq-item summary::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  color:#99ff7a;
  font-size:28px;
  font-weight:400;
}

.cg-faq-item[open] summary::after{
  content:"-";
}

.cg-faq-answer{
  padding:0 20px 18px;
}

.cg-faq-answer p{
  margin:0;
}

.cg-review-hero--panel{
  grid-template-columns:minmax(0,1.2fr) 340px;
}

.cg-review-panel{
  display:grid;
  gap:16px;
  align-content:start;
  padding:22px;
  border:1px solid rgba(255,255,255,.06);
  background:#1b2831;
}

.cg-review-panel .cg-review-logo{
  min-height:120px;
}

.cg-review-bullets,
.cg-review-checks{
  margin:0;
  padding-left:20px;
  color:#eaf2f7;
}

.cg-review-bullets li,
.cg-review-checks li{
  margin:0 0 10px;
}

.cg-review-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.cg-chip{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border:1px solid rgba(82,212,62,.24);
  background:rgba(82,212,62,.1);
  color:#dbffcf;
  font-size:13px;
  font-weight:800;
}

.cg-pros-cons{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.cg-pros-cons__card,
.cg-compare-card{
  padding:20px 22px;
  border:1px solid rgba(255,255,255,.07);
  background:#23313b;
}

.cg-pros-cons__card h3,
.cg-compare-card h3{
  margin:0 0 14px;
  font-size:20px;
}

.cg-pros-cons__card ul,
.cg-compare-card ul{
  margin:0;
  padding-left:20px;
  color:#eaf2f7;
}

.cg-compare-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.cg-kpi-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.cg-kpi{
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.07);
  background:#223039;
}

.cg-kpi strong{
  display:block;
  color:#99ff7a;
  font-size:13px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.cg-kpi span{
  display:block;
  margin-top:10px;
  color:#fff;
  font-size:18px;
  font-weight:800;
  line-height:1.3;
}

@media (max-width:1180px){
  .cg-topbar__row{
    grid-template-columns:1fr;
    padding:14px 0;
  }

  .cg-topbar__actions{
    justify-content:flex-start;
    flex-wrap:wrap;
  }

  .cg-hero__grid,
  .cg-split-grid,
  .cg-review-hero,
  .cg-review-hero--panel{
    grid-template-columns:1fr;
  }

  .cg-review-grid--2,
  .cg-review-grid--3{
    grid-template-columns:1fr;
  }

  .cg-crash-media,
  .cg-page-media{
    grid-template-columns:1fr;
  }

  .cg-card-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .cg-mini-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .cg-showcase-grid{
    grid-template-columns:1fr 1fr;
  }

  .cg-content-grid{
    grid-template-columns:1fr;
  }

  .cg-bonus-grid{
    grid-template-columns:1fr;
  }

  .cg-facts,
  .cg-kpi-strip,
  .cg-compare-grid{
    grid-template-columns:1fr 1fr;
  }

  .cg-title{
    max-width:20ch;
  }
}

@media (max-width:760px){
  .cg-wrap{
    width:min(calc(100% - 20px), var(--cg-max));
  }

  .cg-topbar__row{
    grid-template-columns:minmax(0, 1fr) auto;
    gap:12px;
    align-items:center;
  }

  .cg-menu-toggle{
    display:inline-flex;
  }

  .cg-search,
  .cg-topbar__actions,
  .cg-menubar{
    display:none;
  }

  body.cg-menu-open .cg-search{
    display:block;
    grid-column:1 / -1;
  }

  body.cg-menu-open .cg-topbar__actions{
    display:flex;
    grid-column:1 / -1;
  }

  body.cg-menu-open .cg-menubar{
    display:block;
  }

  .cg-nav{
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:8px 0 12px;
  }

  .cg-nav a{
    min-height:44px;
    padding:10px 0;
    border-top:1px solid rgba(255,255,255,.06);
  }

  .cg-main{
    padding:18px 0 42px;
  }

  .cg-stack > * + *{
    margin-top:18px;
  }

  .cg-hero,
  .cg-panel,
  .cg-shell-page,
  .cg-article-shell,
  .cg-review-section{
    padding:20px;
  }

  .cg-hero__tiles{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .cg-hero-media{
    min-height:240px;
  }

  .cg-hero__actions{
    flex-direction:column;
    align-items:stretch;
  }

  .cg-metrics,
  .cg-card-grid,
  .cg-mini-grid,
  .cg-showcase-grid,
  .cg-facts,
  .cg-kpi-strip,
  .cg-compare-grid,
  .cg-pros-cons,
  .cg-footer__grid,
  .cg-content-grid,
  .cg-home-paths{
    grid-template-columns:1fr;
  }

  .cg-topic-links{
    align-items:flex-start;
  }

  .cg-topic-links__label{
    width:100%;
  }

  .cg-topic-link{
    width:100%;
    justify-content:flex-start;
  }

  .cg-quick-links{
    gap:12px;
  }

  .cg-quick-links a{
    width:100%;
    justify-content:flex-start;
    padding:14px 18px;
  }

  .cg-bonus-card{
    grid-template-columns:78px minmax(0, 1fr);
  }

  .cg-bonus-card__arrow{
    display:none;
  }

  .cg-subscribe{
    grid-template-columns:1fr;
  }

  .cg-title{
    max-width:none;
    font-size:24px;
    line-height:1.12;
  }

  .cg-game-showcase__intro h2{
    font-size:24px;
  }

  .cg-lead,
  .cg-hero-points li,
  .cg-showcase-card__body p,
  .cg-home-path-card p,
  .cg-shell-page p,
  .cg-shell-page li,
  .cg-review-copy p,
  .cg-article-shell p,
  .cg-article-shell li{
    font-size:15px;
  }

  .cg-review-copy h1,
  .cg-shell-page h1{
    font-size:28px;
  }

  .cg-article-toc{
    padding:16px 16px 18px;
  }

  .cg-article-toc__list a{
    font-size:14px;
  }

  .cg-review-section h2{
    font-size:22px;
  }

  .cg-faq-item summary{
    font-size:16px;
  }

  body::before,
  body::after{
    display:none;
  }
}

@media (max-width:560px){
  .cg-game-showcase__intro h2{
    font-size:22px;
  }

  .cg-breadcrumbs{
    gap:6px;
    font-size:12px;
  }

  .cg-topic-link{
    min-height:36px;
    padding:9px 12px;
    font-size:13px;
  }

  .cg-article-toc h2{
    font-size:17px;
  }

  .cg-topbar__actions{
    width:100%;
    gap:8px;
  }

  .cg-topbar__actions .cg-outline-button,
  .cg-topbar__actions .cg-solid-button,
  .cg-topbar__actions .cg-pill{
    flex:1 1 calc(50% - 4px);
    min-height:40px;
    padding:0 14px;
    font-size:13px;
  }

  .cg-brand img{
    max-height:46px;
  }

  .cg-search input{
    min-height:42px;
    padding-left:14px;
    font-size:14px;
  }

  .cg-nav a{
    font-size:13px;
    gap:8px;
  }

  .cg-nav a::before{
    width:8px;
    height:8px;
  }

  body.cg-menu-open .cg-topbar__actions .cg-outline-button,
  body.cg-menu-open .cg-topbar__actions .cg-solid-button,
  body.cg-menu-open .cg-topbar__actions .cg-pill{
    flex:1 1 100%;
  }

  .cg-hero,
  .cg-panel,
  .cg-shell-page,
  .cg-article-shell,
  .cg-review-section{
    padding:18px;
  }

  .cg-title{
    font-size:22px;
  }

  .cg-tab{
    font-size:15px;
  }

  .cg-showcase-card__body h3,
  .cg-home-path-card h3{
    font-size:20px;
  }

  .cg-score-card strong{
    font-size:34px;
  }
}

