body { background: #fff; }

.hero {
  min-height: 88vh;
  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;
  display: flex;
  align-items: center;
  padding: 110px 0 80px;
  overflow: hidden;
}

.hero h1 { font-size: 2.6rem; font-weight: 700; line-height: 1.2; }
.hero p { color: rgba(255,255,255,.9); }

.hero .hero-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 16px;
}

.about-logo-card {
  max-width: 380px;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid #e9d5ff;
  background: linear-gradient(155deg, #ffffff, #faf5ff);
  box-shadow: 0 14px 28px rgba(45,20,87,.12);
  padding: 26px;
  text-align: center;
}

.about-logo-card img {
  width: 100%;
  max-width: 260px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

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

.section { padding: 78px 0; }
.section-title { margin-bottom: 32px; }
.section-title small { color: var(--brand-2); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.section-title h2 { font-weight: 700; margin-top: 8px; margin-bottom: 8px; }

.service-card, .feature-card, .product-card, .project-card, .testimonial, .faq-card, .contact-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  height: 100%;
  transition: .25s ease;
}

.service-card:hover, .feature-card:hover, .product-card:hover, .project-card:hover,
.testimonial:hover, .faq-card:hover, .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(2,32,71,.12);
}

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

.stats { margin-top: -38px; position: relative; z-index: 3; }

.stat-card {
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(16,24,40,.07);
  height: 100%;
}

.stat-card h3 { color: var(--brand-2); font-weight: 700; margin: 0; }

.badge-soft {
  background: rgba(109,40,217,.12);
  color: var(--brand-1);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .8rem;
  margin-right: 6px;
  display: inline-block;
  margin-bottom: 8px;
}

.badge-tag {
  background: rgba(109,40,217,.16);
  color: var(--brand-1);
  border: 1px solid rgba(109,40,217,.35);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .76rem;
  font-weight: 500;
}

.product-link { display: block; color: inherit; text-decoration: none; }
.product-link:hover { color: inherit; text-decoration: none; }

.products-shell {
  border: 1px solid #e9d5ff;
  border-radius: 22px;
  background:
    radial-gradient(circle at 7% 10%, rgba(168,85,247,.15), transparent 36%),
    radial-gradient(circle at 92% 92%, rgba(109,40,217,.1), transparent 38%),
    #fff;
  box-shadow: 0 20px 40px rgba(45,20,87,.1);
  padding: 24px;
}

.products-head {
  border: 1px solid #e9d5ff;
  border-radius: 16px;
  padding: 14px 16px;
  margin-bottom: 18px;
  background: linear-gradient(120deg, #fbf8ff 0%, #f6f0ff 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.products-head h6 { margin: 0; color: var(--brand-1); font-weight: 700; }

.products-metrics { display: flex; gap: 8px; flex-wrap: wrap; }
.products-metrics span {
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .75rem;
  color: var(--brand-1);
  border: 1px solid #dcc9ff;
  background: #fff;
  font-weight: 500;
}

.product-featured {
  border: 1px solid #e9d5ff;
  border-radius: 18px;
  height: 100%;
  padding: 18px;
  background: linear-gradient(138deg, #f1e8ff 0%, #ffffff 62%);
  box-shadow: 0 16px 34px rgba(45,20,87,.12);
  position: relative;
  overflow: hidden;
}

.product-featured::after {
  content: 'Featured';
  position: absolute;
  top: 14px;
  right: -30px;
  transform: rotate(38deg);
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #6d28d9, #a855f7);
  color: #fff;
  padding: 4px 32px;
  font-weight: 600;
}

.product-featured img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
  border: 1px solid #efe7ff;
  margin-bottom: 12px;
}

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

.product-grid .product-card { padding: 14px; border-color: #ebdcff; position: relative; overflow: hidden; }
.product-grid .product-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, #6d28d9, #c084fc);
}

.product-grid .product-card img {
  width: 100%; height: 130px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f3e8ff;
  padding: 8px;
  margin-bottom: 10px;
}

.product-grid .product-card h6 { margin-bottom: 6px; color: var(--brand-1); font-weight: 600; }

.service-card { cursor: pointer; }

.service-modal .modal-content {
  border: 1px solid #e9d5ff;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(45,20,87,.16);
}

.service-modal .modal-header {
  border-bottom: 1px solid #f3e8ff;
  background: linear-gradient(120deg, #f5f3ff 0%, #faf5ff 100%);
}

.service-modal .modal-title { color: var(--brand-1); font-weight: 700; }
.service-modal h6 { color: var(--brand-2); font-size: .92rem; font-weight: 600; margin-bottom: 8px; }
.service-modal ul { margin-bottom: 0; padding-left: 20px; }

.project-thumb { width: 100%; height: 190px; object-fit: cover; border-radius: 10px; }

.news-shell {
  border: 1px solid #e9d5ff;
  border-radius: 22px;
  padding: 22px;
  background:
    radial-gradient(circle at 8% 8%, rgba(168,85,247,.16), transparent 35%),
    radial-gradient(circle at 94% 88%, rgba(109,40,217,.1), transparent 34%),
    #fff;
  box-shadow: 0 18px 38px rgba(45,20,87,.1);
}

.news-banner {
  border: 1px solid #dcc5ff;
  border-radius: 14px;
  background: linear-gradient(115deg, #4c1d95 0%, #7e22ce 60%, #a855f7 100%);
  color: #fff;
  padding: 10px 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .86rem;
}

.news-banner strong {
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.3);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 4px 8px;
  flex: 0 0 auto;
}

.news-main {
  border: 1px solid #e7dbff;
  border-radius: 16px;
  background: linear-gradient(128deg, #f5efff 0%, #ffffff 66%);
  padding: 18px;
  height: 100%;
}

.news-main img {
  width: 100%; height: 240px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #eadcff;
  margin-bottom: 12px;
}

.news-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }

.news-pill {
  border-radius: 999px;
  border: 1px solid #dbc3ff;
  background: #fff;
  color: var(--brand-1);
  font-size: .72rem;
  padding: 4px 10px;
  font-weight: 500;
}

.news-card {
  border: 1px solid #ecddff;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  height: 100%;
  transition: .25s ease;
}

.news-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(45,20,87,.12); }

.news-card img {
  width: 100%; height: 132px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #f0e6ff;
  margin-bottom: 10px;
}

.news-card h6, .news-main h5 { color: var(--brand-1); font-weight: 700; margin-bottom: 6px; }

.news-brief { border: 1px solid #e7d8ff; border-radius: 14px; background: #fff; padding: 14px; height: 100%; }
.news-brief-item { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #e9d5ff; }
.news-brief-item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.news-brief-item h6 { color: var(--brand-1); font-size: .96rem; margin-bottom: 4px; }
.news-link { font-size: .84rem; font-weight: 600; color: var(--brand-2); text-decoration: none; }
.news-link:hover { color: var(--brand-3); text-decoration: none; }

.timeline-item { border-left: 3px solid var(--brand-3); padding-left: 14px; margin-bottom: 16px; }

.cta { background: linear-gradient(110deg, #6d28d9, #a855f7); color: #fff; border-radius: 18px; padding: 34px; }

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

.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: var(--brand-2);
  color: #fff;
  display: none;
  z-index: 999;
}

.back-top.show { display: inline-flex; align-items: center; justify-content: center; }

@media (max-width: 991px) {
  .hero h1 { font-size: 2rem; }
  .section { padding: 64px 0; }
  .stats { margin-top: 28px; }
  .about-logo-card { max-width: 300px; padding: 20px; }
  .products-head { flex-direction: column; align-items: flex-start; }
}
