﻿:root {
  color-scheme: dark;
  --core: #07111d;
  --panel: #0b1220;
  --panel-soft: #111827;
  --rail: #26364d;
  --paper: #f8fafc;
  --muted: #9fb0c5;
  --slate: #64748b;
  --cyan: #38bdf8;
  --teal: #14b8a6;
  --amber: #f59e0b;
  --orange: #f97316;
  --pink: #ec4899;
  --violet: #8b5cf6;
  --line: rgba(248, 250, 252, 0.14);
  --line-strong: rgba(248, 250, 252, 0.24);
  --shadow: rgba(0, 0, 0, 0.42);
  --development-banner-height: 44px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--paper);
  padding-top: 44px;
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.08), transparent 25%),
    linear-gradient(315deg, rgba(139, 92, 246, 0.12), transparent 32%),
    linear-gradient(180deg, var(--core) 0%, var(--panel) 56%, #060a12 100%);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 250, 252, 0.035) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px;
  pointer-events: none;
}

body::after {
  content: var(--launch-banner-text);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 8px 18px;
  border-bottom: 1px solid rgba(196, 181, 253, 0.6);
  background: linear-gradient(90deg, #4c1d95, #6d28d9 48%, #0e7490);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.45);
  color: #fff;
  font-size: clamp(0.68rem, 1vw, 0.78rem);
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 560px) {
@import url("launch-banner.css?v=20260802a");

:root {
    --development-banner-height: 60px;
  }

  body {
    padding-top: 60px;
  }

  body::after {
    min-height: 60px;
    padding-inline: 12px;
    letter-spacing: 0.07em;
  }
}

a {
  color: inherit;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  padding: 38px 72px 42px;
}

.brand-header {
  position: sticky;
  z-index: 9000;
  top: var(--development-banner-height);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 62px;
  padding: 12px 0;
  background: rgba(7, 17, 29, 0.92);
  border-bottom: 1px solid rgba(248, 250, 252, 0.1);
  box-shadow: 0 18px 36px rgba(2, 6, 23, 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: min(100%, 480px);
  padding: 14px 20px 14px 14px;
  border: 1px solid rgba(248, 250, 252, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(11, 18, 32, 0.94), rgba(17, 24, 39, 0.64)),
    linear-gradient(90deg, rgba(249, 115, 22, 0.12), rgba(236, 72, 153, 0.08), rgba(139, 92, 246, 0.1));
  box-shadow: 0 26px 76px rgba(139, 92, 246, 0.18), inset 0 1px 0 rgba(248, 250, 252, 0.08);
  text-decoration: none;
}

.brand-lockup img {
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--core);
}

.brand-lockup strong {
  display: block;
  color: var(--paper);
  font-size: 2.1rem;
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-lockup span span {
  display: block;
  margin-top: 6px;
  color: #dbeafe;
  font-size: 0.98rem;
  font-weight: 850;
}

.site-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: nowrap;
  max-width: none;
}

.nav-cluster {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
  max-width: none;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.58);
  color: #dbeafe;
  font-size: 0.8rem;
  font-weight: 850;
  text-decoration: none;
}

.site-nav a[aria-current="page"],
.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: rgba(56, 189, 248, 0.42);
  background: rgba(56, 189, 248, 0.12);
  outline: none;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.58);
}

.language-switcher a {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 1.08rem;
  line-height: 1;
  text-decoration: none;
}

.language-switcher a[aria-current="true"],
.language-switcher a:hover,
.language-switcher a:focus-visible {
  border-color: rgba(56, 189, 248, 0.42);
  background: rgba(56, 189, 248, 0.12);
  outline: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-hero {
  max-width: 980px;
  margin-bottom: 34px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.72);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 39px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow:
    13px 0 0 var(--pink),
    26px 0 0 var(--violet),
    39px 0 0 var(--cyan);
}

h1 {
  margin: 0;
  max-width: 940px;
  color: var(--paper);
  font-size: 4.3rem;
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
}

.gradient-text {
  background: linear-gradient(90deg, var(--orange), var(--pink), var(--violet), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.page-grid,
.card-grid {
  display: grid;
  gap: 16px;
}

.page-grid.two {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  align-items: start;
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.policy-section,
.side-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.66);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.05);
}

.card,
.side-card {
  padding: 22px;
}

.policy-section {
  padding: 26px;
  margin-bottom: 16px;
}

#product-privacy {
  scroll-margin-top: 24px;
}

.card-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 12px;
  border: 1px solid rgba(56, 189, 248, 0.36);
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.12);
  color: #bae6fd;
  font-size: 0.82rem;
  font-weight: 950;
}

.card:nth-child(2n) .card-label {
  border-color: rgba(236, 72, 153, 0.36);
  background: rgba(236, 72, 153, 0.12);
  color: #fbcfe8;
}

