body { background: #fff; }

.hero {
  min-height: 82vh;
  padding: 118px 0 80px;
  background:
    radial-gradient(circle at 15% 15%, rgba(232,121,249,.22), transparent 35%),
    radial-gradient(circle at 85% 75%, rgba(196,132,252,.26), transparent 40%),
    linear-gradient(130deg, #2d1457 8%, #6d28d9 50%, #a855f7 100%);
  color: #fff;
  display: flex;
  align-items: center;
}

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

.hero-quote {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 14px;
  margin: 14px 0 20px;
  max-width: 760px;
}

.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-panel {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 18px;
}

.hero-panel img {
  width: 100%;
  max-height: 220px;
  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;
}

.hero-panel .chip {
  display: inline-block;
  margin: 0 6px 8px 0;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.12);
  padding: 4px 10px;
  font-size: .76rem;
}

.section { padding: 78px 0; }

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

.info-card, .feature-card, .use-card, .benefit-card, .contact-card {
  border: 1px solid #e9d5ff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(45,20,87,.08);
  height: 100%;
}

.info-card, .feature-card, .use-card, .benefit-card { 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;
}

.feature-card h5, .use-card h5, .benefit-card h5 { color: var(--brand-1); font-size: 1.05rem; font-weight: 600; margin-bottom: 7px; }

.use-lead {
  border-radius: 18px;
  border: 1px solid #e9d5ff;
  background:
    radial-gradient(circle at 90% 10%, rgba(196,132,252,.16), transparent 40%),
    linear-gradient(130deg, #ffffff, #faf5ff);
  box-shadow: 0 16px 34px rgba(45,20,87,.1);
  padding: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.use-lead::after {
  content: 'TA-LIS USE';
  position: absolute;
  right: -34px;
  top: 20px;
  font-size: .68rem;
  letter-spacing: .1em;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #7e22ce, #a855f7);
  padding: 5px 34px;
  transform: rotate(35deg);
}

.use-lead h4 { color: var(--brand-1); font-weight: 700; margin-bottom: 10px; }

.use-quick {
  display: inline-block;
  margin: 4px 8px 0 0;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .74rem;
  border: 1px solid #e9d5ff;
  background: #f3e8ff;
  color: var(--brand-1);
}

.use-card { transition: transform .22s ease, box-shadow .22s ease; }
.use-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(45,20,87,.14); }

.benefit-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;
}

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

.benefit-grid-card {
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 16px;
  height: 100%;
  backdrop-filter: blur(4px);
}

.benefit-grid-card h5 { color: #fff; font-size: 1rem; margin-bottom: 6px; }
.benefit-grid-card p { margin-bottom: 0; color: rgba(255,255,255,.92); font-size: .92rem; }
.benefit-grid-card .icon-box { width: 44px; height: 44px; font-size: 18px; margin-bottom: 10px; background: rgba(255,255,255,.2); }

.how-layout { margin-top: 20px; }

.how-intro {
  background: linear-gradient(150deg, #4c1d95 0%, #7e22ce 58%, #a855f7 100%);
  color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 30px rgba(76,29,149,.24);
  padding: 22px;
  height: 100%;
}

.how-intro p { color: rgba(255,255,255,.93); }

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

.process-step {
  position: relative;
  border: 1px solid #e9d5ff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(45,20,87,.08);
  padding: 16px;
  margin-bottom: 12px;
}

.process-step::before {
  content: '';
  position: absolute;
  left: -14px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a855f7;
  box-shadow: 0 0 0 4px #f3e8ff;
}

.process-step:last-child { margin-bottom: 0; }

.process-head { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }

.step-no {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .84rem;
  color: #fff;
  background: linear-gradient(135deg, #6d28d9, #a855f7);
  flex: 0 0 auto;
}

.process-head .icon-box { width: 40px; height: 40px; margin-bottom: 0; font-size: 18px; }
.process-step h5 { margin: 0; font-size: 1rem; color: var(--brand-1); }
.process-step p { margin: 0; font-size: .92rem; color: #4b5563; }

.contact-hub {
  border: 1px solid #e9d5ff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(45,20,87,.12);
  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-tags { margin-top: 12px; }

.contact-tag {
  display: inline-block;
  margin: 0 7px 7px 0;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .75rem;
  color: var(--brand-1);
  border: 1px solid #e9d5ff;
  background: #f3e8ff;
}

.contact-actions .btn { margin: 6px 8px 0 0; }

.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-side h5 { font-weight: 700; margin-bottom: 10px; }

.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; }
}
