/* =========================================================
   WCT WEBSITE THEME — DASHBOARD/CBOT MATCH (BLACK + GOLD)
   Full replacement CSS (copy/paste)
   Includes MOBILE HAMBURGER + DRAWER NAV (max-width: 900px)
   Gold locked to cBot Confidence %: #C9A24D
   ========================================================= */

:root{
  /* Core surfaces */
  --bg0:#050607;
  --bg1:#07090b;
  --bg2:#0b0f13;
  --bg3:#0f141a;
  --panel: rgb(10 12 14 / 0.70);
  --panel2: rgb(12 15 18 / 0.78);

  /* Text */
  --txt:#f4f6f9;
  --muted:#aeb6c2;
  --muted2:#8892a1;

  /* =========================================================
     WCT GOLD SYSTEM (LOCKED TO cBot CONFIDENCE %)
     ========================================================= */
  --gold: #C9A24D;        /* primary cBot gold */
  --gold2:#b38e3f;        /* deeper gold (derived) */
  --gold3:#f1de9a;        /* highlight gold (kept) */

  /* RGB triplets for alpha usage */
  --goldRGB: 201 162 77;  /* == #C9A24D */
  --champRGB: 240 228 190;/* optional warm “champagne” secondary */

  /* Gold utilities */
  --goldWash: rgb(var(--goldRGB) / 0.10);
  --goldLine: rgb(var(--goldRGB) / 0.24);
  --lineGold: rgb(var(--goldRGB) / 0.28);

  /* Headline continuity (ALL headers match cBot confidence gold) */
  --headlineGold: rgb(var(--goldRGB) / 0.98);
  --headlineGoldShadow: 0 0 18px rgb(var(--goldRGB) / 0.14);

  /* Common text tones */
  --goldText:  rgb(var(--goldRGB) / 0.98);
  --goldText2: rgb(var(--goldRGB) / 0.92);

  /* Borders */
  --lineSoft: rgb(255 255 255 / 0.06);
  --line:     rgb(255 255 255 / 0.09);

  /* Radii */
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 20px;
  --r-xl: 26px;

  /* Shadows (disciplined) */
  --shadow1: 0 18px 44px rgb(0 0 0 / 0.68);
  --shadow2: 0 10px 26px rgb(0 0 0 / 0.55);

  /* Glow discipline (subtle, never neon) */
  --glowGold1: 0 0 0 rgb(0 0 0 / 0);
  --glowGold2: 0 0 18px rgb(var(--goldRGB) / 0.18);

  /* Layout */
  --max: 1160px;
  --padX: 1.5rem;

  /* Motion */
  --ease: cubic-bezier(.2,.8,.2,1);
}

/* Reset */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--txt);
  line-height: 1.6;
  background:
    radial-gradient(900px 520px at 12% 2%, rgb(var(--goldRGB) / 0.10), transparent 55%),
    radial-gradient(780px 520px at 88% 10%, rgb(var(--goldRGB) / 0.06), transparent 58%),
    radial-gradient(1200px 800px at 50% 0%, rgb(255 255 255 / 0.06), transparent 60%),
    linear-gradient(180deg, #050607 0%, #050607 42%, #040506 100%);
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
::selection{background: rgb(var(--goldRGB) / 0.25); color: var(--txt);}

/* Prevent horizontal scroll on mobile */
html, body{ max-width:100%; overflow-x:hidden; }

/* Focus (keyboard polish) */
:focus{outline:none}
:focus-visible{
  outline: 2px solid rgb(var(--goldRGB) / 0.42);
  outline-offset: 3px;
  border-radius: 12px;
}

/* =========================================================
   Global heading continuity (site-wide)
   ========================================================= */
h1, h2, h3{
  color: var(--headlineGold);
  text-shadow: var(--headlineGoldShadow);
}

/* =========================================================
   Layout helpers
   ========================================================= */
.page{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.inner{
  max-width: var(--max);
  margin:0 auto;
  padding: 0 var(--padX);
}

/* =========================================================
   Header / Nav (dashboard style)
   ========================================================= */
header{
  position: sticky;
  top:0;
  z-index:20;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgb(5 6 7 / 0.86), rgb(5 6 7 / 0.62));
  border-bottom: 1px solid rgb(255 255 255 / 0.06);
}

/* subtle top sheen */
header::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(var(--goldRGB) / 0.22), transparent);
  pointer-events:none;
}

