﻿@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  color-scheme: dark;
  --font-body: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ink: #f7f2e8;
  --muted: #beb7aa;
  --black: #11100e;
  --panel: #1a1815;
  --panel-2: #242019;
  --line: #3a3328;
  --line-soft: rgba(247, 242, 232, 0.16);
  --lime: #7debd8;
  --warm-lime: #c9f75f;
  --sun: #f3e764;
  --coral: #ff7d5c;
  --cyan: #61d8cf;
  --amber: #e8b45a;
  --violet: #a995ff;
  --rose: #ff9aae;
  --studio-blue: #27d7ff;
  --studio-mint: #7ff5c9;
  --studio-violet: #8c76ff;
  --studio-rose: #ff73b5;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --soft-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 112px;
}

body {
  isolation: isolate;
  position: relative;
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(145deg, rgba(20, 78, 91, 0.52), transparent 32%),
    linear-gradient(225deg, rgba(80, 58, 120, 0.38), transparent 42%),
    linear-gradient(315deg, rgba(116, 52, 38, 0.34), transparent 45%),
    repeating-linear-gradient(90deg, rgba(255, 197, 87, 0.05) 0 1px, transparent 1px 74px),
    repeating-linear-gradient(180deg, rgba(97, 216, 207, 0.04) 0 1px, transparent 1px 74px),
    var(--black);
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.93) 0%, rgba(17, 16, 14, 0.82) 38%, rgba(17, 16, 14, 0.36) 100%),
    url("assets/skillkit-hero-bg.png") top right / min(1180px, 92vw) auto no-repeat;
  opacity: 0.82;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(39, 215, 255, 0.11) 18% 18.24%, transparent 18.24% 100%),
    linear-gradient(300deg, transparent 0 58%, rgba(140, 118, 255, 0.1) 58% 58.22%, transparent 58.22% 100%),
    linear-gradient(34deg, transparent 0 76%, rgba(127, 245, 201, 0.08) 76% 76.18%, transparent 76.18% 100%),
    linear-gradient(180deg, transparent, rgba(17, 16, 14, 0.74) 72%);
  pointer-events: none;
}

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

button,
input {
  font: inherit;
}

.shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 22px;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 16px;
  align-items: center;
  min-height: 72px;
  padding: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    linear-gradient(90deg, rgba(97, 216, 207, 0.08), rgba(169, 149, 255, 0.075), rgba(255, 125, 92, 0.045)),
    rgba(19, 18, 15, 0.78);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px) saturate(1.2);
  overflow: visible;
}

.header-actions {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
}

.language-switcher {
  position: relative;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.language-trigger,
.language-options button {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.language-trigger {
  min-width: 94px;
  min-height: 46px;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border-color: rgba(97, 216, 207, 0.34);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(97, 216, 207, 0.22), rgba(169, 149, 255, 0.18)),
    rgba(8, 10, 12, 0.72);
  color: var(--ink);
  box-shadow:
    0 15px 34px rgba(0, 0, 0, 0.24),
    0 0 0 4px rgba(97, 216, 207, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.language-trigger:hover,
.language-menu.is-open .language-trigger {
  border-color: rgba(97, 216, 207, 0.62);
  transform: translateY(-1px);
  box-shadow:
    0 18px 42px rgba(39, 215, 255, 0.18),
    0 0 0 4px rgba(169, 149, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.language-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.72;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.language-menu.is-open .language-chevron {
  transform: translateY(2px) rotate(225deg);
}

.language-options {
  position: absolute;
  z-index: 70;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: min(230px, calc(100vw - 36px));
  gap: 7px;
  border: 1px solid rgba(97, 216, 207, 0.22);
  border-radius: 18px;
  padding: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(97, 216, 207, 0.18), transparent 36%),
    radial-gradient(circle at 90% 82%, rgba(169, 149, 255, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(12, 12, 13, 0.94);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(169, 149, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.language-menu.is-open .language-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.language-options button {
  width: 100%;
  min-height: 42px;
  justify-content: flex-start;
  gap: 9px;
  padding: 0 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.032);
  color: rgba(247, 242, 232, 0.78);
}

.language-options button small {
  margin-left: auto;
  color: rgba(247, 242, 232, 0.48);
  font-size: 0.66rem;
}

.language-options button:hover,
.language-options button.active {
  border-color: rgba(97, 216, 207, 0.5);
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.2), rgba(169, 149, 255, 0.16)),
    rgba(255, 255, 255, 0.05);
  color: var(--ink);
  box-shadow:
    0 0 0 3px rgba(97, 216, 207, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.language-trigger span,
.language-options button span {
  position: relative;
  z-index: 1;
}

.flag-badge {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 15px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(247, 242, 232, 0.34);
  border-radius: 5px;
  box-shadow:
    0 6px 12px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.flag-badge::before,
.flag-badge::after {
  content: "";
  position: absolute;
}

.language-trigger:hover .flag-badge,
.language-options button.active .flag-badge,
.language-options button:hover .flag-badge {
  transform: translateY(-1px) scale(1.03);
}

.flag-gb {
  background:
    linear-gradient(0deg, transparent 39%, #ffffff 39% 61%, transparent 61%),
    linear-gradient(90deg, transparent 39%, #ffffff 39% 61%, transparent 61%),
    linear-gradient(0deg, transparent 44%, #c8102e 44% 56%, transparent 56%),
    linear-gradient(90deg, transparent 44%, #c8102e 44% 56%, transparent 56%),
    linear-gradient(34deg, transparent 42%, #ffffff 42% 49%, #c8102e 49% 55%, #ffffff 55% 62%, transparent 62%),
    linear-gradient(-34deg, transparent 42%, #ffffff 42% 49%, #c8102e 49% 55%, #ffffff 55% 62%, transparent 62%),
    #012169;
}

.flag-es {
  background:
    linear-gradient(180deg, #aa151b 0 26%, #f1bf00 26% 74%, #aa151b 74% 100%);
}

.flag-de {
  background:
    linear-gradient(180deg, #101010 0 33%, #dd0000 33% 66%, #ffce00 66% 100%);
}

.flag-jp {
  background: #f7f2e8;
}

.flag-jp::before {
  inset: 4px 7px;
  border-radius: 999px;
  background: #bc002d;
}

.flag-br {
  background: #169b62;
}

.flag-br::before {
  inset: 3px 5px;
  border-radius: 2px;
  background: #ffdf00;
  transform: rotate(45deg);
}

.flag-br::after {
  inset: 4px 8px;
  border-radius: 999px;
  background: #002776;
}

.flag-badge {
  width: 28px;
  height: 20px;
  border-color: rgba(247, 242, 232, 0.42);
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow:
    0 9px 18px rgba(0, 0, 0, 0.24),
    0 0 0 3px rgba(97, 216, 207, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.language-trigger .flag-badge {
  width: 32px;
  height: 23px;
  border-radius: 7px;
}

.flag-badge::before,
.flag-badge::after {
  content: none;
}

.flag-gb {
  background-image: url("assets/flag-gb.svg");
}

.flag-es {
  background-image: url("assets/flag-es.svg");
}

.flag-de {
  background-image: url("assets/flag-de.svg");
}

.flag-jp {
  background-image: url("assets/flag-jp.svg");
}

.flag-br {
  background-image: url("assets/flag-br.svg");
}

.brand {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: 230px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.45), transparent 26%),
    linear-gradient(145deg, var(--warm-lime) 0%, var(--sun) 44%, var(--cyan) 100%);
  color: #12110d;
  font-family: var(--font-display);
  font-weight: 900;
  box-shadow:
    0 16px 34px rgba(199, 247, 95, 0.16),
    0 0 0 4px rgba(97, 216, 207, 0.055),
    inset 0 -14px 24px rgba(20, 18, 14, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  overflow: hidden;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(20, 18, 14, 0.22);
  border-radius: 10px;
}

.brand-mark::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 32px;
  height: 32px;
  border-radius: 11px;
  background: rgba(247, 242, 232, 0.26);
  transform: rotate(12deg);
}

.brand-mark span {
  position: relative;
  z-index: 2;
  letter-spacing: -0.04em;
}

.brand-mark i {
  position: absolute;
  z-index: 1;
  inset: 7px auto auto 7px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #12110d;
  box-shadow:
    23px 23px 0 rgba(18, 17, 13, 0.22),
    0 0 16px rgba(247, 242, 232, 0.18);
}

.brand strong {
  color: transparent;
  background: linear-gradient(135deg, var(--ink), var(--cyan) 56%, var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong,
h1,
h2,
h3,
.top-action,
.primary-button,
.ghost-button,
.card-action,
.pricing a,
.faq-contact a,
.article-cta {
  font-family: var(--font-display);
}

.brand .brand-word {
  display: inline-flex;
  gap: 0;
  align-items: baseline;
}

.brand .brand-word span:first-child {
  color: var(--ink);
}

.brand .brand-word span:last-child {
  color: transparent;
  background: linear-gradient(135deg, #f7f2e8 0%, var(--warm-lime) 48%, var(--sun) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 14px rgba(199, 247, 95, 0.12));
}

.brand small,
.eyebrow {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.brand small,
.eyebrow,
.type,
.price,
.ready-pill,
.card-seo span,
.deliverables span,
.card-footer span,
.catalog-intent-strip span,
.article-card span,
.bundle-card span,
.pricing-grid span,
.gate-grid span,
.query-board span,
.keyword-list span {
  font-family: var(--font-mono);
}

.nav {
  display: flex;
  grid-column: 1 / -1;
  grid-row: 2;
  justify-content: center;
  width: 100%;
  justify-self: center;
  gap: 6px;
  border: 1px solid rgba(247, 242, 232, 0.13);
  border-radius: 999px;
  padding: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 9, 8, 0.32);
  overflow-x: auto;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a,
.top-action,
.primary-button,
.ghost-button,
.card-action,
.pricing a,
.faq-contact a,
.article-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.nav a {
  flex: 1 0 auto;
  min-width: max-content;
  gap: 8px;
  border-color: rgba(247, 242, 232, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
  color: rgba(247, 242, 232, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nav-emoji,
.button-emoji {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.28), transparent 34%),
    rgba(247, 242, 232, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.16);
  font-size: 0;
  line-height: 1;
  isolation: isolate;
  overflow: hidden;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-emoji::before,
.nav-emoji::after,
.button-emoji::before,
.button-emoji::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
}

.icon-catalog::before {
  left: 6px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: var(--cyan);
  box-shadow:
    7px 0 0 var(--violet),
    0 7px 0 var(--amber),
    7px 7px 0 var(--cyan);
}

.icon-catalog::after {
  inset: 4px;
  border: 1px solid rgba(97, 216, 207, 0.34);
  border-radius: 6px;
}

.icon-search::before {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--cyan);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(97, 216, 207, 0.38);
}

.icon-search::after {
  left: 15px;
  top: 16px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--violet);
  transform: rotate(44deg);
  transform-origin: left center;
}

.icon-bundle::before {
  left: 6px;
  top: 8px;
  width: 12px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--amber), var(--coral));
  box-shadow: 0 0 18px rgba(255, 197, 87, 0.35);
}

.icon-bundle::after {
  left: 11px;
  top: 5px;
  width: 2px;
  height: 16px;
  border-radius: 999px;
  background: rgba(20, 18, 14, 0.42);
  box-shadow: 0 5px 0 rgba(20, 18, 14, 0.18);
}

.icon-safety::before {
  left: 6px;
  top: 4px;
  width: 12px;
  height: 15px;
  border-radius: 8px 8px 10px 10px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  clip-path: polygon(50% 0, 100% 18%, 90% 72%, 50% 100%, 10% 72%, 0 18%);
}

.icon-safety::after {
  left: 11px;
  top: 8px;
  width: 3px;
  height: 8px;
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.82);
}

.icon-pricing::before {
  left: 5px;
  top: 7px;
  width: 14px;
  height: 10px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  box-shadow: 0 0 18px rgba(97, 216, 207, 0.3);
}

.icon-pricing::after {
  left: 8px;
  top: 11px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(20, 18, 14, 0.45);
}

.icon-creator::before {
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 38%, rgba(20, 18, 14, 0.7) 0 2px, transparent 3px),
    linear-gradient(135deg, var(--studio-mint), var(--studio-violet));
  box-shadow: 0 0 18px rgba(127, 245, 201, 0.34);
}

.icon-creator::after {
  left: 5px;
  top: 16px;
  width: 14px;
  height: 6px;
  border-radius: 999px 999px 5px 5px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  opacity: 0.82;
}

.icon-faq::before {
  left: 6px;
  top: 5px;
  width: 12px;
  height: 14px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--violet), var(--cyan));
  box-shadow: 0 0 18px rgba(183, 156, 255, 0.35);
}

.icon-faq::after {
  left: 10px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(20, 18, 14, 0.68);
  border-bottom: 2px solid rgba(20, 18, 14, 0.68);
  transform: rotate(45deg);
}

.nav a:nth-child(1) .nav-emoji {
  --nav-a: var(--studio-mint);
  --nav-b: var(--studio-blue);
}

.nav a:nth-child(2) .nav-emoji {
  --nav-a: var(--cyan);
  --nav-b: var(--studio-violet);
}

.nav a:nth-child(3) .nav-emoji {
  --nav-a: var(--amber);
  --nav-b: var(--coral);
}

.nav a:nth-child(4) .nav-emoji {
  --nav-a: var(--studio-blue);
  --nav-b: var(--studio-violet);
}

.nav a:nth-child(5) .nav-emoji {
  --nav-a: var(--studio-mint);
  --nav-b: var(--studio-violet);
}

.nav a:nth-child(6) .nav-emoji {
  --nav-a: var(--sun);
  --nav-b: var(--studio-blue);
}

.nav-emoji:has(svg) {
  width: 30px;
  height: 30px;
  border-color: color-mix(in srgb, var(--nav-a, var(--cyan)) 46%, rgba(247, 242, 232, 0.18));
  border-radius: 11px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.52), transparent 27%),
    radial-gradient(circle at 72% 76%, color-mix(in srgb, var(--nav-b, var(--violet)) 38%, transparent), transparent 38%),
    linear-gradient(135deg, color-mix(in srgb, var(--nav-a, var(--cyan)) 44%, rgba(255, 255, 255, 0.08)), color-mix(in srgb, var(--nav-b, var(--violet)) 30%, rgba(255, 255, 255, 0.035))),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 10px 24px color-mix(in srgb, var(--nav-a, var(--cyan)) 18%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.nav-emoji:has(svg)::before,
.nav-emoji:has(svg)::after {
  display: none;
}

.nav-emoji svg {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  overflow: visible;
  filter: drop-shadow(0 0 9px color-mix(in srgb, var(--nav-a, var(--cyan)) 42%, transparent));
}

.nav-emoji svg rect,
.nav-emoji svg circle,
.nav-emoji svg path {
  vector-effect: non-scaling-stroke;
}

.nav-emoji svg rect,
.nav-emoji svg circle {
  fill: color-mix(in srgb, var(--nav-a, var(--cyan)) 28%, rgba(247, 242, 232, 0.08));
  stroke: color-mix(in srgb, var(--nav-a, var(--cyan)) 88%, var(--ink));
  stroke-width: 3;
}

.nav-emoji svg path {
  fill: none;
  stroke: color-mix(in srgb, var(--nav-b, var(--violet)) 88%, var(--ink));
  stroke-width: 3.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-catalog svg rect:nth-child(1) {
  fill: color-mix(in srgb, var(--studio-mint) 54%, transparent);
}

.icon-catalog svg rect:nth-child(2) {
  fill: color-mix(in srgb, var(--studio-blue) 54%, transparent);
}

.icon-catalog svg rect:nth-child(3) {
  fill: color-mix(in srgb, var(--amber) 54%, transparent);
}

.icon-catalog svg rect:nth-child(4) {
  fill: color-mix(in srgb, var(--studio-violet) 54%, transparent);
}

.icon-safety svg path:first-child,
.icon-creator svg circle,
.icon-pricing svg rect,
.icon-bundle svg rect {
  fill: color-mix(in srgb, var(--nav-a, var(--cyan)) 32%, rgba(247, 242, 232, 0.08));
}

.icon-safety svg path:last-child,
.icon-creator svg path,
.icon-pricing svg path,
.icon-bundle svg path {
  stroke: color-mix(in srgb, var(--nav-b, var(--violet)) 78%, var(--ink));
}

.nav a:hover .nav-emoji,
.primary-button:hover .button-emoji,
.ghost-button:hover .button-emoji {
  transform: rotate(-8deg) scale(1.06);
  background: rgba(20, 18, 14, 0.1);
}

.nav a::before {
  content: "";
  display: none;
}

.nav a:nth-child(2)::before {
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(97, 216, 207, 0.65);
}

.nav a:nth-child(3)::before {
  background: var(--amber);
  box-shadow: 0 0 16px rgba(255, 197, 87, 0.65);
}

.nav a:nth-child(4)::before {
  background: var(--rose);
  box-shadow: 0 0 16px rgba(255, 154, 174, 0.62);
}

.nav a:nth-child(5)::before {
  background: var(--violet);
  box-shadow: 0 0 16px rgba(183, 156, 255, 0.62);
}

.nav a:hover,
.top-action:hover,
.primary-button:hover,
.ghost-button:hover,
.card-action:hover,
.pricing a:hover,
.faq-contact a:hover,
.article-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(97, 216, 207, 0.62);
  background: rgba(97, 216, 207, 0.08);
}

.button-arrow {
  margin-left: 2px;
  font-weight: 950;
}

.top-action,
.primary-button,
.article-cta {
  border-color: transparent;
  background: var(--ink);
  color: #15130f;
  font-weight: 800;
}

.top-action {
  justify-content: space-between;
  gap: 14px;
  min-width: 238px;
  min-height: 50px;
  border-color: rgba(247, 242, 232, 0.2);
  padding: 7px 8px 7px 18px;
  background:
    linear-gradient(135deg, rgba(247, 242, 232, 0.12), rgba(247, 242, 232, 0.035)),
    radial-gradient(circle at 88% 28%, rgba(97, 216, 207, 0.28), transparent 40%),
    radial-gradient(circle at 70% 78%, rgba(169, 149, 255, 0.16), transparent 38%),
    rgba(12, 12, 10, 0.76);
  color: var(--ink);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(97, 216, 207, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.top-action b {
  display: block;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.08;
  text-transform: none;
}

.top-action-copy small {
  display: block;
  margin-bottom: 4px;
  color: rgba(247, 242, 232, 0.58);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.price-chip {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(97, 216, 207, 0.28);
  border-radius: 999px;
  padding: 0 14px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.2), rgba(169, 149, 255, 0.14)),
    rgba(12, 12, 10, 0.72);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    0 12px 28px rgba(97, 216, 207, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 180ms ease;
}

.price-chip-starter {
  position: relative;
  display: inline-flex;
  min-width: 96px;
  min-height: 48px;
  align-items: center;
  padding: 0 17px;
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
}

.price-chip-starter::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.72) 0 12%, transparent 13% 28%, rgba(255, 255, 255, 0.3) 29% 38%, transparent 39%),
    linear-gradient(135deg, #fff6a6 0%, #ffc65a 48%, #ff7fa4 100%);
  opacity: 0.96;
}

.price-chip-starter strong {
  display: block;
  text-align: center;
  line-height: 1;
}

.price-chip-starter strong {
  color: #160d04;
  font-family: var(--font-display);
  font-size: 1.14rem;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
}

.money-icon {
  display: grid;
  width: 46px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(199, 243, 90, 0.44);
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(199, 243, 90, 0.2), rgba(97, 216, 207, 0.14)),
    rgba(17, 16, 14, 0.54);
  color: var(--lime);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  box-shadow:
    0 0 24px rgba(199, 243, 90, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 180ms ease;
}

.top-action:hover .price-chip {
  transform: translateY(-1px);
}

.top-action:hover {
  border-color: rgba(97, 216, 207, 0.52);
  background:
    linear-gradient(135deg, rgba(247, 242, 232, 0.16), rgba(247, 242, 232, 0.045)),
    radial-gradient(circle at 88% 28%, rgba(97, 216, 207, 0.34), transparent 42%),
    radial-gradient(circle at 70% 78%, rgba(169, 149, 255, 0.22), transparent 42%),
    rgba(12, 12, 10, 0.82);
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(97, 216, 207, 0.16),
    0 0 34px rgba(97, 216, 207, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.market-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 18px;
  min-height: calc(100vh - 126px);
  padding: 20px 0;
}

.market-hero::before,
.market-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.market-hero::before {
  top: -70px;
  right: 8%;
  width: min(720px, 56vw);
  aspect-ratio: 1;
  border: 2px solid transparent;
  border-top-color: rgba(39, 215, 255, 0.52);
  border-right-color: rgba(127, 245, 201, 0.36);
  border-bottom-color: rgba(140, 118, 255, 0.42);
  border-left-color: rgba(255, 115, 181, 0.16);
  border-radius: 999px;
  filter: drop-shadow(0 0 18px rgba(39, 215, 255, 0.2)) drop-shadow(0 0 30px rgba(140, 118, 255, 0.14));
  opacity: 0.9;
  transform: rotate(-16deg);
}

.market-hero::after {
  top: 44px;
  right: 4%;
  width: 118px;
  height: 76px;
  border: 1px solid rgba(140, 118, 255, 0.32);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(127, 245, 201, 0.72) 0 12px, transparent 12px 30px),
    linear-gradient(180deg, rgba(39, 215, 255, 0.28) 0 12px, transparent 12px 30px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(12, 12, 18, 0.42);
  background-size: 58px 3px, 3px 58px, auto, auto;
  background-position: 46px 38px, 58px 22px, 0 0, 0 0;
  background-repeat: no-repeat;
  box-shadow:
    0 0 28px rgba(140, 118, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.market-hero > * {
  position: relative;
  z-index: 1;
}

.hero-copy,
.store-preview,
.proof-strip,
.catalog-section,
.seo-library,
.bundles,
.custom-brief,
.creator-marketplace,
.release-gate,
.launch-grid,
.pricing,
.faq-section,
.article-hero,
.article-layout {
  position: relative;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(26, 24, 21, 0.92);
  box-shadow:
    var(--soft-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 0 0 1px rgba(97, 216, 207, 0.035);
  overflow: hidden;
}

.hero-copy::before,
.store-preview::before,
.catalog-section::before,
.seo-library::before,
.bundles::before,
.custom-brief::before,
.creator-marketplace::before,
.release-gate::before,
.launch-grid::before,
.pricing::before,
.faq-section::before,
.article-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 155px;
  height: 155px;
  border-top-left-radius: inherit;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent, var(--cyan)) 92%, transparent), transparent 66%),
    linear-gradient(135deg, transparent 0 36%, rgba(247, 242, 232, 0.1) 36% 36.4%, transparent 36.4% 100%);
  opacity: 0.4;
  pointer-events: none;
}

.store-preview::before {
  inset: auto 0 0 auto;
  border-radius: 0 0 24px 0;
}

.hero-copy {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(24px, 4vw, 48px);
  padding: 56px;
  --accent: var(--warm-lime);
  background:
    linear-gradient(90deg, rgba(9, 10, 9, 0.82), rgba(22, 19, 16, 0.76)),
    linear-gradient(130deg, transparent 0 64%, rgba(39, 215, 255, 0.12) 64% 64.24%, transparent 64.24% 100%),
    linear-gradient(42deg, transparent 0 78%, rgba(140, 118, 255, 0.12) 78% 78.24%, transparent 78.24% 100%),
    linear-gradient(315deg, rgba(255, 125, 92, 0.09), transparent 44%),
    rgba(20, 19, 24, 0.84);
  backdrop-filter: blur(8px);
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 84px;
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(97, 216, 207, 0.18) 18% 18.35%, transparent 18.35% 100%),
    linear-gradient(90deg, rgba(97, 216, 207, 0.08), rgba(169, 149, 255, 0.08));
  opacity: 0.62;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-weight: 800;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 840px;
  margin-bottom: 24px;
  font-size: 6.6rem;
  line-height: 0.92;
  letter-spacing: 0;
  color: transparent;
  background: linear-gradient(135deg, #fffaf0 0%, #f7f2e8 42%, var(--cyan) 78%, var(--violet) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.brand-title {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: fit-content;
  max-width: 100%;
  color: var(--ink);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.brand-title span {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.title-skill {
  background-image: linear-gradient(135deg, #fffaf0 0%, var(--ink) 56%, #d8fff8 100%);
}

.title-ops,
.title-kit {
  background-image: linear-gradient(135deg, #f7f2e8 0%, var(--warm-lime) 48%, var(--sun) 100%);
  filter: drop-shadow(0 0 22px rgba(199, 247, 95, 0.14));
}

.hero-lede {
  max-width: 720px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-lede strong,
.hero-lede span {
  font-weight: 850;
}

.hero-lede strong {
  color: transparent;
  background: linear-gradient(135deg, var(--cyan), #aef7e6 54%, var(--warm-lime));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lede span {
  color: var(--muted);
}

.hero-promise {
  position: relative;
  max-width: 690px;
  margin: 14px 0 18px;
  border: 1px solid rgba(127, 245, 201, 0.22);
  border-radius: 22px;
  padding: 18px 20px;
  background:
    linear-gradient(135deg, rgba(127, 245, 201, 0.12), rgba(39, 215, 255, 0.07), rgba(169, 149, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.22),
    0 0 0 5px rgba(97, 216, 207, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  overflow: hidden;
}

.hero-promise::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--studio-mint), var(--cyan), var(--violet));
  box-shadow: 0 0 28px rgba(97, 216, 207, 0.28);
}

.hero-promise span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(97, 216, 207, 0.24);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(97, 216, 207, 0.08);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-promise strong {
  display: block;
  max-width: 620px;
  margin: 12px 0 8px;
  color: transparent;
  background: linear-gradient(135deg, var(--ink), #c8fff2 48%, var(--studio-blue));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--font-display);
  font-size: clamp(1.32rem, 2vw, 2rem);
  line-height: 1.08;
}

.hero-promise p {
  max-width: 620px;
  margin: 0;
  color: rgba(247, 242, 232, 0.72);
  font-size: 0.98rem;
}

.emoji-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.emoji-badge {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--signal, var(--cyan)) 36%, rgba(247, 242, 232, 0.12));
  border-radius: 12px;
  background:
    radial-gradient(circle at 28% 20%, color-mix(in srgb, var(--signal, var(--cyan)) 34%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(17, 16, 14, 0.62);
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.18),
    0 0 26px color-mix(in srgb, var(--signal, var(--cyan)) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-size: 0;
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.emoji-badge::before,
.emoji-badge::after {
  content: "";
  position: absolute;
  display: block;
}

.signal-kit {
  --signal: var(--cyan);
}

.signal-bot {
  --signal: var(--lime);
}

.signal-speed {
  --signal: var(--amber);
}

.signal-api {
  --signal: var(--violet);
}

.signal-safe {
  --signal: var(--cyan);
}

.signal-launch {
  --signal: var(--coral);
}

.signal-buy {
  --signal: var(--lime);
}

.signal-kit::before {
  width: 18px;
  height: 22px;
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(247, 242, 232, 0.36), transparent 28%),
    linear-gradient(135deg, var(--cyan), var(--lime));
  transform: rotate(-7deg);
}

.signal-kit::after {
  width: 15px;
  height: 3px;
  border-radius: 999px;
  background: rgba(20, 18, 14, 0.34);
  box-shadow: 0 7px 0 rgba(20, 18, 14, 0.22);
}

.signal-bot::before {
  width: 22px;
  height: 17px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lime), var(--cyan));
}

.signal-bot::after {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #14120e;
  box-shadow:
    10px 0 0 #14120e,
    5px 8px 0 rgba(20, 18, 14, 0.28);
}

.signal-speed::before {
  width: 25px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--amber), var(--coral));
  transform: rotate(-18deg);
}

.signal-speed::after {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff27a;
  box-shadow: -10px 5px 0 rgba(255, 242, 122, 0.34);
}

.signal-api::before {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--violet);
  box-shadow:
    0 -8px 0 rgba(183, 156, 255, 0.54),
    0 8px 0 rgba(183, 156, 255, 0.38);
}

.signal-api::after {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow:
    -12px 0 0 var(--cyan),
    12px 0 0 var(--cyan);
}

.signal-safe::before {
  width: 22px;
  height: 24px;
  clip-path: polygon(50% 0, 95% 18%, 84% 74%, 50% 100%, 16% 74%, 5% 18%);
  background: linear-gradient(135deg, var(--cyan), var(--violet));
}

.signal-safe::after {
  width: 4px;
  height: 13px;
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.82);
}

.signal-launch::before {
  width: 12px;
  height: 24px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, #fff27a, var(--coral));
  transform: rotate(38deg);
}

.signal-launch::after {
  width: 16px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 112, 88, 0.52);
  transform: translate(-9px, 11px) rotate(38deg);
  filter: blur(1px);
}

.signal-buy::before {
  width: 22px;
  height: 16px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--lime), #fff27a);
}

.signal-buy::after {
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: rgba(20, 18, 14, 0.4);
  box-shadow: 0 5px 0 rgba(20, 18, 14, 0.24);
}

.emoji-badge:nth-child(2n) {
  transform: translateY(6px);
}

.emoji-badge:hover {
  transform: translateY(-4px) rotate(-4deg);
  border-color: color-mix(in srgb, var(--signal, var(--lime)) 70%, rgba(247, 242, 232, 0.16));
  background:
    radial-gradient(circle at 28% 20%, color-mix(in srgb, var(--signal, var(--cyan)) 48%, transparent), transparent 38%),
    linear-gradient(135deg, rgba(199, 243, 90, 0.12), rgba(97, 216, 207, 0.1)),
    rgba(17, 16, 14, 0.66);
}

.hero-actions,
.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-overline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 26px;
}

.hero-overline span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(247, 242, 232, 0.13);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-overline .live-dot {
  gap: 8px;
  color: var(--ink);
}

.live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(97, 216, 207, 0.72);
}

.buy-skill-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  max-width: 620px;
  margin-top: 12px;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(199, 243, 90, 0.14), rgba(97, 216, 207, 0.08) 42%, rgba(255, 242, 122, 0.06)),
    rgba(17, 16, 14, 0.72);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.buy-card-mark {
  display: grid;
  position: relative;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(20, 18, 14, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lime), var(--cyan));
  color: #11100e;
  font-family: var(--font-display);
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(97, 216, 207, 0.16);
}

.gift-card {
  max-width: 690px;
  border-color: rgba(97, 216, 207, 0.34);
  background:
    radial-gradient(circle at 9% 18%, rgba(97, 216, 207, 0.2), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(169, 149, 255, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(97, 216, 207, 0.12), rgba(169, 149, 255, 0.12) 56%, rgba(255, 127, 176, 0.08)),
    rgba(9, 12, 17, 0.82);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(97, 216, 207, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.gift-card .buy-card-mark {
  width: 58px;
  height: 58px;
  border-color: rgba(247, 242, 232, 0.16);
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.96), rgba(169, 149, 255, 0.94)),
    #61d8cf;
  color: #101013;
  font-size: 0.72rem;
}

.gift-card .buy-card-mark::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: rgba(16, 16, 19, 0.42);
  transform: rotate(-34deg);
}

.gift-card p {
  max-width: 420px;
  margin: 4px 0 0;
  color: rgba(247, 242, 232, 0.7);
  font-size: 0.9rem;
  line-height: 1.35;
}

.gift-card small {
  color: #61d8cf;
}

.gift-card a {
  border-color: rgba(247, 242, 232, 0.18);
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.96), rgba(169, 149, 255, 0.96));
  box-shadow:
    0 18px 36px rgba(97, 216, 207, 0.18),
    0 0 34px rgba(169, 149, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.gift-card a:hover {
  box-shadow:
    0 20px 44px rgba(97, 216, 207, 0.26),
    0 0 40px rgba(169, 149, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.buy-skill-card small,
.buy-skill-card strong {
  display: block;
}

.buy-skill-card small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.buy-skill-card strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.buy-skill-card a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 18, 14, 0.16);
  border-radius: 999px;
  padding: 0 17px;
  background: linear-gradient(135deg, var(--lime), #fff27a);
  color: #14120e;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow:
    0 14px 28px rgba(199, 243, 90, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.buy-skill-card a:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 40px rgba(199, 243, 90, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.gift-card a {
  border-color: rgba(247, 242, 232, 0.18);
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.96), rgba(169, 149, 255, 0.96));
  box-shadow:
    0 18px 36px rgba(97, 216, 207, 0.18),
    0 0 34px rgba(169, 149, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.gift-card a:hover {
  box-shadow:
    0 20px 44px rgba(97, 216, 207, 0.26),
    0 0 40px rgba(169, 149, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.hero-search {
  max-width: 620px;
  margin-top: 18px;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 18px;
  padding: 14px;
  background:
    radial-gradient(circle at 10% 12%, rgba(97, 216, 207, 0.14), transparent 40%),
    linear-gradient(135deg, rgba(97, 216, 207, 0.1), rgba(169, 149, 255, 0.075)),
    rgba(10, 11, 13, 0.76);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.hero-search label {
  display: block;
  margin-bottom: 9px;
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.hero-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 14px;
  background: rgba(10, 10, 9, 0.82);
  color: var(--ink);
  outline: none;
  padding: 0 14px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.hero-search input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(97, 216, 207, 0.12);
}

.hero-search button {
  min-height: 48px;
  border: 1px solid rgba(97, 216, 207, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.95), rgba(169, 149, 255, 0.94)),
    var(--cyan);
  color: #101013;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 900;
  padding: 0 17px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.hero-search button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(97, 216, 207, 0.22);
}

.hero-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.hero-search-tags button {
  min-height: 31px;
  border-color: rgba(247, 242, 232, 0.14);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(247, 242, 232, 0.78);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0 11px;
}

.hero-search-tags button:hover {
  border-color: rgba(97, 216, 207, 0.5);
  background: rgba(97, 216, 207, 0.11);
  color: var(--ink);
}

.ghost-button {
  color: var(--ink);
}

.primary-button,
.ghost-button {
  gap: 10px;
  min-height: 50px;
  padding: 0 19px;
}

.primary-button {
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.96), rgba(169, 149, 255, 0.92)),
    var(--cyan);
  color: #101013;
  box-shadow: 0 14px 34px rgba(97, 216, 207, 0.18);
}

.ghost-button {
  border-color: rgba(247, 242, 232, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
}

.signal-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 8px 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.88rem;
}

.signal-row b {
  display: inline-grid;
  min-width: 32px;
  height: 24px;
  place-items: center;
  margin-right: 8px;
  border-radius: 8px;
  background: rgba(97, 216, 207, 0.12);
  color: var(--cyan);
  font-size: 0.7rem;
}

.store-preview {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  padding: 16px;
  --accent: var(--warm-lime);
  background:
    linear-gradient(90deg, rgba(9, 10, 10, 0.7), rgba(23, 20, 16, 0.8)),
    linear-gradient(132deg, transparent 0 22%, rgba(39, 215, 255, 0.14) 22% 22.22%, transparent 22.22% 100%),
    linear-gradient(312deg, transparent 0 74%, rgba(127, 245, 201, 0.12) 74% 74.2%, transparent 74.2% 100%),
    linear-gradient(36deg, transparent 0 48%, rgba(255, 115, 181, 0.08) 48% 48.18%, transparent 48.18% 100%),
    rgba(20, 19, 24, 0.84);
  backdrop-filter: blur(8px);
}

.preview-toolbar,
.preview-checkout {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: 0 16px;
  color: var(--muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bot-visual-card {
  position: relative;
  min-height: clamp(330px, 43vw, 520px);
  margin: 12px 0 0;
  border: 1px solid rgba(39, 215, 255, 0.34);
  border-radius: 22px;
  background:
    linear-gradient(134deg, transparent 0 18%, rgba(39, 215, 255, 0.16) 18% 18.2%, transparent 18.2% 100%),
    linear-gradient(318deg, transparent 0 72%, rgba(127, 245, 201, 0.14) 72% 72.2%, transparent 72.2% 100%),
    linear-gradient(135deg, rgba(97, 216, 207, 0.08), rgba(169, 149, 255, 0.065)),
    rgba(9, 9, 8, 0.72);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(169, 149, 255, 0.08),
    0 0 54px rgba(39, 215, 255, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.bot-visual-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--violet), var(--rose));
}

.bot-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 12, 10, 0.18), rgba(12, 12, 10, 0.02) 52%, rgba(12, 12, 10, 0.18)),
    linear-gradient(180deg, transparent 48%, rgba(12, 12, 10, 0.76));
  pointer-events: none;
}

.bot-visual-card picture,
.bot-visual-card img {
  display: block;
  width: 100%;
  height: 100%;
}

.bot-visual-card picture {
  position: absolute;
  inset: 0;
}

.bot-visual-card img {
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1.12) contrast(1.06);
}

.bot-visual-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 3;
  display: grid;
  max-width: 360px;
  gap: 8px;
}

.bot-visual-card figcaption span {
  width: fit-content;
  border: 1px solid rgba(97, 216, 207, 0.36);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(97, 216, 207, 0.12);
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(97, 216, 207, 0.12);
}

.bot-visual-card figcaption strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.8vw, 1.54rem);
  font-weight: 900;
  line-height: 1.04;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.62);
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  flex: 1;
  padding: 12px 0;
}

.mini-product {
  --mini-accent: var(--coral);
  --mini-accent-2: #ffd5c8;
  --mini-bg: var(--coral);
  --mini-ink: #12110d;
  position: relative;
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid color-mix(in srgb, var(--mini-bg) 56%, rgba(247, 242, 232, 0.24));
  border-radius: 16px;
  padding: 16px;
  color: var(--mini-ink);
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.38), transparent 23%),
    radial-gradient(circle at 18% 100%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, color-mix(in srgb, var(--mini-bg) 96%, #fff 4%), color-mix(in srgb, var(--mini-bg) 84%, #11100e 16%));
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.24),
    inset 0 -28px 44px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
  overflow: hidden;
}

.mini-product::before {
  content: "";
  position: absolute;
  inset: auto 14px 14px auto;
  width: 74px;
  height: 74px;
  border-radius: 16px 16px 0 0;
  background:
    linear-gradient(90deg, rgba(18, 17, 13, 0.16) 0 1px, transparent 1px 10px),
    linear-gradient(180deg, rgba(18, 17, 13, 0.13) 0 1px, transparent 1px 10px);
  opacity: 0.42;
  -webkit-mask-image: linear-gradient(135deg, transparent 8%, #000 44%, transparent 88%);
  mask-image: linear-gradient(135deg, transparent 8%, #000 44%, transparent 88%);
  pointer-events: none;
}

.mini-product:hover {
  transform: translateY(-4px) rotate(-0.3deg);
  box-shadow:
    0 30px 66px rgba(0, 0, 0, 0.3),
    0 0 0 1px color-mix(in srgb, var(--mini-bg) 56%, transparent),
    inset 0 -28px 44px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.mini-product em {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(18, 17, 13, 0.12);
  border-radius: 12px;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.34), transparent 32%),
    linear-gradient(135deg, rgba(247, 242, 232, 0.7), rgba(247, 242, 232, 0.28));
  color: var(--mini-ink);
  font-family: var(--font-mono);
  font-size: 0;
  font-weight: 800;
  font-style: normal;
  box-shadow:
    0 15px 28px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
  transition: transform 180ms ease;
  overflow: hidden;
}

.mini-product em::before,
.mini-product em::after {
  content: "";
  position: absolute;
  border-radius: 6px;
}

.mini-product em::before {
  left: 11px;
  top: 10px;
  width: 23px;
  height: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, color-mix(in srgb, var(--mini-bg) 78%, #ffffff 22%), var(--mini-bg));
  box-shadow: 8px 7px 0 rgba(0, 0, 0, 0.18);
  transform: rotate(-6deg);
}

.mini-product em::after {
  left: 15px;
  top: 17px;
  width: 18px;
  height: 3px;
  background: rgba(12, 12, 14, 0.42);
  box-shadow: 0 8px 0 rgba(12, 12, 14, 0.28);
  transform: rotate(-6deg);
}

.mini-product:hover em {
  transform: rotate(-8deg) scale(1.08);
}

.mini-product span,
.mini-product small,
.mini-price {
  font-weight: 900;
  text-transform: uppercase;
}

.mini-product span {
  width: fit-content;
  border: 1px solid rgba(18, 17, 13, 0.16);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(247, 242, 232, 0.22);
  color: rgba(18, 17, 13, 0.92);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.mini-product small,
.mini-price {
  display: inline-flex;
  width: 58px;
  min-height: 32px;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18, 17, 13, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(247, 242, 232, 0.82), rgba(247, 242, 232, 0.5)),
    rgba(255, 255, 255, 0.3);
  color: #12110d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 12px 24px rgba(0, 0, 0, 0.14);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.mini-price:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 16px 30px rgba(0, 0, 0, 0.2),
    0 0 0 3px rgba(247, 242, 232, 0.18);
}

.mini-product strong {
  max-width: 220px;
  margin-top: auto;
  font-size: clamp(1.45rem, 2.2vw, 1.84rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.coral {
  --mini-accent: var(--coral);
  --mini-accent-2: #ffc9bd;
  --mini-bg: var(--coral);
}

.lime {
  --mini-accent: var(--warm-lime);
  --mini-accent-2: var(--sun);
  --mini-bg: #bdf251;
}

.cyan {
  --mini-accent: var(--cyan);
  --mini-accent-2: #aaf8ed;
  --mini-bg: var(--cyan);
}

.amber {
  --mini-accent: var(--amber);
  --mini-accent-2: #ffe09b;
  --mini-bg: #f3bc58;
}

.checkout-steps {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 0.8rem;
}

.checkout-steps b {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.055);
}

.checkout-steps i {
  width: 30px;
  height: 1px;
  background: var(--line);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(183, 156, 255, 0.13), transparent 55%),
    rgba(26, 24, 21, 0.9);
}

.proof-strip div {
  min-height: 118px;
  padding: 22px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(20, 18, 15, 0.72);
}

.proof-icon,
.bundle-icon,
.gate-icon,
.query-icon,
.price-emoji {
  position: relative;
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 14px;
  border: 1px solid rgba(247, 242, 232, 0.13);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0 10px;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  font-style: normal;
  overflow: hidden;
}

.proof-icon,
.gate-icon,
.query-icon,
.price-emoji {
  font-size: 0;
}

.proof-icon::before,
.proof-icon::after,
.bundle-icon::before,
.bundle-icon::after,
.gate-icon::before,
.gate-icon::after,
.query-icon::before,
.query-icon::after,
.price-emoji::before,
.price-emoji::after {
  content: "";
  position: absolute;
  display: block;
}

.proof-strip div {
  position: relative;
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.proof-strip div:hover {
  transform: translateY(-3px);
  border-color: rgba(97, 216, 207, 0.38);
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.12), rgba(169, 149, 255, 0.06)),
    rgba(20, 18, 15, 0.78);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(97, 216, 207, 0.08);
}

.integration-section,
.checkout-access-section {
  position: relative;
  margin-top: 18px;
  border: 1px solid rgba(97, 216, 207, 0.18);
  border-radius: 26px;
  padding: 44px;
  background:
    radial-gradient(circle at 10% 12%, rgba(97, 216, 207, 0.16), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(169, 149, 255, 0.17), transparent 34%),
    linear-gradient(135deg, rgba(97, 216, 207, 0.08), rgba(169, 149, 255, 0.075), rgba(255, 127, 176, 0.045)),
    rgba(15, 17, 20, 0.82);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.integration-section::after,
.checkout-access-section::after {
  content: "";
  position: absolute;
  inset: auto 36px 28px auto;
  width: 190px;
  height: 86px;
  border: 1px solid rgba(97, 216, 207, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(97, 216, 207, 0.3) 0 44px, transparent 44px),
    linear-gradient(135deg, rgba(247, 242, 232, 0.09), rgba(169, 149, 255, 0.08));
  opacity: 0.54;
  transform: rotate(-7deg);
}

.access-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.access-grid > div {
  --access-a: var(--cyan);
  --access-b: var(--studio-violet);
  position: relative;
  min-height: 218px;
  border: 1px solid color-mix(in srgb, var(--access-a) 34%, rgba(247, 242, 232, 0.12));
  border-radius: 22px;
  padding: 18px;
  background:
    radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--access-a) 18%, transparent), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.018)),
    rgba(10, 11, 13, 0.66);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.26),
    0 0 0 1px color-mix(in srgb, var(--access-a) 7%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  overflow: hidden;
}

.access-grid > div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--access-a), var(--access-b), transparent);
  opacity: 0.86;
}

