:root {
  --purple-primary: #9828c8;
  --purple-dark: #6d28d9;
  --purple-light: #f3e8ff;
  --bg-canvas: #f8f7fb;
  --text-dark: #171321;
  --text-muted: #686174;
  --white: #fff;
  --border: rgba(152, 40, 200, .12);
  --shadow: 0 18px 60px rgba(55, 30, 80, .10);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

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

.landing-body-wrapper {
  margin: 0;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-dark);
  background: var(--bg-canvas);
  overflow-x: hidden;
  position: relative;
}

button, a { font: inherit; }
a { text-decoration: none; color: inherit; }
button { border: 0; cursor: pointer; }

/* Fixed Navigation Pill */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 40px), 1260px);
}

.nav-pill {
  height: 66px;
  padding: 0 10px 0 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(40, 25, 50, .08);
  border-radius: 999px;
  box-shadow: 0 12px 45px rgba(35, 22, 50, .09);
  backdrop-filter: blur(20px);
}

.logo {
  display: flex;
  align-items: center;
  min-width: 150px;
  height: 42px;
}

.brand-logo {
  width: 138px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.footer-logo {
  filter: brightness(0) invert(1);
  opacity: .96;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
  color: #4d4655;
}

.nav-links a {
  position: relative;
  padding: 23px 0;
  transition: color 0.2s;
}

.nav-links a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--purple-primary);
  transition: .3s var(--ease);
}

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

.nav-links a:hover:after {
  width: 100%;
}

.nav-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 19px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  transition: .3s var(--ease);
}

.btn-light {
  background: transparent;
  color: #4b4552;
}

.btn-dark {
  background: #151218;
  color: #fff;
  box-shadow: 0 7px 20px rgba(20, 15, 25, .12);
}

.btn-purple {
  color: #fff;
  background: linear-gradient(135deg, var(--purple-primary), var(--purple-dark));
  box-shadow: 0 12px 30px rgba(152, 40, 200, .25);
}

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

.btn-purple:hover {
  box-shadow: 0 16px 36px rgba(152, 40, 200, .34);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--purple-light);
  font-size: 20px;
}

/* Hero Section */
.hero {
  min-height: 820px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 145px max(30px, calc((100vw - 1260px)/2)) 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 30%, rgba(152, 40, 200, .13), transparent 27%),
    radial-gradient(circle at 15% 45%, rgba(109, 40, 217, .07), transparent 30%),
    var(--bg-canvas);
}

.hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  position: relative;
  z-index: 5;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(243, 232, 255, .8);
  color: var(--purple-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple-primary);
  box-shadow: 0 0 0 5px rgba(152, 40, 200, .1);
}

.hero-title {
  margin: 0;
  max-width: 720px;
  font-size: clamp(50px, 6.1vw, 88px);
  line-height: .93;
  letter-spacing: -.065em;
  font-weight: 850;
}

.hero-title .accent {
  color: var(--purple-primary);
}

.hero-description {
  max-width: 600px;
  margin: 30px 0 28px;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-buttons .btn {
  min-height: 52px;
  padding: 0 24px;
}

.btn-outline {
  background: rgba(255, 255, 255, .6);
  border: 1px solid rgba(35, 25, 45, .1);
}

.arrow {
  transition: transform .3s var(--ease);
}

.btn:hover .arrow {
  transform: translateX(4px);
}

.slider-dots-wrapper {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 8px;
}

.slider-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 8px;
}

.slider-dot {
  position: relative;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: #d6cbdc;
  overflow: hidden;
  cursor: pointer;
  transition: width .45s var(--ease), background .3s ease;
}

.slider-dot.active {
  width: 42px;
  height: 7px;
  background: rgba(152, 40, 200, .14);
}

.slider-dot.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--purple-primary), var(--purple-dark));
  animation: dotProgress 5.5s linear forwards;
}

@keyframes dotProgress {
  from { width: 0; }
  to { width: 100%; }
}

.slider-count {
  margin-left: 8px;
  font-size: 11px;
  font-weight: 800;
  color: #8b8291;
  letter-spacing: .08em;
  white-space: nowrap;
}

/* Hero Visual & Illustrations */
.hero-art {
  height: 610px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.art-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .95), rgba(229, 205, 247, .68) 48%, rgba(152, 40, 200, .08) 72%, transparent 73%);
  filter: blur(.2px);
}

.art-orbit {
  position: absolute;
  border: 1px solid rgba(152, 40, 200, .12);
  border-radius: 50%;
  animation: spin 28s linear infinite;
}

.orbit-1 { width: 480px; height: 480px; }
.orbit-2 { width: 350px; height: 350px; animation-direction: reverse; animation-duration: 22s; }

.art-ring {
  position: absolute;
  width: 75px;
  height: 75px;
  border: 2px solid rgba(152, 40, 200, .25);
  border-radius: 50%;
  top: 55px;
  right: 105px;
  animation: float 6s ease-in-out infinite;
}

.art-ring:before, .art-ring:after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(152, 40, 200, .2);
  border-radius: 50%;
}
.art-ring:after { inset: 15px; }