.nav{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 0.82rem 0;
  gap: 1.2rem;
}
.nav-left{
  display:flex;
  align-items:center;
  gap: 0.75rem;
  min-width: 280px;
}

/* Logo */
.nav-logo{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  overflow:hidden;
  border: 1px solid rgb(255 255 255 / 0.08);
  background:
    radial-gradient(120px 80px at 30% 15%, rgb(var(--goldRGB) / 0.18), transparent 55%),
    rgb(8 10 12 / 0.95);
  box-shadow: var(--shadow2);
}
.nav-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding: 6px;
  filter: drop-shadow(0 0 10px rgb(var(--goldRGB) / 0.10));
}

.nav-brand-text{
  display:flex;
  flex-direction:column;
  gap: 0.10rem;
}
.nav-title{
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.88rem;
  color: var(--headlineGold);
  text-shadow: none;
}
.nav-subtitle{
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(174 182 194 / 0.85);
}

/* Links */
.nav-links{
  display:flex;
  align-items:center;
  gap: 1.35rem;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(174 182 194 / 0.86);
}
.nav-links a{
  position:relative;
  padding: 0.28rem 0;
  transition: color .18s var(--ease), opacity .18s var(--ease), transform .18s var(--ease);
  opacity: 0.92;
}
.nav-links a:hover{
  color: rgb(var(--goldRGB) / 0.98);
  opacity: 1;
}

/* Active state support */
.nav-links a[aria-current="page"],
.nav-links a.active,
.nav-links a.is-active{
  color: rgb(var(--goldRGB) / 0.98);
  opacity: 1;
}
.nav-links a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-0.35rem;
  width:0;
  height:1px;
  background: linear-gradient(
    90deg,
    rgb(var(--goldRGB) / 0.10),
    rgb(var(--goldRGB) / 0.55),
    rgb(var(--goldRGB) / 0.10)
  );
  transition: width .18s var(--ease);
}
.nav-links a:hover::after{ width:100%; }
.nav-links a[aria-current="page"]::after,
.nav-links a.active::after,
.nav-links a.is-active::after{ width:100%; }

/* CTA pill */
.nav-cta-link{
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgb(var(--goldRGB) / 0.32);
  background:
    radial-gradient(160px 90px at 30% 15%, rgb(var(--goldRGB) / 0.18), transparent 60%),
    rgb(8 10 12 / 0.84);
  color: rgb(var(--goldRGB) / 0.98);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  box-shadow: var(--shadow2);
  transition: transform .12s var(--ease), filter .12s var(--ease), border-color .12s var(--ease);
  text-shadow: none;
}
.nav-cta-link:hover{
  transform: translateY(-1px);
  border-color: rgb(var(--goldRGB) / 0.45);
  filter: brightness(1.03);
}

/* =========================================================
   Mobile hamburger + drawer nav
   ========================================================= */
.nav-toggle{
  display:none;
  width:44px;
  height:44px;
  border-radius: 14px;
  border: 1px solid rgb(var(--goldRGB) / 0.22);
  background:
    radial-gradient(160px 90px at 30% 15%, rgb(var(--goldRGB) / 0.14), transparent 60%),
    rgb(8 10 12 / 0.78);
  box-shadow: var(--shadow2);
  align-items:center;
  justify-content:center;
  gap:5px;
  cursor:pointer;
  transition: transform .12s var(--ease), border-color .12s var(--ease), filter .12s var(--ease);
}
.nav-toggle:hover{
  transform: translateY(-1px);
  border-color: rgb(var(--goldRGB) / 0.40);
  filter: brightness(1.03);
}
.nav-toggle span{
  display:block;
  width:20px;
  height:2px;
  border-radius:2px;
  background: rgb(var(--goldRGB) / 0.92);
}

