:root {
  --background: #101418;
  --surface: #181c20;
  --surface-panel: rgba(28, 32, 36, 0.72);
  --surface-high: #262a2f;
  --surface-highest: #31353a;
  --text: #e0e3e8;
  --muted: #cbc3d7;
  --muted-soft: rgba(203, 195, 215, 0.72);
  --outline: rgba(255, 255, 255, 0.11);
  --outline-strong: rgba(208, 188, 255, 0.32);
  --primary: #d0bcff;
  --primary-strong: #a078ff;
  --primary-deep: #6d3bd7;
  --secondary: #44e2cd;
  --tertiary: #4cd7f6;
  --shadow: rgba(0, 0, 0, 0.34);
  --max: 1184px;
  color-scheme: dark;
}

html.light {
  --gold: #d2a64c;
  --gold-strong: #f0ca76;
  --gold-deep: #8d681f;
  --background: #f4f7fb;
  --surface: #ffffff;
  --surface-panel: rgba(255, 255, 255, 0.78);
  --surface-high: #eaf0f6;
  --surface-highest: #dfe8f1;
  --text: #16222c;
  --muted: #526172;
  --muted-soft: rgba(82, 97, 114, 0.8);
  --outline: rgba(25, 39, 54, 0.12);
  --outline-strong: rgba(92, 64, 190, 0.24);
  --primary: #6042c9;
  --primary-strong: #7d57e7;
  --primary-deep: #4c2aa8;
  --secondary: #087f77;
  --tertiary: #0b789b;
  --shadow: rgba(22, 34, 44, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 28% 15%, rgba(208, 188, 255, 0.09), transparent 28rem),
    radial-gradient(circle at 78% 34%, rgba(68, 226, 205, 0.08), transparent 30rem),
    linear-gradient(180deg, #101418 0%, #11161a 48%, #101418 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

html.light body {
  background:
    radial-gradient(circle at 24% 12%, rgba(96, 66, 201, 0.14), transparent 30rem),
    radial-gradient(circle at 78% 28%, rgba(8, 127, 119, 0.12), transparent 32rem),
    linear-gradient(180deg, #f7faff 0%, #edf3f8 52%, #f4f7fb 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(208, 188, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 226, 205, 0.05) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at 50% 10%, black, transparent 75%);
}

html.light body::before {
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(96, 66, 201, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 127, 119, 0.07) 1px, transparent 1px);
  mask-image: radial-gradient(circle at 50% 10%, black, transparent 78%);
}

main {
  position: relative;
}

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

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 150px;
  padding: 12px clamp(16px, 4vw, 32px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(16, 20, 24, 0.84);
  box-shadow: 0 0 22px rgba(208, 188, 255, 0.08);
  backdrop-filter: blur(20px);
}

html.light .site-header {
  border-bottom-color: rgba(25, 39, 54, 0.1);
  background: rgba(244, 247, 251, 0.84);
  box-shadow: 0 12px 34px rgba(42, 58, 78, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.brand picture {
  display: block;
  width: 250px;
  height: 124px;
}

.brand .brand-logo-light {
  display: none;
}

html.light .brand picture:not(.brand-logo-light) {
  display: none;
}

html.light .brand .brand-logo-light {
  display: block;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
  filter: drop-shadow(0 0 12px rgba(68, 226, 205, 0.12));
}

html.light .brand-logo {
  filter: drop-shadow(0 10px 18px rgba(42, 58, 78, 0.08));
}

.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.nav a,
.nav-dropdown-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, text-shadow 180ms ease;
}

.nav a::after,
.nav-dropdown-trigger::after {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 2px;
  content: "";
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  box-shadow: 0 0 12px rgba(68, 226, 205, 0.35);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav a:hover,
.nav a.is-active,
.nav-dropdown:hover .nav-dropdown-trigger,
.nav-dropdown:focus-within .nav-dropdown-trigger,
.nav-dropdown-trigger.is-active {
  color: var(--primary);
  border-color: rgba(208, 188, 255, 0.18);
  background: rgba(208, 188, 255, 0.07);
  box-shadow: inset 0 0 18px rgba(208, 188, 255, 0.05), 0 0 18px rgba(68, 226, 205, 0.08);
  text-shadow: 0 0 16px rgba(208, 188, 255, 0.36);
}

.nav a:hover::after,
.nav a.is-active::after,
.nav-dropdown:hover .nav-dropdown-trigger::after,
.nav-dropdown:focus-within .nav-dropdown-trigger::after,
.nav-dropdown-trigger.is-active::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  gap: 7px;
}

.nav-dropdown-trigger::before {
  order: 2;
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

.nav-dropdown:hover .nav-dropdown-trigger::before,
.nav-dropdown:focus-within .nav-dropdown-trigger::before {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: grid;
  min-width: 240px;
  padding: 12px 8px 8px;
  border: 1px solid rgba(68, 226, 205, 0.16);
  border-radius: 12px;
  background: rgba(16, 20, 24, 0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), 0 0 24px rgba(68, 226, 205, 0.08);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-dropdown-menu::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
  content: "";
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown-menu a {
  justify-content: flex-start;
  min-height: 42px;
  white-space: nowrap;
}

.header-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
  gap: 10px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.icon-button {
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--muted);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.icon-button:hover {
  color: var(--primary);
  background: rgba(208, 188, 255, 0.08);
}

.theme-toggle .theme-icon-dark {
  display: none;
}

html.light .theme-toggle .theme-icon-light {
  display: none;
}

html.light .theme-toggle .theme-icon-dark {
  display: inline-block;
}

html.light .icon-button:hover {
  background: rgba(96, 66, 201, 0.1);
}

.sign-in {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--primary);
  color: #23005c;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

html.light .sign-in,
html.light .button.primary,
html.light .card-action {
  color: #221706;
  background: linear-gradient(135deg, var(--gold-strong), var(--gold), var(--gold-strong));
  background-size: 220% 220%;
  box-shadow: 0 12px 28px rgba(129, 92, 22, 0.2);
}

html.light .button.primary:hover,
html.light .card-action:hover {
  box-shadow: 0 16px 34px rgba(129, 92, 22, 0.26), 0 0 24px rgba(8, 127, 119, 0.1);
}

.hero {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: calc(100vh - 150px);
  overflow: hidden;
  padding: 78px clamp(16px, 4vw, 32px) 64px;
  text-align: center;
}

.hero-orbit {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(208, 188, 255, 0.12), transparent 32rem),
    radial-gradient(circle at 68% 42%, rgba(68, 226, 205, 0.12), transparent 28rem);
  filter: blur(2px);
}

html.light .hero-orbit {
  background:
    radial-gradient(circle at 30% 30%, rgba(96, 66, 201, 0.14), transparent 32rem),
    radial-gradient(circle at 68% 42%, rgba(8, 127, 119, 0.14), transparent 28rem);
  filter: blur(1px);
}

.edge-circuits {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: min(15vw, 150px);
  overflow: hidden;
  pointer-events: none;
  opacity: 0.82;
}

.edge-circuits.left {
  left: 0;
}

.edge-circuits.right {
  right: 0;
}

.edge-circuits span {
  position: absolute;
  display: block;
  content: "";
}

html.light .edge-circuits span {
  background: linear-gradient(180deg, var(--gold-strong) 0%, var(--gold) 38%, #56bfc0 64%, var(--secondary) 100%);
  box-shadow:
    0 0 8px rgba(212, 168, 77, 0.36),
    0 0 14px rgba(8, 127, 119, 0.28);
}

.edge-circuits::before {
  display: none;
}

.edge-circuits::after {
  display: none;
}

.edge-circuits span {
  top: var(--top-contact, 14px);
  bottom: var(--bottom-contact, 14px);
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary-strong) 0%, #9d82ff 38%, #6fc7ff 62%, var(--secondary) 100%);
  box-shadow:
    0 0 8px rgba(183, 84, 255, 0.56),
    0 0 14px rgba(68, 226, 205, 0.42);
  animation: verticalCircuitPulse 4.2s ease-in-out infinite;
}

.edge-circuits span::before,
.edge-circuits span::after {
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border: 2px solid;
  border-radius: 50%;
  background: rgba(16, 20, 24, 0.92);
  transform: translateX(-50%);
}

html.light .edge-circuits span::before,
html.light .edge-circuits span::after {
  background: transparent;
}

.edge-circuits span::before {
  top: -7px;
  border-color: var(--primary-strong);
  box-shadow: 0 0 16px rgba(183, 84, 255, 0.9);
}

html.light .edge-circuits span::before {
  border-color: var(--gold);
  box-shadow: 0 0 14px rgba(212, 168, 77, 0.42);
}

.edge-circuits span::after {
  bottom: -7px;
  border-color: var(--secondary);
  box-shadow: 0 0 16px rgba(68, 226, 205, 0.9);
}

html.light .edge-circuits span::after {
  box-shadow: 0 0 14px rgba(8, 127, 119, 0.34);
}

.edge-circuits span:nth-child(1) {
  left: 22%;
  --top-contact: 24px;
  --bottom-contact: 38px;
}

.edge-circuits span:nth-child(2) {
  left: 36%;
  --top-contact: 8px;
  --bottom-contact: 18px;
}

.edge-circuits span:nth-child(3) {
  left: 50%;
  --top-contact: 36px;
  --bottom-contact: 54px;
}

.edge-circuits span:nth-child(4) {
  left: 64%;
  --top-contact: 14px;
  --bottom-contact: 24px;
}

.edge-circuits span:nth-child(5) {
  left: 78%;
  --top-contact: 30px;
  --bottom-contact: 44px;
}

.edge-circuits.right span:nth-child(1) {
  left: auto;
  right: 22%;
  --top-contact: 30px;
  --bottom-contact: 44px;
}

.edge-circuits.right span:nth-child(2) {
  left: auto;
  right: 36%;
  --top-contact: 14px;
  --bottom-contact: 24px;
}

.edge-circuits.right span:nth-child(3) {
  left: auto;
  right: 50%;
  --top-contact: 36px;
  --bottom-contact: 54px;
}

.edge-circuits.right span:nth-child(4) {
  left: auto;
  right: 64%;
  --top-contact: 8px;
  --bottom-contact: 18px;
}

.edge-circuits.right span:nth-child(5) {
  left: auto;
  right: 78%;
  --top-contact: 24px;
  --bottom-contact: 38px;
}

.edge-circuits span:nth-child(2),
.edge-circuits span:nth-child(4) {
  animation-delay: -1.4s;
}

.edge-circuits span:nth-child(3) {
  animation-delay: -2.3s;
}

@keyframes verticalCircuitPulse {
  0% {
    opacity: 0.34;
    filter: brightness(0.86);
  }

  48%,
  62% {
    opacity: 0.96;
    filter: brightness(1.32);
  }

  100% {
    opacity: 0.34;
    filter: brightness(0.86);
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 28px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(28, 32, 36, 0.64);
  backdrop-filter: blur(16px);
}

.header-status {
  margin-right: 2px;
}

.status-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 16px rgba(68, 226, 205, 0.9);
}

.status-pill strong,
.eyebrow {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: Space Grotesk, sans-serif;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.03;
}

h1 span,
.section-head.centered h2 {
  color: transparent;
  background: linear-gradient(135deg, var(--primary) 12%, var(--secondary) 84%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-content p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 34px;
}

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

.hero-media-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(14, 18, 23, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), 0 0 34px rgba(68, 226, 205, 0.08);
  isolation: isolate;
}

.hero-media-card.wide {
  grid-column: 1 / -1;
  min-height: 300px;
}

.hero-media-card picture,
.hero-media-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero-media-card img {
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.hero-media-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(8, 10, 13, 0.06), rgba(8, 10, 13, 0.72)),
    radial-gradient(circle at 22% 18%, rgba(208, 188, 255, 0.22), transparent 15rem);
}

.hero-media-card h2 {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  margin: 0;
  color: var(--text);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.04;
  text-align: left;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.7);
}

.hero-media-card:hover img {
  filter: saturate(1.08) brightness(1.08);
  transform: scale(1.035);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 12px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background-position 220ms ease;
}

.button.primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-strong), var(--primary));
  background-size: 220% 220%;
  color: #23005c;
  box-shadow: 0 0 34px rgba(208, 188, 255, 0.22);
}