.access-grid > div:nth-child(2) {
  --access-a: var(--studio-violet);
  --access-b: var(--studio-blue);
}

.access-grid > div:nth-child(3) {
  --access-a: var(--studio-rose);
  --access-b: var(--coral);
}

.access-action {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 14px;
  border: 1px solid color-mix(in srgb, var(--access-a) 35%, rgba(247, 242, 232, 0.14));
  border-radius: 20px;
  padding: 10px 12px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--access-a) 20%, transparent), rgba(255, 255, 255, 0.035) 70%),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    0 16px 38px color-mix(in srgb, var(--access-a) 13%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.access-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 1px solid rgba(247, 242, 232, 0.2);
  border-radius: 17px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.42), transparent 30%),
    linear-gradient(135deg, var(--access-a), var(--access-b));
  color: #101013;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow:
    0 14px 34px color-mix(in srgb, var(--access-a) 25%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.access-action span {
  display: block;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.55vw, 1.48rem);
  font-weight: 950;
  line-height: 1.03;
  text-transform: none;
}

.access-grid p {
  margin: 18px 2px 0;
  color: rgba(247, 242, 232, 0.74);
  font-size: 1.02rem;
  line-height: 1.52;
}

.proof-strip div:nth-child(1) .proof-icon::before {
  width: 22px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--cyan), var(--warm-lime));
  box-shadow:
    -9px 8px 0 rgba(97, 216, 207, 0.28),
    9px -7px 0 rgba(199, 247, 95, 0.2);
}

.proof-strip div:nth-child(1) .proof-icon::after {
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: rgba(18, 17, 13, 0.42);
  box-shadow: 0 6px 0 rgba(18, 17, 13, 0.28);
}

.proof-strip div:nth-child(2) .proof-icon::before {
  width: 20px;
  height: 20px;
  border: 3px solid var(--cyan);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(97, 216, 207, 0.34);
}

.proof-strip div:nth-child(2) .proof-icon::after {
  right: 9px;
  bottom: 10px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: var(--violet);
  transform: rotate(45deg);
}

.proof-strip div:nth-child(3) .proof-icon::before {
  width: 24px;
  height: 27px;
  background: linear-gradient(135deg, var(--violet), var(--cyan));
  clip-path: polygon(50% 0, 94% 18%, 86% 72%, 50% 100%, 14% 72%, 6% 18%);
}