@media (max-width: 900px){
  .nav-toggle{ display:flex; margin-left:auto; }

  .nav-links{
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: flex;
    flex-direction: column;
    gap: 6px;

    padding: 12px;
    border-radius: var(--r-lg);
    border: 1px solid rgb(var(--goldRGB) / 0.18);
    background:
      radial-gradient(900px 520px at 25% 0%, rgb(var(--goldRGB) / 0.08), transparent 62%),
      rgb(8 10 12 / 0.92);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow1);

    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: max-height .22s var(--ease), opacity .18s var(--ease), transform .18s var(--ease);
    z-index: 9999;
  }

  .nav-links[data-open="true"]{
    max-height: 520px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a{
    padding: 12px 12px;
    border-radius: 14px;
    color: rgb(174 182 194 / 0.92);
    background: rgb(255 255 255 / 0.02);
    border: 1px solid rgb(255 255 255 / 0.06);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.82rem;
    text-shadow: none;
  }

  .nav-links a:hover{
    color: rgb(var(--goldRGB) / 0.98);
    border-color: rgb(var(--goldRGB) / 0.20);
    background: rgb(var(--goldRGB) / 0.06);
  }

  .nav-links .nav-cta-link{
    display:block;
    text-align:center;
    margin-top: 4px;
    border-color: rgb(var(--goldRGB) / 0.28);
    background:
      radial-gradient(160px 90px at 30% 15%, rgb(var(--goldRGB) / 0.14), transparent 60%),
      rgb(8 10 12 / 0.86);
    color: rgb(var(--goldRGB) / 0.98);
  }

  .hero-grid, .feature-block, .cards-grid{ grid-template-columns: minmax(0,1fr); }
  .hero{ padding-top: 3.1rem; }
  .hero-tag{
    position:static;
    display:inline-flex;
    margin-top: 1rem;
  }
  section{ padding: 3.1rem 0; }
  .nav{ padding: 0.78rem 0; }
}

@media (max-width: 600px){
  .hero h1{ font-size: 2.05rem; }
  #pricing{ padding-top: 4.2rem; }
}

/* =========================================================
   Hero
   ========================================================= */
.hero{ padding: 4.3rem 0 3.1rem; }
.hero-grid{
  display:grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,1.05fr);
  gap: 3rem;
  align-items:center;
}

.eyebrow{
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgb(var(--goldRGB) / 0.98);
  margin-bottom: 0.9rem;
  text-shadow: none;
}

.hero h1{
  font-size: clamp(2.25rem, 3.0vw + 1rem, 3.25rem);
  line-height: 1.12;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 1.05rem;
}
.hero h1 span{
  color: var(--headlineGold);
  text-shadow: var(--headlineGoldShadow);
}

.hero-sub{
  color: rgb(174 182 194 / 0.88);
  font-size: 1.02rem;
  max-width: 36rem;
  margin-bottom: 1.7rem;
}

.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap: .7rem;
  margin-bottom: 2.0rem;
}
.badge{
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.08);
  padding: .34rem .84rem;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgb(174 182 194 / 0.88);
  background: rgb(8 10 12 / 0.70);
  box-shadow: 0 10px 22px rgb(0 0 0 / 0.38);
  text-shadow: none;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap: 1rem;
  align-items:center;
}

/* Primary button */
.btn-primary{
  padding: 0.92rem 1.85rem;
  border-radius: 999px;
  border: 1px solid rgb(var(--goldRGB) / 0.35);
  cursor:pointer;
  background:
    radial-gradient(240px 120px at 25% 10%, rgb(var(--goldRGB) / 0.20), transparent 60%),
    linear-gradient(135deg, rgb(var(--goldRGB) / 0.28), rgb(var(--goldRGB) / 0.12));
  color: rgb(var(--goldRGB) / 0.98);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.84rem;
  box-shadow: var(--shadow2), var(--glowGold1);
  transition: transform .12s var(--ease), filter .12s var(--ease), border-color .12s var(--ease);
  text-shadow: none;
}
.btn-primary:hover{
  transform: translateY(-1px);
  border-color: rgb(var(--goldRGB) / 0.46);
  filter: brightness(1.03);
}

.btn-ghost{
  padding: 0.84rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.10);
  background: rgb(8 10 12 / 0.35);
  color: rgb(174 182 194 / 0.92);
  cursor:pointer;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: border-color .12s var(--ease), color .12s var(--ease), transform .12s var(--ease);
  text-shadow: none;
}
.btn-ghost:hover{
  border-color: rgb(var(--goldRGB) / 0.30);
  color: rgb(var(--goldRGB) / 0.98);
  transform: translateY(-1px);
}

.hero-note{
  font-size: 0.82rem;
  color: rgb(174 182 194 / 0.78);
  margin-top: 0.7rem;
}