.button.primary:hover {
  background-position: 100% 50%;
  box-shadow: 0 14px 36px rgba(208, 188, 255, 0.3), 0 0 28px rgba(68, 226, 205, 0.12);
  filter: brightness(1.04) saturate(1.08);
  transform: translateY(-2px);
}

.button.primary:active {
  box-shadow: 0 8px 22px rgba(208, 188, 255, 0.18);
  transform: translateY(0);
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(28, 32, 36, 0.5);
  color: var(--text);
  backdrop-filter: blur(16px);
}

.command-visual {
  position: relative;
  z-index: 1;
  width: min(1060px, 100%);
  margin-top: 72px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(208, 188, 255, 0.24), rgba(255, 255, 255, 0.04));
  box-shadow: 0 0 40px rgba(68, 226, 205, 0.08);
}

.server-room {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 10%, rgba(76, 215, 246, 0.28), transparent 11rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent 32%, transparent 68%, rgba(0, 0, 0, 0.3)),
    linear-gradient(180deg, #17222a, #0d1115);
}

.server-room::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(208, 188, 255, 0.16) 43px 45px, transparent 46px 72px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 34%);
  opacity: 0.55;
}

.rack {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34%;
  background:
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0 16px, rgba(255, 255, 255, 0.06) 17px 19px, rgba(0, 0, 0, 0.18) 20px 54px),
    repeating-linear-gradient(180deg, transparent 0 36px, rgba(208, 188, 255, 0.28) 37px 40px, transparent 41px 70px);
  filter: drop-shadow(0 0 18px rgba(208, 188, 255, 0.12));
}

.rack.left {
  left: 0;
  transform: skewY(-4deg);
}

.rack.right {
  right: 0;
  transform: skewY(4deg);
}

.floor-lines {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: -12%;
  height: 58%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(68, 226, 205, 0.72), transparent 52%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0 14px, rgba(208, 188, 255, 0.28) 15px 16px, transparent 17px 38px);
  clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%);
  opacity: 0.72;
}

.console {
  position: absolute;
  left: 50%;
  top: 35%;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.console span {
  width: 38px;
  height: 24px;
  border: 1px solid rgba(68, 226, 205, 0.42);
  background: rgba(68, 226, 205, 0.16);
  box-shadow: 0 0 18px rgba(68, 226, 205, 0.22);
}

.section {
  padding: 86px clamp(16px, 4vw, 32px);
}

.section > * {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.section-head {
  margin-bottom: 40px;
}

.section-head.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.7fr);
  gap: 32px;
  align-items: end;
}

.section-head.centered {
  max-width: 740px;
  text-align: center;
}

.eyebrow {
  margin-bottom: 14px;
}

h2,
.section-head h1 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.08;
}

.section-head p,
.cta-panel p {
  color: var(--muted-soft);
  font-size: 16px;
  line-height: 1.7;
}

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

.glass-card,
.project-card,
.cta-panel,
.account-console {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--surface-panel);
  backdrop-filter: blur(16px);
}

.glass-card {
  padding: 30px;
  border-radius: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.glass-card:hover {
  transform: translateY(-6px);
  border-color: rgba(208, 188, 255, 0.4);
  box-shadow: 0 0 30px rgba(208, 188, 255, 0.12);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
  border-radius: 16px;
  background: rgba(208, 188, 255, 0.1);
  color: var(--primary);
  font-size: 30px;
}

.feature-icon.secondary {
  background: rgba(68, 226, 205, 0.12);
  color: var(--secondary);
}

.feature-icon.tertiary {
  background: rgba(76, 215, 246, 0.12);
  color: var(--tertiary);
}

.glass-card h3,
.project-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.25;
}

.glass-card p,
.project-card p {
  color: var(--muted-soft);
  line-height: 1.6;
}

.glass-card ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.glass-card li::before {
  content: "⊙";
  margin-right: 8px;
}

.projects {
  background: rgba(0, 0, 0, 0.1);
}

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

.catalog-grid:has(.project-card.large:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: min(var(--max), 100%);
  justify-content: center;
}

.project-catalog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.project-catalog .project-card.large {
  width: 100%;
  margin: 0;
  grid-column: auto;
  grid-template-columns: 1fr;
  align-content: start;
}

.project-catalog .project-card.large .project-art {
  min-height: 300px;
  margin-bottom: 24px;
}

.catalog-grid.single-project {
  display: flex;
  justify-content: center;
}

