:root {
  color-scheme: light;
  --font-family-base: "Vazirmatn", Tahoma, Arial, sans-serif;
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-soft: #eff6ff;
  --primary: #0f766e;
  --primary-dark: #115e59;
  --secondary: #082f49;
  --accent: #f59e0b;
  --text: #0f172a;
  --muted: #475569;
  --line: #dbeafe;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.06);
  --shadow-lift: 0 22px 52px rgba(8, 47, 73, 0.14);
  --glass: rgba(255, 255, 255, 0.82);
  --radius: 28px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 34rem),
    radial-gradient(circle at 16% 24%, rgba(245, 158, 11, 0.12), transparent 25rem),
    var(--bg);
  color: var(--text);
  font: 400 16px/1.9 var(--font-family-base);
}

.page-top-anchor {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

p {
  margin: 0;
  color: var(--muted);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  line-height: 1.45;
}

h1 {
  max-width: 850px;
  font-size: clamp(1.9rem, 4.4vw, 3.8rem);
  letter-spacing: -0.06em;
}

h2 {
  font-size: clamp(1.45rem, 2.45vw, 2.25rem);
  letter-spacing: -0.035em;
}

/* صفحات داخلی: سقف اندازه H2 برابر ۲۴ پیکسل */
body.page-internal main h2 {
  font-size: clamp(1.125rem, 2vw, 24px);
}

body.page-internal main .card h2,
body.page-internal main .compact-card h2,
body.page-internal main .seo-card h2,
body.page-internal main .feature-grid h2,
body.page-internal main .post-card h2,
body.page-internal main .project-card h2,
body.page-internal main .sla-card h2,
body.page-internal main .team-card h2,
body.page-internal main .contact-channel h2,
body.page-internal main .contact-process-card h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.18rem;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.narrow {
  max-width: 900px;
}

.section {
  padding: 72px 0;
}

.section-muted {
  background: rgba(255, 255, 255, 0.58);
  border-block: 1px solid rgba(219, 234, 254, 0.8);
}

.hero + .section-muted {
  border-block-start: none;
}

.skip-link {
  position: fixed;
  inset-inline-start: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--secondary);
  color: #fff;
  padding: 10px 18px;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.58);
  outline-offset: 2px;
}

.btn:focus-visible,
.nav-cta:focus-visible {
  outline-color: #fff;
  outline-offset: 3px;
}

.cms-body :focus-visible {
  outline-color: rgba(245, 158, 11, 0.88);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(219, 234, 254, 0.78);
  background: rgba(248, 250, 252, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.nav > .brand {
  order: 1;
}

.brand-logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-logo-nav {
  max-height: 48px;
}

.brand-logo-footer {
  max-height: 52px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.24);
}

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

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #334155;
  font-size: 0.95rem;
}

.nav-item {
  position: relative;
  margin: 0;
}

.nav-item__link,
.nav-item__toggle--mobile {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 13px;
  transition: background 0.18s ease, color 0.18s ease;
}

.nav-item__link:hover,
.nav-item__link.active,
.nav-item__toggle--mobile:hover,
.nav-item.is-active > .nav-item__link--desktop,
.nav-item.is-active > .nav-item__toggle--mobile {
  background: var(--surface-soft);
  color: var(--secondary);
}

.nav-item__toggle--mobile {
  display: none;
  width: 100%;
  justify-content: space-between;
  text-align: start;
}

.nav-item__chevron {
  flex: 0 0 auto;
  transition: transform 0.22s ease;
}

.nav-mega {
  display: none;
}

.nav-mega__inner {
  display: grid;
  gap: 16px;
}

.nav-mega__intro {
  display: grid;
  gap: 8px;
}

.nav-mega__all {
  display: grid;
  gap: 6px;
  border-radius: 16px;
  padding: 12px 14px;
  background: var(--surface-soft);
  color: inherit;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, filter 0.18s ease;
}

.nav-mega__all strong {
  color: var(--secondary);
  font-size: 0.95rem;
}

.nav-mega__all:hover {
  background: #fff;
}

.nav-mega__grid {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-mega__grid a {
  display: block;
  border-radius: 12px;
  padding: 10px 12px;
  color: inherit;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.nav-mega__grid a:hover,
.nav-mega__grid a.active {
  background: var(--surface-soft);
  color: var(--secondary);
}

@media (min-width: 1041px) {
  .site-header {
    --site-header-height: 82px;
  }

  .nav-item--mega .nav-mega {
    position: fixed;
    top: var(--site-header-height);
    right: 0;
    left: 0;
    z-index: 9;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-top: 1px solid rgba(219, 234, 254, 0.78);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 48px rgba(8, 47, 73, 0.12);
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  }

  /* پل نامرئی بین دکمه منو و پنل مگا، جلوگیری از بسته شدن هنگام حرکت آهسته موس */
  .nav-item--mega::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -16px;
    right: -16px;
    height: 28px;
    z-index: 11;
  }

  .nav-item--mega .nav-mega::before {
    content: "";
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    height: 28px;
  }

  .nav-item--mega:hover .nav-mega,
  .nav-item--mega:focus-within .nav-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-mega__inner {
    display: flex;
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
    padding: 24px 0 28px;
    gap: 28px;
    align-items: stretch;
  }

  .nav-mega__intro {
    display: flex;
    flex: 0 0 calc(35% - 14px);
    width: calc(35% - 14px);
    max-width: calc(35% - 14px);
    min-height: 100%;
    min-width: 0;
  }

  .nav-mega__all {
    flex: 1;
    align-content: start;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .nav-mega__all--has-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    padding: 18px 16px;
    background:
      linear-gradient(180deg, rgba(8, 28, 48, 0.58) 0%, rgba(8, 28, 48, 0.22) 42%, rgba(8, 28, 48, 0.68) 100%),
      var(--nav-mega-image) center / cover no-repeat;
    background-color: var(--surface-soft);
    text-align: center;
  }

  .nav-mega__all--has-image strong {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
  }

  .nav-mega__all--has-image:hover {
    background:
      linear-gradient(180deg, rgba(8, 28, 48, 0.48) 0%, rgba(8, 28, 48, 0.14) 42%, rgba(8, 28, 48, 0.58) 100%),
      var(--nav-mega-image) center / cover no-repeat;
    background-color: var(--surface-soft);
    filter: saturate(1.05) brightness(1.04);
  }

  .nav-mega__cols {
    display: grid;
    flex: 0 0 calc(65% - 14px);
    width: calc(65% - 14px);
    max-width: calc(65% - 14px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-content: start;
    min-width: 0;
    box-sizing: border-box;
  }

  .nav-mega__grid {
    align-content: start;
    gap: 6px;
    min-width: 0;
  }

  .nav-mega__grid a {
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  order: 3;
}

.nav-actions .nav-cta {
  min-height: 44px;
  padding: 0 16px;
  font-size: 0.88rem;
  line-height: 1;
}

.nav-menu {
  display: flex;
  flex: 1;
  align-items: center;
  order: 2;
}

.nav-menu-panel {
  display: flex;
  flex: 1;
  align-items: center;
}

.nav-menu-backdrop {
  display: none;
}

.nav-menu-header {
  display: none;
}

.nav-menu-panel .nav-links {
  flex: 1;
  justify-content: center;
}

.nav-ctas {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.nav-menu-panel .nav-ctas {
  flex: 0 0 auto;
}

.nav-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--primary-dark);
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.nav-account:hover {
  background: #fff;
  border-color: rgba(15, 118, 110, 0.32);
  transform: translateY(-1px);
}

.nav-account.active {
  border-color: rgba(15, 118, 110, 0.42);
  background: #fff;
  color: var(--secondary);
  box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.12);
}

.nav-account__icon {
  display: block;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: var(--surface-soft);
  color: var(--primary-dark);
  cursor: pointer;
  transition: background 0.2s ease;
}

.nav-toggle:hover {
  background: #fff;
}

.nav-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav.is-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav.is-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav.is-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-cta.active {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 18px 42px rgba(8, 47, 73, 0.2);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-weight: 700;
  padding: 10px 24px;
  box-shadow: 0 18px 42px rgba(8, 47, 73, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(8, 47, 73, 0.26);
}

.btn-small {
  min-height: 42px;
  padding: 8px 18px;
  font-size: 0.9rem;
}

.btn-ghost,
.btn-light {
  border-color: rgba(15, 118, 110, 0.22);
  background: #fff;
  color: var(--secondary);
  box-shadow: none;
}

.alert {
  margin-top: 24px;
  border-radius: 20px;
  padding: 16px 20px;
  font-weight: 700;
}

.alert-success {
  border: 1px solid rgba(15, 118, 110, 0.25);
  background: #ecfdf5;
  color: #065f46;
}

.alert-error {
  border: 1px solid rgba(220, 38, 38, 0.25);
  background: #fef2f2;
  color: #991b1b;
}

.alert ul {
  margin: 8px 0 0;
}

.hero {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  background:
    linear-gradient(90deg, rgba(8, 47, 73, 0.2) 0%, rgba(8, 47, 73, 0.34) 42%, rgba(8, 47, 73, 0.9) 100%),
    linear-gradient(180deg, rgba(15, 118, 110, 0.18), rgba(8, 47, 73, 0.12)),
    url("/assets/images/hero-luxury-minimal-office-bg.png") center / cover no-repeat;
  padding-top: 96px;
  padding-bottom: 76px;
}

.hero > .container {
  width: 100%;
}

.hero-scroll-cue {
  --hero-scroll-cue-fg: rgba(255, 255, 255, 0.65);
  position: absolute;
  inset-inline: 0;
  top: calc(100svh - 5.75rem);
  bottom: auto;
  z-index: 3;
  display: grid;
  place-items: center;
  margin-inline: auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--hero-scroll-cue-fg);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@supports (height: 100dvh) {
  .hero-scroll-cue {
    top: calc(100dvh - 5.75rem);
  }
}

.page-hero .hero-scroll-cue {
  --hero-scroll-cue-fg: rgba(8, 47, 73, 0.4);
}

.hero-scroll-cue.is-hidden {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.hero-scroll-cue__arrow {
  width: 12px;
  height: 12px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.7;
  animation: hero-scroll-arrow 1.8s ease-in-out infinite;
}

.hero-scroll-cue:hover .hero-scroll-cue__arrow,
.hero-scroll-cue:focus-visible .hero-scroll-cue__arrow {
  opacity: 1;
}

.hero-scroll-cue:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
  border-radius: 999px;
}

@keyframes hero-scroll-arrow {
  0%,
  100% {
    transform: translateY(0) rotate(45deg);
    opacity: 0.35;
  }
  50% {
    transform: translateY(5px) rotate(45deg);
    opacity: 0.85;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll-cue__arrow {
    animation: none;
    opacity: 0.65;
    transform: translateY(2px) rotate(45deg);
  }
}

[data-theme="neon"] .page-hero .hero-scroll-cue,
[data-theme="neon"] .hero .hero-scroll-cue {
  --hero-scroll-cue-fg: rgba(236, 236, 236, 0.55);
}

.page-hero {
  --page-hero-grid: rgba(8, 47, 73, 0.055);
  --page-hero-glow-a: rgba(15, 118, 110, 0.14);
  --page-hero-glow-b: rgba(8, 47, 73, 0.1);
  --page-hero-base-top: #eef3f7;
  --page-hero-base-mid: #f7fafc;
  --page-hero-base-bottom: #ffffff;
  --page-hero-edge: rgba(226, 232, 240, 0.95);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
  padding-block: 36px 72px;
  text-align: center;
  border-bottom: 1px solid var(--page-hero-edge);
  background:
    radial-gradient(ellipse 72% 48% at 88% 8%, var(--page-hero-glow-a), transparent 58%),
    radial-gradient(ellipse 62% 46% at 8% 92%, var(--page-hero-glow-b), transparent 55%),
    linear-gradient(165deg, var(--page-hero-base-top) 0%, var(--page-hero-base-mid) 46%, var(--page-hero-base-bottom) 100%);
}

.page-hero > .container {
  width: 100%;
}

.page-hero--minimal,
.page-hero--rich {
  border-bottom-color: var(--page-hero-edge);
  background:
    radial-gradient(ellipse 72% 48% at 88% 8%, var(--page-hero-glow-a), transparent 58%),
    radial-gradient(ellipse 62% 46% at 8% 92%, var(--page-hero-glow-b), transparent 55%),
    linear-gradient(165deg, var(--page-hero-base-top) 0%, var(--page-hero-base-mid) 46%, var(--page-hero-base-bottom) 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--page-hero-grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--page-hero-grid) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: center top;
  opacity: 0.85;
  -webkit-mask-image: radial-gradient(ellipse 78% 68% at 50% 42%, #000 18%, transparent 78%);
  mask-image: radial-gradient(ellipse 78% 68% at 50% 42%, #000 18%, transparent 78%);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(15, 118, 110, 0.08) 50%, transparent 100%),
    radial-gradient(ellipse 55% 36% at 50% -8%, rgba(14, 165, 233, 0.1), transparent 62%),
    linear-gradient(180deg, transparent 58%, rgba(255, 255, 255, 0.78) 100%);
  background-size: 100% 1px, auto, auto;
  background-position: center 28%, center, center;
  background-repeat: no-repeat;
}

.page-hero--listing {
  padding-bottom: 32px;
}

.page-hero--breadcrumb-only {
  min-height: 0;
  display: block;
  padding-block: 20px 24px;
}

.page-hero--breadcrumb-only::before,
.page-hero--breadcrumb-only::after {
  opacity: 0.35;
}

.page-hero--breadcrumb-only + .section-muted {
  border-block-start: none;
  padding-top: 48px;
}

.page-hero--tone-products {
  --page-hero-accent: #0f766e;
}

.page-hero--tone-services {
  --page-hero-accent: #0369a1;
}

.page-hero--tone-blog {
  --page-hero-accent: #7c3aed;
}

.page-hero--tone-projects {
  --page-hero-accent: #b45309;
}

.page-hero--tone-trust {
  --page-hero-accent: #047857;
}

.page-hero--tone-consult {
  --page-hero-accent: #0f766e;
}

.page-hero--tone-startup {
  --page-hero-accent: #c2410c;
}

.page-hero--tone-contact {
  --page-hero-accent: #0f766e;
}

.page-hero-inner {
  display: grid;
  align-items: center;
  gap: 32px;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  width: 100%;
}

.page-hero-visual--badge {
  display: none;
}

.page-hero-visual--card {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: calc(var(--radius) + 2px);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.page-hero-visual--card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-hero--visual-card .page-hero-inner {
  max-width: 980px;
  margin-inline: auto;
}

.page-hero--visual-card .page-hero-content,
.page-hero--visual-card .breadcrumb ol,
.page-hero--visual-card .hero-actions {
  justify-content: center;
  justify-items: center;
  text-align: center;
}

.page-hero--detail .breadcrumb li:last-child span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-width: 28rem;
  margin-inline: auto;
}

@media (min-width: 860px) {
  .page-hero--visual-card .page-hero-inner {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  }
}

.page-hero h1 {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(1.125rem, 2.5vw + 0.75rem, 2rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.page-hero .container,
.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.page-hero--visual-card .container.narrow,
.page-hero--visual-badge .container.narrow {
  gap: 0;
}

.page-hero--visual-badge .page-hero-content {
  width: 100%;
}

.page-hero-lead {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(0.9rem, 0.45vw + 0.82rem, 1.05rem);
  line-height: 1.75;
}

.page-hero .eyebrow {
  border: none;
  background: none;
  padding: 0;
  color: var(--page-hero-accent, var(--primary));
  font-size: clamp(0.78rem, 0.35vw + 0.72rem, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.page-hero .eyebrow::before {
  display: none;
}

.page-hero .breadcrumb {
  font-size: clamp(0.78rem, 0.3vw + 0.72rem, 0.9rem);
}

.page-hero .breadcrumb ol {
  justify-content: center;
}

.page-hero .hero-actions {
  justify-content: center;
}

.page-hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-hero-chip__label {
  color: #64748b;
  font-size: clamp(0.7rem, 0.25vw + 0.66rem, 0.84rem);
  font-weight: 500;
}

.page-hero-chip__label::after {
  content: ":";
  margin-inline-start: 0.15em;
}

.page-hero-chip__value {
  color: var(--secondary);
  font-size: clamp(0.82rem, 0.3vw + 0.76rem, 0.9rem);
  font-weight: 600;
}

.page-hero-chips li {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
  min-width: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-align: center;
}

.page-hero-chips li:not(:last-child)::after {
  content: "�";
  margin-inline: 0.65em;
  color: #cbd5e1;
  font-weight: 400;
}

.page-hero-toolbar {
  width: min(100%, 720px);
  margin: 8px auto 0;
}

.hero-search-form {
  margin: 0;
}

.hero-search-form.products-filter {
  gap: 12px;
  margin-bottom: 0;
}

.hero-search-form--blog {
  width: 100%;
  max-width: 560px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: calc(var(--radius) + 2px);
  background: #fff;
  box-shadow: none;
  padding: 14px;
}

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

.blog-search-form input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  padding: 8px 14px;
  font-size: 0.92rem;
}

.blog-search-form input:focus {
  outline: 2px solid rgba(15, 118, 110, 0.18);
  border-color: rgba(15, 118, 110, 0.35);
}

.blog-search-form .btn-small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 0.88rem;
}

.page-hero--has-trust {
  padding-bottom: 0;
}

.hero-trust-bar {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
  background: transparent;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 32px;
  margin: 0;
  padding: 16px 0 18px;
  list-style: none;
}

.hero-trust-list li {
  display: grid;
  gap: 2px;
  justify-items: center;
  text-align: center;
}

.hero-trust-list strong {
  color: var(--secondary);
  font-size: clamp(0.9rem, 0.4vw + 0.82rem, 1rem);
  line-height: 1.2;
}

.hero-trust-list span {
  color: var(--muted);
  font-size: clamp(0.74rem, 0.25vw + 0.68rem, 0.84rem);
  line-height: 1.4;
}

.hero-grid,
.split,
.about-grid,
.contact-grid {
  display: grid;
  align-items: center;
  gap: 48px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
}

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

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  gap: 24px;
  grid-template-areas:
    "copy card";
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.hero-copy {
  grid-area: copy;
  align-self: center;
  justify-items: start;
  align-content: center;
  padding: 22px 0;
}

.hero-copy h1 {
  position: relative;
  max-width: 820px;
  color: #fff;
  font-size: clamp(1.55rem, 4.2vw, 1.875rem);
  line-height: 1.42;
  text-wrap: balance;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: rgba(240, 253, 250, 0.8);
  color: var(--primary-dark);
  font-weight: 700;
  padding: 6px 14px;
}

.hero .eyebrow {
  border-color: rgba(94, 234, 212, 0.28);
  background: rgba(8, 47, 73, 0.58);
  color: #ccfbf1;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.breadcrumb {
  color: #64748b;
  font-size: 0.92rem;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-inline: 0.45em;
  color: #94a3b8;
  font-weight: 400;
}

.breadcrumb [aria-current="page"] {
  color: var(--text);
  font-weight: 700;
}

.breadcrumb a,
.text-link {
  color: var(--primary-dark);
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
}

.text-link::after {
  content: "؟";
}

.hero-text {
  max-width: 720px;
  color: #dbeafe;
  font-size: clamp(1.02rem, 1.2vw, 1.12rem);
  line-height: 2.05;
}

.hero-badges {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.hero-badges span {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(219, 234, 254, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #e0f2fe;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 11px 13px;
}

.hero-badges span::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

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

.hero-actions .btn {
  white-space: nowrap;
}

.hero .hero-actions {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.hero .hero-actions .btn {
  flex: 0 1 auto;
  width: auto;
  white-space: nowrap;
  text-align: center;
  line-height: 1.35;
  padding-inline: clamp(14px, 2vw, 24px);
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
}

.cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  flex-shrink: 0;
}

.cta-actions .btn {
  width: 100%;
}

.hero-actions .btn:first-child {
  box-shadow: 0 18px 42px rgba(8, 47, 73, 0.22);
}

.cards,
.feature-grid,
.timeline {
  display: grid;
  gap: 18px;
}

.trust-grid article,
.card,
.feature-grid article,
.service-list article,
.registry-card,
.contact-card,
.hero-card,
.timeline li {
  border: 1px solid rgba(219, 234, 254, 0.95);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
}

.hero-card {
  grid-area: card;
  border-color: rgba(8, 47, 73, 0.12);
  border-radius: calc(var(--radius) + 4px);
  background: var(--secondary);
  color: #fff;
  padding: 32px;
  box-shadow: 0 24px 70px rgba(8, 47, 73, 0.2);
}

.hero-card h2 {
  margin-top: 14px;
  color: #fff;
  font-size: clamp(1.05rem, 2.4vw, 1.3rem);
  letter-spacing: -0.03em;
}

.hero-card p {
  margin-top: 14px;
  color: #cbd5e1;
}

.w-100 {
  width: 100%;
}

.support-chat {
  position: fixed;
  inset-inline-start: 22px;
  bottom: 22px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  pointer-events: none;
}

.support-chat > * {
  pointer-events: auto;
}

.support-chat__fab,
.promo-video__fab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #0f766e 0%, #082f49 100%);
  color: #fff;
  box-shadow:
    0 14px 36px rgba(8, 47, 73, 0.34),
    0 0 0 6px rgba(15, 118, 110, 0.14);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.support-chat__fab:hover,
.promo-video__fab:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 18px 42px rgba(8, 47, 73, 0.4),
    0 0 0 8px rgba(15, 118, 110, 0.18);
}

.support-chat__fab:focus-visible,
.promo-video__fab:focus-visible {
  outline: 3px solid rgba(94, 234, 212, 0.7);
  outline-offset: 3px;
}

.support-chat__fab-pulse,
.promo-video__fab-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(94, 234, 212, 0.45);
  animation: support-chat-pulse 2.4s ease-out infinite;
  pointer-events: none;
}

.support-chat.is-open .support-chat__fab-pulse,
.promo-video.is-open .promo-video__fab-pulse {
  display: none;
}

@keyframes support-chat-pulse {
  0% {
    opacity: 0.75;
    transform: scale(0.92);
  }

  70%, 100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

.support-chat__fab-icon,
.support-chat__fab-close,
.promo-video__fab-icon,
.promo-video__fab-close {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.support-chat__fab-close,
.promo-video__fab-close {
  opacity: 0;
  transform: rotate(-45deg) scale(0.7);
  pointer-events: none;
}

.support-chat.is-open .support-chat__fab-icon,
.promo-video.is-open .promo-video__fab-icon {
  opacity: 0;
  transform: rotate(45deg) scale(0.7);
}

.support-chat.is-open .support-chat__fab-close,
.promo-video.is-open .promo-video__fab-close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.support-chat__dialog {
  width: min(380px, calc(100vw - 28px));
  height: min(560px, 72vh);
  max-height: min(560px, 72vh);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(8, 47, 73, 0.12);
  border-radius: 22px;
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 28px 70px rgba(8, 47, 73, 0.22);
  transform-origin: bottom right;
  animation: support-chat-open 0.28s ease;
}

.support-chat__dialog[hidden] {
  display: none !important;
}

@keyframes support-chat-open {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-chat__fab-pulse,
  .promo-video__fab-pulse,
  .support-chat__dialog {
    animation: none;
  }

  .support-chat__fab,
  .promo-video__fab,
  .support-chat__fab-icon,
  .support-chat__fab-close,
  .promo-video__fab-icon,
  .promo-video__fab-close {
    transition: none;
  }
}

.support-chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 10px;
  border-bottom: 1px solid var(--line);
}

.support-chat__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.support-chat__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(15, 118, 110, 0.12);
  color: var(--primary);
}

.support-chat__brand strong {
  display: block;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.3;
}

.support-chat__status-label {
  display: block;
  margin-top: 2px;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
}

.support-chat__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 12px;
  background: var(--surface-soft);
  color: var(--text);
  cursor: pointer;
  transition: background 0.18s ease;
}

.support-chat__close:hover {
  background: rgba(15, 118, 110, 0.12);
}

.support-chat__panel {
  margin: 0;
  padding: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto auto;
  gap: 10px;
}

.support-chat .hero-chat__messages {
  min-height: 0;
  max-height: none;
  height: 100%;
}

.hero-layout--solo {
  grid-template-areas: "copy";
  grid-template-columns: 1fr;
  max-width: 860px;
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}

.hero-layout--solo .hero-copy {
  justify-items: center;
  text-align: center;
  width: 100%;
}

.hero-layout--solo .hero-copy h1,
.hero-layout--solo .hero-text {
  margin-inline: auto;
  text-align: center;
}

.hero-layout--solo .hero-actions {
  justify-content: center;
}

.hero-chat__panel {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  padding: 12px;
}

.hero-chat__messages {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 320px;
  max-height: min(58vh, 460px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-inline: 2px;
}

.hero-chat__message {
  display: grid;
  gap: 6px;
  max-width: 88%;
  text-align: right;
}

.hero-chat__message--assistant {
  justify-self: end;
}

.hero-chat__message--user {
  justify-self: start;
}

.hero-chat__message-meta {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

.hero-chat__message--assistant .hero-chat__message-meta {
  text-align: end;
}

.hero-chat__message--user .hero-chat__message-meta {
  text-align: start;
}

.hero-chat__message-body {
  border-radius: 16px;
  padding: 10px 12px;
  font-size: 0.9rem;
  line-height: 1.75;
}

.hero-chat__message-body p.hero-chat__md-p {
  margin: 0 0 0.55rem;
}

.hero-chat__message-body p.hero-chat__md-p:last-child {
  margin-bottom: 0;
}

.hero-chat__md-h {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.5;
}

.hero-chat__md-ul,
.hero-chat__md-ol {
  margin: 0 0 0.55rem;
  padding-inline-start: 1.2rem;
}

.hero-chat__md-ul li,
.hero-chat__md-ol li {
  margin-bottom: 0.25rem;
}

.hero-chat__code {
  padding: 0.08rem 0.35rem;
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.84em;
}

.hero-chat__pre {
  margin: 0 0 0.55rem;
  padding: 0.65rem 0.75rem;
  overflow-x: auto;
  border-radius: 10px;
  background: var(--surface-soft);
}

.hero-chat__pre code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
  white-space: pre-wrap;
}

.hero-chat__message-body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-chat__message--user .hero-chat__message-body a {
  color: #fff;
}

.hero-chat__message--assistant .hero-chat__message-body a {
  color: var(--primary);
}

.hero-chat__message--assistant .hero-chat__message-body {
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--text);
}

.hero-chat__message--assistant .hero-chat__message-body p,
.hero-chat__message--assistant .hero-chat__message-body .hero-chat__md-h,
.hero-chat__message--user .hero-chat__message-body p,
.hero-chat__message--user .hero-chat__message-body .hero-chat__md-h {
  color: inherit;
}

.hero-chat__message--user .hero-chat__message-body {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.95), rgba(8, 145, 178, 0.9));
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 47, 73, 0.18);
}

.hero-chat__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-chat__status[hidden] {
  display: none !important;
}

.hero-chat__typing {
  display: inline-flex;
  gap: 4px;
}

.hero-chat__typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5eead4;
  animation: hero-chat-typing 1.1s infinite ease-in-out;
}

.hero-chat__typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.hero-chat__typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes hero-chat-typing {
  0%, 80%, 100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  40% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

.hero-chat__composer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  direction: ltr;
  gap: 8px;
}

.hero-chat__composer textarea {
  flex: 1;
  min-width: 0;
  width: auto;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  resize: none;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  font: inherit;
  line-height: 1.6;
  padding: 10px 12px;
  text-align: right;
}

.hero-chat__composer textarea:focus {
  outline: none;
  border-color: rgba(94, 234, 212, 0.55);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.18);
}

.hero-chat__send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.hero-chat__send:hover {
  transform: translateY(-1px);
}

.hero-chat__send:disabled,
.support-chat.is-busy .hero-chat__composer textarea {
  opacity: 0.72;
  cursor: wait;
}

.hero-chat__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.hero-chat__reset {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-chat__note {
  color: var(--muted);
  font-size: 0.76rem;
}

.promo-video {
  position: fixed;
  inset-inline-end: 22px;
  bottom: 22px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  pointer-events: none;
}

.promo-video > * {
  pointer-events: auto;
}

.promo-video__modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.promo-video__modal[hidden] {
  display: none !important;
}

.promo-video__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(8, 47, 73, 0.72);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.promo-video__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(8, 47, 73, 0.12);
  border-radius: 22px;
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 28px 70px rgba(8, 47, 73, 0.28);
  animation: promo-video-open 0.28s ease;
}

@keyframes promo-video-open {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.promo-video__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 10px;
  border-bottom: 1px solid var(--line);
}

.promo-video__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.promo-video__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(15, 118, 110, 0.12);
  color: var(--primary);
}

.promo-video__brand strong {
  display: block;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.3;
}

.promo-video__status-label {
  display: block;
  margin-top: 2px;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
}

.promo-video__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 12px;
  background: var(--surface-soft);
  color: var(--text);
  cursor: pointer;
  transition: background 0.18s ease;
}

