
body.marketing-page-unified-environment {
  --ideal-accent: #57c7ff;
  --spice-accent: #c6f10e;
  --answer-accent: #ff7a00;
  --dset-electric: #4b35ff;
  --dset-thermal: #ff6d4d;
}

.unified-env-page,
.unified-env-page p,
.unified-env-page li,
.unified-env-page h1,
.unified-env-page h2,
.unified-env-page h3,
.unified-env-page h4,
.unified-env-page h5,
.unified-env-page h6,
.unified-env-page a,
.unified-env-page button,
.unified-env-page span,
.unified-env-page div,
.unified-env-page figcaption {
  font-family: "Inter", var(--sans);
}

.unified-env-page .tag,
.unified-env-page .pain-label,
.unified-env-page .pain-sub,
.unified-env-page .pain-conn-lbl,
.unified-env-page .pain-cost-lbl,
.unified-env-page .answer-model-num,
.unified-env-page .answer-proof-kicker,
.unified-env-page .answer-proof-point,
.unified-env-page .now-banner,
.unified-env-page .dset-vis-label,
.unified-env-page .dset-stage-name,
.unified-env-page .dset-stage-badge,
.unified-env-page .cta-eyebrow,
.unified-env-page .btn-wht,
.unified-env-page .btn-owht {
  font-family: "Inter", var(--sans);
  letter-spacing: 0.05em;
}

.unified-env-page .problem-h2,
.unified-env-page .answer-h2,
.unified-env-page .answer-proof-title,
.unified-env-page .now-h2,
.unified-env-page .dset-title,
.unified-env-page .dset-h2,
.unified-env-page .cta-h2 {
  font-family: "Inter", var(--sans);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.unified-env-page .dset-result-val,
.unified-env-page .dset-result-val span {
  font-family: "Inter", var(--sans);
  font-weight: 700;
}

/* HERO */
.unified-env-hero {
  background:
    radial-gradient(circle at 10% 20%, rgba(46, 230, 255, 0.16), transparent 24%),
    radial-gradient(circle at 78% 22%, rgba(67, 41, 255, 0.24), transparent 28%),
    linear-gradient(180deg, #04070f 0%, #09101d 54%, #0d1525 100%);
}

.unified-env-hero-shell {
  min-height: calc(100vh - 56px);
  display: flex;
  align-items: center;
  padding: 5rem clamp(1.25rem, 3vw, 2.5rem) 3.5rem;
}

.unified-env-hero-stage {
  width: min(100rem, 100%);
  margin: 0 auto;
}

.unified-env-hero-card {
  display: grid;
  grid-template-columns: minmax(24rem, 1.18fr) minmax(14rem, 0.7fr) minmax(24rem, 1.18fr);
  gap: 0.7rem 0.6rem;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(10, 14, 25, 0.62) 0%, rgba(9, 13, 24, 0.78) 100%);
  box-shadow: 0 28px 74px rgba(2, 8, 23, 0.4);
  -webkit-backdrop-filter: blur(10px) saturate(122%);
  backdrop-filter: blur(10px) saturate(122%);
}

.unified-env-hero-intro {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 2.75rem 2rem 0.35rem;
  text-align: center;
}

.unified-env-hero-copy {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
  text-align: center;
}

.unified-env-hero-copy p {
  color: rgba(235, 241, 255, 0.88);
}

.unified-env-hero-intro .home3-hero-title {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: center;
}

.unified-env-hero-copy-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding: 0 0.2rem 0.25rem;
}

.unified-env-hero-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: min(52rem, calc(100% - 2.8rem));
  margin: 0.2rem auto 1.7rem;
  align-items: stretch;
}

.unified-env-hero-actions .home3-hero-cta,
.unified-env-hero-actions .workflow-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.5rem;
  text-align: center;
}

.unified-env-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0.25rem 0.85rem 0.45rem;
}

.unified-env-hero-visual::before {
  content: "";
  position: absolute;
  inset: 16% 10%;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.26;
  pointer-events: none;
}

.unified-env-hero-visual-circuit::before {
  background: rgba(87, 199, 255, 0.34);
}

.unified-env-hero-visual-plot::before {
  background: rgba(198, 241, 14, 0.22);
}

