:root {
  --bg: #0b1220;
  --bg-2: #0f1727;
  --panel: rgba(255,255,255,0.06);
  --card: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --white: #ffffff;
  --soft: #dbe4f0;
  --accent: #244997;
  --accent-2: #2d6cdf;
  --shadow: 0 20px 50px rgba(2, 6, 23, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: #f8fafc;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(11, 18, 32, 0.88);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

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

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.96);
  padding: 10px 14px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.brand-logo {
  height: 64px;
  width: auto;
  max-width: 100%;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  color: #d9e3ef;
  font-size: 0.98rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--white);
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(45,108,223,0.24), transparent 30%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  color: var(--white);
  padding: 90px 0 78px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 44px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ec0ff;
  margin-bottom: 16px;
}

.hero h1,
.section h2 {
  margin: 0 0 16px;
  line-height: 1.06;
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  max-width: 820px;
}

.hero-copy {
  font-size: 1.08rem;
  color: var(--soft);
  max-width: 760px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 26px;
}

.hero-points div {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
  color: #e6eef9;
  font-size: 0.94rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hero-note {
  color: #c1cedd;
  font-size: 0.96rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 700;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--accent-2);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(45, 108, 223, 0.28);
}

.btn-primary:hover {
  background: var(--accent);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.20);
  color: var(--white);
  background: rgba(255,255,255,0.03);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.08);
}

.hero-panel .panel-card {
  background: var(--panel);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.20);
}

.panel-label {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ec0ff;
  margin-bottom: 16px;
}

.hero-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-panel li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #e7eef8;
  font-size: 1rem;
}

.hero-panel li:last-child {
  border-bottom: 0;
}

.section {
  padding: 90px 0;
}

.section-alt {
  background: #eef4fb;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.narrow {
  max-width: 680px;
}

.section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.section p {
  color: var(--muted);
  font-size: 1.02rem;
}

.cards {
  display: grid;
  gap: 22px;
}

.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--card);
  border-radius: 22px;
  padding: 30px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.16rem;
}

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

.process-item {
  padding: 26px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.process-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.process-item span {
  color: var(--muted);
}

.cta-section {
  padding-top: 10px;
}

.cta-box {
  background: linear-gradient(135deg, #0f172a, #12203b 55%, #1d3c72);
  color: var(--white);
  border-radius: 28px;
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.2);
}

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

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

.contact-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.contact-label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 12px;
}

.contact-card a,
.contact-card span {
  font-size: 1.04rem;
  font-weight: 600;
  word-break: break-word;
}

.site-footer {
  background: #08111f;
  color: #b6c3d6;
  padding: 26px 0;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 0.94rem;
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .three-col,
  .process-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cta-box {
    display: grid;
  }
}

@media (max-width: 820px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }

  .brand-logo {
    height: 58px;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 62px;
  }

  .section {
    padding: 72px 0;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .btn {
    width: 100%;
  }

  .brand-logo {
    height: 50px;
  }
}
