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.72rem; font-weight: 700; line-height: 1.14; margin-bottom: 10px; }
.hero .lead { color: rgba(255,255,255,.93); max-width: 720px; }

.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.hero-tags span {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  padding: 4px 11px;
  background: rgba(255,255,255,.12);
  font-size: .8rem;
}

.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: 240px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.28);
  margin-bottom: 12px;
}

.hero-points { margin: 0; padding-left: 18px; }
.hero-points li { margin-bottom: 6px; }

.section { padding: 80px 0; }

.concept-shell {
  border: 1px solid #e9d5ff;
  border-radius: 18px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(45,20,87,.1);
}

.concept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.concept-card {
  border: 1px solid #e9d5ff;
  border-radius: 14px;
  padding: 18px;
  background: #fcfaff;
}

.concept-card h5 { color: var(--brand-1); font-weight: 700; margin-bottom: 8px; }

.chip {
  display: inline-block;
  margin: 4px 8px 0 0;
  border-radius: 999px;
  padding: 4px 10px;
  background: #f3e8ff;
  color: #5b21b6;
  font-size: .77rem;
  border: 1px solid #e9d5ff;
}

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

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

.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, .flow-card h5, .impact-card h5 { color: var(--brand-1); font-size: 1.04rem; font-weight: 600; margin-bottom: 7px; }

.flow-track { position: relative; padding-left: 24px; }
.flow-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-stage {
  border-radius: 18px;
  padding: 24px;
  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-stage .section-title small,
.impact-stage .section-title h2,
.impact-stage .section-title p { color: #fff; }

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

.impact-card h5, .impact-card p, .impact-card li { color: #fff; }
.impact-card ul { margin: 0; padding-left: 18px; }

.contact-shell { overflow: hidden; }
.contact-main { height: 100%; padding: 26px; background: #fff; }
.contact-main h3 { color: var(--brand-1); font-weight: 700; margin-bottom: 8px; }
.contact-side { height: 100%; padding: 26px; color: #fff; background: linear-gradient(145deg, #4c1d95, #7e22ce, #a855f7); }
.contact-side h5 { font-weight: 700; margin-bottom: 14px; }
.contact-point { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; color: rgba(255,255,255,.94); }
.contact-point i { font-size: 1.05rem; margin-top: 2px; }

.footer {
  background: #14072a;
  color: #d8c7ff;
  padding: 64px 0 24px;
  margin-top: 32px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 600; margin-bottom: 14px; text-decoration: none; }
.footer-brand img { width: 36px; height: 36px; object-fit: contain; border-radius: 8px; background: rgba(255,255,255,.08); padding: 4px; }
.footer-title { font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: #b794f4; margin-bottom: 14px; font-weight: 600; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: 10px; }
.footer-list a { color: #d8c7ff; text-decoration: none; }
.footer-list a:hover { color: #fff; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; color: #d8c7ff; }
.footer-contact i { color: #b794f4; margin-top: 3px; }
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: #fff; text-decoration: none; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.footer-social a:hover { background: linear-gradient(135deg, #7e22ce, #a855f7); border-color: transparent; }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .9rem; color: #a78bfa; }

@media (max-width: 991.98px) {
  .hero { min-height: auto; padding: 108px 0 72px; }
  .hero h1 { font-size: 2.2rem; }
  .hero-visual { margin-top: 18px; }
  .concept-grid { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .hero h1 { font-size: 1.88rem; }
}