.unified-env-hero-visual-panel {
  position: relative;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.55rem;
  background: rgba(7, 10, 19, 0.54);
  box-shadow: 0 24px 56px rgba(2, 8, 23, 0.42);
  -webkit-backdrop-filter: blur(10px) saturate(126%);
  backdrop-filter: blur(10px) saturate(126%);
  overflow: hidden;
}

.unified-env-hero-circuit-panel {
  max-width: 44rem;
  padding: 0.85rem 1rem;
  transform-origin: 20% 50%;
  transform:
    translateX(0.9rem)
    perspective(1800px)
    rotateY(24deg);
}

.unified-env-hero-plot-panel {
  max-width: 43rem;
  padding: 0.4rem;
  transform-origin: 82% 50%;
  transform:
    translateX(-0.9rem)
    perspective(1800px)
    rotateY(-24deg);
}

.unified-env-hero-circuit-panel::after,
.unified-env-hero-plot-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.unified-env-hero-circuit-panel::after {
  background: linear-gradient(100deg, rgba(87, 199, 255, 0.1) 0%, transparent 40%, rgba(12, 22, 42, 0.22) 100%);
}

.unified-env-hero-plot-panel::after {
  background: linear-gradient(260deg, rgba(198, 241, 14, 0.1) 0%, transparent 42%, rgba(12, 22, 42, 0.28) 100%);
}

.unified-env-hero-circuit-asset,
.unified-env-hero-plot-asset {
  display: block;
  width: 100%;
  height: auto;
}

.unified-env-hero-circuit-asset {
  background: transparent;
  border-radius: 0;
  padding: 0;
  transform: none;
}

.unified-env-hero-plot-asset {
  transform: scale(1.12);
  transform-origin: center;
}

