:root {
  color-scheme: dark light;
  --bg: #0a0c10;
  --bg-elev: #0f131a;
  --bg-muted: #121722;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-hover: rgba(255, 255, 255, 0.06);
  --stroke: rgba(255, 255, 255, 0.1);
  --stroke-strong: rgba(255, 255, 255, 0.14);
  --text: rgba(255, 255, 255, 0.93);
  --muted: rgba(255, 255, 255, 0.64);
  --muted-2: rgba(255, 255, 255, 0.5);
  --brand: #2b6cff;
  --brand-soft: rgba(43, 108, 255, 0.16);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
  --shadow-header: 0 12px 40px rgba(0, 0, 0, 0.28);
  --shadow-card: 0 14px 40px rgba(0, 0, 0, 0.22);
  --shadow-btn-primary: 0 10px 26px rgba(43, 108, 255, 0.22);
  --shadow-btn-primary-hover: 0 14px 32px rgba(43, 108, 255, 0.26);
  --nav-active-bg: rgba(255, 255, 255, 0.05);
  --eyebrow-fg: rgba(255, 255, 255, 0.9);
  --hero-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  --hero-bar-bg: rgba(255, 255, 255, 0.02);
  --hero-dot: rgba(255, 255, 255, 0.14);
  --hero-block-bg: rgba(255, 255, 255, 0.04);
  --badge-bg: rgba(255, 255, 255, 0.05);
  --badge-fg: rgba(255, 255, 255, 0.88);
  --project-dot: rgba(255, 255, 255, 0.18);
  --link-color: rgba(255, 255, 255, 0.9);
  --link-hover: #ffffff;
  --panel-kicker: rgba(255, 255, 255, 0.88);
  --panel-bg: linear-gradient(180deg, rgba(43, 108, 255, 0.18), rgba(255, 255, 255, 0.03));
  --mini-bg: rgba(0, 0, 0, 0.16);
  --mini-border: rgba(255, 255, 255, 0.1);
  --input-bg: rgba(0, 0, 0, 0.22);
  --input-bg-focus: rgba(0, 0, 0, 0.28);
  --input-ring: rgba(43, 108, 255, 0.18);
  --contact-item-bg: rgba(255, 255, 255, 0.03);
  --contact-ic-bg: rgba(255, 255, 255, 0.03);
  --footer-bg: #080b12;
  --footer-bar-bg: rgba(0, 0, 0, 0.22);
  --footer-bar-border: rgba(255, 255, 255, 0.07);
  --footer-muted: rgba(255, 255, 255, 0.66);
  --footer-heading: rgba(255, 255, 255, 0.9);
  --footer-link: rgba(255, 255, 255, 0.66);
  --footer-link-hover: rgba(255, 255, 255, 0.95);
  --footer-mini: rgba(255, 255, 255, 0.7);
  --icon-stroke: rgba(255, 255, 255, 0.88);
  --icon-fill: rgba(255, 255, 255, 0.86);
  --check-mark: rgba(255, 255, 255, 0.9);
  --selection-bg: rgba(43, 108, 255, 0.28);
  --focus-ring: rgba(43, 108, 255, 0.45);
  --theme-track: rgba(255, 255, 255, 0.09);
  --theme-thumb: rgba(255, 255, 255, 0.95);
  --theme-icon-strong: var(--brand);
  --theme-icon-soft: rgba(255, 255, 255, 0.35);
  --hamburger-line: rgba(255, 255, 255, 0.88);
  --radius: 16px;
  --radius-sm: 12px;
  --radius-xs: 10px;
  --container: 1080px;
  --ease: cubic-bezier(0.2, 0.65, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 64px;
}

[data-theme="light"] {
  color-scheme: light;
  --bg: #f4f6fa;
  --bg-elev: #ffffff;
  --bg-muted: #e8ecf3;
  --surface: rgba(15, 23, 42, 0.035);
  --surface-hover: rgba(15, 23, 42, 0.065);
  --stroke: rgba(15, 23, 42, 0.1);
  --stroke-strong: rgba(15, 23, 42, 0.14);
  --text: rgba(15, 23, 42, 0.92);
  --muted: rgba(15, 23, 42, 0.58);
  --muted-2: rgba(15, 23, 42, 0.44);
  --brand: #2563eb;
  --brand-soft: rgba(37, 99, 235, 0.12);
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  --shadow-header: 0 12px 40px rgba(15, 23, 42, 0.06);
  --shadow-card: 0 14px 40px rgba(15, 23, 42, 0.06);
  --shadow-btn-primary: 0 10px 26px rgba(37, 99, 235, 0.18);
  --shadow-btn-primary-hover: 0 14px 32px rgba(37, 99, 235, 0.2);
  --nav-active-bg: rgba(37, 99, 235, 0.09);
  --eyebrow-fg: rgba(30, 41, 59, 0.9);
  --hero-panel-bg: linear-gradient(180deg, #ffffff, #f1f5f9);
  --hero-bar-bg: rgba(241, 245, 249, 0.95);
  --hero-dot: rgba(15, 23, 42, 0.15);
  --hero-block-bg: rgba(241, 245, 249, 0.85);
  --badge-bg: rgba(37, 99, 235, 0.08);
  --badge-fg: rgba(30, 41, 59, 0.85);
  --project-dot: rgba(37, 99, 235, 0.35);
  --link-color: #2563eb;
  --link-hover: #1d4ed8;
  --panel-kicker: rgba(30, 41, 59, 0.72);
  --panel-bg: linear-gradient(180deg, rgba(37, 99, 235, 0.1), rgba(255, 255, 255, 0.92));
  --mini-bg: rgba(241, 245, 249, 0.95);
  --mini-border: rgba(15, 23, 42, 0.08);
  --input-bg: #ffffff;
  --input-bg-focus: #ffffff;
  --input-ring: rgba(37, 99, 235, 0.22);
  --contact-item-bg: rgba(241, 245, 249, 0.75);
  --contact-ic-bg: rgba(255, 255, 255, 0.98);
  --footer-bg: #eef2f7;
  --footer-bar-bg: rgba(226, 232, 240, 0.92);
  --footer-bar-border: rgba(15, 23, 42, 0.08);
  --footer-muted: rgba(30, 41, 59, 0.62);
  --footer-heading: rgba(15, 23, 42, 0.88);
  --footer-link: rgba(30, 41, 59, 0.62);
  --footer-link-hover: rgba(15, 23, 42, 0.92);
  --footer-mini: rgba(30, 41, 59, 0.68);
  --icon-stroke: rgba(30, 41, 59, 0.82);
  --icon-fill: rgba(30, 41, 59, 0.78);
  --check-mark: #ffffff;
  --selection-bg: rgba(37, 99, 235, 0.22);
  --focus-ring: rgba(37, 99, 235, 0.4);
  --theme-track: rgba(15, 23, 42, 0.08);
  --theme-thumb: #ffffff;
  --theme-icon-strong: #2563eb;
  --theme-icon-soft: rgba(15, 23, 42, 0.28);
  --hamburger-line: rgba(30, 41, 59, 0.85);
}

[data-theme="dark"] {
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: no-preference) {
  body,
  .site-header,
  .site-footer,
  .zone--muted,
  .card,
  .project,
  .btn,
  .nav-link,
  .mobile-link,
  .metric,
  .hero-panel,
  .list-item,
  .panel,
  .form,
  .contact-card,
  input,
  textarea,
  .contact-item,
  .contact-ic,
  .social-link,
  .footer-bottom,
  .brand-mark,
  .eyebrow,
  .badge,
  .mini,
  .skip-link,
  .icon-btn,
  .theme-toggle__track,
  .theme-toggle__thumb {
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.35s;
    transition-timing-function: var(--ease);
  }
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

::selection {
  background: var(--selection-bg);
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 10px;
  background: var(--bg-elev);
  border: 1px solid var(--stroke);
  color: var(--text);
  padding: 10px 12px;
  border-radius: var(--radius-xs);
  z-index: 9999;
}

.skip-link:focus {
  left: 20px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(12px);
  transition: border-color 200ms var(--ease), box-shadow 200ms var(--ease), background 200ms var(--ease);
}

.site-header.is-scrolled {
  border-bottom-color: var(--stroke);
  box-shadow: var(--shadow-header);
  background: color-mix(in srgb, var(--bg) 92%, transparent);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--header-h);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  margin-left: -10px;
  border-radius: var(--radius-sm);
  transition: background 160ms var(--ease);
}

.brand:hover {
  background: var(--surface);
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--brand-soft);
  border: 1px solid color-mix(in srgb, var(--brand) 40%, transparent);
  display: grid;
  place-items: center;
}

.brand-mark svg {
  width: 22px;
  height: 22px;
}

.brand-name {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  position: relative;
  padding: 10px 12px;
  border-radius: var(--radius-xs);
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  transition: color 160ms var(--ease), background 160ms var(--ease);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 99px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease-out);
  opacity: 0.95;
}

