.coldhot-page {
  --coldhot-green: #39d36f;
  --coldhot-cyan: #39c7e8;
  --coldhot-blue: #168fff;
  --coldhot-magenta: #d94cff;
  --coldhot-red: #ff4b64;
  background:
    radial-gradient(circle at 14% 7%, rgba(57, 211, 111, 0.1), transparent 30rem),
    radial-gradient(circle at 82% 18%, rgba(22, 143, 255, 0.09), transparent 34rem),
    #071014;
}

.coldhot-page .product-header,
.coldhot-page .product-footer { border-color: rgba(255, 255, 255, 0.1); }

.coldhot-eyebrow {
  margin: 0;
  color: var(--coldhot-green);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.16em;
}

.coldhot-hero,
.coldhot-features,
.coldhot-details,
.coldhot-editions,
.coldhot-privacy,
.coldhot-support,
.coldhot-faq {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.coldhot-hero {
  display: grid;
  min-height: 720px;
  padding: 90px 0 120px;
  grid-template-columns: minmax(0, 1.05fr) minmax(410px, 0.95fr);
  gap: 72px;
  align-items: center;
}

.coldhot-hero h1,
.coldhot-section-heading h2,
.coldhot-details h2,
.coldhot-support h2 {
  margin: 20px 0 0;
  font-size: clamp(46px, 6.1vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.coldhot-hero h1 em,
.coldhot-privacy h2 em { color: var(--coldhot-green); font-style: normal; }

.coldhot-hero-copy > p:nth-of-type(2) {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.75;
}

.coldhot-actions {
  display: flex;
  margin-top: 34px;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.coldhot-primary {
  padding: 15px 22px;
  border-radius: 14px;
  background: var(--coldhot-green);
  color: #031009;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(57, 211, 111, 0.22);
}

.coldhot-actions span,
.coldhot-hero-copy > small { color: var(--ink-muted); font-size: 13px; }
.coldhot-hero-copy > small { display: block; margin-top: 24px; }

.coldhot-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  background: rgba(30, 31, 32, 0.96);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.52);
  transform: rotate(1.5deg);
}

.coldhot-panel::before {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(57, 211, 111, 0.09);
  content: "";
  filter: blur(50px);
  right: -80px;
  top: -90px;
}

.coldhot-panel-head,
.coldhot-panel-foot,
.coldhot-metric { display: flex; align-items: center; }

.coldhot-panel-head {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  gap: 12px;
}

.coldhot-panel-icon {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(57, 211, 111, 0.16);
  color: var(--coldhot-green);
  font-size: 25px;
  place-items: center;
}

.coldhot-panel-head div,
.coldhot-metric div { display: grid; }
.coldhot-panel-head strong { font-size: 15px; }
.coldhot-panel-head small,
.coldhot-metric small,
.coldhot-panel-foot small { color: rgba(255, 255, 255, 0.52); font-size: 11px; }

.coldhot-panel-head i {
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--coldhot-green);
}

.coldhot-panel-head > span:last-child { color: rgba(255, 255, 255, 0.78); font-size: 12px; }
.coldhot-panel-body { padding: 10px 18px; }

.coldhot-metric {
  min-height: 69px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  gap: 13px;
}

.coldhot-metric > span {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--coldhot-cyan);
  box-shadow: 0 0 18px color-mix(in srgb, var(--coldhot-cyan) 60%, transparent);
}

.coldhot-metric.metric-2 > span { background: var(--coldhot-magenta); }
.coldhot-metric.metric-3 > span { background: var(--coldhot-blue); }
.coldhot-metric.metric-4 > span { background: var(--coldhot-red); }
.coldhot-metric b { margin-left: auto; font-size: 18px; }
.coldhot-panel-foot { padding: 14px 20px; gap: 9px; font-size: 12px; }
.coldhot-panel-foot small { margin-left: auto; }