.hero-visual{ position:relative; }
.hero-frame{
  border-radius: var(--r-xl);
  overflow:hidden;
  border: 1px solid rgb(255 255 255 / 0.08);
  box-shadow: var(--shadow1);
  background:
    radial-gradient(900px 520px at 20% 0%, rgb(var(--goldRGB) / 0.12), transparent 55%),
    rgb(8 10 12 / 0.80);
}
.hero-visual img{ width:100%; height:auto; display:block; }

.hero-tag{
  position:absolute;
  left: 10%;
  bottom: -1.55rem;
  padding: .68rem 1.05rem;
  border-radius: 999px;
  background: rgb(6 7 8 / 0.92);
  border: 1px solid rgb(var(--goldRGB) / 0.22);
  color: rgb(var(--goldRGB) / 0.98);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: var(--shadow2);
  text-shadow: none;
}

/* =========================================================
   Sections
   ========================================================= */
section{ padding: 3.6rem 0; }

.section-header{ text-align:center; margin-bottom: 2.6rem; }
.section-title{
  font-size: 1.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: .35rem;
  color: var(--headlineGold);
  text-shadow: var(--headlineGoldShadow);
}
.section-subtitle{
  color: rgb(174 182 194 / 0.86);
  font-size: .98rem;
}

/* =========================================================
   Cards / Panels
   ========================================================= */
.cards-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 2rem;
}

.card{
  background:
    radial-gradient(900px 520px at 25% 0%, rgb(var(--goldRGB) / 0.10), transparent 58%),
    rgb(8 10 12 / 0.70);
  border-radius: var(--r-lg);
  border: 1px solid rgb(255 255 255 / 0.08);
  padding: 1.45rem 1.65rem;
  box-shadow: var(--shadow1);
  display:flex;
  flex-direction:column;
  gap: 1.05rem;
}
.card h3{
  font-size: 1.08rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin-bottom: .15rem;
  color: var(--headlineGold);
  text-shadow: none;
}
.card p{
  font-size: 0.95rem;
  color: rgb(174 182 194 / 0.88);
}
.card ul{
  margin-left: 1.1rem;
  font-size: 0.92rem;
  color: rgb(174 182 194 / 0.86);
}
.card li + li{ margin-top: .32rem; }

.card-media{
  border-radius: var(--r-lg);
  overflow:hidden;
  border: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(8 10 12 / 0.65);
}

/* Feature blocks */
.feature-block{
  display:grid;
  grid-template-columns: minmax(0,1.08fr) minmax(0,1.22fr);
  gap: 2.6rem;
  align-items:center;
  margin-bottom: 3.2rem;
}
.feature-block:nth-child(even){
  grid-template-columns: minmax(0,1.22fr) minmax(0,1.08fr);
}

.feature-text h3{
  font-size: 1.22rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: .45rem;
  color: var(--headlineGold);
  text-shadow: none;
}
.feature-text p{
  color: rgb(174 182 194 / 0.88);
  font-size: .98rem;
  margin-bottom: .95rem;
}
.feature-text ul{
  margin-left: 1.1rem;
  color: rgb(174 182 194 / 0.86);
  font-size: .92rem;
}
.feature-text li + li{ margin-top: .32rem; }

.feature-media{
  border-radius: var(--r-xl);
  overflow:hidden;
  border: 1px solid rgb(255 255 255 / 0.08);
  box-shadow: var(--shadow1);
  background: rgb(8 10 12 / 0.70);
}

/* =========================================================
   Pricing
   ========================================================= */
#pricing{ padding: 5.0rem 0 4.1rem; }

.pricing-header{ text-align:center; margin-bottom: 3rem; }
.pricing-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.pricing-card{
  background:
    radial-gradient(900px 520px at 25% 0%, rgb(var(--goldRGB) / 0.10), transparent 62%),
    rgb(8 10 12 / 0.72);
  border-radius: var(--r-md);
  padding: 2rem;
  text-align:center;
  border: 1px solid rgb(255 255 255 / 0.08);
  box-shadow: var(--shadow1);
}
.pricing-card.featured{
  max-width: 720px;
  margin-left:auto;
  margin-right:auto;
  padding: 2.35rem;
  transform: scale(1.02);
  border-color: rgb(var(--goldRGB) / 0.22);
  box-shadow: var(--shadow1), var(--glowGold2);
}

