:root {
  --orange: #F5922A;
  --orange-rgb: 245, 146, 42;
  --orange-bright: #F6A54D;
  --navy: #2B2D7B;
  --navy-rgb: 43, 45, 123;
  --navy-bright: #3D40A0;
  --bg: #0F0A1E;
  --bg-rgb: 15, 10, 30;
  --white: #FFFFFF;
  --white-rgb: 255, 255, 255;
  --text-primary: #FFFFFF;
  --text-secondary: #9ca3af;
  --text-muted: #6b7280;
  --text-inverse: #0A1628;
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-pill: 9999px;
  --surface-blur: 12px;
  --surface-bg: rgba(var(--bg-rgb), 0.5);
  --border-opacity: 0.1;
  --border-color: rgba(var(--white-rgb), var(--border-opacity));
  --shadow-glow: 0 4px 20px rgba(var(--tertiary-rgb), 0.25);
  --shadow-glow-hover: 0 6px 28px rgba(var(--tertiary-rgb), 0.35);
}

:root {
  --tertiary: #D4A017;
  --tertiary-rgb: 212, 160, 23;
  --tertiary-bright: #E8B93A;
}

[data-color-scheme=ember] {
  --tertiary: #D4A017;
  --tertiary-rgb: 212, 160, 23;
  --tertiary-bright: #E8B93A;
  --bg: #0F0A1E;
  --bg-rgb: 15, 10, 30;
}

[data-color-scheme=arctic] {
  --tertiary: #197DE6;
  --tertiary-rgb: 25, 125, 230;
  --tertiary-bright: #3D96F0;
  --bg: #060E1F;
  --bg-rgb: 6, 14, 31;
}

[data-color-scheme=verdant] {
  --tertiary: #19B86E;
  --tertiary-rgb: 25, 184, 110;
  --tertiary-bright: #3DD088;
  --bg: #061A10;
  --bg-rgb: 6, 26, 16;
}

[data-color-scheme=amethyst] {
  --tertiary: #8E23EC;
  --tertiary-rgb: 142, 35, 236;
  --tertiary-bright: #A74DF0;
  --bg: #0D0620;
  --bg-rgb: 13, 6, 32;
}

[data-color-scheme=slate] {
  --tertiary: #64748B;
  --tertiary-rgb: 100, 116, 139;
  --tertiary-bright: #8596AE;
  --bg: #0B0E14;
  --bg-rgb: 11, 14, 20;
}

[data-color-scheme=tidal] {
  --tertiary: #60959f;
  --tertiary-rgb: 96, 149, 159;
  --tertiary-bright: #80aab3;
  --bg: #090a1a;
  --bg-rgb: 9, 10, 26;
}

[data-color-scheme=lagoon] {
  --tertiary: #4db39c;
  --tertiary-rgb: 77, 179, 156;
  --tertiary-bright: #70c2b0;
  --bg: #0e1515;
  --bg-rgb: 14, 21, 21;
}

[data-mode=light] {
  --bg: #FFF7ED;
  --bg-rgb: 255, 247, 237;
}

[data-color-scheme=ember][data-mode=light] {
  --bg: #FFF7ED;
  --bg-rgb: 255, 247, 237;
}

[data-color-scheme=arctic][data-mode=light] {
  --bg: #EFF6FF;
  --bg-rgb: 239, 246, 255;
}

[data-color-scheme=verdant][data-mode=light] {
  --bg: #F0FDF4;
  --bg-rgb: 240, 253, 244;
}

[data-color-scheme=amethyst][data-mode=light] {
  --bg: #FAF5FF;
  --bg-rgb: 250, 245, 255;
}

[data-color-scheme=slate][data-mode=light] {
  --bg: #F1F5F9;
  --bg-rgb: 241, 245, 249;
}

[data-color-scheme=tidal][data-mode=light] {
  --bg: #e5fff6;
  --bg-rgb: 229, 255, 246;
}

[data-color-scheme=lagoon][data-mode=light] {
  --bg: #edf7f5;
  --bg-rgb: 237, 247, 245;
}