.person {
  position: relative;
  z-index: 3;
  width: min(470px, 58vw);
  height: 535px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-shell {
  width: 520px;
  height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(255, 255, 255, .82) 0 42%, rgba(243, 232, 255, .68) 62%, transparent 73%);
  border-radius: 50%;
}

.hero-slide-image {
  width: 80%;
  height: 80%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 30px 35px rgba(55, 30, 75, .12));
}

.hero-slide-badge-icon {
  font-size: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 25px 30px rgba(152, 40, 200, .2));
}

.art-card {
  position: absolute;
  z-index: 5;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 15px 18px;
  animation: float 6s ease-in-out infinite;
}

.art-card strong { display: block; font-size: 14px; }
.art-card span { font-size: 11px; color: var(--text-muted); }
.card-growth { right: 10px; bottom: 88px; }
.card-growth b { color: var(--purple-primary); font-size: 20px; }
.card-market { left: 18px; bottom: 155px; animation-delay: -2s; }
.card-market .mini-bar { display: flex; align-items: flex-end; gap: 4px; height: 25px; margin-top: 7px; }
.mini-bar i { display: block; width: 7px; background: var(--purple-primary); border-radius: 3px 3px 0 0; }
.mini-bar i:nth-child(1) { height: 8px; opacity: .25; }
.mini-bar i:nth-child(2) { height: 13px; opacity: .4; }
.mini-bar i:nth-child(3) { height: 18px; opacity: .6; }
.mini-bar i:nth-child(4) { height: 25px; }

.floating-dot {
  position: absolute;
  border-radius: 50%;
  background: var(--purple-primary);
  animation: float 5s ease-in-out infinite;
}
.dot-1 { width: 10px; height: 10px; right: 15%; top: 21%; }
.dot-2 { width: 6px; height: 6px; left: 13%; top: 28%; animation-delay: -1.5s; }
.dot-3 { width: 8px; height: 8px; right: 23%; bottom: 18%; animation-delay: -3s; }

.trajectory {
  position: absolute;
  width: 170px;
  height: 70px;
  right: 12%;
  top: 19%;
  border-top: 2px solid var(--purple-primary);
  transform: rotate(-28deg);
  border-radius: 50%;
  opacity: .65;
}
.trajectory:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  right: -3px;
  top: -6px;
  background: var(--purple-primary);
}

.hero-wave {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -75px;
  height: 145px;
  background: #fff;
  border-radius: 50% 50% 0 0/55% 55% 0 0;
  transform: rotate(-1deg);
  box-shadow: 0 -8px 35px rgba(100, 70, 120, .025);
}

.slide { display: none; }
.slide.active { display: block; animation: slideIn .65s var(--ease); }

@keyframes slideIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.hero-image-shell.image-enter {
  animation: heroImageEnter .75s var(--ease) both;
}

@keyframes heroImageEnter {
  from { opacity: 0; transform: translate3d(55px, 0, 0) rotate(5deg) scale(.94); }
  to { opacity: 1; transform: translate3d(0, 0, 0) rotate(2deg) scale(1); }
}

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

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Services / Orbit Section */
.services {
  position: relative;
  min-height: 850px;
  padding: 130px 30px 150px;
  overflow: hidden;
  background: #fff;
}

.services:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  z-index: 8;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .92));
}

.services:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 48%, rgba(243, 232, 255, .9), transparent 38%);
}

.services-inner {
  position: relative;
  max-width: 1320px;
  margin: auto;
  min-height: 610px;
}

.service-center {
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(410px, 80vw);
  text-align: center;
}

.service-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 15px 45px rgba(75, 30, 100, .10);
  color: var(--purple-primary);
}

.service-kicker {
  color: var(--purple-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.service-center h2 {
  margin: 16px 0 18px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: .95;
  letter-spacing: -.06em;
}

.service-center h2 span {
  color: var(--purple-primary);
}

.service-center p {
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 390px;
}

.service-line {
  width: 55px;
  height: 5px;
  background: var(--purple-primary);
  border-radius: 99px;
  margin: 30px auto 0;
}

.service-arcs {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: visible;
}

.service-arc {
  position: absolute;
  top: 50%;
  width: 660px;
  height: 660px;
  transform: translateY(-50%);
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

.service-arc:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(152, 40, 200, .08);
  border-radius: 50%;
}

.arc-left {
  left: -330px;
  animation: leftCircularOrbit 26s linear infinite;
}

.arc-right {
  right: -330px;
  animation: rightCircularOrbit 26s linear infinite;
}

.service-card {
  position: absolute;
  width: 165px;
  height: 185px;
  padding: 7px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .92);
  box-shadow: 0 18px 50px rgba(55, 30, 75, .13);
  overflow: hidden;
  pointer-events: auto;
  z-index: 2;
  transform-origin: center;
  will-change: transform;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.arc-left .service-card:nth-child(1) {
  left: 247px;
  top: 0;
  animation: counterRotateLeft 26s linear infinite;
}

.arc-left .service-card:nth-child(2) {
  left: 533px;
  top: 238px;
  animation: counterRotateLeft 26s linear infinite;
}

.arc-left .service-card:nth-child(3) {
  left: 247px;
  top: 475px;
  animation: counterRotateLeft 26s linear infinite;
}

.arc-right .service-card:nth-child(1) {
  left: 247px;
  top: 0;
  animation: counterRotateRight 26s linear infinite;
}

.arc-right .service-card:nth-child(2) {
  left: -38px;
  top: 238px;
  animation: counterRotateRight 26s linear infinite;
}

.arc-right .service-card:nth-child(3) {
  left: 247px;
  top: 475px;
  animation: counterRotateRight 26s linear infinite;
}

.service-card-visual {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7f0fb, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  position: relative;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7f0fb, #fff);
  display: block;
}

.service-card .service-label {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 13px;
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px);
  transition: .35s var(--ease);
  color: var(--text-dark);
  text-align: center;
}

.service-card:hover {
  z-index: 30;
  transform: scale(1.06);
}

.service-card:hover .service-label {
  opacity: 1;
  transform: none;
}

@keyframes leftCircularOrbit {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(360deg); }
}