.proof-strip div:nth-child(3) .proof-icon::after {
  width: 5px;
  height: 12px;
  border-right: 3px solid rgba(247, 242, 232, 0.86);
  border-bottom: 3px solid rgba(247, 242, 232, 0.86);
  transform: rotate(42deg) translate(1px, -1px);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip .proof-icon {
  display: grid;
}

.proof-strip strong {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.proof-strip span {
  color: var(--muted);
}

.proof-strip .proof-icon {
  width: 100%;
  height: 54px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  margin-bottom: 18px;
  border-radius: 16px;
  padding: 0 14px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--surface-accent, var(--cyan)) 22%, transparent), transparent 68%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
  color: var(--ink);
  box-shadow:
    0 14px 34px color-mix(in srgb, var(--surface-accent, var(--cyan)) 12%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-strip .proof-icon::before,
.proof-strip .proof-icon::after {
  content: none;
}

.proof-strip .proof-icon i {
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 11px;
  background:
    radial-gradient(circle at 26% 20%, rgba(255, 255, 255, 0.45), transparent 30%),
    linear-gradient(135deg, var(--surface-accent, var(--cyan)), color-mix(in srgb, var(--surface-accent, var(--cyan)) 58%, var(--violet)));
  box-shadow:
    0 10px 24px color-mix(in srgb, var(--surface-accent, var(--cyan)) 24%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.proof-strip .proof-icon i::before,
.proof-strip .proof-icon i::after {
  content: "";
  position: absolute;
  display: block;
}

.proof-strip .proof-icon b {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 950;
}

.proof-product i::before {
  width: 17px;
  height: 21px;
  border: 2px solid rgba(14, 14, 12, 0.72);
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(14, 14, 12, 0.72) 0 9px, transparent 9px),
    linear-gradient(rgba(14, 14, 12, 0.58), rgba(14, 14, 12, 0.58)) 4px 6px / 9px 2px no-repeat,
    linear-gradient(rgba(14, 14, 12, 0.42), rgba(14, 14, 12, 0.42)) 4px 12px / 7px 2px no-repeat;
}

.proof-product i::after {
  right: 5px;
  bottom: 5px;
  width: 14px;
  height: 8px;
  border-radius: 4px;
  background: rgba(14, 14, 12, 0.72);
  box-shadow: -5px -6px 0 rgba(14, 14, 12, 0.22);
}

.proof-search i::before {
  width: 15px;
  height: 15px;
  border: 3px solid rgba(14, 14, 12, 0.78);
  border-radius: 999px;
}

.proof-search i::after {
  right: 7px;
  bottom: 7px;
  width: 11px;
  height: 3px;
  border-radius: 999px;
  background: rgba(14, 14, 12, 0.78);
  transform: rotate(45deg);
}

.proof-safe i::before {
  width: 20px;
  height: 23px;
  background: rgba(14, 14, 12, 0.76);
  clip-path: polygon(50% 0, 92% 18%, 84% 72%, 50% 100%, 16% 72%, 8% 18%);
}

.proof-safe i::after {
  width: 5px;
  height: 12px;
  border-right: 3px solid rgba(247, 242, 232, 0.9);
  border-bottom: 3px solid rgba(247, 242, 232, 0.9);
  transform: rotate(42deg) translate(1px, -1px);
}

.catalog-section,
.seo-library,
.bundles,
.custom-brief,
.release-gate,
.launch-grid,
.pricing,
.faq-section,
.article-layout {
  margin-bottom: 18px;
  padding: 44px;
}

.catalog-section {
  --accent: var(--coral);
  background:
    linear-gradient(120deg, rgba(255, 125, 92, 0.11), transparent 34%),
    linear-gradient(300deg, rgba(97, 216, 207, 0.08), transparent 46%),
    rgba(26, 24, 21, 0.92);
}

.seo-library {
  --accent: var(--violet);
  background:
    linear-gradient(120deg, rgba(183, 156, 255, 0.18), transparent 33%),
    linear-gradient(300deg, rgba(255, 154, 174, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(97, 216, 207, 0.08), transparent 58%),
    rgba(26, 24, 21, 0.92);
}

.seo-library::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 15%, rgba(247, 242, 232, 0.08) 15% 15.15%, transparent 15.15% 100%),
    linear-gradient(118deg, transparent 0 68%, rgba(199, 243, 90, 0.14) 68% 68.2%, transparent 68.2% 100%),
    repeating-linear-gradient(90deg, rgba(247, 242, 232, 0.035) 0 1px, transparent 1px 96px);
  opacity: 0.62;
  pointer-events: none;
}

.seo-heading-layout,
.seo-grid {
  position: relative;
  z-index: 1;
}

.seo-heading-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.seo-heading-copy {
  max-width: none;
  margin-bottom: 0;
}

.seo-heading-copy h2 {
  max-width: 840px;
  margin-bottom: 18px;
}

.seo-heading-copy h2 span {
  display: inline;
  color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--lime) 48%, var(--amber));
  -webkit-background-clip: text;
  background-clip: text;
}

.seo-heading-copy p:not(.eyebrow) {
  max-width: 680px;
  font-size: 1.02rem;
}

.seo-flow-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  min-height: 206px;
  border: 1px solid rgba(247, 242, 232, 0.18);
  border-radius: 8px;
  padding: 12px;
  background:
    radial-gradient(circle at 24% 0, rgba(199, 243, 90, 0.17), transparent 34%),
    radial-gradient(circle at 82% 100%, rgba(255, 112, 88, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(17, 16, 14, 0.72);
  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.flow-step {
  --flow-accent: var(--cyan);
  --flow-accent-2: var(--lime);
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  min-height: 182px;
  border: 1px solid color-mix(in srgb, var(--flow-accent) 34%, rgba(247, 242, 232, 0.14));
  border-radius: 8px;
  padding: 17px;
  background:
    radial-gradient(circle at 10% 0, color-mix(in srgb, var(--flow-accent) 26%, transparent), transparent 42%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.018)),
    rgba(20, 18, 15, 0.76);
  color: inherit;
  overflow: hidden;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 16px 34px rgba(0, 0, 0, 0.16);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.flow-step:nth-child(2) {
  --flow-accent: var(--lime);
  --flow-accent-2: var(--amber);
}

.flow-step:nth-child(3) {
  --flow-accent: var(--amber);
  --flow-accent-2: var(--coral);
}

.flow-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--flow-accent), var(--flow-accent-2));
  opacity: 0.95;
}

.flow-step::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 116px;
  height: 116px;
  border: 1px solid color-mix(in srgb, var(--flow-accent) 30%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--flow-accent) 10%, transparent);
  opacity: 0.8;
  pointer-events: none;
}

.flow-step:hover,
.flow-step:focus-visible {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--flow-accent) 72%, rgba(247, 242, 232, 0.18));
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--flow-accent) 28%, transparent),
    0 22px 56px rgba(0, 0, 0, 0.28);
}

.flow-step span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--flow-accent) 56%, transparent);
  border-radius: 999px;
  padding: 0 14px;
  background:
    linear-gradient(135deg, var(--flow-accent), var(--flow-accent-2));
  color: #14120e;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
  box-shadow:
    0 12px 28px color-mix(in srgb, var(--flow-accent) 20%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  white-space: nowrap;
}

.flow-step strong {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.82rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.flow-step small {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  color: rgba(247, 242, 232, 0.72);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.28;
  text-transform: capitalize;
}

.bundles {
  --accent: var(--cyan);
  background:
    linear-gradient(130deg, rgba(97, 216, 207, 0.12), transparent 36%),
    linear-gradient(320deg, rgba(169, 149, 255, 0.1), transparent 42%),
    rgba(26, 24, 21, 0.92);
}

.custom-brief {
  --accent: var(--violet);
  background:
    radial-gradient(circle at 8% 12%, rgba(97, 216, 207, 0.13), transparent 34%),
    radial-gradient(circle at 88% 30%, rgba(169, 149, 255, 0.14), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(18, 18, 22, 0.94);
}

.creator-marketplace {
  --accent: var(--studio-mint);
  background:
    radial-gradient(circle at 10% 12%, rgba(127, 245, 201, 0.18), transparent 34%),
    radial-gradient(circle at 82% 24%, rgba(140, 118, 255, 0.2), transparent 36%),
    linear-gradient(142deg, rgba(39, 215, 255, 0.08), transparent 42%),
    rgba(18, 20, 22, 0.94);
}

.release-gate {
  --accent: var(--rose);
  background:
    linear-gradient(130deg, rgba(255, 154, 174, 0.12), transparent 36%),
    linear-gradient(320deg, rgba(97, 216, 207, 0.08), transparent 42%),
    rgba(26, 24, 21, 0.92);
}

.launch-grid {
  --accent: var(--violet);
  background:
    linear-gradient(135deg, rgba(183, 156, 255, 0.13), transparent 38%),
    linear-gradient(300deg, rgba(97, 216, 207, 0.08), transparent 44%),
    rgba(26, 24, 21, 0.92);
}

.pricing {
  --accent: var(--amber);
  background:
    linear-gradient(120deg, rgba(255, 197, 87, 0.12), transparent 38%),
    linear-gradient(310deg, rgba(199, 243, 90, 0.1), transparent 44%),
    rgba(26, 24, 21, 0.92);
}

:where(.catalog-section, .bundles, .custom-brief, .creator-marketplace, .release-gate, .launch-grid, .pricing, .faq-section) > * {
  position: relative;
  z-index: 1;
}

.catalog-section::after,
.bundles::after,
.custom-brief::after,
.creator-marketplace::after,
.release-gate::after,
.launch-grid::after,
.pricing::after,
.faq-section::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 0;
  width: 136px;
  height: 92px;
  border: 1px solid color-mix(in srgb, var(--accent, var(--cyan)) 48%, rgba(247, 242, 232, 0.14));
  border-radius: 22px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent, var(--cyan)) 90%, transparent) 0 12px, transparent 12px 30px),
    linear-gradient(180deg, rgba(247, 242, 232, 0.22) 0 12px, transparent 12px 30px),
    radial-gradient(circle at 24px 22px, color-mix(in srgb, var(--accent, var(--cyan)) 72%, transparent) 0 12px, transparent 13px),
    radial-gradient(circle at 92px 56px, color-mix(in srgb, var(--accent, var(--cyan)) 58%, transparent) 0 5px, transparent 6px),
    radial-gradient(circle at 72px 36px, rgba(247, 242, 232, 0.2) 0 4px, transparent 5px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    rgba(12, 12, 10, 0.38);
  background-size:
    58px 3px,
    3px 58px,
    auto,
    auto,
    auto,
    auto,
    auto;
  background-position:
    58px 48px,
    72px 30px,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0;
  background-repeat: no-repeat;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.18),
    0 0 48px color-mix(in srgb, var(--accent, var(--cyan)) 16%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  opacity: 0.68;
  pointer-events: none;
  transform: rotate(-2deg);
}

.custom-brief::after,
.creator-marketplace::after,
.faq-section::after {
  transform: rotate(2deg);
}

.catalog-section,
.seo-library,
.bundles,
.custom-brief,
.creator-marketplace,
.release-gate,
.launch-grid,
.pricing,
.faq-section {
  border-color: color-mix(in srgb, var(--accent, var(--cyan)) 25%, rgba(247, 242, 232, 0.15));
  box-shadow:
    0 24px 88px rgba(0, 0, 0, 0.28),
    0 0 0 1px color-mix(in srgb, var(--accent, var(--cyan)) 8%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 26px;
}

.section-heading.compact {
  display: block;
  max-width: 900px;
}

.faq-section .section-heading.compact {
  max-width: 820px;
  margin-bottom: 22px;
}

.faq-section .section-heading h2 {
  max-width: 720px;
  font-size: 3.35rem;
}

.faq-section .section-heading p:not(.eyebrow) {
  max-width: 760px;
}

.section-heading h2,
.article-hero h1 {
  margin-bottom: 0;
  font-size: 4.1rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.article-hero p,
.article-main p,
.article-main li,
.article-side p {
  color: var(--muted);
}

.catalog-heading {
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1fr);
  align-items: stretch;
}

.catalog-heading-left {
  display: grid;
  gap: 22px;
  align-content: stretch;
}

.kit-delivery-preview {
  position: relative;
  min-height: 178px;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(97, 216, 207, 0.16), transparent 42%),
    linear-gradient(300deg, rgba(199, 243, 90, 0.13), transparent 50%),
    rgba(13, 13, 11, 0.74);
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.kit-delivery-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 242, 232, 0.04) 0 1px, transparent 1px 54px),
    linear-gradient(180deg, rgba(247, 242, 232, 0.035) 0 1px, transparent 1px 54px);
  opacity: 0.58;
  pointer-events: none;
}

.delivery-topline,
.delivery-files,
.delivery-stack {
  position: relative;
  z-index: 1;
}

.delivery-topline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.delivery-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lime), var(--cyan));
  color: #11100e;
  font-family: var(--font-display);
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(97, 216, 207, 0.18);
}

.delivery-topline strong,
.delivery-topline small {
  display: block;
}

.delivery-topline strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-weight: 900;
}

.delivery-topline small {
  color: rgba(247, 242, 232, 0.58);
  font-size: 0.8rem;
  font-weight: 700;
}

.delivery-topline em {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(199, 243, 90, 0.38);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(199, 243, 90, 0.1);
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.delivery-stack {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 132px;
  height: 82px;
}

.delivery-stack i {
  position: absolute;
  width: 104px;
  height: 58px;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03)),
    rgba(247, 242, 232, 0.08);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22);
}

.delivery-stack i:nth-child(1) {
  right: 0;
  bottom: 0;
  background:
    linear-gradient(135deg, rgba(199, 243, 90, 0.34), rgba(97, 216, 207, 0.12)),
    rgba(247, 242, 232, 0.08);
}

.delivery-stack i:nth-child(2) {
  right: 14px;
  bottom: 12px;
  transform: rotate(-5deg);
}

.delivery-stack i:nth-child(3) {
  right: 28px;
  bottom: 24px;
  transform: rotate(-9deg);
}

.delivery-files {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(330px, 100%);
  margin-top: 24px;
}

.delivery-files span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(247, 242, 232, 0.12);
  border-radius: 8px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(247, 242, 232, 0.82);
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.delivery-files b {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 0.68rem;
}

.catalog-tools {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(420px, 1fr);
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
  border: 1px solid rgba(247, 242, 232, 0.15);
  border-radius: 8px;
  padding: 14px;
  background:
    radial-gradient(circle at 12% 0, rgba(97, 216, 207, 0.2), transparent 34%),
    radial-gradient(circle at 92% 100%, rgba(199, 243, 90, 0.14), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(14, 14, 12, 0.74);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  overflow: hidden;
}

.catalog-tools::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--lime), var(--amber));
  opacity: 0.95;
}

.search-box {
  position: relative;
  display: grid;
  z-index: 1;
  gap: 9px;
  color: rgba(247, 242, 232, 0.74);
  font-size: 0.88rem;
}

.search-box span {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
}

.search-box::before,
.search-box::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.search-box::before {
  left: 17px;
  bottom: 17px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--cyan);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(97, 216, 207, 0.3);
}

.search-box::after {
  left: 31px;
  bottom: 16px;
  width: 9px;
  height: 2px;
  border-radius: 999px;
  background: var(--lime);
  transform: rotate(45deg);
  transform-origin: left center;
}

.search-box input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(8, 8, 7, 0.82);
  color: var(--ink);
  outline: none;
  padding: 0 16px 0 52px;
  font-size: 0.98rem;
  font-weight: 700;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.search-box input::placeholder {
  color: rgba(247, 242, 232, 0.45);
}

.search-box input:focus {
  border-color: var(--cyan);
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.08), rgba(199, 243, 90, 0.035)),
    rgba(8, 8, 7, 0.88);
  box-shadow:
    0 0 0 4px rgba(97, 216, 207, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.2);
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.filter {
  --filter-accent: var(--lime);
  position: relative;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.035);
  color: rgba(247, 242, 232, 0.76);
  cursor: pointer;
  padding: 0 14px;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 850;
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.filter::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--filter-accent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--filter-accent) 55%, transparent);
}

.filter[data-filter="telegram"] {
  --filter-accent: var(--cyan);
}

.filter[data-filter="trading"] {
  --filter-accent: var(--lime);
}

.filter[data-filter="api"] {
  --filter-accent: var(--violet);
}

.filter[data-filter="hosting"] {
  --filter-accent: var(--studio-blue);
}

.filter[data-filter="ops"] {
  --filter-accent: var(--amber);
}

.filter[data-filter="reservation"] {
  --filter-accent: var(--coral);
}

.filter[data-filter="saas"] {
  --filter-accent: var(--rose);
}

.filter.active,
.filter:hover {
  border-color: var(--filter-accent);
  background: linear-gradient(135deg, var(--filter-accent), color-mix(in srgb, var(--filter-accent) 42%, #fff27a));
  color: #14120e;
  transform: translateY(-1px);
  box-shadow:
    0 12px 28px color-mix(in srgb, var(--filter-accent) 18%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.filter:active {
  transform: translateY(1px) scale(0.98);
  border-color: var(--coral);
  background: linear-gradient(135deg, var(--coral), var(--amber));
  color: #14120e;
}

.filter[data-filter="telegram"].active {
  border-color: var(--cyan);
  background: linear-gradient(135deg, var(--cyan), #aaf8ed);
}

.filter[data-filter="trading"].active {
  border-color: var(--lime);
  background: linear-gradient(135deg, var(--lime), #fff27a);
}

.filter[data-filter="api"].active {
  border-color: var(--violet);
  background: linear-gradient(135deg, var(--violet), #d7c8ff);
}

.filter[data-filter="hosting"].active {
  border-color: var(--studio-blue);
  background: linear-gradient(135deg, var(--studio-blue), var(--studio-violet));
}

.filter[data-filter="ops"].active {
  border-color: var(--amber);
  background: linear-gradient(135deg, var(--amber), #ffe09b);
}

.filter[data-filter="reservation"].active {
  border-color: var(--coral);
  background: linear-gradient(135deg, var(--coral), #ffb099);
}

.filter[data-filter="saas"].active {
  border-color: var(--rose);
  background: linear-gradient(135deg, var(--rose), #ffc4cf);
}

.catalog-intent-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
  padding: 10px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(97, 216, 207, 0.08), transparent 42%),
    rgba(16, 15, 13, 0.58);
}

.catalog-intent-strip div {
  min-height: 108px;
  padding: 18px;
  border: 1px solid rgba(247, 242, 232, 0.12);
  border-radius: 8px;
  background: rgba(20, 18, 15, 0.72);
}

.catalog-intent-strip span,
.deliverables span,
.card-seo span,
.card-footer span {
  display: block;
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-intent-strip strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.22;
}

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

.product-card,
.bundle-card,
.pricing-grid article,
.seo-grid a,
.gate-grid div,
.query-board div,
.article-side,
.article-main {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    rgba(20, 18, 15, 0.88);
}

.product-card {
  --card-accent: var(--cyan);
  --card-accent-2: var(--lime);
  --card-accent-3: rgba(247, 242, 232, 0.72);
  --card-surface: #132726;
  --card-surface-2: #221d2d;
  position: relative;
  display: flex;
  grid-column: span 4;
  min-height: 520px;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--card-accent) 32%, rgba(247, 242, 232, 0.16));
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--card-accent) 18%, transparent), transparent 32%),
    linear-gradient(330deg, color-mix(in srgb, var(--card-accent-2) 16%, transparent), transparent 42%),
    linear-gradient(180deg, color-mix(in srgb, var(--card-surface) 86%, #171412), color-mix(in srgb, var(--card-surface-2) 78%, #11100e));
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 color-mix(in srgb, var(--card-accent-3) 12%, transparent),
    inset 0 0 0 1px color-mix(in srgb, var(--card-accent) 10%, transparent);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
  box-shadow 180ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(120deg, transparent 0 62%, color-mix(in srgb, var(--card-accent) 14%, transparent) 62% 62.4%, transparent 62.4% 100%),
    linear-gradient(180deg, color-mix(in srgb, var(--card-accent-3) 5%, transparent), transparent 30%);
  opacity: 0.9;
  pointer-events: none;
}

.product-card > * {
  position: relative;
  z-index: 1;
}

.product-card.is-wide {
  grid-column: span 8;
  min-height: 500px;
}

.theme-telegram {
  --card-accent: #32d7ff;
  --card-accent-2: #697dff;
  --card-accent-3: #dcfbff;
  --card-surface: #0a3442;
  --card-surface-2: #182340;
}

.theme-trading {
  --card-accent: #b493ff;
  --card-accent-2: #75f0b8;
  --card-accent-3: #e9dcff;
  --card-surface: #27183f;
  --card-surface-2: #0d3729;
}

.theme-tradingview {
  --card-accent: #31d8ff;
  --card-accent-2: #a77cff;
  --card-accent-3: #e6fbff;
  --card-surface: #0b3445;
  --card-surface-2: #24194b;
}

.tv-pine {
  --card-accent: #40e6cf;
  --card-accent-2: #7d8cff;
  --card-surface: #0b3b37;
  --card-surface-2: #20214a;
}

.tv-webhook {
  --card-accent: #31d8ff;
  --card-accent-2: #9d7dff;
  --card-surface: #0b304b;
  --card-surface-2: #28194b;
}

.tv-json {
  --card-accent: #ffb25f;
  --card-accent-2: #ff7fb0;
  --card-surface: #4a2a12;
  --card-surface-2: #40192d;
}

.tv-live {
  --card-accent: #7ef2cf;
  --card-accent-2: #f7e45e;
  --card-surface: #103d33;
  --card-surface-2: #413b11;
}

.tv-telegram {
  --card-accent: #55d6ff;
  --card-accent-2: #6e8bff;
  --card-surface: #0a3442;
  --card-surface-2: #182340;
}

.tv-symbols {
  --card-accent: #b493ff;
  --card-accent-2: #7ef2cf;
  --card-surface: #27183f;
  --card-surface-2: #123a35;
}

.tv-csv {
  --card-accent: #f7d66e;
  --card-accent-2: #65b9ff;
  --card-surface: #463716;
  --card-surface-2: #0d3352;
}

.tv-gateway {
  --card-accent: #8bffd0;
  --card-accent-2: #ff8db5;
  --card-surface: #123b2f;
  --card-surface-2: #4a1e34;
}

.theme-api {
  --card-accent: #a879ff;
  --card-accent-2: #3df3ea;
  --card-accent-3: #e2d4ff;
  --card-surface: #2d1a4e;
  --card-surface-2: #07393d;
}

.theme-ops {
  --card-accent: #65b9ff;
  --card-accent-2: #ffd36b;
  --card-accent-3: #d9edff;
  --card-surface: #0d3352;
  --card-surface-2: #3e3114;
}

.theme-reservation {
  --card-accent: #ffc24d;
  --card-accent-2: #ff7f62;
  --card-accent-3: #fff0b8;
  --card-surface: #4a3010;
  --card-surface-2: #4a1b18;
}

.theme-saas {
  --card-accent: #ff7fb0;
  --card-accent-2: #7ef2cf;
  --card-accent-3: #ffe0ec;
  --card-surface: #4a1e34;
  --card-surface-2: #123a35;
}

.theme-hosting {
  --card-accent: #27d7ff;
  --card-accent-2: #8c76ff;
  --card-accent-3: #d8f7ff;
  --card-surface: #0b2c47;
  --card-surface-2: #261d54;
}

.theme-qa {
  --card-accent: #58e6dc;
  --card-accent-2: #ff86d0;
  --card-accent-3: #dcfffb;
  --card-surface: #0b3438;
  --card-surface-2: #4a1d43;
}

.theme-safety {
  --card-accent: #8bffd0;
  --card-accent-2: #f0f7ff;
  --card-accent-3: #f1fff8;
  --card-surface: #123b2f;
  --card-surface-2: #273332;
}

.theme-ai {
  --card-accent: #4df4e5;
  --card-accent-2: #9c83ff;
  --card-accent-3: #d9fff9;
  --card-surface: #0e3d3f;
  --card-surface-2: #30245b;
}

.theme-marketing {
  --card-accent: #ff73b5;
  --card-accent-2: #7fb8ff;
  --card-accent-3: #ffe0f0;
  --card-surface: #4b1733;
  --card-surface-2: #182f58;
}

.product-card:hover,
.bundle-card:hover,
.pricing-grid article:hover,
.article-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--card-accent, var(--bundle-accent, var(--cyan))) 58%, rgba(247, 242, 232, 0.18));
  box-shadow:
    0 24px 76px rgba(0, 0, 0, 0.32),
    0 0 0 1px color-mix(in srgb, var(--card-accent, var(--bundle-accent, var(--cyan))) 24%, transparent),
    0 0 48px color-mix(in srgb, var(--card-accent, var(--bundle-accent, var(--cyan))) 16%, transparent);
}

.product-card::after,
.bundle-card::after,
.pricing-grid article::after,
.gate-grid div::after,
.query-board div::after,
.faq-list details::before {
  content: "";
  position: absolute;
  inset: -60% auto auto -70%;
  width: 42%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(247, 242, 232, 0.14), transparent);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-80%) rotate(18deg);
  transition:
    opacity 180ms ease,
    transform 620ms ease;
}