[data-style=flat] {
  --white: #FAFAF9;
  --white-rgb: 250, 250, 249;
  --text-primary: #FAFAF9;
  --text-secondary: #A8A29E;
  --text-muted: #78716C;
  --surface-blur: 0px;
  --surface-bg: #292524;
  --border-opacity: 1;
  --border-color: #44403C;
  --radius-sm: 0.125rem;
  --radius-md: 0.25rem;
  --radius-lg: 0.375rem;
  --radius-pill: 0.375rem;
  --shadow-glow: none;
  --shadow-glow-hover: none;
  background: #1C1917;
}
[data-style=flat] .sidenav {
  background: #1C1917;
  border-right: 1px solid #44403C;
  box-shadow: inset -2px 0 0 var(--tertiary);
}
[data-style=flat] .sidenav ~ *:not(.sidenav-mobile-bar):not(.sidenav-mobile-drawer):not(.design-switcher):not(script):not(link) {
  background: #292524;
}
[data-style=flat] .site-nav ~ main,
[data-style=flat] .site-nav ~ section {
  background: #292524;
}
[data-style=flat] .bg-white\/\[0\.03\] {
  background: #44403C !important;
}
[data-style=flat] .border-white\/5 {
  border-color: #57534E !important;
}
[data-style=flat] .border-white\/10 {
  border-color: #57534E !important;
}
[data-style=flat] .sidenav__brand-name {
  color: #FAFAF9;
}
[data-style=flat] .sidenav__brand-tagline {
  color: var(--tertiary);
}
[data-style=flat] .sidenav-mobile-bar {
  background: #1C1917;
  border-bottom: 2px solid var(--tertiary);
}
[data-style=flat] .sidenav-mobile-drawer {
  background: #292524;
  border-bottom-color: #44403C;
}
[data-style=flat] h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8em;
}
[data-style=flat] .home-bg {
  opacity: 0.08;
}
[data-style=flat] .home-particles span {
  background: rgba(var(--tertiary-rgb), 0.25);
}
[data-style=flat] .home-stats__number {
  color: var(--tertiary-bright);
}
[data-style=flat] .home-stats__divider {
  background: rgba(var(--tertiary-rgb), 0.3);
}
[data-style=flat] .home-hero__points li::before {
  background: var(--tertiary);
}