.promo-video__close:hover {
  background: rgba(15, 118, 110, 0.12);
}

.promo-video__player {
  background: #000;
}

.promo-video__media {
  display: block;
  width: 100%;
  max-height: min(70vh, 640px);
  background: #000;
}

html.promo-video-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .promo-video__dialog {
    animation: none;
  }
}

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

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.18);
  color: #ccfbf1;
  font-weight: 700;
  padding: 7px 13px;
}

.status-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.12);
}

.clean-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(219, 234, 254, 0.9);
  padding-top: 12px;
}

.clean-list span,
.contact-card span,
.trust-badge-label {
  color: var(--muted);
  font-size: 0.88rem;
}

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

.trust-grid article,
.feature-grid article {
  border-radius: 22px;
  padding: 22px;
}

.trust-badge {
  display: grid;
  gap: 10px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.trust-badge:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.trust-badge-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(239, 246, 255, 0.95), rgba(204, 251, 241, 0.55));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.trust-badge-icon lord-icon {
  width: 38px;
  height: 38px;
}

.trust-badge:hover lord-icon {
  --lord-icon-scale: 1.08;
}

.trust-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--secondary);
}

.section-heading {
  display: grid;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
  justify-items: center;
  gap: 14px;
}

.section-heading h1,
.section-heading h2 {
  font-size: clamp(1.25rem, 3.2vw, 1.85rem);
}

.align-start {
  margin-inline: 0;
  text-align: start;
  justify-items: start;
}

.cards-4 {
  grid-template-columns: repeat(4, 1fr);
}

.cards-3,
.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

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

.card {
  min-height: 230px;
  border-radius: var(--radius);
  padding: 24px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 118, 110, 0.32);
}

.card h2,
.feature-grid h2 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

.card-icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 18px;
  background: var(--surface-soft);
  color: var(--secondary);
  font-weight: 800;
}

.service-list {
  display: grid;
  gap: 16px;
}

.service-list article {
  border-radius: 24px;
  padding: 24px;
}

.startup-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
  border-radius: calc(var(--radius) + 8px);
  background: linear-gradient(135deg, #082f49, #0f766e);
  color: #fff;
  padding: 48px;
  box-shadow: var(--shadow);
}

.startup-panel h2,
.startup-panel p {
  color: #fff;
}

.startup-panel .eyebrow,
.cta-box .eyebrow {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  margin-bottom: 14px;
}

.startup-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.startup-steps span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  padding: 20px;
  color: #fff;
  font-weight: 800;
}

.page-hero .hero-actions {
  justify-content: center;
}

.startup-offer-meta {
  display: grid;
  gap: 10px;
  margin: 16px 0 12px;
  font-size: 0.92rem;
}

.startup-offer-meta div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.startup-offer-meta dt {
  color: var(--muted);
}

.startup-offer-meta dd {
  margin: 0;
  font-weight: 800;
}

.startup-showcase .section {
  padding-block: 72px;
}

.startup-overview-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.startup-quick-nav-wrap {
  padding-block: 56px 32px;
}

.startup-quick-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.startup-quick-nav a {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
  padding: 18px 20px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.startup-quick-nav a:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.startup-quick-nav__index {
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.startup-quick-nav__name {
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.6;
}

.startup-quick-nav__tag {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.startup-block {
  display: grid;
  align-items: center;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.startup-block--reverse .startup-block__media {
  order: 2;
}

.startup-block__media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(145deg, rgba(239, 246, 255, 0.95), rgba(204, 251, 241, 0.45));
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.startup-block__media--logo {
  background: linear-gradient(145deg, #ffffff, rgba(239, 246, 255, 0.92));
}

.startup-block__index {
  position: absolute;
  inset-block-start: 18px;
  inset-inline-start: 22px;
  z-index: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.startup-block__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: contain;
  padding: 28px;
}

.startup-block__media--logo img {
  padding: 42px;
}

.startup-block__media--illustration img {
  object-fit: cover;
  padding: 0;
}

.startup-block__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.startup-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 6px 12px;
}

.startup-status--growing {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.startup-status--pilot {
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
}

.startup-status--incubating {
  background: rgba(168, 85, 247, 0.12);
  color: #7e22ce;
}

.startup-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.startup-block__copy {
  display: grid;
  gap: 16px;
}

.startup-block__copy h2 {
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1.45;
}

.startup-block__copy p {
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.9;
}

.startup-achievement {
  border-inline-start: 4px solid rgba(15, 118, 110, 0.35);
  background: rgba(240, 253, 250, 0.85);
  border-radius: 0 18px 18px 0;
  padding: 14px 18px;
  color: #0f172a !important;
  font-size: 0.98rem !important;
}

.startup-achievement strong {
  color: var(--primary-dark);
}

.section-footer-link {
  margin-top: 28px;
  text-align: center;
}

.about-grid {
  align-items: start;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.about-stat {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 28px 20px;
  text-align: center;
}

.about-stat strong {
  display: block;
  color: var(--secondary);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.03em;
}

.about-stat span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

.registry-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.85;
}

.about-grid > div:first-child {
  display: grid;
  gap: 18px;
}

.about-hero {
  padding-bottom: 40px;
}

.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 32px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  text-align: center;
}

.about-hero-copy {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.about-hero .breadcrumb {
  margin: 0;
}

.about-hero .breadcrumb ol {
  justify-content: center;
}

.about-hero h1 {
  max-width: 720px;
  margin-inline: auto;
  font-size: clamp(1.25rem, 2.8vw + 0.85rem, 2.55rem);
  line-height: 1.42;
  text-wrap: balance;
}

.about-hero-lead {
  max-width: 640px;
  margin-inline: auto;
  color: #334155;
  font-size: clamp(0.9rem, 0.45vw + 0.82rem, 1.05rem);
  line-height: 1.9;
}

.about-hero-jump-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.about-hero-panel {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: calc(var(--radius) + 2px);
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  padding: 20px;
}

.about-hero-visual {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 16rem),
    linear-gradient(145deg, rgba(239, 246, 255, 0.95), rgba(204, 251, 241, 0.45));
  padding: 20px;
}

.about-hero-visual img {
  width: min(100%, 280px);
  height: auto;
}

.about-hero-visual--photo {
  padding: 0;
  overflow: hidden;
  min-height: 220px;
  background: #0f172a;
}

.about-hero-visual--photo img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.about-identity-photo {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: calc(var(--radius) + 2px);
  background: #fff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.about-identity-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-identity-copy {
  display: grid;
  gap: 18px;
}

.about-identity-photo figcaption {
  padding: 14px 18px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

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

.about-gallery-item {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
}

.about-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-gallery-item figcaption {
  padding: 14px 16px;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.7;
}

.team-card--photo {
  overflow: hidden;
  padding: 0;
  text-align: start;
}

.team-photo {
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(14, 165, 233, 0.2));
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-photo-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--primary);
  font-size: 2.4rem;
  font-weight: 700;
}

.team-card-body {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.team-card--photo h3 {
  font-size: 1.05rem;
  line-height: 1.6;
}

.about-hero-facts {
  display: grid;
  gap: 10px;
  margin: 0;
}

.about-hero-facts div {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 12px;
  border-top: 1px solid rgba(219, 234, 254, 0.88);
  padding-top: 10px;
}

.about-hero-facts dt {
  color: var(--muted);
  font-size: 0.9rem;
}

.about-hero-facts dd {
  margin: 0;
  color: var(--secondary);
  font-weight: 800;
}

.about-stats-section {
  padding-block: 48px 32px;
}

.about-jump-nav {
  position: sticky;
  top: 0;
  z-index: 6;
  border-block: 1px solid rgba(219, 234, 254, 0.9);
  background: rgba(248, 250, 252, 0.92);
  backdrop-filter: blur(10px);
  padding-block: 10px;
}

.about-jump-nav-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.about-jump-nav a,
.about-hero-jump-links a {
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 8px 14px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.about-jump-nav a:hover,
.about-hero-jump-links a:hover {
  border-color: rgba(15, 118, 110, 0.34);
  background: rgba(240, 253, 250, 0.95);
  transform: translateY(-1px);
}

.about-value-grid .value-card,
.about-expertise-grid .expertise-card {
  min-height: auto;
}

.value-card h3,
.expertise-card h3,
.team-card h3 {
  font-size: 1.18rem;
  line-height: 1.55;
}

.card-visual {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(239, 246, 255, 0.95), rgba(204, 251, 241, 0.55));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.value-card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(239, 246, 255, 0.95), rgba(204, 251, 241, 0.55));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.value-card-icon svg {
  width: 24px;
  height: 24px;
  color: var(--primary-dark);
}

.card-visual--wide {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}

.card-visual img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.card-visual--wide img {
  width: 96px;
  height: 72px;
}

.card-visual--photo {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 22px;
  background: #e2e8f0;
  box-shadow: inset 0 0 0 1px rgba(219, 234, 254, 0.95);
}

.card-visual--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

.timeline-h--milestones .timeline-h-step--year {
  width: auto;
  min-width: 58px;
  height: 44px;
  padding-inline: 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0;
}

.timeline-h--milestones .timeline-h-body strong {
  font-size: 1.02rem;
  line-height: 1.5;
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.badge-list span {
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--primary-dark);
  font-weight: 700;
  padding: 7px 13px;
}

.registry-card {
  border-radius: var(--radius);
  padding: 30px;
}

.registry-card--panel {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  align-items: start;
  margin-top: 28px;
}

.registry-card-intro {
  display: grid;
  gap: 12px;
  max-width: 640px;
}

.registry-card-intro h2,
.registry-card-intro h3 {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  color: var(--secondary);
}

.registry-card-intro .registry-note {
  margin-top: 0;
}

.registry-card dl.registry-card-grid {
  display: grid;
  gap: 12px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.registry-card-grid div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  border-top: 1px solid rgba(219, 234, 254, 0.88);
  padding-top: 10px;
}

.registry-card dl:not(.registry-card-grid) {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.registry-card dl:not(.registry-card-grid) div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 12px;
  border-top: 1px solid rgba(219, 234, 254, 0.88);
  padding-top: 10px;
}

.registry-card dt {
  color: var(--muted);
}

.registry-card dd {
  margin: 0;
  font-weight: 800;
}

.cta {
  padding-block: 70px;
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: calc(var(--radius) + 6px);
  background: linear-gradient(135deg, rgba(8, 47, 73, 0.94), rgba(15, 118, 110, 0.94));
  color: #fff;
  padding: 44px;
  box-shadow: var(--shadow);
}

.cta-box h2 {
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 1.75rem);
}

.cta-box p {
  color: #fff;
}

.consultation-box {
  align-items: stretch;
}

.contact-grid {
  align-items: start;
}

.contact-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0;
  border-radius: var(--radius);
  padding: 28px;
  font-style: normal;
}

.contact-card div {
  border-radius: 18px;
  background: var(--surface-soft);
  padding: 16px;
}

.contact-card span,
.contact-card a,
.contact-card p {
  display: block;
}

.contact-card a {
  color: var(--secondary);
  direction: ltr;
  font-weight: 800;
  text-align: right;
}

.contact-card .full {
  grid-column: 1 / -1;
}

.contact-card .full p {
  color: var(--secondary);
  font-weight: 800;
}

.contact-cta {
  align-items: stretch;
}

.contact-channels {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.contact-channel {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 24px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.contact-channel:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 118, 110, 0.32);
}

.contact-channel h2 {
  font-size: 1.2rem;
}

.contact-channel .text-link {
  margin-top: auto;
}

.contact-office-panel {
  display: grid;
  align-items: start;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.contact-office-media {
  display: grid;
  gap: 18px;
}

.contact-office-visual {
  display: grid;
  gap: 10px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 14px;
}

.contact-office-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: calc(var(--radius) - 10px);
}

.contact-office-visual figcaption {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  padding-inline: 6px 4px;
  text-align: center;
}

.contact-map-preview {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: calc(var(--radius) - 10px);
}

.contact-map-preview__image {
  display: block;
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.contact-map-preview__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 47, 73, 0.04) 0%, rgba(8, 47, 73, 0.42) 100%);
  transition: opacity 0.25s ease;
}

.contact-map-preview__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -72%);
}

.contact-map-preview__pin-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(8, 47, 73, 0.22);
  color: var(--primary-dark);
}

.contact-map-preview__cta {
  position: absolute;
  inset-inline: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(8, 47, 73, 0.18);
  color: var(--secondary);
  font-weight: 800;
}

.contact-map-preview:hover .contact-map-preview__image {
  transform: scale(1.03);
}

.contact-map-preview:hover .contact-map-preview__overlay {
  opacity: 0.92;
}

.contact-map-wrap {
  display: grid;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 14px;
}

.contact-map {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: calc(var(--radius) - 10px);
}

.contact-map-link {
  display: inline-flex;
  color: var(--primary-dark);
  font-weight: 800;
  padding-inline: 8px 4px;
}

.contact-office-details {
  display: grid;
  gap: 22px;
}

.contact-hours {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 22px;
  background: var(--surface-soft);
  padding: 18px 20px;
}

.contact-hours strong {
  color: var(--secondary);
}

.contact-form-layout {
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
}

.contact-form-panel {
  min-width: 0;
}

.contact-trust-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #334155;
}

.contact-trust-list li::before {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 0.72em;
  border-radius: 50%;
  background: var(--primary);
  content: "";
}

.contact-page-hero h1 {
  max-width: 720px;
  margin-inline: auto;
  font-size: clamp(1.125rem, 2.5vw + 0.75rem, 2.35rem);
  line-height: 1.42;
  text-align: center;
  text-wrap: balance;
}

.contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 32px;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  text-align: center;
}

.contact-hero-copy {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.contact-page-hero .breadcrumb {
  margin: 0;
}

.contact-page-hero .breadcrumb ol {
  justify-content: center;
}

.contact-hero-lead {
  max-width: 640px;
  margin-inline: auto;
  color: #334155;
  font-size: clamp(0.9rem, 0.45vw + 0.82rem, 1.05rem);
  line-height: 1.9;
}

.contact-hero-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: calc(var(--radius) + 2px);
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  padding: 20px;
}

.contact-hero-panel__title {
  color: var(--secondary);
  font-size: 1.15rem;
  line-height: 1.55;
}

.contact-hero-panel__text {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

.contact-quick-links {
  display: grid;
  gap: 10px;
}

.contact-quick-link {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 18px;
  background: var(--surface-soft);
  padding: 12px 14px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.contact-quick-link:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 118, 110, 0.28);
}

.contact-quick-link span {
  display: grid;
  gap: 2px;
}

.contact-quick-link b {
  color: var(--secondary);
  font-size: 0.92rem;
}

.contact-quick-link small {
  color: var(--primary-dark);
  font-size: 0.95rem;
  font-weight: 800;
}

.contact-quick-link__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  flex-shrink: 0;
}

.contact-hero-hours {
  border-top: 1px solid rgba(219, 234, 254, 0.88);
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.75;
  padding-top: 12px;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.contact-hero-actions .btn {
  min-width: 180px;
}

.contact-cta-actions {
  min-width: 260px;
}

.contact-channel-icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 4px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 118, 110, 0.14), rgba(8, 47, 73, 0.08));
  color: var(--primary-dark);
}