.nav-link:hover {
  color: var(--text);
  background: var(--surface);
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-link[aria-current="page"] {
  color: var(--text);
  background: var(--nav-active-bg);
}

.nav-link[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 999px;
  -webkit-tap-highlight-color: transparent;
}

.theme-toggle:focus-visible {
  outline: none;
}

.theme-toggle:focus-visible .theme-toggle__track {
  box-shadow: 0 0 0 3px var(--input-ring);
}

.theme-toggle__track {
  position: relative;
  display: block;
  width: 52px;
  height: 28px;
  border-radius: 999px;
  background: var(--theme-track);
  border: 1px solid var(--stroke);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}

.theme-toggle__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--theme-thumb);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.42s var(--ease-out), background 0.3s var(--ease);
}

[data-theme="dark"] .theme-toggle__thumb {
  transform: translateX(24px);
}

.theme-toggle__icon {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 7px;
  pointer-events: none;
  transition: opacity 0.35s var(--ease), stroke 0.3s var(--ease);
}

.theme-toggle__icon--sun {
  left: 8px;
}

.theme-toggle__icon--moon {
  right: 8px;
}

.theme-toggle__stroke {
  stroke: var(--theme-icon-soft);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

[data-theme="light"] .theme-toggle__icon--sun .theme-toggle__stroke {
  stroke: var(--theme-icon-strong);
}

[data-theme="dark"] .theme-toggle__icon--moon .theme-toggle__stroke {
  stroke: var(--theme-icon-strong);
}

[data-theme="light"] .theme-toggle__icon--moon .theme-toggle__stroke {
  stroke: var(--theme-icon-soft);
}

[data-theme="dark"] .theme-toggle__icon--sun .theme-toggle__stroke {
  stroke: var(--theme-icon-soft);
}

@media (prefers-reduced-motion: reduce) {
  .theme-toggle__thumb,
  .theme-toggle__track,
  .theme-toggle__icon {
    transition: none !important;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--surface);
  color: var(--text);
  font-weight: 650;
  font-size: 14px;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 160ms var(--ease), background 160ms var(--ease), border-color 160ms var(--ease),
    box-shadow 160ms var(--ease);
  user-select: none;
}

.btn:hover {
  transform: translateY(-1px);
  background: var(--surface-hover);
  border-color: var(--stroke-strong);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  border-color: color-mix(in srgb, var(--brand) 60%, rgba(255, 255, 255, 0.12));
  background: var(--brand);
  box-shadow: var(--shadow-btn-primary);
}

.btn-primary:hover {
  filter: brightness(1.04);
  box-shadow: var(--shadow-btn-primary-hover);
}

.btn-ghost {
  background: transparent;
}

.icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--surface);
  cursor: pointer;
  display: none;
  transition: transform 160ms var(--ease), background 160ms var(--ease);
}