[data-style=neon] {
  --bg: #0A0015;
  --bg-rgb: 10, 0, 21;
  --white: #F0EAFF;
  --white-rgb: 240, 234, 255;
  --text-primary: #F0EAFF;
  --text-secondary: #C4B5FD;
  --text-muted: #8B7EC8;
  --surface-blur: 20px;
  --surface-bg: rgba(20, 5, 40, 0.8);
  --border-opacity: 1;
  --border-color: rgba(var(--orange-rgb), 0.3);
  --shadow-glow: 0 0 20px rgba(var(--orange-rgb), 0.4), 0 0 40px rgba(var(--orange-rgb), 0.15);
  --shadow-glow-hover: 0 0 30px rgba(var(--orange-rgb), 0.6), 0 0 60px rgba(var(--orange-rgb), 0.25);
  background: #0A0015;
}
[data-style=neon] .sidenav {
  background: linear-gradient(180deg, #0A0015 0%, #120025 100%);
  border-right: 1px solid rgba(var(--orange-rgb), 0.3);
  box-shadow: 2px 0 20px rgba(var(--orange-rgb), 0.08);
}
[data-style=neon] .sidenav ~ *:not(.sidenav-mobile-bar):not(.sidenav-mobile-drawer):not(.design-switcher):not(script):not(link) {
  background: linear-gradient(135deg, #0A0015 0%, #10002B 50%, #0A0015 100%);
}
[data-style=neon] .bg-white\/\[0\.03\] {
  background: rgba(109, 40, 217, 0.08) !important;
  border-color: rgba(var(--orange-rgb), 0.2) !important;
  box-shadow: 0 0 15px rgba(var(--orange-rgb), 0.05), inset 0 1px 0 rgba(var(--orange-rgb), 0.1);
}
[data-style=neon] .border-white\/5 {
  border-color: rgba(var(--orange-rgb), 0.2) !important;
}
[data-style=neon] .border-white\/10 {
  border-color: rgba(var(--orange-rgb), 0.25) !important;
}
[data-style=neon] .text-gradient {
  background: linear-gradient(135deg, #FB923C, #EC4899) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
[data-style=neon] .sidenav__brand-name {
  color: #F0EAFF;
}
[data-style=neon] .sidenav__brand-tagline {
  color: #8B7EC8;
}
[data-style=neon] .sidenav-mobile-bar {
  background: rgba(10, 0, 21, 0.95);
  border-bottom-color: rgba(var(--orange-rgb), 0.2);
}
[data-style=neon] .sidenav-mobile-drawer {
  background: rgba(10, 0, 21, 0.97);
  border-bottom-color: rgba(var(--orange-rgb), 0.15);
}
[data-style=neon] .home-bg {
  opacity: 0.1;
}
[data-style=neon] .home-particles span {
  background: rgba(139, 92, 246, 0.4);
}
[data-style=neon] .home-particles span:nth-child(even) {
  background: rgba(var(--orange-rgb), 0.3);
}
[data-style=neon] .home-bg-overlay {
  background: radial-gradient(ellipse at 30% 40%, rgba(109, 40, 217, 0.15) 0%, transparent 60%), radial-gradient(ellipse at 70% 60%, rgba(var(--orange-rgb), 0.08) 0%, transparent 50%), linear-gradient(to bottom, #0A0015, rgba(10, 0, 21, 0.88) 50%, #0A0015);
}
[data-style=neon] .home-stats {
  background: linear-gradient(to top, rgba(10, 0, 21, 0.95) 0%, rgba(10, 0, 21, 0.7) 60%, transparent 100%);
}
[data-style=neon] .home-hero__cta--primary {
  box-shadow: 0 0 20px rgba(var(--orange-rgb), 0.4), 0 0 40px rgba(109, 40, 217, 0.2);
}
[data-style=neon] .home-hero__cta--primary:hover {
  box-shadow: 0 0 30px rgba(var(--orange-rgb), 0.6), 0 0 60px rgba(109, 40, 217, 0.3);
}
[data-style=neon] .home-hero__cta--ghost {
  border-color: rgba(139, 92, 246, 0.3);
  color: #C4B5FD;
}
[data-style=neon] .home-hero__cta--ghost:hover {
  border-color: rgba(var(--orange-rgb), 0.5);
  color: #F0EAFF;
  background: rgba(109, 40, 217, 0.1);
}
[data-style=neon] .design-switcher__toggle {
  border-color: rgba(var(--orange-rgb), 0.2);
  box-shadow: 0 0 10px rgba(var(--orange-rgb), 0.1);
}
[data-style=neon] .design-switcher__panel {
  background: rgba(10, 0, 21, 0.97);
  border-color: rgba(var(--orange-rgb), 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(var(--orange-rgb), 0.08);
}

[data-style=soft] {
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-pill: 9999px;
  --surface-blur: 20px;
  --surface-bg: rgba(var(--bg-rgb), 0.6);
  --border-opacity: 0.06;
  --border-color: rgba(var(--white-rgb), 0.06);
  --shadow-glow: 0 2px 12px rgba(0, 0, 0, 0.15);
  --shadow-glow-hover: 0 8px 24px rgba(0, 0, 0, 0.25);
}

[data-style=sharp] {
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --radius-pill: 0;
  --surface-blur: 0px;
  --surface-bg: var(--bg);
  --border-opacity: 0.3;
  --border-color: rgba(var(--white-rgb), 0.3);
  --shadow-glow: none;
  --shadow-glow-hover: none;
}

[data-style=neon] .sidenav__link {
  transition: all 0.2s ease;
  position: relative;
}
[data-style=neon] .sidenav__link:hover {
  color: #F0EAFF;
  text-shadow: 0 0 10px rgba(var(--orange-rgb), 0.5);
  background: rgba(109, 40, 217, 0.12);
}
[data-style=neon] .sidenav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), #8B5CF6);
  box-shadow: 0 0 8px var(--orange), 0 0 16px rgba(109, 40, 217, 0.4);
  transition: width 0.3s ease;
}
[data-style=neon] .sidenav__link:hover::after {
  width: 100%;
}
[data-style=neon] .sidenav__link--active {
  color: var(--orange);
  text-shadow: 0 0 12px rgba(var(--orange-rgb), 0.5);
  background: rgba(var(--orange-rgb), 0.08);
  border-left: 2px solid var(--orange);
  box-shadow: inset 4px 0 16px rgba(var(--orange-rgb), 0.15);
}
[data-style=neon] .sidenav__cta {
  box-shadow: 0 0 15px rgba(var(--orange-rgb), 0.3), 0 0 30px rgba(109, 40, 217, 0.15);
}
[data-style=neon] .sidenav__cta:hover {
  box-shadow: 0 0 25px rgba(var(--orange-rgb), 0.5), 0 0 50px rgba(109, 40, 217, 0.25);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
[data-style=neon] .site-nav__link:hover {
  text-shadow: 0 0 10px rgba(var(--orange-rgb), 0.5);
}
[data-style=neon] .rounded-xl {
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
[data-style=neon] .rounded-xl:hover {
  box-shadow: 0 0 24px rgba(var(--orange-rgb), 0.12), 0 0 8px rgba(109, 40, 217, 0.15);
  border-color: rgba(var(--orange-rgb), 0.3) !important;
}

[data-style=soft] .sidenav__link {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-style=soft] .sidenav__link:hover {
  transform: translateX(4px);
  background: rgba(var(--white-rgb), 0.06);
}
[data-style=soft] .sidenav__cta {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-style=soft] .sidenav__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--orange-rgb), 0.3);
}
[data-style=soft] .home-hero__cta {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-style=soft] .home-hero__cta--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(var(--orange-rgb), 0.35);
}
[data-style=soft] .home-hero__cta--ghost:hover {
  transform: translateY(-2px);
}
[data-style=soft] .site-nav__link {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-style=soft] .site-nav__link:hover {
  transform: translateY(-1px);
}
[data-style=soft] .sidenav {
  border-radius: 0 1rem 1rem 0;
}

[data-style=sharp] .sidenav ~ *:not(.sidenav-mobile-bar):not(.sidenav-mobile-drawer):not(.design-switcher):not(script):not(link) {
  background: #1E293B;
}
[data-style=sharp] .site-nav ~ main,
[data-style=sharp] .site-nav ~ section {
  background: #1E293B;
}
[data-style=sharp] .bg-white\/\[0\.03\] {
  background: rgba(255, 255, 255, 0.06) !important;
}
[data-style=sharp] .border-white\/5 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
[data-style=sharp] .sidenav__link {
  border-left-width: 3px;
  transition: all 0.15s ease;
}
[data-style=sharp] .sidenav__link:hover {
  border-left-color: var(--orange);
  padding-left: 1rem;
  background: rgba(var(--white-rgb), 0.06);
}
[data-style=sharp] .sidenav__link--active {
  border-left-width: 3px;
  border-left-color: var(--orange);
}
[data-style=sharp] .sidenav__cta {
  border: 2px solid var(--orange);
  background: transparent;
  color: var(--orange);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.7rem;
}
[data-style=sharp] .sidenav__cta:hover {
  background: var(--orange);
  color: var(--white);
}
[data-style=sharp] .home-hero__cta--primary {
  border: 2px solid var(--orange);
}
[data-style=sharp] .home-hero__cta--primary:hover {
  background: var(--orange-bright);
}
[data-style=sharp] .home-hero__cta--ghost {
  border-width: 2px;
}
[data-style=sharp] .home-hero__cta--ghost:hover {
  border-color: var(--orange);
  color: var(--orange);
}
[data-style=sharp] .sidenav {
  border-right-width: 2px;
  border-right-color: rgba(var(--white-rgb), 0.2);
}
[data-style=sharp] .site-nav__link {
  position: relative;
}
[data-style=sharp] .site-nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: all 0.2s ease;
  transform: translateX(-50%);
}
[data-style=sharp] .site-nav__link:hover::after {
  width: 80%;
}

[data-style=flat] .sidenav__link {
  transition: all 0.08s ease;
  border-bottom: 1px solid #44403C;
}
[data-style=flat] .sidenav__link:hover {
  background: #44403C;
  color: var(--text-primary);
}
[data-style=flat] .sidenav__link--active {
  background: rgba(var(--tertiary-rgb), 0.15);
  color: var(--tertiary-bright);
  border-left: 3px solid var(--tertiary);
}
[data-style=flat] .sidenav__cta {
  transition: background 0.08s ease;
  border-radius: 0.25rem;
}
[data-style=flat] .sidenav__contact {
  border-color: #57534E;
  color: var(--text-secondary);
}
[data-style=flat] .sidenav__contact:hover {
  color: var(--tertiary-bright);
  border-color: var(--tertiary);
}
[data-style=flat] .home-hero__cta {
  transition: all 0.08s ease;
}
[data-style=flat] .home-hero__cta--primary:hover {
  transform: none;
}
[data-style=flat] .home-hero__cta--ghost {
  border-color: rgba(var(--tertiary-rgb), 0.3);
  color: var(--text-secondary);
}
[data-style=flat] .home-hero__cta--ghost:hover {
  color: var(--tertiary-bright);
  border-color: var(--tertiary);
  background: rgba(var(--tertiary-rgb), 0.1);
}

[data-mode=light] {
  --white: #1E293B;
  --white-rgb: 30, 41, 59;
  --text-primary: #1E293B;
  --text-secondary: #475569;
  --text-muted: #64748B;
  --text-inverse: #FFFFFF;
  --surface-blur: 12px;
  --surface-bg: rgba(255, 255, 255, 0.8);
  --border-opacity: 0.12;
  --border-color: rgba(0, 0, 0, 0.1);
  --shadow-glow: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-glow-hover: 0 4px 12px rgba(0, 0, 0, 0.12);
  background: var(--bg);
  color: var(--text-primary);
}
[data-mode=light] .sidenav {
  background: rgba(255, 255, 255, 0.95);
  border-right-color: rgba(0, 0, 0, 0.08);
}
[data-mode=light] .sidenav__brand-name {
  color: var(--text-primary);
}
[data-mode=light] .sidenav__brand-tagline {
  color: var(--text-muted);
}
[data-mode=light] .sidenav__link {
  color: var(--text-secondary);
}
[data-mode=light] .sidenav__link:hover {
  color: var(--text-primary);
  background: rgba(0, 0, 0, 0.04);
  border-left-color: rgba(0, 0, 0, 0.15);
}
[data-mode=light] .sidenav__link--active {
  color: var(--orange);
  background: rgba(var(--orange-rgb), 0.08);
}
[data-mode=light] .sidenav__footer {
  border-top-color: rgba(0, 0, 0, 0.08);
}
[data-mode=light] .sidenav__cta {
  color: var(--text-inverse);
}
[data-mode=light] .sidenav__contact {
  color: var(--text-secondary);
  border-color: rgba(0, 0, 0, 0.12);
}
[data-mode=light] .sidenav__contact:hover {
  color: var(--orange);
  border-color: var(--orange);
}
[data-mode=light] .sidenav-mobile-bar {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
[data-mode=light] .sidenav-mobile-bar__name {
  color: var(--text-primary);
}
[data-mode=light] .sidenav-mobile-bar__btn {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--text-secondary);
}
[data-mode=light] .sidenav-mobile-bar__btn:hover {
  color: var(--text-primary);
}
[data-mode=light] .sidenav-mobile-drawer {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
[data-mode=light] .sidenav-mobile-drawer__link {
  color: var(--text-secondary);
}
[data-mode=light] .sidenav-mobile-drawer__link:hover {
  color: var(--text-primary);
  background: rgba(0, 0, 0, 0.04);
}
[data-mode=light] .sidenav-mobile-drawer__link--active {
  color: var(--orange);
  background: rgba(var(--orange-rgb), 0.06);
}
[data-mode=light] .sidenav-mobile-drawer__cta {
  color: var(--orange);
}
[data-mode=light] .site-nav--default,
[data-mode=light] .site-nav--v1,
[data-mode=light] .site-nav--v2,
[data-mode=light] .site-nav--v3,
[data-mode=light] .site-nav--v5 {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
[data-mode=light] .site-nav__logo-text {
  color: var(--text-secondary);
}
[data-mode=light] .site-nav__link {
  color: var(--text-secondary);
}
[data-mode=light] .site-nav__link:hover {
  color: var(--text-primary);
}
[data-mode=light] .site-nav__link--active {
  color: var(--orange);
}
[data-mode=light] .site-nav__cta {
  color: var(--text-inverse);
}
[data-mode=light] .site-nav--v2 .site-nav__cta {
  background: var(--text-primary);
  color: var(--bg);
}
[data-mode=light] .site-nav--v2 .site-nav__cta:hover {
  background: #334155;
}
[data-mode=light] .site-nav--v3 .site-nav__link {
  color: var(--text-muted);
}
[data-mode=light] .site-nav--v3 .site-nav__link:hover {
  color: var(--text-primary);
}
[data-mode=light] .site-nav--v3 .site-nav__cta {
  color: var(--orange);
}
[data-mode=light] .site-nav__mobile {
  background: rgba(255, 255, 255, 0.97);
  border-top-color: rgba(0, 0, 0, 0.06);
}
[data-mode=light] .site-nav__mobile-link {
  color: var(--text-secondary);
}
[data-mode=light] .site-nav__mobile-link:hover {
  color: var(--text-primary);
  background: rgba(0, 0, 0, 0.04);
}
[data-mode=light] .site-nav__mobile-link--active {
  color: var(--orange);
  background: rgba(var(--orange-rgb), 0.08);
}
[data-mode=light] .site-nav__mobile-cta {
  color: var(--orange);
}
[data-mode=light] .site-nav__mobile-btn {
  color: var(--text-secondary);
}
[data-mode=light] .site-nav__mobile-btn:hover {
  color: var(--text-primary);
}
[data-mode=light] .site-nav--v2 .site-nav__link--active {
  color: var(--text-inverse);
}
[data-mode=light] .site-nav--v2 .site-nav__mobile-link--active {
  color: var(--text-inverse);
}
[data-mode=light] .site-nav--v5 .site-nav__link--active {
  color: var(--text-inverse);
}
[data-mode=light] .site-nav--v5 .site-nav__mobile-link--active {
  color: var(--text-inverse);
}
[data-mode=light] .site-nav--v5 .site-nav__links {
  background: rgba(0, 0, 0, 0.03);
}
[data-mode=light] .home-bg {
  opacity: 0.06;
}
[data-mode=light] .home-bg-overlay {
  background: radial-gradient(ellipse at 30% 40%, rgba(var(--navy-rgb), 0.06) 0%, transparent 60%), radial-gradient(ellipse at 70% 60%, rgba(var(--orange-rgb), 0.03) 0%, transparent 50%), linear-gradient(to bottom, var(--bg), rgba(var(--bg-rgb), 0.95) 50%, var(--bg));
}
[data-mode=light] .home-particles span {
  opacity: 0.6;
}
[data-mode=light] .home-hero__headline {
  color: var(--text-primary);
}
[data-mode=light] .home-hero__points li {
  color: rgba(0, 0, 0, 0.55);
}
[data-mode=light] .home-hero__points li strong {
  color: rgba(0, 0, 0, 0.8);
}
[data-mode=light] .home-hero__cta--primary {
  color: var(--text-inverse);
  box-shadow: 0 2px 8px rgba(var(--orange-rgb), 0.2);
}
[data-mode=light] .home-hero__cta--primary:hover {
  box-shadow: 0 4px 16px rgba(var(--orange-rgb), 0.3);
  transform: translateY(-1px);
}
[data-mode=light] .home-hero__cta--ghost {
  color: var(--text-secondary);
  border-color: rgba(0, 0, 0, 0.15);
}
[data-mode=light] .home-hero__cta--ghost:hover {
  color: var(--text-primary);
  border-color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.03);
}
[data-mode=light] .home-stats {
  background: linear-gradient(to top, rgba(var(--bg-rgb), 0.95) 0%, rgba(var(--bg-rgb), 0.7) 60%, transparent 100%);
}
[data-mode=light] .home-stats__number {
  color: var(--orange);
}
[data-mode=light] .home-stats__label {
  color: var(--text-muted);
}
[data-mode=light] .home-stats__divider {
  background: rgba(0, 0, 0, 0.1);
}
[data-mode=light] .logo-circle-bg {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.01) 70%, transparent 100%);
}
[data-mode=light] .logo-ring-glow {
  background: conic-gradient(from 0deg, transparent, rgba(var(--orange-rgb), 0.2), transparent, rgba(var(--navy-rgb), 0.2), transparent);
}
[data-mode=light] .design-switcher__toggle {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.12);
  color: var(--text-secondary);
}
[data-mode=light] .design-switcher__toggle:hover {
  color: var(--text-primary);
  border-color: var(--orange);
  background: #fff;
}
[data-mode=light] .design-switcher__panel {
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
[data-mode=light] .design-switcher__title {
  color: var(--text-muted);
}
[data-mode=light] .design-switcher__btn {
  color: var(--text-secondary);
}
[data-mode=light] .design-switcher__btn span {
  color: var(--text-muted);
}
[data-mode=light] .design-switcher__btn:hover {
  color: var(--text-primary);
  background: rgba(0, 0, 0, 0.04);
}
[data-mode=light] .design-switcher__btn--active span {
  color: var(--orange);
}
[data-mode=light] .design-switcher__divider {
  background: rgba(0, 0, 0, 0.08);
}
[data-mode=light] .design-switcher__swatch {
  border-color: rgba(0, 0, 0, 0.15);
}
[data-mode=light] .page-bg {
  background: radial-gradient(ellipse at 30% 50%, rgba(var(--navy-rgb), 0.06) 0%, transparent 60%), radial-gradient(ellipse at 70% 40%, rgba(var(--orange-rgb), 0.03) 0%, transparent 50%), var(--bg);
}
[data-mode=light] .spike-label {
  fill: var(--text-muted) !important;
}
[data-mode=light] h1, [data-mode=light] h2, [data-mode=light] h3, [data-mode=light] h4 {
  color: var(--text-primary);
}
[data-mode=light] p {
  color: var(--text-secondary);
}
[data-mode=light] .text-white {
  color: var(--text-primary) !important;
}
[data-mode=light] .text-gray-300 {
  color: var(--text-secondary) !important;
}
[data-mode=light] .text-gray-400 {
  color: var(--text-secondary) !important;
}
[data-mode=light] .text-gray-500 {
  color: var(--text-muted) !important;
}
[data-mode=light] .text-gray-600 {
  color: var(--text-muted) !important;
}
[data-mode=light] .bg-white\/\[0\.03\] {
  background: rgba(0, 0, 0, 0.03) !important;
}
[data-mode=light] .border-white\/10 {
  border-color: rgba(0, 0, 0, 0.08) !important;
}
[data-mode=light] .border-white\/5 {
  border-color: rgba(0, 0, 0, 0.05) !important;
}
[data-mode=light] .sidenav__link {
  transition: all 0.2s ease;
}
[data-mode=light] .sidenav__link:hover {
  background: rgba(0, 0, 0, 0.04);
}
[data-mode=light] .site-nav__link:hover {
  background: rgba(0, 0, 0, 0.04);
}
[data-mode=light] .site-nav--default .site-nav__link--active {
  background: rgba(var(--orange-rgb), 0.1);
}
[data-mode=light] .site-nav--v2 .site-nav__link:hover {
  background: rgba(0, 0, 0, 0.06);
}

[data-style=flat][data-mode=light] {
  --white: #1E293B;
  --white-rgb: 30, 41, 59;
  --text-primary: #1C1917;
  --text-secondary: #57534E;
  --text-muted: #78716C;
  --surface-bg: #FAFAF9;
  --border-color: #D6D3D1;
  background: #F5F5F4;
}
[data-style=flat][data-mode=light] .sidenav {
  background: #FAFAF9;
  border-right-color: #D6D3D1;
  box-shadow: inset -2px 0 0 var(--tertiary);
}
[data-style=flat][data-mode=light] .sidenav__brand-name {
  color: #1C1917;
}
[data-style=flat][data-mode=light] .sidenav__brand-tagline {
  color: var(--tertiary);
}
[data-style=flat][data-mode=light] .sidenav ~ *:not(.sidenav-mobile-bar):not(.sidenav-mobile-drawer):not(.design-switcher):not(script):not(link) {
  background: #F5F5F4;
}
[data-style=flat][data-mode=light] .site-nav ~ main,
[data-style=flat][data-mode=light] .site-nav ~ section {
  background: #F5F5F4;
}
[data-style=flat][data-mode=light] .bg-white\/\[0\.03\] {
  background: #E7E5E4 !important;
}
[data-style=flat][data-mode=light] .border-white\/5 {
  border-color: #D6D3D1 !important;
}
[data-style=flat][data-mode=light] .border-white\/10 {
  border-color: #D6D3D1 !important;
}
[data-style=flat][data-mode=light] .sidenav-mobile-bar {
  background: #FAFAF9;
  border-bottom: 2px solid var(--tertiary);
}
[data-style=flat][data-mode=light] .sidenav-mobile-drawer {
  background: #F5F5F4;
  border-bottom-color: #D6D3D1;
}
[data-style=flat][data-mode=light] .home-hero__cta--ghost {
  border-color: rgba(var(--tertiary-rgb), 0.3);
  color: #57534E;
}
[data-style=flat][data-mode=light] .home-hero__cta--ghost:hover {
  color: #1C1917;
  border-color: var(--tertiary);
  background: rgba(var(--tertiary-rgb), 0.06);
}

[data-style=neon][data-mode=light] {
  --bg: #FAF5FF;
  --bg-rgb: 250, 245, 255;
  --white: #1E1B4B;
  --white-rgb: 30, 27, 75;
  --text-primary: #1E1B4B;
  --text-secondary: #6D28D9;
  --text-muted: #8B5CF6;
  --surface-bg: rgba(250, 245, 255, 0.9);
  --border-color: rgba(109, 40, 217, 0.15);
  background: #FAF5FF;
}
[data-style=neon][data-mode=light] .sidenav {
  background: rgba(255, 255, 255, 0.95);
  border-right: 1px solid rgba(109, 40, 217, 0.12);
  box-shadow: 2px 0 20px rgba(109, 40, 217, 0.04);
}
[data-style=neon][data-mode=light] .sidenav__brand-name {
  color: #1E1B4B;
}
[data-style=neon][data-mode=light] .sidenav__brand-tagline {
  color: #8B5CF6;
}
[data-style=neon][data-mode=light] .sidenav ~ *:not(.sidenav-mobile-bar):not(.sidenav-mobile-drawer):not(.design-switcher):not(script):not(link) {
  background: #FAF5FF;
}
[data-style=neon][data-mode=light] .bg-white\/\[0\.03\] {
  background: rgba(109, 40, 217, 0.04) !important;
  border-color: rgba(109, 40, 217, 0.1) !important;
  box-shadow: none;
}
[data-style=neon][data-mode=light] .border-white\/5 {
  border-color: rgba(109, 40, 217, 0.1) !important;
}
[data-style=neon][data-mode=light] .border-white\/10 {
  border-color: rgba(109, 40, 217, 0.12) !important;
}
[data-style=neon][data-mode=light] .sidenav-mobile-bar {
  background: rgba(250, 245, 255, 0.95);
  border-bottom-color: rgba(109, 40, 217, 0.1);
}
[data-style=neon][data-mode=light] .sidenav-mobile-drawer {
  background: rgba(250, 245, 255, 0.97);
  border-bottom-color: rgba(109, 40, 217, 0.08);
}
[data-style=neon][data-mode=light] .design-switcher__panel {
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(109, 40, 217, 0.1);
  box-shadow: 0 20px 40px rgba(109, 40, 217, 0.08);
}
[data-style=neon][data-mode=light] .home-hero__cta--ghost {
  border-color: rgba(109, 40, 217, 0.2);
  color: #6D28D9;
}
[data-style=neon][data-mode=light] .home-hero__cta--ghost:hover {
  border-color: rgba(109, 40, 217, 0.4);
  color: #1E1B4B;
  background: rgba(109, 40, 217, 0.04);
}

[data-style=sharp][data-mode=light] .sidenav ~ *:not(.sidenav-mobile-bar):not(.sidenav-mobile-drawer):not(.design-switcher):not(script):not(link) {
  background: #F1F5F9;
}
[data-style=sharp][data-mode=light] .site-nav ~ main,
[data-style=sharp][data-mode=light] .site-nav ~ section {
  background: #F1F5F9;
}
[data-style=sharp][data-mode=light] .bg-white\/\[0\.03\] {
  background: rgba(0, 0, 0, 0.04) !important;
}
[data-style=sharp][data-mode=light] .border-white\/5 {
  border-color: rgba(0, 0, 0, 0.08) !important;
}
[data-style=sharp][data-mode=light] .sidenav__cta {
  border-color: var(--orange);
  color: var(--orange);
  background: transparent;
}
[data-style=sharp][data-mode=light] .sidenav__cta:hover {
  background: var(--orange);
  color: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--white);
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  min-height: 100vh;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(var(--tertiary-rgb), 0.15) 0%, transparent 60%), radial-gradient(ellipse at 70% 40%, rgba(var(--orange-rgb), 0.06) 0%, transparent 50%), radial-gradient(ellipse at 50% 80%, rgba(var(--navy-rgb), 0.12) 0%, transparent 60%), var(--bg);
}

