body { background: #fff; }

.hero {
  min-height: 86vh;
  padding: 118px 0 84px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.16), transparent 35%),
    radial-gradient(circle at 88% 72%, rgba(255,255,255,.14), transparent 40%),
    linear-gradient(132deg, #2d1457 6%, #6d28d9 52%, #a855f7 100%);
  color: #fff;
  display: flex;
  align-items: center;
}

.hero h1 { font-size: 2.75rem; font-weight: 700; line-height: 1.15; margin-bottom: 10px; }
.hero .lead { color: rgba(255,255,255,.92); max-width: 700px; }

.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }

.hero-chip {
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 12px;
  padding: 10px;
  background: rgba(255,255,255,.1);
  font-size: .9rem;
}

.btn-light-cta { background: #fff; border-color: #fff; color: var(--brand-1); font-weight: 600; }
.btn-light-cta:hover { background: #f3e8ff; border-color: #f3e8ff; color: var(--brand-1); }

.hero-visual {
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 16px 34px rgba(45,20,87,.25);
}

.hero-visual img {
  width: 100%;
  max-height: 230px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  padding: 10px;
  margin-bottom: 12px;
}

.section { padding: 80px 0; }

.glass-card, .flow-card, .module-card, .impact-card, .contact-hub {
  border: 1px solid #e9d5ff;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(45,20,87,.09);
}

.glass-card, .flow-card, .module-card, .impact-card { padding: 20px; height: 100%; }

.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-2), var(--brand-3));
  margin-bottom: 12px;
}

.module-card h5, .impact-card h5, .flow-card h5 { color: var(--brand-1); font-size: 1.02rem; font-weight: 600; margin-bottom: 7px; }

.platform-overview {
  background: linear-gradient(125deg, #4c1d95 0%, #7e22ce 56%, #a855f7 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(76,29,149,.27);
  padding: 24px;
  height: 100%;
}

.platform-overview h4 { font-weight: 700; margin-bottom: 10px; }
.platform-overview p { color: rgba(255,255,255,.93); }

.overview-tag {
  display: inline-block;
  margin: 4px 8px 0 0;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .75rem;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.12);
  color: #fff;
}

.workflow-track { position: relative; padding-left: 24px; }
.workflow-track::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(#a855f7, #ddd6fe);
}

.flow-card { position: relative; margin-bottom: 12px; }
.flow-card::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a855f7;
  box-shadow: 0 0 0 4px #f3e8ff;
}
.flow-card:last-child { margin-bottom: 0; }

.impact-shell {
  border-radius: 18px;
  padding: 26px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 34%),
    radial-gradient(circle at 86% 74%, rgba(255,255,255,.15), transparent 40%),
    linear-gradient(125deg, #3b0764, #6d28d9 55%, #9333ea);
  box-shadow: 0 18px 36px rgba(59,7,100,.3);
  color: #fff;
}

.impact-shell .section-title small,
.impact-shell .section-title h2,
.impact-shell .section-title p { color: #fff; }

.impact-card {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.3);
  backdrop-filter: blur(4px);
  box-shadow: none;
}

.impact-card h5, .impact-card p { color: #fff; }

.impact-value { font-size: 2rem; font-weight: 700; line-height: 1; margin-bottom: 8px; color: #fff; }

.contact-hub { overflow: hidden; }

.contact-main {
  padding: 28px;
  background:
    radial-gradient(circle at 8% 8%, rgba(196,132,252,.12), transparent 36%),
    linear-gradient(120deg, #faf5ff 0%, #ffffff 58%);
  height: 100%;
}

.contact-main h3 { color: var(--brand-1); font-weight: 700; margin-bottom: 8px; }

.contact-side {
  padding: 26px;
  height: 100%;
  color: #fff;
  background: linear-gradient(135deg, #4c1d95 0%, #7e22ce 55%, #a855f7 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-point { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: .93rem; }
.contact-point i { width: 30px; height: 30px; border-radius: 8px; background: rgba(255,255,255,.18); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }

.footer {
  background:
    radial-gradient(circle at 10% 15%, rgba(168,85,247,.24), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(109,40,217,.22), transparent 34%),
    #1f0c3f;
  color: rgba(255,255,255,.86);
  padding: 52px 0 18px;
}

.footer a { color: #ddd6fe; text-decoration: none; }
.footer a:hover { color: #fff; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.footer-brand img { width: 36px; height: 36px; object-fit: contain; border-radius: 8px; background: rgba(255,255,255,.14); padding: 4px; }
.footer-title { font-size: .92rem; font-weight: 600; color: #fff; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 10px; }
.footer-list { list-style: none; padding-left: 0; margin-bottom: 0; }
.footer-list li { margin-bottom: 8px; font-size: .93rem; }
.footer-contact li { display: flex; align-items: flex-start; gap: 8px; }
.footer-contact i { margin-top: 3px; color: #c4b5fd; flex: 0 0 auto; }
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a { width: 34px; height: 34px; border-radius: 10px; border: 1px solid rgba(255,255,255,.2); display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.08); color: #fff; }
.footer-social a:hover { background: rgba(255,255,255,.2); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); margin-top: 26px; padding-top: 14px; font-size: .86rem; color: rgba(255,255,255,.72); }

@media (max-width: 991px) {
  .hero h1 { font-size: 2rem; }
  .section { padding: 62px 0; }
  .hero-grid { grid-template-columns: 1fr; }
}