.card:nth-child(3n) .card-label {
  border-color: rgba(20, 184, 166, 0.36);
  background: rgba(20, 184, 166, 0.12);
  color: #99f6e4;
}

h2,
h3 {
  margin: 0 0 10px;
  color: var(--paper);
  font-weight: 950;
  letter-spacing: 0;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.18;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.24;
}

p,
li {
  color: var(--muted);
}

p {
  margin: 0;
}

p + p {
  margin-top: 12px;
}

ul,
ol {
  margin: 12px 0 0;
  padding-left: 20px;
}

li + li {
  margin-top: 8px;
}

.notice {
  border-left: 3px solid var(--amber);
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(245, 158, 11, 0.1);
  color: #fde68a;
  font-weight: 800;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(236, 72, 153, 0.08), rgba(139, 92, 246, 0.1)),
    rgba(11, 18, 32, 0.74);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(248, 250, 252, 0.9);
  border-radius: 8px;
  background: linear-gradient(90deg, var(--orange), var(--pink), var(--violet));
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.page-footer {
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  color: rgba(248, 250, 252, 0.62);
  font-size: 0.86rem;
  font-weight: 750;
}

.footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(248, 250, 252, 0.72);
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--paper);
  outline: none;
}

.review-dashboard {
  display: grid;
  gap: 18px;
}

.review-panel,
.review-method,
.review-intake {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.66);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.05);
}

.review-panel {
  padding: 22px;
}

.review-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.review-metric {
  min-height: 126px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.04);
}

.review-metric span,
.form-note {
  color: rgba(159, 176, 197, 0.86);
  font-size: 0.84rem;
  font-weight: 800;
}

.review-metric span,
.review-metric strong,
.review-metric small {
  display: block;
}

.review-metric strong {
  margin-top: 10px;
  color: var(--paper);
  font-size: 2.05rem;
  line-height: 1;
  font-weight: 950;
}

.review-metric small {
  margin-top: 10px;
  color: rgba(159, 176, 197, 0.86);
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 750;
}

.review-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 7, 18, 0.34);
}

.review-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.review-table th,
.review-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.review-table th {
  color: #dbeafe;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.review-table td {
  color: var(--muted);
  font-size: 0.88rem;
}

.review-table tr:last-child td {
  border-bottom: 0;
}

.review-method {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.method-step {
  min-height: 168px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.035);
}

.method-step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 30px;
  margin-bottom: 14px;
  border: 1px solid rgba(139, 92, 246, 0.42);
  border-radius: 8px;
  background: rgba(139, 92, 246, 0.14);
  color: #ddd6fe;
  font-size: 0.78rem;
}

.review-intake {
  padding: 22px;
}

.review-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  color: #dbeafe;
  font-size: 0.84rem;
  font-weight: 950;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 7, 18, 0.58);
  color: var(--paper);
  font: inherit;
}

.form-field textarea {
  min-height: 134px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(56, 189, 248, 0.52);
  outline: none;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.12);
}

.review-form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

@media (max-width: 1500px) {
  .brand-header {
    flex-direction: column;
    align-items: stretch;
  }

  .brand-lockup {
    min-width: min(100%, 420px);
  }

  .nav-cluster {
    width: 100%;
    justify-content: flex-start;
  }

  .site-nav {
    flex: 1 1 auto;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }
}

@media (max-width: 1040px) {
  .site-shell {
    padding: 30px 32px 34px;
  }

  .brand-header,
  .cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .nav-cluster {
    justify-content: flex-start;
  }

  .page-grid.two,
  .card-grid.four,
  .card-grid.three,
  .review-metrics,
  .review-method,
  .review-form-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 3.2rem;
  }
}

@media (max-width: 560px) {
  .site-shell {
    padding: 22px 16px 26px;
  }

  .brand-lockup {
    width: 100%;
    gap: 12px;
    padding: 12px;
  }

  .brand-lockup img {
    width: 58px;
    height: 58px;
  }

  .brand-lockup strong {
    font-size: 1.65rem;
  }

  .brand-lockup span span {
    font-size: 0.84rem;
  }

  h1 {
    font-size: 2.55rem;
  }

  .button {
    width: 100%;
  }
}


.product-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.48fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 16px;
}

.product-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.66);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.05);
  padding: 24px;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(56, 189, 248, 0.34);
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.1);
  color: #bae6fd;
  font-size: 0.82rem;
  font-weight: 900;
}

.product-shot {
  min-height: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(139, 92, 246, 0.08)),
    rgba(11, 18, 32, 0.72);
  overflow: hidden;
}

.product-shot img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.product-note-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.product-note-list p {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.04);
}

@media (max-width: 1040px) {
  .product-showcase {
    grid-template-columns: 1fr;
  }

  .product-shot img {
    max-height: 520px;
  }
}