.icon-btn:hover {
  transform: translateY(-1px);
  background: var(--surface-hover);
}

.icon-btn-lines {
  width: 18px;
  height: 12px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.icon-btn-lines::before,
.icon-btn-lines::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--hamburger-line);
  border-radius: 999px;
  transition: transform 220ms var(--ease-out), top 220ms var(--ease-out), background 0.35s var(--ease);
}

.icon-btn-lines::before {
  top: 0;
}
.icon-btn-lines::after {
  top: 10px;
}

body.menu-open .icon-btn-lines::before {
  top: 5px;
  transform: rotate(45deg);
}
body.menu-open .icon-btn-lines::after {
  top: 5px;
  transform: rotate(-45deg);
}

.mobile-menu {
  display: block !important;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translate(-50%, -8px) scale(0.96);
  width: calc(100% - 32px);
  max-width: 340px;
  max-height: calc(100vh - var(--header-h) - 24px);
  overflow-y: auto;
  background: color-mix(in srgb, var(--bg-elev) 90%, transparent);
  backdrop-filter: blur(16px);
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s var(--ease-out), transform 0.22s var(--ease-out), visibility 0.22s;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

@supports not (color: color-mix(in srgb, black 50%, white)) {
  .mobile-menu {
    background: rgba(15, 19, 26, 0.96);
  }
}

.mobile-menu .mobile-menu-inner {
  display: grid;
  gap: 8px;
  padding: 16px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.mobile-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--stroke);
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  transition: background 160ms var(--ease), border-color 160ms var(--ease), transform 160ms var(--ease);
}