.contact-channel-icon svg {
  display: block;
}

.contact-channel .contact-channel-icon {
  margin-bottom: 0;
}

.contact-card span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-card__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.contact-map-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-radius: calc(var(--radius) - 10px);
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.1), rgba(8, 47, 73, 0.06));
  padding: 16px 18px;
}

.contact-map-header__icon {
  width: 46px;
  height: 46px;
  margin-bottom: 0;
  flex-shrink: 0;
}

.contact-map-header strong {
  display: block;
  color: var(--secondary);
  font-size: 1rem;
}

.contact-map-header p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.contact-hours {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 14px;
}

.contact-hours__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 0;
}

.contact-process-card .contact-channel-icon {
  margin-bottom: 12px;
}

.contact-process-card h2 {
  font-size: 1.2rem;
}

.contact-float-cta {
  position: fixed;
  inset-inline-end: 24px;
  bottom: 24px;
  z-index: 8;
  display: none;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(8, 47, 73, 0.96), rgba(15, 118, 110, 0.96));
  box-shadow: 0 18px 48px rgba(8, 47, 73, 0.28);
  color: #fff;
  font-weight: 800;
  padding: 12px 20px 12px 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 1041px) {
  .contact-float-cta:not([hidden]) {
    display: inline-flex;
  }
}

.contact-float-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(8, 47, 73, 0.34);
}

.contact-float-cta__icon {
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.contact-aside .btn {
  width: 100%;
}

.form-alert {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(239, 68, 68, 0.24);
  border-radius: 18px;
  background: rgba(254, 242, 242, 0.92);
  color: #991b1b;
  padding: 14px 16px;
}

.form-alert ul {
  margin: 0;
  padding-inline-start: 1.1rem;
}

.timeline {
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  border-radius: 24px;
  padding: 24px;
}

.timeline strong {
  display: block;
  margin-bottom: 8px;
  color: var(--secondary);
  font-size: 1.15rem;
}

.seo-cards {
  position: relative;
}

.seo-card {
  min-height: 320px;
  will-change: transform;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.seo-cards .seo-card:hover {
  transform: none;
  border-color: rgba(15, 118, 110, 0.32);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.seo-card p,
.compact-card p,
.content-card p {
  color: #334155;
}

.keyword-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.16), transparent 18rem),
    #fff;
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 30px;
}

.keyword-panel span {
  color: var(--muted);
  font-weight: 800;
}

.keyword-panel strong {
  border-radius: 18px;
  background: var(--surface-soft);
  color: var(--secondary);
  padding: 13px 16px;
}

.product-highlights .compact-card {
  --holo-a: #ffd6e8;
  --holo-b: #d6eeff;
  --holo-c: #e8d6ff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 220px;
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
}

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

.product-highlights .compact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(
    125deg,
    var(--holo-a) 0%,
    var(--holo-b) 28%,
    var(--holo-c) 56%,
    var(--holo-b) 78%,
    var(--holo-a) 100%
  );
  background-size: 320% 320%;
  animation: holo-gradient 8s ease-in-out infinite;
}

.product-highlights .compact-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: calc(var(--radius) - 1px);
  background:
    linear-gradient(
      108deg,
      rgba(255, 255, 255, 0.42) 0%,
      transparent 38%,
      rgba(255, 255, 255, 0.28) 52%,
      transparent 68%,
      rgba(255, 255, 255, 0.18) 100%
    ),
    rgba(255, 255, 255, 0.84);
  background-size: 240% 100%, auto;
  animation: holo-sheen 5.5s ease-in-out infinite;
}

.product-highlights .compact-card:nth-child(6n + 1) {
  --holo-a: #ffd6e8;
  --holo-b: #d6eeff;
  --holo-c: #e8d6ff;
}

.product-highlights .compact-card:nth-child(6n + 2) {
  --holo-a: #d4f5ea;
  --holo-b: #ffe8d6;
  --holo-c: #ddd6ff;
}

.product-highlights .compact-card:nth-child(6n + 3) {
  --holo-a: #ffe0cc;
  --holo-b: #fff5cc;
  --holo-c: #ffd6e0;
}

.product-highlights .compact-card:nth-child(6n + 4) {
  --holo-a: #cce8ff;
  --holo-b: #ccf5e8;
  --holo-c: #ffd6e8;
}

.product-highlights .compact-card:nth-child(6n + 5) {
  --holo-a: #e0d6ff;
  --holo-b: #d6f0ff;
  --holo-c: #d6ffe8;
}

.product-highlights .compact-card:nth-child(6n + 6) {
  --holo-a: #ffd6d6;
  --holo-b: #e8d6ff;
  --holo-c: #d6fff5;
}

.product-highlights .compact-card:nth-child(6n + 1)::before {
  animation-duration: 8s;
  animation-delay: 0s;
}

.product-highlights .compact-card:nth-child(6n + 2)::before {
  animation-duration: 9s;
  animation-delay: -1.4s;
}

.product-highlights .compact-card:nth-child(6n + 3)::before {
  animation-duration: 7.5s;
  animation-delay: -2.8s;
}

.product-highlights .compact-card:nth-child(6n + 4)::before {
  animation-duration: 8.5s;
  animation-delay: -1s;
}

.product-highlights .compact-card:nth-child(6n + 5)::before {
  animation-duration: 9.5s;
  animation-delay: -3.2s;
}

.product-highlights .compact-card:nth-child(6n + 6)::before {
  animation-duration: 7.8s;
  animation-delay: -2.1s;
}

.product-highlights .compact-card:nth-child(6n + 1)::after {
  animation-delay: 0s;
}

.product-highlights .compact-card:nth-child(6n + 2)::after {
  animation-delay: -0.9s;
}

.product-highlights .compact-card:nth-child(6n + 3)::after {
  animation-delay: -1.8s;
}

.product-highlights .compact-card:nth-child(6n + 4)::after {
  animation-delay: -0.6s;
}

.product-highlights .compact-card:nth-child(6n + 5)::after {
  animation-delay: -2.1s;
}

.product-highlights .compact-card:nth-child(6n + 6)::after {
  animation-delay: -1.3s;
}

.product-highlights .compact-card:hover {
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
}

.product-highlights .compact-card:hover::before {
  background-size: 280% 280%;
}

@keyframes page-holo-gradient {
  0% {
    background-position: 0% 50%;
  }

  20% {
    background-position: 35% 18%;
  }

  40% {
    background-position: 72% 62%;
  }

  60% {
    background-position: 58% 88%;
  }

  80% {
    background-position: 18% 72%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes page-holo-sheen {
  0%,
  100% {
    background-position: 0% 0, 0 0, 0 0;
  }

  50% {
    background-position: 100% 0, 0 0, 0 0;
  }
}

@keyframes holo-gradient {
  0%,
  100% {
    background-position: 0% 42%;
  }

  33% {
    background-position: 100% 8%;
  }

  66% {
    background-position: 48% 100%;
  }
}

@keyframes holo-sheen {
  0%,
  100% {
    background-position: -160% 0, 0 0, 0 0;
  }

  50% {
    background-position: 160% 0, 0 0, 0 0;
  }
}

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

.support-security-grid .content-card {
  padding-top: 38px;
}

.support-security-grid .content-card h2 {
  margin-top: 14px;
  font-size: clamp(1.15rem, 2.8vw, 1.6rem);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  color: #334155;
  padding-inline-start: 30px;
}

.check-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.1);
}

.timeline-4 {
  grid-template-columns: repeat(4, 1fr);
}

.timeline-h {
  display: flex;
  gap: 18px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.timeline-h::before {
  content: "";
  position: absolute;
  top: 27px;
  inset-inline: 12.5%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(15, 118, 110, 0.12),
    rgba(14, 165, 233, 0.42),
    rgba(15, 118, 110, 0.12)
  );
  z-index: 0;
}

.timeline-h-item {
  flex: 1;
  display: grid;
  gap: 22px;
  justify-items: center;
  position: relative;
  z-index: 1;
  min-width: 0;
}

.timeline-h-marker {
  display: grid;
  place-items: center;
}

.timeline-h-step {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 2px solid rgba(15, 118, 110, 0.24);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  color: var(--secondary);
  font-weight: 800;
  font-size: 0.95rem;
}

.timeline-h-body {
  width: 100%;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 24px;
  text-align: center;
}

.timeline-h-body strong {
  display: block;
  margin-bottom: 8px;
  color: var(--secondary);
  font-size: 1.05rem;
}

.timeline-h-body p {
  color: #334155;
  font-size: 0.92rem;
}

.site-footer {
  border-top: 1px solid rgba(20, 184, 166, 0.28);
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.2), transparent 28rem),
    radial-gradient(circle at 12% 18%, rgba(14, 165, 233, 0.16), transparent 24rem),
    linear-gradient(135deg, #061826, #082f49 48%, #0f172a);
  padding: 58px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(4, minmax(160px, 1fr));
  gap: 28px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 18px;
}

.footer-brand-link {
  justify-content: start;
}

.footer-brand-link strong {
  color: #f8fafc;
}

.footer-brand-link small {
  color: #cbd5e1;
}

.footer-brand p {
  max-width: 560px;
  color: #cbd5e1;
}

.footer-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-col > strong,
.footer-trust strong {
  color: #f8fafc;
  font-size: 1.02rem;
}

.footer-org {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-org p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
}

.footer-org p a {
  border: 1px solid rgba(94, 234, 212, 0.24);
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.22);
  color: #ccfbf1;
  font-weight: 750;
  padding: 6px 11px;
}

.footer-org p a:hover {
  color: #fff;
  border-color: rgba(94, 234, 212, 0.45);
  background: rgba(15, 118, 110, 0.35);
}

.footer-col a,
.footer-bottom a {
  color: #dbeafe;
  font-weight: 750;
}

.footer-col a:hover,
.footer-bottom a:hover {
  color: #5eead4;
}

.footer-contact a {
  display: grid;
  gap: 2px;
}

.footer-contact span,
.footer-trust dt {
  color: #94a3b8;
  font-size: 0.86rem;
  font-weight: 650;
}

.footer-contact b,
.footer-trust dd {
  color: #f8fafc;
}

.footer-contact address {
  display: grid;
  gap: 4px;
  margin: 4px 0 0;
  color: #cbd5e1;
  font-style: normal;
  line-height: 1.9;
}

.footer-trust {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
  gap: 24px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: var(--radius);
  background: rgba(15, 23, 42, 0.58);
  padding: 24px;
}

.footer-trust dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.footer-trust dl div {
  border-radius: 16px;
  background: rgba(8, 47, 73, 0.72);
  padding: 12px;
}

.footer-trust dt,
.footer-trust dd {
  margin: 0;
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  padding-top: 18px;
}

.copyright {
  color: #94a3b8;
  font-size: 0.9rem;
}

@media (max-width: 1040px) {
  .nav {
    flex-wrap: nowrap;
    padding: 16px 0;
  }

  .nav-actions {
    order: 2;
    margin-inline-start: auto;
    gap: 10px;
  }

  .nav-actions .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-actions {
    position: relative;
    z-index: 201;
  }

  body.nav-open .nav-menu {
    z-index: 10050;
  }

  body.nav-open .site-header {
    z-index: 10051;
  }

  body.nav-open .nav-actions {
    z-index: 10052;
  }

  body.nav-open .support-chat,
  body.nav-open .promo-video {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .nav-menu {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: block;
    flex: none;
    order: initial;
    width: auto;
    padding: 0;
    border: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .nav.is-open .nav-menu {
    pointer-events: auto;
    visibility: visible;
  }

  .nav-menu-backdrop {
    display: block;
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(8, 47, 73, 0.42);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.32s ease;
  }

  .nav.is-open .nav-menu-backdrop {
    opacity: 1;
  }

  .nav-menu-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: min(320px, 88vw);
    height: 100dvh;
    max-height: 100dvh;
    padding:
      calc(16px + env(safe-area-inset-top, 0px))
      20px
      calc(16px + env(safe-area-inset-bottom, 0px));
    border-inline-end: 1px solid rgba(219, 234, 254, 0.88);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.97) 100%);
    box-shadow: -20px 0 56px rgba(8, 47, 73, 0.16);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.34s cubic-bezier(0.32, 0.72, 0, 1);
    overflow: hidden;
  }

  .nav.is-open .nav-menu-panel {
    transform: translate3d(0, 0, 0);
  }

  .nav-menu-header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(219, 234, 254, 0.95);
  }

  .nav-menu-label {
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .nav-menu-close {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--muted);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .nav-menu-close:hover {
    border-color: rgba(8, 47, 73, 0.16);
    background: #fff;
    color: var(--secondary);
  }

  .nav-menu-panel .nav-links {
    flex: 1 1 auto;
    min-height: 0;
    justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-block: 4px;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    width: 100%;
    overflow: visible;
    padding-bottom: 0;
  }

  .nav-item__link--desktop {
    display: none;
  }

  .nav-item__toggle--mobile {
    display: flex;
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 650;
  }

  .nav-item__link {
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 650;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  }

  .nav-item__link:hover,
  .nav-item__link.active {
    transform: translateX(2px);
  }

  .nav-item--mega.is-open .nav-item__chevron {
    transform: rotate(180deg);
  }

  .nav-item--mega.is-open .nav-mega {
    display: block;
    margin-top: 4px;
    margin-bottom: 6px;
    padding-inline: 8px 4px;
  }

  .nav-mega__intro {
    display: none;
  }

  .nav-mega__grid a {
    padding: 10px 12px;
    font-size: 0.88rem;
  }

  .nav-menu-panel .nav-ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 12px;
    gap: 10px;
  }

  .nav-menu-panel .nav-ctas .btn {
    width: 100%;
  }

  .nav-menu-panel .nav-cta {
    box-shadow: 0 12px 28px rgba(15, 118, 110, 0.22);
  }

  body.nav-open {
    overflow: hidden;
  }

  .cards-4,
  .cards-3,
  .feature-grid,
  .timeline,
  .timeline-4,
  .support-security-grid,
  .trust-grid,
  .about-stats,
  .startup-overview-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline-h {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
    padding-inline-end: 0;
  }

  .timeline-h::before {
    display: none;
  }

  .timeline-h-item {
    display: grid;
    gap: 16px;
    justify-items: center;
    position: relative;
    padding-bottom: 0;
    flex: unset;
  }

  .timeline-h-marker {
    position: static;
  }

  .timeline-h-body {
    text-align: start;
    border-radius: 22px;
    padding: 20px;
  }

  .timeline-h-body strong {
    font-size: 1rem;
    line-height: 1.45;
  }

  .timeline-h-body p {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .about-hero-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    justify-items: center;
    text-align: center;
  }

  .about-hero-jump-links {
    justify-content: center;
    width: 100%;
  }

  .about-hero-facts div {
    grid-template-columns: 96px 1fr;
  }

  .about-jump-nav-inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .hero-grid,
  .split,
  .about-grid,
  .about-hero-grid,
  .contact-hero-grid,
  .contact-channels {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .contact-office-panel {
    grid-template-columns: 1fr;
  }

  .contact-grid,
  .startup-panel,
  .startup-block,
  .footer-trust {
    grid-template-columns: 1fr;
  }

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

  .footer-brand,
  .footer-trust,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .startup-block--reverse .startup-block__media {
    order: 0;
  }

  .startup-block__actions {
    display: grid;
  }

  .startup-quick-nav {
    grid-template-columns: 1fr;
  }

  .hero-card {
    display: none;
  }

  .hero-layout {
    grid-template-areas:
      "copy"
      "card";
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 52px;
    padding-bottom: 64px;
    background:
      linear-gradient(180deg, rgba(8, 47, 73, 0.72) 0%, rgba(8, 47, 73, 0.92) 100%),
      linear-gradient(180deg, rgba(15, 118, 110, 0.18), rgba(8, 47, 73, 0.12)),
      url("/assets/images/hero-luxury-minimal-office-bg.png") center / cover no-repeat;
  }

  .page-hero {
    padding-block: 36px 68px;
  }

  .page-hero-content,
  .page-hero .container {
    gap: 14px;
  }

  .page-hero-inner {
    gap: 24px;
  }

  .page-hero h1 {
    line-height: 1.45;
  }

  .page-hero-lead {
    line-height: 1.75;
  }

  .page-hero .eyebrow {
    padding: 5px 12px;
  }

  .page-hero-visual--badge {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    padding: 12px;
  }

  .page-hero--visual-card .page-hero-visual--card {
    max-width: 300px;
    margin-inline: auto;
  }

  .about-hero {
    padding-bottom: 40px;
  }

  .about-hero-grid,
  .contact-hero-grid {
    gap: 28px;
  }

  .about-hero-copy,
  .contact-hero-copy {
    gap: 14px;
  }

  .about-hero h1,
  .contact-page-hero h1 {
    line-height: 1.45;
  }

  .about-hero-lead,
  .contact-hero-lead {
    line-height: 1.75;
  }

  .about-hero-panel,
  .contact-hero-panel {
    padding: 18px;
    gap: 14px;
  }

  .page-hero--visual-card .page-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-hero--detail .breadcrumb ol {
    justify-content: center;
  }

  .page-hero--detail .breadcrumb li:last-child {
    flex-basis: 100%;
  }

  .page-hero--detail .breadcrumb li:last-child span {
    max-width: 100%;
  }

  .hero-trust-list {
    flex-direction: column;
    gap: 12px;
  }

  .page-hero-chips li {
    min-width: 0;
    flex: none;
    padding: 0;
    border-radius: 0;
  }

  .page-hero-chip__label {
    font-size: 0.74rem;
  }

  .page-hero-chip__value {
    font-size: 0.9rem;
  }

  .hero-trust-bar {
    margin-top: 20px;
  }

  .hero-trust-list {
    gap: 10px;
    padding: 14px 0 16px;
  }

  .hero-trust-list strong {
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  }

  .hero-trust-list span {
    font-size: 0.8rem;
  }

  .hero-grid,
  .hero-layout {
    gap: 24px;
  }

  .hero-layout {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "card";
  }

  .hero-copy {
    padding: 8px clamp(16px, 6vw, 36px);
    gap: 18px;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    justify-items: center;
    text-align: center;
    box-sizing: border-box;
  }

  .page-hero-content {
    padding-inline: clamp(16px, 6vw, 36px);
    box-sizing: border-box;
  }

  .hero-copy h1 {
    text-align: center;
    font-size: clamp(1.5rem, 4.5vw, 1.85rem);
    line-height: 1.5;
    max-width: 100%;
  }

  .hero-text {
    font-size: clamp(1rem, 1.5vw, 1.08rem);
    line-height: 1.85;
    text-align: center;
    max-width: 100%;
  }

  .hero-actions,
  .page-hero .hero-actions,
  .contact-hero-actions {
    width: 100%;
    justify-content: center;
    padding-inline: clamp(20px, 7vw, 40px);
    box-sizing: border-box;
  }

  .hero .hero-actions,
  .page-hero .hero-actions,
  .contact-hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero .hero-actions .btn,
  .page-hero .hero-actions .btn,
  .contact-hero-actions .btn {
    width: auto;
    max-width: 100%;
    align-self: center;
    padding-inline: clamp(20px, 5vw, 32px);
  }
}