/* Product catalogue pages */
.product-catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:18px;align-items:start}.product-rail{position:sticky;top:24px;border:1px solid var(--line);border-radius:8px;background:rgba(11,18,32,.76);box-shadow:inset 0 1px 0 rgba(248,250,252,.05);padding:14px}.rail-title{margin:0 0 10px;color:rgba(248,250,252,.72);font-size:.78rem;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.product-rail nav{display:grid;gap:8px}.product-rail a,.selector-menu a{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;min-height:46px;padding:9px 10px;border:1px solid rgba(248,250,252,.1);border-radius:8px;background:rgba(248,250,252,.035);color:#dbeafe;font-size:.88rem;font-weight:900;text-decoration:none}.product-rail a:hover,.product-rail a:focus-visible,.product-rail a[aria-current="page"],.selector-menu a:hover,.selector-menu a:focus-visible{border-color:rgba(56,189,248,.42);background:rgba(56,189,248,.1);outline:none}.rail-code{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:28px;padding:0 8px;border:1px solid rgba(139,92,246,.42);border-radius:8px;background:rgba(139,92,246,.14);color:#ddd6fe;font-size:.74rem;font-weight:950}.rail-note{margin-top:14px;padding-top:12px;border-top:1px solid var(--line);color:rgba(159,176,197,.82);font-size:.82rem;font-weight:750}.product-selector{margin-bottom:16px;border:1px solid var(--line);border-radius:8px;background:rgba(11,18,32,.72);overflow:hidden}.product-selector summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:56px;padding:0 18px;color:#dbeafe;font-weight:950}.product-selector summary::-webkit-details-marker{display:none}.product-selector summary:after{content:"Open";padding:5px 10px;border:1px solid rgba(56,189,248,.34);border-radius:8px;color:#bae6fd;font-size:.76rem}.product-selector[open] summary:after{content:"Close"}.product-selector summary span{color:var(--muted);font-size:.82rem;font-weight:850}.selector-menu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0 14px 14px}.selector-menu small{display:block;color:var(--muted);font-size:.74rem;font-weight:750}.product-hub-main{display:grid;gap:18px}.featured-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.38fr);gap:18px;align-items:stretch;padding:22px;border:1px solid var(--line-strong);border-radius:8px;background:linear-gradient(135deg,rgba(249,115,22,.12),rgba(236,72,153,.08),rgba(56,189,248,.08)),rgba(11,18,32,.74)}.featured-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.status-row,.product-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.status-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(248,250,252,.16);border-radius:8px;background:rgba(248,250,252,.05);color:#dbeafe;font-size:.78rem;font-weight:950}.status-pill.production{border-color:rgba(20,184,166,.38);background:rgba(20,184,166,.12);color:#99f6e4}.status-pill.new{border-color:rgba(249,115,22,.42);background:rgba(249,115,22,.14);color:#fed7aa}.text-link{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:8px;color:#dbeafe;font-weight:900;text-decoration:none}.text-link:hover,.text-link:focus-visible{border-color:rgba(56,189,248,.42);background:rgba(56,189,248,.1);outline:none}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.product-family-card{display:flex;flex-direction:column;align-items:flex-start;min-height:360px;padding:20px;border:1px solid var(--line);border-radius:8px;background:rgba(11,18,32,.66);box-shadow:inset 0 1px 0 rgba(248,250,252,.05)}.product-family-card p{line-height:1.5}.product-family-card .product-actions{margin-top:auto}.product-family-card .product-mini-shot{height:clamp(230px,17vw,300px)}.product-mini-shot{width:100%;height:210px;margin-top:16px;border:1px solid var(--line);border-radius:8px;background:rgba(248,250,252,.035);overflow:hidden}.product-mini-shot img{width:100%;height:100%;display:block;object-fit:cover;object-position:top center}.product-brand-panel{display:grid;place-items:center;min-height:320px;border:1px solid var(--line-strong);border-radius:8px;background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(139,92,246,.12),rgba(56,189,248,.08)),rgba(11,18,32,.72)}.product-brand-panel img{width:min(42%,180px);height:auto;filter:drop-shadow(0 18px 40px rgba(139,92,246,.35))}.product-detail-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.38fr);gap:18px;align-items:stretch;margin-bottom:16px}.product-spec-list{display:grid;gap:10px;margin-top:18px}.product-spec-list div{display:grid;grid-template-columns:150px 1fr;gap:12px;padding:10px 0;border-top:1px solid var(--line)}.product-spec-list dt{color:rgba(248,250,252,.72);font-weight:950}.product-spec-list dd{margin:0;color:var(--muted)}.product-shot.tall img{object-fit:cover;object-position:top center}@media (max-width:1380px){.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1120px){.product-catalog-layout,.featured-product,.product-detail-head{grid-template-columns:1fr}.product-rail{position:static}.selector-menu,.product-card-grid{grid-template-columns:1fr}.product-family-card{min-height:300px}}@media (max-width:560px){.product-spec-list div{grid-template-columns:1fr;gap:4px}.product-selector summary{align-items:flex-start;flex-direction:column;justify-content:center;padding:14px 16px}}

.product-store-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 14px;
}

.product-store-link {
  display: grid;
  gap: 3px;
  min-height: 70px;
  padding: 12px 14px;
  border: 1px solid rgba(248, 250, 252, 0.18);
  border-radius: 8px;
  background: #05070b;
  color: inherit;
  text-decoration: none;
}

a.product-store-link:hover,
a.product-store-link:focus-visible {
  border-color: rgba(56, 189, 248, 0.75);
  background: rgba(56, 189, 248, 0.1);
  outline: 3px solid rgba(56, 189, 248, 0.34);
  outline-offset: 3px;
}

.product-store-link.google-play {
  border-color: rgba(56, 189, 248, 0.38);
}

.product-store-link.app-store {
  border-color: rgba(196, 181, 253, 0.42);
}

.product-store-link small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 820;
}