.mobile-link:hover {
  background: var(--surface-hover);
  border-color: var(--stroke-strong);
  transform: translateY(-1px);
}

.mobile-cta {
  padding-top: 4px;
}

.mobile-cta .btn {
  display: flex;
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
}

.zone {
  position: relative;
  border-top: 1px solid var(--stroke);
}

.zone--hero {
  border-top: 0;
}

.zone--muted {
  background: linear-gradient(180deg, var(--bg-muted), var(--bg));
}

.section {
  padding: clamp(56px, 7vw, 88px) 0;
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: clamp(18px, 3vw, 26px);
  max-width: 56ch;
}

.h1 {
  font-size: clamp(32px, 3.4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0;
}

.h2 {
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -0.025em;
  margin: 0;
}

.h3 {
  font-size: 17px;
  letter-spacing: -0.015em;
  margin: 0;
}

.lead {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
  max-width: 58ch;
}

.muted {
  color: var(--muted);
  margin: 0;
}

.muted img{
text-align: center;
	
}

.small {
  font-size: 12.5px;
  color: var(--muted-2);
}

.eyebrow {
  margin: 0;
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  border: 1px solid color-mix(in srgb, var(--brand) 38%, transparent);
  color: var(--eyebrow-fg);
  font-weight: 650;
  font-size: 12.5px;
}

.hero {
  padding-top: clamp(40px, 5vw, 64px);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 14px;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 12px;
}

.metric {
  padding: 14px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--stroke);
}

.metric-value {
  font-weight: 800;
  letter-spacing: -0.03em;
}

.metric-label {
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
}

.hero-panel {
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: var(--hero-panel-bg);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 260ms var(--ease-out), border-color 260ms var(--ease);
}

.hero-visual:hover .hero-panel {
  transform: translateY(-2px);
  border-color: var(--stroke-strong);
}

.hero-panel__bar {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--stroke);
  background: var(--hero-bar-bg);
}

.hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--hero-dot);
}

.hero-panel__body {
  text-align: center; 
  padding: 18px;
  display: grid;
  gap: 12px;
}

.hero-block {
  border-radius: 14px;
  border: 1px solid var(--stroke);
  background: var(--hero-block-bg);
}

.hero-block--lg {
  height: 16px;
  width: 58%;
}

.hero-block--sm {
  height: 12px;
  width: 42%;
}

.hero-blocks-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-block--tile {
  height: 74px;
}

.grid {
  display: grid;
  gap: 14px;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.project {
  border-radius: var(--radius);
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--stroke);
  transition: transform 200ms var(--ease-out), background 200ms var(--ease), border-color 200ms var(--ease),
    box-shadow 200ms var(--ease);
}

.card:hover,
.project:hover {
  transform: translateY(-2px);
  background: var(--surface-hover);
  border-color: var(--stroke-strong);
  box-shadow: var(--shadow-card);
}

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  border: 1px solid color-mix(in srgb, var(--brand) 35%, transparent);
  margin-bottom: 12px;
}

.card-icon svg {
  width: 22px;
  height: 22px;
}

.project-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.badge {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: -0.01em;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--badge-bg);
  border: 1px solid var(--stroke);
  color: var(--badge-fg);
}

.project-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--project-dot);
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-weight: 750;
  color: var(--link-color);
  transition: color 160ms var(--ease), transform 160ms var(--ease);
}

.link:hover {
  transform: translateX(2px);
  color: var(--link-hover);
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(16px, 2.6vw, 22px);
  align-items: start;
}