.product-card:hover::after,
.bundle-card:hover::after,
.pricing-grid article:hover::after,
.gate-grid div:hover::after,
.query-board div:hover::after,
.faq-list details:hover::before {
  opacity: 1;
  transform: translateX(430%) rotate(18deg);
}

.product-card:hover .card-showcase {
  transform: translateY(-2px);
  box-shadow:
    0 18px 44px color-mix(in srgb, var(--card-accent) 16%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.product-card:focus-within {
  border-color: var(--card-accent);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--card-accent) 18%, transparent),
    0 20px 65px rgba(0, 0, 0, 0.28);
}

.product-card.is-hidden {
  display: none;
}

.card-showcase {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 76px;
  gap: 16px;
  align-items: center;
  min-height: 126px;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 58%, rgba(247, 242, 232, 0.12));
  padding: 17px 18px 17px 16px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--card-accent) 34%, var(--card-surface)), color-mix(in srgb, var(--card-surface-2) 82%, #0f0e0d) 48%),
    radial-gradient(circle at 86% 18%, color-mix(in srgb, var(--card-accent-2) 42%, transparent), transparent 42%),
    linear-gradient(315deg, color-mix(in srgb, var(--card-accent-2) 26%, transparent), transparent 58%),
    rgba(12, 12, 10, 0.84);
  color: var(--ink);
  box-shadow:
    0 18px 46px color-mix(in srgb, var(--card-accent) 16%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 color-mix(in srgb, var(--card-accent) 18%, transparent);
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.card-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, var(--card-accent), var(--card-accent-2)) 0 0 / 100% 4px no-repeat,
    linear-gradient(135deg, transparent 0 44%, color-mix(in srgb, var(--card-accent-3) 6%, transparent) 44% 45%, transparent 45% 100%);
  opacity: 0.95;
  pointer-events: none;
}

.card-showcase::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 44%;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--card-accent) 24%, transparent), transparent);
  opacity: 0;
  transform: translateX(-120%);
  transition:
    opacity 220ms ease,
    transform 560ms ease;
  pointer-events: none;
}

.product-card:hover .card-showcase::after {
  opacity: 1;
  transform: translateX(260%);
}

.card-icon {
  display: grid;
  position: relative;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 62%, rgba(247, 242, 232, 0.18));
  border-radius: 22px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--card-accent) 42%, transparent), color-mix(in srgb, var(--card-accent-2) 28%, transparent)),
    rgba(247, 242, 232, 0.055);
  align-self: center;
  color: var(--ink);
  font-size: 0;
  font-weight: 950;
  line-height: 1;
  box-shadow:
    0 16px 34px color-mix(in srgb, var(--card-accent) 18%, rgba(0, 0, 0, 0.18)),
    0 0 0 5px color-mix(in srgb, var(--card-accent) 8%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.card-icon::before,
.card-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.card-icon::before {
  inset: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  box-shadow:
    0 12px 28px color-mix(in srgb, var(--card-accent) 34%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.card-icon::after {
  left: 23px;
  top: 33px;
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: rgba(14, 14, 16, 0.38);
  box-shadow: 0 7px 0 rgba(14, 14, 16, 0.24);
}

.logo-telegram {
  --card-accent: #55d6ff;
  --card-accent-2: #4f7cff;
}

.logo-telegram::before {
  inset: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.26), transparent 28%),
    linear-gradient(135deg, #4ed9ff, #7f8cff);
}

.logo-telegram::after {
  left: 20px;
  top: 22px;
  width: 32px;
  height: 28px;
  border-radius: 3px;
  background: #101013;
  clip-path: polygon(0 42%, 100% 0, 64% 100%, 47% 62%, 27% 78%);
  box-shadow: none;
  opacity: 0.74;
}

.logo-report::before {
  left: 21px;
  top: 15px;
  width: 31px;
  height: 42px;
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-report::after {
  left: 27px;
  top: 38px;
  width: 5px;
  height: 11px;
  border-radius: 999px;
  background: #101013;
  box-shadow:
    9px -8px 0 #101013,
    18px -15px 0 #101013;
  opacity: 0.45;
}

.logo-trading::before {
  left: 17px;
  top: 38px;
  width: 7px;
  height: 17px;
  border-radius: 999px 999px 3px 3px;
  background: var(--card-accent);
  box-shadow:
    14px -13px 0 var(--card-accent-2),
    28px -24px 0 #e5dcff;
}

.logo-trading::after {
  left: 18px;
  top: 30px;
  width: 37px;
  height: 22px;
  border-top: 3px solid #101013;
  border-right: 3px solid #101013;
  border-radius: 2px 9px 2px 0;
  background: transparent;
  box-shadow: none;
  transform: rotate(-18deg);
  opacity: 0.42;
}

.logo-pine::before {
  left: 17px;
  top: 14px;
  width: 38px;
  height: 44px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  clip-path: polygon(12% 100%, 12% 32%, 50% 7%, 88% 32%, 88% 100%, 62% 100%, 62% 49%, 50% 40%, 38% 49%, 38% 100%);
}

.logo-pine::after {
  left: 21px;
  top: 35px;
  width: 31px;
  height: 3px;
  border-radius: 999px;
  background: #101013;
  box-shadow:
    0 -8px 0 rgba(16, 16, 19, 0.38),
    0 8px 0 rgba(16, 16, 19, 0.28);
  opacity: 0.48;
}

.logo-webhook::before {
  left: 16px;
  top: 18px;
  width: 40px;
  height: 36px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 50%, #101013 0 5px, transparent 6px),
    radial-gradient(circle at 50% 18%, #101013 0 5px, transparent 6px),
    radial-gradient(circle at 82% 50%, #101013 0 5px, transparent 6px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-webhook::after {
  left: 24px;
  top: 29px;
  width: 25px;
  height: 17px;
  border-top: 3px solid rgba(16, 16, 19, 0.46);
  border-right: 3px solid rgba(16, 16, 19, 0.46);
  background: transparent;
  box-shadow: none;
  transform: rotate(-22deg);
}

.logo-json::before {
  left: 15px;
  top: 15px;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-json::after {
  left: 22px;
  top: 28px;
  width: 28px;
  height: 18px;
  border-left: 4px solid rgba(16, 16, 19, 0.48);
  border-right: 4px solid rgba(16, 16, 19, 0.48);
  border-radius: 7px;
  background: transparent;
  box-shadow: none;
}

.logo-live::before {
  left: 15px;
  top: 28px;
  width: 42px;
  height: 17px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 17% 50%, #101013 0 4px, transparent 5px),
    linear-gradient(90deg, var(--card-accent), var(--card-accent-2));
  box-shadow:
    0 -14px 0 color-mix(in srgb, var(--card-accent) 48%, transparent),
    0 14px 0 color-mix(in srgb, var(--card-accent-2) 42%, transparent);
}

.logo-live::after {
  left: 20px;
  top: 35px;
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: #101013;
  box-shadow: none;
  opacity: 0.42;
}

.logo-tvtelegram::before {
  inset: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.26), transparent 28%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-tvtelegram::after {
  left: 20px;
  top: 22px;
  width: 32px;
  height: 28px;
  border-radius: 3px;
  background: #101013;
  clip-path: polygon(0 42%, 100% 0, 64% 100%, 47% 62%, 27% 78%);
  box-shadow: none;
  opacity: 0.72;
}

.logo-symbols::before {
  left: 17px;
  top: 16px;
  width: 38px;
  height: 40px;
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-symbols::after {
  left: 25px;
  top: 27px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #101013;
  box-shadow:
    0 8px 0 rgba(16, 16, 19, 0.42),
    0 16px 0 rgba(16, 16, 19, 0.28);
  opacity: 0.5;
}

.logo-csv::before {
  left: 16px;
  top: 14px;
  width: 40px;
  height: 44px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-csv::after {
  left: 23px;
  top: 28px;
  width: 27px;
  height: 20px;
  background:
    linear-gradient(90deg, transparent 32%, rgba(16, 16, 19, 0.42) 32% 37%, transparent 37% 65%, rgba(16, 16, 19, 0.42) 65% 70%, transparent 70%),
    linear-gradient(180deg, transparent 45%, rgba(16, 16, 19, 0.42) 45% 52%, transparent 52%);
  box-shadow: none;
}

.logo-gateway::before {
  left: 18px;
  top: 14px;
  width: 36px;
  height: 44px;
  border-radius: 17px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  clip-path: polygon(50% 0, 92% 18%, 84% 72%, 50% 100%, 16% 72%, 8% 18%);
}

.logo-gateway::after {
  left: 28px;
  top: 31px;
  width: 18px;
  height: 12px;
  border-left: 4px solid rgba(16, 16, 19, 0.46);
  border-bottom: 4px solid rgba(16, 16, 19, 0.46);
  background: transparent;
  box-shadow: none;
  transform: rotate(-45deg);
}

.logo-shield::before {
  left: 19px;
  top: 12px;
  width: 35px;
  height: 45px;
  border-radius: 14px 14px 16px 16px;
  background: linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  clip-path: polygon(50% 0, 94% 16%, 84% 72%, 50% 100%, 16% 72%, 6% 16%);
}

.logo-shield::after {
  left: 29px;
  top: 32px;
  width: 17px;
  height: 10px;
  border-left: 3px solid #101013;
  border-bottom: 3px solid #101013;
  background: transparent;
  box-shadow: none;
  transform: rotate(-45deg);
  opacity: 0.46;
}

.logo-api::before {
  left: 17px;
  top: 34px;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--card-accent), var(--card-accent-2));
  box-shadow:
    0 -10px 0 color-mix(in srgb, var(--card-accent) 54%, transparent),
    0 10px 0 color-mix(in srgb, var(--card-accent-2) 54%, transparent);
}

.logo-api::after {
  left: 16px;
  top: 30px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #101013;
  box-shadow:
    22px -11px 0 #101013,
    34px 0 0 #101013,
    21px 11px 0 #101013;
  opacity: 0.46;
}

.logo-windows::before {
  left: 17px;
  top: 17px;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(16, 16, 19, 0.36) 47% 53%, transparent 53%),
    linear-gradient(180deg, transparent 47%, rgba(16, 16, 19, 0.36) 47% 53%, transparent 53%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-windows::after {
  display: none;
}

.logo-calendar::before {
  left: 18px;
  top: 15px;
  width: 37px;
  height: 40px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #101013 0 8px, transparent 8px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-calendar::after {
  left: 25px;
  top: 35px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #101013;
  box-shadow:
    10px 0 0 #101013,
    20px 0 0 #101013,
    0 10px 0 #101013,
    10px 10px 0 #101013;
  opacity: 0.36;
}

.logo-clock::before {
  left: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(16, 16, 19, 0.35) 0 4px, transparent 5px),
    conic-gradient(from -40deg, var(--card-accent), var(--card-accent-2), var(--card-accent));
}

.logo-clock::after {
  left: 35px;
  top: 24px;
  width: 3px;
  height: 17px;
  border-radius: 999px;
  background: #101013;
  box-shadow: 5px 8px 0 -1px #101013;
  opacity: 0.44;
  transform: rotate(0deg);
  transform-origin: bottom center;
}

.logo-launch::before {
  left: 17px;
  top: 18px;
  width: 38px;
  height: 30px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #101013 0 7px, transparent 7px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-launch::after {
  left: 27px;
  top: 31px;
  width: 19px;
  height: 19px;
  border-top: 4px solid #101013;
  border-right: 4px solid #101013;
  background: transparent;
  box-shadow: none;
  transform: rotate(45deg);
  opacity: 0.42;
}

.logo-deploy::before {
  left: 17px;
  top: 20px;
  width: 38px;
  height: 30px;
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(16, 16, 19, 0.44) 0 7px, transparent 7px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-deploy::after {
  left: 25px;
  top: 27px;
  width: 23px;
  height: 23px;
  border-right: 4px solid #101013;
  border-bottom: 4px solid #101013;
  border-radius: 3px;
  background: transparent;
  box-shadow:
    10px -10px 0 -7px #101013,
    18px 10px 0 -8px #101013;
  opacity: 0.44;
  transform: rotate(-45deg);
}

.logo-qa::before {
  left: 16px;
  top: 16px;
  width: 40px;
  height: 39px;
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(16, 16, 19, 0.42) 0 8px, transparent 8px),
    radial-gradient(circle at 13px 22px, rgba(16, 16, 19, 0.42) 0 4px, transparent 5px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  box-shadow:
    0 0 30px color-mix(in srgb, var(--card-accent) 32%, transparent),
    8px 8px 0 color-mix(in srgb, var(--card-accent-2) 18%, transparent);
}

.logo-qa::after {
  left: 27px;
  top: 31px;
  width: 21px;
  height: 12px;
  border-left: 5px solid rgba(16, 16, 19, 0.56);
  border-bottom: 5px solid rgba(16, 16, 19, 0.56);
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
  opacity: 0.76;
  transform: rotate(-45deg);
}

.logo-lock::before {
  left: 20px;
  top: 31px;
  width: 33px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.logo-lock::after {
  left: 27px;
  top: 14px;
  width: 19px;
  height: 24px;
  border: 4px solid #101013;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  background: transparent;
  box-shadow: none;
  opacity: 0.4;
}

.logo-ai::before {
  left: 18px;
  top: 18px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 50%, rgba(16, 16, 19, 0.34) 0 4px, transparent 5px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  box-shadow:
    0 0 28px color-mix(in srgb, var(--card-accent) 28%, transparent),
    -7px 7px 0 color-mix(in srgb, var(--card-accent) 28%, transparent),
    7px -7px 0 color-mix(in srgb, var(--card-accent-2) 24%, transparent);
}

.logo-ai::after {
  left: 25px;
  top: 25px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #101013;
  box-shadow:
    18px 0 0 #101013,
    9px 11px 0 #101013,
    9px -3px 0 12px transparent;
  opacity: 0.48;
}

.logo-ads::before {
  left: 16px;
  top: 17px;
  width: 40px;
  height: 38px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, transparent 0 28%, rgba(16, 16, 19, 0.32) 28% 34%, transparent 34% 66%, rgba(16, 16, 19, 0.28) 66% 72%, transparent 72%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  box-shadow:
    0 0 30px color-mix(in srgb, var(--card-accent) 30%, transparent),
    -9px 9px 0 color-mix(in srgb, var(--card-accent) 20%, transparent);
}

.logo-ads::after {
  left: 22px;
  top: 30px;
  width: 29px;
  height: 19px;
  border-top: 4px solid rgba(16, 16, 19, 0.48);
  border-left: 4px solid rgba(16, 16, 19, 0.48);
  border-radius: 5px 5px 0 5px;
  background:
    radial-gradient(circle at 24px 3px, rgba(16, 16, 19, 0.62) 0 4px, transparent 5px);
  box-shadow: none;
  transform: rotate(-11deg);
}

.card-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.card-showcase .type,
.ready-pill {
  color: var(--ink);
}

.card-showcase .type {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--card-accent-3) 34%, rgba(20, 18, 14, 0.12));
  border-radius: 10px;
  padding: 0 13px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, var(--card-accent-3), color-mix(in srgb, var(--card-accent) 42%, var(--card-accent-3)));
  color: #11100e;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow:
    0 14px 30px color-mix(in srgb, var(--card-accent) 20%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.ready-pill {
  display: inline-flex;
  gap: 7px;
  min-height: 31px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 34%, rgba(247, 242, 232, 0.16));
  border-radius: 999px;
  padding: 0 11px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    color-mix(in srgb, var(--card-accent) 14%, transparent);
  color: rgba(247, 242, 232, 0.94);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ready-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--card-accent);
  box-shadow: 0 0 14px color-mix(in srgb, var(--card-accent) 70%, transparent);
}

.offer {
  align-self: center;
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
}

.offer::before {
  content: "ZIP";
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 40%, rgba(247, 242, 232, 0.18));
  border-radius: 999px;
  padding: 0 8px;
  background: color-mix(in srgb, var(--card-accent) 16%, rgba(14, 13, 12, 0.72));
  color: color-mix(in srgb, var(--card-accent-3) 78%, var(--ink));
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 0 18px color-mix(in srgb, var(--card-accent) 16%, transparent);
}

.product-card h3 {
  min-height: 0;
  margin-bottom: 0;
  color: color-mix(in srgb, var(--card-accent-3) 12%, var(--ink));
  font-family: var(--font-display);
  font-size: 1.62rem;
  font-weight: 850;
  line-height: 1.08;
  text-shadow: 0 0 22px color-mix(in srgb, var(--card-accent) 14%, transparent);
}

.product-card p,
.product-card li {
  color: color-mix(in srgb, var(--card-accent-3) 10%, var(--muted));
}

.type,
.price {
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  display: inline-flex;
  width: 68px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 18%, rgba(20, 18, 14, 0.18));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.2)),
    linear-gradient(135deg, #fff9e9, color-mix(in srgb, var(--card-accent-2) 22%, #f7f2e8));
  color: #14120e;
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1;
  box-shadow:
    0 14px 30px color-mix(in srgb, var(--card-accent) 14%, rgba(0, 0, 0, 0.08)),
    0 0 0 4px color-mix(in srgb, var(--card-accent) 8%, transparent),
    inset 0 -8px 16px color-mix(in srgb, var(--card-accent) 12%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.price:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 18px 38px color-mix(in srgb, var(--card-accent) 22%, rgba(0, 0, 0, 0.1)),
    0 0 0 5px color-mix(in srgb, var(--card-accent) 16%, transparent),
    inset 0 -8px 16px color-mix(in srgb, var(--card-accent) 14%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.card-seo {
  border: 1px solid color-mix(in srgb, var(--card-accent) 44%, rgba(247, 242, 232, 0.16));
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--card-accent) 22%, transparent), transparent 68%),
    linear-gradient(300deg, color-mix(in srgb, var(--card-accent-2) 14%, transparent), transparent 72%),
    color-mix(in srgb, var(--card-surface) 42%, rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.14);
}

.card-seo p {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 0.92rem;
}

.deliverables {
  border-left: 4px solid color-mix(in srgb, var(--card-accent) 72%, transparent);
  margin-top: 2px;
  padding-left: 13px;
}

.deliverables ul {
  margin: 9px 0 0;
  padding-left: 18px;
}

.deliverables li + li {
  margin-top: 5px;
}

.card-footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.card-footer span {
  color: color-mix(in srgb, var(--card-accent-3) 16%, var(--muted));
  font-family: var(--font-body);
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 800;
}

.card-action {
  position: relative;
  width: 100%;
  min-height: 56px;
  margin-top: auto;
  border-color: color-mix(in srgb, var(--card-accent) 42%, rgba(20, 18, 14, 0.18));
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  color: #14120e;
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 900;
  box-shadow:
    0 18px 42px color-mix(in srgb, var(--card-accent) 24%, rgba(0, 0, 0, 0.12)),
    0 0 0 4px color-mix(in srgb, var(--card-accent) 8%, transparent),
    inset 0 -12px 22px rgba(20, 18, 14, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  overflow: hidden;
}

.card-action::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0;
  transform: translateX(-130%);
  transition:
    opacity 180ms ease,
    transform 560ms ease;
  pointer-events: none;
}

.card-action::after {
  content: "->";
  margin-left: 9px;
  transition: transform 180ms ease;
}

.card-action:hover {
  border-color: var(--card-accent);
  background:
    linear-gradient(135deg, var(--card-accent-2), var(--card-accent));
  color: #14120e;
  box-shadow:
    0 22px 52px color-mix(in srgb, var(--card-accent) 34%, transparent),
    0 0 0 1px color-mix(in srgb, var(--card-accent) 36%, transparent),
    0 0 0 5px color-mix(in srgb, var(--card-accent) 10%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.card-action:hover::before {
  opacity: 1;
  transform: translateX(320%);
}

.card-action:hover::after {
  transform: translateX(3px);
}

.card-action:active {
  transform: translateY(1px) scale(0.985);
  border-color: var(--coral);
  background: linear-gradient(135deg, var(--coral), var(--amber));
  color: #14120e;
}

.seo-grid,
.bundle-lane,
.gate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.bundle-lane {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.bundle-card {
  --bundle-accent: var(--cyan);
  --bundle-accent-2: #8da2ff;
  --bundle-surface: #0a3442;
  --bundle-surface-2: #182340;
  position: relative;
  display: flex;
  min-height: 452px;
  flex-direction: column;
  border-color: color-mix(in srgb, var(--bundle-accent) 34%, rgba(247, 242, 232, 0.16));
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--bundle-accent) 20%, transparent), transparent 34%),
    linear-gradient(320deg, color-mix(in srgb, var(--bundle-accent-2) 16%, transparent), transparent 44%),
    linear-gradient(180deg, color-mix(in srgb, var(--bundle-surface) 86%, #171412), color-mix(in srgb, var(--bundle-surface-2) 78%, #11100e));
  overflow: hidden;
}

.bundle-card:nth-child(2) {
  --bundle-accent: #b493ff;
  --bundle-accent-2: #75f0b8;
  --bundle-surface: #27183f;
  --bundle-surface-2: #0d3729;
}

.bundle-card:nth-child(3) {
  --bundle-accent: #ffc24d;
  --bundle-accent-2: #ff7f62;
  --bundle-surface: #4a3010;
  --bundle-surface-2: #4a1b18;
}

.bundle-card:nth-child(4) {
  --bundle-accent: #ff7fb0;
  --bundle-accent-2: #7ef2cf;
  --bundle-surface: #4a1e34;
  --bundle-surface-2: #123a35;
}

.bundle-card:nth-child(5) {
  --bundle-accent: #31d8ff;
  --bundle-accent-2: #b493ff;
  --bundle-surface: #0b3445;
  --bundle-surface-2: #24194b;
}

.bundle-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--bundle-accent), var(--bundle-accent-2));
  opacity: 0.88;
  box-shadow: 0 0 30px color-mix(in srgb, var(--bundle-accent) 28%, transparent);
}

.article-card,
.bundle-card,
.pricing-grid article,
.gate-grid div {
  min-height: 250px;
  padding: 20px;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 color-mix(in srgb, var(--bundle-accent, var(--cyan)) 10%, transparent);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.article-card span,
.bundle-card span,
.pricing-grid span,
.gate-grid span {
  color: var(--bundle-accent, var(--cyan));
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.article-card h3,
.bundle-card h3,
.pricing-grid h3 {
  margin: 32px 0 14px;
  font-size: 1.6rem;
}

.bundle-card h3 {
  color: color-mix(in srgb, var(--bundle-accent) 18%, var(--ink));
  font-family: var(--font-display);
  font-weight: 850;
  text-shadow: 0 0 22px color-mix(in srgb, var(--bundle-accent) 14%, transparent);
}

.article-card p,
.bundle-card p,
.pricing-grid p,
.gate-grid p {
  color: var(--muted);
}

.bundle-card p {
  margin-bottom: 24px;
}

.bundle-card .bundle-icon {
  display: flex;
  position: relative;
  width: 100%;
  height: 96px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-color: color-mix(in srgb, var(--bundle-accent, var(--cyan)) 50%, rgba(247, 242, 232, 0.14));
  border-radius: 22px;
  padding: 0 18px;
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--bundle-accent) 38%, transparent), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--bundle-accent, var(--cyan)) 34%, transparent), color-mix(in srgb, var(--bundle-accent-2, var(--cyan)) 14%, transparent)),
    color-mix(in srgb, var(--bundle-surface) 58%, rgba(255, 255, 255, 0.035));
  color: color-mix(in srgb, var(--bundle-accent, var(--cyan)) 72%, var(--ink));
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.22),
    0 0 0 1px color-mix(in srgb, var(--bundle-accent) 8%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 1rem;
  isolation: isolate;
  overflow: hidden;
}