@keyframes rightCircularOrbit {
  from { transform: translateY(-50%) rotate(0deg); }
  to { transform: translateY(-50%) rotate(-360deg); }
}

@keyframes counterRotateLeft {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@keyframes counterRotateRight {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.services-orbit-caption {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  color: #8a8292;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  z-index: 12;
}

.footer {
  padding: 70px 30px;
  background: #171321;
  color: #fff;
  text-align: center;
}

.footer .logo {
  justify-content: center;
  margin-bottom: 12px;
}

.footer p {
  color: #aaa2b0;
  font-size: 13px;
}

/* Responsive Media Queries */
@media(max-width: 1000px) {
  .nav-pill { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .nav-actions .btn-light { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-description { margin-left: auto; margin-right: auto; }
  .hero-buttons, .slider-dots-wrapper { justify-content: center; }
  .hero-art { height: 500px; }
  .service-arc { width: 520px; height: 520px; }
  .arc-left { left: -255px; }
  .arc-right { right: -255px; }
  .service-card { width: 125px; height: 150px; }
  .arc-left .service-card:nth-child(1), .arc-right .service-card:nth-child(1) { left: 197px; top: 0; }
  .arc-left .service-card:nth-child(2) { left: 422px; top: 185px; }
  .arc-left .service-card:nth-child(3), .arc-right .service-card:nth-child(3) { left: 197px; top: 370px; }
  .arc-right .service-card:nth-child(2) { left: -28px; top: 185px; }
}

@media(max-width: 700px) {
  .site-header { top: 10px; width: calc(100% - 20px); }
  .nav-pill { height: 58px; padding-left: 16px; }
  .logo { min-width: 125px; }
  .brand-logo { width: 120px; height: 36px; }
  .hero { padding: 115px 20px 65px; }
  .hero-title { font-size: clamp(43px, 12vw, 60px); }
  .hero-description { font-size: 15px; margin-top: 22px; }
  .hero-buttons { flex-wrap: wrap; }
  .hero-art { height: 420px; margin-top: 10px; }
  .art-glow { width: 340px; height: 340px; }
  .orbit-1 { width: 340px; height: 340px; }
  .orbit-2 { width: 260px; height: 260px; }
  .person { height: 390px; width: 320px; }
  .hero-image-shell { width: 340px; height: 340px; }
  .hero-slide-badge-icon { font-size: 90px; }

  .card-market { left: 0; bottom: 100px; }
  .card-growth { right: 0; bottom: 55px; }
  .trajectory { right: 4%; top: 13%; width: 110px; }
  .services { min-height: 900px; padding: 90px 15px; }
  .services-inner { min-height: 700px; }
  .service-center { top: 50%; width: 90%; }
  .service-center h2 { font-size: 48px; }

  .service-arc {
    width: 600px;
    height: 600px;
  }
  .arc-left { left: -365px; }
  .arc-right { right: -365px; }

  .service-card {
    width: 105px;
    height: 132px;
    border-radius: 17px;
    padding: 5px;
  }
  .service-card img { border-radius: 12px; }

  .arc-left .service-card:nth-child(1) { left: 450px; top: 52px; }
  .arc-left .service-card:nth-child(2) { left: 520px; top: 234px; }
  .arc-left .service-card:nth-child(3) { left: 450px; top: 416px; }

  .arc-right .service-card:nth-child(1) { left: 45px; top: 52px; }
  .arc-right .service-card:nth-child(2) { left: -25px; top: 234px; }
  .arc-right .service-card:nth-child(3) { left: 45px; top: 416px; }
}

@media(prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
/* Remove unwanted initial outline/border around hero title */
.hero-title,
.hero-title:before,
.hero-title:after {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Also make sure the slide container itself has no border */
.slide,
.slide:before,
.slide:after {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
    .hero-copy,
    .hero-copy *,
    .slide,
    .slide *,
    .hero-title {
        outline: none !important;
    }

.hero-copy,
.slide,
.hero-title {
    border: 0 !important;
    box-shadow: none !important;
}