.list {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.list-item {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--stroke);
}

.check {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: var(--brand-soft);
  border: 1px solid color-mix(in srgb, var(--brand) 38%, transparent);
  position: relative;
}

.check::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--check-mark);
  border-bottom: 2px solid var(--check-mark);
  transform: rotate(-45deg) translateY(-1px);
}

.list-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.panel {
  border-radius: var(--radius);
  background: var(--panel-bg);
  border: 1px solid var(--stroke-strong);
  box-shadow: var(--shadow);
}

.panel-inner {
  padding: 18px;
  display: grid;
  gap: 10px;
}

.panel-kicker {
  font-weight: 750;
  font-size: 12px;
  color: var(--panel-kicker);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.panel-title {
  font-weight: 850;
  letter-spacing: -0.03em;
  font-size: 20px;
}

.panel-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 6px;
}

.mini {
  padding: 12px;
  border-radius: 14px;
  background: var(--mini-bg);
  border: 1px solid var(--mini-border);
}

.mini-value {
  font-weight: 850;
  letter-spacing: -0.02em;
}

.mini-label {
  font-size: 12.5px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
  align-items: start;
}

.form,
.contact-card {
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--stroke);
  padding: 18px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.field span {
  font-size: 13px;
  color: var(--muted);
  font-weight: 650;
}

input,
textarea {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid var(--stroke);
  background: var(--input-bg);
  color: var(--text);
  padding: 12px 12px;
  outline: none;
  transition: border-color 160ms var(--ease), background 160ms var(--ease), box-shadow 160ms var(--ease);
}

textarea {
  resize: vertical;
  min-height: 120px;
}

input:focus,
textarea:focus {
  border-color: color-mix(in srgb, var(--brand) 70%, var(--stroke));
  background: var(--input-bg-focus);
  box-shadow: 0 0 0 3px var(--input-ring);
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.contact-card-top {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.contact-title {
  font-weight: 850;
  letter-spacing: -0.02em;
}

.contact-items {
  display: grid;
  gap: 10px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: var(--radius-sm);
  background: var(--contact-item-bg);
  border: 1px solid var(--stroke);
  transition: background 160ms var(--ease), border-color 160ms var(--ease), transform 160ms var(--ease);
}

.contact-item:hover {
  transform: translateY(-1px);
  background: var(--surface-hover);
  border-color: var(--stroke-strong);
}

.contact-item.no-link:hover {
  transform: none;
}

.contact-ic {
  width: 34px;
  height: 34px;
  border-radius: var(--radius-xs);
  display: grid;
  place-items: center;
  background: var(--contact-ic-bg);
  border: 1px solid var(--stroke);
}

.contact-ic svg {
  width: 18px;
  height: 18px;
}

.site-footer {
  background: var(--footer-bg);
  border-top: 1px solid var(--stroke);
}

.footer-top {
  padding: clamp(40px, 5vw, 56px) 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 26px);
  align-items: start;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand-name {
  font-weight: 850;
  letter-spacing: -0.02em;
}

.footer-desc {
  margin: 12px 0 14px;
  color: var(--footer-muted);
  max-width: 40ch;
}

.footer-title {
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--footer-heading);
  margin: 6px 0 10px;
}

.footer-link {
  display: block;
  padding: 8px 0;
  color: var(--footer-link);
  font-weight: 600;
  transition: color 160ms var(--ease), transform 160ms var(--ease);
}

.footer-link:hover {
  color: var(--footer-link-hover);
  transform: translateX(2px);
}

.social {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.social-link {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-xs);
  display: grid;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--stroke);
  transition: transform 160ms var(--ease), background 160ms var(--ease), border-color 160ms var(--ease);
}

.social-link:hover {
  transform: translateY(-2px);
  background: var(--surface-hover);
  border-color: color-mix(in srgb, var(--brand) 45%, var(--stroke));
}

.social-link svg {
  width: 18px;
  height: 18px;
}

.footer-bottom {
  border-top: 1px solid var(--footer-bar-border);
  background: var(--footer-bar-bg);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  flex-wrap: wrap;
}

.footer-copy {
  color: var(--footer-muted);
  font-weight: 600;
  font-size: 13px;
}