.pricing-name{
  font-size: 1.35rem;
  margin-bottom: .35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--headlineGold);
  text-shadow: none;
}
.pricing-desc{
  color: rgb(174 182 194 / 0.86);
  margin-bottom: 1.4rem;
  font-size: .95rem;
}
.pricing-price{
  font-size: 2.05rem;
  font-weight: 800;
  color: var(--headlineGold);
  margin-bottom: .45rem;
  text-shadow: 0 0 18px rgb(var(--goldRGB) / 0.10);
}
.pricing-price span{
  font-size: 1rem;
  color: rgb(174 182 194 / 0.86);
  font-weight: 500;
}

.pricing-features{
  list-style:none;
  text-align:left;
  margin-bottom: 1.55rem;
  color: rgb(244 246 249 / 0.92);
  line-height: 1.72;
  font-size: .92rem;
}
.pricing-features li{ padding-left: .2rem; }

.pricing-badge{
  display:inline-block;
  padding: .26rem .86rem;
  border-radius: 999px;
  border: 1px solid rgb(var(--goldRGB) / 0.22);
  font-size: .70rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  background: rgb(var(--goldRGB) / 0.08);
  margin-bottom: .95rem;
  color: rgb(var(--goldRGB) / 0.98);
  text-shadow: none;
}

.btn-gold{
  padding: .86rem 1.75rem;
  border-radius: 999px;
  border: 1px solid rgb(var(--goldRGB) / 0.32);
  cursor:pointer;
  background:
    radial-gradient(220px 100px at 25% 10%, rgb(var(--goldRGB) / 0.18), transparent 60%),
    rgb(8 10 12 / 0.80);
  color: rgb(var(--goldRGB) / 0.98);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.80rem;
  box-shadow: var(--shadow2);
  transition: transform .12s var(--ease), filter .12s var(--ease), border-color .12s var(--ease);
  text-shadow: none;
}
.btn-gold:hover{
  transform: translateY(-1px);
  border-color: rgb(var(--goldRGB) / 0.45);
  filter: brightness(1.03);
}

/* Keep disabled gold CTAs crisp (premium) */
.btn-gold:disabled{
  opacity: 1;
  cursor: not-allowed;
  filter: grayscale(0.05) brightness(0.98);
  border-color: rgb(var(--goldRGB) / 0.28);
}

.pricing-note{
  font-size: .76rem;
  color: rgb(174 182 194 / 0.80);
  margin-top: .55rem;
}

/* =========================================================
   Footer
   ========================================================= */
footer{
  border-top: 1px solid rgb(255 255 255 / 0.06);
  padding: 1.6rem 0 2.6rem;
  margin-top:auto;
  background: rgb(5 6 7 / 0.92);
}
.footer-inner{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:1rem;
  font-size: .82rem;
  color: rgb(174 182 194 / 0.84);
}
.footer-inner span strong{ color: rgb(var(--goldRGB) / 0.98); }

/* =========================================================
   Back to top
   ========================================================= */
.back-to-top{
  position:fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: .72rem 1.25rem;
  border-radius: 999px;
  background: rgb(8 10 12 / 0.84);
  color: rgb(var(--goldRGB) / 0.98);
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  border: 1px solid rgb(var(--goldRGB) / 0.25);
  box-shadow: var(--shadow2);
  z-index:30;
  transition: transform .12s var(--ease), border-color .12s var(--ease), filter .12s var(--ease);
  text-shadow: none;
}
.back-to-top:hover{
  transform: translateY(-1px);
  border-color: rgb(var(--goldRGB) / 0.40);
  filter: brightness(1.03);
}

/* =========================================================
   WCT – Why WCT? Comparison Section
   ========================================================= */
.wct-compare{
  background:
    radial-gradient(900px 520px at 18% 8%, rgb(var(--goldRGB) / 0.10), transparent 58%),
    radial-gradient(900px 520px at 82% 18%, rgb(var(--goldRGB) / 0.06), transparent 60%),
    rgb(5 6 7 / 0.92);
  color: var(--txt);
  padding: 64px 16px;
  border-top: 1px solid rgb(255 255 255 / 0.06);
  border-bottom: 1px solid rgb(255 255 255 / 0.06);
}

.wct-compare__wrap{ max-width: 1100px; margin: 0 auto; }