@media (max-width: 720px) {
  :root {
    --radius: 22px;
  }

  .section {
    padding: 52px 0;
  }

  .site-header .nav {
    min-height: 68px;
    padding-block: 10px;
  }

  .nav {
    gap: 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.95rem;
    line-height: 1.35;
  }

  .brand small {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .btn-small:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .nav-menu-panel {
    width: min(300px, 92vw);
    padding:
      calc(12px + env(safe-area-inset-top, 0px))
      16px
      calc(12px + env(safe-area-inset-bottom, 0px));
  }

  .cards-4,
  .cards-3,
  .contact-channels,
  .feature-grid,
  .about-expertise-grid,
  .startup-steps,
  .contact-card,
  .timeline,
  .timeline-4,
  .support-security-grid,
  .trust-grid,
  .about-stats,
  .startup-overview-stats {
    grid-template-columns: 1fr;
  }

  .section-heading {
    margin-bottom: 28px;
    gap: 12px;
  }

  .card,
  .seo-card,
  .product-highlights .compact-card {
    min-height: auto;
  }

  .timeline-h {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .timeline-h-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    justify-items: unset;
  }

  .timeline-h-marker {
    flex-shrink: 0;
    align-self: flex-start;
  }

  .timeline-h-step {
    width: 44px;
    height: 44px;
    font-size: 0.84rem;
  }

  .timeline-h-body {
    flex: 1;
    min-width: 0;
    padding: 16px 18px;
    border-radius: 20px;
  }

  .timeline-h-body strong {
    font-size: 0.98rem;
    margin-bottom: 6px;
    line-height: 1.45;
  }

  .timeline-h-body p {
    font-size: 0.88rem;
    line-height: 1.75;
    margin: 0;
  }

  .about-hero-grid,
  .about-grid,
  .contact-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-copy,
  .contact-hero-copy {
    justify-items: center;
    text-align: center;
    padding-inline: clamp(16px, 6vw, 36px);
    box-sizing: border-box;
  }

  .about-hero-jump-links,
  .contact-hero-actions {
    justify-content: center;
    width: 100%;
  }

  .about-jump-nav-inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .about-gallery {
    grid-template-columns: 1fr;
  }

  .registry-card dl.registry-card-grid {
    grid-template-columns: 1fr;
  }

  .registry-card-grid div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .page-hero {
    padding-block: 28px 64px;
  }

  .page-hero-content,
  .page-hero .container {
    gap: 12px;
  }

  .page-hero-inner {
    gap: 18px;
  }

  .page-hero h1 {
    line-height: 1.5;
    letter-spacing: -0.02em;
  }

  .page-hero-lead {
    line-height: 1.7;
  }

  .page-hero .eyebrow {
    gap: 6px;
    padding: 4px 10px;
  }

  .page-hero .eyebrow::before {
    width: 6px;
    height: 6px;
  }

  .page-hero-visual--badge {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    padding: 10px;
  }

  .page-hero--visual-card .page-hero-visual--card {
    max-width: 240px;
  }

  .page-hero-chips {
    gap: 8px;
  }

  .page-hero-chips li {
    min-width: calc(50% - 6px);
    flex: 1 1 calc(50% - 6px);
    padding: 7px 10px;
    border-radius: 14px;
  }

  .page-hero-chip__label {
    font-size: clamp(0.68rem, 0.2vw + 0.64rem, 0.74rem);
  }

  .page-hero-chip__value {
    font-size: clamp(0.8rem, 0.25vw + 0.74rem, 0.84rem);
  }

  .page-hero .hero-actions {
    gap: 10px;
  }

  .page-hero .hero-actions .btn {
    min-height: 44px;
    padding: 8px 18px;
    font-size: 0.9rem;
  }

  .hero-trust-bar {
    margin-top: 14px;
  }

  .hero-trust-list {
    gap: 8px;
    padding: 12px 0 14px;
  }

  .hero-trust-list strong {
    font-size: 0.9rem;
  }

  .hero-trust-list span {
    font-size: 0.74rem;
  }

  .hero-search-form--blog {
    padding: 12px;
  }

  .page-hero-toolbar {
    margin-top: 0;
  }

  .about-hero {
    padding-bottom: 32px;
  }

  .about-hero-grid,
  .contact-hero-grid {
    gap: 20px;
  }

  .about-hero-copy,
  .contact-hero-copy {
    gap: 12px;
  }

  .about-hero h1,
  .contact-page-hero h1 {
    line-height: 1.5;
  }

  .about-hero-lead,
  .contact-hero-lead {
    line-height: 1.7;
  }

  .about-hero-panel,
  .contact-hero-panel {
    padding: 16px;
    gap: 12px;
  }

  .about-hero-visual {
    padding: 14px;
  }

  .about-hero-visual img {
    width: min(100%, 220px);
  }

  .contact-hero-panel__title {
    font-size: 1rem;
  }

  .contact-hero-panel__text {
    font-size: 0.88rem;
  }

  .about-hero-facts div {
    grid-template-columns: 88px 1fr;
    gap: 8px;
  }

  .hero-copy h1 {
    font-size: clamp(1.5rem, 6vw, 1.85rem);
  }

  .hero-text {
    font-size: 1rem;
  }

  .startup-panel,
  .cta-box,
  .content-card {
    padding: 22px;
  }

  .clean-list li,
  .cta-box {
    display: grid;
  }

  .cta-box {
    gap: 22px;
  }

  .cta {
    padding-block: 52px;
  }

  .faq-item summary {
    padding: 16px 18px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .faq-item p {
    padding: 0 18px 18px;
    font-size: 0.98rem;
    line-height: 1.85;
  }

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

  .footer-trust dl {
    grid-template-columns: 1fr;
  }

  .footer-cta .btn,
  .footer-bottom a {
    width: 100%;
  }

  .site-footer {
    padding: 44px 0 22px;
  }

  .registry-card dl:not(.registry-card-grid) div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

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

  .cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .brand small {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(1.45rem, 6.8vw, 1.7rem);
  }

  .page-hero h1 {
    font-size: clamp(1.05rem, 4.8vw + 0.5rem, 1.25rem);
  }

  .timeline-h {
    gap: 12px;
  }

  .timeline-h-item {
    gap: 12px;
  }

  .timeline-h-step {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }

  .timeline-h-body {
    padding: 14px 16px;
  }
}

.cms-body {
  --cms-bg: var(--bg);
  --cms-surface: rgba(255, 255, 255, 0.96);
  --cms-surface-raised: #ffffff;
  --cms-surface-hover: var(--surface-soft);
  --cms-border: rgba(219, 234, 254, 0.95);
  --cms-border-strong: rgba(15, 118, 110, 0.22);
  --cms-text: var(--text);
  --cms-muted: var(--muted);
  --cms-accent: var(--primary);
  --cms-accent-dark: var(--primary-dark);
  --cms-accent-dim: rgba(15, 118, 110, 0.12);
  --cms-accent-glow: rgba(15, 118, 110, 0.24);
  --cms-radius: 16px;
  --cms-radius-lg: calc(var(--radius) - 4px);
  --cms-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  color-scheme: light;
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 34rem),
    radial-gradient(circle at 16% 24%, rgba(245, 158, 11, 0.12), transparent 25rem),
    var(--cms-bg);
  color: var(--cms-text);
}

.cms-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 290px minmax(0, 1fr);
}

.cms-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  border-left: 1px solid var(--cms-border);
  background: rgba(255, 255, 255, 0.92);
  padding: 24px;
  backdrop-filter: blur(18px);
}

.cms-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--cms-border);
}

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

.cms-brand strong {
  color: var(--cms-text);
  letter-spacing: -0.02em;
}

.cms-brand small,
.cms-card span,
.cms-topbar span {
  color: var(--cms-muted);
}

.cms-body .brand-logo-nav {
  max-height: 48px;
}

.cms-body .brand-mark {
  width: 46px;
  height: 46px;
  border-radius: var(--cms-radius);
  background: linear-gradient(145deg, #3d4450 0%, #1a1d26 55%, #0f1116 100%);
  border: 1px solid var(--cms-border-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(245, 158, 11, 0.18),
    0 10px 24px rgba(0, 0, 0, 0.35);
  color: var(--cms-accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.cms-nav {
  display: grid;
  gap: 4px;
}

.cms-nav a {
  position: relative;
  border: 1px solid transparent;
  border-radius: var(--cms-radius);
  color: #334155;
  padding: 10px 14px 10px 16px;
  font-size: 0.92rem;
  font-weight: 700;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.cms-nav a::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: transparent;
  transition: background 0.18s ease;
}

.cms-nav a:hover {
  border-color: var(--cms-border);
  background: var(--cms-surface-hover);
  color: var(--cms-text);
}

.cms-nav a.active {
  border-color: var(--cms-border-strong);
  background: var(--cms-accent-dim);
  color: var(--secondary);
}

.cms-nav a.active::before {
  background: linear-gradient(180deg, var(--cms-accent), var(--secondary));
}

.cms-nav a.disabled {
  opacity: 0.48;
}

.cms-main-wrap {
  min-width: 0;
}

.cms-topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--cms-border);
  background: rgba(248, 250, 252, 0.9);
  padding: 14px 28px;
  backdrop-filter: blur(18px);
}

.cms-topbar > div:first-child strong {
  display: block;
  color: var(--cms-text);
}

.cms-topbar > div:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.cms-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.notification-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--cms-border);
  border-radius: var(--cms-radius);
  background: var(--cms-surface-raised);
  color: var(--cms-text);
  padding: 8px 14px;
  font-size: 0.9rem;
  font-weight: 600;
}

.notification-pill span {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.cms-content {
  padding: 32px;
}

.cms-page {
  display: grid;
  gap: 24px;
}

.cms-page-heading {
  display: grid;
  gap: 10px;
}

.cms-page-heading h1 {
  color: var(--cms-text);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.03em;
}

.cms-page-heading p {
  color: var(--cms-muted);
}

.cms-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cms-card,
.cms-table-card,
.cms-upload,
.confirm-dialog-card {
  border: 1px solid var(--cms-border);
  border-radius: var(--cms-radius-lg);
  background: linear-gradient(180deg, var(--cms-surface-raised), var(--cms-surface));
  box-shadow: var(--cms-shadow);
}

.cms-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

a.cms-card:hover {
  border-color: rgba(245, 158, 11, 0.35);
  transform: translateY(-1px);
}

.cms-card strong {
  color: var(--cms-text);
  font-size: 1.15rem;
}

.cms-card h2 {
  color: var(--cms-text);
  font-size: 1.15rem;
}

.dashboard-kpi small,
.dashboard-list-item span,
.cms-body .muted {
  color: var(--cms-muted);
}

.dashboard-sections {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 22px;
}

.dashboard-summary-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.dashboard-summary-heading h2 {
  margin: 0;
}

.dashboard-list-item {
  border-top: 1px solid var(--cms-border);
  color: inherit;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 0;
  text-decoration: none;
}

.dashboard-list-item:hover strong {
  color: var(--cms-accent);
}

.dashboard-list-item:first-of-type {
  border-top: 0;
}

.cms-form {
  display: grid;
  gap: 20px;
}

.cms-form .form-grid span {
  color: #c4cad3;
}

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

.cms-inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cms-inline-form select {
  min-height: 42px;
  border: 1px solid var(--cms-border-strong);
  border-radius: var(--cms-radius);
  background: var(--cms-bg);
  color: var(--cms-text);
  padding: 8px 12px;
}

.cms-inline-form input {
  min-height: 42px;
  border: 1px solid var(--cms-border-strong);
  border-radius: var(--cms-radius);
  background: var(--cms-bg);
  color: var(--cms-text);
  padding: 8px 12px;
}

.cms-details {
  min-width: 320px;
}

.cms-details summary {
  cursor: pointer;
  color: var(--cms-accent);
  font-weight: 700;
}

.cms-details .cms-form {
  margin-top: 14px;
}

.cms-table td strong,
.cms-table td small {
  display: block;
}

.cms-table td small {
  color: var(--cms-muted);
}

.status-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 0.82rem;
  font-weight: 700;
}

.status-active,
.status-approved,
.status-paid,
.status-succeeded,
.status-sent,
.status-issued,
.status-qualified,
.status-won,
.status-confirmed,
.status-completed,
.status-resolved,
.status-registered {
  background: rgba(34, 197, 94, 0.14);
  color: #86efac;
}

.status-pending,
.status-draft,
.status-submitted,
.status-potential,
.status-under_review,
.status-open,
.status-waiting_customer,
.status-assigned,
.status-responded,
.status-todo,
.status-submitted,
.status-partially_paid {
  background: rgba(245, 158, 11, 0.14);
  color: #fcd34d;
}

.status-new,
.status-contacted,
.status-proposal {
  background: var(--cms-accent-dim);
  color: #fcd34d;
}

.status-in_progress,
.status-high,
.status-urgent {
  background: var(--cms-accent-dim);
  color: #fcd34d;
}

.status-rejected,
.status-failed,
.status-lost,
.status-cancelled,
.status-suspended,
.status-inactive,
.status-expired,
.status-closed,
.status-archived {
  background: rgba(239, 68, 68, 0.14);
  color: #fca5a5;
}

.ticket-message {
  display: grid;
  gap: 12px;
  border: 1px solid var(--cms-border);
  border-radius: var(--cms-radius-lg);
  background: var(--cms-surface);
  padding: 20px;
}

.ticket-message.internal {
  border-color: rgba(245, 158, 11, 0.34);
  background: rgba(245, 158, 11, 0.06);
}

.ticket-message header span,
.ticket-message p {
  color: #c4cad3;
}

.ticket-thread {
  display: grid;
  gap: 16px;
}

.ticket-message header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.cms-table-card {
  overflow: hidden;
}

.cms-table-wrap {
  overflow-x: auto;
}

.cms-page-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 22px;
  border: 1px solid var(--cms-border);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(8, 47, 73, 0.96), rgba(15, 118, 110, 0.9)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  box-shadow: var(--shadow);
  padding: 28px;
  color: #fff;
}

.cms-page-hero::before {
  content: "";
  position: absolute;
  inset: -30% auto auto -10%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.1);
  pointer-events: none;
}

.cms-page-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -40% auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(100, 116, 139, 0.12);
  pointer-events: none;
}

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

.cms-page-hero-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.cms-page-hero-copy {
  display: grid;
  gap: 10px;
  flex: 1 1 240px;
}

.cms-page-hero-copy h1 {
  max-width: none;
  color: #fff;
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  letter-spacing: -0.04em;
}

.cms-page-hero-copy p {
  color: #dbeafe;
  max-width: 52ch;
}

.cms-page-hero .eyebrow {
  border-color: rgba(94, 234, 212, 0.28);
  background: rgba(8, 47, 73, 0.58);
  color: #ccfbf1;
}

.profile-avatar {
  display: grid;
  width: 84px;
  height: 84px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 42px rgba(8, 47, 73, 0.24);
}

.cms-page-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cms-page-hero-chips li {
  display: grid;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
  min-width: 140px;
}

.cms-page-hero-chip__label {
  color: #bfdbfe;
  font-size: 0.78rem;
  font-weight: 700;
}

.cms-page-hero-chip__value {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  word-break: break-word;
}

.profile-layout {
  display: grid;
  align-items: start;
  gap: 20px;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
}

.profile-summary {
  display: grid;
  gap: 16px;
}

.profile-summary h2 {
  margin: 0;
  font-size: 1.15rem;
}

.profile-meta-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.profile-meta-list div {
  display: grid;
  gap: 4px;
  border-radius: var(--cms-radius);
  border: 1px solid var(--cms-border);
  background: var(--cms-bg);
  padding: 12px 14px;
}

.profile-meta-list dt {
  color: var(--cms-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.profile-meta-list dd {
  margin: 0;
  color: var(--cms-text);
  font-weight: 800;
  word-break: break-word;
}

.profile-note {
  margin: 0;
  color: var(--cms-muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

.cms-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--cms-text);
}

.cms-table th,
.cms-table td {
  border-bottom: 1px solid var(--cms-border);
  padding: 13px 16px;
  text-align: right;
}

.cms-table th {
  background: rgba(245, 158, 11, 0.08);
  color: var(--cms-text);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cms-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

.cms-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
}

.cms-upload {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.cms-upload-box {
  display: grid;
  cursor: pointer;
  gap: 6px;
  border: 1px dashed rgba(245, 158, 11, 0.45);
  border-radius: var(--cms-radius-lg);
  background: rgba(245, 158, 11, 0.04);
  padding: 18px;
}

.cms-upload-box input {
  margin-top: 8px;
}

.cms-upload-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.confirm-dialog {
  width: min(100% - 32px, 460px);
  border: 0;
  border-radius: var(--cms-radius-lg);
  background: transparent;
  color: var(--cms-text);
  padding: 0;
}

.confirm-dialog::backdrop {
  background: rgba(0, 0, 0, 0.62);
}

.confirm-dialog-card {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.confirm-dialog-card h2 {
  color: var(--cms-text);
  font-size: 1.25rem;
}

.confirm-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.cms-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--cms-border);
  border-radius: var(--cms-radius);
  background: var(--cms-surface-raised);
  color: var(--cms-text);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cms-nav-toggle:hover {
  border-color: rgba(245, 158, 11, 0.45);
  background: var(--cms-accent-dim);
}

.cms-nav-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cms-shell.is-open .cms-nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.cms-shell.is-open .cms-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.cms-shell.is-open .cms-nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.cms-sidebar-backdrop {
  display: none;
}

@media (max-width: 900px) {
  .cms-shell {
    grid-template-columns: 1fr;
  }

  .cms-nav-toggle {
    display: flex;
    flex: 0 0 auto;
  }

  .cms-topbar {
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .cms-topbar > div:first-child {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
  }

  .cms-topbar > div:first-child > div:last-child {
    min-width: 0;
  }

  .cms-topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .cms-sidebar-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 90;
    border: 0;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.32s ease;
  }

  .cms-shell.is-open .cms-sidebar-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .cms-shell.is-open .cms-topbar {
    z-index: 110;
  }

  .cms-sidebar {
    position: fixed;
    inset-inline-start: 0;
    top: 0;
    z-index: 100;
    width: min(290px, 88vw);
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-inline-end: 1px solid var(--cms-border);
    box-shadow: -16px 0 48px rgba(0, 0, 0, 0.45);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.34s cubic-bezier(0.32, 0.72, 0, 1);
  }

  .cms-shell.is-open .cms-sidebar {
    transform: translate3d(0, 0, 0);
  }

  body.cms-nav-open {
    overflow: hidden;
  }

  .cms-content {
    padding: 20px 16px;
  }

  .profile-layout {
    grid-template-columns: 1fr;
  }
}

.cms-body .eyebrow {
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: rgba(240, 253, 250, 0.8);
  color: var(--primary-dark);
  font-size: 0.78rem;
}

.cms-body .eyebrow::before {
  background: var(--accent);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.cms-body p {
  color: var(--muted);
}

.cms-body .form-grid span {
  color: var(--secondary);
  font-weight: 800;
}

.cms-body .form-grid input,
.cms-body .form-grid select,
.cms-body .form-grid textarea {
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  box-shadow: none;
}

.cms-body .form-grid input:focus,
.cms-body .form-grid select:focus,
.cms-body .form-grid textarea:focus {
  border-color: rgba(15, 118, 110, 0.45);
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.cms-body .field-invalid > span:first-child {
  color: #fca5a5;
}

.cms-body .field-invalid input,
.cms-body .field-invalid select,
.cms-body .field-invalid textarea,
.cms-body .field-control-invalid {
  border-color: rgba(239, 68, 68, 0.55) !important;
  background: rgba(239, 68, 68, 0.06);
}

.cms-body .field-error {
  color: #991b1b;
}

.cms-body .btn {
  min-height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(8, 47, 73, 0.2);
}

.cms-body .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(8, 47, 73, 0.26);
}

.cms-body .btn-ghost,
.cms-body .btn-light {
  border-color: rgba(15, 118, 110, 0.22);
  background: #fff;
  color: var(--secondary);
  box-shadow: none;
}

.cms-body .btn-ghost:hover,
.cms-body .btn-light:hover {
  border-color: rgba(15, 118, 110, 0.34);
  background: var(--surface-soft);
  color: var(--secondary);
  box-shadow: none;
}

.cms-body .alert {
  border-radius: 20px;
}

.cms-body .alert-success {
  border: 1px solid rgba(15, 118, 110, 0.25);
  background: #ecfdf5;
  color: #065f46;
}

.cms-body .alert-error {
  border: 1px solid rgba(220, 38, 38, 0.25);
  background: #fef2f2;
  color: #991b1b;
}

.cms-body .pagination-arrow,
.cms-body .pagination-page {
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--secondary);
}

.cms-body .pagination-arrow:hover,
.cms-body .pagination-page:hover {
  background: var(--surface-soft);
  border-color: rgba(15, 118, 110, 0.34);
}

.cms-body .pagination-page.is-active {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-color: transparent;
  color: #fff;
}

.cms-body .pagination-ellipsis {
  color: var(--muted);
}

.cms-body .skip-link {
  background: var(--secondary);
  color: #fff;
}

.cms-body .dashboard-list-item {
  border-top-color: var(--cms-border);
}

.cms-body .dashboard-list-item:hover strong {
  color: var(--primary-dark);
}

.cms-body code {
  border: 1px solid var(--cms-border);
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--primary-dark);
  padding: 1px 6px;
  font-size: 0.88em;
}

.cms-body small,
.cms-body .cms-upload-box small {
  color: var(--cms-muted);
}

.cms-body .cms-table-footer {
  color: var(--cms-muted);
  font-size: 0.9rem;
}

.cms-body .confirm-dialog-body {
  color: var(--cms-muted);
  line-height: 1.8;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

.blog-layout,
.article-layout {
  display: grid;
  align-items: start;
  gap: 32px;
  grid-template-columns: 320px minmax(0, 1fr);
}

.blog-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 18px;
}

.search-box,
.category-box,
.post-card,
.article-main,
.empty-state {
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
}

.search-box {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.search-box label,
.category-box h2 {
  color: var(--secondary);
  font-size: 1.08rem;
  font-weight: 800;
}

.search-box div {
  display: grid;
  gap: 10px;
}

.search-box input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  padding: 8px 16px;
}

.category-box {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.category-box a {
  border-radius: 16px;
  background: var(--surface-soft);
  color: var(--secondary);
  font-weight: 700;
  padding: 10px 14px;
}

.category-box a:hover,
.category-box a.active {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
}

.blog-results {
  display: grid;
  gap: 20px;
}

.result-note {
  border-radius: 18px;
  background: #fff;
  color: var(--secondary);
  font-weight: 800;
  padding: 12px 18px;
}

.post-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: 300px minmax(0, 1fr);
}

.post-image {
  min-height: 220px;
  background: var(--surface-soft);
}

.post-image img,
.article-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-body {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 26px;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.post-meta a,
.post-meta span {
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--primary-dark);
  font-weight: 800;
  padding: 5px 10px;
}

.post-meta-center {
  justify-content: flex-start;
}

.post-card h2 {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  letter-spacing: -0.025em;
}

.post-card h2 a:hover {
  color: var(--primary-dark);
}

.project-card h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.empty-state {
  display: grid;
  justify-items: start;
  gap: 14px;
  padding: 34px;
}

.article-hero h1 {
  max-width: 780px;
  margin-inline: auto;
  font-size: clamp(1.125rem, 2.2vw + 0.75rem, 1.85rem);
  line-height: 1.45;
  text-align: center;
}

.article-hero .page-hero-content {
  width: 100%;
}

.article-hero-meta {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.82rem, 0.3vw + 0.76rem, 0.9rem);
  line-height: 1.6;
}

.article-main {
  overflow: hidden;
}

.article-cover {
  aspect-ratio: 16 / 9;
  height: auto;
  background: var(--surface-soft);
}

.article-content {
  display: grid;
  gap: 20px;
  padding: 34px;
}

.article-content p {
  color: #334155;
  font-size: 1.08rem;
}

.article-sidebar {
  grid-column: 1;
  grid-row: 1;
}

.article-main {
  grid-column: 2;
}

@media (max-width: 1040px) {
  .blog-layout,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar,
  .article-sidebar,
  .article-main {
    position: static;
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .post-card {
    grid-template-columns: 1fr;
  }

  .post-image {
    min-height: auto;
  }

  .post-image img {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .article-content,
  .post-body {
    padding: 24px;
  }
}

.products-filter {
  display: grid;
  align-items: end;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 24px;
}

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

.filter-field.col-8 {
  grid-column: span 8;
}

.filter-field.col-4 {
  grid-column: span 4;
}

.filter-field label {
  color: var(--secondary);
  font-weight: 800;
}

.filter-field input,
.filter-field select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  padding: 8px 16px;
}

.filter-field select {
  cursor: pointer;
}

.filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
}

.table-card {
  overflow: hidden;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
}

.table-toolbar {
  border-bottom: 1px solid rgba(219, 234, 254, 0.9);
  padding: 18px 22px;
}

.table-search-form {
  margin: 0;
}

.table-card .products-filter {
  margin-bottom: 0;
}

.table-search-form.products-filter {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 28%) auto;
  gap: 16px;
}

