.cb-swhelm-page {
  --sw-ink: #111318;
  --sw-muted: rgba(17, 19, 24, .68);
  --sw-line: rgba(17, 19, 24, .12);
  --sw-red: #b31d24;
  --sw-gold: #d4a84f;
  --sw-blue: #3b82f6;
  --sw-cream: #f7f3eb;
  --sw-panel: #ffffff;
  --sw-dark: #090b10;
  --sw-radius: 24px;
  --sw-shadow: 0 22px 58px rgba(10, 12, 18, .12);
  color: var(--sw-ink);
}

.cb-swhelm-page * {
  box-sizing: border-box;
}

.cb-swhelm-page a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.cb-swhelm-page p {
  margin: 0;
  line-height: 1.72;
}

.cb-swhelm-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cb-swhelm-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.cb-swhelm-hero {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(28px, 4vw, 56px);
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(5,7,12,.9), rgba(12,14,22,.72)),
    radial-gradient(circle at 86% 18%, rgba(179,29,36,.36), transparent 34%),
    radial-gradient(circle at 14% 5%, rgba(59,130,246,.24), transparent 32%),
    linear-gradient(135deg, #090b10 0%, #171b25 52%, #090a0d 100%);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 85px rgba(0,0,0,.25);
}

.cb-swhelm-eyebrow,
.cb-swhelm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 14px;
  color: rgba(17,19,24,.55);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cb-swhelm-hero .cb-swhelm-eyebrow,
.cb-swhelm-dark .cb-swhelm-kicker {
  color: rgba(255,255,255,.78) !important;
  -webkit-text-fill-color: rgba(255,255,255,.78) !important;
}

.cb-swhelm-eyebrow::before,
.cb-swhelm-kicker::before {
  content: "";
  width: 30px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
}

.cb-swhelm-hero h2,
.cb-swhelm-section h2,
.cb-swhelm-card h3,
.cb-swhelm-product h3,
.cb-swhelm-dark h2 {
  margin: 0;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.cb-swhelm-hero h2 {
  max-width: 840px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.34);
  font-size: clamp(34px, 5vw, 66px);
}

.cb-swhelm-hero__lead {
  max-width: 790px;
  margin-top: 20px !important;
  color: rgba(255,255,255,.88) !important;
  -webkit-text-fill-color: rgba(255,255,255,.88) !important;
  font-size: clamp(17px, 1.45vw, 21px);
}

.cb-swhelm-actions,
.cb-swhelm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cb-swhelm-pill,
.cb-swhelm-button,
.cb-swhelm-button-dark {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.cb-swhelm-pill {
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.95) !important;
  -webkit-text-fill-color: rgba(255,255,255,.95) !important;
  background: rgba(255,255,255,.09);
}

.cb-swhelm-pill:hover,
.cb-swhelm-button:hover,
.cb-swhelm-button-dark:hover {
  transform: translateY(-2px);
}

.cb-swhelm-button {
  border: 1px solid var(--sw-line);
  background: #fff;
  color: var(--sw-ink) !important;
  -webkit-text-fill-color: var(--sw-ink) !important;
  box-shadow: 0 12px 24px rgba(10,12,18,.08);
}

.cb-swhelm-button-dark {
  border: 1px solid rgba(0,0,0,.2);
  background: var(--sw-dark);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 18px 34px rgba(0,0,0,.16);
}

.cb-swhelm-note {
  margin-top: 20px !important;
  max-width: 760px;
  color: rgba(255,255,255,.70) !important;
  -webkit-text-fill-color: rgba(255,255,255,.70) !important;
  font-size: 14px;
}

.cb-swhelm-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 34px;
  padding: 16px;
  border: 1px solid var(--sw-line);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 38px rgba(10,12,18,.06);
}

.cb-swhelm-toc a {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: #fff;
  color: rgba(17,19,24,.78) !important;
  -webkit-text-fill-color: rgba(17,19,24,.78) !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  border: 1px solid rgba(17,19,24,.10);
}

.cb-swhelm-section {
  margin: 42px 0;
}

.cb-swhelm-section > h2,
.cb-swhelm-dark h2 {
  max-width: 840px;
  font-size: clamp(28px, 3.5vw, 46px);
}

.cb-swhelm-section > h2 {
  color: var(--sw-ink) !important;
  -webkit-text-fill-color: var(--sw-ink) !important;
}

.cb-swhelm-section__intro {
  max-width: 790px;
  margin-top: 12px !important;
  color: var(--sw-muted) !important;
  -webkit-text-fill-color: var(--sw-muted) !important;
  font-size: 17px;
}

.cb-swhelm-grid,
.cb-swhelm-product-grid,
.cb-swhelm-era-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.cb-swhelm-grid,
.cb-swhelm-era-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cb-swhelm-card,
.cb-swhelm-product,
.cb-swhelm-era-card {
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius);
  background: #fff;
  box-shadow: var(--sw-shadow);
  overflow: hidden;
}

