:root {
  --color-black: #02050b;
  --color-charcoal: #070b14;
  --color-navy-950: #08111f;
  --color-navy-900: #0b1628;
  --color-navy-800: #10213a;
  --color-blue-600: #006dff;
  --color-blue-500: #0a84ff;
  --color-blue-400: #1e9bff;
  --color-blue-glow: rgba(0, 109, 255, 0.45);
  --color-white: #f8fbff;
  --color-muted: #9aa8bd;
  --color-border: rgba(120, 160, 220, 0.18);
  --gradient-hero: radial-gradient(circle at 82% 18%, rgba(0, 109, 255, 0.25), transparent 24%),
    linear-gradient(135deg, #02050b 0%, #070b14 45%, #0b1628 100%);
  --gradient-band: linear-gradient(180deg, rgba(11, 22, 40, 0.45), rgba(2, 5, 11, 0.94));
  --gradient-card: linear-gradient(145deg, rgba(16, 33, 58, 0.92), rgba(7, 11, 20, 0.96));
  --shadow-blue: 0 0 40px rgba(0, 109, 255, 0.25);
}

* {
  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;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    var(--color-black);
  background-size: 54px 54px, 54px 54px, auto;
  color: var(--color-white);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at 88% 6%, rgba(0, 109, 255, 0.15), transparent 16%);
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.preview-page .hidden {
  display: none !important;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(2, 5, 11, 0.72);
  backdrop-filter: blur(18px);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wordmark {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-link {
  color: rgba(248, 251, 255, 0.72);
  transition: color 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--color-white);
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.95rem 1.45rem;
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease;
}

.button-primary {
  border: 1px solid rgba(30, 155, 255, 0.55);
  background: linear-gradient(135deg, var(--color-blue-600), var(--color-blue-500));
  box-shadow: 0 12px 28px rgba(0, 109, 255, 0.24);
  color: var(--color-white);
}

.button-primary:hover,
.button-primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 109, 255, 0.3);
}

.button-primary[disabled] {
  cursor: wait;
  opacity: 0.74;
  transform: none;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(248, 251, 255, 0.94);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.2);
}

.eyebrow-chip,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 251, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 0.55rem 0.9rem;
  text-transform: uppercase;
}

.hero-section {
  position: relative;
  background:
    linear-gradient(90deg, rgba(2, 5, 11, 0.9) 0%, rgba(2, 5, 11, 0.72) 40%, rgba(2, 5, 11, 0.36) 100%),
    linear-gradient(180deg, rgba(2, 5, 11, 0.12), rgba(2, 5, 11, 0.22)),
    var(--gradient-hero);
}

.hero-section::before {
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(to bottom, transparent, rgba(2, 5, 11, 0.96));
  content: "";
  pointer-events: none;
}

.hero-copy-shell {
  position: relative;
  z-index: 1;
}

.hero-title,
.section-title {
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.hero-title {
  font-size: clamp(3rem, 6vw, 5.6rem);
  max-width: 11ch;
}

.section-title {
  font-size: clamp(2.15rem, 5vw, 4.2rem);
  max-width: 14ch;
}

.hero-copy,
.section-copy,
.legal-copy {
  color: var(--color-muted);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.75;
}

.text-gradient {
  background: linear-gradient(135deg, #dceeff 0%, #70c0ff 45%, #1e9bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-visual {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 520px;
}

.hero-product-image {
  width: min(100%, 620px);
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.45));
}

.hero-chip {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(7, 11, 20, 0.76);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 14px 28px rgba(0, 0, 0, 0.22);
  color: rgba(248, 251, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.7rem 1rem;
}

.hero-chip-a {
  left: 0;
  top: 14%;
}

.hero-chip-b {
  right: 3%;
  top: 8%;
}

.hero-chip-c {
  left: 4%;
  bottom: 24%;
}

.hero-chip-d {
  right: 2%;
  bottom: 19%;
}

.hero-chip-e {
  right: 12%;
  bottom: 4%;
}

.proof-strip {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 9, 17, 0.78);
  backdrop-filter: blur(16px);
}

