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

.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.hero-tag {
  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: 16px;
  box-shadow: 0 16px 34px rgba(45,20,87,.25);
}

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

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

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

.section { padding: 80px 0; }

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

.platform-highlight {
  height: 100%;
  background: linear-gradient(125deg, #4c1d95 0%, #7e22ce 56%, #a855f7 100%);
  color: #fff;
  padding: 26px;
}

.platform-highlight h4 { font-weight: 700; }
.platform-highlight p { color: rgba(255,255,255,.94); }

.kpi-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }

.kpi-box {
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}

.kpi-box strong { display: block; font-size: 1.2rem; line-height: 1; margin-bottom: 4px; }

.platform-content { padding: 24px; }

.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, .timeline-card, .usecase-card, .benefit-card, .contact-shell {
  border: 1px solid #e9d5ff;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(45,20,87,.09);
}

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

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

.timeline-card { position: relative; margin-bottom: 12px; }
.timeline-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;
}
.timeline-card:last-child { margin-bottom: 0; }

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

.usecase-stage .section-title small,
.usecase-stage .section-title h2,
.usecase-stage .section-title p { color: #fff; }

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

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

.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }

.benefit-value { font-size: 1.8rem; line-height: 1; font-weight: 700; color: var(--brand-2); margin-bottom: 8px; }

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

#google_translate_element { position: absolute; left: -9999px; top: -9999px; }

@media (max-width: 991.98px) {
  .hero { min-height: auto; padding: 108px 0 72px; }
  .hero h1 { font-size: 2.25rem; }
  .hero-visual { margin-top: 18px; }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kpi-row { grid-template-columns: 1fr; }
}

@media (max-width: 575.98px) {
  .hero h1 { font-size: 1.88rem; }
  .benefit-grid { grid-template-columns: 1fr; }
  .hero-mini-grid { grid-template-columns: 1fr; }
}