.product-store-link strong {
  color: #fff;
  font-size: 0.94rem;
  font-weight: 950;
}

@media (max-width: 480px) {
  .product-store-links {
    grid-template-columns: 1fr;
  }
}

/* Product detail rich pages */
.product-deep-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.52fr);
  gap: 30px;
  align-items: stretch;
  min-height: 520px;
  padding: 30px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 12%, rgba(249, 115, 22, 0.22), transparent 32%),
    radial-gradient(circle at 58% 10%, rgba(236, 72, 153, 0.16), transparent 34%),
    radial-gradient(circle at 86% 38%, rgba(56, 189, 248, 0.14), transparent 30%),
    rgba(11, 18, 32, 0.82);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.07), 0 24px 80px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.product-deep-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 250, 252, 0.035) 1px, transparent 1px);
  background-size: 36px 36px, 36px 36px;
  pointer-events: none;
}

.product-hero-copy,
.device-stage,
.workflow-band,
.product-split {
  position: relative;
  z-index: 1;
}

.product-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.product-hero-copy h2 {
  max-width: 780px;
  margin-top: 18px;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
  line-height: 0.96;
}

.product-hero-copy p {
  max-width: 720px;
  font-size: 1.05rem;
}

.product-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 24px;
}

.proof-chip {
  min-height: 88px;
  padding: 14px;
  border: 1px solid rgba(248, 250, 252, 0.14);
  border-radius: 8px;
  background: rgba(6, 10, 18, 0.46);
}

.proof-chip strong {
  display: block;
  color: var(--paper);
  font-size: 1rem;
  font-weight: 950;
}

.proof-chip span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 780;
}

.device-stage {
  display: grid;
  place-items: center;
  min-height: 460px;
}

.phone-frame {
  position: relative;
  width: min(100%, 300px);
  margin: 0;
  border: 1px solid rgba(248, 250, 252, 0.24);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.86);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.phone-frame.primary {
  transform: rotate(-2deg);
}

.phone-frame.secondary {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: min(52%, 190px);
  transform: rotate(4deg);
  opacity: 0.96;
}

.phone-frame img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top center;
}

.phone-frame.secondary img {
  height: 260px;
}

.floating-note {
  position: absolute;
  left: 0;
  bottom: 24px;
  max-width: 250px;
  padding: 14px 16px;
  border: 1px solid rgba(248, 250, 252, 0.2);
  border-radius: 8px;
  background: rgba(6, 10, 18, 0.78);
  color: #dbeafe;
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.mock-product-ui {
  width: min(100%, 360px);
  padding: 20px;
  border: 1px solid rgba(248, 250, 252, 0.2);
  border-radius: 12px;
  background: rgba(6, 10, 18, 0.64);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.mock-product-ui h3 {
  margin-bottom: 14px;
}

.mock-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(248, 250, 252, 0.12);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.045);
}

.mock-dot {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--orange), var(--pink), var(--violet));
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
}

.mock-row strong {
  color: var(--paper);
  font-size: 0.9rem;
}

.mock-row span,
.mock-row em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.workflow-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.workflow-step {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.7);
}

.workflow-step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(90deg, var(--orange), var(--pink), var(--violet));
  font-size: 0.78rem;
  font-weight: 950;
}

.product-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
  gap: 16px;
}

.story-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.68);
}

.story-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.story-list div {
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
}

.story-list strong {
  display: block;
  color: var(--paper);
  font-weight: 950;
}

.story-list span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

@media (max-width: 1180px) {
  .product-deep-hero,
  .product-split {
    grid-template-columns: 1fr;
  }

  .device-stage {
    min-height: 520px;
  }

  .product-proof-grid,
  .workflow-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-deep-hero {
    padding: 18px;
  }

  .product-proof-grid,
  .workflow-band {
    grid-template-columns: 1fr;
  }

  .phone-frame.secondary,
  .floating-note {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
    width: min(100%, 300px);
    margin-top: 12px;
    transform: none;
  }

  .phone-frame.primary {
    transform: none;
  }

  .device-stage {
    min-height: auto;
    align-content: start;
    gap: 12px;
  }
}

