:root {
  --lak-blue: #1200c8;
  --lak-blue-dark: #0a0870;
  --lak-indigo: #3020dc;
  --lak-lavender: #8f8cf5;
  --lak-lavender-light: #efefff;
  --lak-ink: #11132b;
  --lak-muted: #64677d;
  --lak-bg: #f8f9ff;
  --lak-border: rgba(18, 0, 200, 0.1);
  --shadow-soft: 0 20px 60px rgba(28, 22, 110, 0.1);
  --shadow-card: 0 12px 35px rgba(28, 22, 110, 0.08);
}

html {
  scroll-behavior: smooth;
}
body {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--lak-ink);
  background: #fff;
  line-height: 1.65;
}

.navbar {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(17, 19, 43, 0.06);
}
.brand-logo {
  height: 60px;
}

.nav-link {
  color: #45475c !important;
  font-weight: 600;
  font-size: 0.94rem;
}
.nav-link:hover {
  color: var(--lak-blue) !important;
}

.btn-lak {
  background: var(--lak-blue);
  border-color: var(--lak-blue);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.78rem 1.3rem;
  box-shadow: 0 10px 24px rgba(18, 0, 200, 0.18);
}
.btn-lak:hover {
  background: var(--lak-blue-dark);
  border-color: var(--lak-blue-dark);
  color: #fff;
  transform: translateY(-1px);
}
.btn-outline-lak {
  border: 1px solid rgba(18, 0, 200, 0.22);
  color: var(--lak-blue);
  background: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.78rem 1.3rem;
}
.btn-outline-lak:hover {
  background: var(--lak-lavender-light);
  border-color: rgba(18, 0, 200, 0.35);
  color: var(--lak-blue-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 8.5rem 0 6.5rem;
  background:
    radial-gradient(
      circle at 86% 18%,
      rgba(143, 140, 245, 0.28),
      transparent 25%
    ),
    radial-gradient(circle at 8% 85%, rgba(18, 0, 200, 0.07), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8f9ff 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(18, 0, 200, 0.08);
  border-radius: 50%;
  right: -240px;
  top: -180px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--lak-blue);
  background: var(--lak-lavender-light);
  border: 1px solid rgba(18, 0, 200, 0.08);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero h1 {
  font-size: clamp(2.65rem, 5vw, 4.7rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 850;
  max-width: 780px;
}
.hero h1 .accent {
  color: var(--lak-blue);
}
.hero-lead {
  color: var(--lak-muted);
  font-size: 1.15rem;
  max-width: 680px;
}

.hero-visual {
  position: relative;
  min-height: 440px;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(18, 0, 200, 0.13);
  border-radius: 50%;
  transform: rotate(-16deg);
}
.orbit.one {
  width: 390px;
  height: 220px;
  top: 70px;
  left: 35px;
}
.orbit.two {
  width: 300px;
  height: 170px;
  top: 125px;
  left: 82px;
  transform: rotate(48deg);
}
.hero-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(18, 0, 200, 0.1);
  box-shadow: var(--shadow-soft);
  border-radius: 22px;
  padding: 1.2rem;
}
.hero-card.main {
  width: 260px;
  left: 90px;
  top: 90px;
  z-index: 2;
}
.hero-card.small {
  width: 190px;
  right: 15px;
  bottom: 45px;
  z-index: 3;
}
.metric {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.metric-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--lak-lavender-light);
  color: var(--lak-blue);
}

.section-pad {
  padding: 6.5rem 0;
}
.section-soft {
  background: var(--lak-bg);
}
.section-title {
  font-size: clamp(2rem, 3.2vw, 3rem);
  letter-spacing: -0.045em;
  font-weight: 820;
  line-height: 1.1;
}
.section-lead {
  color: var(--lak-muted);
  max-width: 700px;
  font-size: 1.05rem;
}

.service-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--lak-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-card);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(28, 22, 110, 0.13);
  border-color: rgba(18, 0, 200, 0.22);
}
.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--lak-lavender-light);
  color: var(--lak-blue);
  font-size: 1.35rem;
  margin-bottom: 1.35rem;
}
.service-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
}
.service-card p {
  color: var(--lak-muted);
  font-size: 0.96rem;
}
.service-card ul {
  list-style: none;
  padding: 0;
  margin: 1.3rem 0 0;
  color: #4e5168;
  font-size: 0.9rem;
}
.service-card li {
  margin: 0.45rem 0;
}
.service-card li i {
  color: var(--lak-blue);
  margin-right: 0.45rem;
}

.business-panel {
  border-radius: 30px;
  padding: clamp(2rem, 5vw, 4.5rem);
  background: linear-gradient(135deg, #0b0877 0%, #2011c8 55%, #554ee8 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.business-panel::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  right: -120px;
  top: -140px;
}
.business-panel .muted-white {
  color: rgba(255, 255, 255, 0.76);
}
.check-row {
  display: flex;
  gap: 0.75rem;
  margin: 1rem 0;
  color: rgba(255, 255, 255, 0.9);
}
.check-row i {
  color: #c5c3ff;
}

.process-step {
  position: relative;
  padding: 1.5rem;
  border: 1px solid var(--lak-border);
  border-radius: 20px;
  background: #fff;
  height: 100%;
}
.step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lak-blue);
  color: #fff;
  font-weight: 800;
  margin-bottom: 1.1rem;
}
.process-step h4 {
  font-size: 1.05rem;
  font-weight: 800;
}
.process-step p {
  color: var(--lak-muted);
  font-size: 0.92rem;
  margin-bottom: 0;
}

.trust-strip {
  border-top: 1px solid var(--lak-border);
  border-bottom: 1px solid var(--lak-border);
  padding: 1.5rem 0;
  background: #fff;
}
.trust-item {
  color: #66697d;
  font-size: 0.88rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.trust-item i {
  color: var(--lak-blue);
}

.cta {
  padding: 6rem 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(143, 140, 245, 0.24),
      transparent 24%
    ),
    linear-gradient(180deg, #f7f7ff, #fff);
}
.cta-box {
  border: 1px solid var(--lak-border);
  border-radius: 30px;
  padding: clamp(2rem, 6vw, 5rem);
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #383b54;
  font-weight: 700;
  text-decoration: none;
  margin: 0.25rem 0.8rem 0.25rem 0;
}
.contact-pill i {
  color: var(--lak-blue);
}

footer {
  background: #0b0d25;
  color: rgba(255, 255, 255, 0.7);
  padding: 2.5rem 0;
}
footer a {
  color: #fff;
  text-decoration: none;
}
.footer-brand {
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .hero {
    padding-top: 7rem;
  }
  .hero-visual {
    min-height: 370px;
    margin-top: 2rem;
  }
  .hero-card.main {
    left: 12%;
  }
  .hero-card.small {
    right: 4%;
  }
}
@media (max-width: 575.98px) {
  .section-pad {
    padding: 4.5rem 0;
  }
  .hero {
    padding: 6.5rem 0 4rem;
  }
  .hero-visual {
    min-height: 330px;
  }
  .orbit.one {
    width: 300px;
    height: 180px;
    left: 10px;
  }
  .orbit.two {
    width: 240px;
    height: 145px;
    left: 40px;
  }
  .hero-card.main {
    width: 220px;
    left: 4%;
    top: 80px;
  }
  .hero-card.small {
    width: 170px;
    right: 0;
    bottom: 25px;
  }
  .hero-logo {
    height: 70px;
  }
}