.catalog-grid.single-project .project-card {
  flex: 0 1 940px;
}

.catalog-grid.single-project .project-card.large {
  grid-column: auto;
}

.project-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: 24px;
  border-radius: 8px;
}

.project-card.large {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 1fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.project-art {
  min-height: 190px;
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: #152027;
}

.project-card.large .project-art {
  min-height: 320px;
  margin-bottom: 0;
}

.project-art.network {
  background:
    radial-gradient(circle at 35% 70%, rgba(68, 226, 205, 0.55), transparent 16rem),
    repeating-radial-gradient(circle at 50% 80%, rgba(68, 226, 205, 0.18) 0 2px, transparent 3px 28px),
    linear-gradient(135deg, #151d24, #10232a);
}

.project-art.mobile {
  background:
    radial-gradient(circle at 66% 40%, rgba(208, 188, 255, 0.42), transparent 10rem),
    linear-gradient(140deg, transparent 0 32%, rgba(255, 255, 255, 0.08) 33% 35%, transparent 36%),
    linear-gradient(145deg, #1b2730, #11171d);
}

.project-art.void {
  background:
    conic-gradient(from 210deg at 50% 100%, transparent, rgba(68, 226, 205, 0.72), rgba(208, 188, 255, 0.76), transparent),
    linear-gradient(180deg, #201629, #101418);
}

.project-art.pay {
  background:
    linear-gradient(90deg, rgba(208, 188, 255, 0.16), transparent 50%, rgba(68, 226, 205, 0.12)),
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.14), transparent 4rem),
    #151b21;
}

.tag,
.chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.tag {
  margin-bottom: 16px;
}

.tag.cyan,
.chips span {
  border: 1px solid rgba(68, 226, 205, 0.42);
  background: rgba(68, 226, 205, 0.12);
  color: var(--secondary);
}

.tag.violet {
  border: 1px solid rgba(208, 188, 255, 0.42);
  background: rgba(208, 188, 255, 0.12);
  color: var(--primary);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.card-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 250px);
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--primary);
  color: #23005c;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
  box-shadow: 0 0 24px rgba(208, 188, 255, 0.18);
}

.card-action.ghost,
.card-action.outline {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--primary);
  box-shadow: none;
}

.card-action.outline {
  border-color: rgba(68, 226, 205, 0.35);
  color: var(--secondary);
}

.project-card.specs dl {
  display: grid;
  gap: 12px;
  margin: 34px 0;
}

.project-card.specs div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

dt {
  color: var(--muted-soft);
}

dd {
  margin: 0;
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
}

.scan-feature {
  width: min(100%, 940px);
  margin-inline: auto;
  border-color: rgba(68, 226, 205, 0.22);
  background:
    radial-gradient(circle at 22% 18%, rgba(68, 226, 205, 0.14), transparent 18rem),
    radial-gradient(circle at 88% 78%, rgba(208, 188, 255, 0.14), transparent 20rem),
    var(--surface-panel);
}

.scan21c-art {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(68, 226, 205, 0.16), transparent 46%),
    radial-gradient(circle at 50% 40%, rgba(208, 188, 255, 0.2), transparent 13rem),
    #111820;
}

.marketplace-feature {
  border-color: rgba(208, 188, 255, 0.22);
}

.marketplace-art {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 24% 20%, rgba(68, 226, 205, 0.2), transparent 12rem),
    radial-gradient(circle at 80% 80%, rgba(208, 188, 255, 0.18), transparent 13rem),
    linear-gradient(135deg, #101820, #151b24);
}

.marketplace-dashboard-preview {
  width: min(360px, 90%);
  display: grid;
  gap: 12px;
  border: 1px solid rgba(68, 226, 205, 0.18);
  border-radius: 18px;
  padding: 18px;
  background: rgba(7, 12, 16, 0.78);
  box-shadow: 0 0 34px rgba(68, 226, 205, 0.12);
}

.marketplace-preview-head,
.marketplace-preview-metrics,
.marketplace-preview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.marketplace-preview-head span {
  color: var(--text);
  font-family: Space Grotesk, sans-serif;
  font-weight: 800;
}

.marketplace-preview-head strong,
.marketplace-preview-row strong {
  color: var(--secondary);
}

.marketplace-preview-metrics {
  align-items: stretch;
}

.marketplace-preview-metrics div {
  flex: 1;
  display: grid;
  gap: 6px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.marketplace-preview-metrics span,
.marketplace-preview-row span {
  color: var(--muted-soft);
  font-size: 12px;
}

.marketplace-preview-metrics strong {
  color: var(--text);
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
}

.marketplace-preview-chart {
  height: 100px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  padding-top: 10px;
}

.marketplace-preview-chart span {
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, var(--secondary), rgba(208, 188, 255, 0.36));
}

.marketplace-preview-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 10px;
  font-size: 13px;
}

.auto-seo-feature {
  border-color: rgba(68, 226, 205, 0.24);
  background:
    radial-gradient(circle at 18% 20%, rgba(68, 226, 205, 0.12), transparent 18rem),
    radial-gradient(circle at 86% 78%, rgba(208, 188, 255, 0.16), transparent 20rem),
    var(--surface-panel);
}

.project-catalog .project-card.full-row {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.auto-seo-art {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 18%, rgba(68, 226, 205, 0.18), transparent 13rem),
    radial-gradient(circle at 76% 80%, rgba(208, 188, 255, 0.18), transparent 14rem),
    linear-gradient(135deg, #101820, #151b24);
}

.auto-seo-mini-console {
  width: min(380px, 92%);
  display: grid;
  gap: 14px;
  border: 1px solid rgba(68, 226, 205, 0.18);
  border-radius: 18px;
  padding: 18px;
  background: rgba(7, 12, 16, 0.78);
  box-shadow: 0 0 34px rgba(68, 226, 205, 0.12);
}

.scan-phone,
.scan-terminal {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(24, 28, 32, 0.92), rgba(13, 18, 24, 0.94)),
    #101418;
  box-shadow: 0 0 32px rgba(68, 226, 205, 0.12);
}

.scan-phone {
  width: min(260px, 86%);
  padding: 18px;
  border-radius: 26px;
  transform: rotate(2deg);
}

.scan-phone-top,
.terminal-head,
.scan-line,
.scan-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.scan-phone-top {
  margin-bottom: 18px;
  color: var(--text);
  font-family: Space Grotesk, sans-serif;
  font-weight: 800;
}

.scan-phone-top strong {
  color: var(--secondary);
}

.scan-barcode {
  height: 68px;
  margin: 12px 0;
  border-radius: 12px;
  background:
    repeating-linear-gradient(90deg, var(--text) 0 3px, transparent 3px 8px, var(--text) 8px 12px, transparent 12px 20px),
    rgba(255, 255, 255, 0.05);
  opacity: 0.82;
}

.scan-line,
.scan-total {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
}

.scan-line span,
.scan-total span {
  color: var(--muted-soft);
}

.scan-line strong,
.scan-total strong {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
}

.scan-total {
  background: rgba(208, 188, 255, 0.1);
}

.scan21c {
  background:
    radial-gradient(circle at 18% 8%, rgba(68, 226, 205, 0.08), transparent 24rem),
    radial-gradient(circle at 90% 20%, rgba(208, 188, 255, 0.08), transparent 28rem);
}

.scan21c-shell {
  display: grid;
  gap: 34px;
}

.scan21c-hero,
.integration-panel,
.scan21c-specs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 34px;
}

.scan21c-hero,
.integration-panel,
.scan21c-specs article,
.security-note,
.scan21c-cta {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: var(--surface-panel);
  backdrop-filter: blur(16px);
}

.scan21c-hero,
.integration-panel {
  padding: clamp(24px, 4vw, 42px);
}

