:root {
  --color-ink-950: #030711;
  --color-ink-900: #081324;
  --color-ink-850: #0d1d35;
  --color-ink-800: #132649;
  --color-surface: rgba(10, 20, 39, 0.82);
  --color-surface-strong: rgba(12, 24, 46, 0.94);
  --color-line: rgba(96, 203, 255, 0.2);
  --color-line-strong: rgba(96, 203, 255, 0.36);
  --color-text: #eef7ff;
  --color-muted: #9cb2d0;
  --color-cyan: #62e8ff;
  --color-blue: #3f7cff;
  --color-pink: #f06e9f;
  --color-amber: #ffb46c;
  --shadow-panel: 0 20px 56px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 42px rgba(98, 232, 255, 0.18);
}

html {
  min-height: 100%;
  font-size: 15px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body.site-body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at top right, rgba(63, 124, 255, 0.16), transparent 28%),
    radial-gradient(circle at 78% 12%, rgba(240, 110, 159, 0.13), transparent 18%),
    linear-gradient(180deg, #02050c 0%, #08111f 30%, #091323 100%);
  color: var(--color-text);
  font-family: "Segoe UI Variable Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body.site-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 70%);
  opacity: 0.18;
}

.site-main {
  flex: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-brand {
  font-family: "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.025em;
}

p,
li {
  color: var(--color-text);
}

.text-muted {
  color: var(--color-muted) !important;
}

a {
  color: var(--color-cyan);
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b5f7ff;
}

.btn {
  border-radius: 999px;
  padding: 0.85rem 1.45rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(3, 7, 17, 0.85), 0 0 0 0.3rem rgba(98, 232, 255, 0.28);
}

.btn-primary {
  color: #08111f;
  background: linear-gradient(135deg, var(--color-cyan) 0%, #7df1ff 25%, #69c7ff 58%, var(--color-blue) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 26px rgba(63, 124, 255, 0.26);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: #08111f;
  background: linear-gradient(135deg, #90f3ff 0%, #94ddff 44%, #5d90ff 100%);
}

.btn-outline-secondary,
.btn-ghost {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus-visible,
.btn-ghost:hover,
.btn-ghost:focus-visible {
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
}

.site-header {
  z-index: 1030;
}

.site-nav {
  background: rgba(5, 10, 20, 0.72);
  border-bottom: 1px solid rgba(98, 232, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-brand {
  max-width: 15rem;
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.site-brand:hover,
.site-brand:focus {
  color: #fff;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.18);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(98, 232, 255, 0.28);
}

.navbar-toggler-icon {
  filter: invert(1) brightness(1.2);
}

.site-nav .nav-link {
  color: rgba(238, 247, 255, 0.76) !important;
  font-weight: 600;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus,
.site-nav .nav-link.active {
  color: var(--color-cyan) !important;
}

.nav-cta-wrap {
  padding-top: 0.75rem;
}

@media (min-width: 992px) {
  .nav-cta-wrap {
    padding-top: 0;
  }
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(4.75rem, 9vw, 7rem) 0 clamp(4rem, 8vw, 6rem);
  background:
    linear-gradient(90deg, rgba(2, 5, 12, 0.96) 0%, rgba(4, 8, 18, 0.95) 28%, rgba(7, 16, 32, 0.74) 60%, rgba(10, 20, 42, 0.56) 100%),
    url("/hero-main.webp") center right / cover no-repeat;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 44%, rgba(98, 232, 255, 0.18), transparent 18%),
    radial-gradient(circle at 72% 24%, rgba(240, 110, 159, 0.16), transparent 16%),
    radial-gradient(circle at 66% 18%, rgba(255, 180, 108, 0.16), transparent 12%);
}

.hero-copy,
.hero-aside,
.page-panel,
.cta-band,
.section-shell,
.site-footer {
  position: relative;
  z-index: 1;
}

.eyebrow-pill,
.section-kicker,
.card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 180, 108, 0.35);
  border-radius: 999px;
  background: rgba(255, 180, 108, 0.08);
  color: var(--color-amber);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 12ch;
  margin-top: 1.1rem;
  font-size: clamp(2.8rem, 7vw, 5.25rem);
  line-height: 0.96;
}

.hero-subtitle {
  max-width: 39rem;
  margin-top: 1.35rem;
  color: #d2e2f4;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.metric-chip {
  min-width: 11rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(98, 232, 255, 0.12);
  border-radius: 1rem;
  background: rgba(11, 24, 45, 0.64);
  box-shadow: var(--shadow-glow);
}

.metric-label {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-chip strong {
  font-size: 0.98rem;
  line-height: 1.4;
}

.brand-card,
.cta-band,
.page-panel {
  border: 1px solid var(--color-line);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    var(--color-surface);
  box-shadow: var(--shadow-panel);
}

.brand-card {
  height: 100%;
  padding: 1.45rem;
}

.hero-aside {
  padding: 1.6rem;
}

.hero-aside h2 {
  margin-top: 1rem;
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  line-height: 1.18;
}

.feature-list,
.detail-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.detail-list li {
  position: relative;
  margin-bottom: 0.95rem;
  padding-left: 1.4rem;
  color: #d6e6f8;
  line-height: 1.65;
}

.feature-list li::before,
.detail-list li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-cyan), var(--color-blue));
  box-shadow: 0 0 16px rgba(98, 232, 255, 0.45);
}

.section-shell {
  padding: 4.5rem 0 0;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.page-panel h1 {
  margin-top: 0.95rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.section-heading p,
.page-panel p {
  margin-top: 1rem;
  color: var(--color-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.service-card h3,
.step-card h3,
.contact-card h3,
.accent-card h2,
.page-panel h2 {
  margin-bottom: 0.85rem;
}

.service-card p,
.step-card p,
.contact-card p,
.accent-card p {
  margin-bottom: 0;
  color: var(--color-muted);
  line-height: 1.7;
}

.accent-card {
  background:
    linear-gradient(135deg, rgba(240, 110, 159, 0.08), rgba(98, 232, 255, 0.04)),
    rgba(12, 24, 46, 0.9);
}

.page-banner {
  padding: 3.5rem 0 0;
}

.page-panel {
  padding: 2rem;
}

.page-panel + .section-shell {
  padding-top: 2rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.pill {
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #dbe8f7;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.92rem;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(98, 232, 255, 0.18), rgba(63, 124, 255, 0.24));
  color: var(--color-cyan);
  font-weight: 800;
}

.contact-card strong {
  color: var(--color-text);
}

.contact-option {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.contact-link {
  margin-top: auto;
  font-size: 1.05rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-address {
  margin: auto 0 0;
  color: #d6e6f8;
  line-height: 1.6;
}

.contact-form {
  margin-top: 1.25rem;
}

.contact-form .form-label {
  color: #dbe8f7;
  font-weight: 700;
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: rgba(255, 255, 255, 0.06);
  color: var(--color-text);
}

.contact-form .form-control::placeholder {
  color: rgba(219, 232, 247, 0.58);
}

.contact-form .form-select option {
  color: #08111f;
}

.contact-form textarea.form-control {
  min-height: 9rem;
  resize: vertical;
}

.required-mark,
.form-note {
  color: var(--color-muted);
  font-size: 0.85rem;
  font-weight: 600;
}

.cta-band {
  padding: 1.75rem;
}

.cta-band h2 {
  margin-bottom: 0.8rem;
}

.cta-band p {
  margin-bottom: 1.25rem;
  color: var(--color-muted);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.site-footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid rgba(98, 232, 255, 0.12);
  background: rgba(2, 5, 12, 0.55);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  color: var(--color-muted);
}

.footer-inner a {
  color: var(--color-cyan);
  font-weight: 600;
}

.list-clean {
  margin: 0;
  padding-left: 1.15rem;
}

.list-clean li {
  margin-bottom: 0.75rem;
  color: #d6e6f8;
}

.soft-divider {
  height: 1px;
  margin: 3rem 0 0;
  background: linear-gradient(90deg, transparent, rgba(98, 232, 255, 0.28), transparent);
}

@media (max-width: 991.98px) {
  .site-nav .navbar-collapse {
    padding: 1rem 0 0.25rem;
  }

  .hero-title {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .hero-panel {
    background-position: 72% center;
  }

  .page-panel,
  .brand-card,
  .cta-band {
    padding: 1.25rem;
    border-radius: 1.2rem;
  }

  .footer-inner {
    gap: 0.5rem;
  }
}