.footer-contact {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-mini {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--footer-mini);
  font-weight: 650;
  font-size: 13px;
  transition: color 160ms var(--ease), transform 160ms var(--ease);
}

.footer-mini:hover {
  color: var(--footer-link-hover);
  transform: translateY(-1px);
}

.mini-ic {
  width: 18px;
  height: 18px;
}

.mini-ic svg {
  width: 18px;
  height: 18px;
}

.icon-stroke {
  stroke: var(--icon-stroke);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.35s var(--ease);
}

.icon-fill {
  fill: var(--icon-fill);
  transition: fill 0.35s var(--ease);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 560ms var(--ease-out), transform 560ms var(--ease-out);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

[data-reveal] [data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 520ms var(--ease-out), transform 520ms var(--ease-out);
}

[data-reveal].is-visible [data-reveal-stagger] > * {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal].is-visible [data-reveal-stagger] > *:nth-child(1) {
  transition-delay: 45ms;
}
[data-reveal].is-visible [data-reveal-stagger] > *:nth-child(2) {
  transition-delay: 95ms;
}
[data-reveal].is-visible [data-reveal-stagger] > *:nth-child(3) {
  transition-delay: 145ms;
}
[data-reveal].is-visible [data-reveal-stagger] > *:nth-child(4) {
  transition-delay: 195ms;
}
[data-reveal].is-visible [data-reveal-stagger] > *:nth-child(5) {
  transition-delay: 245ms;
}
[data-reveal].is-visible [data-reveal-stagger] > *:nth-child(6) {
  transition-delay: 295ms;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal] [data-reveal-stagger] > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
  border-radius: 12px;
}

@supports not (color: color-mix(in srgb, black 50%, white)) {
  [data-theme="dark"] .site-header {
    background: rgba(10, 12, 16, 0.9);
  }
  [data-theme="dark"] .site-header.is-scrolled {
    background: rgba(10, 12, 16, 0.95);
  }
  [data-theme="light"] .site-header {
    background: rgba(255, 255, 255, 0.94);
  }
  [data-theme="light"] .site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
  }
  [data-theme="dark"] .mobile-menu {
    background: rgba(10, 12, 16, 0.95);
  }
  [data-theme="light"] .mobile-menu {
    background: rgba(255, 255, 255, 0.98);
  }
  [data-theme="dark"] .brand-mark {
    background: rgba(43, 108, 255, 0.14);
    border: 1px solid rgba(43, 108, 255, 0.35);
  }
  [data-theme="light"] .brand-mark {
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(37, 99, 235, 0.28);
  }
  [data-theme="dark"] .eyebrow {
    background: rgba(43, 108, 255, 0.14);
    border-color: rgba(43, 108, 255, 0.35);
  }
  [data-theme="light"] .eyebrow {
    background: rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.28);
  }
  [data-theme="dark"] .card-icon {
    background: rgba(43, 108, 255, 0.14);
    border-color: rgba(43, 108, 255, 0.32);
  }
  [data-theme="light"] .card-icon {
    background: rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.26);
  }
  [data-theme="dark"] .check {
    background: rgba(43, 108, 255, 0.14);
    border-color: rgba(43, 108, 255, 0.32);
  }
  [data-theme="light"] .check {
    background: rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.26);
  }
  .btn-primary {
    border-color: rgba(43, 108, 255, 0.55);
  }
  [data-theme="light"] .btn-primary {
    border-color: rgba(37, 99, 235, 0.5);
  }
  input:focus,
  textarea:focus {
    border-color: rgba(43, 108, 255, 0.65);
  }
  [data-theme="light"] input:focus,
  [data-theme="light"] textarea:focus {
    border-color: rgba(37, 99, 235, 0.55);
  }
  .social-link:hover {
    border-color: rgba(43, 108, 255, 0.45);
  }
  [data-theme="light"] .social-link:hover {
    border-color: rgba(37, 99, 235, 0.38);
  }
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }
  .icon-btn {
    display: inline-grid;
    place-items: center;
  }
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    order: -1;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 28px));
  }
  .section {
    padding: 52px 0;
  }
  .header-actions .btn-ghost {
    display: none;
  }
  .hero-metrics {
    grid-template-columns: 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .panel-row {
    grid-template-columns: 1fr;
  }
}