.table-search-form.products-filter .filter-field.col-8,
.table-search-form.products-filter .filter-field.col-4 {
  grid-column: auto;
}

.table-search-form.products-filter .filter-actions {
  grid-column: auto;
  align-self: end;
  flex-wrap: nowrap;
}

.table-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(219, 234, 254, 0.9);
  padding: 18px 22px;
}

.table-summary strong {
  color: var(--secondary);
}

.table-summary span {
  color: var(--muted);
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.products-table {
  width: 100%;
  border-collapse: collapse;
}

@media (min-width: 721px) {
  .products-table {
    min-width: 720px;
  }
}

.products-table th,
.products-table td {
  border-bottom: 1px solid rgba(219, 234, 254, 0.9);
  padding: 16px;
  text-align: right;
  vertical-align: middle;
}

.products-table th {
  background: var(--surface-soft);
  color: var(--secondary);
  font-weight: 800;
  white-space: nowrap;
}

.products-table td {
  color: #334155;
}

.products-table tbody tr:hover {
  background: rgba(240, 253, 250, 0.45);
}

.products-table td:first-child {
  color: var(--muted);
  font-size: 0.92rem;
  white-space: nowrap;
  width: 1%;
}

.products-table td:nth-child(3) {
  white-space: nowrap;
  width: 1%;
}

.table-title-cell {
  display: grid;
  gap: 6px;
  min-width: 0;
}

@media (min-width: 721px) {
  .table-title-cell {
    min-width: 220px;
  }
}

@media (max-width: 720px) {
  .table-toolbar,
  .table-summary {
    padding: 14px 16px;
  }

  .table-card .pagination-wrap {
    padding: 20px 16px 28px;
  }

  .table-scroll {
    overflow-x: hidden;
  }

  .products-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  .products-table th:nth-child(3),
  .products-table td:nth-child(3),
  .products-table th:nth-child(4),
  .products-table td:nth-child(4) {
    display: none;
  }

  .products-table th,
  .products-table td {
    padding: 12px 14px;
  }

  .products-table th {
    white-space: normal;
  }

  .products-table td:first-child {
    width: 3.5rem;
  }

  .table-title-cell {
    min-width: 0;
  }

  .table-title-link,
  .table-title-meta {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

.table-title-link {
  color: var(--secondary);
  font-weight: 800;
  line-height: 1.5;
}

.table-title-link:hover {
  color: var(--primary-dark);
}

.table-title-meta {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
}

.products-table code {
  border-radius: 999px;
  background: #e0f2fe;
  color: var(--secondary);
  direction: ltr;
  display: inline-block;
  font-family: Consolas, Monaco, monospace;
  font-weight: 800;
  padding: 5px 9px;
  white-space: nowrap;
}

.table-actions {
  display: grid;
  gap: 8px;
  min-width: 150px;
}

.btn-table {
  min-height: 38px;
  padding: 6px 12px;
  font-size: 0.88rem;
  box-shadow: none;
}

.table-empty {
  display: grid;
  gap: 4px;
  justify-items: center;
  padding: 28px;
}

.table-empty strong {
  color: var(--secondary);
}

.table-empty span {
  color: var(--muted);
}

.form-panel,
.detail-card {
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 32px;
}

.consultation-form-panel {
  margin-bottom: 48px;
}

.site-form {
  display: grid;
  gap: 20px;
}

.form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

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

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

.form-grid span {
  color: var(--secondary);
  font-weight: 800;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  padding: 11px 15px;
}

.form-grid textarea {
  resize: vertical;
}

.field-invalid > span:first-child {
  color: #991b1b;
}

.field-invalid input,
.field-invalid select,
.field-invalid textarea,
.field-control-invalid {
  border-color: rgba(220, 38, 38, 0.55) !important;
  background: #fffbfb;
}

.field-error {
  color: #991b1b;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5;
}

.btn.is-loading {
  cursor: wait;
  opacity: 0.82;
  pointer-events: none;
}

.detail-grid {
  display: grid;
  align-items: start;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.detail-card {
  display: grid;
  gap: 18px;
}

.detail-image {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 24px;
  background: var(--surface-soft);
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.detail-list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  border-top: 1px solid rgba(219, 234, 254, 0.88);
  padding-top: 12px;
}

.detail-list dt {
  color: var(--muted);
}

.detail-list dd {
  margin: 0;
  color: var(--secondary);
  font-weight: 800;
}

.detail-actions {
  display: grid;
  gap: 10px;
}

.error-page {
  min-height: 68vh;
  display: grid;
  align-items: center;
}

.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pagination-wrap,
.cms-pagination {
  display: flex;
  justify-content: center;
  padding: 18px 0 0;
}

.table-card .pagination-wrap {
  padding: 28px 22px 36px;
}

.cms-pagination {
  padding: 14px 16px;
}

.pagination-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.pagination-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 12px;
  background: #fff;
  color: var(--secondary);
  padding: 7px 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.pagination-arrow:hover {
  background: rgba(15, 118, 110, 0.08);
}

.pagination-arrow.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-page,
.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 12px;
  background: #fff;
  color: var(--secondary);
  padding: 7px 11px;
  font-weight: 600;
  text-decoration: none;
}

.pagination-page:hover {
  background: rgba(15, 118, 110, 0.08);
}

.pagination-page.is-active {
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}

.pagination-ellipsis {
  border-color: transparent;
  background: transparent;
  color: #64748b;
  min-width: auto;
  padding-inline: 4px;
}

.project-card {
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 118, 110, 0.32);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.project-card .post-image {
  background: linear-gradient(145deg, rgba(239, 246, 255, 0.95), rgba(204, 251, 241, 0.45));
}

.project-card .post-image img {
  object-fit: contain;
  padding: 20px;
}

.content-layout {
  display: grid;
  align-items: start;
  gap: 30px;
  grid-template-columns: 320px minmax(0, 1fr);
}

.content-aside,
.content-card,
.faq-item {
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
}

.content-aside {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 14px;
  padding: 26px;
}

.content-aside strong {
  color: var(--secondary);
  font-size: 1.2rem;
}

.content-stack,
.faq-list {
  display: grid;
  gap: 14px;
}

.content-card {
  padding: 28px;
}

.content-card h2 {
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 2.1vw, 1.85rem);
}

.content-card p {
  color: #334155;
}

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  color: var(--secondary);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  font-weight: 800;
  line-height: 1.8;
  padding: 18px 24px;
}

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

.faq-item summary::after {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--primary-dark);
  content: "+";
  font-size: 1.35rem;
  line-height: 1;
}

.faq-item[open] summary {
  padding-bottom: 8px;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  color: #334155;
  padding: 0 24px 20px;
}

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

@media (max-width: 720px) {
  .filter-field.col-8,
  .filter-field.col-4 {
    grid-column: 1 / -1;
  }

  .table-search-form.products-filter {
    grid-template-columns: 1fr;
  }

  .table-search-form.products-filter .filter-field.col-8,
  .table-search-form.products-filter .filter-field.col-4 {
    grid-column: 1 / -1;
  }

  .table-search-form.products-filter .filter-actions {
    grid-column: 1 / -1;
    width: 100%;
  }

  .filter-actions .btn {
    width: 100%;
  }

  .form-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-list div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1040px) {
  .content-layout,
  .content-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .content-aside {
    position: static;
  }
}

.auth-body {
  color-scheme: light;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px 16px;
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.14), transparent 34rem),
    radial-gradient(circle at 16% 24%, rgba(245, 158, 11, 0.12), transparent 25rem),
    linear-gradient(180deg, rgba(8, 47, 73, 0.04), rgba(248, 250, 252, 0.92)),
    var(--bg);
}

.auth-body :focus-visible {
  outline-color: rgba(15, 118, 110, 0.58);
}

.auth-shell {
  width: min(100%, 440px);
}

.auth-panel {
  display: grid;
  gap: 22px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: calc(var(--radius) - 4px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  padding: 28px 24px 22px;
}

.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: center;
  text-align: start;
}

.auth-brand .brand-logo-nav {
  max-height: 48px;
}

.auth-brand strong {
  display: block;
  color: var(--text);
}

.auth-brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.auth-heading {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.auth-heading h1 {
  max-width: none;
  color: var(--text);
  font-size: clamp(1.35rem, 3.2vw, 1.75rem);
  letter-spacing: -0.03em;
}

.auth-heading p {
  max-width: 34ch;
  color: var(--muted);
}

.auth-form {
  display: grid;
  gap: 16px;
}

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

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

.auth-body .form-grid span,
.auth-body .auth-form label > span:first-child {
  color: var(--secondary);
  font-weight: 800;
}

.auth-body .form-grid input,
.auth-body .form-grid select,
.auth-body .form-grid textarea,
.auth-body .auth-form label input,
.auth-body .auth-form label select,
.auth-body .auth-form label textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  padding: 11px 15px;
}

.auth-body .form-grid input:focus,
.auth-body .form-grid select:focus,
.auth-body .form-grid textarea:focus,
.auth-body .auth-form label input:focus,
.auth-body .auth-form label select:focus,
.auth-body .auth-form label textarea:focus {
  border-color: rgba(15, 118, 110, 0.45);
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.12);
}

.auth-body .field-invalid > span:first-child {
  color: #991b1b;
}

.auth-body .field-invalid input,
.auth-body .field-invalid select,
.auth-body .field-invalid textarea,
.auth-body .field-control-invalid {
  border-color: rgba(220, 38, 38, 0.55) !important;
  background: #fffbfb;
}

.auth-body .field-error {
  color: #991b1b;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5;
}

.auth-body .eyebrow {
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: rgba(240, 253, 250, 0.8);
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 700;
}

.auth-body .eyebrow::before {
  background: var(--accent);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.auth-body .auth-note a {
  color: var(--primary-dark);
  font-weight: 800;
}

.auth-body .auth-note a:hover {
  color: var(--secondary);
}

.auth-form .btn,
.auth-form .auth-submit {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(8, 47, 73, 0.2);
}

.auth-form .btn:hover,
.auth-form .auth-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(8, 47, 73, 0.26);
}

.inline-field {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
}

.auth-body .inline-field input {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
}

.auth-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.8;
  text-align: center;
}

.auth-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 18px;
  margin: 4px 0 0;
}

.auth-links a {
  color: var(--primary-dark);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  padding: 6px 12px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: rgba(240, 253, 250, 0.55);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.auth-links a:hover {
  color: var(--secondary);
  border-color: rgba(15, 118, 110, 0.32);
  background: rgba(240, 253, 250, 0.9);
}

.auth-footer {
  border-top: 1px solid rgba(219, 234, 254, 0.95);
  padding-top: 16px;
  text-align: center;
}

.auth-footer a {
  color: var(--primary-dark);
  font-weight: 800;
}

.auth-footer a:hover {
  color: var(--secondary);
}

.auth-panel .alert {
  margin: 0;
}

.auth-body .alert-success {
  border: 1px solid rgba(15, 118, 110, 0.25);
  background: #ecfdf5;
  color: #065f46;
}

.auth-body .alert-error {
  border: 1px solid rgba(220, 38, 38, 0.25);
  background: #fef2f2;
  color: #991b1b;
}

.auth-body .skip-link {
  background: var(--secondary);
  color: #fff;
}

@media (max-width: 480px) {
  .auth-panel {
    padding: 22px 18px 18px;
  }

  .auth-brand small {
    display: none;
  }
}

.detail-actions-card {
  position: sticky;
  top: 96px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 24px;
}

.related-reference {
  color: var(--secondary);
  font-weight: 700;
}

.related-reference span {
  color: var(--muted);
  font-weight: 650;
}

@media (max-width: 1040px) {
  .detail-actions-card {
    position: static;
  }
}

.detail-footer-cta {
  padding-top: 0;
}

.thank-you-page {
  min-height: 70vh;
}

.thank-you-reference {
  margin-top: 8px;
  color: var(--secondary);
  font-weight: 700;
}

.thank-you-next {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 640px;
  margin-top: 24px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 22px 24px;
  text-align: start;
}

.thank-you-next strong {
  color: var(--secondary);
  font-size: 1.05rem;
}

.thank-you-next ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-inline-start: 1.2rem;
  color: #334155;
}

.thank-you-meta {
  display: grid;
  gap: 8px;
  max-width: 640px;
  margin-top: 18px;
  color: var(--muted);
  text-align: start;
}

.thank-you-meta strong {
  color: var(--secondary);
}

/* Customers, testimonials, team, SLA */
.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.client-logo-card {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.05);
  padding: 28px 20px;
}

.client-logo-card img {
  max-width: 140px;
  max-height: 56px;
  object-fit: contain;
}

.client-logo-initials {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(14, 165, 233, 0.18));
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 700;
}

.client-logo-card strong {
  color: var(--secondary);
  font-size: 0.98rem;
  line-height: 1.6;
}

.client-logo-card span {
  color: var(--muted);
  font-size: 0.85rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.testimonial-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 28px 24px;
}

.testimonial-rating {
  display: flex;
  gap: 2px;
}

.testimonial-rating .star {
  color: #cbd5e1;
  font-size: 1rem;
}

.testimonial-rating .star-filled {
  color: #f59e0b;
}

.testimonial-card blockquote {
  margin: 0;
  color: #334155;
  font-size: 1rem;
  line-height: 1.9;
}

.testimonial-card footer {
  display: grid;
  gap: 4px;
}

.testimonial-card footer strong {
  color: var(--secondary);
}

.testimonial-card footer span {
  color: var(--muted);
  font-size: 0.9rem;
}

.testimonial-company {
  color: var(--primary) !important;
  font-weight: 600;
}

.testimonial-tag {
  display: inline-block;
  width: fit-content;
  margin-top: 4px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--primary) !important;
  font-size: 0.78rem !important;
  padding: 4px 10px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.team-card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 24px 20px;
  text-align: center;
}

.team-avatar {
  display: grid;
  place-items: center;
  margin-inline: auto;
}

.team-avatar img,
.team-avatar span {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.team-avatar span {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(14, 165, 233, 0.2));
  color: var(--primary);
  font-size: 1.6rem;
  font-weight: 700;
}

.team-card h2 {
  font-size: 1.05rem;
  line-height: 1.6;
}

.team-role {
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 600;
}

.team-card p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.85;
}

.org-chart {
  display: grid;
  gap: 0;
  justify-items: center;
}

.org-chart__leader {
  max-width: 360px;
  width: 100%;
}

.org-chart__connector {
  width: 2px;
  height: 28px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.35), rgba(37, 99, 235, 0.12));
  margin-block: 4px;
}

.org-chart__units {
  width: 100%;
}

@media (max-width: 1040px) {
  .org-chart__units {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

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

.sla-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(219, 234, 254, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  padding: 28px 24px;
}

.sla-card h2 {
  font-size: 1.35rem;
}

.sla-meta {
  display: grid;
  gap: 10px;
  margin: 0;
}

.sla-meta div {
  display: grid;
  gap: 4px;
}

.sla-meta dt {
  color: var(--muted);
  font-size: 0.82rem;
}

.sla-meta dd {
  margin: 0;
  color: var(--secondary);
  font-weight: 600;
}

.support-channel-list {
  display: grid;
  gap: 16px;
}

.support-channel-item {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.support-channel-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.support-channel-item a {
  color: var(--primary);
  font-weight: 600;
}

.support-channel-item small {
  color: var(--muted);
  font-size: 0.85rem;
}

.timeline-compact {
  gap: 12px;
}

.timeline-compact li {
  color: #334155;
  line-height: 1.85;
}

@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 768px) {
  .client-logo-grid,
  .testimonial-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }
}

/* -- Theme toggle button -- */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--primary-dark);
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.theme-toggle:hover {
  background: #fff;
  border-color: rgba(15, 118, 110, 0.32);
  transform: translateY(-1px);
}