.scan21c-hero h3,
.integration-panel h3,
.scan21c-specs h3,
.scan21c-cta h3 {
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.scan21c-hero p,
.integration-panel p,
.scan21c-specs p,
.security-note p,
.scan21c-cta p {
  color: var(--muted-soft);
  line-height: 1.7;
}

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

.scan21c-stats div {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.scan21c-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
}

.scan21c-stats span {
  color: var(--muted-soft);
  font-size: 13px;
  line-height: 1.45;
}

.scan-terminal {
  padding: 18px;
  border-radius: 18px;
}

.terminal-head {
  justify-content: flex-start;
  margin-bottom: 18px;
}

.terminal-head span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.terminal-title {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

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

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

.workflow article,
.api-map div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.workflow article {
  padding: 20px;
}

.workflow b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: var(--primary);
  color: #23005c;
}

.workflow h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.workflow p {
  margin-bottom: 0;
  color: var(--muted-soft);
  font-size: 14px;
  line-height: 1.55;
}

.scan21c-install {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(68, 226, 205, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 76%, rgba(208, 188, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(68, 226, 205, 0.08), transparent 44%),
    var(--surface-panel);
  backdrop-filter: blur(16px);
}

.scan21c-install::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -170px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(68, 226, 205, 0.08), rgba(208, 188, 255, 0.16));
  filter: blur(8px);
  pointer-events: none;
}

.scan21c-install-copy,
.scan21c-install-qr {
  position: relative;
  z-index: 1;
}

.scan21c-install-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 26px;
  padding: 0 16px;
  border: 1px solid rgba(68, 226, 205, 0.2);
  border-radius: 999px;
  background: rgba(68, 226, 205, 0.1);
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.scan21c-install h2 {
  max-width: 760px;
  margin: 0 0 20px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.98;
}

.scan21c-install-copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted-soft);
  font-size: 17px;
  line-height: 1.7;
}

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

.scan21c-install-points div {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 88px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.scan21c-install-points .material-symbols-outlined {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(68, 226, 205, 0.12);
  color: var(--secondary);
  font-size: 20px;
}

.scan21c-install-download {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.scan21c-install-download > strong {
  color: var(--muted-soft);
  font-size: 13px;
}

.scan21c-play-button {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 10px 22px 10px 15px;
  border-radius: 16px;
  background: #080a0d;
  color: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.scan21c-play-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.36);
}

.scan21c-play-button svg {
  flex: 0 0 auto;
  width: 34px;
  height: 38px;
}

.scan21c-play-button small,
.scan21c-play-button strong {
  display: block;
}

.scan21c-play-button small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.scan21c-play-button strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.05;
}

.scan21c-install-mobile-note {
  display: none;
}

.scan21c-install-qr {
  justify-self: end;
  width: 100%;
  max-width: 330px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: #f8fafc;
  color: #111827;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24);
  text-align: center;
}

.scan21c-install-qr-frame {
  padding: 14px;
  border: 1px solid #d8dce5;
  border-radius: 18px;
  background: #fff;
}

.scan21c-install-qr img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.scan21c-install-qr h3 {
  margin: 18px 0 6px;
  color: #111827;
  font-size: 18px;
}

.scan21c-install-qr p {
  margin: 0;
  color: #5b6472;
  font-size: 13px;
  line-height: 1.5;
}

.ticks {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.ticks li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--secondary);
  font-weight: 900;
}

.api-map {
  display: grid;
  gap: 12px;
}

.api-map div {
  display: grid;
  gap: 4px;
  padding: 16px;
}

.api-map span {
  width: max-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(68, 226, 205, 0.12);
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.api-map strong,
code {
  color: var(--primary);
  font-family: "Consolas", "SFMono-Regular", monospace;
}

.api-map small {
  color: var(--muted-soft);
  line-height: 1.45;
}

.scan21c-specs article {
  padding: 26px;
}

code {
  padding: 2px 6px;
  border: 1px solid rgba(208, 188, 255, 0.16);
  border-radius: 6px;
  background: rgba(208, 188, 255, 0.08);
  font-size: 0.92em;
}

.security-note {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
}

.security-note span {
  color: var(--secondary);
}

.security-note p {
  margin-bottom: 0;
}

.scan21c-cta {
  padding: clamp(28px, 5vw, 52px);
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(68, 226, 205, 0.14), transparent 20rem),
    radial-gradient(circle at 80% 18%, rgba(208, 188, 255, 0.18), transparent 22rem),
    var(--surface-panel);
}

.scan21c-cta p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.scan21c-cta div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
}

.auto-seo-page {
  background:
    radial-gradient(circle at 16% 8%, rgba(68, 226, 205, 0.08), transparent 24rem),
    radial-gradient(circle at 88% 18%, rgba(208, 188, 255, 0.09), transparent 30rem);
}

.auto-seo-shell {
  display: grid;
  gap: 38px;
}

.auto-seo-hero,
.auto-seo-panel,
.auto-seo-example {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: clamp(24px, 4vw, 46px);
  background: var(--surface-panel);
  backdrop-filter: blur(16px);
}

.auto-seo-hero {
  min-height: calc(100vh - 210px);
  background:
    radial-gradient(circle at 20% 14%, rgba(68, 226, 205, 0.13), transparent 22rem),
    radial-gradient(circle at 86% 78%, rgba(208, 188, 255, 0.16), transparent 24rem),
    var(--surface-panel);
}

.auto-seo-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.98;
}

.auto-seo-hero p,
.auto-seo-panel p,
.auto-seo-example p {
  color: var(--muted-soft);
  font-size: 16px;
  line-height: 1.7;
}

.auto-seo-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-content: stretch;
  margin-top: 30px;
}

.auto-seo-actions .button {
  width: 100%;
  min-width: 0;
  padding-inline: 18px;
  min-height: 70px;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.auto-seo-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.auto-seo-hero-facts div {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.auto-seo-hero-facts strong {
  display: block;
  margin-bottom: 8px;
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
}

.auto-seo-hero-facts span {
  color: var(--muted-soft);
  font-size: 13px;
  line-height: 1.45;
}

.auto-seo-workbench,
.auto-seo-result-card {
  border: 1px solid rgba(68, 226, 205, 0.18);
  border-radius: 22px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(24, 28, 32, 0.92), rgba(13, 18, 24, 0.94)),
    #101418;
  box-shadow: 0 0 34px rgba(68, 226, 205, 0.12);
}

.auto-seo-workbench {
  display: grid;
  gap: 16px;
}

.workbench-top {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted-soft);
}

.workbench-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.workbench-top strong {
  margin-left: auto;
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-preview-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.product-preview-image {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 14px;
  background:
    radial-gradient(circle at 34% 30%, rgba(68, 226, 205, 0.3), transparent 4rem),
    rgba(208, 188, 255, 0.12);
}

.product-preview-image span {
  color: var(--secondary);
  font-size: 36px;
}

.product-preview-card small,
.product-preview-card p {
  color: var(--muted-soft);
}

.product-preview-card strong {
  display: block;
  margin: 4px 0;
  color: var(--text);
  font-family: Space Grotesk, sans-serif;
}

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

.seo-field-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.seo-field-list span {
  color: var(--muted-soft);
}

.seo-field-list strong {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.api-flow {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.api-flow span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(68, 226, 205, 0.28);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--secondary);
  background: rgba(68, 226, 205, 0.1);
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.api-flow i {
  height: 1px;
  background: linear-gradient(90deg, rgba(68, 226, 205, 0.18), rgba(208, 188, 255, 0.46));
}

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

.auto-seo-audience article,
.auto-seo-field-grid article,
.auto-seo-result-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.auto-seo-audience article {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.auto-seo-audience span {
  color: var(--secondary);
  font-size: 30px;
}

.auto-seo-audience strong,
.auto-seo-field-grid strong,
.auto-seo-result-card h3 {
  color: var(--text);
  font-family: Space Grotesk, sans-serif;
}

.auto-seo-audience p {
  margin: 0;
  color: var(--muted-soft);
  font-size: 14px;
  line-height: 1.55;
}

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

.auto-seo-field-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.auto-seo-field-grid span {
  color: var(--muted-soft);
  font-size: 14px;
  line-height: 1.5;
}

.auto-seo-pricing {
  display: grid;
  gap: 20px;
  border: 1px solid rgba(68, 226, 205, 0.14);
  border-radius: 24px;
  padding: clamp(22px, 4vw, 38px);
  background:
    radial-gradient(circle at 12% 12%, rgba(68, 226, 205, 0.1), transparent 22rem),
    rgba(255, 255, 255, 0.035);
}

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

.auto-seo-price-grid article {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(24, 28, 32, 0.78), rgba(10, 15, 20, 0.86)),
    rgba(255, 255, 255, 0.04);
}

.auto-seo-price-grid span {
  width: max-content;
  border: 1px solid rgba(68, 226, 205, 0.28);
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--secondary);
  background: rgba(68, 226, 205, 0.09);
  font-family: Space Grotesk, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.auto-seo-price-grid strong {
  color: var(--text);
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
}

.auto-seo-price-grid b {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.auto-seo-price-grid p {
  margin: 0;
  color: var(--muted-soft);
  font-size: 14px;
  line-height: 1.5;
}

.auto-seo-price-action {
  display: flex;
  justify-content: flex-end;
}

.auto-seo-steps article {
  min-height: 190px;
}

.auto-seo-integration h2,
.auto-seo-panel h2,
.auto-seo-example h2,
.auto-seo-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.auto-seo-result-card {
  display: grid;
  gap: 12px;
}

.auto-seo-result-card > span {
  width: max-content;
  border: 1px solid rgba(68, 226, 205, 0.35);
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--secondary);
  background: rgba(68, 226, 205, 0.1);
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.auto-seo-result-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--muted-soft);
  list-style: none;
}

.auto-seo-result-card li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--secondary);
  font-weight: 900;
}