.proof-pill,
.audience-pill {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.9rem 1rem;
}

.section-wrap,
.section-band,
.section-cta {
  position: relative;
}

.section-band {
  background: var(--gradient-band);
}

.section-band-image {
  background: var(--color-black);
}

.section-intro {
  max-width: 54rem;
}

.preview-grid {
  display: grid;
  gap: 1.1rem;
}

.browser-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(11, 22, 40, 0.78), rgba(7, 11, 20, 0.94));
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.browser-preview-alt {
  transform: translateY(16px);
}

.browser-preview-top {
  display: flex;
  gap: 0.4rem;
  padding: 0.25rem 0.25rem 1rem;
}

.browser-preview-top span,
.terminal-bar span {
  height: 0.72rem;
  width: 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.preview-niche {
  color: rgba(248, 251, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.preview-card {
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.preview-card:hover,
.preview-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(30, 155, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 42px rgba(0, 0, 0, 0.2);
}

.preview-card-link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.preview-thumbnail-shell {
  position: relative;
  overflow: hidden;
  contain: layout paint;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  margin-top: 1rem;
}

.preview-thumbnail-shell::before {
  content: "";
  display: block;
  padding-top: 66%;
}

.preview-thumbnail-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  overflow: hidden;
}

.preview-thumbnail-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 11, 20, 0) 0%, rgba(7, 11, 20, 0.05) 70%, rgba(7, 11, 20, 0.18) 100%);
  pointer-events: none;
}

.preview-card-tag {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(7, 11, 20, 0.8);
  backdrop-filter: blur(14px);
  color: rgba(248, 251, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 0.5rem 0.72rem;
  text-transform: uppercase;
}

.preview-card-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  padding-top: 1rem;
}

.preview-card-copy {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.7;
}

.preview-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d6ebff;
  font-size: 0.86rem;
  font-weight: 700;
}

.preview-card-cta::after {
  content: "↗";
  font-size: 0.92rem;
}

.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;
}

.support-note {
  color: rgba(248, 251, 255, 0.64);
  font-size: 0.95rem;
  line-height: 1.75;
}

.editorial-list {
  display: grid;
}

.editorial-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.1rem 0;
}

.editorial-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.editorial-row h3 {
  margin: 0;
  color: rgba(248, 251, 255, 0.96);
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.5;
}

.comparison-grid {
  display: grid;
  gap: 1rem;
}

.comparison-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
}