.bundle-card .bundle-icon b,
.bundle-card .bundle-icon small {
  position: relative;
  z-index: 2;
  display: block;
  font-family: var(--font-display);
  font-style: normal;
  letter-spacing: 0;
}

.bundle-card .bundle-icon b {
  color: var(--ink);
  font-size: 2.28rem;
  font-weight: 950;
  line-height: 0.92;
  text-shadow: 0 0 28px color-mix(in srgb, var(--bundle-accent) 22%, transparent);
}

.bundle-card .bundle-icon small {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--bundle-accent) 46%, rgba(247, 242, 232, 0.16));
  border-radius: 14px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bundle-accent) 78%, #f7f2e8), color-mix(in srgb, var(--bundle-accent-2) 58%, #f7f2e8)),
    rgba(247, 242, 232, 0.2);
  color: #11100e;
  font-size: 0.78rem;
  font-weight: 950;
  box-shadow:
    0 14px 30px color-mix(in srgb, var(--bundle-accent) 20%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.bundle-card .bundle-icon::before {
  right: 22px;
  top: 50%;
  z-index: 1;
  width: 88px;
  height: 58px;
  border: 1px solid color-mix(in srgb, var(--bundle-accent) 34%, rgba(247, 242, 232, 0.14));
  border-radius: 18px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--bundle-accent) 62%, transparent) 0 34px, transparent 34px),
    linear-gradient(180deg, color-mix(in srgb, var(--bundle-accent-2) 44%, transparent) 0 24px, transparent 24px),
    rgba(255, 255, 255, 0.035);
  background-size: 56px 3px, 3px 42px, auto;
  background-position: 18px 32px, 45px 10px, 0 0;
  background-repeat: no-repeat;
  box-shadow:
    0 0 28px color-mix(in srgb, var(--bundle-accent) 18%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  opacity: 0.82;
  transform: translateY(-50%);
}

.bundle-card .bundle-icon::after {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, transparent 0 56%, color-mix(in srgb, var(--bundle-accent) 22%, transparent) 56% 56.35%, transparent 56.35% 100%),
    radial-gradient(circle at 88% 20%, color-mix(in srgb, var(--bundle-accent-2) 24%, transparent), transparent 28%);
  opacity: 0.9;
}

.bundle-card:nth-child(1) .bundle-icon::before {
  width: 78px;
  height: 62px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30px 31px, color-mix(in srgb, var(--bundle-accent) 76%, transparent) 0 5px, transparent 6px),
    radial-gradient(circle at 50px 31px, color-mix(in srgb, var(--bundle-accent-2) 70%, transparent) 0 5px, transparent 6px),
    linear-gradient(90deg, color-mix(in srgb, var(--bundle-accent) 56%, transparent) 0 34px, transparent 34px);
  background-size: auto, auto, 44px 3px;
  background-position: 0 0, 0 0, 18px 31px;
  background-repeat: no-repeat;
}

.bundle-card:nth-child(2) .bundle-icon::before {
  background:
    linear-gradient(154deg, transparent 0 42%, color-mix(in srgb, var(--bundle-accent-2) 74%, transparent) 42% 47%, transparent 47% 100%),
    radial-gradient(circle at 26px 38px, color-mix(in srgb, var(--bundle-accent) 80%, transparent) 0 5px, transparent 6px),
    radial-gradient(circle at 66px 20px, color-mix(in srgb, var(--bundle-accent-2) 78%, transparent) 0 5px, transparent 6px),
    rgba(255, 255, 255, 0.035);
}

.bundle-card:nth-child(3) .bundle-icon::before {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--bundle-accent) 62%, transparent) 0 12px, transparent 12px),
    radial-gradient(circle at 25px 30px, color-mix(in srgb, var(--bundle-accent-2) 68%, transparent) 0 4px, transparent 5px),
    radial-gradient(circle at 44px 30px, color-mix(in srgb, var(--bundle-accent-2) 58%, transparent) 0 4px, transparent 5px),
    radial-gradient(circle at 63px 30px, color-mix(in srgb, var(--bundle-accent) 58%, transparent) 0 4px, transparent 5px),
    radial-gradient(circle at 25px 45px, color-mix(in srgb, var(--bundle-accent) 46%, transparent) 0 4px, transparent 5px),
    rgba(255, 255, 255, 0.035);
}

.bundle-card:nth-child(4) .bundle-icon::before {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--bundle-accent) 56%, transparent) 0 10px, transparent 10px),
    linear-gradient(90deg, color-mix(in srgb, var(--bundle-accent-2) 48%, transparent) 0 22px, transparent 22px 34px, color-mix(in srgb, var(--bundle-accent) 46%, transparent) 34px 62px, transparent 62px),
    radial-gradient(circle at 70px 38px, color-mix(in srgb, var(--bundle-accent-2) 72%, transparent) 0 5px, transparent 6px),
    rgba(255, 255, 255, 0.035);
}

.bundle-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin: 8px 0 18px;
  border: 1px solid color-mix(in srgb, var(--bundle-accent) 28%, rgba(247, 242, 232, 0.12));
  border-radius: 999px;
  padding: 0 10px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bundle-accent) 16%, transparent), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  color: rgba(247, 242, 232, 0.78);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 850;
}

.brief-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: 18px;
  align-items: stretch;
}

.brief-copy,
.brief-form {
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(12, 13, 16, 0.74);
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.brief-copy {
  padding: 30px;
}

.brief-copy h2 {
  max-width: 620px;
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 0.98;
}

.brief-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.03rem;
}

.brief-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.brief-points span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(97, 216, 207, 0.24);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(97, 216, 207, 0.065);
  color: rgba(247, 242, 232, 0.84);
  font-size: 0.84rem;
  font-weight: 800;
}

.brief-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

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

.brief-form label span {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brief-wide,
.brief-form button,
.brief-note {
  grid-column: 1 / -1;
}

.brief-form input,
.brief-form select,
.brief-form textarea {
  width: 100%;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 14px;
  background: rgba(7, 8, 10, 0.64);
  color: var(--ink);
  outline: none;
  padding: 0 14px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.brief-form input,
.brief-form select {
  min-height: 50px;
}

.brief-form textarea {
  min-height: 132px;
  padding-top: 13px;
  resize: vertical;
}

.brief-form input:focus,
.brief-form select:focus,
.brief-form textarea:focus {
  border-color: rgba(97, 216, 207, 0.55);
  background: rgba(7, 8, 10, 0.78);
  box-shadow: 0 0 0 4px rgba(97, 216, 207, 0.1);
}

.brief-form button {
  min-height: 52px;
  border: 1px solid rgba(97, 216, 207, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.96), rgba(169, 149, 255, 0.92)),
    var(--cyan);
  color: #101013;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 900;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.brief-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(97, 216, 207, 0.18);
}

.brief-note {
  margin: -2px 0 0;
  color: rgba(247, 242, 232, 0.58);
  font-size: 0.85rem;
}

.section-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.section-status-row .eyebrow {
  margin: 0;
}

.coming-soon-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(169, 149, 255, 0.36);
  border-radius: 999px;
  padding: 0 12px;
  background:
    linear-gradient(135deg, rgba(169, 149, 255, 0.18), rgba(97, 216, 207, 0.12)),
    rgba(255, 255, 255, 0.035);
  color: #cfc3ff;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(169, 149, 255, 0.14);
}

.creator-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(520px, 1.14fr);
  gap: 18px;
  align-items: stretch;
}

.creator-copy,
.creator-flow article {
  border: 1px solid color-mix(in srgb, var(--accent) 32%, rgba(247, 242, 232, 0.14));
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.018)),
    rgba(10, 12, 14, 0.72);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.creator-copy {
  position: relative;
  padding: clamp(26px, 4vw, 42px);
  overflow: hidden;
}

.creator-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(97, 216, 207, 0.22) 0 1px, transparent 1px 42%),
    linear-gradient(300deg, transparent 0 58%, rgba(169, 149, 255, 0.22) 58% 58.3%, transparent 58.3% 100%),
    radial-gradient(circle at 11% 17%, rgba(39, 215, 255, 0.2), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(255, 115, 181, 0.16), transparent 32%);
  opacity: 0.72;
}

.creator-copy > * {
  position: relative;
  z-index: 1;
}

.creator-kicker {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}

.creator-kicker span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(97, 216, 207, 0.22);
  border-radius: 999px;
  padding: 0 10px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.02);
}

.creator-kicker span:nth-child(2) {
  border-color: rgba(169, 149, 255, 0.32);
  background:
    linear-gradient(135deg, rgba(169, 149, 255, 0.18), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
}

.creator-kicker span:nth-child(3) {
  border-color: rgba(255, 115, 181, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 115, 181, 0.18), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
}

.creator-copy h2 {
  max-width: 760px;
  margin: 12px 0 18px;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  line-height: 0.92;
}

.creator-title .tone-mint,
.creator-title .tone-violet {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.creator-title .tone-mint {
  background-image: linear-gradient(135deg, var(--studio-mint), var(--cyan), #eefdf9);
}

.creator-title .tone-violet {
  background-image: linear-gradient(135deg, var(--violet), var(--studio-blue), var(--studio-rose));
}

.creator-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.04rem;
}

.creator-share {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 22px;
}

.creator-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 0;
}

.creator-keywords span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(97, 216, 207, 0.2);
  border-radius: 999px;
  padding: 0 12px;
  background:
    linear-gradient(135deg, rgba(15, 26, 31, 0.82), rgba(39, 215, 255, 0.06)),
    rgba(255, 255, 255, 0.026);
  color: rgba(247, 242, 232, 0.82);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 850;
}

.creator-keywords span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(97, 216, 207, 0.7);
}

.creator-keywords span:nth-child(2)::before {
  background: var(--violet);
  box-shadow: 0 0 16px rgba(169, 149, 255, 0.7);
}

.creator-keywords span:nth-child(3)::before {
  background: var(--studio-rose);
  box-shadow: 0 0 16px rgba(255, 115, 181, 0.7);
}

.creator-keywords span:nth-child(4)::before {
  background: var(--amber);
  box-shadow: 0 0 16px rgba(232, 180, 90, 0.65);
}

.creator-keywords span:nth-child(5)::before {
  background: var(--studio-mint);
  box-shadow: 0 0 16px rgba(127, 245, 201, 0.65);
}

.creator-share span {
  display: grid;
  min-height: 112px;
  align-content: space-between;
  border: 1px solid rgba(247, 242, 232, 0.13);
  border-radius: 18px;
  padding: 16px;
  background:
    radial-gradient(circle at 22% 12%, rgba(127, 245, 201, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.creator-share b {
  color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--studio-mint), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  line-height: 0.95;
}

.creator-share small {
  color: rgba(247, 242, 232, 0.7);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.creator-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.creator-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.creator-flow::before {
  content: "";
  position: absolute;
  inset: 50% 24px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(97, 216, 207, 0.7), rgba(169, 149, 255, 0.7), transparent);
  opacity: 0.48;
}

.creator-flow article {
  --step-accent: var(--cyan);
  --step-accent-2: var(--studio-mint);
  position: relative;
  min-height: 232px;
  padding: 22px;
  overflow: hidden;
}

.creator-flow article:nth-child(2) {
  --step-accent: var(--violet);
  --step-accent-2: var(--studio-blue);
}

.creator-flow article:nth-child(3) {
  --step-accent: var(--studio-rose);
  --step-accent-2: var(--coral);
}

.creator-flow article:nth-child(4) {
  --step-accent: var(--amber);
  --step-accent-2: var(--studio-mint);
}

.creator-flow article::before {
  content: "";
  position: absolute;
  inset: auto 22px 22px auto;
  width: 78px;
  height: 54px;
  border: 1px solid color-mix(in srgb, var(--step-accent) 28%, transparent);
  border-radius: 18px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--step-accent) 28%, transparent), transparent 52%),
    linear-gradient(90deg, color-mix(in srgb, var(--step-accent-2) 58%, transparent) 0 24px, transparent 24px),
    rgba(255, 255, 255, 0.035);
  background-size: auto, 42px 3px, auto;
  background-position: 0 0, 20px 29px, 0 0;
  background-repeat: no-repeat;
  opacity: 0.55;
  transform: rotate(-4deg);
}

.creator-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--step-accent) 44%, transparent);
  border-radius: 16px;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.26), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--step-accent) 78%, #ffffff 4%), color-mix(in srgb, var(--step-accent-2) 74%, #ffffff 4%));
  color: #101013;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 950;
  box-shadow:
    0 18px 38px color-mix(in srgb, var(--step-accent) 18%, transparent),
    0 0 0 5px color-mix(in srgb, var(--step-accent) 8%, transparent);
}

.creator-flow span {
  display: block;
  margin: 22px 0 10px;
  color: color-mix(in srgb, var(--step-accent) 82%, var(--ink));
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.creator-flow p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
}

.creator-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.creator-categories span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(127, 245, 201, 0.2);
  border-radius: 999px;
  padding: 0 13px;
  background:
    linear-gradient(135deg, rgba(127, 245, 201, 0.1), rgba(140, 118, 255, 0.08)),
    rgba(255, 255, 255, 0.026);
  color: rgba(247, 242, 232, 0.8);
  font-size: 0.85rem;
  font-weight: 850;
}

.seo-library .seo-grid {
  gap: 14px;
}

.seo-card {
  --card-accent: var(--cyan);
  --card-accent-2: var(--lime);
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 16px;
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--card-accent) 14%, transparent), transparent 42%),
    linear-gradient(330deg, color-mix(in srgb, var(--card-accent-2) 10%, transparent), transparent 38%),
    rgba(18, 17, 15, 0.9);
  overflow: hidden;
}

.seo-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--card-accent), var(--card-accent-2));
}

.seo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 58%, color-mix(in srgb, var(--card-accent) 14%, transparent) 58% 58.4%, transparent 58.4%),
    repeating-linear-gradient(0deg, rgba(247, 242, 232, 0.035) 0 1px, transparent 1px 34px);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.seo-card:hover {
  border-color: color-mix(in srgb, var(--card-accent) 72%, var(--line-soft));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.3),
    0 0 0 1px color-mix(in srgb, var(--card-accent) 20%, transparent);
}

.seo-card:hover::after {
  opacity: 1;
}

.seo-card-top,
.seo-label,
.seo-card h3,
.seo-card p,
.keyword-chips,
.seo-card-footer {
  position: relative;
  z-index: 1;
}

.seo-card-top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  min-height: 168px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 34%, rgba(247, 242, 232, 0.12));
  border-radius: 18px;
  padding: 16px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--card-accent) 18%, transparent), transparent 58%),
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--card-accent-2) 30%, transparent), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.014)),
    rgba(12, 12, 10, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 0 0 1px color-mix(in srgb, var(--card-accent) 8%, transparent),
    0 18px 42px color-mix(in srgb, var(--card-accent) 12%, transparent);
  overflow: hidden;
}

.seo-card-top::before,
.seo-card-top::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.seo-card-top::before {
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 58%, color-mix(in srgb, var(--card-accent) 18%, transparent) 58% 58.35%, transparent 58.35% 100%),
    linear-gradient(26deg, transparent 0 72%, color-mix(in srgb, var(--card-accent-2) 14%, transparent) 72% 72.32%, transparent 72.32% 100%),
    repeating-linear-gradient(90deg, rgba(247, 242, 232, 0.045) 0 1px, transparent 1px 42px);
  opacity: 0.76;
}

.seo-card-top::after {
  right: 18px;
  bottom: 18px;
  width: 82px;
  height: 54px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 34%, rgba(247, 242, 232, 0.12));
  border-radius: 16px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--card-accent) 76%, transparent) 0 12px, transparent 12px 24px),
    linear-gradient(180deg, color-mix(in srgb, var(--card-accent-2) 42%, transparent) 0 12px, transparent 12px 24px),
    radial-gradient(circle at 62px 34px, color-mix(in srgb, var(--card-accent-2) 58%, transparent) 0 4px, transparent 5px),
    rgba(255, 255, 255, 0.035);
  background-size: 40px 3px, 3px 34px, auto, auto;
  background-position: 25px 29px, 39px 12px, 0 0, 0 0;
  background-repeat: no-repeat;
  opacity: 0.58;
}

.seo-card-top > * {
  position: relative;
  z-index: 1;
}

.seo-card.theme-telegram .seo-card-top {
  background:
    radial-gradient(circle at 10% 14%, rgba(73, 216, 255, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(85, 214, 255, 0.16), rgba(79, 124, 255, 0.08) 62%),
    rgba(12, 12, 10, 0.78);
}

.seo-card.theme-telegram .seo-card-top::after {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 26px 37px, color-mix(in srgb, var(--card-accent) 68%, transparent) 0 5px, transparent 6px),
    radial-gradient(circle at 46px 37px, color-mix(in srgb, var(--card-accent-2) 58%, transparent) 0 5px, transparent 6px),
    linear-gradient(90deg, color-mix(in srgb, var(--card-accent) 52%, transparent) 0 28px, transparent 28px 100%);
  background-size: auto, auto, 42px 3px;
  background-position: 0 0, 0 0, 16px 37px;
  background-repeat: no-repeat;
}

.seo-card.theme-trading .seo-card-top {
  background:
    linear-gradient(150deg, rgba(180, 147, 255, 0.18), transparent 54%),
    radial-gradient(circle at 78% 14%, rgba(117, 240, 184, 0.18), transparent 34%),
    rgba(12, 12, 10, 0.78);
}

.seo-card.theme-trading .seo-card-top::after {
  width: 104px;
  height: 50px;
  border-radius: 16px;
  background:
    linear-gradient(160deg, transparent 0 45%, color-mix(in srgb, var(--card-accent-2) 78%, transparent) 45% 50%, transparent 50% 100%),
    linear-gradient(90deg, transparent 0 22%, color-mix(in srgb, var(--card-accent) 62%, transparent) 22% 25%, transparent 25% 100%),
    radial-gradient(circle at 24px 34px, color-mix(in srgb, var(--card-accent) 80%, transparent) 0 4px, transparent 5px),
    radial-gradient(circle at 76px 17px, color-mix(in srgb, var(--card-accent-2) 70%, transparent) 0 4px, transparent 5px);
}

.seo-card.theme-api .seo-card-top {
  background:
    radial-gradient(circle at 16% 22%, rgba(168, 121, 255, 0.23), transparent 32%),
    radial-gradient(circle at 78% 18%, rgba(61, 243, 234, 0.18), transparent 35%),
    rgba(12, 12, 10, 0.78);
}

.seo-card.theme-api .seo-card-top::after {
  width: 94px;
  height: 58px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--card-accent) 66%, transparent) 0 58px, transparent 58px),
    radial-gradient(circle at 18px 29px, color-mix(in srgb, var(--card-accent) 78%, transparent) 0 6px, transparent 7px),
    radial-gradient(circle at 47px 14px, color-mix(in srgb, var(--card-accent-2) 68%, transparent) 0 6px, transparent 7px),
    radial-gradient(circle at 76px 29px, color-mix(in srgb, var(--card-accent-2) 70%, transparent) 0 6px, transparent 7px),
    radial-gradient(circle at 47px 44px, color-mix(in srgb, var(--card-accent) 64%, transparent) 0 5px, transparent 6px);
  background-size: 60px 2px, auto, auto, auto, auto;
  background-position: 18px 29px, 0 0, 0 0, 0 0, 0 0;
  background-repeat: no-repeat;
}

.seo-card.theme-ops .seo-card-top {
  background:
    linear-gradient(135deg, rgba(101, 185, 255, 0.18), transparent 52%),
    radial-gradient(circle at 88% 12%, rgba(255, 211, 107, 0.18), transparent 32%),
    rgba(12, 12, 10, 0.78);
}

.seo-card.theme-ops .seo-card-top::after {
  width: 80px;
  height: 58px;
  border-radius: 15px;
  background:
    linear-gradient(90deg, transparent 47%, color-mix(in srgb, var(--card-accent) 64%, transparent) 47% 53%, transparent 53%),
    linear-gradient(180deg, transparent 47%, color-mix(in srgb, var(--card-accent-2) 58%, transparent) 47% 53%, transparent 53%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
}

.seo-card.theme-reservation .seo-card-top {
  background:
    linear-gradient(135deg, rgba(255, 194, 77, 0.18), transparent 52%),
    radial-gradient(circle at 80% 20%, rgba(255, 127, 98, 0.22), transparent 34%),
    rgba(12, 12, 10, 0.78);
}

.seo-card.theme-reservation .seo-card-top::after {
  width: 78px;
  height: 62px;
  border-radius: 15px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 72%, transparent) 0 13px, transparent 13px),
    radial-gradient(circle at 22px 30px, color-mix(in srgb, var(--card-accent-2) 68%, transparent) 0 4px, transparent 5px),
    radial-gradient(circle at 39px 30px, color-mix(in srgb, var(--card-accent-2) 58%, transparent) 0 4px, transparent 5px),
    radial-gradient(circle at 56px 30px, color-mix(in srgb, var(--card-accent) 58%, transparent) 0 4px, transparent 5px),
    radial-gradient(circle at 22px 45px, color-mix(in srgb, var(--card-accent) 48%, transparent) 0 4px, transparent 5px);
}

.seo-card.theme-saas .seo-card-top {
  background:
    linear-gradient(135deg, rgba(255, 127, 176, 0.2), transparent 52%),
    radial-gradient(circle at 82% 16%, rgba(126, 242, 207, 0.18), transparent 34%),
    rgba(12, 12, 10, 0.78);
}

.seo-card.theme-saas .seo-card-top::after {
  width: 92px;
  height: 56px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 62%, transparent) 0 9px, transparent 9px),
    linear-gradient(90deg, color-mix(in srgb, var(--card-accent-2) 58%, transparent) 0 20px, transparent 20px 30px, color-mix(in srgb, var(--card-accent) 46%, transparent) 30px 54px, transparent 54px),
    radial-gradient(circle at 68px 35px, color-mix(in srgb, var(--card-accent-2) 72%, transparent) 0 5px, transparent 6px);
}

.seo-card.theme-hosting .seo-card-top {
  background:
    linear-gradient(135deg, rgba(39, 215, 255, 0.18), transparent 52%),
    radial-gradient(circle at 82% 16%, rgba(140, 118, 255, 0.22), transparent 34%),
    rgba(12, 12, 10, 0.78);
}

.seo-card.theme-hosting .seo-card-top::after {
  width: 86px;
  height: 62px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 52%, transparent) 0 10px, transparent 10px 18px, color-mix(in srgb, var(--card-accent-2) 48%, transparent) 18px 28px, transparent 28px 36px, color-mix(in srgb, var(--card-accent) 44%, transparent) 36px 46px, transparent 46px),
    linear-gradient(135deg, transparent 0 54%, color-mix(in srgb, var(--card-accent-2) 58%, transparent) 54% 58%, transparent 58% 100%);
}

.seo-card.theme-qa .seo-card-top {
  background:
    radial-gradient(circle at 14% 18%, rgba(88, 230, 220, 0.24), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255, 134, 208, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(220, 255, 251, 0.07), rgba(255, 134, 208, 0.035)),
    rgba(12, 12, 10, 0.78);
}

.seo-card.theme-qa .seo-card-top::after {
  width: 88px;
  height: 62px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 58%, transparent) 0 10px, transparent 10px),
    linear-gradient(90deg, transparent 0 18px, color-mix(in srgb, var(--card-accent-2) 54%, transparent) 18px 22px, transparent 22px 48px, color-mix(in srgb, var(--card-accent) 48%, transparent) 48px 52px, transparent 52px),
    radial-gradient(circle at 62px 39px, color-mix(in srgb, var(--card-accent-2) 76%, transparent) 0 6px, transparent 7px);
}