/* Heat Input screenshot gallery */
.screenshot-gallery {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.68);
}

.screenshot-gallery-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.screenshot-gallery-head p {
  max-width: 680px;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.screenshot-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.035);
  overflow: hidden;
}

.screenshot-card img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: top center;
}

.screenshot-caption {
  min-height: 78px;
  padding: 14px;
  border-top: 1px solid var(--line);
}

.screenshot-caption strong {
  display: block;
  color: var(--paper);
  font-weight: 950;
}

.screenshot-caption span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 780;
}

.screenshot-gallery.is-showcase {
  padding: 24px;
}

.is-showcase .screenshot-gallery-head {
  align-items: flex-start;
  margin-bottom: 22px;
}

.showcase-eyebrow {
  margin-bottom: 8px;
  color: #67e8f9;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.is-showcase .screenshot-gallery-head h2 {
  max-width: 620px;
}

.showcase-intro {
  max-width: 660px;
}

.showcase-intro p {
  max-width: none;
}

.showcase-note {
  margin-top: 10px;
  color: rgba(221, 214, 254, 0.88);
  font-size: 0.8rem;
  font-weight: 850;
}

.is-showcase .screenshot-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.screenshot-open {
  display: grid;
  place-items: center;
  width: 100%;
  height: 430px;
  padding: 12px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(7, 13, 25, 0.96), rgba(11, 18, 32, 0.82));
  color: inherit;
  cursor: zoom-in;
}

.is-showcase .screenshot-open img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.screenshot-open:hover {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(19, 29, 48, 0.9));
}

.screenshot-open:focus-visible {
  position: relative;
  z-index: 3;
  outline: 3px solid #67e8f9;
  outline-offset: -3px;
}

.is-showcase .screenshot-caption {
  flex: 1;
  min-height: 128px;
  background: #111827;
}

.screenshot-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  box-shadow: 0 7px 20px rgba(2, 6, 23, 0.58);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.screenshot-badge.pro {
  background: linear-gradient(120deg, #7c3aed, #0891b2);
  color: #fff;
}

.screenshot-badge.report {
  border-color: rgba(196, 181, 253, 0.72);
  background: rgba(248, 250, 252, 0.96);
  color: #5b21b6;
}

.screenshot-lightbox {
  width: min(94vw, 1180px);
  max-width: none;
  max-height: 94vh;
  padding: 0;
  border: 1px solid rgba(196, 181, 253, 0.44);
  border-radius: 10px;
  background: #070d19;
  color: var(--paper);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.72);
  overflow: hidden;
}

.screenshot-lightbox::backdrop {
  background: rgba(2, 6, 23, 0.88);
  backdrop-filter: blur(5px);
}

.lightbox-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: min(94vh, 1000px);
}

.lightbox-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 10px 14px 10px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.96);
}

.lightbox-bar h2 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
}

.lightbox-close {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(196, 181, 253, 0.48);
  border-radius: 8px;
  background: rgba(124, 58, 237, 0.16);
  color: #ede9fe;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 900;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  border-color: #67e8f9;
  background: rgba(8, 145, 178, 0.2);
  outline: none;
}

.lightbox-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 16px;
  background: #050a13;
  object-fit: contain;
  object-position: center;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .is-showcase .screenshot-open {
    height: 520px;
  }
}

@media (max-width: 640px) {
  .screenshot-gallery {
    padding: 16px;
  }

  .screenshot-gallery-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .screenshot-card img {
    height: 520px;
  }

  .screenshot-gallery.is-showcase {
    padding: 16px;
  }

  .is-showcase .screenshot-open {
    height: 520px;
    padding: 10px;
  }

  .is-showcase .screenshot-open img {
    height: 100%;
  }

  .is-showcase .screenshot-caption {
    min-height: 0;
  }

  .lightbox-panel {
    height: 92vh;
  }

  .lightbox-bar {
    min-height: 56px;
    padding-left: 14px;
  }

  .lightbox-image {
    padding: 10px;
  }
}

/* Education center */
.education-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  gap: 18px;
  margin-bottom: 18px;
}

.education-intro,
.video-card,
.subject-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.68);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.05);
}

.education-intro {
  padding: 26px;
}

.education-intro h2 {
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

.education-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.education-point {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(248, 250, 252, 0.12);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.035);
}

.education-point strong {
  display: block;
  color: var(--paper);
  font-weight: 950;
}

.education-point span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 780;
}