.comparison-panel-highlight {
  border-color: rgba(30, 155, 255, 0.38);
  background:
    radial-gradient(circle at top right, rgba(0, 109, 255, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-blue);
}

.comparison-label {
  color: rgba(248, 251, 255, 0.92);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.comparison-list {
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.comparison-list li {
  color: var(--color-muted);
  line-height: 1.7;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-bleed {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.section-banner-shell {
  background: var(--color-black);
}

.section-banner-image {
  width: 100%;
  height: auto;
}

.feature-editorial-grid {
  display: grid;
  gap: 1rem;
}

.feature-editorial-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
}

.feature-editorial-item h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 600;
}

.feature-editorial-item p {
  color: var(--color-muted);
  line-height: 1.75;
  margin: 0.55rem 0 0;
}

.section-edit-mode-block {
  background: var(--color-black);
}

.edit-mode-layout {
  display: grid;
  gap: 2rem;
}

.flow-steps,
.flow-editorial-list,
.text-rail {
  display: grid;
}

.flow-step,
.before-after-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
}

.flow-step:last-child,
.before-after-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.flow-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: start;
}

.flow-index,
.rail-label {
  color: rgba(30, 155, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flow-step h3 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 600;
}

.flow-step p,
.before-after-row p {
  margin: 0.45rem 0 0;
  color: var(--color-muted);
  line-height: 1.7;
}

.prompt-example,
.terminal-panel,
.pricing-card,
.purchase-visual,
.status-card,
.legal-shell,
.not-for-card,
.monetization-panel,
.final-cta-panel {
  border: 1px solid var(--color-border);
  background: var(--gradient-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.prompt-example {
  border-radius: 24px;
  padding: 1rem 1.1rem;
}

.prompt-label {
  color: rgba(248, 251, 255, 0.54);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.prompt-example code,
.terminal-code {
  color: #d8ebff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  line-height: 1.8;
  white-space: pre-wrap;
}

.monetization-panel,
.final-cta-panel,
.pricing-card,
.status-card,
.legal-shell,
.not-for-card {
  border-radius: 32px;
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.equation-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.equation-line,
.equation-arrow {
  font-weight: 800;
  letter-spacing: -0.05em;
}

.equation-line {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.equation-line.accent {
  color: #c6e5ff;
}

.equation-arrow {
  color: rgba(248, 251, 255, 0.48);
  font-size: 1.8rem;
}

.terminal-panel {
  overflow: hidden;
  border-radius: 30px;
}

.terminal-bar {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  padding: 0.8rem 1rem 0.25rem;
}

.terminal-code {
  margin: 0;
  overflow-x: auto;
  padding: 0.8rem 1.2rem 1.3rem;
  font-size: 0.94rem;
}

.purchase-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.purchase-visual {
  border-radius: 34px;
  overflow: hidden;
  padding: 1rem;
}

.purchase-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.currency-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  padding: 0.3rem;
}

.currency-toggle-button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(248, 251, 255, 0.64);
  cursor: pointer;
  padding: 0.6rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.currency-toggle-button.is-active {
  background: rgba(0, 109, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(30, 155, 255, 0.26);
  color: var(--color-white);
}

.sale-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.sale-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(30, 155, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 109, 255, 0.12);
  color: #d6ebff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 0.55rem 0.8rem;
  text-transform: uppercase;
}

.discount-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(248, 251, 255, 0.12);
  border-radius: 999px;
  background: rgba(248, 251, 255, 0.06);
  color: var(--color-white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.55rem 0.85rem;
}

.price-strike {
  color: rgba(248, 251, 255, 0.56);
  font-size: 0.96rem;
}

.price-strike span {
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.85rem;
}

.price-amount {
  font-size: clamp(3.6rem, 8vw, 5.25rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.price-meta {
  color: var(--color-muted);
  font-size: 1rem;
  padding-bottom: 0.7rem;
}

.pricing-urgency {
  color: rgba(248, 251, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.7;
}

.value-stack {
  display: grid;
  gap: 0.8rem;
}

.value-stack div {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(248, 251, 255, 0.92);
  line-height: 1.6;
  padding-top: 0.9rem;
}

.climate-pledge {
  display: grid;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(30, 155, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.03);
  padding: 1rem;
}

.climate-pledge-copy {
  display: grid;
  gap: 0.35rem;
}

.climate-pledge-label {
  margin: 0;
  color: #d6ebff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.climate-pledge-text {
  margin: 0;
  color: rgba(248, 251, 255, 0.74);
  font-size: 0.95rem;
  line-height: 1.7;
}

.climate-badge-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  padding: 0.35rem 0.45rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 14px 30px rgba(0, 0, 0, 0.18);
}

.climate-badge-shell iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.03);
  padding: 1.15rem 1.25rem;
}

.faq-item summary {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  color: var(--color-muted);
  line-height: 1.8;
  margin: 0.9rem 0 0;
}

.status-card {
  background:
    radial-gradient(circle at top center, rgba(0, 109, 255, 0.18), transparent 28%),
    var(--gradient-card);
}

.preview-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(0, 109, 255, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(2, 5, 11, 0.96), rgba(2, 5, 11, 1));
}

.preview-viewer {
  min-height: 100vh;
  padding: 1rem;
}

.preview-viewer.is-thumbnail {
  min-height: 100vh;
  padding: 0;
}

.preview-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  transform: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 11, 20, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.preview-toolbar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0.6rem 1rem;
}

.preview-toolbar-copy {
  min-width: 0;
  display: grid;
  align-items: center;
  gap: 0.2rem;
}

.preview-toolbar-title {
  margin: 0;
  color: var(--color-white);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.preview-toolbar-text {
  margin: 0;
  color: rgba(248, 251, 255, 0.64);
  font-size: 0.8rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.preview-toolbar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.15rem;
}

.preview-toolbar-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 251, 255, 0.9);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 0.34rem 0.56rem;
  text-transform: uppercase;
}

.preview-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.preview-toolbar-back {
  justify-content: center;
  min-width: 132px;
}

.preview-toolbar .button-primary,
.preview-toolbar .button-secondary {
  padding: 0.78rem 1rem;
  font-size: 0.86rem;
}

.preview-stage {
  position: relative;
  min-height: calc(100vh - 2rem);
  padding-top: 3.65rem;
}

.preview-viewer.is-thumbnail .preview-stage {
  min-height: 100vh;
  padding-top: 0;
}

.preview-frame-shell {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 7rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.preview-viewer.is-thumbnail .preview-frame-shell {
  height: 100vh;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.preview-live-frame,
.preview-scaled-frame {
  display: block;
  border: 0;
}

.preview-live-frame {
  width: 100%;
  height: 100%;
  background: #fff;
}

.preview-scaled-shell {
  position: absolute;
  inset: 0;
  overflow: hidden;
  contain: layout paint;
  background: #fff;
}

.preview-scaled-frame {
  width: 1440px;
  height: 2200px;
  transform-origin: top left;
  background: #fff;
}

.preview-viewer.is-thumbnail .preview-empty-state {
  border: 0;
  border-radius: 0;
}

.preview-empty-state {
  display: grid;
  place-items: center;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(248, 251, 255, 0.74);
  text-align: center;
  padding: 2rem;
}

.legal-shell a,
.faq-item code {
  color: #d9ecff;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .preview-grid,
  .feature-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .preview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .feature-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
  }

  .edit-mode-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3.5rem;
  }

  .purchase-layout {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
  }

  .hero-chip-a {
    left: -2%;
  }

  .hero-chip-c {
    left: -1%;
  }
}

@media (max-width: 959px) {
  .hero-visual {
    min-height: 420px;
  }

  .preview-toolbar-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .preview-toolbar-actions {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .hero-title,
  .section-title {
    max-width: 100%;
  }

  .hero-visual {
    min-height: auto;
    padding-bottom: 1rem;
  }

  .hero-product-image {
    width: min(100%, 540px);
  }

  .hero-chip {
    position: static;
    margin-top: 0.75rem;
    justify-self: stretch;
    width: fit-content;
  }

  .browser-preview-alt {
    transform: none;
  }

  .preview-card-tag {
    top: 0.75rem;
    left: 0.75rem;
    max-width: calc(100% - 1.5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .preview-viewer {
    padding: 0.75rem;
  }

  .preview-toolbar {
    top: 0;
    width: 100%;
  }

  .preview-stage {
    padding-top: 3.3rem;
  }

  .preview-frame-shell {
    height: calc(100vh - 3.35rem);
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .preview-toolbar-inner {
    gap: 0.5rem;
    padding: 0.45rem 0.65rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .preview-toolbar-copy {
    gap: 0;
  }

  .preview-toolbar-back {
    min-width: auto;
    padding: 0.62rem 0.8rem;
    font-size: 0.8rem;
  }

  .preview-toolbar-actions .button-primary {
    width: auto;
    justify-content: center;
    padding: 0.62rem 0.8rem;
    font-size: 0.8rem;
  }

  .flow-step {
    grid-template-columns: 54px 1fr;
  }

  .price-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .purchase-visual,
  .pricing-card,
  .status-card,
  .legal-shell,
  .not-for-card,
  .monetization-panel,
  .final-cta-panel {
    border-radius: 26px;
  }

  .preview-toolbar-title {
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .preview-toolbar-text {
    display: none;
  }

  .preview-toolbar-tags {
    display: none;
  }

  .climate-badge-shell {
    width: 100%;
    border-radius: 22px;
  }

  .climate-badge-shell iframe {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