.cb-swhelm-card,
.cb-swhelm-era-card {
  padding: 22px;
}

.cb-swhelm-card h3,
.cb-swhelm-era-card h3 {
  color: var(--sw-ink) !important;
  -webkit-text-fill-color: var(--sw-ink) !important;
  font-size: clamp(21px, 2vw, 28px);
}

.cb-swhelm-card p,
.cb-swhelm-era-card p {
  margin-top: 10px;
  color: var(--sw-muted) !important;
  -webkit-text-fill-color: var(--sw-muted) !important;
}

.cb-swhelm-card a,
.cb-swhelm-era-card a {
  color: var(--sw-ink) !important;
  -webkit-text-fill-color: var(--sw-ink) !important;
  font-weight: 900;
}

.cb-swhelm-card--dark {
  background: linear-gradient(145deg, #090b10, #171b25);
  color: #fff !important;
  border-color: rgba(255,255,255,.12);
}

.cb-swhelm-card--dark h3 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.cb-swhelm-card--dark p,
.cb-swhelm-card--dark a {
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
}

.cb-swhelm-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cb-swhelm-product__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 255px;
  background: linear-gradient(180deg, #f7f7f8, #eceff3);
}

.cb-swhelm-product__media img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  padding: 18px;
}

.cb-swhelm-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(9,11,16,.92);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 12px;
  font-weight: 900;
}

.cb-swhelm-product__body {
  padding: 22px;
}

.cb-swhelm-product h3 {
  color: var(--sw-ink) !important;
  -webkit-text-fill-color: var(--sw-ink) !important;
  font-size: clamp(22px, 2vw, 30px);
}

.cb-swhelm-product p,
.cb-swhelm-product li {
  color: var(--sw-muted) !important;
  -webkit-text-fill-color: var(--sw-muted) !important;
}

.cb-swhelm-product ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.cb-swhelm-product li + li {
  margin-top: 6px;
}

.cb-swhelm-dark {
  margin: 48px 0;
  border-radius: 30px;
  padding: clamp(26px, 4vw, 48px);
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(10,13,20,.70)),
    radial-gradient(circle at 15% 10%, rgba(59,130,246,.22), transparent 34%),
    radial-gradient(circle at 86% 10%, rgba(179,29,36,.22), transparent 34%),
    linear-gradient(135deg, #090b10, #171b25 55%, #070707);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}

.cb-swhelm-dark h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.28);
}

.cb-swhelm-dark p {
  max-width: 820px;
  margin-top: 14px;
  color: rgba(255,255,255,.86) !important;
  -webkit-text-fill-color: rgba(255,255,255,.86) !important;
}

.cb-swhelm-dark .cb-swhelm-button {
  color: var(--sw-ink) !important;
  -webkit-text-fill-color: var(--sw-ink) !important;
  background: #fff !important;
}

.cb-swhelm-table-wrap {
  overflow: auto;
  margin-top: 22px;
  border: 1px solid var(--sw-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(10,12,18,.08);
}

.cb-swhelm-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.cb-swhelm-table th,
.cb-swhelm-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(17,19,24,.08);
  text-align: left;
  vertical-align: top;
}

.cb-swhelm-table th {
  color: var(--sw-ink) !important;
  -webkit-text-fill-color: var(--sw-ink) !important;
  background: #f4f5f7;
  font-weight: 900;
}

.cb-swhelm-table td {
  color: rgba(17,19,24,.72) !important;
  -webkit-text-fill-color: rgba(17,19,24,.72) !important;
}

.cb-swhelm-faq {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.cb-swhelm-faq details {
  border: 1px solid var(--sw-line);
  border-radius: 18px;
  background: #fff;
  padding: 16px 18px;
  box-shadow: 0 12px 26px rgba(10,12,18,.05);
}

.cb-swhelm-faq summary {
  cursor: pointer;
  color: var(--sw-ink) !important;
  -webkit-text-fill-color: var(--sw-ink) !important;
  font-weight: 900;
}

.cb-swhelm-faq p {
  margin-top: 10px;
  color: var(--sw-muted) !important;
  -webkit-text-fill-color: var(--sw-muted) !important;
}

@media (max-width: 1020px) {
  .cb-swhelm-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .cb-swhelm-grid,
  .cb-swhelm-era-grid {
    grid-template-columns: 1fr;
  }

  .cb-swhelm-hero,
  .cb-swhelm-dark {
    border-radius: 24px;
  }
}

@media (max-width: 640px) {
  .cb-swhelm-page {
    margin-inline: -4px;
  }

  .cb-swhelm-hero {
    padding: 26px 20px;
  }

  .cb-swhelm-toc {
    padding: 12px;
  }

  .cb-swhelm-toc a {
    width: 100%;
    justify-content: center;
  }

  .cb-swhelm-card,
  .cb-swhelm-product__body {
    padding: 18px;
  }
}