.video-library {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.video-card {
  overflow: hidden;
}

.education-page [hidden] {
  display: none !important;
}

.training-workspace {
  display: grid;
  gap: 18px;
}

.training-control-row {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  margin-bottom: 14px;
  scroll-margin-top: 250px;
}

.training-control-row:not(.has-training-product) {
  grid-template-columns: minmax(320px, 560px);
}

.training-control-row .training-product-picker,
.training-control-row .training-collection-head {
  height: 100%;
  margin-bottom: 0;
}

.training-collection-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 22px 24px;
  border: 1px solid rgba(56, 189, 248, 0.36);
  border-left: 4px solid var(--cyan);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(139, 92, 246, 0.12)),
    rgba(11, 18, 32, 0.9);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(248, 250, 252, 0.08);
}

.training-collection-head h2,
.training-collection-head p {
  margin: 0;
}

.training-collection-head h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.1;
}

.training-collection-head p {
  max-width: 72ch;
  color: var(--muted);
  line-height: 1.58;
}

.training-collection-head h2 a {
  color: var(--paper);
  text-decoration: none;
}

.training-collection-head h2 a:hover {
  color: #bae6fd;
}

.training-collection-head h2 a:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(56, 189, 248, .72);
  outline-offset: 5px;
}

.actual-video-library .video-card {
  --video-card-accent: #38bdf8;
  --video-card-border: rgba(56, 189, 248, 0.42);
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--video-card-border);
  border-top: 4px solid var(--video-card-accent);
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(7, 17, 29, 0.98));
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(248, 250, 252, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.actual-video-library {
  gap: 20px;
}

.actual-video-library .video-card:nth-child(1) {
  --video-card-accent: #f97316;
  --video-card-border: rgba(249, 115, 22, 0.48);
}

.actual-video-library .video-card:nth-child(2) {
  --video-card-accent: #ec4899;
  --video-card-border: rgba(236, 72, 153, 0.46);
}

.actual-video-library .video-card:nth-child(3) {
  --video-card-accent: #8b5cf6;
  --video-card-border: rgba(139, 92, 246, 0.5);
}

.actual-video-library .video-card:nth-child(4) {
  --video-card-accent: #38bdf8;
  --video-card-border: rgba(56, 189, 248, 0.48);
}

.actual-video-library .video-card:hover,
.actual-video-library .video-card:focus-within {
  transform: translateY(-3px);
  border-color: var(--video-card-accent);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.42), 0 0 24px color-mix(in srgb, var(--video-card-accent) 18%, transparent);
}

.actual-video-library video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid var(--video-card-border);
  background: #030712;
  object-fit: cover;
}

.actual-video-library video:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: -3px;
  box-shadow: inset 0 0 0 6px rgba(7, 17, 29, 0.82);
}

.actual-video-library .video-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.035), transparent 64%);
}

.actual-video-library .video-card .video-chip:first-child {
  border-color: var(--video-card-border);
  background: color-mix(in srgb, var(--video-card-accent) 14%, transparent);
  color: #ffffff;
}

.actual-video-library .video-content h2 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.25;
}

.actual-video-library .video-content p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.52;
}

.video-chip.runtime {
  margin-left: auto;
  border-color: rgba(196, 181, 253, 0.34);
  background: rgba(139, 92, 246, 0.1);
  color: #ddd6fe;
  font-variant-numeric: tabular-nums;
}

.training-disclaimer {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.58);
  color: #cbd5e1;
  font-size: 0.86rem;
  line-height: 1.5;
}

.video-card.featured {
  min-height: 100%;
}

.animated-preview {
  position: relative;
  min-height: 210px;
  background:
    radial-gradient(circle at 20% 20%, rgba(249, 115, 22, 0.2), transparent 32%),
    radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(139, 92, 246, 0.16), rgba(11, 18, 32, 0.72));
  overflow: hidden;
}

.animated-preview::before,
.animated-preview::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(248, 250, 252, 0.12);
  border-radius: 8px;
}

.animated-preview::after {
  inset: auto 28px 34px 28px;
  height: 6px;
  border: 0;
  background: linear-gradient(90deg, var(--orange), var(--pink), var(--violet), var(--cyan));
  transform-origin: left;
  animation: lesson-progress 4.8s ease-in-out infinite;
}

.play-symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(248, 250, 252, 0.32);
  border-radius: 50%;
  background: rgba(6, 10, 18, 0.62);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 950;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.preview-node {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 22px rgba(56, 189, 248, 0.8);
  animation: float-node 5.2s ease-in-out infinite;
}

.preview-node.one {
  left: 22%;
  top: 30%;
  background: var(--orange);
}

.preview-node.two {
  right: 22%;
  top: 34%;
  animation-delay: 0.7s;
}

.preview-node.three {
  left: 42%;
  bottom: 28%;
  background: var(--pink);
  animation-delay: 1.2s;
}

.video-content {
  padding: 18px;
}