.auto-seo-faq h3 {
  margin-top: 22px;
  font-size: 20px;
}

.auto-seo-faq h3:first-child {
  margin-top: 0;
}

.shop-page .section-head {
  margin-bottom: 34px;
}

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

.shop-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(68, 226, 205, 0.14);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 32px);
  background:
    radial-gradient(circle at 88% 14%, rgba(208, 188, 255, 0.14), transparent 15rem),
    linear-gradient(180deg, rgba(24, 28, 32, 0.84), rgba(12, 17, 22, 0.92));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.shop-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(68, 226, 205, 0.08), transparent 42%),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255, 255, 255, 0.025) 43px 44px);
  opacity: 0.72;
}

.shop-card.featured {
  border-color: rgba(68, 226, 205, 0.38);
  background:
    radial-gradient(circle at 80% 14%, rgba(68, 226, 205, 0.18), transparent 17rem),
    radial-gradient(circle at 18% 82%, rgba(208, 188, 255, 0.13), transparent 18rem),
    linear-gradient(180deg, rgba(23, 34, 38, 0.92), rgba(10, 17, 21, 0.95));
  box-shadow: 0 22px 70px rgba(68, 226, 205, 0.1), 0 0 0 1px rgba(68, 226, 205, 0.1);
}

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

.shop-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.shop-card-top .material-symbols-outlined {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(68, 226, 205, 0.24);
  border-radius: 12px;
  background: rgba(68, 226, 205, 0.08);
  font-size: 24px;
}

.shop-card h2 {
  max-width: 520px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.02;
}

.shop-card p {
  max-width: 560px;
  margin: 0;
  color: var(--muted-soft);
  line-height: 1.6;
}

.shop-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--muted-soft);
  list-style: none;
}

.shop-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.shop-card li::before {
  flex: 0 0 auto;
  content: "✓";
  color: var(--secondary);
  font-weight: 900;
}

.shop-card-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  align-self: end;
  margin-top: 12px;
}

.shop-card-bottom b {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  white-space: nowrap;
}

.shop-info-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.shop-info-panel article {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: var(--surface-panel);
}

.shop-info-panel .material-symbols-outlined {
  color: var(--primary);
  font-size: 32px;
}

.shop-info-panel h2 {
  font-size: 24px;
  line-height: 1.2;
}

.shop-info-panel p {
  margin: 0;
  color: var(--muted-soft);
  line-height: 1.6;
}

.shop-info-panel a {
  width: max-content;
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-weight: 800;
}

.qr-tool {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
  gap: 22px;
  align-items: stretch;
}

.projects .section-head h1,
.shop-page .section-head h1,
.qr-page .section-head h1 {
  margin-bottom: 0;
  color: transparent;
  background: linear-gradient(135deg, var(--primary) 12%, var(--secondary) 84%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.08;
}

.qr-input-panel,
.qr-preview-panel {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(68, 226, 205, 0.14);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 86% 10%, rgba(208, 188, 255, 0.11), transparent 17rem),
    var(--surface-panel);
  backdrop-filter: blur(16px);
}

.qr-input-panel label {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.qr-input-panel textarea {
  width: 100%;
  min-height: 210px;
  resize: vertical;
  border: 1px solid rgba(208, 188, 255, 0.14);
  border-radius: 14px;
  padding: 18px 20px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(12, 18, 24, 0.92), rgba(8, 13, 18, 0.96)),
    rgba(10, 15, 20, 0.72);
  font: 600 16px/1.55 Inter, system-ui, sans-serif;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.qr-input-panel textarea:focus {
  border-color: rgba(68, 226, 205, 0.44);
  box-shadow: 0 0 0 4px rgba(68, 226, 205, 0.08);
}

.qr-input-panel textarea::placeholder {
  color: rgba(203, 195, 215, 0.52);
}

.barcode-format-control {
  display: grid;
  gap: 10px;
}

.barcode-format-control label {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.barcode-format-control select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(208, 188, 255, 0.14);
  border-radius: 14px;
  padding: 0 44px 0 18px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(12, 18, 24, 0.92), rgba(8, 13, 18, 0.96)),
    rgba(10, 15, 20, 0.72);
  font: 700 15px/1.4 Space Grotesk, sans-serif;
  outline: none;
}

.barcode-format-control select:focus {
  border-color: rgba(68, 226, 205, 0.44);
  box-shadow: 0 0 0 4px rgba(68, 226, 205, 0.08);
}

.barcode-format-control p {
  margin: 0;
  color: var(--muted-soft);
  font-size: 13px;
  line-height: 1.45;
}

.qr-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted-soft);
  font-size: 13px;
}

.qr-meta span:first-child {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-weight: 800;
}

.qr-size-control {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 16px;
  background: rgba(10, 15, 20, 0.48);
}

.qr-size-control > div:first-child,
.qr-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.qr-size-control label,
.qr-preview-head span {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.qr-size-control > div:first-child span,
.qr-preview-head strong {
  color: var(--text);
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.qr-size-control input[type="range"] {
  width: 100%;
  height: 8px;
  appearance: none;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--secondary), var(--primary));
  outline: none;
}

.qr-size-control input[type="range"]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  appearance: none;
  border: 3px solid #101418;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 1px rgba(68, 226, 205, 0.4), 0 0 20px rgba(68, 226, 205, 0.28);
  cursor: pointer;
}

.qr-size-control input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 3px solid #101418;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 1px rgba(68, 226, 205, 0.4), 0 0 20px rgba(68, 226, 205, 0.28);
  cursor: pointer;
}

.qr-size-scale {
  display: flex;
  justify-content: space-between;
  color: var(--muted-soft);
  font-size: 12px;
  font-weight: 700;
}

.qr-actions,
.qr-result-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.qr-note,
.qr-error {
  margin: 0;
  color: var(--muted-soft);
  font-size: 14px;
  line-height: 1.55;
}

.qr-error {
  color: #ff9db3;
}

.qr-preview-panel {
  align-content: start;
}

.qr-preview-head {
  min-height: 36px;
}

.qr-preview {
  display: grid;
  place-items: center;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(68, 226, 205, 0.06), transparent 44%),
    rgba(10, 15, 20, 0.74);
  text-align: center;
}

.qr-preview > .material-symbols-outlined {
  color: var(--primary);
  font-size: 72px;
}

.qr-preview p {
  max-width: 260px;
  margin: 12px 0 0;
  color: var(--muted-soft);
  line-height: 1.5;
}

.qr-svg {
  display: block;
  width: var(--qr-preview-display-size, 216px);
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.barcode-preview {
  min-height: 340px;
}

.barcode-svg {
  display: block;
  width: var(--barcode-preview-display-size, 340px);
  max-width: 100%;
  height: var(--barcode-preview-display-height, 129px);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.label-tool {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
  gap: 22px;
  align-items: start;
}

.label-settings-panel,
.label-preview-panel {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(68, 226, 205, 0.14);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 86% 10%, rgba(208, 188, 255, 0.11), transparent 17rem),
    var(--surface-panel);
  backdrop-filter: blur(16px);
}

.label-settings-panel fieldset {
  display: grid;
  gap: 14px;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 18px;
}

.label-settings-panel legend {
  padding: 0 8px;
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.label-settings-panel label {
  display: grid;
  gap: 8px;
  color: var(--muted-soft);
  font-size: 13px;
  font-weight: 700;
}

.label-settings-panel label > span {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.label-settings-panel input[type="text"],
.label-settings-panel input[type="number"],
.label-settings-panel textarea,
.label-settings-panel select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(208, 188, 255, 0.14);
  border-radius: 12px;
  padding: 0 14px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(12, 18, 24, 0.92), rgba(8, 13, 18, 0.96)),
    rgba(10, 15, 20, 0.72);
  font: 700 14px/1.45 Inter, system-ui, sans-serif;
  outline: none;
}

.label-settings-panel textarea {
  min-height: 86px;
  padding: 12px 14px;
  resize: vertical;
}

.label-settings-panel input:focus,
.label-settings-panel textarea:focus,
.label-settings-panel select:focus {
  border-color: rgba(68, 226, 205, 0.44);
  box-shadow: 0 0 0 4px rgba(68, 226, 205, 0.08);
}

.label-checkbox-grid,
.label-code-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.label-checkbox-grid label,
.label-code-mode label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(10, 15, 20, 0.34);
}