.wct-compare__header h2{
  font-size: clamp(26px, 3vw, 38px);
  margin: 0 0 10px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--headlineGold);
  text-shadow: var(--headlineGoldShadow);
}
.wct-compare__sub{
  margin: 0 0 26px;
  color: rgb(174 182 194 / 0.86);
  max-width: 80ch;
}

.wct-compare__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 22px 0 18px;
}
@media (max-width: 860px){
  .wct-compare__grid{ grid-template-columns: 1fr; }
}

.wct-compare__col{
  background:
    radial-gradient(900px 520px at 25% 0%, rgb(var(--goldRGB) / 0.08), transparent 62%),
    rgb(8 10 12 / 0.70);
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: var(--r-lg);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow1);
}
.wct-compare__col--wct{
  border-color: rgb(var(--goldRGB) / 0.22);
}

.wct-compare__badge{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(var(--goldRGB) / 0.98);
  background: rgb(var(--goldRGB) / 0.08);
  border: 1px solid rgb(var(--goldRGB) / 0.20);
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  text-shadow: none;
}
.wct-compare__badge--muted{
  color: rgb(174 182 194 / 0.84);
  background: rgb(255 255 255 / 0.04);
  border-color: rgb(255 255 255 / 0.08);
}

.wct-compare__col h3{
  margin: 0 0 6px;
  font-size: 18px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--headlineGold);
  text-shadow: none;
}
.wct-compare__lead{
  margin: 0;
  color: rgb(174 182 194 / 0.86);
  line-height: 1.55;
}

.wct-compare__table{
  margin-top: 14px;
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: var(--r-lg);
  overflow:hidden;
  box-shadow: var(--shadow1);
}

.wct-compare__row{
  display:grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  border-top: 1px solid rgb(255 255 255 / 0.06);
  background: rgb(8 10 12 / 0.55);
}
.wct-compare__row:first-child{ border-top:none; }

.wct-compare__row > div{
  padding: 14px 14px;
  font-size: 14px;
  line-height: 1.45;
  border-right: 1px solid rgb(255 255 255 / 0.05);
  color: rgb(244 246 249 / 0.90);
}
.wct-compare__row > div:last-child{ border-right:none; }

.wct-compare__head{
  background: rgb(255 255 255 / 0.04);
  font-weight: 800;
  color: rgb(174 182 194 / 0.92);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
}
@media (max-width: 860px){
  .wct-compare__row{ grid-template-columns: 1fr; }
  .wct-compare__row > div{
    border-right:none;
    border-top: 1px solid rgb(255 255 255 / 0.05);
  }
  .wct-compare__head > div{ border-top:none; }
}

.pill{
  display:inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgb(255 255 255 / 0.10);
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-shadow: none;
}
.pill--gold{
  color: rgb(var(--goldRGB) / 0.98);
  border-color: rgb(var(--goldRGB) / 0.22);
  background: rgb(var(--goldRGB) / 0.08);
}
.pill--slate{
  color: rgb(174 182 194 / 0.86);
  background: rgb(255 255 255 / 0.04);
  border-color: rgb(255 255 255 / 0.08);
}

.wct-compare__callout{
  margin-top: 16px;
  background:
    radial-gradient(900px 520px at 25% 0%, rgb(var(--goldRGB) / 0.08), transparent 62%),
    rgb(8 10 12 / 0.62);
  border: 1px solid rgb(var(--goldRGB) / 0.18);
  border-radius: var(--r-lg);
  padding: 16px 18px;
  box-shadow: var(--shadow2);
}

.wct-compare__footer{ margin-top: 18px; }

.wct-compare__cta{
  display:flex;
  justify-content:space-between;
  gap: 14px;
  background: rgb(8 10 12 / 0.55);
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: var(--r-lg);
  padding: 14px 16px;
  box-shadow: var(--shadow2);
}

.wct-compare__btn{
  padding: 10px 14px;
  border-radius: 14px;
  text-decoration:none;
  color: rgb(var(--goldRGB) / 0.98);
  background: rgb(8 10 12 / 0.85);
  border: 1px solid rgb(var(--goldRGB) / 0.22);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  transition: transform .12s var(--ease), border-color .12s var(--ease), filter .12s var(--ease);
  text-shadow: none;
}
.wct-compare__btn:hover{
  transform: translateY(-1px);
  border-color: rgb(var(--goldRGB) / 0.40);
  filter: brightness(1.03);
}