.unified-env-proof-panel {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(12, minmax(0, 1fr));
  width: 100%;
  min-height: 38rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at 18% 20%, rgba(46, 230, 255, 0.08), transparent 24%),
    radial-gradient(circle at 80% 26%, rgba(85, 64, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(7, 10, 19, 0.74) 0%, rgba(7, 10, 19, 0.92) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 54px rgba(2, 8, 23, 0.36);
}

.unified-env-proof-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 32px rgba(1, 7, 20, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.unified-env-proof-card-behavioral {
  grid-column: 1 / 5;
  grid-row: 2 / 4;
}

.unified-env-proof-card-thermal {
  grid-column: 9 / 13;
  grid-row: 2 / 4;
}

.unified-env-proof-card-spice {
  grid-column: 1 / 5;
  grid-row: 9 / 12;
}

.unified-env-proof-card-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unified-env-proof-card-behavioral .unified-env-proof-card-label {
  color: #90f6ff;
}

.unified-env-proof-card-thermal .unified-env-proof-card-label {
  color: #c5f45f;
}

.unified-env-proof-card-spice .unified-env-proof-card-label {
  color: #afacff;
}

.unified-env-proof-card-title {
  color: #f8fbff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.unified-env-proof-card-copy {
  color: rgba(218, 228, 248, 0.76);
  font-size: 0.82rem;
  line-height: 1.55;
}

.unified-env-proof-core {
  position: relative;
  z-index: 1;
  grid-column: 3 / 11;
  grid-row: 3 / 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.unified-env-proof-core-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(38px);
  opacity: 0.42;
  pointer-events: none;
}

.unified-env-proof-core-glow-blue {
  top: 10%;
  left: 8%;
  width: 10rem;
  height: 10rem;
  background: rgba(46, 230, 255, 0.18);
}

.unified-env-proof-core-glow-green {
  right: 10%;
  bottom: 8%;
  width: 10rem;
  height: 10rem;
  background: rgba(189, 227, 0, 0.16);
}

.unified-env-proof-window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.35rem;
  background: rgba(11, 16, 29, 0.92);
  box-shadow: 0 24px 60px rgba(2, 8, 23, 0.42);
}

.unified-env-proof-windowbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.unified-env-proof-windowdots {
  display: inline-flex;
  gap: 0.36rem;
}

.unified-env-proof-windowdots span {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.unified-env-proof-windowdots span:first-child {
  background: #2ee6ff;
}

.unified-env-proof-windowdots span:nth-child(2) {
  background: rgba(255, 255, 255, 0.34);
}

.unified-env-proof-windowdots span:last-child {
  background: #bde300;
}

.unified-env-proof-windowtitle {
  min-width: 0;
  flex: 1;
  color: rgba(225, 234, 251, 0.76);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.unified-env-proof-windowbadge {
  padding: 0.28rem 0.62rem;
  border: 1px solid rgba(46, 230, 255, 0.22);
  border-radius: 999px;
  background: rgba(46, 230, 255, 0.1);
  color: #9ef3ff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.unified-env-proof-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  object-position: 48% 15%;
  filter: saturate(1.06) contrast(1.02);
}

.unified-env-proof-caption {
  position: relative;
  z-index: 1;
  align-self: center;
  width: fit-content;
  max-width: 90%;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(230, 238, 251, 0.88);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.unified-env-proof-pill {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  min-height: 2.8rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unified-env-proof-pill-solver {
  grid-column: 9 / 13;
  grid-row: 9 / 10;
  border: 1px solid rgba(67, 41, 255, 0.26);
  background: rgba(67, 41, 255, 0.14);
  color: #c4bfff;
}

.unified-env-proof-pill-workflow {
  grid-column: 8 / 13;
  grid-row: 11 / 12;
  border: 1px solid rgba(189, 227, 0, 0.22);
  background: rgba(189, 227, 0, 0.12);
  color: #dcf889;
}

/* SECTIONS */
.sec { padding: 40px 60px; }
/*.inner { max-width: 1180px; margin: 0 auto; }*/
.inner-section { max-width: 1180px; margin: 0 auto; }
.tag { font-family: var(--mono); font-size: 14.5px; letter-spacing: .13em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.tag::before { content: ""; width: 20px; height: 1px; }
.tag.teal  { color: var(--teal);  } .tag.teal::before  { background: var(--teal); }
.tag.blue  { color: var(--blue);  } .tag.blue::before  { background: var(--blue); }
.tag.gold  { color: var(--gold);  } .tag.gold::before  { background: var(--gold); }
.tag.light { color: rgba(244,242,237,.38); } .tag.light::before { background: rgba(244,242,237,.25); }
.tag.amber { color: var(--amber); } .tag.amber::before { background: var(--amber); }
.tag.green-on-dark { color: var(--green);  } .tag.green-on-dark::before  { background: var(--green); }

/* SECTION 1 — PROBLEM */
.sec-problem { background: var(--paper); }
.sec-problem .inner-section {
  padding: 2.4rem 2.5rem 2.7rem;
  border: 1px solid rgba(21, 51, 224, 0.12);
  border-radius: 1.4rem;
  background:
    linear-gradient(180deg, rgba(21, 51, 224, 0.03) 0%, rgba(255, 255, 255, 0.8) 24%, rgba(255, 255, 255, 0.96) 100%);
  box-shadow: 0 24px 54px rgba(11, 14, 24, 0.05);
}

.sec-problem .tag.blue {
  width: 100%;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(21, 51, 224, 0.14);
  border-radius: 0.65rem;
  background: rgba(21, 51, 224, 0.06);
  color: var(--blue);
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sec-problem .tag.blue::before {
  content: none;
}

.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.problem-grid > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.problem-h2 { font-family: var(--serif); font-size: clamp(34px,3.8vw,56px); line-height: 1.08; margin-bottom: 24px; }
.problem-h2 em { font-style: italic; color: var(--blue); }
.problem-body { font-size: 16.5px; line-height: 1.74; color: var(--soft); }
.problem-body p + p { margin-top: 16px; }
.problem-alert {
  padding-left: 1rem;
  border-left: 3px solid rgba(21, 51, 224, 0.26);
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}
.pain-label {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-align: center;
  color: var(--soft);
  opacity: .5;
  margin-bottom: 16px;
}
.pain-diagram { display: flex; flex-direction: column; }
.pain-tool { display: flex; align-items: center; gap: 14px; padding: 22px 22px; background: rgba(11,14,24,.02); border: 1px solid rgba(11,14,24,.09); }
.pain-tool:first-child { border-radius: 4px 4px 0 0; }
.pain-tool:last-child  { border-radius: 0 0 4px 4px; }
.pain-tool + .pain-tool { border-top: none; }
.pain-icon { font-size: 20px; flex-shrink: 0; }
.pain-name { flex: 1; }
.pain-title { font-weight: 700; font-size: 15px; color: var(--ink); margin-bottom: 3px; }
.pain-sub { font-family: var(--mono); font-size: 11px; color: var(--soft); opacity: .55; }
.pain-conn { display: flex; align-items: center; padding: 0 20px; }
.pain-conn-line { flex: 1; height: 1px; background: rgba(11,14,24,.1); }
.pain-conn-lbl { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(11,14,24,.47); padding: 5px 12px; border: 1px solid rgba(11,14,24,.09); border-radius: 2px; white-space: nowrap; }
.pain-cost { margin-top: 26px; padding: 22px 24px; background: rgba(67,41,255,.12); border: 1px solid rgba(67,41,255,.18); border-radius: 4px; }
.pain-cost-lbl { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.pain-cost-text { font-size: 16px; line-height: 1.7; color: var(--ink); }

/* SECTION 2 — SIMBA ANSWER */
.sec-answer { background: var(--ink); position: relative; overflow: hidden; }
.sec-answer::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 60% at 50% 50%, rgba(21,51,224,.18) 0%, transparent 65%), radial-gradient(ellipse 30% 40% at 10% 85%, rgba(0,184,196,.1) 0%, transparent 55%); pointer-events: none; }
.sec-answer .inner-section { position: relative; z-index: 2; }
.sec-answer .tag.green-on-dark {
  width: 100%;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(255, 122, 0, 0.34);
  border-radius: 0.65rem;
  background: rgba(255, 122, 0, 0.12);
  color: var(--answer-accent);
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sec-answer .tag.green-on-dark::before {
  content: none;
}

.answer-intro-row { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 80px; margin-bottom: 54px; align-items: start; }
.answer-shell {
  padding: 2rem 1.9rem 1.8rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 1.5rem;
  background: rgba(255,255,255,.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.answer-h2 { font-family: var(--serif); font-size: clamp(34px,3.8vw,56px); line-height: 1.08; color: var(--paper); }
.answer-h2 em { font-style: italic; color: var(--answer-accent); }
.answer-intro-text { font-size: 16.5px; line-height: 1.74; color: rgba(244,242,237,.7); max-width: 36rem; }
.answer-model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.answer-model-card { display: flex; flex-direction: column; min-height: 100%; padding: 2rem 1.9rem 1.7rem; border: 1px solid rgba(255,255,255,.12); border-radius: 1.3rem; background: rgba(255,255,255,.03); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.answer-model-card-ideal { color: var(--ideal-accent); }
.answer-model-card-spice { color: var(--spice-accent); }
.answer-model-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1.4rem; margin-bottom: 1.4rem; }
.answer-model-num { display: inline-block; margin-bottom: .7rem; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(244,242,237,.48); }
.answer-model-title { margin: 0; font-size: clamp(1.55rem, 1.38rem + .5vw, 2rem); line-height: 1.12; font-weight: 700; }
.answer-model-title span { display: block; font-size: .78em; font-weight: 600; opacity: .95; }
.answer-model-card-ideal .answer-model-title { color: var(--ideal-accent); }
.answer-model-card-spice .answer-model-title { color: var(--spice-accent); }
.answer-model-art { flex-shrink: 0; width: 10rem; height: 7.8rem; position: relative; display: flex; align-items: center; justify-content: center; }
.answer-model-art img { display: block; width: 100%; height: 100%; object-fit: contain; opacity: .96; }
.answer-model-art-system-level img { filter: drop-shadow(0 10px 18px rgba(87, 199, 255, 0.18)); }
.answer-model-art-spice img { filter: drop-shadow(0 10px 18px rgba(198, 241, 14, 0.18)); }
.answer-model-desc { margin-bottom: 1rem; font-size: 1rem; line-height: 1.72; color: rgba(244,242,237,.86); }
.answer-model-items { display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.4rem; }
.answer-model-item { display: flex; gap: .7rem; color: rgba(244,242,237,.84); font-size: 1rem; line-height: 1.55; }
.answer-model-item::before { content: "○"; color: currentColor; opacity: .82; }
.answer-model-tag { margin-top: auto; padding: .95rem 1.1rem; border: 1px solid currentColor; border-radius: 2px; font-size: 1rem; font-weight: 600; line-height: 1.3; text-align: center; color: inherit; background: rgba(255,255,255,.04); }
.answer-chart-panel {
  margin: 2rem 0 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.answer-chart-image {
  display: block;
  width: 100%;
  height: auto;
}

.answer-example-strip {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 1rem;
  background: rgba(255,255,255,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.answer-example-kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(244,242,237,.68);
}

.answer-example-link {
  color: var(--ideal-accent);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
}

.answer-example-link:hover {
  color: #aee3ff;
  text-decoration: underline;
}

.answer-proof-panel { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 2rem; margin-top: 2rem; padding: 1.8rem; border: 1px solid rgba(255,255,255,.08); border-radius: 1.5rem; background: rgba(255,255,255,.04); }
.answer-proof-copy { display: flex; flex-direction: column; justify-content: center; }
.answer-proof-kicker { margin-bottom: .85rem; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(244,242,237,.52); }
.answer-proof-title { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(1.75rem, 1.58rem + .48vw, 2.2rem); line-height: 1.16; color: var(--paper); }
.answer-proof-text { margin-bottom: 1.1rem; font-size: 1rem; line-height: 1.72; color: rgba(244,242,237,.72); }
.answer-proof-points { display: flex; flex-wrap: wrap; gap: .7rem; }
.answer-proof-point { display: inline-flex; align-items: center; padding: .48rem .8rem; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: #eef4ff; background: rgba(255,255,255,.04); }
.answer-proof-media { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 1rem; align-items: stretch; }
.answer-proof-schematic-grid { display: grid; gap: 1rem; }
.answer-proof-thumb,
.answer-proof-waveform { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 1.15rem; background: rgba(7,10,19,.5); }
.answer-proof-thumb img,
.answer-proof-waveform img { display: block; width: 100%; }
.answer-proof-thumb img { aspect-ratio: 1.25 / 1; object-fit: cover; object-position: center; background: #fff; }
.answer-proof-waveform { display: flex; flex-direction: column; justify-content: space-between; }
.answer-proof-waveform img { height: 100%; object-fit: cover; background: #fff; }
.answer-proof-thumb figcaption,
.answer-proof-waveform figcaption { padding: .8rem .95rem; font-size: .85rem; line-height: 1.55; color: rgba(244,242,237,.76); }

/* SECTION 4 — WHY NOW */
.sec-now { background: var(--paper); }
.sec-now .tag.blue {
  width: 100%;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(124, 58, 237, 0.28);
  border-radius: 0.65rem;
  background: rgba(124, 58, 237, 0.1);
  color: var(--violet);
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sec-now .tag.blue::before {
  content: none;
}

.now-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: stretch; }
.now-panel { display: flex; flex-direction: column; height: 100%; padding: 30px 32px; border: 1px solid rgba(67,41,255,.26); border-radius: 1rem; background: rgba(255,255,255,.76); }
.now-h2 { font-family: var(--serif); font-size: clamp(32px,3.5vw,54px); line-height: 1.08; margin-bottom: 22px; }
.now-h2 em { font-style: italic; color: var(--violet); }
.now-body { font-size: 16.5px; line-height: 1.74; color: var(--soft); }
.now-body p + p { margin-top: 16px; }
.now-banner { width: fit-content; max-width: 100%; margin: 1.6rem auto 0; padding: .8rem 1.25rem; border: 1px solid rgba(67,41,255,.28); border-radius: .35rem; background: rgba(67,41,255,.1); font-family: var(--mono); font-size: 1rem; letter-spacing: .04em; color: #706eff; text-align: center; }

/* SECTION 5 — DSET */
.sec-dset { background: var(--paper); }
.dset-card {
  padding: 2.4rem 2.5rem 2.1rem;
  border: 1px solid rgba(255, 109, 77, 0.18);
  border-radius: 1.7rem;
  background:
    linear-gradient(180deg, rgba(255, 109, 77, 0.05) 0%, rgba(255, 248, 245, 0.98) 18%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 24px 56px rgba(11, 14, 24, 0.07);
}
.dset-header {
  display: block;
}
.dset-copy { min-width: 0; }
.dset-tag {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(255, 109, 77, 0.18);
  border-radius: 999px;
  background: rgba(255, 109, 77, 0.06);
  color: var(--dset-thermal);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.dset-tag::before { content: none; }
.dset-title {
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.04;
  color: var(--ink);
}
.dset-subtitle {
  margin: 0.8rem 0 1.1rem;
  font-size: clamp(1.35rem, 1.14rem + 0.72vw, 1.9rem);
  line-height: 1.22;
  color: var(--soft);
  font-weight: 600;
}
.dset-subtitle em {
  color: var(--dset-thermal);
  font-style: normal;
}
.dset-lead {
  font-size: 17px;
  line-height: 1.68;
  color: var(--ink);
  font-weight: 600;
}
.dset-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(10rem, 0.34fr) minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
  margin-top: 1.8rem;
}
.dset-stage-card {
  padding: 1.35rem 1.35rem 1.2rem;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(11, 14, 24, 0.05);
}
.dset-stage-card-electric {
  border: 1px solid rgba(75, 53, 255, 0.18);
}
.dset-stage-card-thermal {
  border: 1px solid rgba(255, 109, 77, 0.22);
}
.dset-stage-top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.75rem;
}
.dset-icon {
  width: 2.1rem;
  height: 2.1rem;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dset-stage-card-electric .dset-icon {
  color: var(--dset-electric);
}
.dset-stage-card-thermal .dset-icon {
  color: var(--dset-thermal);
}
.dset-stage-heading {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
  color: var(--ink);
  font-weight: 700;
}
.dset-stage-meta {
  margin-top: 0.18rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--soft);
}
.dset-stage-note {
  margin-top: 0.95rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--soft);
}
.dset-stage-figure {
  margin: 0;
  padding: 0.35rem 0.2rem 0;
}
.dset-stage-asset {
  display: block;
  width: 100%;
  height: auto;
}
.dset-stage-support {
  margin-top: 1rem;
}
.dset-stage-support-electric {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  background: rgba(75, 53, 255, 0.04);
}
.dset-stage-support-thermal {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.dset-support-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.95rem;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  background: rgba(255, 109, 77, 0.05);
}
.dset-support-asset {
  display: block;
  width: 100%;
  height: auto;
}
.dset-support-asset-period {
  width: min(7rem, 30%);
  flex-shrink: 0;
}
.dset-support-asset-step {
  width: min(8.5rem, 42%);
  flex-shrink: 0;
}
.dset-support-asset-constant {
  width: min(10rem, 48%);
  flex-shrink: 0;
}
.dset-support-text {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink);
  font-weight: 600;
}
.dset-handoff {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.dset-handoff-line {
  width: 1px;
  height: 3rem;
  background: linear-gradient(180deg, rgba(75, 53, 255, 0.18), rgba(255, 109, 77, 0.26));
}
.dset-handoff-pill {
  padding: 0.85rem 1rem;
  border: 1px dashed rgba(75, 53, 255, 0.2);
  border-radius: 1rem;
  background: linear-gradient(90deg, rgba(75, 53, 255, 0.08) 0%, rgba(255, 109, 77, 0.1) 100%);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
  color: var(--ink);
  font-weight: 600;
}
.dset-proof-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.65rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 109, 77, 0.16);
}
.dset-proof-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 109, 77, 0.1);
  color: var(--dset-thermal);
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}
.dset-proof-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--soft);
  font-weight: 600;
}
.dset-proof-copy {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.dset-proof-links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.dset-proof-link {
  display: block;
  color: var(--dset-electric);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 600;
  text-decoration: none;
}
.dset-proof-link:hover {
  color: var(--dset-thermal);
  text-decoration: underline;
}

/* CTA */
.sec-cta { padding: 40px 60px 120px; background: var(--paper); }
.cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
  gap: clamp(1.4rem, 2.8vw, 2.4rem);
  align-items: stretch;
  padding: 2.3rem;
  border: 1px solid rgba(255, 109, 77, 0.14);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(255, 109, 77, 0.12), transparent 32%),
    radial-gradient(circle at bottom left, rgba(67, 41, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 249, 0.96) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 24px 54px rgba(11, 14, 24, 0.05);
  overflow: hidden;
}
.cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.cta-eyebrow {
  margin-bottom: 0.9rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dset-thermal);
}
.cta-h2 {
  max-width: 30rem;
  margin: 0 0 1rem;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 3.4vw, 3.35rem);
  line-height: 1.04;
  color: var(--ink);
}
.cta-body {
  max-width: 38rem;
  margin-bottom: 1.4rem;
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--soft);
}
.cta-points {
  display: grid;
  gap: 0.75rem;
  max-width: 38rem;
}
.cta-point {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 3rem;
  border: 1px solid rgba(67, 41, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(11, 14, 24, 0.03);
}
.cta-point::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  transform: translateY(-50%);
  background:
    linear-gradient(135deg, var(--blue) 0%, var(--dset-thermal) 100%);
  box-shadow: 0 0 0 0.28rem rgba(67, 41, 255, 0.08);
}
.cta-actions-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(67, 41, 255, 0.12);
  border-radius: 1.3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 249, 255, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 16px 34px rgba(11, 14, 24, 0.05);
}
.cta-actions-kicker {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
}

@media (max-width: 1199.98px) {
  .unified-env-hero-card {
    grid-template-columns: minmax(21rem, 1.08fr) minmax(13rem, 0.74fr) minmax(21rem, 1.08fr);
  }

  .unified-env-hero-circuit-panel {
    max-width: 38rem;
  }

  .unified-env-hero-plot-panel {
    max-width: 37rem;
  }
}

@media (max-width: 991.98px) {
  .unified-env-hero-shell {
    min-height: auto;
    padding: 4.5rem 1.25rem 2rem;
  }

  .unified-env-hero-card {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .unified-env-hero-intro {
    padding: 2.2rem 1.35rem 0.35rem;
  }

  .unified-env-hero-copy-column {
    order: 3;
    padding: 0.25rem 1.35rem 0.55rem;
  }

  .unified-env-hero-visual-circuit {
    order: 1;
  }

  .unified-env-hero-visual-plot {
    order: 2;
  }

  .unified-env-hero-visual {
    padding: 0.35rem 1.25rem 1rem;
  }

  .unified-env-hero-circuit-panel,
  .unified-env-hero-plot-panel {
    max-width: min(40rem, 100%);
    transform:
      perspective(1600px)
      rotateY(0deg);
  }

  .unified-env-hero-actions {
    order: 4;
    grid-template-columns: 1fr;
    width: calc(100% - 2.7rem);
    margin-bottom: 1.35rem;
  }

  .answer-model-grid,
  .answer-proof-panel,
  .answer-proof-media,
  .now-grid,
  .dset-header,
  .dset-flow {
    grid-template-columns: 1fr;
  }

  .answer-proof-waveform img {
    max-height: 24rem;
  }

  .now-panel {
    padding: 1.6rem;
  }

  .dset-card {
    padding: 1.9rem;
  }

  .cta-inner {
    grid-template-columns: 1fr;
  }

  .cta-copy {
    max-width: none;
  }

  .dset-handoff {
    flex-direction: row;
  }

  .dset-handoff-line {
    width: 100%;
    max-width: 4rem;
    height: 1px;
  }

  .sec-problem .inner-section {
    padding: 2rem 1.6rem 2.1rem;
  }

  .sec-answer .tag.green-on-dark {
    margin-bottom: 1.7rem;
  }

  .sec-now .tag.blue {
    margin-bottom: 1.7rem;
  }
}

@media (max-width: 767.98px) {
  .unified-env-hero-shell {
    padding: 4rem 1rem 1.75rem;
  }

  .unified-env-hero-card {
    border-radius: 1.35rem;
  }

  .unified-env-hero-intro {
    padding: 1.6rem 1rem 0.15rem;
  }

  .unified-env-hero-copy-column {
    padding: 0.1rem 1rem 0.35rem;
  }

  .unified-env-hero-actions {
    width: calc(100% - 2rem);
  }

  .unified-env-hero-actions .home3-hero-cta,
  .unified-env-hero-actions .workflow-secondary-cta {
    width: 100%;
  }

  .unified-env-hero-visual {
    padding: 0.2rem 0.9rem 0.9rem;
  }

  .unified-env-hero-visual-panel {
    border-radius: 1.2rem;
  }

  .unified-env-hero-circuit-panel,
  .unified-env-hero-plot-panel {
    padding: 0.45rem;
  }

  .unified-env-hero-circuit-asset,
  .unified-env-hero-plot-asset {
    transform: none;
  }

  .sec-problem .inner-section {
    padding: 1.5rem 1.2rem 1.7rem;
    border-radius: 1rem;
  }

  .sec-problem .tag.blue {
    margin-bottom: 1.5rem;
    padding: 0.95rem 1rem;
    font-size: 0.98rem;
    letter-spacing: 0.14em;
  }

  .sec-answer .tag.green-on-dark {
    margin-bottom: 1.5rem;
    padding: 0.95rem 1rem;
    font-size: 0.98rem;
    letter-spacing: 0.14em;
  }

  .sec-now .tag.blue {
    margin-bottom: 1.5rem;
    padding: 0.95rem 1rem;
    font-size: 0.98rem;
    letter-spacing: 0.14em;
  }

  .answer-model-card,
  .answer-shell,
  .answer-proof-panel,
  .now-panel,
  .dset-card {
    padding: 1.3rem;
  }

  .answer-model-head,
  .dset-stage-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .answer-model-art {
    width: 6.2rem;
    height: 5.6rem;
  }

  .answer-proof-points,
  .cta-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .answer-proof-point {
    justify-content: center;
  }

  .dset-tag {
    width: 100%;
    justify-content: center;
  }

  .dset-subtitle {
    margin-bottom: 1.2rem;
  }

  .dset-flow {
    gap: 1rem;
  }

  .dset-stage-support-electric {
    flex-direction: column;
    align-items: flex-start;
  }

  .dset-support-asset-period,
  .dset-support-asset-step,
  .dset-support-asset-constant {
    width: 100%;
    max-width: 10rem;
  }

  .dset-proof-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .dset-proof-badge {
    min-width: 4.25rem;
    font-size: 1.7rem;
  }

  .sec-cta {
    padding: 24px 22px 72px;
  }

  .cta-inner {
    padding: 1.45rem 1.2rem;
  }

  .cta-actions-card {
    padding: 1.15rem;
  }

  .cta-point {
    padding-left: 2.8rem;
  }
}
.cta-note {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 109, 77, 0.2);
  border-radius: 1rem;
  background: rgba(255, 109, 77, 0.06);
}
.cta-note-label {
  display: inline-flex;
  width: fit-content;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 109, 77, 0.1);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dset-thermal);
}
.cta-note p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.58;
  color: var(--ink);
  font-weight: 600;
}
.cta-btns {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: flex-start;
}
.btn-wht,
.btn-owht {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.6rem;
  padding: 0.95rem 1.15rem;
  border-radius: 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: transform .2s, box-shadow .2s, border-color .2s, background-color .2s, color .2s;
}
.btn-wht {
  background: linear-gradient(135deg, var(--blue) 0%, var(--violet) 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(67, 41, 255, 0.18);
}
.btn-wht:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(67, 41, 255, 0.24);
  color: #fff;
}
.btn-owht {
  border: 1px solid rgba(67, 41, 255, 0.14);
  color: var(--blue);
  background: rgba(67, 41, 255, 0.03);
}
.btn-owht:hover {
  border-color: rgba(67, 41, 255, 0.32);
  background: rgba(67, 41, 255, 0.07);
  color: var(--blue);
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .sec { padding: 72px 22px; }
  .problem-grid,.answer-intro-row,.answer-model-grid,.answer-proof-panel,.answer-proof-media,.now-grid,.dset-header,.dset-flow { grid-template-columns: 1fr; gap: 44px; }
}