.seo-card.theme-ai .seo-card-top {
  background:
    radial-gradient(circle at 14% 18%, rgba(77, 244, 229, 0.22), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(156, 131, 255, 0.22), transparent 34%),
    rgba(12, 12, 10, 0.78);
}

.seo-card.theme-ai .seo-card-top::after {
  width: 84px;
  height: 62px;
  border-radius: 20px;
  background:
    linear-gradient(32deg, transparent 0 44%, color-mix(in srgb, var(--card-accent) 62%, transparent) 44% 47%, transparent 47% 100%),
    linear-gradient(145deg, transparent 0 52%, color-mix(in srgb, var(--card-accent-2) 58%, transparent) 52% 55%, transparent 55% 100%),
    radial-gradient(circle at 23px 25px, color-mix(in srgb, var(--card-accent) 74%, transparent) 0 5px, transparent 6px),
    radial-gradient(circle at 60px 18px, color-mix(in srgb, var(--card-accent-2) 72%, transparent) 0 5px, transparent 6px),
    radial-gradient(circle at 48px 46px, color-mix(in srgb, var(--card-accent) 60%, transparent) 0 5px, transparent 6px);
}

.seo-card.theme-marketing .seo-card-top {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 115, 181, 0.24), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(127, 184, 255, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(255, 224, 240, 0.07), rgba(127, 184, 255, 0.035)),
    rgba(12, 12, 10, 0.78);
}

.seo-card.theme-marketing .seo-card-top::after {
  width: 94px;
  height: 58px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, transparent 0 16px, color-mix(in srgb, var(--card-accent) 70%, transparent) 16px 20px, transparent 20px 38px, color-mix(in srgb, var(--card-accent-2) 62%, transparent) 38px 42px, transparent 42px 60px, color-mix(in srgb, var(--card-accent) 52%, transparent) 60px 64px, transparent 64px),
    linear-gradient(180deg, transparent 0 22px, rgba(247, 242, 232, 0.13) 22px 25px, transparent 25px),
    radial-gradient(circle at 76px 14px, color-mix(in srgb, var(--card-accent-2) 78%, transparent) 0 5px, transparent 6px);
}

.search-preview-head {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.seo-card .rank-number {
  display: grid;
  position: relative;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 42%, rgba(247, 242, 232, 0.13));
  border-radius: 18px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--card-accent) 30%, transparent), color-mix(in srgb, var(--card-accent-2) 18%, transparent)),
    rgba(247, 242, 232, 0.055);
  color: #14120e;
  font-family: var(--font-display);
  font-size: 0;
  font-weight: 950;
  box-shadow:
    0 14px 30px color-mix(in srgb, var(--card-accent) 24%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.seo-card .rank-number::before,
.seo-card .rank-number::after {
  content: "";
  position: absolute;
  border-radius: 5px;
}

.seo-card .rank-number::before {
  left: 12px;
  top: 11px;
  width: 24px;
  height: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  box-shadow: 7px 6px 0 rgba(247, 242, 232, 0.08);
  transform: rotate(-6deg);
}

.seo-card .rank-number::after {
  left: 17px;
  top: 18px;
  width: 18px;
  height: 3px;
  background: rgba(20, 18, 14, 0.34);
  box-shadow: 0 7px 0 rgba(20, 18, 14, 0.2);
  transform: rotate(-6deg);
}

.seo-card.theme-telegram .rank-number {
  border-radius: 999px 18px 999px 18px;
}

.seo-card.theme-telegram .rank-number::before {
  left: 11px;
  top: 11px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(135deg, #49d8ff, #8c76ff);
  box-shadow: 0 0 28px rgba(73, 216, 255, 0.26);
  transform: none;
}

.seo-card.theme-telegram .rank-number::after {
  left: 18px;
  top: 20px;
  width: 25px;
  height: 22px;
  border-radius: 3px;
  background: #111013;
  clip-path: polygon(0 42%, 100% 0, 64% 100%, 47% 61%, 26% 76%);
  box-shadow: none;
  opacity: 0.76;
  transform: none;
}

.seo-card.theme-trading .rank-number::before {
  left: 13px;
  top: 35px;
  width: 7px;
  height: 12px;
  border-radius: 999px 999px 4px 4px;
  background: var(--card-accent);
  box-shadow:
    13px -12px 0 var(--card-accent-2),
    26px -24px 0 #f7f2e8;
  transform: none;
}

.seo-card.theme-trading .rank-number::after {
  left: 15px;
  top: 26px;
  width: 33px;
  height: 22px;
  border-top: 3px solid rgba(18, 17, 19, 0.56);
  border-right: 3px solid rgba(18, 17, 19, 0.56);
  border-radius: 2px 9px 2px 0;
  background: transparent;
  box-shadow: none;
  opacity: 0.72;
  transform: rotate(-18deg);
}

.seo-card.theme-api .rank-number::before {
  left: 10px;
  top: 27px;
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--card-accent), var(--card-accent-2));
  box-shadow:
    0 -12px 0 color-mix(in srgb, var(--card-accent) 52%, transparent),
    0 12px 0 color-mix(in srgb, var(--card-accent-2) 50%, transparent);
  transform: none;
}

.seo-card.theme-api .rank-number::after {
  left: 9px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #111013;
  box-shadow:
    20px -12px 0 #111013,
    39px 0 0 #111013,
    20px 12px 0 #111013;
  opacity: 0.58;
  transform: none;
}

.seo-card.theme-ops .rank-number::before {
  left: 13px;
  top: 13px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(17, 16, 19, 0.42) 47% 53%, transparent 53%),
    linear-gradient(180deg, transparent 47%, rgba(17, 16, 19, 0.42) 47% 53%, transparent 53%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  box-shadow: 0 0 24px color-mix(in srgb, var(--card-accent) 25%, transparent);
  transform: none;
}

.seo-card.theme-ops .rank-number::after {
  display: none;
}

.seo-card.theme-reservation .rank-number::before {
  left: 12px;
  top: 11px;
  width: 34px;
  height: 38px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #111013 0 8px, transparent 8px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  transform: none;
}

.seo-card.theme-reservation .rank-number::after {
  left: 19px;
  top: 30px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #111013;
  box-shadow:
    10px 0 0 #111013,
    20px 0 0 #111013,
    0 10px 0 #111013,
    10px 10px 0 #111013;
  opacity: 0.42;
  transform: none;
}

.seo-card.theme-saas .rank-number::before {
  left: 12px;
  top: 18px;
  width: 34px;
  height: 25px;
  border-radius: 8px 8px 12px 12px;
  background:
    linear-gradient(180deg, #111013 0 7px, transparent 7px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  transform: none;
}

.seo-card.theme-saas .rank-number::after {
  left: 20px;
  top: 30px;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: #111013;
  box-shadow:
    -7px -14px 0 -1px rgba(17, 16, 19, 0.52),
    7px -14px 0 -1px rgba(17, 16, 19, 0.52);
  opacity: 0.48;
  transform: none;
}

.seo-card.theme-hosting .rank-number::before {
  left: 12px;
  top: 14px;
  width: 34px;
  height: 29px;
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(17, 16, 19, 0.46) 0 7px, transparent 7px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  box-shadow:
    0 11px 0 -5px color-mix(in srgb, var(--card-accent) 34%, transparent),
    0 0 26px color-mix(in srgb, var(--card-accent) 28%, transparent);
  transform: none;
}

.seo-card.theme-hosting .rank-number::after {
  left: 22px;
  top: 24px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #111013;
  border-right: 4px solid #111013;
  border-radius: 3px;
  background: transparent;
  box-shadow: none;
  opacity: 0.5;
  transform: rotate(-45deg);
}

.seo-card.theme-qa .rank-number::before {
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(20, 18, 14, 0.4) 0 6px, transparent 6px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
}

.seo-card.theme-qa .rank-number::after {
  left: 21px;
  top: 27px;
  width: 18px;
  height: 10px;
  border-left: 4px solid rgba(20, 18, 14, 0.5);
  border-bottom: 4px solid rgba(20, 18, 14, 0.5);
  background: transparent;
  box-shadow: none;
  transform: rotate(-45deg);
}

.seo-card.theme-ai .rank-number::before {
  left: 11px;
  top: 11px;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, rgba(17, 16, 19, 0.36) 0 4px, transparent 5px),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  box-shadow:
    -7px 7px 0 color-mix(in srgb, var(--card-accent) 28%, transparent),
    7px -7px 0 color-mix(in srgb, var(--card-accent-2) 24%, transparent);
  transform: none;
}

.seo-card.theme-ai .rank-number::after {
  left: 19px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #111013;
  box-shadow:
    20px 0 0 #111013,
    10px 12px 0 #111013;
  opacity: 0.52;
  transform: none;
}

.seo-card.theme-marketing .rank-number::before {
  left: 12px;
  top: 16px;
  width: 34px;
  height: 28px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, transparent 0 27%, rgba(17, 16, 19, 0.38) 27% 34%, transparent 34% 66%, rgba(17, 16, 19, 0.32) 66% 73%, transparent 73%),
    linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  box-shadow:
    -6px 8px 0 color-mix(in srgb, var(--card-accent) 22%, transparent),
    7px -7px 0 color-mix(in srgb, var(--card-accent-2) 20%, transparent);
  transform: none;
}

.seo-card.theme-marketing .rank-number::after {
  left: 17px;
  top: 31px;
  width: 25px;
  height: 15px;
  border-left: 4px solid rgba(17, 16, 19, 0.5);
  border-top: 4px solid rgba(17, 16, 19, 0.5);
  border-radius: 5px 5px 0 5px;
  background: transparent;
  box-shadow: none;
  opacity: 0.62;
  transform: rotate(-10deg);
}

.search-preview-head strong {
  display: block;
  color: var(--ink);
  overflow: hidden;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-preview-head small {
  display: block;
  margin-top: 5px;
  color: rgba(247, 242, 232, 0.55);
  overflow: hidden;
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.intent-meter {
  height: 9px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 25%, rgba(247, 242, 232, 0.08));
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.intent-meter span {
  display: block;
  width: var(--w, 82%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--card-accent), var(--card-accent-2));
  box-shadow: 0 0 22px color-mix(in srgb, var(--card-accent) 35%, transparent);
}

.seo-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.seo-preview-meta span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 28%, rgba(247, 242, 232, 0.1));
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(247, 242, 232, 0.74);
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: none;
  white-space: nowrap;
}

.seo-card .seo-label {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  border-radius: 999px;
  padding: 7px 10px;
  background: color-mix(in srgb, var(--card-accent) 13%, transparent);
  color: var(--card-accent);
  font-family: var(--font-body);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.seo-card h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1.08;
}

.seo-card p {
  margin-bottom: 18px;
  color: rgba(247, 242, 232, 0.78);
}

.keyword-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}

.keyword-chips span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--card-accent) 32%, rgba(247, 242, 232, 0.12));
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(247, 242, 232, 0.82);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: none;
}

.seo-card-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  border-top: 1px solid rgba(247, 242, 232, 0.13);
  padding-top: 14px;
}

.seo-card-footer strong {
  max-width: 58%;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.22;
}

.seo-card .seo-card-footer span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 0 11px;
  background: linear-gradient(135deg, var(--card-accent), var(--card-accent-2));
  color: #14120e;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: none;
}

.seo-card.theme-telegram {
  --card-accent: var(--cyan);
  --card-accent-2: #aaf8ed;
}

.seo-card.theme-trading {
  --card-accent: var(--lime);
  --card-accent-2: #fff27a;
}

.seo-card.theme-api {
  --card-accent: var(--violet);
  --card-accent-2: #d7c8ff;
}

.seo-card.theme-ops {
  --card-accent: var(--amber);
  --card-accent-2: #ffe09b;
}

.seo-card.theme-reservation {
  --card-accent: var(--coral);
  --card-accent-2: #ffb099;
}

.seo-card.theme-saas {
  --card-accent: var(--rose);
  --card-accent-2: #ffc4cf;
}

.seo-card.theme-hosting {
  --card-accent: var(--studio-blue);
  --card-accent-2: var(--studio-violet);
}

.seo-card.theme-qa {
  --card-accent: #58e6dc;
  --card-accent-2: #ff86d0;
}

.seo-card.theme-ai {
  --card-accent: var(--cyan);
  --card-accent-2: var(--violet);
}

.seo-card.theme-marketing {
  --card-accent: #ff73b5;
  --card-accent-2: #7fb8ff;
}

.bundle-card strong,
.bundle-price-link {
  position: relative;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  border-top: 1px solid color-mix(in srgb, var(--bundle-accent, var(--cyan)) 38%, rgba(247, 242, 232, 0.14));
  border-radius: 999px;
  padding: 10px 12px 10px 0;
  color: color-mix(in srgb, var(--bundle-accent, var(--cyan)) 86%, var(--ink));
  line-height: 0.95;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    text-shadow 180ms ease;
}

.bundle-card strong::before,
.bundle-price-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 42px;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, var(--bundle-accent, var(--cyan)), transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--bundle-accent, var(--cyan)) 38%, transparent);
}

.bundle-price-link span,
.bundle-price-link b {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  letter-spacing: 0;
}

.bundle-price-link span {
  min-height: 50px;
  border-radius: 999px;
  padding: 0 18px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bundle-accent) 22%, transparent), color-mix(in srgb, var(--bundle-accent-2) 10%, transparent)),
    rgba(255, 255, 255, 0.045);
  color: color-mix(in srgb, var(--bundle-accent) 84%, var(--ink));
  font-size: 1.9rem;
  font-weight: 850;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 24px color-mix(in srgb, var(--bundle-accent) 12%, transparent);
}

.bundle-price-link b {
  min-height: 44px;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--bundle-accent) 38%, rgba(247, 242, 232, 0.14));
  border-radius: 999px;
  padding: 0 16px;
  background:
    linear-gradient(135deg, var(--bundle-accent), var(--bundle-accent-2));
  color: #11100e;
  font-size: 0.9rem;
  font-weight: 950;
  white-space: nowrap;
  box-shadow:
    0 12px 26px color-mix(in srgb, var(--bundle-accent) 20%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.bundle-price-link:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--bundle-accent) 12%, transparent), color-mix(in srgb, var(--bundle-accent-2) 8%, transparent));
  box-shadow: 0 18px 44px color-mix(in srgb, var(--bundle-accent) 14%, transparent);
  color: color-mix(in srgb, var(--bundle-accent-2, var(--cyan)) 82%, #ffffff);
  text-shadow: 0 0 22px color-mix(in srgb, var(--bundle-accent, var(--cyan)) 46%, transparent);
}

.gate-grid div {
  min-height: 210px;
}

.query-board {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(16, 15, 13, 0.62);
  padding: 10px;
}

.query-board div {
  --query-a: var(--cyan);
  --query-b: var(--studio-mint);
  min-height: 260px;
  padding: 22px;
  border-color: color-mix(in srgb, var(--query-a) 38%, rgba(247, 242, 232, 0.13));
  background:
    radial-gradient(circle at 18% 8%, color-mix(in srgb, var(--query-a) 19%, transparent), transparent 34%),
    linear-gradient(150deg, color-mix(in srgb, var(--query-a) 9%, rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.012) 44%),
    rgba(20, 18, 15, 0.88);
}

.query-board div:nth-child(1) {
  --query-a: var(--studio-mint);
  --query-b: var(--cyan);
}

.query-board div:nth-child(2) {
  --query-a: var(--studio-violet);
  --query-b: var(--studio-blue);
}

.query-board div:nth-child(3) {
  --query-a: var(--amber);
  --query-b: var(--sun);
}

.query-board div:nth-child(4) {
  --query-a: var(--studio-rose);
  --query-b: var(--coral);
}

.query-board span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--query-a) 38%, rgba(247, 242, 232, 0.12));
  border-radius: 999px;
  background: color-mix(in srgb, var(--query-a) 13%, rgba(255, 255, 255, 0.04));
  color: color-mix(in srgb, var(--query-a) 82%, var(--ink));
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.query-board p {
  border-bottom: 1px solid rgba(247, 242, 232, 0.13);
  margin: 26px 0 0;
  padding-bottom: 12px;
  color: var(--ink);
}

.gate-grid div,
.query-board div,
.pricing-grid article {
  position: relative;
  overflow: hidden;
}

.gate-grid div:hover,
.query-board div:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--query-a) 62%, rgba(247, 242, 232, 0.18));
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.24),
    0 0 34px color-mix(in srgb, var(--query-a) 13%, transparent);
}

.gate-grid div:nth-child(1) .gate-icon::before {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan), var(--warm-lime));
}

.gate-grid div:nth-child(1) .gate-icon::after {
  width: 6px;
  height: 14px;
  border-right: 3px solid rgba(18, 17, 13, 0.68);
  border-bottom: 3px solid rgba(18, 17, 13, 0.68);
  transform: rotate(42deg) translate(1px, -2px);
}

.gate-grid div:nth-child(2) .gate-icon::before {
  width: 26px;
  height: 22px;
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(18, 17, 13, 0.42) 0 3px, transparent 3px 100%),
    linear-gradient(135deg, var(--rose), var(--violet));
  box-shadow: 8px 6px 0 rgba(255, 154, 174, 0.22);
}

.gate-grid div:nth-child(2) .gate-icon::after {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.82);
  transform: rotate(-28deg);
}

.gate-grid div:nth-child(3) .gate-icon::before {
  width: 26px;
  height: 20px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--amber), var(--coral));
  box-shadow:
    0 -7px 0 rgba(255, 197, 87, 0.28),
    0 0 22px rgba(255, 197, 87, 0.22);
}

.gate-grid div:nth-child(3) .gate-icon::after {
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: rgba(18, 17, 13, 0.38);
  box-shadow: 0 6px 0 rgba(18, 17, 13, 0.26);
}

.query-board div:nth-child(1) .query-icon::before {
  width: 24px;
  height: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--warm-lime), var(--cyan));
}

.query-board div:nth-child(1) .query-icon::after {
  width: 20px;
  height: 12px;
  border-right: 3px solid rgba(18, 17, 13, 0.48);
  border-bottom: 3px solid rgba(18, 17, 13, 0.48);
  border-radius: 0 0 6px 0;
  transform: rotate(8deg) translate(1px, -1px);
}

.query-board div:nth-child(2) .query-icon::before {
  width: 25px;
  height: 25px;
  border: 3px solid var(--cyan);
  border-radius: 999px;
  box-shadow: inset 0 0 0 6px rgba(97, 216, 207, 0.12);
}

.query-board div:nth-child(2) .query-icon::after {
  right: 7px;
  bottom: 9px;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: var(--violet);
  transform: rotate(45deg);
}

.query-board div:nth-child(3) .query-icon::before {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(18, 17, 13, 0.26) 0 2px, transparent 2px 50%, rgba(18, 17, 13, 0.26) 50% calc(50% + 2px), transparent calc(50% + 2px)),
    linear-gradient(180deg, rgba(18, 17, 13, 0.26) 0 2px, transparent 2px 50%, rgba(18, 17, 13, 0.26) 50% calc(50% + 2px), transparent calc(50% + 2px)),
    linear-gradient(135deg, var(--violet), var(--cyan));
}

.query-board div:nth-child(3) .query-icon::after {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.82);
  box-shadow:
    -11px -8px 0 rgba(247, 242, 232, 0.42),
    11px 8px 0 rgba(247, 242, 232, 0.42);
}

.query-board div:nth-child(4) .query-icon::before {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background:
    linear-gradient(45deg, transparent 42%, rgba(18, 17, 13, 0.5) 42% 58%, transparent 58%),
    linear-gradient(-45deg, transparent 42%, rgba(18, 17, 13, 0.5) 42% 58%, transparent 58%),
    linear-gradient(135deg, var(--ink), var(--cyan));
  box-shadow: 0 0 22px rgba(97, 216, 207, 0.24);
}

.query-board div:nth-child(4) .query-icon::after {
  width: 16px;
  height: 3px;
  border-radius: 999px;
  background: var(--lime);
  transform: rotate(-28deg) translateY(10px);
}

.query-board .query-icon {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 58px;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-color: color-mix(in srgb, var(--query-a) 44%, rgba(247, 242, 232, 0.14));
  border-radius: 16px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--query-a) 24%, rgba(255, 255, 255, 0.08)), rgba(255, 255, 255, 0.04) 54%, rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 34px color-mix(in srgb, var(--query-a) 12%, transparent);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.query-board .query-icon::before,
.query-board .query-icon::after {
  display: none;
}

.query-board .query-icon i {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--query-b) 70%, rgba(255, 255, 255, 0.24));
  border-radius: 12px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.62), transparent 24%),
    linear-gradient(135deg, var(--query-a), var(--query-b));
  box-shadow:
    0 0 24px color-mix(in srgb, var(--query-a) 30%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.query-board .query-icon i::before,
.query-board .query-icon i::after {
  content: "";
  position: absolute;
  display: block;
}

.query-board .query-icon b {
  overflow: hidden;
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.query-demand i::before {
  left: 8px;
  top: 8px;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(18, 17, 13, 0.72);
  border-radius: 999px;
}

.query-demand i::after {
  right: 7px;
  bottom: 8px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: rgba(18, 17, 13, 0.72);
  transform: rotate(45deg);
}

.query-problem i::before {
  inset: 8px;
  border: 3px solid rgba(18, 17, 13, 0.7);
  border-radius: 999px;
  box-shadow: inset 0 0 0 5px rgba(18, 17, 13, 0.16);
}

.query-problem i::after {
  left: 15px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(18, 17, 13, 0.78);
  box-shadow:
    0 -12px 0 rgba(18, 17, 13, 0.5),
    0 12px 0 rgba(18, 17, 13, 0.5);
}

.query-page i::before {
  left: 9px;
  top: 7px;
  width: 16px;
  height: 20px;
  border-radius: 5px;
  background: rgba(18, 17, 13, 0.68);
  box-shadow: 5px 4px 0 rgba(18, 17, 13, 0.2);
}

.query-page i::after {
  left: 13px;
  top: 13px;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.72);
  box-shadow:
    0 5px 0 rgba(247, 242, 232, 0.58),
    0 10px 0 rgba(247, 242, 232, 0.42);
}

.query-post i::before {
  left: 8px;
  top: 9px;
  width: 18px;
  height: 14px;
  border-radius: 6px;
  background: rgba(18, 17, 13, 0.68);
}

.query-post i::after {
  left: 13px;
  top: 14px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.74);
  box-shadow:
    0 5px 0 rgba(247, 242, 232, 0.56),
    8px 12px 0 -1px rgba(18, 17, 13, 0.68);
}

.pricing-grid article:nth-child(1) .price-emoji::before,
.pricing-grid article:nth-child(2) .price-emoji::before,
.pricing-grid article:nth-child(3) .price-emoji::before,
.pricing-grid article:nth-child(4) .price-emoji::before {
  width: 24px;
  height: 17px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  box-shadow: 0 0 24px rgba(97, 216, 207, 0.22);
}

.pricing-grid article:nth-child(1) .price-emoji::after {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(18, 17, 13, 0.48);
  border-radius: 999px;
}

.pricing-grid article:nth-child(2) .price-emoji::after {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: rgba(18, 17, 13, 0.42);
  box-shadow:
    0 -6px 0 rgba(18, 17, 13, 0.24),
    0 6px 0 rgba(18, 17, 13, 0.24);
}

.pricing-grid article:nth-child(3) .price-emoji::after {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(18, 17, 13, 0.52);
  box-shadow:
    -8px 0 0 rgba(18, 17, 13, 0.52),
    8px 0 0 rgba(18, 17, 13, 0.52);
}

.pricing-grid article:nth-child(4) .price-emoji::after {
  width: 18px;
  height: 10px;
  border: 3px solid rgba(18, 17, 13, 0.44);
  border-top: 0;
  border-radius: 3px 3px 8px 8px;
  background: transparent;
  box-shadow: none;
}

