:root {
  --void: #020208;
  --void-2: #090815;
  --fire: #FF007A;
  --ember: #ff335f;
  --ice: #D6E6F2;
  --snow: #FFFFFF;
  --muted: rgba(214, 230, 242, .74);
  --glass: rgba(255, 255, 255, .055);
  --glass-2: rgba(214, 230, 242, .09);
  --line: rgba(214, 230, 242, .22);
  --line-hot: rgba(255, 0, 122, .45);
  --max: 1180px;
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow-hot: 0 0 34px rgba(255, 0, 122, .34);
  --shadow-ice: 0 0 30px rgba(214, 230, 242, .12);
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--snow);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 0, 122, .18), transparent 32rem),
    radial-gradient(circle at 88% 22%, rgba(214, 230, 242, .12), transparent 34rem),
    linear-gradient(180deg, #020208 0%, #070512 58%, #020208 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
}
body::before {
  width: 52vw;
  height: 52vw;
  left: -19vw;
  top: 24vh;
  border: 1px solid rgba(214,230,242,.12);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(214,230,242,.05), 0 0 70px rgba(255,0,122,.08);
}
body::after {
  width: 38vw;
  height: 38vw;
  right: -14vw;
  bottom: 2vh;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,0,122,.15), transparent 65%);
  filter: blur(3px);
}
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.75; font-size: clamp(1rem, .94rem + .22vw, 1.12rem); }
h1, h2, h3 { margin: 0; color: var(--snow); letter-spacing: -.045em; }
h1 { font-size: clamp(2.45rem, 7vw, 6.35rem); line-height: .92; max-width: 880px; }
h2 { font-size: clamp(1.95rem, 4vw, 3.9rem); line-height: 1; }
h3 { font-size: clamp(1.16rem, 2.2vw, 1.65rem); margin-top: 1.6rem; }
img { max-width: 100%; display: block; }
.scroll-meter { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 3px; background: rgba(214,230,242,.08); }
.scroll-meter span { display:block; width:0%; height:100%; background: linear-gradient(90deg, var(--ice), var(--fire)); box-shadow: var(--shadow-hot); }
.icebar {
  width: min(var(--max), calc(100% - 32px));
  position: sticky;
  top: 14px;
  z-index: 80;
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(2,2,8,.68);
  backdrop-filter: blur(22px);
  box-shadow: 0 16px 44px rgba(0,0,0,.34);
  transition: border-color .25s var(--ease), transform .25s var(--ease), background .25s var(--ease);
}
.icebar.is-scrolled { border-color: var(--line-hot); background: rgba(2,2,8,.86); transform: translateY(-4px); }
.brand img { width: 174px; height: auto; }
.nav-panel { justify-self: center; display: flex; gap: 6px; align-items: center; }
.nav-panel a {
  padding: 12px 15px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: .92rem;
  transition: color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.nav-panel a:hover { color: var(--snow); background: rgba(214,230,242,.08); box-shadow: inset 0 0 0 1px rgba(214,230,242,.15); }
.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .02em;
  border: 1px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.header-cta, .btn.hot { background: linear-gradient(135deg, var(--fire), var(--ember)); color: var(--snow); box-shadow: var(--shadow-hot); }
.btn.cold { border-color: rgba(214,230,242,.32); color: var(--ice); background: rgba(214,230,242,.06); }
.header-cta:hover, .btn:hover { transform: translateY(-3px); }
.btn.cold:hover { border-color: var(--ice); box-shadow: var(--shadow-ice); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; border-radius: 999px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--snow); margin: 5px 0; transition: transform .2s var(--ease); }
.icefire-hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 76px auto 34px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  grid-template-areas:
    "copy visual"
    "ice visual"
    "fire visual";
  gap: 18px;
  align-items: stretch;
}
.hero-copy,
.hero-panel,
.intro-ice-card,
.intro-fire-card,
.ice-section,
.final-cta,
.ice-footer {
  border: 1px solid var(--line);
  background: linear-gradient(140deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-radius: var(--radius-lg);
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
}
.hero-copy { grid-area: copy; padding: clamp(26px, 5vw, 58px); min-height: 430px; display:flex; flex-direction: column; justify-content: center; }
.hero-copy::before {
  content:"";
  position:absolute;
  inset:-1px;
  background: linear-gradient(135deg, rgba(255,0,122,.22), transparent 42%, rgba(214,230,242,.13));
  opacity:.72;
  pointer-events:none;
}
.hero-copy > * { position: relative; }
.micro-label, .note-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(214,230,242,.28);
  border-radius: 999px;
  color: var(--ice);
  background: rgba(214,230,242,.06);
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .16em;
  font-weight: 900;
}
.hero-actions { display:flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.hero-panel { grid-area: visual; min-height: 100%; padding: 10px; }
.visual-frame { margin: 0; height: 100%; }
.visual-frame img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; border-radius: 26px; filter: saturate(1.04) contrast(1.02); }
.visual-frame figcaption {
  color: var(--ice);
  font-size: .92rem;
  line-height: 1.55;
  padding: 15px 16px 8px;
}
.intro-ice-card, .intro-fire-card { padding: 24px; }
.intro-ice-card { grid-area: ice; border-color: rgba(214,230,242,.28); }
.intro-fire-card { grid-area: fire; border-color: rgba(255,0,122,.34); }
.intro-ice-card p, .intro-fire-card p { margin:0; }
.ice-section {
  width: min(var(--max), calc(100% - 32px));
  margin: 20px auto;
  padding: clamp(24px, 5vw, 56px);
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 58px);
}
.ice-section.rift { border-color: rgba(255,0,122,.34); }
.ice-section.mirror { border-color: rgba(214,230,242,.26); }
.ice-section.panel { background: linear-gradient(135deg, rgba(214,230,242,.08), rgba(255,0,122,.055)); }
.ice-section.ledger { grid-template-columns: 1fr; }
.ice-section.arc { border-radius: 52px 24px 52px 24px; }
.section-glint {
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,0,122,.18), transparent 22rem),
    radial-gradient(circle at 92% 15%, rgba(214,230,242,.11), transparent 23rem);
  opacity:.85;
}
.section-heading, .section-body { position: relative; }
.section-heading h2 { position: sticky; top: 112px; padding-bottom: 18px; }
.section-heading h2::after {
  content:"";
  display:block;
  width:72px;
  height:4px;
  margin-top:18px;
  border-radius:999px;
  background: linear-gradient(90deg, var(--ice), var(--fire));
  box-shadow: var(--shadow-hot);
}
.section-body > :first-child { margin-top: 0; }
.section-body p { margin: 1rem 0; }
.frost-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(2,2,8,.38);
  box-shadow: inset 0 0 0 1px rgba(214,230,242,.17);
  margin: 18px 0 8px;
}
.frost-table th,
.frost-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(214,230,242,.13);
  vertical-align: top;
  text-align: left;
}
.frost-table th { color: var(--snow); background: rgba(255,0,122,.18); }
.frost-table td { color: var(--muted); }
.frost-table tr:hover td { background: rgba(214,230,242,.045); color: var(--snow); }
.step-list,
.spark-list { padding: 0; margin: 18px 0; list-style: none; display: grid; gap: 10px; }
.step-list { counter-reset: steps; }
.step-list li,
.spark-list li {
  color: var(--muted);
  line-height: 1.65;
  padding: 14px 16px 14px 50px;
  border: 1px solid rgba(214,230,242,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  position: relative;
}
.step-list li::before {
  counter-increment: steps;
  content: counter(steps);
  position:absolute;
  left: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display:grid;
  place-items:center;
  color: var(--snow);
  font-size:.78rem;
  font-weight:900;
  background: linear-gradient(135deg, var(--fire), var(--ember));
}
.spark-list li::before {
  content:"";
  position:absolute;
  left: 18px;
  top: 21px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--ice), var(--fire));
  box-shadow: 0 0 18px rgba(255,0,122,.55);
}
.tilted-visual,
.wide-visual { margin-top: 20px; }
.tilted-visual img { min-height: 280px; transform: rotate(-1.2deg); box-shadow: 0 24px 70px rgba(0,0,0,.38); }
.wide-visual img { min-height: 300px; }
.ice-note {
  margin: 24px 0;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(214,230,242,.25);
  background: linear-gradient(135deg, rgba(214,230,242,.08), rgba(255,0,122,.08));
}
.ice-note p { margin: 0; color: var(--ice); }
.faq-zone { display: block; }
.faq-zone > h2 { position: relative; margin-bottom: 24px; }
.faq-stack { display: grid; gap: 12px; position: relative; }
.faq-item {
  border: 1px solid rgba(214,230,242,.17);
  border-radius: 22px;
  background: rgba(255,255,255,.04);
  overflow: hidden;
}
.faq-item h3 { margin: 0; }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  color: var(--snow);
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.faq-q span { color: var(--ice); font-size: 1.45rem; transition: transform .2s var(--ease); }
.faq-item.open .faq-q span { transform: rotate(45deg); color: var(--fire); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { padding: 0 22px 22px; margin: 0; }
.final-cta {
  width: min(var(--max), calc(100% - 32px));
  margin: 22px auto;
  padding: 24px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-logo-inline { width: 190px; }
.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 76;
  width: 52px;
  height: 52px;
  display:grid;
  place-items:center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fire), var(--ember));
  box-shadow: var(--shadow-hot);
  font-weight: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.floating-cta.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.cookie-note {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 90;
  width: min(390px, calc(100% - 36px));
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(214,230,242,.2);
  background: rgba(2,2,8,.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0,0,0,.4);
  display: none;
  gap: 14px;
  align-items: center;
}
.cookie-note.show { display: flex; }
.cookie-note p { margin: 0; font-size: .92rem; line-height: 1.45; }
.cookie-note button {
  margin-left: auto;
  border: 0;
  border-radius: 999px;
  color: var(--snow);
  background: var(--fire);
  padding: 10px 16px;
  font-weight: 900;
  cursor: pointer;
}
.ice-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 24px auto 34px;
  padding: 22px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 20px;
}
.footer-brand img { width: 176px; }
.ice-footer nav { display:flex; gap: 10px; flex-wrap: wrap; }
.ice-footer a:not(.footer-brand) { color: var(--muted); padding: 10px 12px; border-radius: 999px; }
.ice-footer a:not(.footer-brand):hover { color: var(--snow); background: rgba(214,230,242,.07); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .icebar { grid-template-columns: auto auto; justify-content: space-between; border-radius: 28px; }
  .brand img { width: 150px; }
  .menu-toggle { display: block; }
  .header-cta { display:none; }
  .nav-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    padding: 12px;
    border: 1px solid rgba(214,230,242,.17);
    border-radius: 26px;
    background: rgba(2,2,8,.94);
    backdrop-filter: blur(18px);
    transform-origin: top;
    transform: scaleY(.96);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s var(--ease), transform .2s var(--ease);
  }
  body.menu-open .nav-panel { opacity: 1; transform: scaleY(1); pointer-events: auto; }
  body.menu-open .menu-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
  body.menu-open .menu-toggle span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .icefire-hero { grid-template-columns: 1fr; grid-template-areas: "copy" "visual" "ice" "fire"; margin-top: 44px; }
  .ice-section { grid-template-columns: 1fr; }
  .section-heading h2 { position: static; }
}
@media (max-width: 640px) {
  body { background-size: auto; }
  .icebar, .icefire-hero, .ice-section, .final-cta, .ice-footer { width: min(100% - 22px, var(--max)); }
  .hero-copy { min-height: unset; padding: 24px; }
  .visual-frame img { min-height: 240px; }
  .ice-section { padding: 22px; border-radius: 24px; }
  .frost-table { display: block; overflow-x: auto; white-space: nowrap; }
  .step-list li, .spark-list li { padding-right: 12px; }
  .final-cta, .ice-footer { align-items: flex-start; flex-direction: column; }
  .cookie-note { align-items: flex-start; flex-direction: column; }
  .cookie-note button { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
