/* ==========================================================================
   cosmocheats skin for the Foxhole (Porto/WPBakery) build.
   Loaded LAST so it wins over the Porto theme cascade.

   Covers: typography (Clash Display + Inter), palette tokens, two-tier
   header, centred hero + stat card + search, chip strip, fixed icon rail,
   multi-column footer.
   ========================================================================== */

@font-face{
  font-family:"Clash Display";
  src:url(clash-display-700.woff2) format("woff2");
  font-weight:700 800;font-display:swap;
}
@font-face{
  font-family:"Inter Variable";
  src:url(inter-latin-wght-normal.woff2) format("woff2-variations");
  font-weight:100 900;font-display:swap;
}

:root,
body{
  --cc-magenta:#ce2dbf;
  --cc-magenta-lo:#a8208f;
  --cc-magenta-hi:#e35ad6;
  --cc-bg:#17171f;
  --cc-surface:#1e1e28;
  --cc-surface-2:#232331;
  --cc-line:#ffffff12;
  --cc-line-hot:rgba(206,45,191,.32);
  --cc-ink:#f3f2f8;
  --cc-dim:#a8aec3;
  --cc-display:"Clash Display","Inter Variable",system-ui,sans-serif;
  --cc-body:"Inter Variable","Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;

  /* repoint Porto's own font tokens so the theme follows along */
  --porto-body-ff:"Inter Variable","Inter",system-ui,sans-serif;
  --porto-alt-ff:"Clash Display","Inter Variable",system-ui,sans-serif;
  --porto-h1-ff:"Clash Display","Inter Variable",system-ui,sans-serif;
  --porto-h2-ff:"Clash Display","Inter Variable",system-ui,sans-serif;
  --porto-h3-ff:"Inter Variable","Inter",system-ui,sans-serif;
}

/* ---------- ground ---------------------------------------------------- */
html,body{background-color:var(--cc-bg)!important}
body,p,li,td,dd,input,textarea,select,button,figcaption,label,
.wpb_text_column,.txt{font-family:var(--cc-body)!important}
body,p,li{color:var(--cc-dim)}

h1,h2,.title,.main-title-txt h1,.main-title-txt h2{
  font-family:var(--cc-display)!important;
  font-weight:700!important;
  text-transform:uppercase;
  letter-spacing:.01em!important;
  line-height:1.05!important;
  color:var(--cc-ink)!important;
}
h3,h4,h5,h6{font-family:var(--cc-body)!important;font-weight:700!important;color:var(--cc-ink)!important}
a{color:inherit}
a:hover{color:var(--cc-magenta-hi)}
.red-txt,.txt-red{color:var(--cc-magenta-hi)!important}

/* Porto section wrappers sit on the old warm black — neutralise */
#main,.page-wrapper,.main-content,section.vc_section,.vc_row{background-color:transparent}

/* ==========================================================================
   two-tier header
   ========================================================================== */
#header,.ccHead{position:sticky;top:0;z-index:200}
.ccHead__top{background:#101018;border-bottom:1px solid var(--cc-line)}
.ccHead__top .ccShell{display:flex;align-items:center;gap:22px;height:62px}
.ccShell{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(16px,3vw,28px)}

.ccBrand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.ccBrand img{height:34px;width:auto;border-radius:7px}
.ccBrand__name{font-family:var(--cc-display);font-size:19px;font-weight:700;letter-spacing:.02em;
  text-transform:uppercase;color:var(--cc-ink)}
.ccBrand__name em{font-style:normal;background:linear-gradient(135deg,var(--cc-magenta-hi),var(--cc-magenta));
  -webkit-background-clip:text;background-clip:text;color:transparent}

.ccTop__links{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}
.ccTop__link{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;
  letter-spacing:.05em;text-transform:uppercase;color:var(--cc-dim);text-decoration:none}
.ccTop__link i{font-size:12px;color:var(--cc-magenta-hi)}
.ccTop__link:hover{color:var(--cc-ink)}
.ccTop__right{margin-left:auto;display:flex;align-items:center;gap:16px}

.ccOnline{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;
  letter-spacing:.08em;color:var(--cc-dim);background:rgba(255,255,255,.045);
  border:1px solid var(--cc-line);border-radius:999px;padding:6px 13px}
.ccOnline b{color:#34d399}
.ccOnline__dot{width:7px;height:7px;border-radius:50%;background:#34d399;
  box-shadow:0 0 0 0 rgba(52,211,153,.6);animation:ccPulse 2.2s infinite}
@keyframes ccPulse{70%{box-shadow:0 0 0 8px rgba(52,211,153,0)}100%{box-shadow:0 0 0 0 rgba(52,211,153,0)}}

.ccHead__bar{background:rgba(23,23,31,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--cc-line)}
.ccHead__bar .ccShell{display:flex;align-items:center;gap:16px;height:56px}
.ccNav__links{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0;flex:1 1 auto;overflow-x:auto}
.ccNav__link{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:10px;
  font-size:13.5px;font-weight:600;color:var(--cc-dim);text-decoration:none;white-space:nowrap;
  transition:background .15s ease,color .15s ease}
.ccNav__link i{font-size:12.5px;opacity:.75}
.ccNav__link:hover{background:rgba(255,255,255,.06);color:var(--cc-ink)}
.ccNav__link.is-on{background:rgba(206,45,191,.16);color:#fff}
.ccNav__link.is-on i{opacity:1;color:var(--cc-magenta-hi)}
.ccLocale{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--cc-dim);
  background:rgba(255,255,255,.045);border:1px solid var(--cc-line);border-radius:999px;padding:7px 14px;white-space:nowrap}
.ccLocale__sep{opacity:.35}
.ccBurger{display:none;background:none;border:0;color:var(--cc-ink);font-size:17px;cursor:pointer;padding:6px 8px}

/* ---------- buttons --------------------------------------------------- */
.ccBtn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 26px;
  border-radius:999px;font-size:14.5px;font-weight:700;text-decoration:none;cursor:pointer;
  border:1px solid transparent;font-family:var(--cc-body);
  transition:filter .16s ease,transform .16s ease,background .16s ease}
.ccBtn--sm{padding:9px 18px;font-size:13px}
.ccBtn--pri{background-image:linear-gradient(var(--cc-magenta),var(--cc-magenta-lo));color:#fff!important;
  box-shadow:0 12px 32px -12px rgba(206,45,191,.7)}
.ccBtn--pri:hover{filter:brightness(1.08);transform:translateY(-1px)}
.ccBtn--ghost{background:rgba(255,255,255,.06);border-color:var(--cc-line);color:var(--cc-ink)!important}
.ccBtn--ghost:hover{background:rgba(255,255,255,.1)}

/* Porto / WPBakery buttons -> cosmo gradient pills */
.btn.primary-btn,a.vc_general.vc_btn3,.vc_btn3-container .vc_general,
.single_add_to_cart_button,.add_to_cart_button,a.checkout-button,#place_order{
  background-image:linear-gradient(var(--cc-magenta),var(--cc-magenta-lo))!important;
  background-color:transparent!important;color:#fff!important;border:0!important;
  border-radius:999px!important;clip-path:none!important;-webkit-clip-path:none!important;
  font-family:var(--cc-body)!important;font-weight:700!important;
  box-shadow:0 12px 32px -12px rgba(206,45,191,.65)!important;
}
.btn.primary-btn:hover,a.vc_general.vc_btn3:hover{filter:brightness(1.08);transform:translateY(-1px)}