.coldhot-features,
.coldhot-details,
.coldhot-editions,
.coldhot-privacy,
.coldhot-support,
.coldhot-faq {
  padding: 120px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.coldhot-section-heading { max-width: 820px; }
.coldhot-section-heading h2,
.coldhot-details h2,
.coldhot-support h2 { font-size: clamp(40px, 5vw, 66px); }

.coldhot-section-heading > p:last-child {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.75;
}

.coldhot-feature-grid,
.coldhot-edition-grid {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.coldhot-feature-grid article,
.coldhot-edition-grid article {
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.035);
}

.coldhot-feature-grid span,
.coldhot-edition-grid > article > span {
  color: var(--coldhot-green);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.coldhot-feature-grid h3,
.coldhot-edition-grid h3,
.coldhot-detail-list h3,
.coldhot-policy-list h3 { margin: 28px 0 0; font-size: 24px; }

.coldhot-feature-grid p,
.coldhot-edition-grid p,
.coldhot-detail-list p,
.coldhot-policy-list p { margin: 14px 0 0; color: var(--ink-muted); line-height: 1.75; }

.coldhot-details,
.coldhot-support { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 80px; }

.coldhot-detail-list article,
.coldhot-policy-list article {
  display: grid;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  grid-template-columns: 52px 1fr;
  gap: 12px;
}

.coldhot-detail-list article > span,
.coldhot-policy-list article > span { color: var(--coldhot-green); font-size: 12px; }
.coldhot-detail-list h3,
.coldhot-policy-list h3 { margin-top: 0; }

.coldhot-edition-grid article:first-child {
  border-color: rgba(57, 211, 111, 0.25);
  background: linear-gradient(140deg, rgba(57, 211, 111, 0.1), rgba(255, 255, 255, 0.025));
}

.coldhot-edition-grid a,
.coldhot-edition-grid small { display: inline-block; margin-top: 26px; color: var(--coldhot-green); font-weight: 780; text-decoration: none; }

.coldhot-policy-list {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 52px;
}

.coldhot-support > div > p:last-child { max-width: 560px; margin-top: 24px; color: var(--ink-muted); line-height: 1.75; }

.coldhot-support > a {
  display: grid;
  min-height: 230px;
  padding: 34px;
  border: 1px solid rgba(57, 211, 111, 0.25);
  border-radius: 28px;
  background: rgba(57, 211, 111, 0.07);
  color: var(--ink);
  text-decoration: none;
  align-content: space-between;
}

.coldhot-support > a span,
.coldhot-support > a small { color: var(--ink-muted); }
.coldhot-support > a strong { font-size: clamp(20px, 2.3vw, 32px); overflow-wrap: anywhere; }
.coldhot-faq details { padding: 25px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.11); }
.coldhot-faq summary { cursor: pointer; font-size: 19px; font-weight: 760; }
.coldhot-faq details p { max-width: 800px; margin: 16px 0 0; color: var(--ink-muted); line-height: 1.75; }

@media (max-width: 900px) {
  .coldhot-hero { grid-template-columns: 1fr; }
  .coldhot-panel { width: min(100%, 560px); margin: 0 auto; }
  .coldhot-details,
  .coldhot-support { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 720px) {
  .coldhot-hero,
  .coldhot-features,
  .coldhot-details,
  .coldhot-editions,
  .coldhot-privacy,
  .coldhot-support,
  .coldhot-faq { width: min(calc(100% - 32px), var(--max)); }
  .coldhot-hero { min-height: auto; padding: 62px 0 90px; gap: 58px; }
  .coldhot-features,
  .coldhot-details,
  .coldhot-editions,
  .coldhot-privacy,
  .coldhot-support,
  .coldhot-faq { padding: 88px 0; }
  .coldhot-feature-grid,
  .coldhot-edition-grid,
  .coldhot-policy-list { grid-template-columns: 1fr; }
  .coldhot-feature-grid article,
  .coldhot-edition-grid article { padding: 28px; }
  .coldhot-panel { border-radius: 20px; transform: none; }
  .coldhot-metric { min-height: 62px; }
}

@media (prefers-reduced-motion: reduce) {
  .coldhot-primary,
  .coldhot-panel { transition: none; transform: none; }
}