.pricing-grid article {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 20px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.014)),
    linear-gradient(300deg, rgba(97, 216, 207, 0.07), transparent 52%),
    rgba(18, 17, 15, 0.9);
}

.pricing-icon {
  position: relative;
  display: flex;
  width: 100%;
  height: 76px;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 0 0 18px;
  padding: 0 18px;
  border: 1px solid color-mix(in srgb, var(--pricing-accent, var(--cyan)) 44%, rgba(247, 242, 232, 0.14));
  border-radius: 18px;
  background:
    radial-gradient(circle at 22% 24%, color-mix(in srgb, var(--pricing-accent, var(--cyan)) 34%, transparent), transparent 28%),
    radial-gradient(circle at 76% 52%, color-mix(in srgb, var(--pricing-accent-2, var(--violet)) 28%, transparent), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055) 48%, rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 color-mix(in srgb, var(--pricing-accent, var(--cyan)) 20%, transparent),
    0 18px 42px color-mix(in srgb, var(--pricing-accent, var(--cyan)) 12%, transparent);
  overflow: hidden;
}

.pricing-icon::before {
  content: "";
  position: absolute;
  inset: 12px 22px;
  border: 1px solid rgba(247, 242, 232, 0.1);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(247, 242, 232, 0.12), transparent 45%, rgba(247, 242, 232, 0.06));
}

.pricing-icon::after {
  content: "";
  position: absolute;
  inset: auto 22px 12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--pricing-accent, var(--cyan)), var(--pricing-accent-2, var(--violet)), transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--pricing-accent, var(--cyan)) 48%, transparent);
}

.pricing-icon svg {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 56px;
  flex: 0 0 74px;
  overflow: visible;
}

.pricing-icon b {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: color-mix(in srgb, var(--pricing-accent-2, var(--cyan)) 42%, var(--ink));
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.16rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 0 22px color-mix(in srgb, var(--pricing-accent, var(--cyan)) 28%, transparent);
}

.pricing-icon svg rect,
.pricing-icon svg circle {
  fill: color-mix(in srgb, var(--pricing-accent, var(--cyan)) 28%, rgba(247, 242, 232, 0.1));
  stroke: color-mix(in srgb, var(--pricing-accent, var(--cyan)) 84%, var(--ink));
  stroke-width: 2.8;
}

.pricing-icon svg path {
  fill: none;
  stroke: color-mix(in srgb, var(--pricing-accent-2, var(--violet)) 82%, var(--ink));
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-icon-starter svg path:last-child {
  stroke: color-mix(in srgb, var(--pricing-accent, var(--cyan)) 30%, #07100f);
  stroke-width: 4.8;
}

.pricing-icon-library svg path:nth-of-type(2),
.pricing-icon-library svg path:nth-of-type(3) {
  stroke-width: 3.6;
}

.pricing-grid h3 {
  color: var(--ink);
  font-size: 2.45rem;
  line-height: 0.95;
}

.pricing-price-link {
  color: inherit;
  text-decoration: none;
  transition:
    color 180ms ease,
    text-shadow 180ms ease,
    transform 180ms ease;
}

.pricing-price-link:hover {
  display: inline-block;
  transform: translateY(-2px);
  color: var(--cyan);
  text-shadow: 0 0 24px rgba(97, 216, 207, 0.34);
}

.pricing a {
  margin-top: auto;
}

.featured-plan {
  border-color: rgba(97, 216, 207, 0.48) !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(97, 216, 207, 0.24), transparent 38%),
    radial-gradient(circle at 88% 18%, rgba(169, 149, 255, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(97, 216, 207, 0.14), rgba(169, 149, 255, 0.12) 52%, rgba(255, 127, 176, 0.07)),
    rgba(16, 18, 24, 0.93) !important;
  color: var(--ink);
  box-shadow:
    0 22px 70px rgba(97, 216, 207, 0.14),
    0 0 42px rgba(169, 149, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.featured-plan span,
.featured-plan h3,
.featured-plan a {
  color: var(--ink);
}

.featured-plan p {
  color: rgba(247, 242, 232, 0.72);
}

.featured-plan a {
  border-color: rgba(97, 216, 207, 0.26);
}

.faq-section {
  --accent: var(--cyan);
  background:
    linear-gradient(130deg, rgba(97, 216, 207, 0.14), transparent 34%),
    linear-gradient(310deg, rgba(199, 243, 90, 0.12), transparent 46%),
    linear-gradient(180deg, rgba(255, 154, 174, 0.06), transparent 72%),
    rgba(26, 24, 21, 0.94);
}

.faq-section::after {
  display: none;
}

.faq-corner-art {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 1;
  width: min(230px, 22vw);
  min-width: 190px;
  aspect-ratio: 220 / 112;
  pointer-events: none;
  transform: rotate(-1.8deg);
}

.faq-corner-art svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter:
    drop-shadow(0 18px 34px rgba(0, 0, 0, 0.22))
    drop-shadow(0 0 24px rgba(39, 215, 255, 0.16));
}

.faq-corner-art span {
  position: absolute;
  right: 22px;
  bottom: 16px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(127, 245, 201, 0.34);
  border-radius: 999px;
  padding: 0 10px;
  background:
    linear-gradient(135deg, rgba(127, 245, 201, 0.18), rgba(140, 118, 255, 0.12)),
    rgba(9, 10, 12, 0.58);
  color: color-mix(in srgb, var(--studio-mint) 60%, var(--ink));
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow:
    0 0 24px rgba(127, 245, 201, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.faq-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 14px;
}

.faq-contact,
.faq-list details {
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(16, 15, 13, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 48px rgba(0, 0, 0, 0.22);
}

.faq-contact {
  align-self: start;
  min-height: 330px;
  border-radius: 18px;
  padding: 28px;
}

.faq-contact > span,
.assistant-head span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  border: 1px solid rgba(97, 216, 207, 0.34);
  border-radius: 999px;
  padding: 7px 11px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.22), rgba(199, 243, 90, 0.1)),
    rgba(255, 255, 255, 0.035);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.faq-contact h3 {
  margin: 0 0 14px;
  font-size: 2.05rem;
  line-height: 1.02;
}

.faq-contact p {
  color: var(--muted);
}

.faq-contact a {
  width: 100%;
  min-height: 52px;
  margin-top: 26px;
  border-color: rgba(199, 243, 90, 0.38);
  background:
    linear-gradient(135deg, rgba(199, 243, 90, 0.16), rgba(97, 216, 207, 0.09)),
    rgba(255, 255, 255, 0.045);
  color: var(--ink);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.faq-list details[open] {
  border-color: rgba(199, 243, 90, 0.34);
  background:
    linear-gradient(135deg, rgba(199, 243, 90, 0.1), transparent 42%),
    linear-gradient(315deg, rgba(97, 216, 207, 0.08), transparent 46%),
    rgba(16, 15, 13, 0.84);
}

.faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 20px 22px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.22), rgba(199, 243, 90, 0.12)),
    rgba(255, 255, 255, 0.05);
  color: var(--lime);
  font-family: var(--font-display);
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary::after {
  content: "-";
  transform: rotate(180deg);
  background:
    linear-gradient(135deg, var(--lime), var(--cyan)),
    var(--lime);
  color: #12110e;
}

.faq-list p {
  margin: 0;
  border-top: 1px solid rgba(247, 242, 232, 0.1);
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 1rem;
}

.assistant-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  justify-items: end;
  gap: 10px;
  pointer-events: none;
}

.assistant-toggle,
.assistant-close,
.assistant-quick button,
.assistant-form button {
  border: 0;
  cursor: pointer;
  font-family: var(--font-display);
}

.assistant-toggle {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  border: 1px solid rgba(97, 216, 207, 0.42);
  border-radius: 999px;
  padding: 0 18px 0 10px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.96), rgba(169, 149, 255, 0.92)),
    var(--cyan);
  color: #11100e;
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.36),
    0 0 32px rgba(97, 216, 207, 0.2);
  font-weight: 900;
}

.assistant-avatar,
.assistant-panel-avatar {
  display: block;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(247, 242, 232, 0.72);
  background: #11100e;
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.24),
    0 0 0 4px rgba(97, 216, 207, 0.16),
    0 0 28px rgba(169, 149, 255, 0.18);
}

.assistant-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
}

.assistant-panel-avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.assistant-panel {
  order: -1;
  pointer-events: auto;
  width: min(390px, calc(100vw - 24px));
  max-height: calc(100vh - 104px);
  overflow: auto;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 22px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    linear-gradient(315deg, rgba(97, 216, 207, 0.12), transparent 48%),
    rgba(19, 18, 15, 0.94);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(22px) saturate(1.15);
}

.assistant-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.assistant-head-main {
  display: flex;
  align-items: center;
  gap: 12px;
}

.assistant-head span {
  margin-bottom: 6px;
}

.assistant-head strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.05;
}

.assistant-close {
  min-height: 34px;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 0.82rem;
}

.assistant-thread {
  display: grid;
  max-height: 260px;
  gap: 8px;
  overflow: auto;
  padding: 4px 2px 10px;
}

.assistant-message {
  width: fit-content;
  max-width: 92%;
  margin: 0;
  border: 1px solid rgba(247, 242, 232, 0.12);
  border-radius: 16px 16px 16px 5px;
  padding: 11px 13px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.92rem;
}

.assistant-message.is-user {
  justify-self: end;
  border-color: rgba(199, 243, 90, 0.28);
  border-radius: 16px 16px 5px 16px;
  background:
    linear-gradient(135deg, rgba(199, 243, 90, 0.18), rgba(97, 216, 207, 0.08)),
    rgba(255, 255, 255, 0.045);
  color: var(--ink);
}

.assistant-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 4px 0 12px;
}

.assistant-quick button {
  min-height: 34px;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  font-size: 0.84rem;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.assistant-quick button:hover {
  transform: translateY(-1px);
  border-color: rgba(199, 243, 90, 0.42);
  background: rgba(199, 243, 90, 0.08);
}

.assistant-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.assistant-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(247, 242, 232, 0.14);
  border-radius: 14px;
  background: rgba(8, 8, 7, 0.5);
  color: var(--ink);
  padding: 0 12px;
  outline: none;
}

.assistant-form input:focus {
  border-color: rgba(199, 243, 90, 0.46);
  box-shadow: 0 0 0 3px rgba(199, 243, 90, 0.08);
}

.assistant-form button {
  min-height: 44px;
  border-radius: 14px;
  padding: 0 14px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  color: #11100e;
  font-weight: 900;
}

.assistant-email {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  min-height: 38px;
  margin-top: 10px;
  border: 1px solid rgba(97, 216, 207, 0.24);
  border-radius: 999px;
  padding: 3px 12px 3px 4px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.12), rgba(169, 149, 255, 0.06)),
    rgba(255, 255, 255, 0.035);
  color: var(--cyan);
  font-size: 0.9rem;
  font-weight: 800;
}

.mail-link {
  position: relative;
  gap: 10px;
  overflow: hidden;
}

.mail-link span:last-child {
  position: relative;
  z-index: 1;
}

.mail-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(97, 216, 207, 0.36);
  border-radius: 12px;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.32), transparent 34%),
    linear-gradient(135deg, rgba(97, 216, 207, 0.22), rgba(169, 149, 255, 0.16)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.18),
    0 0 24px rgba(97, 216, 207, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.assistant-email .mail-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.assistant-email .mail-icon::before {
  width: 17px;
  height: 12px;
}

.assistant-email .mail-icon::after {
  top: 10px;
  width: 11px;
  height: 11px;
}

.mail-icon::before,
.mail-icon::after,
.mail-link::after {
  content: "";
  position: absolute;
  display: block;
}

.mail-icon::before {
  width: 20px;
  height: 14px;
  border: 2px solid var(--cyan);
  border-radius: 5px;
  background: rgba(18, 17, 13, 0.3);
  box-shadow: 0 0 18px rgba(97, 216, 207, 0.24);
}

.mail-icon::after {
  top: 11px;
  width: 13px;
  height: 13px;
  border-right: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  transform: rotate(45deg);
  transform-origin: center;
}

.mail-link::after {
  inset: 0 auto 0 -45%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(247, 242, 232, 0.16), transparent);
  opacity: 0;
  transform: skewX(-18deg);
  transition:
    opacity 180ms ease,
    left 420ms ease;
  pointer-events: none;
}

.mail-link:hover::after {
  left: 110%;
  opacity: 1;
}

.faq-contact a.mail-link {
  justify-content: flex-start;
  padding: 7px 16px 7px 7px;
}

.site-footer {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  padding: 22px;
  background:
    linear-gradient(120deg, rgba(97, 216, 207, 0.08), transparent 36%),
    linear-gradient(300deg, rgba(255, 197, 87, 0.08), transparent 42%),
    rgba(18, 17, 15, 0.78);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer div {
  max-width: 760px;
}

.site-footer .brand-word {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.1rem;
  line-height: 1;
}

.site-footer .brand-word span:last-child {
  color: transparent;
  background: linear-gradient(135deg, var(--cyan), var(--lime) 52%, #fff27a);
  -webkit-background-clip: text;
  background-clip: text;
}

.site-footer p {
  margin: 0;
}

.site-footer > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(97, 216, 207, 0.32);
  border-radius: 999px;
  padding: 5px 16px 5px 6px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.12), rgba(169, 149, 255, 0.07)),
    rgba(97, 216, 207, 0.07);
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.footer-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(97, 216, 207, 0.28);
  border-radius: 999px;
  padding: 8px 13px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.11), rgba(169, 149, 255, 0.1)),
    rgba(255, 255, 255, 0.035);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.footer-links a:hover {
  border-color: rgba(127, 245, 201, 0.54);
  color: #7ff5c9;
}

.footer-links .mail-link {
  padding: 5px 14px 5px 6px;
}

.policy-page .article-hero {
  background:
    linear-gradient(135deg, rgba(127, 245, 201, 0.12), rgba(39, 215, 255, 0.08), rgba(140, 118, 255, 0.12)),
    rgba(255, 255, 255, 0.03);
}

.article-page .topbar {
  margin-bottom: 18px;
}

.article-hero {
  margin-bottom: 18px;
  padding: 56px;
  --accent: var(--cyan);
  background:
    linear-gradient(145deg, rgba(97, 216, 207, 0.1), transparent 45%),
    linear-gradient(315deg, rgba(255, 125, 92, 0.1), transparent 42%),
    rgba(26, 24, 21, 0.92);
}

.article-hero h1 {
  max-width: 980px;
  margin-bottom: 20px;
}

.article-hero p {
  max-width: 820px;
  font-size: 1.08rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 12px;
  background:
    linear-gradient(120deg, rgba(183, 156, 255, 0.1), transparent 38%),
    rgba(26, 24, 21, 0.92);
}

.article-main,
.article-side {
  padding: 26px;
}

.article-main h2 {
  margin: 34px 0 12px;
  font-size: 2rem;
}

.article-main h2:first-child {
  margin-top: 0;
}

.article-main h3,
.article-side h3 {
  margin-top: 26px;
  font-size: 1.25rem;
}

.article-main ul {
  padding-left: 20px;
}

.article-side {
  align-self: start;
  position: sticky;
  top: 110px;
}

.article-side strong,
.article-price-link {
  display: block;
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 2rem;
  font-weight: 950;
  text-decoration: none;
  transition:
    color 180ms ease,
    text-shadow 180ms ease,
    transform 180ms ease;
}

.article-price-link:hover {
  transform: translateY(-2px);
  color: var(--cyan);
  text-shadow: 0 0 22px rgba(97, 216, 207, 0.36);
}

.article-side ul {
  margin: 16px 0 22px;
  padding-left: 18px;
  color: var(--muted);
}

.checkout-hero,
.checkout-steps-section {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  background:
    linear-gradient(125deg, rgba(97, 216, 207, 0.16), transparent 38%),
    radial-gradient(circle at 86% 12%, rgba(169, 140, 255, 0.18), transparent 32%),
    linear-gradient(310deg, rgba(255, 154, 116, 0.08), transparent 44%),
    rgba(22, 20, 18, 0.94);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.checkout-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: stretch;
  padding: clamp(34px, 6vw, 70px);
}

.checkout-hero h1 {
  max-width: 860px;
  margin: 12px 0 18px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.92;
}

.checkout-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
}