/* ==========================================================================
   hero
   ========================================================================== */
.ccHero{position:relative;overflow:hidden;isolation:isolate}
.ccHero__bg{position:absolute;inset:0;z-index:0}
.ccHero__bg img{width:100%;height:100%;object-fit:cover;display:block}
.ccHero__veil{position:absolute;inset:0;
  background:
    radial-gradient(100% 75% at 50% 42%,rgba(23,23,31,.72),rgba(23,23,31,.34) 68%,rgba(23,23,31,.2) 100%),
    linear-gradient(180deg,rgba(23,23,31,.62) 0%,rgba(23,23,31,.1) 32%,rgba(23,23,31,.55) 78%,#17171f 100%)}
.ccHero__inner{position:relative;z-index:2;text-align:center;
  padding-block:clamp(54px,8vw,96px);display:flex;flex-direction:column;align-items:center}
.ccHero__h1{font-family:var(--cc-display);font-weight:700;text-transform:uppercase;
  font-size:clamp(31px,5.2vw,62px);line-height:1.04;letter-spacing:.01em;margin:0 0 18px;color:var(--cc-ink)}
.cc-grad{background:linear-gradient(135deg,var(--cc-magenta-hi),var(--cc-magenta));
  -webkit-background-clip:text;background-clip:text;color:transparent}
.ccHero__sub{max-width:62ch;margin:0 auto 28px;color:var(--cc-dim);font-size:16px;line-height:1.6}
.ccHero__ctas{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:28px}

.ccSearch{position:relative;display:flex;align-items:center;gap:12px;width:min(580px,100%);
  background:rgba(255,255,255,.055);border:1px solid var(--cc-line);border-radius:14px;padding:0 20px}
.ccSearch:focus-within{border-color:var(--cc-line-hot)}
.ccSearch>i{color:var(--cc-dim);font-size:14px;flex:0 0 auto}
.ccSearch__input{flex:1 1 auto;min-width:0;background:transparent!important;border:0!important;outline:0;
  color:#fff!important;font-size:15px;padding:16px 0!important;box-shadow:none!important}
.ccSearch__input::placeholder{color:var(--cc-dim)}
.ccSearch__out{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:20;margin:0;padding:6px;
  list-style:none;background:var(--cc-surface);border:1px solid var(--cc-line);border-radius:12px;
  box-shadow:0 20px 50px -18px #000;max-height:300px;overflow:auto;text-align:left}
.ccSearch__out li a{display:block;padding:10px 14px;border-radius:8px;color:var(--cc-dim);font-size:14px;text-decoration:none}
.ccSearch__out li a:hover,.ccSearch__out li a.is-cur{background:rgba(206,45,191,.16);color:#fff}

.ccStatCard{display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;width:min(980px,100%);
  background:rgba(23,23,31,.72);border:1px solid var(--cc-line);border-radius:16px;overflow:hidden;backdrop-filter:blur(8px)}
.ccStat{padding:18px 20px;text-align:left}
.ccStat+.ccStat{border-left:1px solid var(--cc-line)}
.ccStat__k{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:var(--cc-dim);margin-bottom:7px}
.ccStat__k i{color:var(--cc-magenta-hi);font-size:11px}
.ccStat__v{display:block;font-size:14px;font-weight:700;color:var(--cc-ink);line-height:1.35}
.ccStat__v--ok{color:#34d399}
@media(max-width:860px){.ccStatCard{grid-template-columns:repeat(2,1fr)}
  .ccStat:nth-child(3){border-left:0}.ccStat:nth-child(n+3){border-top:1px solid var(--cc-line)}}
@media(max-width:520px){.ccStatCard{grid-template-columns:1fr}
  .ccStat+.ccStat{border-left:0;border-top:1px solid var(--cc-line)}}

/* chip strip */
.ccStrip{background:#101018;border-bottom:1px solid var(--cc-line)}
.ccStrip__in{display:flex;flex-wrap:wrap;gap:12px 30px;justify-content:center;padding-block:18px}
.ccChip{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:600;color:var(--cc-dim)}
.ccChip i{color:var(--cc-magenta-hi);font-size:13px}

/* fixed icon rail */
.ccRail{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:180;
  display:flex;flex-direction:column;gap:1px;border:1px solid var(--cc-line);border-right:0;
  border-radius:12px 0 0 12px;overflow:hidden;background:var(--cc-line)}
.ccRail__b{display:grid;place-items:center;width:46px;height:46px;background:var(--cc-surface);
  color:var(--cc-dim);font-size:15px;text-decoration:none;transition:background .15s ease,color .15s ease}
.ccRail__b:hover{background:var(--cc-magenta);color:#fff}
@media(max-width:900px){.ccRail{display:none}}

/* ---------- Porto content surfaces ------------------------------------ */
.bg-rows,.porto-info-box,.vc_column-inner .wpb_wrapper > .vc_general,
.category-wrapper li.product-category,.feature-box,.porto-sicon-box{
  background-color:var(--cc-surface)!important;
  border:1px solid var(--cc-line)!important;
  border-radius:16px!important;
}
.category-wrapper li.product-category:hover{border-color:var(--cc-line-hot)!important}

/* ==========================================================================
   footer
   ========================================================================== */
.ccFoot{background:#101018;border-top:1px solid var(--cc-line);margin-top:60px;padding-top:52px}
.ccFz__zones{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:34px;padding-bottom:44px}
.ccFz__h{font-size:11.5px!important;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--cc-magenta-hi)!important;margin:0 0 15px;font-family:var(--cc-body)!important}
.ccFz__zone ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.ccFz__zone li{position:relative;padding-left:15px}
.ccFz__zone li::before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;
  border-radius:50%;background:var(--cc-magenta)}
.ccFz__zone a{color:var(--cc-dim);font-size:13.5px;text-decoration:none}
.ccFz__zone a:hover{color:var(--cc-ink)}
.ccFoot__blurb{color:var(--cc-dim);font-size:14px;line-height:1.65;max-width:46ch;margin:14px 0 0}
.ccFoot__base{border-top:1px solid var(--cc-line);padding-block:22px}
.ccFoot__baseIn{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:center;justify-content:space-between}
.ccFoot__legal{font-size:12.5px;color:#ffffff70}

/* ---------- responsive ------------------------------------------------- */
@media(max-width:980px){
  .ccTop__links{display:none}
  .ccBurger{display:block}
  .ccHead__bar .ccShell{position:relative}
  .ccNav__links{position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;
    gap:0;background:var(--cc-surface);border-bottom:1px solid var(--cc-line);padding:8px;overflow:visible}
  .ccNav__links:not([data-open="1"]){display:none}
  .ccNav__link{border-radius:8px}
}
@media(max-width:620px){.ccLocale{display:none}}

::selection{background:var(--cc-magenta);color:#fff}
:focus-visible{outline:2px solid var(--cc-magenta-hi);outline-offset:3px}

/* ==========================================================================
   Porto layout corrections
   ========================================================================== */

/* Porto's transparent-header layout pulls the content wrapper up under the
   header, which clipped the cosmo hero. Cancel the offset. */
#main,.page-wrapper,.wpb-content-wrapper,.main-content{margin-top:0!important;padding-top:0!important}
#header,.header-wrapper{margin-bottom:0!important}

/* the cosmo hero + chip strip are full-bleed; Porto wraps everything in a
   1110px .container, so break them out */
.ccHero,.ccStrip{
  width:100vw;max-width:100vw;
  margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);
}

/* Porto sets a light body colour on some inner wrappers */
.page-wrapper,#main,.main-content{background-color:transparent!important;color:var(--cc-dim)}

/* Porto ships an OVERLAY header: .header-wrapper is position:absolute, so it
   occupies no layout space and the first section renders underneath it.
   That clipped the hero headline. Put the wrapper back in flow and let it
   stick — this is the real fix; padding the hero would only mask it. */
.header-wrapper{position:sticky!important;top:0;z-index:200}
.ccHead{position:relative;top:auto}

/* Status icons are signals, not branding — the recolour swept the "Down"
   marker into magenta, which reads as "fine". Put the semantics back. */
.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{color:#ef4444!important}
.fa-circle-check,.fa-check-circle{color:#34d399!important}

/* --------------------------------------------------------------------------
   Hero framing + rhythm
   -------------------------------------------------------------------------- */

/* object-fit:cover was cropping from the centre, cutting the character's head
   off. Bias the crop toward the top of the frame instead. */
.ccHero__bg img{object-position:50% 8%}

/* the hero was tall enough that the art had to crop hard; trim it back and
   close the gap that opened between the stat card and the chip strip */
.ccHero__inner{padding-top:clamp(38px,5vw,62px);padding-bottom:clamp(26px,3vw,38px)}
.ccStatCard{margin-top:24px;margin-bottom:0}
.ccHero{margin-bottom:0!important}
.ccStrip{margin-top:0!important}
.ccStrip__in{padding-block:14px}

/* "FOXHOLE CHEATS FEATURES" sat right on top of the section divider —
   give the first content section after the chip strip room to breathe */
.ccStrip + section,
.ccStrip + div,
.ccStrip ~ .vc_section:first-of-type{padding-top:clamp(30px,4vw,54px)!important}
#category-sec,#fh-screenshots,#secure-cheats,#game-support,#apex-game{
  padding-top:clamp(30px,4vw,54px)!important;
}
#category-sec .title-wrap,#category-sec h2:first-of-type{margin-top:clamp(10px,2vw,22px)}

/* --------------------------------------------------------------------------
   Single-tier header (second bar removed; Discord moved up)
   -------------------------------------------------------------------------- */
.ccHead__top .ccShell{height:66px;gap:26px}
.ccTop__links{gap:22px;flex:1 1 auto}
.ccTop__link{font-size:12px;letter-spacing:.055em}
.ccTop__link.is-on{color:var(--cc-ink)}
.ccTop__link.is-on i{color:var(--cc-magenta-hi)}

/* the burger now drives the ONLY nav, so it must show the links, not hide
   them — the old rule blanked the menu entirely on mobile */
@media(max-width:980px){
  .ccBurger{display:block;order:3;margin-left:auto}
  .ccHead__top .ccShell{flex-wrap:wrap;height:auto;padding-block:12px;gap:14px}
  .ccTop__links{
    order:5;flex:1 0 100%;flex-direction:column;align-items:stretch;gap:0;
    border-top:1px solid var(--cc-line);padding-top:8px;
  }
  .ccTop__links:not([data-open="1"]){display:none}
  .ccTop__link{padding:11px 4px}
  .ccTop__right{order:4;margin-left:0}
}

/* --------------------------------------------------------------------------
   Correction to the spacing rule above.
   `.ccStrip + div` was matching WPBakery's empty .vc_row-full-width clearfix
   and giving it 54px of padding, which left the section divider floating in
   dead space. Clearfixes are structural — they must stay zero-height.
   -------------------------------------------------------------------------- */
.vc_row-full-width.vc_clearfix{
  padding-top:0!important;padding-bottom:0!important;
  height:0!important;min-height:0!important;
}

/* "Why Foxhole is more fun with Cheats" was sitting right on the rule above it */
#secure-cheats{padding-top:clamp(78px,8vw,124px)!important}

/* the header is sticky, so in-page anchor jumps would otherwise land with the
   target tucked underneath it */
section[id],div[id].vc_section,#secure-cheats,#category-sec,#fh-screenshots,
#game-support,#apex-game{scroll-margin-top:86px}

/* ==========================================================================
   CONTENT SECTIONS -> cosmocheats language
   Everything below the hero was still PWC: filled magenta bars with 35px pill
   ends and heavy outlined containers. Values below are lifted from
   cosmocheats.com/roblox-cheats-hacks-aimbot-esp rather than invented:
     feature card  #22232f, radius 10, 1px same-colour border, 26px pad
     FAQ card      #282937, radius 10, 26px pad, no border (flat stack)
     table row     rgba(255,255,255,.02), radius 4, 1px rgba(255,255,255,.07)
     section title 38px/700 centred   sub-heading 23px/700
     eyebrow       13px/600, .15em, uppercase, #bdbacf  (lavender, NOT magenta)
   ========================================================================== */
:root{
  --cc-card:#22232f;
  --cc-card2:#282937;
  --cc-deep:#14151b;
  --cc-hair:rgba(255,255,255,.08);
  --cc-kick:#bdbacf;
  --cc-r:10px;
}

/* ---------- section rhythm + titles ------------------------------------- */
#category-sec .main-title,#fh-screenshots .main-title,#apex-game .main-title,
#game-support .main-title{
  font-family:var(--cc-body)!important;
  font-size:clamp(27px,3.4vw,38px)!important;
  font-weight:700!important;letter-spacing:normal!important;
  color:var(--cc-ink)!important;
  margin-bottom:38px!important;
}
#secure-cheats .wp-block-heading{
  font-family:var(--cc-body)!important;font-weight:700!important;
  color:var(--cc-ink)!important;letter-spacing:normal!important;
}
#secure-cheats h2.wp-block-heading{font-size:clamp(24px,3vw,30px)!important;margin-bottom:12px!important}
#secure-cheats h3.wp-block-heading{font-size:23px!important}

/* eyebrows — cosmo puts a muted lavender kicker over each section heading */
#category-sec .main-title::before,
#fh-screenshots .main-title::before,
#apex-game .main-title::before{
  display:block;
  font-family:var(--cc-body);
  font-size:13px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;
  color:var(--cc-kick);
  margin-bottom:12px;
}
#category-sec  .main-title::before{content:"// THE MENU"}
#fh-screenshots .main-title::before{content:"// IN GAME"}
#apex-game     .main-title::before{content:"// QUESTIONS"}

/* ---------- the feature table ------------------------------------------- */
.table-wrap{
  background:var(--cc-card);
  border:1px solid var(--cc-line);
  border-radius:var(--cc-r);
  padding:22px 24px 24px;
  overflow-x:auto;
}
.table-wrap table{width:100%;border-collapse:separate;border-spacing:0 6px}

/* header cells: magenta label on the panel, ruled under — never a filled bar */
.table-wrap th{
  background:transparent!important;background-image:none!important;
  border:0!important;border-bottom:1px solid var(--cc-line-hot)!important;
  border-radius:0!important;
  color:var(--cc-magenta-hi)!important;
  font-family:var(--cc-body)!important;
  font-size:12px!important;font-weight:700!important;
  letter-spacing:.14em;text-transform:uppercase;
  padding:0 13px 12px!important;text-align:left;
}
.table-wrap td{
  background:rgba(255,255,255,.02)!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:4px!important;
  color:var(--cc-dim)!important;
  font-family:var(--cc-body)!important;font-size:14px;font-weight:400;
  padding:9px 13px!important;
}
.table-wrap tbody tr:hover td{
  background:rgba(206,45,191,.07)!important;
  border-color:var(--cc-line-hot)!important;
  color:var(--cc-ink)!important;
}
#category-sec .vc_row,#category-sec .wpb_wrapper{border:0!important;background:transparent!important}

/* ---------- screenshots -------------------------------------------------- */
.fh-shots{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:26px}
.fh-shot{
  background:var(--cc-card);
  border:1px solid var(--cc-line)!important;
  border-radius:var(--cc-r)!important;
  overflow:hidden;padding:0!important;
  transition:border-color .18s ease,transform .18s ease;
}
.fh-shot:hover{border-color:var(--cc-line-hot)!important;transform:translateY(-2px)}
.fh-shot img{display:block;width:100%;height:auto}
.fh-shots-lead{color:var(--cc-dim);font-size:15px}

/* ---------- prose -------------------------------------------------------- */
#secure-cheats .wp-block-list,#game-support ul,#apex-game ul:not(.ccWhy__list){color:var(--cc-dim)}
#secure-cheats li,#game-support li{margin-bottom:9px;line-height:1.7}
#secure-cheats li::marker,#game-support li::marker{color:var(--cc-magenta)}
#secure-cheats strong,#game-support strong{color:var(--cc-ink)}
#secure-cheats p,#game-support p{color:var(--cc-dim);line-height:1.75}

/* leftover PWC pill geometry anywhere in the body */
.vc_row [style*="border-radius: 35px"],.vc_row [style*="border-radius:35px"]{border-radius:var(--cc-r)!important}

/* ==========================================================================
   "Everything you need to stay on top." — cosmo's cv10 showcase band:
   cheat-menu mockup on the left, kicker + 42px/800 heading + lead-in bullets
   on the right. Collapses to a single column under 900px.
   ========================================================================== */
.ccWhy{background:var(--cc-bg);padding:clamp(56px,7vw,92px) 0}
.ccWhy__in{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(30px,5vw,64px);align-items:center}
@media(max-width:900px){.ccWhy__in{grid-template-columns:1fr}.ccWhy__viz{order:2}}

.ccWhy__kick{display:block;font-size:13px;font-weight:600;letter-spacing:.15em;
  text-transform:uppercase;color:var(--cc-kick);margin-bottom:14px}
.ccWhy__h2{font-family:var(--cc-body);font-size:clamp(30px,4.2vw,42px);font-weight:800;
  line-height:1.12;color:var(--cc-ink);margin:0 0 16px}
.ccWhy__lead{color:var(--cc-dim);font-size:16px;line-height:1.7;margin:0 0 26px;max-width:52ch}
.ccWhy__list{list-style:none;margin:0 0 30px;padding:0;display:grid;gap:16px}
.ccWhy__list li{position:relative;padding-left:32px;color:var(--cc-dim);font-size:15px;line-height:1.65}
.ccWhy__list li::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;
  border-radius:999px;background:linear-gradient(var(--cc-magenta),var(--cc-magenta-lo));
  box-shadow:0 0 0 4px rgba(206,45,191,.12)}
.ccWhy__list li::after{content:"";position:absolute;left:6.5px;top:8px;width:7px;height:4px;
  border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}
.ccWhy__list b{display:block;color:var(--cc-ink);font-weight:700;margin-bottom:2px}

/* ==========================================================================
   REVIEWS PAGE — cosmocheats.com/reviews
   Centred 60px/800 hero with the tail words in the magenta gradient, a big
   score beside Trustpilot-style green star squares, then a 3-up card grid.
   ========================================================================== */
.ccRevHero{text-align:center;padding:clamp(52px,7vw,96px) 0 clamp(34px,4vw,54px);
  border-bottom:1px solid var(--cc-line)}
.ccRevHero__h1{font-family:var(--cc-body)!important;font-weight:800!important;
  text-transform:none!important;letter-spacing:-.02em!important;
  font-size:clamp(32px,6vw,60px)!important;line-height:1.1!important;
  color:var(--cc-ink)!important;margin:0 0 18px!important}
.ccRevHero__sub{color:var(--cc-dim);font-size:17px;line-height:1.6;
  max-width:56ch;margin:0 auto 30px}

.ccScore{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:30px}
.ccScore__n{font-family:var(--cc-body);font-size:clamp(38px,5vw,52px);font-weight:800;
  color:var(--cc-ink);line-height:1}
.ccScore__side{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.ccScore__meta{font-size:13px;color:var(--cc-dim)}
.ccScore__meta b{color:var(--cc-ink)}
.ccRevHero__ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* Trustpilot-style solid green tiles rather than loose glyphs */
.ccStars{display:inline-flex;gap:3px;flex:none}
.ccStars__s{width:19px;height:19px;background:#00b67a;border-radius:2px;
  display:grid;place-items:center}
.ccStars__s svg{width:13px;height:13px;fill:#fff}

/* ---- grid ---- */
.ccRevWrap{padding:clamp(44px,6vw,76px) 0}
.ccRevGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:22px}
.ccRev{background:var(--cc-card);border:1px solid var(--cc-line);border-radius:var(--cc-r);
  padding:22px;display:flex;flex-direction:column;gap:10px;
  transition:border-color .18s ease,transform .18s ease}
.ccRev:hover{border-color:var(--cc-line-hot);transform:translateY(-2px)}
.ccRev__top{display:flex;align-items:center;gap:11px}
.ccRev__av{width:36px;height:36px;border-radius:8px;flex:none;display:grid;place-items:center;
  color:#fff;font-weight:800;font-size:15px;font-family:var(--cc-body)}
.ccRev__who{display:flex;flex-direction:column;line-height:1.25;margin-right:auto;min-width:0}
.ccRev__name{font-size:14px;font-weight:700;color:var(--cc-ink);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ccRev__date{font-size:12px;color:var(--cc-dim)}
.ccRev__h{font-family:var(--cc-body)!important;font-size:15px!important;font-weight:700!important;
  text-transform:none!important;letter-spacing:normal!important;
  color:var(--cc-ink)!important;margin:2px 0 0!important;line-height:1.35!important}
.ccRev__body{color:var(--cc-dim);font-size:14px;line-height:1.6;margin:0;flex:1 1 auto}
.ccRev__ok{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;
  font-size:11.5px;font-weight:700;letter-spacing:.04em;color:var(--cc-magenta-hi);
  background:rgba(206,45,191,.1);border:1px solid rgba(206,45,191,.28);
  border-radius:999px;padding:4px 11px}
.ccRev__ok .fa-circle-check{color:var(--cc-magenta-hi)!important}

/* ---- closing CTA ---- */
.ccRevCta{margin-top:36px;text-align:center;background:var(--cc-deep);
  border:1px solid var(--cc-hair);border-radius:14px;padding:clamp(30px,4vw,48px) 24px}
.ccRevCta__h{font-family:var(--cc-body)!important;font-weight:800!important;
  text-transform:none!important;letter-spacing:-.01em!important;
  font-size:clamp(23px,3vw,30px)!important;color:var(--cc-ink)!important;margin:0 0 10px!important}
.ccRevCta__p{color:var(--cc-dim);font-size:15px;margin:0 0 22px}

/* the cloned shell keeps Porto's page <h1>; the hero supplies its own */
.ccRevHero ~ * .entry-title,body.page .entry-title:not(.ccRevHero__h1){display:none}

/* #game-support carries no content — it is an empty PWC row that exists only
   to draw a 2px gradient rule. Cosmo separates sections with a 1px hairline,
   so demote it and close the 154px dead gap it left above the FAQ. */
#game-support{padding-top:0!important;padding-bottom:0!important;height:auto!important}
#game-support::before{
  height:1px!important;
  background:var(--cc-line)!important;
  background-image:none!important;
  opacity:1!important;
}
#secure-cheats{padding-bottom:clamp(46px,5vw,66px)!important}
#apex-game{padding-top:clamp(52px,6vw,80px)!important}

/* ==========================================================================
   THE CHEAT MENU (.ccWin) — working replica of cosmo's .cv10__menu
   Measured off cosmocheats.com:
     tab on    rgba(206,45,191,.1), radius 9px 9px 0 0, #fff, 12.5px, 9px 15px
     tab off   transparent, #9997ab
     row       transparent, 1px rgba(255,255,255,.05) bottom rule, 11px 0, 13px
     toggle    38x21, radius 999px, gradient when on
   Rows are hairline-separated, NOT chips; the active tab is a soft magenta
   wash with a rule under it, NOT a filled pill.
   ========================================================================== */
.ccWin{background:var(--cc-deep);border:1px solid var(--cc-hair);border-radius:14px;
  overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.5)}

.ccWin__bar{display:flex;align-items:center;gap:11px;padding:13px 16px;
  border-bottom:1px solid var(--cc-hair)}
.ccWin__dots{display:flex;gap:6px}
.ccWin__dots i{width:11px;height:11px;border-radius:999px;background:#ff5f57}
.ccWin__dots i:nth-child(2){background:#febc2e}
.ccWin__dots i:nth-child(3){background:#28c840}
.ccWin__name{font-size:13px;font-weight:600;color:var(--cc-ink)}
.ccWin__stat{margin-left:auto;display:inline-flex;align-items:center;gap:7px;
  font-size:12px;font-weight:600;color:#34d399}
.ccWin__stat i{width:8px;height:8px;border-radius:999px;background:#34d399;
  box-shadow:0 0 0 3px rgba(52,211,153,.18);animation:ccPulse 2.4s ease-in-out infinite}
@keyframes ccPulse{50%{opacity:.45}}

.ccWin__tabs{display:flex;gap:2px;padding:10px 12px 0;flex-wrap:wrap;
  border-bottom:1px solid var(--cc-hair)}
.ccWin__tab{appearance:none;border:0;background:transparent;cursor:pointer;
  font-family:var(--cc-body);font-size:12.5px;font-weight:600;color:#9997ab;
  padding:9px 15px;border-radius:9px 9px 0 0;position:relative;transition:color .15s ease}
.ccWin__tab:hover{color:var(--cc-ink)}
.ccWin__tab.is-on{color:#fff;background:rgba(206,45,191,.1)}
.ccWin__tab.is-on::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;
  background:linear-gradient(90deg,var(--cc-magenta),var(--cc-magenta-hi))}

.ccWin__main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:340px}
.ccWin__panels{padding:6px 16px 14px;border-right:1px solid var(--cc-hair)}
.ccWin__panel{display:none}
.ccWin__panel.is-on{display:block}

/* ---- rows ---- */
.ccWin__row{display:flex;align-items:center;gap:12px;width:100%;
  appearance:none;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.05);
  padding:11px 0;cursor:pointer;text-align:left;
  font-family:var(--cc-body);font-size:13px;color:#d5d3e0;transition:color .15s ease}
.ccWin__row:hover{color:#fff}
.ccWin__lbl{margin-right:auto}
.ccWin__tg{width:38px;height:21px;border-radius:999px;flex:none;position:relative;
  background:rgba(255,255,255,.1);transition:background .2s ease}
.ccWin__tg i{position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:999px;
  background:#6b7086;transition:left .2s ease,background .2s ease}
.ccWin__row.is-on .ccWin__tg{background:linear-gradient(90deg,var(--cc-magenta),var(--cc-magenta-hi))}
.ccWin__row.is-on .ccWin__tg i{left:20px;background:#fff}
.ccWin__row:focus-visible{outline:2px solid var(--cc-magenta-hi);outline-offset:3px;border-radius:5px}

/* ---- sliders ---- */
.ccWin__slide{display:flex;align-items:center;gap:12px;padding:13px 0 3px;font-size:13px;color:#d5d3e0}
.ccWin__slide .ccWin__lbl{flex:0 0 auto;margin-right:0;min-width:96px}
.ccWin__track{position:relative;flex:1 1 auto;height:4px;border-radius:999px;
  background:rgba(255,255,255,.1);cursor:pointer;touch-action:none}
.ccWin__fill{position:absolute;inset:0 auto 0 0;width:50%;border-radius:999px;
  background:linear-gradient(90deg,var(--cc-magenta),var(--cc-magenta-hi))}
.ccWin__knob{position:absolute;top:50%;left:50%;width:13px;height:13px;border-radius:999px;
  background:#fff;transform:translate(-50%,-50%);box-shadow:0 1px 5px rgba(0,0,0,.55)}
.ccWin__track:focus-visible{outline:2px solid var(--cc-magenta-hi);outline-offset:5px}
.ccWin__val{flex:0 0 auto;min-width:46px;text-align:right;font-size:12px;
  font-variant-numeric:tabular-nums;color:var(--cc-ink);font-weight:600}

.ccWin__foot{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;
  padding:12px 16px;font-size:11.5px;color:var(--cc-dim);border-top:1px solid var(--cc-hair)}
.ccWin__foot b{color:var(--cc-ink);font-weight:700}

@media(max-width:620px){
  .ccWin__main{grid-template-columns:1fr}
  .ccWin__panels{border-right:0;border-bottom:1px solid var(--cc-hair)}
  .ccPv{min-height:290px}
}

/* ==========================================================================
   LIVE PREVIEW (.ccPv) — the right half of the menu.
   Every overlay is hidden by default and revealed by an fx-* class that
   cosmo-ui.js puts on #ccPv when the matching row is toggled on. That is the
   whole trick: the toggles drive real state, not a canned image.
   ========================================================================== */
.ccPv{position:relative;overflow:hidden;min-height:340px;
  background:radial-gradient(120% 90% at 50% 100%,#1d2438 0%,#0d0f16 70%)}

.ccPv__grid{position:absolute;inset:0;opacity:.5;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:34px 34px}
.ccPv__glow{position:absolute;left:50%;bottom:-30%;width:120%;height:70%;transform:translateX(-50%);
  background:radial-gradient(50% 50% at 50% 50%,rgba(206,45,191,.16),transparent 70%)}

/* the figure sits on the floor line, centred */
.ccPv__target{position:absolute;left:50%;bottom:34px;transform:translateX(-50%);
  width:118px;height:250px}
.ccPv__fig{position:absolute;inset:0;width:100%;height:100%}
.ccPv__body{fill:#4a4f42}
.ccPv__chams{fill:url(#none);fill:var(--cc-magenta);opacity:0;transition:opacity .18s ease}
.ccPv .ccPv__skel line{stroke:var(--cc-magenta-hi);stroke-width:2;stroke-linecap:round}
.ccPv .ccPv__skel circle{fill:#fff}
.ccPv__skel{opacity:0;transition:opacity .18s ease}

.ccPv__box{position:absolute;inset:16px -6px 0;border:1.5px solid var(--cc-magenta);
  opacity:0;transition:opacity .18s ease}

.ccPv__name{position:absolute;left:50%;top:-24px;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:4px;white-space:nowrap;
  opacity:0;transition:opacity .18s ease}
.ccPv__nameTxt{font-size:11px;font-weight:700;color:#fff;text-shadow:0 1px 3px #000}
.ccPv__hp{display:block;width:74px;height:4px;border-radius:999px;background:rgba(0,0,0,.6);
  overflow:hidden;opacity:0;transition:opacity .18s ease}
.ccPv__hp i{display:block;height:100%;width:100%;background:#34d399}

.ccPv__dist{position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);
  font-size:11px;font-weight:700;color:var(--cc-magenta-hi);text-shadow:0 1px 3px #000;
  opacity:0;transition:opacity .18s ease}

.ccPv__snap{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity .18s ease}
.ccPv__snap line{stroke:var(--cc-magenta);stroke-width:1.5}

.ccPv__cross{position:absolute;left:50%;top:50%;width:18px;height:18px;transform:translate(-50%,-50%);
  opacity:0;transition:opacity .18s ease}
.ccPv__cross::before,.ccPv__cross::after{content:"";position:absolute;background:#fff}
.ccPv__cross::before{left:50%;top:0;bottom:0;width:1.5px;transform:translateX(-50%)}
.ccPv__cross::after{top:50%;left:0;right:0;height:1.5px;transform:translateY(-50%)}

/* ---- radar minimap ---- */
.ccPv__map{position:absolute;right:12px;top:12px;width:84px;height:84px;border-radius:999px;
  background:rgba(8,10,16,.72);border:1px solid rgba(206,45,191,.35);
  opacity:0;transform:scale(.9);transition:opacity .2s ease,transform .2s ease,width .2s ease,height .2s ease}
.ccPv__mapRing{position:absolute;inset:18px;border:1px solid rgba(255,255,255,.09);border-radius:999px}
.ccPv__mapRing--2{inset:32px}
.ccPv__mapMe{position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:999px;
  background:#fff;transform:translate(-50%,-50%)}
.ccPv__blip{position:absolute;width:6px;height:6px;border-radius:999px;background:#ef4444}
.ccPv__blip--foe{left:26%;top:30%}
.ccPv__blip--foe2{left:66%;top:58%}
.ccPv__blip--ally{left:44%;top:72%;background:#34d399;opacity:0;transition:opacity .18s ease}
.ccPv__mapCount{position:absolute;left:50%;bottom:5px;transform:translateX(-50%);
  font-size:9.5px;font-weight:700;color:var(--cc-ink);opacity:0;transition:opacity .18s ease}

/* ---- artillery range rings ---- */
.ccPv__rings{position:absolute;left:50%;bottom:20px;width:230px;height:96px;
  transform:translateX(-50%);opacity:0;transition:opacity .2s ease}
.ccPv__rings span{position:absolute;left:50%;bottom:0;border:1px solid rgba(206,45,191,.4);
  border-radius:50%;transform:translateX(-50%)}
.ccPv__rings span:nth-child(1){width:96px;height:38px}
.ccPv__rings span:nth-child(2){width:160px;height:64px}
.ccPv__rings span:nth-child(3){width:224px;height:92px}
.ccPv__impact{position:absolute;left:50%;bottom:30px;width:9px;height:9px;border-radius:999px;
  background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.25);transform:translateX(-50%);
  opacity:0;transition:opacity .18s ease}

/* ---- fx switches: this is what the toggles actually flip ---- */
#ccPv.fx-name   .ccPv__name{opacity:1}
#ccPv.fx-health .ccPv__hp{opacity:1}
#ccPv.fx-box    .ccPv__box{opacity:1}
#ccPv.fx-skel   .ccPv__skel{opacity:1}
#ccPv.fx-chams  .ccPv__chams{opacity:.75}
#ccPv.fx-dist   .ccPv__dist{opacity:1}
#ccPv.fx-snap   .ccPv__snap{opacity:1}
#ccPv.fx-cross  .ccPv__cross{opacity:1}
#ccPv.fx-map    .ccPv__map{opacity:1;transform:scale(1)}
#ccPv.fx-mini   .ccPv__map{width:104px;height:104px}
#ccPv.fx-zoom   .ccPv__mapRing{inset:10px}
#ccPv.fx-zoom   .ccPv__mapRing--2{inset:24px}
#ccPv.fx-teams  .ccPv__blip--ally{opacity:1}
#ccPv.fx-count  .ccPv__mapCount{opacity:1}
#ccPv.fx-scan   .ccPv__map{border-color:var(--cc-magenta);box-shadow:0 0 22px rgba(206,45,191,.4)}
#ccPv.fx-rings  .ccPv__rings{opacity:1}
#ccPv.fx-impact .ccPv__impact{opacity:1}
#ccPv.fx-wind   .ccPv__rings span{border-style:dashed}
#ccPv.fx-bracket .ccPv__rings span:nth-child(2){border-color:#f59e0b}
#ccPv.fx-spot   .ccPv__glow{background:radial-gradient(50% 50% at 50% 50%,rgba(245,158,11,.2),transparent 70%)}

/* Misc tab has no ESP overlay of its own — show the state on the HUD instead */
#ccPv.fx-sprint .ccPv__grid{animation:ccScroll 1.6s linear infinite}
@keyframes ccScroll{to{background-position:0 34px,34px 0}}
#ccPv.fx-follow .ccPv__snap{opacity:.55}
#ccPv.fx-hammer .ccPv__body{fill:#5a6350}
#ccPv.fx-gather .ccPv__glow{opacity:.75}
#ccPv.fx-dry    .ccPv{background:radial-gradient(120% 90% at 50% 100%,#2a2418 0%,#0d0f16 70%)}
#ccPv.fx-afk    .ccPv__mapMe{animation:ccPulse 1.6s ease-in-out infinite}

@media(prefers-reduced-motion:reduce){
  .ccPv *,.ccWin *{animation:none!important;transition:none!important}
}

/* ---------- feature-table icons (replacing the base64 sparkle) ---------- */
.ccFeat__i{
  color:var(--cc-magenta-hi);
  font-size:12.5px;width:16px;margin-right:9px;
  text-align:center;vertical-align:-1px;opacity:.9;
}
.table-wrap tbody tr:hover .ccFeat__i{opacity:1}


/* ==========================================================================
   RESTORED BLOCK — everything below EOF was lost to a bad marker-based trim
   (the end marker sat earlier in the file than the start marker, so the cut
   ran to end-of-file). Rebuilt verbatim. Do not trim by marker again without
   asserting `end > start` first.
   ========================================================================== */

/* Porto's h2 rule wins on font-family/text-transform; cosmo's showcase
   heading is Inter 800 in sentence case. */
.ccWhy .ccWhy__h2,.ccWhy .ccWhy__h2 span{
  font-family:var(--cc-body)!important;
  font-weight:800!important;
  text-transform:none!important;
  letter-spacing:-.01em!important;
  line-height:1.12!important;
}
.ccWhy .ccWhy__kick{font-family:var(--cc-body)!important;text-transform:uppercase!important}
.ccWhy .ccWhy__lead,.ccWhy .ccWhy__list{font-family:var(--cc-body)!important}
.ccWhy__kick::before{content:"// ";color:var(--cc-magenta)}

/* Section titles were already Inter 700 — the PWC tell was uppercase. */
#category-sec .main-title,#category-sec .main-title span,
#fh-screenshots .main-title,#fh-screenshots .main-title span,
#apex-game .main-title,#apex-game .main-title span,
#game-support .main-title,#game-support .main-title span,
#secure-cheats .wp-block-heading{text-transform:none!important}
#category-sec .main-title::before,#fh-screenshots .main-title::before,
#apex-game .main-title::before{text-transform:uppercase!important}

/* PWC's angled shape dividers: red baked into uploads/2024/06/*.png, which is
   why the hex recolour never reached them. */
.secure-step::before,.secure-step::after,
#secure-cheats::before,#secure-cheats::after{
  content:none!important;background-image:none!important;display:none!important;
}
#secure-cheats{border-top:1px solid var(--cc-line)}

/* targeting-fov rings belong to the Targeting tab */
#ccPv:not(.tab-0) .ccPv__rings{opacity:0!important}

/* pin the widget height to the tallest panel so tabs don't resize it */
.ccWin__main{min-height:430px}
.ccWin__panels{min-height:430px}
.ccPv{min-height:430px}
@media(max-width:620px){
  .ccWin__main,.ccWin__panels{min-height:0}
  .ccPv{min-height:300px}
}

/* WPBakery custom headings render in Clash Display caps at 44px */
.vc_custom_heading,.vc_custom_heading span{
  font-family:var(--cc-body)!important;
  font-weight:700!important;
  text-transform:none!important;
  letter-spacing:normal!important;
  font-size:clamp(24px,3vw,30px)!important;
  line-height:1.25!important;
  color:var(--cc-ink)!important;
}

/* ---------- FAQ: cosmo's homepage accordion (.cv10__faq) ---------------- */
#apex-game .ccFaq__list{display:flex;flex-direction:column;gap:11px;max-width:860px;margin:0 auto}
#apex-game .ccFaq__item{
  background-color:rgba(24,25,36,.68);
  background-image:linear-gradient(rgba(255,255,255,.043),rgba(0,0,0,0));
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;
  box-shadow:inset 0 1px 0 0 rgba(255,255,255,.09);
  transition:border-color .22s cubic-bezier(.2,.7,.3,1);
}
#apex-game .ccFaq__item.cc-open{border-color:rgba(206,45,191,.5)}
#apex-game .ccFaq__q{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  width:100%;appearance:none;background:transparent;border:0;cursor:pointer;
  padding:19px 22px;text-align:left;
  font-family:var(--cc-body);font-size:13px;font-weight:600;color:var(--cc-ink);
}
#apex-game .ccFaq__q span{flex:1 1 auto}
#apex-game .ccFaq__q:focus-visible{outline:2px solid var(--cc-magenta-hi);outline-offset:-3px;border-radius:16px}
#apex-game .ccFaq__caret{flex:none;color:#9997ab;
  transition:transform .22s cubic-bezier(.2,.7,.3,1),color .22s ease}
#apex-game .cc-open .ccFaq__caret{transform:rotate(180deg);color:var(--cc-magenta)}
#apex-game .ccFaq__a{max-height:0;overflow:hidden;
  transition:max-height .26s cubic-bezier(.2,.7,.3,1)}
#apex-game .ccFaq__aIn{
  padding:15px 22px 19px;border-top:1px solid rgba(255,255,255,.07);
  font-family:var(--cc-body);font-size:14.5px;font-weight:400;line-height:1.65;color:#9997ab;
}
#apex-game .ccFaq__aIn strong{color:var(--cc-ink)}
#apex-game .ccFaq__aIn p{margin:0 0 10px;font-size:inherit;line-height:inherit;color:inherit}
#apex-game .ccFaq__aIn p:last-child{margin-bottom:0}
#apex-game .main-title{
  text-align:center!important;
  font-size:clamp(28px,4.2vw,42px)!important;
  font-weight:800!important;letter-spacing:-.01em!important;
}
#apex-game .main-title::before{content:"// FAQ"}

/* PWC sizes and colours .main-title span itself, beating .cc-grad */
#apex-game .main-title .cc-grad,
#category-sec .main-title .cc-grad,
#fh-screenshots .main-title .cc-grad{
  font-size:inherit!important;font-weight:inherit!important;
  line-height:inherit!important;letter-spacing:inherit!important;
  text-transform:inherit!important;vertical-align:baseline!important;
  background:linear-gradient(92deg,var(--cc-magenta),#d28cfd)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
  -webkit-text-fill-color:transparent!important;color:transparent!important;
}

/* empty PWC divider rows -> cosmo hairline */
#cheat-sec,#game-support{
  padding-top:0!important;padding-bottom:0!important;
  height:auto!important;min-height:0!important;
}
#cheat-sec::before,#game-support::before{
  height:1px!important;background:var(--cc-line)!important;
  background-image:none!important;opacity:1!important;
}
#cheat-sec{margin-top:clamp(44px,5vw,68px)!important}
#apex-game{padding-bottom:0!important}

/* ==========================================================================
   ARTICLE -> cosmo's .seo-section.ccBox card
   Measured on cosmocheats.com/roblox-cheats-hacks-aimbot-esp:
     ccBox  #22232f + a tiled abstract texture at 300px, radius 10, pad 26,
            margin-bottom 39, shadow rgba(21,21,29,.1) 0 2px 4px -1px
     h2     30px/700 #fff, margin-bottom 10, left aligned
     body   #282937, radius 5, pad 16, margin-top 16,
            border-LEFT 1px #ce2dbf and no other border
     text   16px/1.6 #a8aec3
   The texture is an original inline SVG, not cosmo's CDN PNG.
   ========================================================================== */
#secure-cheats .ccBox{
  background-color:var(--cc-card);
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.022' stroke-width='1'%3E%3Ccircle cx='60' cy='60' r='46'/%3E%3Ccircle cx='60' cy='60' r='88'/%3E%3Ccircle cx='232' cy='196' r='58'/%3E%3Ccircle cx='232' cy='196' r='104'/%3E%3Cpath d='M-20 250L120 110M80 320L300 100M-40 120L90 -10'/%3E%3C/g%3E%3C/svg%3E");
  background-size:300px 300px;
  background-repeat:repeat;
  border-radius:var(--cc-r);
  padding:26px;
  margin:0 0 39px;
  box-shadow:0 2px 4px -1px rgba(21,21,29,.1);
}
#secure-cheats .ccBox:last-of-type{margin-bottom:0}

#secure-cheats .ccBox > h2,
#secure-cheats .ccBox > h2.wp-block-heading,
#secure-cheats .ccBox > h2.vc_custom_heading{
  font-family:var(--cc-body)!important;
  font-size:clamp(23px,2.8vw,30px)!important;
  font-weight:700!important;
  text-transform:none!important;letter-spacing:normal!important;
  line-height:1.25!important;
  color:#fff!important;
  text-align:left!important;
  margin:0 0 10px!important;
}

#secure-cheats .ccBox__body{
  background:var(--cc-card2);
  border-left:1px solid var(--cc-magenta);
  border-radius:5px;
  padding:16px;
  margin-top:16px;
  font-size:16px;line-height:1.6;color:var(--cc-dim);
}
#secure-cheats .ccBox__body > *:first-child{margin-top:0}
#secure-cheats .ccBox__body > *:last-child{margin-bottom:0}
#secure-cheats .ccBox__body p{
  font-size:16px!important;line-height:1.6!important;
  color:var(--cc-dim)!important;margin:0 0 16px;
}
#secure-cheats .ccBox__body h3,#secure-cheats .ccBox__body h4{
  font-family:var(--cc-body)!important;
  font-size:19px!important;font-weight:700!important;
  text-transform:none!important;letter-spacing:normal!important;
  color:var(--cc-ink)!important;text-align:left!important;
  margin:22px 0 8px!important;
}
#secure-cheats .ccBox__body strong{color:var(--cc-ink)}
#secure-cheats .ccBox__body ul,#secure-cheats .ccBox__body ol{
  list-style:none;margin:0 0 16px;padding:0;
}
#secure-cheats .ccBox__body li{
  position:relative;padding-left:22px;margin:0 0 10px;
  font-size:16px;line-height:1.6;color:var(--cc-dim);
}
#secure-cheats .ccBox__body li:last-child{margin-bottom:0}
#secure-cheats .ccBox__body li::before{
  content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:2px;
  background:var(--cc-magenta);
}
#secure-cheats .ccBox__body li::marker{content:""}

/* the full-width tinted CTA cosmo puts under a content card */
.ccWide{
  display:flex;align-items:center;justify-content:center;
  background:rgba(206,45,191,.2);
  border:1px solid rgba(206,45,191,.4);
  border-radius:var(--cc-r);
  padding:25px 80px;margin:39px 0 0;
  font-family:var(--cc-body);font-size:20px;font-weight:500;
  color:var(--cc-magenta);text-align:center;text-decoration:none;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.ccWide:hover{background:rgba(206,45,191,.3);border-color:var(--cc-magenta);color:#fff}

/* ==========================================================================
   The feature table scrolled OVER the sticky header. Porto rows and columns
   set their own z-index, so .table-wrap's stacking context was winning
   against the header's z-index:200. Put the header far above everything and
   drop the content sections back to the base layer.
   ========================================================================== */
.header-wrapper{z-index:9999!important}
.ccHead{z-index:9999!important}
#category-sec,#fh-screenshots,#secure-cheats,#game-support,#apex-game,#cheat-sec,
.table-wrap,.table-responsive{position:relative;z-index:0}

/* Some PWC paragraphs carry inline text-align:center; cosmo's article copy is
   left-aligned throughout. */
#secure-cheats .ccBox,#secure-cheats .ccBox *{text-align:left!important}

/* ---- wardogs build: video block ---- */
.wd-video{margin-top:38px;text-align:center}
.wd-video__frame{position:relative;max-width:860px;margin:18px auto 0;aspect-ratio:16/9;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0b0d12}
.wd-video__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