.label-frame-toggle {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(10, 15, 20, 0.34);
}

.label-inline-error {
  margin: 0;
  color: #ff9db3;
  font-size: 13px;
  line-height: 1.4;
}

.label-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.label-preview-surface {
  display: grid;
  place-items: center;
  min-height: 420px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(68, 226, 205, 0.06), transparent 44%),
    rgba(10, 15, 20, 0.74);
}

.generated-label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3mm;
  align-items: center;
  width: var(--label-width);
  min-height: var(--label-height);
  overflow: hidden;
  border: 1px dashed rgba(17, 17, 17, 0.28);
  border-radius: 2mm;
  padding: 3mm;
  color: #111;
  background: #fff;
  font-family: Arial, sans-serif;
}

.generated-label.with-frame {
  border-color: rgba(17, 17, 17, 0.55);
}

.generated-label.without-frame {
  border-color: transparent;
}

.generated-label-copy {
  display: grid;
  gap: 1.4mm;
  min-width: 0;
}

.label-title {
  overflow: hidden;
  font-size: 10pt;
  line-height: 1.12;
}

.label-row,
.label-description {
  overflow: hidden;
  color: #202020;
  font-size: 7.5pt;
  line-height: 1.18;
}

.label-row b {
  margin-right: 1.6mm;
  color: #555;
}

.label-price {
  font-size: 13pt;
  line-height: 1;
}

.label-code {
  display: grid;
  place-items: center;
  max-width: 24mm;
}

.label-code .qr-svg {
  width: 18mm;
  max-width: 18mm;
  box-shadow: none;
}

.label-code .barcode-svg {
  width: 28mm;
  height: 10mm;
  box-shadow: none;
}

.generated-label.is-small-label {
  grid-template-columns: 1fr;
  gap: 1.2mm;
  align-content: start;
  padding: 2mm;
  border-radius: 1.6mm;
}

.generated-label.is-small-label .generated-label-copy {
  gap: 0.7mm;
}

.generated-label.is-small-label .label-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 7.4pt;
  line-height: 1.02;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.generated-label.is-small-label .label-row,
.generated-label.is-small-label .label-description {
  display: block;
  overflow: hidden;
  font-size: 5.7pt;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.generated-label.is-small-label .label-row b {
  margin-right: 0.8mm;
}

.generated-label.is-small-label .label-price {
  font-size: 8pt;
}

.generated-label.is-small-label .label-description {
  display: none;
}

.generated-label.is-small-label .label-code {
  justify-self: stretch;
  max-width: none;
}

.generated-label.is-small-label .label-code .barcode-svg {
  width: 32mm;
  max-width: 100%;
  height: 9mm;
}

.generated-label.is-small-label .label-code .qr-svg {
  width: 13mm;
  max-width: 13mm;
}

.label-code-error {
  color: #b00020;
  font-size: 7pt;
  text-align: center;
}

.label-print-area {
  display: none;
}

.label-sheet {
  display: grid;
  grid-template-columns: repeat(var(--label-columns), var(--label-width));
  gap: var(--label-gap-y) var(--label-gap-x);
  align-content: start;
  justify-content: center;
  background: #fff;
}

.qr-result-actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 44px;
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 18%, rgba(208, 188, 255, 0.14), transparent 20rem),
    radial-gradient(circle at 0% 100%, rgba(68, 226, 205, 0.11), transparent 22rem),
    rgba(28, 32, 36, 0.72);
}

.account-console {
  padding: 18px;
  border-radius: 16px;
}