.checkout-card {
  align-self: center;
  border: 1px solid color-mix(in srgb, var(--cyan) 36%, rgba(247, 242, 232, 0.14));
  border-radius: 16px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.022)),
    rgba(13, 15, 15, 0.82);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.checkout-label {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(97, 216, 207, 0.36);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(97, 216, 207, 0.1);
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-card h2 {
  margin: 28px 0 12px;
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  line-height: 1;
}

.checkout-card strong {
  display: block;
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 2.45rem;
  line-height: 1;
}

.checkout-card p {
  margin-bottom: 24px;
}

.cart-hero,
.payment-section,
.cart-upsells {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background:
    linear-gradient(125deg, rgba(97, 216, 207, 0.14), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(169, 149, 255, 0.18), transparent 34%),
    linear-gradient(315deg, rgba(255, 115, 181, 0.08), transparent 44%),
    rgba(18, 18, 17, 0.92);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cart-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(420px, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: clamp(24px, 4vw, 46px);
}

.cart-copy h1 {
  max-width: 520px;
  margin: 12px 0 14px;
  font-size: clamp(2.55rem, 4vw, 4.25rem);
  line-height: 0.95;
}

.cart-title {
  color: var(--ink);
}

.cart-title > span:last-child {
  display: block;
  color: transparent;
  background: linear-gradient(135deg, var(--studio-mint), var(--cyan), var(--violet));
  -webkit-background-clip: text;
  background-clip: text;
}

.cart-title-brand {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}

.cart-title-brand span:first-child,
.cart-brand-heading span:first-child {
  color: var(--ink);
}

.cart-title-brand span:last-child,
.cart-brand-heading span:nth-child(2) {
  color: transparent;
  background: linear-gradient(135deg, #f7f2e8 0%, var(--warm-lime) 48%, var(--sun) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 16px rgba(199, 247, 95, 0.14));
}

.cart-brand-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  align-items: baseline;
}

.cart-brand-heading em {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(97, 216, 207, 0.26);
  border-radius: 999px;
  margin-left: 8px;
  padding: 0 10px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.12), rgba(169, 149, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.cart-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1rem;
}

.cart-signal-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.cart-signal-row span {
  display: grid;
  min-height: 92px;
  align-content: space-between;
  border: 1px solid rgba(97, 216, 207, 0.18);
  border-radius: 18px;
  padding: 14px;
  background:
    radial-gradient(circle at 16% 12%, rgba(97, 216, 207, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.032);
  color: rgba(247, 242, 232, 0.82);
  font-weight: 850;
}

.cart-signal-row b {
  width: fit-content;
  border-radius: 999px;
  padding: 4px 8px;
  background: linear-gradient(135deg, var(--studio-mint), var(--studio-violet));
  color: #080a09;
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.cart-panel {
  align-self: stretch;
  border: 1px solid color-mix(in srgb, var(--cyan) 36%, rgba(247, 242, 232, 0.14));
  border-radius: 22px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(8, 11, 13, 0.84);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.cart-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.cart-panel h2 {
  margin: 8px 0 0;
  font-size: clamp(1.72rem, 2.45vw, 2.75rem);
  line-height: 0.98;
}

.clear-cart,
.cart-item button,
.copy-order {
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 850;
}

.cart-items {
  display: grid;
  gap: 8px;
  max-height: 260px;
  overflow: auto;
  padding-right: 4px;
}

.cart-item,
.empty-cart {
  border: 1px solid rgba(247, 242, 232, 0.13);
  border-radius: 16px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(97, 216, 207, 0.1), rgba(169, 149, 255, 0.07)),
    rgba(255, 255, 255, 0.032);
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 10px;
  align-items: center;
}

.cart-item span,
.cart-item small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.cart-item span {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-weight: 900;
  text-transform: uppercase;
}

.cart-item strong {
  display: block;
  margin: 2px 0;
  font-size: 0.98rem;
  line-height: 1.2;
}

.cart-item > b {
  color: transparent;
  background: linear-gradient(135deg, var(--studio-mint), var(--studio-blue), var(--studio-rose));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--font-display);
  font-size: 1.24rem;
  font-weight: 950;
}

.cart-item button {
  grid-column: 2;
  min-height: 32px;
  padding: 6px 11px;
  font-size: 0.78rem;
}

.empty-cart {
  display: grid;
  gap: 10px;
  justify-items: start;
  color: var(--muted);
}

.empty-cart strong {
  color: var(--ink);
  font-size: 1.15rem;
}

.empty-cart a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 999px;
  padding: 0 15px;
  border: 1px solid rgba(255, 154, 174, 0.48);
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.38), transparent 30%),
    linear-gradient(135deg, #ffc06f 0%, #ff7d8d 48%, #ff73b5 100%);
  color: #140909;
  font-weight: 950;
  box-shadow:
    0 16px 36px rgba(255, 115, 181, 0.2),
    0 0 0 4px rgba(255, 154, 174, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.cart-coupon {
  margin: 12px 0 12px;
  padding: 12px;
}

.cart-coupon .coupon-header {
  margin-bottom: 8px;
}

.cart-coupon .coupon-badge {
  min-height: 29px;
  padding: 0 10px;
  font-size: 0.72rem;
}

.cart-coupon .coupon-header small,
.cart-coupon .coupon-status {
  font-size: 0.78rem;
}

.cart-coupon .coupon-form input,
.cart-coupon .coupon-form button {
  height: 42px;
  min-height: 42px;
}

.cart-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 14px;
  border-top: 1px solid rgba(247, 242, 232, 0.12);
  padding-top: 12px;
}

.cart-total span {
  color: var(--muted);
  font-weight: 800;
}

.cart-total b,
.cart-total strong {
  justify-self: end;
  font-family: var(--font-display);
}

.cart-total strong {
  color: transparent;
  background: linear-gradient(135deg, var(--studio-mint), var(--studio-blue), var(--studio-rose));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.05rem;
  line-height: 1;
}

.cart-pay {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.cart-pay-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 247, 95, 0.52);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.44), transparent 28%),
    linear-gradient(135deg, #eaff73 0%, #89f6a6 42%, #54e1c6 100%);
  color: #080a09;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 950;
  box-shadow:
    0 20px 48px rgba(137, 246, 166, 0.2),
    0 0 0 5px rgba(201, 247, 95, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.cart-pay-button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 24px 58px rgba(137, 246, 166, 0.28),
    0 0 0 6px rgba(201, 247, 95, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.cart-pay small {
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.payment-section,
.cart-upsells {
  margin-top: 18px;
  padding: clamp(26px, 4vw, 44px);
}

.payment-grid,
.upsell-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.payment-card,
.upsell-grid a {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(247, 242, 232, 0.13);
  border-radius: 20px;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.018)),
    rgba(10, 12, 14, 0.76);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.payment-card.is-primary {
  border-color: rgba(97, 216, 207, 0.42);
  background:
    radial-gradient(circle at 18% 12%, rgba(97, 216, 207, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 14, 0.84);
}

.payment-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(97, 216, 207, 0.26);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(97, 216, 207, 0.5), rgba(169, 149, 255, 0.48));
  box-shadow: 0 18px 38px rgba(97, 216, 207, 0.14);
}

.crypto-icon::before,
.delivery-icon::before,
.provider-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 35%, rgba(8, 10, 9, 0.86) 36% 48%, transparent 49%),
    conic-gradient(from 0deg, #080a09, #080a09 22%, transparent 22% 31%, #080a09 31% 55%, transparent 55% 64%, #080a09 64%);
}

.delivery-icon::before {
  border-radius: 6px;
  background:
    linear-gradient(#080a09 0 0) 7px 6px / 10px 2px no-repeat,
    linear-gradient(#080a09 0 0) 7px 12px / 14px 2px no-repeat,
    linear-gradient(#080a09 0 0) 7px 18px / 9px 2px no-repeat,
    rgba(8, 10, 9, 0.18);
  border: 2px solid rgba(8, 10, 9, 0.82);
}

.provider-icon::before {
  border-radius: 8px;
  background:
    linear-gradient(#080a09 0 0) 5px 7px / 14px 2px no-repeat,
    linear-gradient(#080a09 0 0) 5px 14px / 14px 2px no-repeat,
    linear-gradient(135deg, rgba(8, 10, 9, 0.2), rgba(8, 10, 9, 0.84));
}

.payment-card h3,
.upsell-grid strong {
  display: block;
  margin: 18px 0 8px;
  font-size: 1.42rem;
  line-height: 1.08;
}

.payment-card p,
.payment-card small,
.upsell-grid small {
  color: var(--muted);
}

.payment-card label {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  color: rgba(247, 242, 232, 0.82);
  font-size: 0.86rem;
  font-weight: 850;
}

.payment-card select,
.payment-card input {
  min-height: 46px;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 12px;
  padding: 0 12px;
  background: rgba(0, 0, 0, 0.3);
  color: var(--ink);
}

.payment-card .article-cta {
  margin-top: 18px;
}

.delivery-mini-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.delivery-mini-list span {
  border: 1px solid rgba(97, 216, 207, 0.16);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(97, 216, 207, 0.055);
  color: rgba(247, 242, 232, 0.84);
  font-size: 0.88rem;
  font-weight: 800;
}

.copy-order {
  margin: 12px 0 8px;
  background: linear-gradient(135deg, rgba(169, 149, 255, 0.22), rgba(39, 215, 255, 0.14));
}

.upsell-grid a {
  display: grid;
  min-height: 180px;
  align-content: space-between;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.upsell-grid a:hover {
  border-color: rgba(97, 216, 207, 0.42);
  transform: translateY(-3px);
  box-shadow:
    0 26px 68px rgba(39, 215, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.upsell-grid span {
  width: fit-content;
  border-radius: 999px;
  padding: 8px 11px;
  background: linear-gradient(135deg, var(--studio-mint), var(--studio-violet));
  color: #080a09;
  font-family: var(--font-display);
  font-weight: 950;
}

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

.coupon-panel {
  position: relative;
  overflow: hidden;
  margin: 22px 0 24px;
  border: 1px solid color-mix(in srgb, var(--cyan) 34%, rgba(247, 242, 232, 0.16));
  border-radius: 18px;
  padding: 16px;
  background:
    radial-gradient(circle at 12% 0%, rgba(97, 216, 207, 0.2), transparent 34%),
    radial-gradient(circle at 96% 22%, rgba(169, 140, 255, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(12, 16, 18, 0.72);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.coupon-panel::before,
.coupon-panel::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 42px;
  border-radius: 999px;
  background: rgba(13, 15, 15, 0.96);
  transform: translateY(-50%);
  opacity: 0.7;
  pointer-events: none;
}

.coupon-panel::before {
  left: -11px;
}

.coupon-panel::after {
  right: -11px;
}

.coupon-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.coupon-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(97, 216, 207, 0.38);
  border-radius: 999px;
  padding: 0 12px;
  background: linear-gradient(135deg, rgba(97, 216, 207, 0.22), rgba(169, 140, 255, 0.14));
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.coupon-header small {
  color: var(--muted);
  font-size: 0.82rem;
  text-align: right;
}

.coupon-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.coupon-form input {
  min-width: 0;
  height: 48px;
  border: 1px solid rgba(247, 242, 232, 0.18);
  border-radius: 14px;
  padding: 0 14px;
  background: rgba(6, 7, 7, 0.62);
  color: var(--ink);
  font: 900 0.96rem var(--font-body);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.coupon-form input:focus {
  border-color: rgba(97, 216, 207, 0.78);
  box-shadow:
    0 0 0 4px rgba(97, 216, 207, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.coupon-form button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.46), transparent 30%),
    linear-gradient(135deg, #ffe36d 0%, #ffbf6b 52%, #ff8a70 100%);
  color: #170d04;
  font: 950 0.92rem var(--font-display);
  cursor: pointer;
  box-shadow:
    0 16px 34px rgba(255, 183, 90, 0.22),
    0 0 0 4px rgba(255, 208, 106, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.coupon-form button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 20px 42px rgba(255, 138, 112, 0.28),
    0 0 0 5px rgba(255, 208, 106, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.coupon-status {
  position: relative;
  min-height: 20px;
  margin: 12px 0 0 !important;
  color: var(--muted);
  font-size: 0.86rem !important;
}

.coupon-status[data-coupon-state="applied"],
.coupon-status[data-coupon-state="range"] {
  color: #9cffb4;
}

.coupon-status[data-coupon-state="invalid"] {
  color: #ff9aa8;
}

.coupon-total {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(247, 242, 232, 0.12);
  padding-top: 13px;
}

.coupon-total span {
  color: var(--muted);
  font-size: 0.84rem;
}

.coupon-total b,
.coupon-total strong {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.96rem;
  line-height: 1.15;
  text-align: right;
}

.coupon-total strong {
  display: block;
  color: #9cffb4;
  font-size: 1.32rem;
}

.checkout-steps-section {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 44px);
}

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
}

.keyword-list span {
  display: inline-flex;
  min-height: 32px;
  gap: 7px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0 11px;
  color: var(--muted);
  font-size: 0.84rem;
}

.keyword-list span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(97, 216, 207, 0.52);
}

.js-enhanced .market-hero > *,
.js-enhanced .proof-strip > div,
.js-enhanced .catalog-intent-strip > div,
.js-enhanced .product-card,
.js-enhanced .seo-card,
.js-enhanced .gate-grid > div,
.js-enhanced .query-board > div,
.js-enhanced .pricing-grid > article {
  transition:
    opacity 520ms ease,
    transform 520ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.js-enhanced .market-hero > *:not(.is-visible),
.js-enhanced .proof-strip > div:not(.is-visible),
.js-enhanced .catalog-intent-strip > div:not(.is-visible),
.js-enhanced .product-card:not(.is-visible),
.js-enhanced .seo-card:not(.is-visible),
.js-enhanced .gate-grid > div:not(.is-visible),
.js-enhanced .query-board > div:not(.is-visible),
.js-enhanced .pricing-grid > article:not(.is-visible) {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
}

@keyframes softPulse {
  0%,
  100% {
    box-shadow: 0 0 18px rgba(199, 243, 90, 0.58);
  }

  50% {
    box-shadow: 0 0 28px rgba(97, 216, 207, 0.72);
  }
}

.live-dot::before {
  animation: softPulse 2.8s ease-in-out infinite;
}

.hero-search button {
  border-color: rgba(39, 215, 255, 0.36);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(135deg, var(--studio-blue), var(--studio-violet) 58%, var(--studio-rose));
  box-shadow:
    0 18px 42px rgba(39, 215, 255, 0.2),
    0 0 0 4px rgba(140, 118, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.hero-search button:hover {
  box-shadow:
    0 24px 54px rgba(39, 215, 255, 0.26),
    0 0 42px rgba(140, 118, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.hero-search-tags button {
  --tag-accent: var(--cyan);
  border-color: color-mix(in srgb, var(--tag-accent) 26%, rgba(247, 242, 232, 0.12));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--tag-accent) 15%, transparent), transparent 64%),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-search-tags button:nth-child(2) {
  --tag-accent: var(--studio-violet);
}

.hero-search-tags button:nth-child(3) {
  --tag-accent: var(--studio-mint);
}

.hero-search-tags button:nth-child(4) {
  --tag-accent: var(--rose);
}

.hero-search-tags button:nth-child(5) {
  --tag-accent: var(--studio-blue);
}

.hero-search-tags button:nth-child(6) {
  --tag-accent: var(--amber);
}

.hero-search-tags button:hover {
  border-color: color-mix(in srgb, var(--tag-accent) 58%, rgba(247, 242, 232, 0.22));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--tag-accent) 24%, transparent), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    0 12px 26px color-mix(in srgb, var(--tag-accent) 13%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.primary-button {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.45), transparent 26%),
    linear-gradient(135deg, var(--studio-mint), var(--cyan) 56%, #eaff8a);
  color: #07100f;
  box-shadow:
    0 18px 44px rgba(97, 216, 207, 0.22),
    0 0 0 4px rgba(127, 245, 201, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.ghost-button {
  border-color: rgba(169, 149, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(169, 149, 255, 0.2), rgba(39, 215, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
  color: var(--ink);
  box-shadow:
    0 18px 42px rgba(140, 118, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.top-action .price-chip {
  border-color: rgba(39, 215, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(39, 215, 255, 0.18), rgba(169, 149, 255, 0.22)),
    rgba(6, 8, 10, 0.72);
  color: var(--ink);
}

.top-action:hover .price-chip {
  box-shadow:
    0 14px 34px rgba(39, 215, 255, 0.18),
    0 0 24px rgba(169, 149, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.buy-top-action {
  position: relative;
  min-width: 292px;
  min-height: 58px;
  border-color: rgba(255, 207, 101, 0.48);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, rgba(27, 33, 48, 0.96), rgba(68, 46, 90, 0.92) 48%, rgba(16, 74, 85, 0.9));
  color: var(--ink);
  box-shadow:
    0 18px 42px rgba(10, 12, 20, 0.32),
    0 0 0 5px rgba(255, 207, 101, 0.075),
    0 0 34px rgba(39, 215, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.buy-top-action::before {
  content: "";
  position: absolute;
  inset: 7px auto 7px 8px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7ff5c9, #27d7ff, #ff73b5);
  box-shadow: 0 0 24px rgba(97, 216, 207, 0.35);
}

.buy-top-action::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.18) 48%, transparent 54% 100%);
  opacity: 0.45;
  transform: translateX(-34%);
  pointer-events: none;
}

.buy-top-action .top-action-copy small,
.buy-top-action b {
  color: var(--ink);
  position: relative;
  z-index: 1;
}

.buy-top-action .top-action-copy small {
  color: #7ff5c9;
  font-size: 0.7rem;
  font-weight: 900;
  opacity: 1;
}

.buy-top-action .price-chip {
  position: relative;
  z-index: 1;
  border-color: rgba(255, 247, 176, 0.76);
  background:
    linear-gradient(135deg, #fff6a6 0%, #ffc65a 48%, #ff7fa4 100%);
  color: #160d04;
  box-shadow:
    0 14px 30px rgba(255, 183, 90, 0.3),
    0 0 0 4px rgba(255, 208, 106, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.buy-top-action:hover {
  border-color: rgba(255, 208, 106, 0.72);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, rgba(36, 38, 58, 0.98), rgba(82, 51, 112, 0.94) 52%, rgba(20, 85, 94, 0.92));
  box-shadow:
    0 24px 58px rgba(169, 149, 255, 0.2),
    0 0 0 5px rgba(255, 208, 106, 0.12),
    0 0 42px rgba(39, 215, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.cart-action {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(169, 149, 255, 0.36);
  border-radius: 999px;
  padding: 0 11px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(39, 215, 255, 0.17), rgba(169, 149, 255, 0.16), rgba(255, 115, 181, 0.12)),
    rgba(9, 11, 13, 0.74);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    0 0 0 4px rgba(169, 149, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.cart-action:hover,
.cart-action.is-active {
  border-color: rgba(97, 216, 207, 0.58);
  transform: translateY(-1px);
  box-shadow:
    0 18px 44px rgba(39, 215, 255, 0.16),
    0 0 0 4px rgba(97, 216, 207, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.cart-action-icon {
  position: relative;
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(97, 216, 207, 0.28);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(127, 245, 201, 0.45), rgba(140, 118, 255, 0.42));
}

.cart-action-icon::before {
  content: "";
  width: 12px;
  height: 9px;
  border: 2px solid rgba(6, 8, 10, 0.82);
  border-top: 0;
  border-radius: 2px 2px 5px 5px;
  transform: translateY(2px);
}

.cart-action-icon::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 10px;
  height: 7px;
  border: 2px solid rgba(6, 8, 10, 0.82);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}

.cart-action b {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(247, 242, 232, 0.92);
  color: #07090b;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 950;
}

.filter[data-filter="ai"] {
  --filter-accent: var(--studio-mint);
}

.filter[data-filter="tradingview"] {
  --filter-accent: var(--studio-blue);
}

.filter[data-filter="ai"].active {
  border-color: var(--studio-mint);
  background: linear-gradient(135deg, var(--studio-mint), var(--cyan));
}

.filter[data-filter="tradingview"].active {
  border-color: var(--studio-blue);
  background: linear-gradient(135deg, var(--studio-blue), var(--studio-violet));
}

.card-action {
  letter-spacing: 0;
}

.mini-product,
.product-card,
.bundle-card,
.pricing-grid article {
  cursor: pointer;
}

.mini-product:focus-visible,
.product-card:focus-visible,
.bundle-card:focus-visible,
.pricing-grid article:focus-visible {
  outline: 2px solid rgba(97, 216, 207, 0.68);
  outline-offset: 5px;
}

.buy-skill-card a {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.5), transparent 28%),
    linear-gradient(135deg, var(--studio-rose), var(--coral) 48%, var(--amber));
  color: #140d0e;
  box-shadow:
    0 18px 46px rgba(255, 115, 181, 0.22),
    0 0 0 4px rgba(255, 115, 181, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.brief-form button {
  border-color: rgba(255, 115, 181, 0.28);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.42), transparent 26%),
    linear-gradient(135deg, var(--studio-rose), var(--coral) 46%, var(--amber));
  color: #140d0e;
  box-shadow:
    0 18px 42px rgba(255, 115, 181, 0.2),
    0 0 0 4px rgba(255, 115, 181, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.brief-form button:hover {
  box-shadow:
    0 24px 54px rgba(255, 115, 181, 0.26),
    0 0 38px rgba(232, 180, 90, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.article-cta[href*="mailto"],
.faq-contact a.mail-link {
  border-color: rgba(232, 180, 90, 0.34);
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.48), transparent 28%),
    linear-gradient(135deg, #f7f2e8, #ffd36b 52%, #ff9aae);
  color: #15110d;
  box-shadow:
    0 18px 44px rgba(232, 180, 90, 0.18),
    0 0 0 4px rgba(232, 180, 90, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.creator-actions .article-cta {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.44), transparent 28%),
    linear-gradient(135deg, var(--studio-mint), var(--studio-blue) 54%, var(--studio-violet));
  color: #07100f;
}

.creator-actions .ghost-button {
  border-color: rgba(255, 115, 181, 0.32);
  background:
    linear-gradient(135deg, rgba(255, 115, 181, 0.18), rgba(169, 149, 255, 0.14)),
    rgba(255, 255, 255, 0.035);
}

.pricing-grid article:nth-child(1) {
  --pricing-accent: var(--studio-mint);
  --pricing-accent-2: var(--cyan);
}

.pricing-grid article:nth-child(2) {
  --pricing-accent: var(--studio-violet);
  --pricing-accent-2: var(--studio-blue);
}

.pricing-grid article:nth-child(3) {
  --pricing-accent: var(--studio-rose);
  --pricing-accent-2: var(--coral);
}

.pricing-grid article:nth-child(4) {
  --pricing-accent: var(--amber);
  --pricing-accent-2: var(--sun);
}

.pricing-grid article a {
  border-color: color-mix(in srgb, var(--pricing-accent, var(--cyan)) 42%, transparent);
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(135deg, var(--pricing-accent, var(--cyan)), var(--pricing-accent-2, var(--violet)));
  color: #100f0e;
  box-shadow:
    0 18px 42px color-mix(in srgb, var(--pricing-accent, var(--cyan)) 20%, transparent),
    0 0 0 4px color-mix(in srgb, var(--pricing-accent, var(--cyan)) 7%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.proof-strip div,
.catalog-intent-strip div {
  --surface-accent: var(--cyan);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--surface-accent) 16%, transparent), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(20, 18, 15, 0.72);
  border-color: color-mix(in srgb, var(--surface-accent) 30%, rgba(247, 242, 232, 0.12));
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.18),
    0 0 0 1px color-mix(in srgb, var(--surface-accent) 7%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.proof-strip div:nth-child(2),
.catalog-intent-strip div:nth-child(2) {
  --surface-accent: var(--studio-violet);
}

.proof-strip div:nth-child(3),
.catalog-intent-strip div:nth-child(3) {
  --surface-accent: var(--studio-rose);
}

.coupon-form button {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.46), transparent 28%),
    linear-gradient(135deg, #ffe36d 0%, #ffbf6b 52%, #ff8a70 100%);
  box-shadow:
    0 16px 34px rgba(255, 183, 90, 0.22),
    0 0 0 4px rgba(255, 208, 106, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js-enhanced .market-hero > *:not(.is-visible),
  .js-enhanced .proof-strip > div:not(.is-visible),
  .js-enhanced .catalog-intent-strip > div:not(.is-visible),
  .js-enhanced .product-card:not(.is-visible),
  .js-enhanced .seo-card:not(.is-visible),
  .js-enhanced .gate-grid > div:not(.is-visible),
  .js-enhanced .query-board > div:not(.is-visible),
  .js-enhanced .pricing-grid > article:not(.is-visible) {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1320px) {
  .topbar {
    grid-template-columns: auto 1fr;
    gap: 12px 16px;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 1 0 auto;
    min-width: max-content;
    padding: 0 14px;
  }

  .header-actions {
    min-width: 0;
    justify-content: flex-end;
  }
}

@media (max-width: 1180px) {
  h1 {
    font-size: 5.2rem;
  }

  .section-heading h2,
  .article-hero h1 {
    font-size: 3.4rem;
  }

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

@media (max-width: 1040px) {
  .topbar,
  .market-hero,
  .section-heading,
  .seo-heading-layout,
  .catalog-tools,
  .faq-layout,
  .brief-layout,
  .creator-layout,
  .cart-hero,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .header-actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    justify-content: space-between;
  }

  .market-hero {
    min-height: 0;
  }

  .hero-copy,
  .store-preview {
    min-height: 560px;
  }

  .product-card,
  .product-card.is-wide {
    grid-column: span 6;
  }

  .seo-grid,
  .pricing-grid,
  .gate-grid,
  .access-grid,
  .payment-grid,
  .upsell-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-flow-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .filter-pills {
    justify-content: flex-start;
  }

  .article-side {
    position: static;
  }
}

@media (max-width: 720px) {
  section[id] {
    scroll-margin-top: 12px;
  }

  .shell {
    padding: 10px;
  }

  .topbar {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
  }

  .nav {
    display: none;
  }

  .brand {
    grid-column: 1;
    min-width: 0;
  }

  .header-actions {
    display: contents;
  }

  .header-actions > .top-action {
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    width: 100%;
  }

  .language-switcher {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: auto;
  }

  .header-actions > .cart-action {
    grid-column: 2;
    grid-row: 1;
    width: 44px;
    min-height: 42px;
    padding: 0;
  }

  .cart-action > span:not(.cart-action-icon) {
    display: none;
  }

  .cart-action b {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    font-size: 0.64rem;
  }

  .language-trigger {
    min-width: 78px;
    min-height: 42px;
    padding: 0 10px;
  }

  .language-options {
    right: 0;
    top: calc(100% + 72px);
    background:
      radial-gradient(circle at 12% 12%, rgba(97, 216, 207, 0.22), transparent 36%),
      radial-gradient(circle at 90% 82%, rgba(169, 149, 255, 0.22), transparent 42%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
      rgba(12, 12, 14, 0.98);
  }

  .hero-copy,
  .store-preview,
  .article-hero {
    min-height: auto;
    padding: 28px;
  }

  h1 {
    font-size: 3.5rem;
  }

  .section-heading h2,
  .article-hero h1 {
    font-size: 2.55rem;
  }

  .seo-heading-copy h2 {
    font-size: 2.42rem;
   }

  .faq-section .section-heading h2 {
    font-size: 2.35rem;
  }

  .catalog-section,
  .seo-library,
  .bundles,
  .creator-marketplace,
  .release-gate,
  .launch-grid,
  .pricing,
  .faq-section,
  .custom-brief,
  .article-layout {
    padding: 24px;
  }

  .catalog-section::after,
  .bundles::after,
  .custom-brief::after,
  .creator-marketplace::after,
  .release-gate::after,
  .launch-grid::after,
  .pricing::after,
  .faq-section::after {
    display: none;
  }

  .faq-corner-art {
    display: none;
  }

  .preview-grid,
  .proof-strip,
  .seo-grid,
  .bundle-lane,
  .query-board,
  .pricing-grid,
  .faq-layout,
  .brief-layout,
  .creator-flow,
  .creator-share,
  .checkout-hero,
  .gate-grid,
  .access-grid,
  .cart-hero,
  .cart-signal-row,
  .payment-grid,
  .upsell-grid {
    grid-template-columns: 1fr;
  }

  .checkout-hero,
  .checkout-steps-section,
  .checkout-access-section,
  .integration-section,
  .payment-section,
  .cart-upsells,
  .cart-hero {
    padding: 24px;
  }

  .cart-copy h1 {
    font-size: 2.55rem;
  }

  .cart-panel {
    order: -1;
  }

  .cart-copy {
    padding: 2px 2px 0;
  }

  .cart-copy p {
    font-size: 0.96rem;
  }

  .hero-promise {
    padding: 16px;
  }

  .hero-promise strong {
    font-size: 1.25rem;
  }

  .cart-brand-heading em {
    min-height: 28px;
    margin-left: 0;
    font-size: 0.68rem;
  }

  .cart-item {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .cart-item button {
    grid-column: 2;
  }

  .cart-total b,
  .cart-total strong {
    justify-self: start;
  }

  .cart-item > b {
    justify-self: end;
  }

  .cart-coupon .coupon-header {
    flex-direction: row;
    align-items: center;
  }

  .cart-coupon .coupon-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cart-coupon .coupon-form button {
    width: auto;
    padding: 0 15px;
  }

  .creator-flow::before {
    display: none;
  }

  .brief-copy,
  .creator-copy,
  .brief-form {
    padding: 22px;
  }

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

  .bundle-card {
    min-height: 360px;
  }

  .faq-contact {
    min-height: 0;
    padding: 22px;
  }

  .faq-list summary {
    min-height: 64px;
    padding: 18px;
    font-size: 1.02rem;
  }

  .faq-list p {
    padding: 0 18px 18px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer > a {
    width: 100%;
  }

  .assistant-widget {
    right: 10px;
    bottom: 10px;
    left: auto;
    justify-items: end;
  }

  .assistant-toggle {
    justify-content: flex-start;
    width: auto;
    min-height: 50px;
    padding: 0 14px 0 8px;
    overflow: visible;
    font-size: 0.86rem;
  }

  .assistant-avatar {
    width: 36px;
    height: 36px;
    margin: 0;
  }

  .assistant-panel {
    width: min(370px, calc(100vw - 20px));
  }

  .catalog-intent-strip {
    grid-template-columns: 1fr;
  }

  .kit-delivery-preview {
    min-height: auto;
  }

  .delivery-stack {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .delivery-files {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .product-card,
  .product-card.is-wide {
    grid-column: 1 / -1;
  }

  .mini-product {
    min-height: 180px;
  }

  .mini-product strong {
    font-size: 2rem;
  }

  .preview-checkout {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
  }

  .checkout-steps {
    flex-wrap: wrap;
  }

  .coupon-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .coupon-header small {
    text-align: left;
  }

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

  .coupon-form button {
    width: 100%;
  }

  .cart-coupon .coupon-header {
    flex-direction: row;
    align-items: center;
  }

  .cart-coupon .coupon-form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .cart-coupon .coupon-form button {
    width: auto;
    padding: 0 15px;
  }

  .buy-skill-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .buy-skill-card a {
    width: 100%;
  }

  .hero-search-row {
    grid-template-columns: 1fr;
  }

  .hero-search button {
    width: 100%;
  }

  .seo-card {
    min-height: 0;
  }

  .seo-card-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .seo-card-footer strong {
    max-width: none;
  }
}
