﻿:root {
  --bg: #f8f8ff;
  --surface: #ffffff;
  --ink: #131731;
  --muted: #4a5274;
  --line: #dbe0f0;
  --brand: #2f5cff;
  --brand-deep: #1f44d1;
  --mint: #dff7ee;
  --shadow: 0 18px 45px rgba(19, 23, 49, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f3f5ff 0%, var(--bg) 52%, #ffffff 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
.logo {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(50px);
  z-index: -1;
  opacity: 0.4;
}

.orb-one {
  width: 320px;
  height: 320px;
  background: #a3b8ff;
  top: -80px;
  right: -70px;
}

.orb-two {
  width: 320px;
  height: 320px;
  background: #b3f2da;
  bottom: -120px;
  left: -120px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 60%, transparent 40%);
  background: color-mix(in srgb, #f5f6ff 78%, #ffffff 22%);
  backdrop-filter: blur(8px);
}

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

.logo {
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--ink);
}

.menu {
  display: flex;
  gap: 1.25rem;
}

.menu a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
}

.menu a:hover {
  color: var(--ink);
}

.section {
  padding: 4.5rem 0;
}

.hero {
  padding-top: 5.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: start;
}

.eyebrow {
  margin: 0;
  color: #3856cb;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

h1 {
  font-size: clamp(2.15rem, 5vw, 3.95rem);
  line-height: 1.07;
  margin: 0.65rem 0 1rem;
  max-width: 13ch;
}

.lead {
  margin: 0;
  max-width: 60ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 0.94rem;
  padding: 0.67rem 1.1rem;
  transition: 0.2s ease;
}

.button:hover {
  background: var(--brand-deep);
  border-color: var(--brand-deep);
  transform: translateY(-1px);
}

.button-ghost {
  background: transparent;
  color: var(--brand);
}

.button-ghost:hover {
  color: #fff;
}

.hero-panel {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.panel-label {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.metric-grid article {
  background: linear-gradient(160deg, #f6f8ff 0%, #ffffff 100%);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem;
}

.metric-grid h2 {
  font-size: 1.02rem;
  margin: 0 0 0.25rem;
}

.metric-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.brand-strip {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.strip-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.strip-row span {
  text-align: center;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #5f6a95;
  background: #eef1ff;
  border: 1px solid #d9dffa;
  border-radius: 999px;
  padding: 0.45rem 0.6rem;
}

.section-head {
  margin-bottom: 1.2rem;
}

h2 {
  margin: 0.55rem 0 0;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.2;
  max-width: 24ch;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.15rem;
}

.service-card h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1.12rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.process {
  background: linear-gradient(150deg, #f2f5ff 0%, #ebfff5 100%);
  border-top: 1px solid #dbe2f7;
  border-bottom: 1px solid #d5e9df;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

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

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.steps li {
  background: #fff;
  border: 1px solid #d5dfef;
  border-radius: 12px;
  padding: 0.85rem 0.9rem;
  display: grid;
  gap: 0.2rem;
}

.steps strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
}

.steps span {
  color: var(--muted);
  font-size: 0.95rem;
}

.cta {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}

.cta-inner {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 1.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.cta-inner p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.site-footer {
  border-top: 1px solid #dce1f4;
  padding: 1.25rem 0;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.7rem;
  color: #64709d;
}

@media (max-width: 980px) {
  .menu {
    display: none;
  }

  .hero-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .strip-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .section {
    padding: 3.2rem 0;
  }

  .hero {
    padding-top: 3.8rem;
  }

  .metric-grid,
  .service-grid,
  .strip-row {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    width: 100%;
  }

  .cta-actions .button {
    width: 100%;
    text-align: center;
  }
}
