body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1f2937;
  background: #ffffff;
}

.navbar-glass {
  background: rgba(10, 18, 34, 0.94);
  border-bottom: 1px solid rgba(61, 92, 140, 0.24);
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 34px rgba(2, 6, 23, 0.16);
}

.navbar-glass .navbar-brand,
.navbar-glass .nav-link,
.site-footer a {
  text-decoration: none;
}

.navbar-glass .navbar-brand {
  color: #ffffff;
}

.brand-logo-wrap {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(15, 23, 42, 0.2));
}

.brand-copy {
  line-height: 1.05;
}

.brand-title {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-subtitle {
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(191, 219, 254, 0.86);
}

.navbar-glass .nav-link {
  color: rgba(226, 232, 240, 0.82);
  padding-inline: 0.8rem;
  font-weight: 500;
}

.navbar-glass .nav-link:hover,
.navbar-glass .nav-link:focus,
.site-footer a:hover {
  color: #ffffff;
}

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

.hero-banner {
  position: relative;
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 3.8rem;
  background: linear-gradient(135deg, #0b1220 0%, #10203a 58%, #163255 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    radial-gradient(circle at 20% 0%, rgba(96, 165, 250, 0.28) 0, transparent 40%),
    radial-gradient(circle at 85% 20%, rgba(30, 64, 175, 0.24) 0, transparent 36%);
}

.hero-kicker,
.section-kicker,
.legal-kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #93c5fd;
}

.hero-title {
  max-width: 11ch;
  line-height: 1.05;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.hero-text,
.section-copy,
.legal-copy {
  max-width: 44rem;
}

.hero-actions .btn-primary,
.content-card .btn-primary {
  background: #2f6fdd;
  border-color: #2f6fdd;
  box-shadow: 0 10px 22px rgba(47, 111, 221, 0.22);
}

.hero-actions .btn-primary:hover,
.content-card .btn-primary:hover {
  background: #255fc2;
  border-color: #255fc2;
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 1.25rem;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.22);
  backdrop-filter: blur(10px);
  color: #ffffff;
}

.hero-card-logo-wrap {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-card-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(15, 23, 42, 0.18));
}

.hero-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-card-subtitle {
  color: rgba(219, 234, 254, 0.85);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.hero-card-line {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.32), rgba(255,255,255,0.04));
}

.hero-point-single small,
.contact-item span {
  display: block;
  margin-bottom: 0.4rem;
  color: rgba(191, 219, 254, 0.9);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-point-single strong,
.contact-item strong {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.section-soft,
.legal-shell {
  background: linear-gradient(180deg, #f8fbff 0%, #f2f6fb 100%);
}

.section-heading {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.85rem;
  color: #111827;
}

.services-section {
  background: #ffffff;
}

.workflow-head {
  max-width: 760px;
}

.service-card,
.process-card,
.content-card,
.legal-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.service-card h3,
.process-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
  color: #1f2937;
}

.service-card p,
.process-card p,
.content-card p,
.legal-card p,
.legal-card li {
  margin-bottom: 0;
  color: #6b7280;
}

.service-icon,
.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #eef5ff 0%, #dbeafe 100%);
  color: #1d4ed8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.service-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.process-number {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.contact-card {
  height: 100%;
  background: linear-gradient(180deg, #11213c 0%, #173256 100%);
  color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.contact-item + .contact-item {
  margin-top: 1.2rem;
}

.legal-page {
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.legal-card h1,
.legal-card h2,
.legal-card h3 {
  color: #0f172a;
}

.legal-card h1 {
  margin-bottom: 1rem;
}

.legal-card h2 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-size: 1.25rem;
}

.legal-card ul {
  padding-left: 1.2rem;
}

.site-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #cbd5e1;
  background: #0f172a;
}

.site-footer a {
  color: rgba(226, 232, 240, 0.88);
}

@media (max-width: 991.98px) {
  .hero-banner,
  .legal-page {
    padding-top: 6.5rem;
  }

  .hero-title {
    max-width: 100%;
  }

  .legal-nav-links {
    gap: 1rem !important;
  }
}

@media (max-width: 767.98px) {
  .brand-title {
    font-size: 0.78rem;
  }

  .brand-subtitle {
    font-size: 0.66rem;
  }

  .service-card,
  .process-card,
  .content-card,
  .contact-card,
  .hero-card,
  .legal-card {
    padding: 1.5rem;
  }

  .hero-card-logo-wrap {
    width: 88px;
    height: 88px;
  }
}