.video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.video-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(56, 189, 248, 0.34);
  border-radius: 8px;
  color: #bae6fd;
  background: rgba(56, 189, 248, 0.1);
  font-size: 0.76rem;
  font-weight: 950;
}

.subject-library {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.subject-card {
  padding: 22px;
}

.subject-card ul {
  color: var(--muted);
}

@keyframes lesson-progress {
  0%, 100% { transform: scaleX(0.22); opacity: 0.7; }
  50% { transform: scaleX(1); opacity: 1; }
}

@keyframes float-node {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

@media (max-width: 1120px) {
  .education-feature,
  .subject-library {
    grid-template-columns: 1fr;
  }

  .video-library {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .education-points {
    grid-template-columns: 1fr;
  }

  .training-collection-head {
    grid-template-columns: 1fr;
  }

  .training-control-row {
    grid-template-columns: 1fr;
  }
}

/* Education startup animation */
.startup-animation {
  position: relative;
  min-height: 310px;
  padding: 22px;
  background:
    radial-gradient(circle at 26% 18%, rgba(139, 92, 246, 0.24), transparent 34%),
    radial-gradient(circle at 78% 34%, rgba(56, 189, 248, 0.14), transparent 28%),
    linear-gradient(150deg, rgba(6, 10, 18, 0.9), rgba(11, 18, 32, 0.74));
  overflow: hidden;
}

.startup-animation::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 250, 252, 0.035) 1px, transparent 1px);
  background-size: 32px 32px, 32px 32px;
}

.startup-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 266px;
  padding: 20px;
  border: 1px solid rgba(248, 250, 252, 0.18);
  border-radius: 12px;
  background: rgba(6, 10, 18, 0.56);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.06), 0 24px 70px rgba(0, 0, 0, 0.28);
}

.startup-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.startup-brand img {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(6, 10, 18, 0.8);
  box-shadow: 0 0 34px rgba(139, 92, 246, 0.32);
  animation: startup-mark 4.8s ease-in-out infinite;
}

.startup-brand strong {
  display: block;
  color: var(--paper);
  font-size: 1.2rem;
  font-weight: 950;
}

.startup-brand span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 820;
}

.startup-message {
  margin: 22px 0;
}

.startup-message h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  line-height: 0.98;
}

.startup-message h2 span {
  display: block;
}

.startup-line {
  width: min(100%, 330px);
  height: 6px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--pink), var(--violet), var(--cyan));
  transform-origin: left;
  animation: startup-line 3.8s ease-in-out infinite;
}

.startup-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.startup-tabs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(248, 250, 252, 0.16);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.055);
  color: #dbeafe;
  font-size: 0.76rem;
  font-weight: 900;
}

.startup-tabs span:nth-child(2) {
  border-color: rgba(139, 92, 246, 0.6);
  background: rgba(139, 92, 246, 0.24);
  animation: startup-tab 3.8s ease-in-out infinite;
}

@keyframes startup-mark {
  0%, 100% { transform: translateY(0) scale(1); filter: drop-shadow(0 0 0 rgba(56, 189, 248, 0)); }
  50% { transform: translateY(-4px) scale(1.03); filter: drop-shadow(0 0 18px rgba(56, 189, 248, 0.34)); }
}

@keyframes startup-line {
  0%, 100% { transform: scaleX(0.28); opacity: 0.72; }
  50% { transform: scaleX(1); opacity: 1; }
}

@keyframes startup-tab {
  0%, 100% { box-shadow: inset 0 0 0 rgba(139, 92, 246, 0); }
  50% { box-shadow: inset 0 0 26px rgba(139, 92, 246, 0.22), 0 0 20px rgba(139, 92, 246, 0.18); }
}

@media (max-width: 640px) {
  .video-library {
    grid-template-columns: 1fr;
  }

  .startup-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Compact one-page Heat Input review */
.review-page .site-shell {
  min-height: calc(100vh - 44px);
  padding: 24px 48px 22px;
}

.review-page .brand-header {
  align-items: center;
  margin-bottom: 18px;
}

.review-page .brand-lockup {
  gap: 12px;
  padding: 9px 14px 9px 9px;
}

.review-page .brand-lockup img {
  width: 58px;
  height: 58px;
}

.review-compact-hero {
  display: grid;
  grid-template-columns: minmax(520px, 0.92fr) minmax(360px, 0.72fr);
  gap: 28px;
  align-items: end;
  max-width: none;
  margin-bottom: 16px;
}

.review-compact-hero h1 {
  max-width: 880px;
  font-size: clamp(2.5rem, 3.6vw, 4.2rem);
  line-height: 0.98;
}

.review-compact-hero .lead {
  max-width: 700px;
  margin: 0 0 2px;
}

.review-page [hidden] {
  display: none !important;
}

.review-product-picker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.72);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.05);
}

.review-product-picker h2,
.review-product-picker p {
  margin: 0;
}