.page-layout {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100vh;
  width: 100vw;
}

.logo-area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo-container {
  width: 90vh;
  height: 90vh;
  max-width: 1000px;
  max-height: 1000px;
  position: relative;
}

.logo-circle-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(var(--white-rgb), 0.03);
  backdrop-filter: blur(2px);
}

.logo-svg {
  position: relative;
  z-index: 2;
}

.spike-label {
  pointer-events: none;
  transition: opacity 0.2s ease;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.spike-hitarea {
  cursor: pointer;
}

.sidebar {
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 2rem 1.5rem;
  z-index: 2;
}

.sidebar-btn {
  display: block;
  padding: 1rem 1.2rem;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
  text-align: left;
  line-height: 1.3;
}
.sidebar-btn.primary {
  background: var(--orange);
  color: var(--white);
}
.sidebar-btn.primary:hover {
  background: var(--orange-bright);
}
.sidebar-btn.secondary {
  background: var(--navy);
  color: var(--white);
}
.sidebar-btn.secondary:hover {
  background: var(--navy-bright);
}
.sidebar-btn.outline {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(var(--white-rgb), 0.2);
}
.sidebar-btn.outline:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.concept-switcher {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  backdrop-filter: blur(8px);
}
.concept-switcher button {
  background: rgba(var(--white-rgb), 0.1);
  color: var(--white);
  border: 1px solid rgba(var(--white-rgb), 0.2);
  padding: 0.4rem 1rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}
.concept-switcher button:hover {
  background: rgba(var(--white-rgb), 0.2);
}
.concept-switcher button.active {
  background: var(--orange);
  border-color: var(--orange);
}

.company-name {
  position: fixed;
  bottom: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.4;
  z-index: 10;
}
