body { background: #fff; }

.hero {
  position: relative;
  padding: 120px 0 70px;
  background:
    radial-gradient(circle at 20% 20%, rgba(168,85,247,.35), transparent 40%),
    linear-gradient(130deg, #2d1457 5%, #6d28d9 45%, #a855f7 100%);
  color: #fff;
  overflow: hidden;
}

.hero h1 { font-size: 2.2rem; font-weight: 700; margin-bottom: 10px; }
.hero p { max-width: 780px; margin: 0 auto; color: rgba(255,255,255,.92); }

.hero-deco {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  filter: blur(.3px);
  pointer-events: none;
}
.hero-deco.one { width: 180px; height: 180px; top: 84px; left: -42px; }
.hero-deco.two { width: 220px; height: 220px; right: -70px; bottom: -64px; }

.section { padding: 72px 0; }

.content-card {
  background: #fff;
  border: 1px solid #e9d5ff;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(45,20,87,.08);
  padding: 28px;
}

.feature-stack { display: grid; grid-template-columns: 1fr; gap: 12px; }

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #e9d5ff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 8px 20px rgba(45,20,87,.08);
}

.feature-item i {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(135deg, #6d28d9, #a855f7);
  flex: 0 0 auto;
}

.feature-item h6 { margin: 0; font-size: .95rem; font-weight: 600; color: var(--brand-1); }

.content-card p { margin-bottom: 1.1rem; color: #374151; }

.section-title { margin-bottom: 18px; }

.story-head { display: flex; align-items: center; gap: 12px; }

.story-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #e9d5ff;
  background: #faf5ff;
  padding: 6px;
  flex: 0 0 auto;
}

.section-title h2 { font-size: 1.55rem; font-weight: 700; margin: 0; color: var(--brand-1); }

.vm-title { text-align: center; margin-bottom: 24px; }
.vm-title h2 { font-size: 1.65rem; font-weight: 700; color: var(--brand-1); margin-bottom: 6px; }
.vm-title p { margin: 0; color: #6b7280; }

.vision-card {
  background: linear-gradient(125deg, #4c1d95 0%, #7e22ce 55%, #a855f7 100%);
  border-radius: 16px;
  padding: 24px;
  color: #fff;
  box-shadow: 0 14px 30px rgba(76,29,149,.28);
  height: 100%;
}

.vision-card .label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: .95;
}

.vision-card p { margin: 0; color: rgba(255,255,255,.95); }

.mission-list { display: grid; gap: 12px; }

.mission-item {
  display: flex;
  gap: 12px;
  background: #fff;
  border: 1px solid #e9d5ff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 10px 24px rgba(45,20,87,.08);
}

.mission-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .86rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #6d28d9, #a855f7);
  margin-top: 2px;
}

.mission-item h4 { margin: 0 0 4px 0; font-size: 1rem; font-weight: 600; color: var(--brand-1); }
.mission-item p { margin: 0; color: #374151; font-size: .93rem; }

.btn-brand { background: var(--accent,#c084fc); border-color: var(--accent,#c084fc); color: #111827; font-weight: 600; }
.btn-brand:hover { background: #a855f7; border-color: #a855f7; color: #fff; }

.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) {
  .feature-stack { margin-top: 4px; }
}