.review-product-picker h2 {
  margin-top: 6px;
  font-size: 1.08rem;
}

.review-product-picker p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.84rem;
}

.review-product-select-field select {
  min-height: 42px;
}

.review-product-select-field {
  width: 100%;
  max-width: 440px;
}

.review-one-page {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.5fr);
  gap: 16px;
  align-items: stretch;
}

.review-page .review-intake,
.review-guide {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(11, 18, 32, 0.72);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.05);
}

.review-page .review-intake {
  padding: 18px;
}

.review-intake-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.review-intake-head h2,
.review-intake-head p {
  margin: 0;
}

.review-intake-head p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
}

.review-intake-head .status-pill {
  margin-top: 0;
}

.review-page .review-form-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.review-page .form-field {
  gap: 5px;
}

.review-page .form-field input,
.review-page .form-field select {
  min-height: 42px;
  padding: 8px 10px;
}

.review-page .form-field input[readonly] {
  border-color: rgba(45, 212, 191, 0.38);
  background: rgba(13, 148, 136, 0.1);
  color: #ccfbf1;
  font-weight: 850;
  cursor: default;
}

.review-page .review-text-field {
  grid-column: span 2;
}

.review-page .form-field textarea {
  min-height: 96px;
  height: 96px;
  padding: 9px 10px;
}

.review-page .review-form-actions {
  margin-top: 12px;
}

.review-guide {
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.review-guide h2 {
  margin-top: 8px;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
}

.review-guide-list {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.review-guide-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 250, 252, 0.035);
}

.review-guide-list b {
  display: grid;
  place-items: center;
  height: 28px;
  border-radius: 7px;
  background: rgba(139, 92, 246, 0.18);
  color: #ddd6fe;
  font-size: 0.72rem;
}

.review-guide-list span,
.review-guide-list strong {
  display: block;
}

.review-guide-list span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.review-guide-list strong {
  margin-bottom: 2px;
  color: var(--paper);
  font-size: 0.82rem;
}

.review-privacy-note {
  margin: auto 0 0;
  padding-top: 14px;
  color: rgba(159, 176, 197, 0.86);
  font-size: 0.76rem;
  line-height: 1.45;
}

.review-page .page-footer {
  margin-top: 18px;
  padding-top: 12px;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.review-consent-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.review-consent-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--cyan);
}

@media (max-width: 1100px) {
  .review-page .site-shell {
    padding: 22px 28px;
  }

  .review-compact-hero {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .review-compact-hero .lead {
    margin: 0;
  }

  .review-one-page {
    grid-template-columns: 1fr;
  }

  .review-guide {
    display: none;
  }

  .review-page .review-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .review-page .site-shell {
    padding: 18px 16px 22px;
  }

  .review-product-picker {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .review-page .brand-header {
    margin-bottom: 14px;
  }

  .review-compact-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3rem);
  }

  .review-page .review-form-grid {
    grid-template-columns: 1fr;
  }

  .review-page .review-text-field {
    grid-column: auto;
  }

  .review-intake-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Product overview screenshot fan */
.featured-product:has(.product-screen-fan) {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .48fr);
  overflow: hidden;
}

.product-screen-fan {
  width: min(100%, 480px);
  margin: 0 0 0 -44px;
  align-self: center;
  justify-self: start;
}

.product-screen-fan-stage {
  position: relative;
  width: 100%;
  height: 310px;
}

.fan-screen {
  position: absolute;
  bottom: 3px;
  width: 154px;
  height: auto;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  object-position: top center;
  border: 2px solid rgba(125, 211, 252, .4);
  border-radius: 13px;
  background: #07101e;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .48), 0 0 0 1px rgba(248, 250, 252, .08);
  transform-origin: 50% 92%;
}

.fan-screen-1 { left: 8px; transform: rotate(-9deg); z-index: 1; }
.fan-screen-2 { left: 102px; transform: rotate(-3deg); z-index: 2; border-color: rgba(244, 114, 182, .5); }
.fan-screen-3 { left: 196px; transform: rotate(3deg); z-index: 3; border-color: rgba(167, 139, 250, .52); }
.fan-screen-4 { left: 290px; transform: rotate(9deg); z-index: 4; border-color: rgba(56, 189, 248, .58); }

@media (max-width: 1120px) {
  .featured-product:has(.product-screen-fan) {
    grid-template-columns: 1fr;
  }

  .product-screen-fan {
    width: min(100%, 480px);
    margin: 8px auto 0;
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .product-screen-fan-stage {
    height: 250px;
  }

  .fan-screen {
    width: min(36vw, 126px);
    border-radius: 10px;
  }

  .fan-screen-1 { left: 1%; }
  .fan-screen-2 { left: 22%; }
  .fan-screen-3 { left: 43%; }
  .fan-screen-4 { left: 64%; }
}