.theme-toggle__icons {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

.theme-toggle-icon {
  grid-area: 1 / 1;
  transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

.theme-toggle-icon--moon {
  opacity: 0;
  transform: scale(0.7) rotate(-20deg);
}

[data-theme="neon"] .theme-toggle-icon--sun {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

[data-theme="neon"] .theme-toggle-icon--moon {
  opacity: 0;
  transform: scale(0.7) rotate(20deg);
}

:not([data-theme="neon"]) .theme-toggle-icon--moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

:not([data-theme="neon"]) .theme-toggle-icon--sun {
  opacity: 0;
  transform: scale(0.7) rotate(-20deg);
}

/* ------------------------------------------
   Claude Dark Theme
   ------------------------------------------ */
[data-theme="neon"] {
  color-scheme: dark;
  --bg: #141413;
  --surface: #30302e;
  --surface-soft: #3d3d3a;
  --surface-glass: #30302e;
  --surface-sunken: #1a1918;
  --primary: #d97757;
  --primary-dark: #c96442;
  --secondary: #1a1918;
  --accent: #f5a623;
  --text: #ececec;
  --muted: #b0aea5;
  --line: #3d3d3a;
  --neo-raised: 0 0 0 1px rgba(61, 61, 58, 0.65);
  --neo-inset: none;
  --neo-flat: none;
  --shadow: none;
  --shadow-soft: none;
  --shadow-lift: none;
  --shadow-neon: none;
  --glow-primary: none;
  --glow-secondary: none;
  --glow-accent: none;
  --glass: rgba(48, 48, 46, 0.82);
  --neon-grid: transparent;
  --radius: 16px;
}

[data-theme="neon"] body {
  position: relative;
  background: var(--bg);
}

[data-theme="neon"] body::before,
[data-theme="neon"] body::after {
  display: none;
}

[data-theme="neon"] :focus-visible {
  outline-color: rgba(217, 119, 87, 0.55);
}

[data-theme="neon"] .skip-link {
  background: var(--primary);
  color: #fff;
  box-shadow: var(--neo-flat);
}

[data-theme="neon"] .site-header {
  border-bottom-color: var(--line);
  background: rgba(20, 20, 19, 0.85);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

[data-theme="neon"] .brand strong {
  color: var(--text);
  text-shadow: none;
}

[data-theme="neon"] .brand-logo-nav {
  filter: none;
}

[data-theme="neon"] .nav-links,
[data-theme="neon"] .nav-item__link,
[data-theme="neon"] .nav-item__toggle--mobile {
  color: var(--text);
}

[data-theme="neon"] .nav-item__link:hover,
[data-theme="neon"] .nav-item__link.active,
[data-theme="neon"] .nav-item__toggle--mobile:hover,
[data-theme="neon"] .nav-item.is-active > .nav-item__link--desktop,
[data-theme="neon"] .nav-item.is-active > .nav-item__toggle--mobile {
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: none;
}

[data-theme="neon"] .nav-item--mega .nav-mega {
  border-top-color: var(--line);
  background: rgba(20, 20, 19, 0.96);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
}

[data-theme="neon"] .nav-mega__all {
  background: var(--surface);
}

[data-theme="neon"] .nav-mega__all strong {
  color: var(--text);
}

[data-theme="neon"] .nav-mega__all--has-image {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 42%, rgba(0, 0, 0, 0.72) 100%),
    var(--nav-mega-image) center / cover no-repeat;
  background-color: var(--surface);
}

[data-theme="neon"] .nav-mega__all--has-image strong {
  color: #fff;
}

[data-theme="neon"] .nav-mega__all--has-image:hover {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.62) 100%),
    var(--nav-mega-image) center / cover no-repeat;
  background-color: var(--surface);
}

[data-theme="neon"] .nav-mega__grid a:hover,
[data-theme="neon"] .nav-mega__grid a.active {
  background: var(--surface-soft);
  color: var(--text);
}

[data-theme="neon"] .nav-toggle,
[data-theme="neon"] .theme-toggle,
[data-theme="neon"] .nav-account {
  border-color: transparent;
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .nav-toggle:hover,
[data-theme="neon"] .theme-toggle:hover,
[data-theme="neon"] .nav-account:hover {
  background: var(--surface-soft);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .nav-account.active {
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .theme-toggle[aria-pressed="true"] {
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .btn {
  background: var(--primary);
  color: #fff;
  box-shadow: none;
}

[data-theme="neon"] .btn:hover {
  background: var(--primary-dark);
  box-shadow: none;
}

[data-theme="neon"] .btn-ghost,
[data-theme="neon"] .btn-light {
  border-color: var(--line);
  background: transparent;
  color: var(--text);
  box-shadow: none;
}

[data-theme="neon"] .btn-ghost:hover,
[data-theme="neon"] .btn-light:hover {
  background: var(--surface-soft);
  box-shadow: none;
}

[data-theme="neon"] .alert-success {
  border-color: transparent;
  background: rgba(217, 119, 87, 0.12);
  color: #d97757;
  box-shadow: none;
}

[data-theme="neon"] .alert-error {
  border-color: transparent;
  background: rgba(239, 65, 70, 0.12);
  color: #ef4146;
  box-shadow: none;
}

[data-theme="neon"] .card-icon {
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .hero {
  background: var(--bg);
  animation: none;
  overflow: hidden;
}

[data-theme="neon"] .hero::before,
[data-theme="neon"] .hero::after {
  display: none;
}

[data-theme="neon"] .hero-copy h1 {
  color: var(--text);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  text-shadow: none;
  filter: none;
  animation: none;
}

[data-theme="neon"] .hero .eyebrow {
  border-color: transparent;
  background: var(--surface);
  color: var(--primary);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .eyebrow {
  border-color: transparent;
  background: var(--surface);
  color: var(--primary);
}

[data-theme="neon"] .eyebrow::before {
  background: var(--primary);
  box-shadow: none;
  animation: none;
}

[data-theme="neon"] .hero-text {
  color: var(--muted);
}

[data-theme="neon"] .hero-badges span {
  border-color: transparent;
  background: var(--surface);
  color: var(--muted);
  box-shadow: none;
}

[data-theme="neon"] .hero-card {
  border-color: transparent;
  background: var(--surface);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .hero-card::before,
[data-theme="neon"] .hero-card::after {
  display: none;
}

[data-theme="neon"] .hero-card p {
  color: var(--muted);
}

[data-theme="neon"] .support-chat__fab,
[data-theme="neon"] .promo-video__fab {
  border: 1px solid transparent;
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--neo-raised), 0 0 0 6px rgba(94, 234, 212, 0.12);
}

[data-theme="neon"] .support-chat__dialog {
  border-color: transparent;
  background: var(--surface);
  box-shadow: var(--neo-raised);
  color: var(--text);
}

[data-theme="neon"] .support-chat__header {
  border-bottom-color: var(--line);
}

[data-theme="neon"] .support-chat__status-label,
[data-theme="neon"] .support-chat__avatar {
  color: var(--accent, #5eead4);
}

[data-theme="neon"] .support-chat__avatar {
  background: rgba(245, 166, 35, 0.14);
}

[data-theme="neon"] .support-chat__close {
  background: var(--surface-sunken);
  color: var(--text);
}

[data-theme="neon"] .support-chat__close:hover {
  background: var(--surface-soft);
}

[data-theme="neon"] .promo-video__dialog {
  border-color: transparent;
  background: var(--surface);
  box-shadow: var(--neo-raised);
  color: var(--text);
}

[data-theme="neon"] .promo-video__header {
  border-bottom-color: var(--line);
}

[data-theme="neon"] .promo-video__status-label,
[data-theme="neon"] .promo-video__avatar {
  color: var(--accent, #5eead4);
}

[data-theme="neon"] .promo-video__avatar {
  background: rgba(245, 166, 35, 0.14);
}

[data-theme="neon"] .promo-video__close {
  background: var(--surface-sunken);
  color: var(--text);
}

[data-theme="neon"] .promo-video__close:hover {
  background: var(--surface-soft);
}

[data-theme="neon"] .hero-chat__message-meta,
[data-theme="neon"] .hero-chat__status,
[data-theme="neon"] .hero-chat__reset,
[data-theme="neon"] .hero-chat__note {
  color: var(--muted);
}

[data-theme="neon"] .support-chat__panel.hero-chat__panel,
[data-theme="neon"] .support-chat__panel,
[data-theme="neon"] .hero-chat__panel {
  border-color: transparent;
  background: transparent;
}

[data-theme="neon"] .hero-chat__message--assistant .hero-chat__message-body {
  border-color: var(--line);
  background: var(--surface-sunken);
  color: var(--text);
}

[data-theme="neon"] .hero-chat__message--assistant .hero-chat__message-body a {
  color: var(--accent);
}

[data-theme="neon"] .hero-chat__code {
  background: rgba(0, 0, 0, 0.28);
}

[data-theme="neon"] .hero-chat__pre {
  background: var(--surface-sunken);
}

[data-theme="neon"] .hero-chat__composer textarea {
  border-color: var(--line);
  background: var(--surface);
  color: var(--text);
}

[data-theme="neon"] .status-dot {
  border-color: transparent;
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .status-dot::before {
  background: var(--primary);
  box-shadow: none;
  animation: none;
}

[data-theme="neon"] .section-muted {
  background: var(--surface-sunken);
  border-block-color: var(--line);
}

[data-theme="neon"] .section-muted::before,
[data-theme="neon"] .section-muted::after {
  display: none;
}

[data-theme="neon"] .section-heading h1,
[data-theme="neon"] .section-heading h2 {
  text-shadow: none;
}

[data-theme="neon"] .trust-grid article,
[data-theme="neon"] .card,
[data-theme="neon"] .feature-grid article,
[data-theme="neon"] .service-list article,
[data-theme="neon"] .registry-card,
[data-theme="neon"] .contact-card,
[data-theme="neon"] .timeline li,
[data-theme="neon"] .seo-card,
[data-theme="neon"] .content-card,
[data-theme="neon"] .content-aside,
[data-theme="neon"] .faq-item,
[data-theme="neon"] .contact-channel,
[data-theme="neon"] .contact-office-visual,
[data-theme="neon"] .keyword-panel,
[data-theme="neon"] .search-box,
[data-theme="neon"] .category-box,
[data-theme="neon"] .post-card,
[data-theme="neon"] .article-main,
[data-theme="neon"] .empty-state,
[data-theme="neon"] .timeline-h-body,
[data-theme="neon"] .sla-card,
[data-theme="neon"] .team-card,
[data-theme="neon"] .testimonial-card,
[data-theme="neon"] .client-logo-card,
[data-theme="neon"] .form-panel,
[data-theme="neon"] .detail-card,
[data-theme="neon"] .detail-actions-card,
[data-theme="neon"] .thank-you-next,
[data-theme="neon"] .startup-quick-nav a {
  border-color: transparent;
  background: var(--surface);
  box-shadow: var(--neo-raised);
  backdrop-filter: none;
}

[data-theme="neon"] .card:hover,
[data-theme="neon"] .seo-cards .seo-card:hover,
[data-theme="neon"] .trust-badge:hover,
[data-theme="neon"] .contact-channel:hover,
[data-theme="neon"] .startup-quick-nav a:hover {
  transform: none;
  border-color: var(--line);
  background: var(--surface-soft);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .trust-badge-icon {
  background: var(--surface-soft);
  box-shadow: none;
}

[data-theme="neon"] .trust-grid strong,
[data-theme="neon"] .timeline strong,
[data-theme="neon"] .timeline-h-body strong {
  color: var(--primary);
}

[data-theme="neon"] .card-icon {
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .clean-list li {
  border-top-color: var(--line);
}

[data-theme="neon"] .seo-card p,
[data-theme="neon"] .compact-card p,
[data-theme="neon"] .content-card p,
[data-theme="neon"] .timeline-h-body p,
[data-theme="neon"] .timeline-compact li,
[data-theme="neon"] .article-content p,
[data-theme="neon"] .post-body,
[data-theme="neon"] .thank-you-next ol {
  color: var(--muted);
}

[data-theme="neon"] .hero-trust-bar {
  border-top-color: var(--line);
}

[data-theme="neon"] .hero-trust-list strong {
  color: var(--primary);
}

[data-theme="neon"] .hero-trust-list span {
  color: var(--muted);
}

[data-theme="neon"] .post-meta,
[data-theme="neon"] .post-meta a,
[data-theme="neon"] .post-meta span {
  color: var(--muted);
}

[data-theme="neon"] .form-grid input,
[data-theme="neon"] .form-grid select,
[data-theme="neon"] .form-grid textarea,
[data-theme="neon"] .filter-field input,
[data-theme="neon"] .filter-field select {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  box-shadow: none;
}

[data-theme="neon"] .field-invalid input,
[data-theme="neon"] .field-invalid select,
[data-theme="neon"] .field-invalid textarea,
[data-theme="neon"] .field-control-invalid {
  border-color: transparent !important;
  background: rgba(239, 65, 70, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(239, 65, 70, 0.35) !important;
}

[data-theme="neon"] .field-error,
[data-theme="neon"] .field-invalid > span:first-child {
  color: #ef4146;
}

[data-theme="neon"] .blog-search-form input {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  box-shadow: none;
}

[data-theme="neon"] .blog-search-form input:focus {
  outline-color: rgba(217, 119, 87, 0.35);
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(217, 119, 87, 0.15);
}

[data-theme="neon"] .product-highlights .compact-card {
  border-color: transparent;
}

[data-theme="neon"] .product-highlights .compact-card:nth-child(6n + 1) {
  --holo-a: #3a3936;
  --holo-b: #30302e;
  --holo-c: #3d3d3a;
}

[data-theme="neon"] .product-highlights .compact-card:nth-child(6n + 2) {
  --holo-a: #3d3d3a;
  --holo-b: #30302e;
  --holo-c: #3a3936;
}

[data-theme="neon"] .product-highlights .compact-card:nth-child(6n + 3) {
  --holo-a: #30302e;
  --holo-b: #3a3936;
  --holo-c: #3d3d3a;
}

[data-theme="neon"] .product-highlights .compact-card:nth-child(6n + 4) {
  --holo-a: #3d3d3a;
  --holo-b: #3a3936;
  --holo-c: #30302e;
}

[data-theme="neon"] .product-highlights .compact-card:nth-child(6n + 5) {
  --holo-a: #3a3936;
  --holo-b: #3d3d3a;
  --holo-c: #30302e;
}

[data-theme="neon"] .product-highlights .compact-card:nth-child(6n + 6) {
  --holo-a: #30302e;
  --holo-b: #3d3d3a;
  --holo-c: #3a3936;
}

[data-theme="neon"] .product-highlights .compact-card::after {
  background: var(--surface);
}

[data-theme="neon"] .product-highlights .compact-card:hover {
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .cta-box {
  border: none;
  background: var(--surface);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .cta-box::before {
  display: none;
}

[data-theme="neon"] .startup-panel {
  border: none;
  background: var(--surface);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .page-hero,
[data-theme="neon"] .page-hero--minimal,
[data-theme="neon"] .page-hero--rich {
  --page-hero-grid: rgba(236, 236, 236, 0.045);
  --page-hero-glow-a: rgba(217, 119, 87, 0.12);
  --page-hero-glow-b: rgba(94, 234, 212, 0.07);
  --page-hero-base-top: #1c1b1a;
  --page-hero-base-mid: #161514;
  --page-hero-base-bottom: #11100f;
  --page-hero-edge: var(--line);
  border-bottom-color: var(--page-hero-edge);
  background:
    radial-gradient(ellipse 72% 48% at 88% 8%, var(--page-hero-glow-a), transparent 58%),
    radial-gradient(ellipse 62% 46% at 8% 92%, var(--page-hero-glow-b), transparent 55%),
    linear-gradient(165deg, var(--page-hero-base-top) 0%, var(--page-hero-base-mid) 46%, var(--page-hero-base-bottom) 100%);
}

[data-theme="neon"] .page-hero::before {
  opacity: 0.7;
}

[data-theme="neon"] .page-hero::after {
  background:
    linear-gradient(90deg, transparent 0%, rgba(217, 119, 87, 0.14) 50%, transparent 100%),
    radial-gradient(ellipse 55% 36% at 50% -8%, rgba(217, 119, 87, 0.1), transparent 62%),
    linear-gradient(180deg, transparent 52%, rgba(20, 20, 19, 0.88) 100%);
  background-size: 100% 1px, auto, auto;
  background-position: center 28%, center, center;
  background-repeat: no-repeat;
}

[data-theme="neon"] .page-hero .eyebrow {
  color: var(--primary);
  text-shadow: none;
}

[data-theme="neon"] .page-hero h1 {
  text-shadow: none;
}

[data-theme="neon"] .page-hero-visual--card {
  border-color: var(--line);
  background: var(--surface);
  box-shadow: var(--glow-primary);
}

[data-theme="neon"] .page-hero-chip__label {
  color: var(--muted);
}

[data-theme="neon"] .breadcrumb {
  color: var(--muted);
}

[data-theme="neon"] .breadcrumb li:not(:last-child)::after {
  color: #87867f;
}

[data-theme="neon"] .breadcrumb a,
[data-theme="neon"] .text-link {
  color: var(--primary);
}

[data-theme="neon"] .clean-list li {
  border-top-color: var(--line);
}

[data-theme="neon"] .faq-item summary {
  color: var(--text);
}

[data-theme="neon"] .faq-item summary::after {
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .faq-item[open] {
  box-shadow: none;
}

[data-theme="neon"] .timeline-h-step {
  border-color: transparent;
  background: var(--surface);
  color: var(--primary);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .timeline-h::before {
  background: var(--line);
}

[data-theme="neon"] .check-list li {
  color: var(--muted);
}

[data-theme="neon"] .site-footer {
  border-top-color: var(--line);
  background: var(--surface-sunken);
  box-shadow: none;
}

[data-theme="neon"] .site-footer::before {
  display: none;
}

[data-theme="neon"] .footer-org p a {
  border-color: transparent;
  background: var(--surface);
  color: var(--primary);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .footer-org p a:hover {
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: none;
}

[data-theme="neon"] .footer-col a:hover,
[data-theme="neon"] .footer-bottom a:hover {
  color: var(--primary);
  text-shadow: none;
}

[data-theme="neon"] .footer-trust {
  border-color: transparent;
  background: var(--surface);
  box-shadow: none;
}

[data-theme="neon"] .footer-trust dl div {
  background: var(--surface-soft);
  border: none;
  box-shadow: none;
}

[data-theme="neon"] input,
[data-theme="neon"] textarea,
[data-theme="neon"] select {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  box-shadow: none;
}

[data-theme="neon"] input:focus,
[data-theme="neon"] textarea:focus,
[data-theme="neon"] select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(217, 119, 87, 0.15);
}

[data-theme="neon"] input::placeholder,
[data-theme="neon"] textarea::placeholder {
  color: var(--muted);
}

[data-theme="neon"] .keyword-panel {
  background: var(--surface);
}

[data-theme="neon"] .keyword-panel strong {
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .contact-card div {
  background: var(--surface-soft);
  box-shadow: none;
}

[data-theme="neon"] .contact-map-preview__overlay {
  background: linear-gradient(180deg, rgba(20, 20, 19, 0.1) 0%, rgba(20, 20, 19, 0.65) 100%);
}

[data-theme="neon"] .contact-map-preview__pin-icon {
  background: var(--surface);
  color: var(--primary);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .project-card .post-image {
  background: var(--surface-soft);
}

[data-theme="neon"] .support-channel-item {
  border-bottom-color: var(--line);
}

[data-theme="neon"] .check-list li::before {
  background: var(--primary);
  box-shadow: none;
}

@media (max-width: 1040px) {
  [data-theme="neon"] .nav-menu-backdrop {
    background: rgba(20, 20, 19, 0.72);
  }

  [data-theme="neon"] .nav-menu-panel {
    border-color: transparent;
    background: var(--surface);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
  }

  [data-theme="neon"] .nav-menu-header {
    border-bottom-color: var(--line);
  }

  [data-theme="neon"] .nav-menu-label {
    color: var(--text);
  }

  [data-theme="neon"] .nav-menu-close {
    border-color: transparent;
    background: var(--surface-soft);
    color: var(--text);
    box-shadow: var(--neo-raised);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-theme="neon"] .product-highlights .compact-card::before,
  [data-theme="neon"] .product-highlights .compact-card::after {
    animation: none !important;
  }
}

/* ------------------------------------------
   Dark Mode v2 � Neumorphic polish
   ------------------------------------------ */
@keyframes neon-aurora-shift {
  0%,
  100% {
    background-position: 0% 50%, 100% 0%, 0% 100%, 50% 50%;
  }

  50% {
    background-position: 100% 50%, 0% 100%, 100% 0%, 50% 50%;
  }
}

@keyframes neon-horizon-pulse {
  0%,
  100% {
    opacity: 0.55;
    filter: blur(0);
  }

  50% {
    opacity: 1;
    filter: blur(0.5px);
  }
}

@keyframes neon-border-flow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 300% 50%;
  }
}

@keyframes neon-btn-shimmer {
  0% {
    transform: translateX(-140%) skewX(-18deg);
  }

  100% {
    transform: translateX(240%) skewX(-18deg);
  }
}

@keyframes neon-float-orb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.45;
  }

  50% {
    transform: translate3d(2%, -3%, 0) scale(1.08);
    opacity: 0.75;
  }
}

@keyframes theme-hint-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.42s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

html.theme-transitioning :where(
  body,
  .site-header,
  .hero,
  .card,
  .btn,
  .site-footer,
  .section-muted
) {
  transition:
    background 0.38s ease,
    background-color 0.38s ease,
    color 0.38s ease,
    border-color 0.38s ease,
    box-shadow 0.38s ease !important;
}

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

.theme-hint {
  position: fixed;
  inset-inline: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: min(100% - 32px, 420px);
  margin-inline: auto;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
  padding: 14px 16px;
  backdrop-filter: blur(16px);
}

.theme-hint[hidden] {
  display: none !important;
}

.theme-hint.is-visible {
  display: flex;
  animation: theme-hint-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-hint__glow {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d97757;
  box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.12);
}

.theme-hint__text {
  display: grid;
  flex: 1;
  gap: 2px;
  margin: 0;
  min-width: 0;
}

.theme-hint__text strong {
  color: var(--secondary);
  font-size: 0.88rem;
}

.theme-hint__text span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.theme-hint__try {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font: 800 0.8rem var(--font-family-base);
  padding: 9px 14px;
  cursor: pointer;
}

.theme-hint__close {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

[data-theme="neon"] .brand-logo--light {
  display: none;
}

[data-theme="neon"] .brand-logo--neon {
  display: block;
  filter: none;
}

[data-theme="neon"] .theme-toggle {
  border-color: transparent;
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .theme-toggle[aria-pressed="true"] {
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: var(--neo-raised);
  animation: none;
}

[data-theme="neon"] .theme-hint {
  border-color: transparent;
  background: var(--surface);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .theme-hint__glow {
  background: var(--primary);
  box-shadow: none;
  animation: none;
}

[data-theme="neon"] .theme-hint__text strong {
  color: var(--primary);
}

[data-theme="neon"] .theme-hint__try {
  background: var(--primary);
  color: #fff;
  box-shadow: none;
}

[data-theme="neon"] .theme-hint__close {
  background: var(--surface-soft);
  color: var(--muted);
  box-shadow: none;
}

[data-theme="neon"] .site-header {
  background: rgba(20, 20, 19, 0.85);
  backdrop-filter: blur(12px);
}

[data-theme="neon"] .hero-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: transparent;
  background: var(--surface);
  backdrop-filter: none;
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .btn:not(.btn-ghost):not(.btn-light) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}

[data-theme="neon"] .btn:not(.btn-ghost):not(.btn-light)::after {
  display: none;
}

[data-theme="neon"] .section-heading h1,
[data-theme="neon"] .section-heading h2 {
  text-shadow: none;
}

[data-theme="neon"] .trust-grid article,
[data-theme="neon"] .card,
[data-theme="neon"] .feature-grid article,
[data-theme="neon"] .service-list article,
[data-theme="neon"] .registry-card,
[data-theme="neon"] .contact-card,
[data-theme="neon"] .timeline li,
[data-theme="neon"] .seo-card,
[data-theme="neon"] .content-aside,
[data-theme="neon"] .faq-item,
[data-theme="neon"] .contact-channel,
[data-theme="neon"] .contact-office-visual,
[data-theme="neon"] .keyword-panel,
[data-theme="neon"] .search-box,
[data-theme="neon"] .category-box,
[data-theme="neon"] .post-card,
[data-theme="neon"] .empty-state,
[data-theme="neon"] .timeline-h-body,
[data-theme="neon"] .sla-card,
[data-theme="neon"] .team-card,
[data-theme="neon"] .testimonial-card,
[data-theme="neon"] .client-logo-card,
[data-theme="neon"] .form-panel,
[data-theme="neon"] .detail-card,
[data-theme="neon"] .detail-actions-card,
[data-theme="neon"] .thank-you-next,
[data-theme="neon"] .startup-quick-nav a {
  background: var(--surface);
  backdrop-filter: none;
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .content-card,
[data-theme="neon"] .article-main,
[data-theme="neon"] .faq-item {
  background: var(--surface);
  backdrop-filter: none;
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .article-content p,
[data-theme="neon"] .faq-item p,
[data-theme="neon"] .content-card p,
[data-theme="neon"] .post-body {
  color: var(--muted);
  line-height: 1.95;
  text-shadow: none;
}

[data-theme="neon"] .card:hover,
[data-theme="neon"] .seo-cards .seo-card:hover,
[data-theme="neon"] .trust-badge:hover,
[data-theme="neon"] .contact-channel:hover,
[data-theme="neon"] .startup-quick-nav a:hover,
[data-theme="neon"] .post-card:hover {
  transform: none;
  border-color: var(--line);
  background: var(--surface-soft);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .cta-box {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--neo-raised);
}

@media (max-width: 720px) {
  .theme-hint {
    inset-inline: 12px;
    flex-wrap: wrap;
  }

  .theme-hint__try {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none !important;
  }

  html.theme-transitioning :where(body, .site-header, .hero, .card, .btn, .site-footer, .section-muted) {
    transition: none !important;
  }

  [data-theme="neon"] body,
  [data-theme="neon"] .hero,
  [data-theme="neon"] .hero::before,
  [data-theme="neon"] .hero::after,
  [data-theme="neon"] .hero-copy h1,
  [data-theme="neon"] .hero-card::before,
  [data-theme="neon"] .hero-card::after,
  [data-theme="neon"] .btn:not(.btn-ghost):not(.btn-light)::after,
  [data-theme="neon"] .theme-hint__glow,
  [data-theme="neon"] .cta-box::before {
    animation: none !important;
  }

  [data-theme="neon"] .hero-copy h1 {
    color: #fff;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    filter: none;
  }

  [data-theme="neon"] .section:not(.hero) {
    opacity: 1;
    transform: none;
  }

  .neon-cursor-glow,
  .theme-flash {
    display: none !important;
  }
}

/* ------------------------------------------
   Dark Mode v3 � Corporate refinement
   ------------------------------------------ */
@keyframes neon-scan-sweep {
  0% {
    transform: translateY(-120%);
    opacity: 0;
  }

  12% {
    opacity: 0.35;
  }

  100% {
    transform: translateY(120vh);
    opacity: 0;
  }
}

@keyframes neon-link-flicker {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.82;
  }
}

@keyframes neon-ring-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(217, 119, 87, 0.45);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(217, 119, 87, 0);
  }
}

.neon-cursor-glow {
  display: none !important;
}

.theme-flash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at center, rgba(217, 119, 87, 0.12), rgba(20, 20, 19, 0.08) 42%, transparent 72%);
  transition: opacity 0.45s ease;
}

.theme-flash.is-active {
  opacity: 1;
}

[data-theme="neon"] ::selection {
  background: rgba(217, 119, 87, 0.28);
  color: #fff;
}

[data-theme="neon"] {
  scrollbar-color: #4d4c48 #141413;
}

[data-theme="neon"] ::-webkit-scrollbar-track {
  background: #141413;
}

[data-theme="neon"] ::-webkit-scrollbar-thumb {
  border: 2px solid #141413;
  border-radius: 999px;
  background: #4d4c48;
}

[data-theme="neon"] ::-webkit-scrollbar-thumb:hover {
  background: #5e5d59;
}

[data-theme="neon"] .site-header::after {
  display: none;
}

[data-theme="neon"] .nav-item__link--desktop,
[data-theme="neon"] .nav-item__link:not(.nav-item__link--desktop) {
  position: relative;
}

[data-theme="neon"] .nav-item__link--desktop::after,
[data-theme="neon"] .nav-item__link:not(.nav-item__link--desktop)::after {
  content: "";
  position: absolute;
  inset-inline: 14px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: none;
}

[data-theme="neon"] .nav-item__link--desktop:hover::after,
[data-theme="neon"] .nav-item__link--desktop.active::after,
[data-theme="neon"] .nav-item__link:not(.nav-item__link--desktop):hover::after,
[data-theme="neon"] .nav-item__link:not(.nav-item__link--desktop).active::after {
  transform: scaleX(1);
}

[data-theme="neon"] .text-link {
  position: relative;
  color: var(--primary);
  text-shadow: none;
}

[data-theme="neon"] .text-link::before {
  display: none;
}

[data-theme="neon"] .trust-badge::after {
  display: none;
}

[data-theme="neon"] .trust-badge:hover .trust-badge-icon {
  box-shadow: none;
}

[data-theme="neon"] .seo-card::before {
  display: none;
}

[data-theme="neon"] .seo-card.neon-magnetic-active {
  border-color: transparent;
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .card-icon {
  position: relative;
  overflow: hidden;
  border: none;
  box-shadow: none;
}

[data-theme="neon"] .card-icon::after {
  display: none;
}

[data-theme="neon"] .faq-item[open] {
  border-color: transparent;
  box-shadow: none;
}

[data-theme="neon"] .timeline-h-item:hover .timeline-h-step {
  transform: scale(1.03);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .article-cover img,
[data-theme="neon"] .post-image img,
[data-theme="neon"] .card-visual img,
[data-theme="neon"] .contact-office-visual img {
  filter: none;
}

[data-theme="neon"] .product-highlights .compact-card:hover {
  transform: none;
  background: var(--surface-soft);
}

[data-theme="neon"] .nav-cta {
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] html::before {
  display: none;
}

html.neon-effects-ready[data-theme="neon"] .section:not(.hero) {
  opacity: 1;
  transform: none;
}

html.neon-effects-ready[data-theme="neon"] .section.neon-in-view,
html.neon-effects-ready[data-theme="neon"] .section.section-in-view,
[data-theme="neon"] .hero.section {
  opacity: 1;
  transform: none;
}

[data-theme="neon"] .section-muted {
  position: relative;
}

[data-theme="neon"] .section-muted::before,
[data-theme="neon"] .section-muted::after {
  display: none;
}

[data-theme="neon"] .trust-badge {
  position: relative;
  overflow: hidden;
}

[data-theme="neon"] .trust-badge::after {
  display: none;
}

[data-theme="neon"] .seo-card::before {
  display: none;
}

[data-theme="neon"] .seo-card.neon-magnetic-active {
  border-color: transparent;
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .card-icon::after {
  display: none;
}

[data-theme="neon"] .status-dot::before {
  animation: none;
}

[data-theme="neon"] html::before {
  display: none;
}

@media (max-width: 1040px) {
  .neon-cursor-glow {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-theme="neon"] body::after,
  [data-theme="neon"] html::before,
  [data-theme="neon"] .eyebrow::before,
  [data-theme="neon"] .text-link::before,
  [data-theme="neon"] .card-icon::after,
  [data-theme="neon"] .status-dot::before,
  [data-theme="neon"] .theme-toggle[aria-pressed="true"] {
    animation: none !important;
  }
}

/* ------------------------------------------
   Light Mode Premium Upgrade
   ------------------------------------------ */
@keyframes light-section-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes light-hero-kenburns {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }
}

@keyframes light-btn-shine {
  0% {
    transform: translateX(-140%) skewX(-18deg);
  }

  100% {
    transform: translateX(240%) skewX(-18deg);
  }
}

@keyframes light-hint-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.theme-flash--light {
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.72), rgba(14, 165, 233, 0.08) 48%, transparent 72%);
}

.theme-flash--neon {
  background: radial-gradient(circle at center, rgba(217, 119, 87, 0.12), rgba(20, 20, 19, 0.08) 42%, transparent 72%);
}

html:not([data-theme="neon"]) ::selection {
  background: rgba(15, 118, 110, 0.18);
  color: var(--secondary);
}

html:not([data-theme="neon"]) ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html:not([data-theme="neon"]) ::-webkit-scrollbar-track {
  background: #eef2f7;
}

html:not([data-theme="neon"]) ::-webkit-scrollbar-thumb {
  border: 2px solid #eef2f7;
  border-radius: 999px;
  background: linear-gradient(180deg, #87867f, #0f766e);
}

html:not([data-theme="neon"]) .site-header {
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

html:not([data-theme="neon"]) .site-header.is-scrolled {
  border-bottom-color: rgba(219, 234, 254, 0.95);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

html:not([data-theme="neon"]) .nav-item__link--desktop,
html:not([data-theme="neon"]) .nav-item__link:not(.nav-item__link--desktop) {
  position: relative;
  transition: color 0.2s ease, background 0.2s ease;
}

html:not([data-theme="neon"]) .nav-item__link--desktop::after,
html:not([data-theme="neon"]) .nav-item__link:not(.nav-item__link--desktop)::after {
  content: "";
  position: absolute;
  inset-inline: 12px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), #38bdf8);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

html:not([data-theme="neon"]) .nav-item__link--desktop:hover::after,
html:not([data-theme="neon"]) .nav-item__link--desktop.active::after,
html:not([data-theme="neon"]) .nav-item__link:not(.nav-item__link--desktop):hover::after,
html:not([data-theme="neon"]) .nav-item__link:not(.nav-item__link--desktop).active::after {
  transform: scaleX(1);
}

html:not([data-theme="neon"]) .theme-toggle {
  border-color: rgba(15, 118, 110, 0.2);
  background: linear-gradient(180deg, #ffffff, var(--surface-soft));
  box-shadow: var(--shadow-soft);
}

html:not([data-theme="neon"]) .theme-toggle:hover {
  border-color: rgba(15, 118, 110, 0.34);
  box-shadow: var(--shadow-lift);
}

html:not([data-theme="neon"]) .theme-hint {
  border-color: rgba(15, 118, 110, 0.18);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

html:not([data-theme="neon"]) .theme-hint.is-visible {
  animation: light-hint-enter 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

html:not([data-theme="neon"]) .theme-hint__glow {
  background: linear-gradient(135deg, var(--primary), #38bdf8);
  box-shadow: 0 0 0 6px rgba(15, 118, 110, 0.1);
}

html:not([data-theme="neon"]) .theme-hint__try {
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 47, 73, 0.18);
}

html:not([data-theme="neon"]) .hero {
  overflow: hidden;
  background: transparent;
}

html:not([data-theme="neon"]) .hero::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(8, 47, 73, 0.2) 0%, rgba(8, 47, 73, 0.34) 42%, rgba(8, 47, 73, 0.9) 100%),
    linear-gradient(180deg, rgba(15, 118, 110, 0.18), rgba(8, 47, 73, 0.12)),
    url("/assets/images/hero-luxury-minimal-office-bg.png") center / cover no-repeat;
  animation: light-hero-kenburns 28s ease-in-out infinite;
  pointer-events: none;
}

html:not([data-theme="neon"]) .hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(94, 234, 212, 0.55), rgba(56, 189, 248, 0.45), transparent);
  pointer-events: none;
}

html:not([data-theme="neon"]) .hero-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px rgba(8, 47, 73, 0.28);
}

html:not([data-theme="neon"]) .hero-card::after {
  content: "";
  position: absolute;
  inset-inline-end: -18%;
  top: -28%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.18), transparent 68%);
  pointer-events: none;
}

html:not([data-theme="neon"]) .btn:not(.btn-ghost):not(.btn-light) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

html:not([data-theme="neon"]) .btn:not(.btn-ghost):not(.btn-light)::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: -60%;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
}

html:not([data-theme="neon"]) .btn:not(.btn-ghost):not(.btn-light):hover::after {
  animation: light-btn-shine 0.85s ease;
}

html:not([data-theme="neon"]) .section-heading h1,
html:not([data-theme="neon"]) .section-heading h2 {
  letter-spacing: -0.03em;
}

html:not([data-theme="neon"]) .trust-grid article,
html:not([data-theme="neon"]) .card,
html:not([data-theme="neon"]) .seo-card,
html:not([data-theme="neon"]) .content-card,
html:not([data-theme="neon"]) .faq-item,
html:not([data-theme="neon"]) .post-card,
html:not([data-theme="neon"]) .form-panel,
html:not([data-theme="neon"]) .detail-card {
  background: var(--glass);
  backdrop-filter: blur(12px) saturate(120%);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

html:not([data-theme="neon"]) .card:hover,
html:not([data-theme="neon"]) .seo-card:hover,
html:not([data-theme="neon"]) .trust-badge:hover,
html:not([data-theme="neon"]) .post-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: var(--shadow-lift);
}

html:not([data-theme="neon"]) .seo-card {
  position: relative;
  overflow: hidden;
}

html:not([data-theme="neon"]) .seo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(15, 118, 110, 0.1), transparent 44%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

html:not([data-theme="neon"]) .seo-card.light-magnetic-active::before,
html:not([data-theme="neon"]) .seo-card:hover::before {
  opacity: 1;
}

html:not([data-theme="neon"]) .seo-card.light-magnetic-active {
  border-color: rgba(15, 118, 110, 0.32);
  box-shadow: 0 16px 42px rgba(15, 118, 110, 0.12);
}

html:not([data-theme="neon"]) .trust-badge {
  position: relative;
  overflow: hidden;
}

html:not([data-theme="neon"]) .trust-badge::after {
  content: "";
  position: absolute;
  inset: -50% -20%;
  background: linear-gradient(120deg, transparent 44%, rgba(255, 255, 255, 0.55) 50%, transparent 56%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
  pointer-events: none;
}

html:not([data-theme="neon"]) .trust-badge:hover::after {
  transform: translateX(120%);
}

html:not([data-theme="neon"]) .text-link {
  position: relative;
  color: var(--primary-dark);
}

html:not([data-theme="neon"]) .text-link::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(15, 118, 110, 0.55), transparent);
}

html:not([data-theme="neon"]) .section-muted {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

html:not([data-theme="neon"]) .cta-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(8, 47, 73, 0.22);
}

html:not([data-theme="neon"]) .cta-box::before {
  content: "";
  position: absolute;
  inset-inline-end: -10%;
  top: -40%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.16), transparent 68%);
  pointer-events: none;
}

html:not([data-theme="neon"]) .faq-item[open] {
  border-color: rgba(15, 118, 110, 0.28);
  box-shadow: var(--shadow-soft);
}

html:not([data-theme="neon"]) .faq-item summary::after {
  transition: background 0.2s ease, color 0.2s ease;
}

html:not([data-theme="neon"]) .faq-item[open] summary::after {
  background: rgba(15, 118, 110, 0.12);
  color: var(--primary-dark);
}

html.site-effects-ready:not([data-theme="neon"]) .section:not(.hero):not(.section-in-view) {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

html.site-effects-ready:not([data-theme="neon"]) .section.section-in-view,
html:not([data-theme="neon"]) .hero.section {
  animation: light-section-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-theme="neon"]) .hero::before,
  html.site-effects-ready:not([data-theme="neon"]) .section.section-in-view,
  html:not([data-theme="neon"]) .theme-hint.is-visible {
    animation: none !important;
  }

  html.site-effects-ready:not([data-theme="neon"]) .section:not(.hero):not(.section-in-view) {
    opacity: 1;
    transform: none;
  }
}

/* ------------------------------------------
   Neon � Internal pages complete coverage
   ------------------------------------------ */
[data-theme="neon"] .table-card,
[data-theme="neon"] .about-hero-panel,
[data-theme="neon"] .about-stat,
[data-theme="neon"] .about-gallery-item,
[data-theme="neon"] .about-identity-photo,
[data-theme="neon"] .about-jump-nav-inner,
[data-theme="neon"] .startup-block__media,
[data-theme="neon"] .startup-achievement,
[data-theme="neon"] .project-card,
[data-theme="neon"] .article-sidebar,
[data-theme="neon"] .blog-sidebar,
[data-theme="neon"] .page-hero-visual--card,
[data-theme="neon"] .registry-card--panel,
[data-theme="neon"] .registry-card-grid div,
[data-theme="neon"] .about-hero-facts div,
[data-theme="neon"] .detail-list div,
[data-theme="neon"] .pagination-page,
[data-theme="neon"] .pagination-arrow,
[data-theme="neon"] .badge-list span,
[data-theme="neon"] .value-card,
[data-theme="neon"] .expertise-card,
[data-theme="neon"] .contact-office-details,
[data-theme="neon"] .form-alert,
[data-theme="neon"] .table-empty,
[data-theme="neon"] .error-page .content-card,
[data-theme="neon"] .startup-panel,
[data-theme="neon"] .consultation-box,
[data-theme="neon"] .contact-aside,
[data-theme="neon"] .detail-footer-cta .cta-box,
[data-theme="neon"] .about-jump-nav a,
[data-theme="neon"] .about-hero-jump-links a,
[data-theme="neon"] .startup-quick-nav a,
[data-theme="neon"] .startup-steps span,
[data-theme="neon"] .category-box a,
[data-theme="neon"] .timeline-compact li {
  border-color: var(--line);
  background: var(--surface-glass, rgba(48, 48, 46, 0.82));
  backdrop-filter: none;
  box-shadow: var(--shadow);
}

[data-theme="neon"] .table-card,
[data-theme="neon"] .registry-card--panel,
[data-theme="neon"] .about-hero-panel,
[data-theme="neon"] .form-panel,
[data-theme="neon"] .detail-card,
[data-theme="neon"] .content-card,
[data-theme="neon"] .article-main {
  background: var(--surface);
}

[data-theme="neon"] .table-toolbar,
[data-theme="neon"] .table-summary,
[data-theme="neon"] .products-table th,
[data-theme="neon"] .products-table td,
[data-theme="neon"] .detail-list div,
[data-theme="neon"] .registry-card-grid div,
[data-theme="neon"] .about-hero-facts div,
[data-theme="neon"] .sla-meta div,
[data-theme="neon"] .support-channel-item {
  border-color: var(--line);
}

[data-theme="neon"] .products-table th {
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .products-table td {
  color: var(--muted);
}

[data-theme="neon"] .products-table tbody tr:hover {
  background: var(--surface-soft);
}

[data-theme="neon"] .products-table code {
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .table-title-link,
[data-theme="neon"] .detail-list dd,
[data-theme="neon"] .registry-card dd,
[data-theme="neon"] .about-hero-facts dd,
[data-theme="neon"] .sla-meta dd,
[data-theme="neon"] .related-reference,
[data-theme="neon"] .table-summary strong {
  color: var(--text);
}

[data-theme="neon"] .table-title-meta,
[data-theme="neon"] .table-summary span,
[data-theme="neon"] .table-empty span,
[data-theme="neon"] .about-hero-lead,
[data-theme="neon"] .about-gallery-item figcaption,
[data-theme="neon"] .about-stat span,
[data-theme="neon"] .registry-note,
[data-theme="neon"] .startup-block__copy p,
[data-theme="neon"] .startup-quick-nav__tag,
[data-theme="neon"] .page-hero-lead,
[data-theme="neon"] .page-hero-chip__label,
[data-theme="neon"] .detail-card p,
[data-theme="neon"] .article-content li,
[data-theme="neon"] .post-body li,
[data-theme="neon"] .content-card li,
[data-theme="neon"] .form-alert,
[data-theme="neon"] .related-reference span,
[data-theme="neon"] .contact-office-details p,
[data-theme="neon"] .about-identity-photo figcaption,
[data-theme="neon"] .startup-offer-meta dt,
[data-theme="neon"] .detail-list dt,
[data-theme="neon"] .registry-card dt,
[data-theme="neon"] .about-hero-facts dt,
[data-theme="neon"] .error-page p {
  color: var(--muted);
}

[data-theme="neon"] .page-hero-chip__value,
[data-theme="neon"] .about-stat strong,
[data-theme="neon"] .value-card h3,
[data-theme="neon"] .expertise-card h3,
[data-theme="neon"] .startup-block__copy h2,
[data-theme="neon"] .detail-card h2,
[data-theme="neon"] .table-empty strong,
[data-theme="neon"] .registry-card-intro h2,
[data-theme="neon"] .registry-card-intro h3 {
  color: var(--text);
}

[data-theme="neon"] .page-hero-chip__label::after,
[data-theme="neon"] .page-hero-chips li:not(:last-child)::after {
  color: #87867f;
}

[data-theme="neon"] .about-jump-nav {
  border-block-color: var(--line);
  background: var(--surface-sunken);
  backdrop-filter: blur(16px);
}

[data-theme="neon"] .about-jump-nav a,
[data-theme="neon"] .about-hero-jump-links a {
  border-color: var(--line);
  background: rgba(48, 48, 46, 0.88);
  color: var(--primary);
}

[data-theme="neon"] .about-jump-nav a:hover,
[data-theme="neon"] .about-hero-jump-links a:hover,
[data-theme="neon"] .category-box a:hover,
[data-theme="neon"] .category-box a.active {
  border-color: var(--line);
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .pagination-page,
[data-theme="neon"] .pagination-arrow {
  border-color: var(--line);
  background: rgba(48, 48, 46, 0.88);
  color: var(--muted);
}

[data-theme="neon"] .pagination-page:hover,
[data-theme="neon"] .pagination-arrow:hover:not(.is-disabled) {
  border-color: var(--line);
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .pagination-page.is-active {
  border-color: var(--primary);
  background: var(--surface-soft);
  color: var(--primary);
  box-shadow: var(--glow-primary);
}

[data-theme="neon"] .pagination-ellipsis {
  color: var(--muted);
}

[data-theme="neon"] .badge-list span {
  border-color: var(--line);
  color: var(--primary);
}

[data-theme="neon"] .startup-status {
  border-color: var(--line);
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .startup-status--growing {
  border-color: var(--line);
  background: var(--surface-soft);
}

[data-theme="neon"] .startup-status--pilot {
  border-color: var(--line);
  background: var(--surface-soft);
  color: var(--muted);
}

[data-theme="neon"] .startup-status--incubating {
  border-color: var(--line);
  background: var(--surface-soft);
  color: var(--accent);
}

[data-theme="neon"] .startup-block__index {
  border-color: var(--line);
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .startup-block__media--logo {
  background: rgba(48, 48, 46, 0.92);
}

[data-theme="neon"] .about-hero-visual:not(.about-hero-visual--photo) {
  background: var(--surface);
}

[data-theme="neon"] .team-photo,
[data-theme="neon"] .card-visual--photo,
[data-theme="neon"] .detail-image {
  border-color: var(--line);
  background: rgba(48, 48, 46, 0.72);
}

[data-theme="neon"] .team-photo-fallback {
  color: var(--primary);
}

[data-theme="neon"] .testimonial-rating .star {
  color: #5e5d59;
}

[data-theme="neon"] .testimonial-rating .star-filled {
  color: #f5a623;
}

[data-theme="neon"] .testimonial-tag,
[data-theme="neon"] .testimonial-company {
  color: var(--muted);
}

[data-theme="neon"] .testimonial-card blockquote {
  color: #b0aea5;
}

[data-theme="neon"] .client-logo-initials {
  border-color: var(--line);
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .form-alert {
  border-color: var(--line);
  color: #b0aea5;
}

[data-theme="neon"] .detail-image {
  box-shadow: var(--shadow);
}

[data-theme="neon"] .blog-search-form input,
[data-theme="neon"] .search-box input,
[data-theme="neon"] .table-search-form input,
[data-theme="neon"] .table-search-form select {
  border-color: var(--line);
  background: rgba(48, 48, 46, 0.9);
  color: var(--text);
}

[data-theme="neon"] .page-hero-toolbar {
  border-top-color: var(--line);
}

[data-theme="neon"] .page-hero-visual--card img,
[data-theme="neon"] .about-gallery-item img,
[data-theme="neon"] .about-identity-photo img,
[data-theme="neon"] .startup-block__media img {
  filter: saturate(0.9) contrast(1.03) brightness(0.92);
}

[data-theme="neon"] .content-layout,
[data-theme="neon"] .blog-layout,
[data-theme="neon"] .article-layout,
[data-theme="neon"] .detail-grid,
[data-theme="neon"] .contact-grid,
[data-theme="neon"] .about-hero-grid,
[data-theme="neon"] .about-grid {
  color: inherit;
}

[data-theme="neon"] .card-visual {
  border-color: var(--line);
  background: rgba(48, 48, 46, 0.72);
}

[data-theme="neon"] .value-card-icon {
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .content-aside p,
[data-theme="neon"] .content-aside strong,
[data-theme="neon"] .service-list article p,
[data-theme="neon"] .service-list article small,
[data-theme="neon"] .service-list article h3,
[data-theme="neon"] .split p,
[data-theme="neon"] .split small,
[data-theme="neon"] .split h3,
[data-theme="neon"] .check-list li {
  color: var(--muted);
}

[data-theme="neon"] .service-list article a,
[data-theme="neon"] .split a {
  color: var(--primary);
}

[data-theme="neon"] .content-aside strong {
  color: var(--text);
}

[data-theme="neon"] .timeline li p,
[data-theme="neon"] .post-card p {
  color: var(--muted);
}

[data-theme="neon"] .post-card h2 a {
  color: var(--text);
}

[data-theme="neon"] .post-card h2 a:hover {
  color: var(--primary);
}

[data-theme="neon"] .detail-actions-card h2,
[data-theme="neon"] .detail-actions-card p {
  color: var(--text);
}

[data-theme="neon"] .detail-actions-card p {
  color: var(--muted);
}

[data-theme="neon"] .table-card:hover,
[data-theme="neon"] .project-card:hover,
[data-theme="neon"] .about-gallery-item:hover,
[data-theme="neon"] .value-card:hover,
[data-theme="neon"] .expertise-card:hover {
  border-color: rgba(217, 119, 87, 0.35);
  box-shadow: var(--glow-primary), var(--shadow);
}

/* ------------------------------------------
   Dark Mode � Internal pages audit
   ------------------------------------------ */
[data-theme="neon"] .contact-hero-panel,
[data-theme="neon"] .contact-quick-link,
[data-theme="neon"] .contact-map-wrap,
[data-theme="neon"] .contact-map-header,
[data-theme="neon"] .contact-hours,
[data-theme="neon"] .result-note {
  border-color: var(--line);
  background: rgba(48, 48, 46, 0.82);
  box-shadow: var(--shadow);
}

[data-theme="neon"] .contact-hero-panel {
  background: var(--surface);
  backdrop-filter: none;
}

[data-theme="neon"] .contact-quick-link {
  border: 1px solid var(--line);
  background: rgba(48, 48, 46, 0.78);
}

[data-theme="neon"] .contact-quick-link:hover {
  border-color: rgba(217, 119, 87, 0.35);
  background: var(--surface-soft);
}

[data-theme="neon"] .contact-hero-hours {
  border-top-color: var(--line);
}

[data-theme="neon"] .contact-map-header {
  border: 1px solid var(--line);
  background: var(--surface-soft);
}

[data-theme="neon"] .contact-map-preview__cta {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--shadow);
}

[data-theme="neon"] .contact-map-preview:hover .contact-map-preview__cta {
  border-color: var(--line);
  color: var(--primary);
}

[data-theme="neon"] .contact-card__icon,
[data-theme="neon"] .contact-channel-icon {
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .result-note {
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .post-image,
[data-theme="neon"] .article-cover {
  background: var(--surface-soft);
}

[data-theme="neon"] .category-box a:not(:hover):not(.active) {
  border: 1px solid var(--line);
  background: rgba(48, 48, 46, 0.72);
  color: var(--muted);
}

[data-theme="neon"] .section-heading p,
[data-theme="neon"] .about-identity-copy > p:not(.eyebrow),
[data-theme="neon"] .contact-hero-lead,
[data-theme="neon"] .contact-hero-hours,
[data-theme="neon"] .contact-trust-list li,
[data-theme="neon"] .contact-hero-panel__text,
[data-theme="neon"] .contact-map-header p,
[data-theme="neon"] .team-card p,
[data-theme="neon"] .article-hero-meta,
[data-theme="neon"] .thank-you-meta,
[data-theme="neon"] .thank-you-meta p {
  color: var(--muted);
}

[data-theme="neon"] .contact-hero-panel__title,
[data-theme="neon"] .contact-quick-link b,
[data-theme="neon"] .contact-map-header strong,
[data-theme="neon"] .form-grid span,
[data-theme="neon"] .filter-field label,
[data-theme="neon"] .search-box label,
[data-theme="neon"] .category-box h2,
[data-theme="neon"] .contact-page-hero h1,
[data-theme="neon"] .about-hero h1,
[data-theme="neon"] .thank-you-reference,
[data-theme="neon"] .thank-you-next strong,
[data-theme="neon"] .thank-you-meta strong {
  color: var(--text);
}

[data-theme="neon"] .contact-quick-link small,
[data-theme="neon"] .team-role {
  color: var(--primary);
}

[data-theme="neon"] .contact-trust-list li::before {
  box-shadow: var(--glow-primary);
}

[data-theme="neon"] .timeline-h-step--year {
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--primary);
}

[data-theme="neon"] .startup-block__media--logo {
  background: linear-gradient(145deg, rgba(48, 48, 46, 0.95), rgba(20, 20, 19, 0.85));
}

[data-theme="neon"] .field-invalid input,
[data-theme="neon"] .field-invalid select,
[data-theme="neon"] .field-invalid textarea,
[data-theme="neon"] .field-control-invalid {
  background: rgba(239, 65, 70, 0.08);
}

[data-theme="neon"] .field-invalid > span:first-child,
[data-theme="neon"] .field-error {
  color: #ef4146;
}

[data-theme="neon"] .contact-office-visual figcaption,
[data-theme="neon"] .startup-achievement strong {
  color: var(--primary);
}

[data-theme="neon"] .startup-panel h2,
[data-theme="neon"] .startup-panel p,
[data-theme="neon"] .startup-steps span {
  color: var(--text);
}

/* ------------------------------------------
   Claude Dark � final overrides
   ------------------------------------------ */
[data-theme="neon"] .form-panel,
[data-theme="neon"] .detail-card,
[data-theme="neon"] .content-card,
[data-theme="neon"] .article-main,
[data-theme="neon"] .contact-hero-panel,
[data-theme="neon"] .contact-quick-link,
[data-theme="neon"] .contact-map-wrap,
[data-theme="neon"] .contact-map-header,
[data-theme="neon"] .contact-hours,
[data-theme="neon"] .result-note,
[data-theme="neon"] .about-jump-nav,
[data-theme="neon"] .about-jump-nav a,
[data-theme="neon"] .about-hero-jump-links a,
[data-theme="neon"] .pagination-page,
[data-theme="neon"] .pagination-arrow,
[data-theme="neon"] .badge-list span,
[data-theme="neon"] .startup-status,
[data-theme="neon"] .startup-block__index,
[data-theme="neon"] .client-logo-initials,
[data-theme="neon"] .value-card-icon,
[data-theme="neon"] .contact-card__icon,
[data-theme="neon"] .contact-channel-icon,
[data-theme="neon"] .contact-map-preview__cta,
[data-theme="neon"] .category-box a,
[data-theme="neon"] .card-visual,
[data-theme="neon"] .team-photo,
[data-theme="neon"] .card-visual--photo,
[data-theme="neon"] .detail-image,
[data-theme="neon"] .startup-block__media--logo,
[data-theme="neon"] .about-hero-visual:not(.about-hero-visual--photo) {
  border-color: transparent;
  background: var(--surface);
  backdrop-filter: none;
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .products-table th,
[data-theme="neon"] .products-table tbody tr:hover,
[data-theme="neon"] .contact-quick-link:hover,
[data-theme="neon"] .about-jump-nav a:hover,
[data-theme="neon"] .about-hero-jump-links a:hover,
[data-theme="neon"] .category-box a:hover,
[data-theme="neon"] .category-box a.active,
[data-theme="neon"] .pagination-page:hover,
[data-theme="neon"] .pagination-arrow:hover:not(.is-disabled),
[data-theme="neon"] .pagination-page.is-active,
[data-theme="neon"] .contact-map-preview:hover .contact-map-preview__cta,
[data-theme="neon"] .table-card:hover,
[data-theme="neon"] .project-card:hover,
[data-theme="neon"] .about-gallery-item:hover,
[data-theme="neon"] .value-card:hover,
[data-theme="neon"] .expertise-card:hover {
  border-color: transparent;
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .table-toolbar,
[data-theme="neon"] .table-summary,
[data-theme="neon"] .products-table th,
[data-theme="neon"] .products-table td,
[data-theme="neon"] .detail-list div,
[data-theme="neon"] .registry-card-grid div,
[data-theme="neon"] .about-hero-facts div,
[data-theme="neon"] .sla-meta div,
[data-theme="neon"] .page-hero-toolbar,
[data-theme="neon"] .contact-hero-hours,
[data-theme="neon"] .about-jump-nav {
  border-color: var(--line);
}

[data-theme="neon"] .products-table code,
[data-theme="neon"] .startup-status--growing,
[data-theme="neon"] .startup-status--pilot,
[data-theme="neon"] .startup-status--incubating,
[data-theme="neon"] .timeline-h-step--year,
[data-theme="neon"] .result-note,
[data-theme="neon"] .contact-map-header,
[data-theme="neon"] .form-alert {
  border-color: transparent;
  background: var(--surface-soft);
  color: var(--text);
  box-shadow: var(--neo-raised);
}

[data-theme="neon"] .startup-status--pilot {
  color: var(--muted);
}

[data-theme="neon"] .startup-status--incubating {
  color: var(--accent);
}

[data-theme="neon"] .products-table td,
[data-theme="neon"] .testimonial-card blockquote {
  color: var(--muted);
}

[data-theme="neon"] .blog-search-form input,
[data-theme="neon"] .search-box input,
[data-theme="neon"] .table-search-form input,
[data-theme="neon"] .table-search-form select {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  box-shadow: none;
}

[data-theme="neon"] .post-image,
[data-theme="neon"] .article-cover,
[data-theme="neon"] .project-card .post-image {
  background: var(--surface-soft);
}

[data-theme="neon"] .page-hero-visual--card img,
[data-theme="neon"] .about-gallery-item img,
[data-theme="neon"] .about-identity-photo img,
[data-theme="neon"] .startup-block__media img,
[data-theme="neon"] .article-cover img,
[data-theme="neon"] .post-image img,
[data-theme="neon"] .card-visual img,
[data-theme="neon"] .contact-office-visual img {
  filter: none;
}

[data-theme="neon"] .contact-trust-list li::before {
  box-shadow: none;
}

[data-theme="neon"] .field-invalid input,
[data-theme="neon"] .field-invalid select,
[data-theme="neon"] .field-invalid textarea,
[data-theme="neon"] .field-control-invalid {
  background: rgba(239, 65, 70, 0.08) !important;
}

[data-theme="neon"] .field-invalid > span:first-child,
[data-theme="neon"] .field-error {
  color: #ef4146;
}


/* ------------------------------------------
   Claude Dark � CMS & Auth layouts
   ------------------------------------------ */
[data-theme="neon"] .cms-body {
  color-scheme: dark;
  --cms-bg: #141413;
  --cms-surface: #30302e;
  --cms-surface-raised: #3d3d3a;
  --cms-surface-hover: #4d4c48;
  --cms-border: rgba(61, 61, 58, 0.85);
  --cms-border-strong: rgba(255, 255, 255, 0.14);
  --cms-text: #ececec;
  --cms-muted: #b0aea5;
  --cms-accent: #d97757;
  --cms-accent-dark: #c96442;
  --cms-accent-dim: rgba(217, 119, 87, 0.12);
  --cms-accent-glow: rgba(217, 119, 87, 0.18);
  --cms-shadow: none;
  background: var(--cms-bg);
}

[data-theme="neon"] .cms-sidebar {
  background: #1a1918;
  border-left-color: var(--cms-border);
  backdrop-filter: none;
}

[data-theme="neon"] .cms-topbar {
  background: rgba(20, 20, 19, 0.92);
  border-bottom-color: var(--cms-border);
  backdrop-filter: blur(12px);
}

[data-theme="neon"] .cms-nav a {
  color: var(--cms-muted);
}

[data-theme="neon"] .cms-nav a:hover {
  color: var(--cms-text);
}

[data-theme="neon"] .cms-nav a.active {
  color: var(--cms-text);
  border-color: var(--cms-border-strong);
}

[data-theme="neon"] .cms-card,
[data-theme="neon"] .cms-table-card,
[data-theme="neon"] .cms-upload,
[data-theme="neon"] .notification-pill,
[data-theme="neon"] .cms-inline-form select,
[data-theme="neon"] .cms-inline-form input,
[data-theme="neon"] .confirm-dialog-body {
  background: var(--cms-surface);
  border-color: var(--cms-border);
  box-shadow: none;
}

[data-theme="neon"] .cms-page-hero {
  background: var(--cms-surface);
  border-color: var(--cms-border);
  box-shadow: none;
  color: var(--cms-text);
}

[data-theme="neon"] .cms-page-hero::before,
[data-theme="neon"] .cms-page-hero::after {
  display: none;
}

[data-theme="neon"] .cms-page-hero-copy h1,
[data-theme="neon"] .cms-page-hero-copy p,
[data-theme="neon"] .cms-page-hero .eyebrow {
  color: var(--cms-text);
}

[data-theme="neon"] .cms-page-hero-copy p {
  color: var(--cms-muted);
}

[data-theme="neon"] .cms-page-hero .eyebrow {
  border-color: var(--cms-border);
  background: var(--cms-surface-raised);
}

[data-theme="neon"] .profile-avatar {
  border-color: var(--cms-border);
  background: var(--cms-surface-raised);
  color: var(--cms-accent);
}

[data-theme="neon"] .cms-body .form-grid input,
[data-theme="neon"] .cms-body .form-grid select,
[data-theme="neon"] .cms-body .form-grid textarea {
  border: 1px solid var(--cms-border);
  background: var(--cms-surface);
  color: var(--cms-text);
}

[data-theme="neon"] .cms-body .btn-ghost,
[data-theme="neon"] .cms-body .btn-light {
  border-color: var(--cms-border);
  background: transparent;
  color: var(--cms-text);
}

[data-theme="neon"] .cms-body code {
  background: var(--cms-surface-raised);
  border-color: var(--cms-border);
  color: var(--cms-text);
}

[data-theme="neon"] .auth-body {
  color-scheme: dark;
  background: #141413;
}

[data-theme="neon"] .auth-panel {
  border-color: #3d3d3a;
  background: #30302e;
  box-shadow: none;
}

[data-theme="neon"] .auth-body .form-grid input,
[data-theme="neon"] .auth-body .form-grid select,
[data-theme="neon"] .auth-body .form-grid textarea,
[data-theme="neon"] .auth-body .auth-form label input,
[data-theme="neon"] .auth-body .auth-form label select,
[data-theme="neon"] .auth-body .auth-form label textarea {
  border: 1px solid #3d3d3a;
  background: #3d3d3a;
  color: #ececec;
}

[data-theme="neon"] .auth-body .form-grid input:focus,
[data-theme="neon"] .auth-body .form-grid select:focus,
[data-theme="neon"] .auth-body .form-grid textarea:focus,
[data-theme="neon"] .auth-body .auth-form label input:focus,
[data-theme="neon"] .auth-body .auth-form label select:focus,
[data-theme="neon"] .auth-body .auth-form label textarea:focus {
  border-color: rgba(217, 119, 87, 0.45);
  box-shadow: 0 0 0 2px rgba(217, 119, 87, 0.15);
}

[data-theme="neon"] .auth-body .alert-success {
  background: rgba(217, 119, 87, 0.12);
  color: #d97757;
  border-color: transparent;
}

[data-theme="neon"] .auth-body .alert-error {
  background: rgba(239, 65, 70, 0.12);
  color: #ef4146;
  border-color: transparent;
}

[data-theme="neon"] .auth-footer a {
  color: #d97757;
}

[data-theme="neon"] .cms-topbar-actions .theme-toggle {
  border: 1px solid var(--cms-border);
  background: var(--cms-surface);
  color: var(--cms-text);
  box-shadow: none;
}

[data-theme="neon"] .auth-panel .theme-toggle {
  justify-self: center;
  border: 1px solid #3d3d3a;
  background: #3d3d3a;
  color: #ececec;
  box-shadow: none;
}

.auth-panel__toolbar {
  display: flex;
  justify-content: flex-end;
}

[data-theme="neon"] .cms-body .cms-table td,
[data-theme="neon"] .cms-body .cms-table th {
  border-color: var(--cms-border);
  color: var(--cms-text);
}

[data-theme="neon"] .cms-body .cms-table th {
  background: var(--cms-surface-raised);
  color: var(--cms-muted);
}

[data-theme="neon"] .cms-body .cms-table tbody tr:hover {
  background: var(--cms-surface-hover);
}

[data-theme="neon"] .cms-shell.is-open .cms-sidebar-backdrop {
  background: rgba(0, 0, 0, 0.55);
}

/* ------------------------------------------
   Claude Dark � enforced (highest priority)
   ------------------------------------------ */
html[data-theme="neon"] {
  color-scheme: dark;
  --bg: #141413;
  --surface: #30302e;
  --surface-soft: #3d3d3a;
  --surface-sunken: #1a1918;
  --surface-glass: #30302e;
  --primary: #d97757;
  --primary-dark: #c96442;
  --secondary: #1a1918;
  --text: #ececec;
  --muted: #b0aea5;
  --line: #3d3d3a;
  --glass: rgba(48, 48, 46, 0.82);
}

html[data-theme="neon"] body {
  background: #141413 !important;
  background-image: none !important;
  color: #ececec !important;
}

html[data-theme="neon"] .hero {
  background: #141413 !important;
  background-image: none !important;
  color: #ececec !important;
}

html[data-theme="neon"] .page-hero,
html[data-theme="neon"] .page-hero--minimal,
html[data-theme="neon"] .page-hero--rich {
  --page-hero-grid: rgba(236, 236, 236, 0.045);
  --page-hero-glow-a: rgba(217, 119, 87, 0.12);
  --page-hero-glow-b: rgba(94, 234, 212, 0.07);
  --page-hero-base-top: #1c1b1a;
  --page-hero-base-mid: #161514;
  --page-hero-base-bottom: #11100f;
  --page-hero-edge: #3d3d3a;
  color: #ececec !important;
  border-bottom-color: #3d3d3a !important;
  background:
    radial-gradient(ellipse 72% 48% at 88% 8%, var(--page-hero-glow-a), transparent 58%),
    radial-gradient(ellipse 62% 46% at 8% 92%, var(--page-hero-glow-b), transparent 55%),
    linear-gradient(165deg, var(--page-hero-base-top) 0%, var(--page-hero-base-mid) 46%, var(--page-hero-base-bottom) 100%) !important;
}

html[data-theme="neon"] .site-header {
  background: rgba(20, 20, 19, 0.92) !important;
  border-bottom-color: #3d3d3a !important;
  box-shadow: none !important;
  color: #ececec !important;
}

html[data-theme="neon"] .site-footer {
  background: #1a1918 !important;
  background-image: none !important;
}

html[data-theme="neon"] .section-muted {
  background: #1a1918 !important;
  background-image: none !important;
}

html[data-theme="neon"] .card,
html[data-theme="neon"] .post-card,
html[data-theme="neon"] .seo-card,
html[data-theme="neon"] .content-card,
html[data-theme="neon"] .form-panel,
html[data-theme="neon"] .detail-card,
html[data-theme="neon"] .trust-grid article,
html[data-theme="neon"] .feature-grid article,
html[data-theme="neon"] .service-list article,
html[data-theme="neon"] .faq-item,
html[data-theme="neon"] .contact-channel,
html[data-theme="neon"] .hero-card,
html[data-theme="neon"] .cta-box,
html[data-theme="neon"] .startup-panel {
  background: #30302e !important;
  background-image: none !important;
  border-color: #3d3d3a !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

html[data-theme="neon"] .btn:not(.btn-ghost):not(.btn-light) {
  background: #d97757 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
}

html[data-theme="neon"] .btn:not(.btn-ghost):not(.btn-light):hover {
  background: #c96442 !important;
}

html[data-theme="neon"] input,
html[data-theme="neon"] textarea,
html[data-theme="neon"] select,
html[data-theme="neon"] .blog-search-form input,
html[data-theme="neon"] .search-box input {
  background: #30302e !important;
  background-image: none !important;
  border: 1px solid #3d3d3a !important;
  color: #ececec !important;
  box-shadow: none !important;
}

html[data-theme="neon"] h1,
html[data-theme="neon"] h2,
html[data-theme="neon"] h3,
html[data-theme="neon"] h4,
html[data-theme="neon"] .brand strong {
  color: #ececec !important;
}

html[data-theme="neon"] p,
html[data-theme="neon"] .muted,
html[data-theme="neon"] .hero-text,
html[data-theme="neon"] .post-meta {
  color: #b0aea5 !important;
}

html[data-theme="neon"] a.text-link,
html[data-theme="neon"] .breadcrumb a {
  color: #d97757 !important;
}

html[data-theme="neon"] .nav-links,
html[data-theme="neon"] .nav-item__link,
html[data-theme="neon"] .nav-item__toggle--mobile {
  color: #ececec !important;
}

html[data-theme="neon"] .nav-menu-label {
  color: #ececec !important;
}

html[data-theme="neon"] .nav-menu-panel {
  color: #ececec !important;
}

html[data-theme="neon"] .brand small {
  color: #b0aea5 !important;
}

/* ------------------------------------------
   Cursor moon / orbiting asteroid
   ------------------------------------------ */
@keyframes cursor-moon-orbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes cursor-moon-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.cursor-moon {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 0;
  height: 0;
  pointer-events: none;
  will-change: transform;
}

.cursor-moon__orbit {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  animation: cursor-moon-orbit 2.8s linear infinite;
}

.cursor-moon__body {
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #fff7d6 0 18%, transparent 19%),
    radial-gradient(circle at 68% 62%, #e08940 0 14%, transparent 15%),
    radial-gradient(circle at 45% 72%, #c96e2a 0 10%, transparent 11%),
    radial-gradient(circle at 38% 36%, #ffe9a0 0%, #ffd060 32%, #ffb24a 58%, #f08a3a 100%);
  box-shadow:
    inset -2px -2px 3px rgba(160, 80, 20, 0.35),
    inset 1.5px 1.5px 2px rgba(255, 250, 220, 0.65),
    0 0 0 1px rgba(255, 190, 80, 0.35),
    0 0 10px rgba(255, 200, 80, 0.5),
    0 0 18px rgba(255, 170, 60, 0.28);
  animation: cursor-moon-spin 2.8s linear infinite;
}

[data-theme="neon"] .cursor-moon__body {
  background:
    radial-gradient(circle at 32% 28%, #fff8dc 0 18%, transparent 19%),
    radial-gradient(circle at 68% 62%, #d47a30 0 14%, transparent 15%),
    radial-gradient(circle at 45% 72%, #b45e20 0 10%, transparent 11%),
    radial-gradient(circle at 38% 36%, #ffeab0 0%, #ffd070 35%, #ffb040 62%, #e87830 100%);
  box-shadow:
    inset -2px -2px 3px rgba(80, 35, 8, 0.5),
    inset 1.5px 1.5px 2px rgba(255, 248, 210, 0.4),
    0 0 0 1px rgba(255, 200, 90, 0.4),
    0 0 12px rgba(255, 200, 90, 0.55),
    0 0 24px rgba(255, 170, 50, 0.35);
}

@media (max-width: 1040px), (pointer: coarse) {
  .cursor-moon {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cursor-moon {
    display: none !important;
  }
}
