:root {
  --navy: #10223f;
  --navy-deep: #091a32;
  --blue: #2864e8;
  --blue-dark: #174cc5;
  --sky: #eaf2ff;
  --mint: #def7ed;
  --purple: #eee8ff;
  --ink: #172033;
  --muted: #657084;
  --line: #dfe5ed;
  --surface: #ffffff;
  --wash: #f5f8fc;
  --shadow: 0 28px 80px rgba(20, 46, 88, .14);
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid rgba(16, 34, 63, .08);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  font-family: "Manrope", sans-serif;
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -.03em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(145deg, #3476ff, #1948b4);
  box-shadow: 0 8px 18px rgba(40, 100, 232, .25);
}

.brand-mark svg { width: 21px; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.main-nav a {
  color: #526077;
  font-size: .93rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}

.main-nav a:hover { color: var(--blue); }

.main-nav .nav-login {
  padding: 10px 19px;
  border: 1px solid #ccd6e5;
  border-radius: 10px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 4px 12px rgba(16, 34, 63, .05);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: var(--wash);
}

.menu-button > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: var(--navy);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 0;
  background:
    linear-gradient(rgba(33, 74, 139, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 74, 139, .035) 1px, transparent 1px),
    linear-gradient(180deg, #fbfdff 0%, #f3f7fc 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  top: -260px;
  left: -170px;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(96, 153, 255, .16), transparent 68%);
}

.hero-glow-two {
  top: 100px;
  right: -230px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(64, 203, 169, .11), transparent 67%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 78px;
  align-items: center;
}

.hero-copy { padding-bottom: 52px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: var(--blue-dark);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2dcc9f;
  box-shadow: 0 0 0 5px rgba(45, 204, 159, .13);
}

.hero h1,
.section-heading h2,
.workflow-heading h2,
.cta-card h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -.055em;
}

.hero h1 {
  color: var(--navy);
  font-size: clamp(3.5rem, 5.8vw, 5.65rem);
  line-height: .98;
}

.hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.hero-lead {
  max-width: 580px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.09rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: .94rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }

.button svg { width: 18px; }

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow: 0 12px 26px rgba(40, 100, 232, .25);
}

.button-primary:hover { box-shadow: 0 16px 32px rgba(40, 100, 232, .32); }