.console-head {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.console-head span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.identity {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 12px;
  background: rgba(16, 20, 24, 0.7);
}

.avatar {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(208, 188, 255, 0.34);
  border-radius: 12px;
  background: rgba(208, 188, 255, 0.1);
  color: var(--primary);
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.identity strong,
.identity span {
  display: block;
}

.identity span {
  margin-top: 4px;
  color: var(--muted-soft);
  font-size: 13px;
}

.console-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.console-row:last-child {
  border-bottom: 0;
}

.console-row span {
  color: var(--muted-soft);
}

.console-row strong {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
}

.footer {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: end;
  justify-items: center;
  gap: 16px 28px;
  padding: 44px clamp(16px, 4vw, 32px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted-soft);
  text-align: center;
}

.footer > div {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  text-align: left;
}

.footer strong {
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
}

.footer span {
  margin-left: 5px;
  color: var(--primary);
  font-family: Caveat, cursive;
  font-size: 26px;
}

.footer p {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 13px;
}

.footer nav {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 28px;
  font-size: 13px;
}

.policy-page {
  width: min(var(--max), 100%);
  margin-inline: auto;
  padding: 78px clamp(16px, 4vw, 32px) 96px;
}

.policy-page .section-head {
  max-width: 860px;
}

.policy-page h1 {
  max-width: 920px;
}

.policy-edition {
  color: var(--secondary);
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.policy-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: clamp(22px, 4vw, 42px);
  background: var(--surface-panel);
  box-shadow: 0 24px 70px var(--shadow);
  backdrop-filter: blur(16px);
}

.policy-card h2 {
  margin-top: 18px;
  font-size: clamp(24px, 3vw, 34px);
}

.policy-card h2:first-child {
  margin-top: 0;
}

.policy-card p {
  margin-bottom: 0;
  color: var(--muted-soft);
  line-height: 1.7;
}

.policy-card a {
  color: var(--secondary);
  font-weight: 800;
}

.cookie-consent-overlay {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: grid;
  place-items: end center;
  padding: clamp(14px, 3vw, 30px);
  pointer-events: none;
}

.cookie-consent-dialog {
  width: min(760px, calc(100vw - 28px));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px;
  color: #eef3f8;
  background: rgba(50, 60, 70, 0.96);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
  pointer-events: auto;
}

.cookie-consent-dialog h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.1;
  color: #f4f7fb;
}

.cookie-consent-dialog p {
  max-width: 680px;
  margin: 0;
  color: #e1e7ee;
  font-size: 15px;
  line-height: 1.45;
}

.cookie-consent-actions {
  display: flex;
  justify-content: end;
  gap: 14px;
  margin-top: 18px;
}

.cookie-consent-actions button {
  min-height: 46px;
  min-width: 146px;
  border: 0;
  border-radius: 11px;
  padding: 0 22px;
  color: #f4f7fb;
  font-weight: 800;
  cursor: pointer;
}

.cookie-consent-accept {
  background: #4a9cff;
}

.cookie-consent-necessary {
  background: rgba(255, 255, 255, 0.1);
}

html.light .nav a:hover,
html.light .nav a.is-active,
html.light .nav-dropdown:hover .nav-dropdown-trigger,
html.light .nav-dropdown:focus-within .nav-dropdown-trigger,
html.light .nav-dropdown-trigger.is-active {
  border-color: rgba(96, 66, 201, 0.18);
  background: rgba(96, 66, 201, 0.07);
  box-shadow: inset 0 0 18px rgba(96, 66, 201, 0.05), 0 0 18px rgba(8, 127, 119, 0.08);
  text-shadow: none;
}

html.light .nav-dropdown-menu {
  border-color: rgba(25, 39, 54, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(42, 58, 78, 0.14), 0 0 24px rgba(212, 168, 77, 0.08);
}

html.light .status-pill,
html.light .glass-card,
html.light .project-card,
html.light .cta-panel,
html.light .account-console,
html.light .policy-card,
html.light .scan21c-hero,
html.light .auto-seo-hero,
html.light .auto-seo-panel,
html.light .auto-seo-example,
html.light .auto-seo-pricing,
html.light .scan21c-specs article,
html.light .scan21c-install,
html.light .scan21c-cta {
  border-color: rgba(25, 39, 54, 0.1);
  background: var(--surface-panel);
  box-shadow: 0 18px 50px rgba(42, 58, 78, 0.1);
}

html.light .scan21c-install {
  background:
    radial-gradient(circle at 92% 76%, rgba(96, 66, 201, 0.11), transparent 24rem),
    linear-gradient(135deg, rgba(8, 127, 119, 0.07), transparent 44%),
    var(--surface-panel);
}

html.light .scan21c-install-badge {
  border-color: rgba(182, 133, 45, 0.24);
  background: rgba(212, 168, 77, 0.14);
  color: var(--gold-deep);
}

html.light .scan21c-install-points div {
  border-color: rgba(25, 39, 54, 0.1);
  background: rgba(255, 255, 255, 0.7);
}

html.light .scan21c-install-points .material-symbols-outlined {
  background: rgba(212, 168, 77, 0.16);
  color: var(--gold-deep);
}

html.light .scan21c-install-qr {
  border-color: rgba(25, 39, 54, 0.1);
  box-shadow: 0 24px 56px rgba(42, 58, 78, 0.16);
}

html.light .hero-media-card {
  border-color: rgba(25, 39, 54, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 64px rgba(42, 58, 78, 0.13), 0 0 34px rgba(8, 127, 119, 0.08);
}

html.light .hero-media-card::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(18, 30, 42, 0.52)),
    radial-gradient(circle at 22% 18%, rgba(96, 66, 201, 0.2), transparent 15rem);
}

html.light .hero-media-card h2 {
  color: var(--gold-strong);
  text-shadow: 0 2px 18px rgba(18, 30, 42, 0.75), 0 0 18px rgba(212, 168, 77, 0.16);
}

html.light .button.ghost,
html.light .card-action.ghost,
html.light .card-action.outline {
  border-color: rgba(182, 133, 45, 0.32);
  background: rgba(255, 251, 239, 0.7);
  color: var(--gold-deep);
}

html.light .projects {
  background: rgba(213, 224, 235, 0.28);
}

html.light .project-art,
html.light .scan21c-art,
html.light .marketplace-art,
html.light .auto-seo-art,
html.light .server-room {
  box-shadow: inset 0 0 0 1px rgba(25, 39, 54, 0.08);
}

html.light .scan21c-art {
  background:
    radial-gradient(circle at 28% 24%, rgba(8, 127, 119, 0.2), transparent 12rem),
    radial-gradient(circle at 74% 78%, rgba(218, 174, 66, 0.22), transparent 13rem),
    linear-gradient(135deg, #f6f9fb, #ddebf0);
}

html.light .marketplace-art {
  background:
    radial-gradient(circle at 22% 24%, rgba(8, 127, 119, 0.2), transparent 12rem),
    radial-gradient(circle at 80% 76%, rgba(218, 174, 66, 0.18), transparent 13rem),
    linear-gradient(135deg, #f7fafb, #dfeef2);
}

html.light .project-art.network {
  background:
    radial-gradient(circle at 35% 70%, rgba(8, 127, 119, 0.38), transparent 16rem),
    repeating-radial-gradient(circle at 50% 80%, rgba(8, 127, 119, 0.14) 0 2px, transparent 3px 28px),
    linear-gradient(135deg, #eaf2f6, #d7e9ed);
}

html.light .project-art.mobile {
  background:
    radial-gradient(circle at 66% 40%, rgba(96, 66, 201, 0.3), transparent 10rem),
    linear-gradient(140deg, transparent 0 32%, rgba(255, 255, 255, 0.55) 33% 35%, transparent 36%),
    linear-gradient(145deg, #eef4fb, #dde9f2);
}

html.light .project-art.void {
  background:
    conic-gradient(from 210deg at 50% 100%, transparent, rgba(8, 127, 119, 0.48), rgba(96, 66, 201, 0.54), transparent),
    linear-gradient(180deg, #efeafd, #dce8f2);
}

html.light .project-art.pay {
  background:
    linear-gradient(90deg, rgba(96, 66, 201, 0.14), transparent 50%, rgba(8, 127, 119, 0.12)),
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.66), transparent 4rem),
    #e8f0f5;
}

html.light .marketplace-dashboard-preview,
html.light .auto-seo-mini-console,
html.light .auto-seo-workbench,
html.light .auto-seo-result-card,
html.light .scan-phone,
html.light .scan-terminal,
html.light .cookie-consent-dialog {
  border-color: rgba(25, 39, 54, 0.12);
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 54px rgba(42, 58, 78, 0.13);
}

html.light .auto-seo-art {
  background:
    radial-gradient(circle at 30% 18%, rgba(8, 127, 119, 0.16), transparent 13rem),
    radial-gradient(circle at 76% 80%, rgba(96, 66, 201, 0.16), transparent 14rem),
    linear-gradient(135deg, #edf5f8, #dce8f2);
}

html.light .auto-seo-audience article,
html.light .auto-seo-field-grid article,
html.light .auto-seo-price-grid article,
html.light .product-preview-card,
html.light .seo-field-list div,
html.light .workflow article,
html.light .api-map div {
  border-color: rgba(25, 39, 54, 0.1);
  background: rgba(255, 255, 255, 0.58);
}

html.light .auto-seo-price-grid b {
  color: var(--gold-strong);
}

html.light .shop-card,
html.light .shop-info-panel article {
  border-color: rgba(25, 39, 54, 0.1);
  background:
    radial-gradient(circle at 86% 12%, rgba(212, 168, 77, 0.12), transparent 15rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(238, 244, 249, 0.9));
  box-shadow: 0 18px 50px rgba(42, 58, 78, 0.1);
}

html.light .shop-card::before {
  background:
    linear-gradient(90deg, rgba(212, 168, 77, 0.08), transparent 42%),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(25, 39, 54, 0.035) 43px 44px);
}

html.light .shop-card.featured {
  border-color: rgba(212, 168, 77, 0.32);
  background:
    radial-gradient(circle at 78% 14%, rgba(212, 168, 77, 0.18), transparent 17rem),
    radial-gradient(circle at 18% 82%, rgba(8, 127, 119, 0.11), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(238, 244, 249, 0.94));
}

html.light .shop-card-top,
html.light .shop-card-bottom b,
html.light .shop-info-panel a {
  color: var(--gold-strong);
}

html.light .shop-card-top .material-symbols-outlined {
  border-color: rgba(212, 168, 77, 0.26);
  background: rgba(212, 168, 77, 0.1);
}

html.light .shop-card li::before {
  color: var(--gold-strong);
}

html.light .shop-info-panel .material-symbols-outlined {
  color: var(--gold-strong);
}

html.light .qr-input-panel,
html.light .qr-preview-panel,
html.light .label-settings-panel,
html.light .label-preview-panel {
  border-color: rgba(25, 39, 54, 0.1);
  background:
    radial-gradient(circle at 86% 10%, rgba(212, 168, 77, 0.12), transparent 17rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(42, 58, 78, 0.1);
}

html.light .qr-input-panel label,
html.light .qr-meta span:first-child,
html.light .barcode-format-control label {
  color: var(--gold-strong);
}

html.light .qr-input-panel textarea,
html.light .qr-preview,
html.light .qr-size-control,
html.light .barcode-format-control select {
  border-color: rgba(25, 39, 54, 0.12);
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
}

html.light .qr-input-panel textarea::placeholder {
  color: rgba(82, 97, 114, 0.58);
}

html.light .qr-input-panel textarea:focus {
  border-color: rgba(212, 168, 77, 0.42);
  box-shadow: 0 0 0 4px rgba(212, 168, 77, 0.1);
}

html.light .barcode-format-control select:focus {
  border-color: rgba(212, 168, 77, 0.42);
  box-shadow: 0 0 0 4px rgba(212, 168, 77, 0.1);
}

html.light .qr-preview > .material-symbols-outlined {
  color: var(--gold-strong);
}

html.light .qr-size-control label,
html.light .qr-preview-head span {
  color: var(--gold-strong);
}

html.light .label-settings-panel fieldset,
html.light .label-checkbox-grid label,
html.light .label-code-mode label,
html.light .label-frame-toggle {
  border-color: rgba(25, 39, 54, 0.1);
  background: rgba(255, 255, 255, 0.54);
}

html.light .label-settings-panel legend,
html.light .label-settings-panel label > span {
  color: var(--gold-strong);
}

html.light .label-settings-panel input[type="text"],
html.light .label-settings-panel input[type="number"],
html.light .label-settings-panel textarea,
html.light .label-settings-panel select,
html.light .label-preview-surface {
  border-color: rgba(25, 39, 54, 0.12);
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
}

html.light .label-settings-panel input:focus,
html.light .label-settings-panel textarea:focus,
html.light .label-settings-panel select:focus {
  border-color: rgba(212, 168, 77, 0.42);
  box-shadow: 0 0 0 4px rgba(212, 168, 77, 0.1);
}

html.light .qr-size-control input[type="range"] {
  background: linear-gradient(90deg, var(--gold-strong), var(--secondary));
}

html.light .qr-size-control input[type="range"]::-webkit-slider-thumb {
  border-color: #ffffff;
  background: var(--gold-strong);
  box-shadow: 0 0 0 1px rgba(212, 168, 77, 0.36), 0 8px 20px rgba(129, 92, 22, 0.18);
}

html.light .qr-size-control input[type="range"]::-moz-range-thumb {
  border-color: #ffffff;
  background: var(--gold-strong);
  box-shadow: 0 0 0 1px rgba(212, 168, 77, 0.36), 0 8px 20px rgba(129, 92, 22, 0.18);
}

html.light .cookie-consent-dialog h2,
html.light .cookie-consent-actions button {
  color: var(--text);
}

html.light .cookie-consent-dialog p {
  color: var(--muted);
}

html.light .cookie-consent-accept {
  color: #ffffff;
  background: var(--primary);
}

html.light .cookie-consent-necessary {
  background: rgba(25, 39, 54, 0.08);
}

html.light .footer {
  border-top-color: rgba(25, 39, 54, 0.1);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .section-head.split,
  .feature-grid,
  .catalog-grid,
  .project-card.large,
  .cta-panel,
  .scan21c-hero,
  .auto-seo-hero,
  .auto-seo-panel,
  .auto-seo-example,
  .integration-panel,
  .scan21c-install,
  .qr-tool,
  .label-tool,
  .scan21c-specs,
  .footer {
    grid-template-columns: 1fr;
  }

  .scan21c-grid,
  .workflow,
  .scan21c-stats,
  .auto-seo-hero-facts,
  .auto-seo-audience,
  .auto-seo-field-grid,
  .auto-seo-price-grid,
  .shop-grid,
  .shop-info-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card.large,
  .project-catalog .project-card.full-row {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .catalog-grid.single-project {
    display: flex;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer > div {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }

  .footer nav {
    grid-column: 1;
    grid-row: 2;
    justify-content: center;
  }

  .footer p {
    grid-column: 1;
    grid-row: 3;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 108px;
  }

  .site-header {
    min-height: 96px;
    padding-inline: 16px;
  }

  .icon-button {
    display: none;
  }

  .brand-logo {
    width: 100%;
    height: 100%;
  }

  .brand picture {
    width: 144px;
    height: 72px;
  }

  .sign-in {
    min-height: 34px;
    padding: 0 16px;
    font-size: 13px;
  }

  .hero {
    min-height: auto;
    padding: 58px 16px 54px;
  }

  .edge-circuits {
    width: 54px;
    opacity: 0.3;
  }

  .edge-circuits span:nth-child(even) {
    display: none;
  }

  .edge-circuits span {
    width: 2px;
  }

  .edge-circuits span::before,
  .edge-circuits span::after {
    width: 7px;
    height: 7px;
  }

  .hero-content {
    text-align: left;
  }

  .hero-content p {
    margin-left: 0;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .header-tools {
    gap: 6px;
  }

  .header-status {
    height: 24px;
    padding: 0 10px;
  }

  .header-status strong {
    font-size: 10px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  h2 {
    font-size: 34px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .auto-seo-actions {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .hero-media-card,
  .hero-media-card.wide {
    grid-column: auto;
    min-height: 230px;
  }

  .hero-media-card h2 {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 26px;
  }

  .scan21c-grid,
  .workflow,
  .scan21c-stats,
  .auto-seo-hero-facts,
  .auto-seo-audience,
  .auto-seo-field-grid,
  .auto-seo-price-grid,
  .shop-grid,
  .shop-info-panel {
    grid-template-columns: 1fr;
  }

  .scan-phone {
    width: min(230px, 100%);
  }

  .scan21c-hero,
  .auto-seo-hero,
  .auto-seo-panel,
  .auto-seo-example,
  .auto-seo-pricing,
  .shop-card,
  .shop-info-panel article,
  .qr-input-panel,
  .qr-preview-panel,
  .label-settings-panel,
  .label-preview-panel,
  .integration-panel,
  .scan21c-install,
  .scan21c-specs article,
  .scan21c-cta {
    padding: 22px;
    border-radius: 18px;
  }

  .scan21c-install h2 {
    font-size: 34px;
  }

  .scan21c-install-points {
    grid-template-columns: 1fr;
    margin: 24px 0;
  }

  .scan21c-install-points div {
    min-height: 64px;
  }

  .scan21c-install-download {
    display: grid;
    grid-template-columns: 1fr;
  }

  .scan21c-play-button {
    justify-content: center;
    width: 100%;
  }

  .scan21c-install-download > strong {
    text-align: center;
  }

  .scan21c-install-qr {
    display: none;
  }

  .scan21c-install-mobile-note {
    display: block;
    margin-top: 14px !important;
    font-size: 13px !important;
  }

  .auto-seo-hero {
    min-height: auto;
  }

  .auto-seo-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .shop-card-bottom {
    display: grid;
    align-items: start;
    justify-content: stretch;
  }

  .shop-card-bottom .button,
  .shop-info-panel a,
  .qr-actions .button,
  .qr-result-actions .button,
  .label-actions .button {
    width: 100%;
  }

  .label-checkbox-grid,
  .label-code-mode {
    grid-template-columns: 1fr;
  }

  .qr-preview {
    min-height: 300px;
  }

  .product-preview-card,
  .api-flow {
    grid-template-columns: 1fr;
  }

  .api-flow i {
    width: 1px;
    height: 18px;
    justify-self: center;
    background: linear-gradient(180deg, rgba(68, 226, 205, 0.18), rgba(208, 188, 255, 0.46));
  }

  code {
    overflow-wrap: anywhere;
  }

  .command-visual {
    margin-top: 44px;
    border-radius: 18px;
  }

  .server-room {
    min-height: 300px;
    border-radius: 16px;
  }

  .section {
    padding: 64px 16px;
  }

  .glass-card,
  .project-card {
    padding: 22px;
  }

  .project-card {
    min-height: auto;
  }

  .project-card.large .project-art {
    min-height: 220px;
  }

  .footer nav {
    flex-wrap: wrap;
  }

  .cookie-consent-overlay {
    place-items: end center;
    padding: 10px;
  }

  .cookie-consent-dialog {
    border-radius: 16px;
    padding: 16px;
  }

  .cookie-consent-dialog h2 {
    margin-bottom: 10px;
  }

  .cookie-consent-dialog p {
    font-size: 14px;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
}

@media print {
  @page {
    size: A4;
    margin: 8mm;
  }

  html,
  body {
    width: auto;
    min-height: 0;
    margin: 0;
    background: #fff !important;
  }

  body::before,
  .site-header,
  main > *:not(.label-page),
  .label-page > *:not(.label-print-area),
  .footer {
    display: none !important;
  }

  main,
  .label-page,
  .label-print-area {
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .label-sheet {
    display: grid !important;
    grid-template-columns: repeat(var(--label-columns), var(--label-width));
    gap: var(--label-gap-y) var(--label-gap-x);
    align-content: start;
    justify-content: center;
    width: 100%;
    background: #fff !important;
  }

  .generated-label {
    break-inside: avoid;
    page-break-inside: avoid;
    width: var(--label-width) !important;
    height: var(--label-height) !important;
    min-height: var(--label-height) !important;
    border-color: transparent;
    box-shadow: none !important;
  }

  .generated-label .qr-svg,
  .generated-label .barcode-svg {
    box-shadow: none !important;
  }

  .generated-label.with-frame {
    border-color: #111 !important;
  }

  .generated-label.without-frame {
    border-color: transparent !important;
  }
}