.button-secondary {
  border-color: #d4ddea;
  color: var(--navy);
  background: rgba(255, 255, 255, .7);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.avatar-stack { display: flex; }

.avatar-stack span {
  display: grid;
  width: 35px;
  height: 35px;
  margin-left: -7px;
  place-items: center;
  border: 3px solid #f8fbff;
  border-radius: 50%;
  color: #fff;
  background: #2864e8;
  font-size: .62rem;
  font-weight: 800;
}

.avatar-stack span:first-child { margin-left: 0; background: #143c7a; }
.avatar-stack span:nth-child(2) { background: #2aaf8b; }
.avatar-stack span:nth-child(3) { background: #7860ce; }

.hero-note p {
  margin: 0;
  color: #748096;
  font-size: .78rem;
  line-height: 1.45;
}

.hero-note strong { color: #344054; font-weight: 700; }

.product-visual {
  position: relative;
  min-height: 540px;
  padding: 34px 30px 30px;
  border: 1px solid rgba(186, 199, 219, .78);
  border-radius: 22px 22px 0 0;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow);
}

.visual-dots {
  position: absolute;
  top: 15px;
  left: 18px;
  display: flex;
  gap: 5px;
}

.visual-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e3;
}

.visual-topbar,
.activity-head,
.job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.visual-topbar { padding: 12px 2px 22px; }

.visual-topbar small,
.activity-head small {
  display: block;
  margin-bottom: 3px;
  color: #8490a3;
  font-size: .68rem;
}

.visual-topbar strong,
.activity-head strong {
  display: block;
  color: var(--navy);
  font-size: 1.04rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 30px;
  color: #187359;
  background: #e5f8f2;
  font-size: .65rem;
  font-weight: 700;
}

.status-pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #26b88c;
}

.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.metric-row article {
  position: relative;
  padding: 18px;
  border: 1px solid #e7ecf3;
  border-radius: 14px;
  background: #fbfcfe;
}

.metric-icon,
.feature-icon {
  display: grid;
  place-items: center;
  border-radius: 10px;
}

.metric-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 31px;
  height: 31px;
}

.metric-icon svg { width: 17px; }
.metric-blue { color: #2764df; background: #e7efff; }
.metric-green { color: #15916d; background: #e1f7ef; }

.metric-row p {
  margin: 0 0 9px;
  color: #7b879a;
  font-size: .68rem;
}

.metric-row strong {
  display: block;
  color: var(--navy);
  font-family: "Manrope", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.metric-row small { color: #96a0b0; font-size: .62rem; }

.activity-card {
  margin-top: 14px;
  padding: 20px;
  border: 1px solid #e3e9f1;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(30, 58, 100, .06);
}

.activity-head > span {
  color: var(--blue);
  font-family: "Manrope", sans-serif;
  font-size: .8rem;
  font-weight: 800;
}

.progress-track {
  height: 6px;
  margin: 15px 0 11px;
  overflow: hidden;
  border-radius: 8px;
  background: #edf1f6;
}

.progress-track span {
  display: block;
  width: 75%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2f6eea, #36c1a0);
}

.job-list { border-top: 1px solid #eef1f5; }

.job-row {
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid #eef1f5;
}

.job-row:last-child { border: 0; padding-bottom: 0; }

.company {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 9px;
  font-size: .7rem;
  font-weight: 800;
}

.company-one { color: #1c59d8; background: #e6efff; }
.company-two { color: #167c61; background: #def5ec; }
.company-three { color: #6f4dbc; background: #eee6ff; }

.job-row div { flex: 1; }
.job-row strong { display: block; color: #26354d; font-size: .75rem; }
.job-row small { color: #929cab; font-size: .61rem; }

.job-state {
  padding: 5px 8px;
  border-radius: 20px;
  font-size: .58rem;
  font-weight: 700;
}

.state-done { color: #147255; background: #e0f6ed; }
.state-live { color: #225ac8; background: #e5eeff; }
.state-queue { color: #76570f; background: #fff3d7; }

.floating-card {
  position: absolute;
  right: -34px;
  bottom: 54px;
  display: flex;
  min-width: 215px;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  border: 1px solid #e1e7f0;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 17px 40px rgba(26, 54, 95, .16);
  animation: float 4s ease-in-out infinite;
}

.floating-card > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: #26ad88;
}

.floating-card svg { width: 17px; }
.floating-card strong { display: block; color: #23324a; font-size: .74rem; }
.floating-card small { color: #8c96a6; font-size: .6rem; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.proof-strip {
  position: relative;
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(169, 184, 205, .45);
}

.proof-strip p {
  margin: 0;
  color: #7d899b;
  font-size: .74rem;
}

.proof-strip div { display: flex; align-items: center; gap: 24px; }

.proof-strip span {
  color: #536178;
  font-family: "Manrope", sans-serif;
  font-size: .78rem;
  font-weight: 700;
}

.proof-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a8b4c5;
}

.section { padding: 112px 0; }

.features { background: #fff; }

.section-heading {
  display: grid;
  grid-template-columns: 1fr .55fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 54px;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-heading h2,
.workflow-heading h2,
.cta-card h2 {
  color: var(--navy);
  font-size: clamp(2.35rem, 4vw, 3.55rem);
  line-height: 1.08;
}

.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.7;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  gap: 18px;
}

.feature-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfcfe;
  transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(18, 47, 90, .09);
}

.feature-card-large {
  grid-row: span 2;
  min-height: 638px;
  background: linear-gradient(160deg, #f7faff, #edf4ff);
}

.feature-card-wide {
  display: grid;
  grid-column: 2 / 4;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  min-height: 310px;
  background: linear-gradient(135deg, #f7f9fc, #eef3f9);
}

.feature-number {
  position: absolute;
  top: 23px;
  right: 25px;
  color: #a4afbe;
  font-family: "Manrope", sans-serif;
  font-size: .67rem;
  font-weight: 800;
}

.feature-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 52px;
  color: #2461df;
  background: #e3edff;
}

.feature-icon svg { width: 23px; }
.feature-icon-mint { color: #168161; background: var(--mint); }
.feature-icon-purple { color: #7050b8; background: var(--purple); }
.feature-icon-dark { color: #fff; background: var(--navy); }

.feature-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -.03em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: .91rem;
  line-height: 1.65;
}

.profile-preview {
  position: absolute;
  right: 28px;
  bottom: 32px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px;
  border: 1px solid rgba(199, 211, 230, .9);
  border-radius: 14px;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 14px 35px rgba(31, 71, 130, .1);
}

.profile-photo {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #305fae, #1f3e72);
  font-size: .72rem;
  font-weight: 800;
}

.profile-preview div { flex: 1; }
.profile-preview strong { display: block; color: #26364f; font-size: .79rem; }
.profile-preview small { color: #8894a6; font-size: .65rem; }

.check-circle {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #2ab58e;
  font-size: .72rem;
}

.security-visual {
  position: relative;
  display: grid;
  min-height: 200px;
  place-items: center;
}

.security-ring {
  position: absolute;
  border: 1px solid #cbd7e8;
  border-radius: 50%;
}

.ring-one { width: 165px; height: 165px; }
.ring-two { width: 112px; height: 112px; }

.security-shield {
  position: relative;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, #2864e8, #173f96);
  box-shadow: 0 16px 35px rgba(31, 81, 183, .27);
}

.security-shield svg { width: 31px; }

.workflow {
  color: #fff;
  background: var(--navy-deep);
}

.workflow-heading { max-width: 650px; }
.workflow-heading h2 { color: #fff; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 72px;
}

.steps article { position: relative; }

.step-index {
  color: #71a0ff;
  font-family: "Manrope", sans-serif;
  font-size: .75rem;
  font-weight: 800;
}

.step-line {
  height: 1px;
  margin: 20px 0 28px;
  background: linear-gradient(90deg, #3e74dc, rgba(113, 145, 199, .16));
}

.steps h3 {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
}

.steps p {
  max-width: 310px;
  margin: 0;
  color: #9fadc1;
  font-size: .9rem;
  line-height: 1.68;
}

.cta-section { padding: 96px 0; background: #f5f8fc; }

.cta-card {
  position: relative;
  overflow: hidden;
  padding: 78px 40px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(130deg, #2864e8 0%, #1747ae 64%, #153c8c 100%);
  text-align: center;
  box-shadow: 0 28px 65px rgba(30, 78, 177, .2);
}

.cta-card .section-kicker { position: relative; color: #bcd3ff; }
.cta-card h2 { position: relative; color: #fff; }
.cta-card > p:not(.section-kicker) {
  position: relative;
  max-width: 570px;
  margin: 20px auto 28px;
  color: #dbe7ff;
  line-height: 1.7;
}

.button-light {
  position: relative;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 12px 28px rgba(10, 40, 103, .22);
}

.cta-orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
}

.cta-orb-one { top: -170px; left: -100px; width: 410px; height: 410px; }
.cta-orb-two { right: -120px; bottom: -230px; width: 480px; height: 480px; }

.site-footer {
  padding: 72px 0 24px;
  color: #9ba9bd;
  background: #08172b;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-bottom: 55px;
}

.footer-brand { color: #fff; }
.footer-main > div > p {
  max-width: 390px;
  margin: 20px 0 0;
  font-size: .88rem;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}

.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong {
  margin-bottom: 6px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: .79rem;
}
.footer-links a {
  font-size: .83rem;
  text-decoration: none;
  transition: color .2s ease;
}
.footer-links a:hover { color: #fff; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 23px;
  border-top: 1px solid rgba(181, 199, 225, .14);
  font-size: .72rem;
}

@media (max-width: 1050px) {
  .hero-grid { gap: 42px; }
  .floating-card { right: -10px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card-large { grid-row: auto; min-height: 390px; }
  .feature-card-wide { grid-column: 1 / 3; }
}

@media (max-width: 820px) {
  .menu-button { display: block; }
  .main-nav {
    position: absolute;
    top: 68px;
    right: 24px;
    left: 24px;
    display: none;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(16, 34, 63, .15);
  }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav a { padding: 11px 13px; }
  .main-nav .nav-login { margin-top: 4px; text-align: center; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; padding-bottom: 0; }
  .product-visual { min-height: 520px; }
  .proof-strip { margin-top: 45px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .steps { gap: 24px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav-wrap { min-height: 68px; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .product-visual { min-height: 500px; padding: 32px 15px 18px; }
  .visual-topbar { align-items: flex-start; gap: 12px; }
  .status-pill { font-size: .56rem; }
  .metric-row { gap: 8px; }
  .metric-row article { padding: 14px; }
  .metric-icon { display: none; }
  .activity-card { padding: 15px; }
  .job-state { display: none; }
  .floating-card { right: 12px; bottom: -20px; }
  .proof-strip { display: block; padding: 44px 0 30px; }
  .proof-strip p { margin-bottom: 18px; }
  .proof-strip div { flex-wrap: wrap; gap: 12px; }
  .proof-strip i { display: none; }
  .proof-strip span { padding: 7px 10px; border-radius: 7px; background: #fff; }
  .section { padding: 80px 0; }
  .section-heading h2, .workflow-heading h2, .cta-card h2 { font-size: 2.3rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card-large { min-height: 315px; }
  .feature-card-wide { display: block; grid-column: auto; }
  .security-visual { display: none; }
  .steps { grid-template-columns: 1fr; gap: 42px; margin-top: 50px; }
  .step-line { margin: 14px 0 20px; }
  .cta-section { padding: 60px 0; }
  .cta-card { padding: 58px 20px; border-radius: 18px; }
  .footer-main { grid-template-columns: 1fr; gap: 46px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
