:root {
  --brand-dark: #0f172a;
  --brand-deep: #111827;
  --brand-primary: #7c3aed;
  --brand-secondary: #06b6d4;
  --brand-soft: #f5f3ff;
  --text-muted: #64748b;
  --border-soft: rgba(15, 23, 42, 0.08);
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--brand-dark);
  background: #ffffff;
}

a {
  text-decoration: none;
}

.glass-nav {
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.navbar-brand {
  letter-spacing: -0.03em;
}

.nav-link {
  font-weight: 600;
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  border: 0;
  padding: 0.9rem 1.35rem;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.28);
}

.btn-brand:hover {
  color: #fff;
  opacity: 0.95;
}

.hero-section {
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 45%, #0f172a 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 28%),
              radial-gradient(circle at bottom left, rgba(6,182,212,0.18), transparent 30%);
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 800;
}

.section-title {
  font-size: clamp(2rem, 2vw + 1rem, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.hero-panel {
  position: relative;
}

.hero-panel img {
  width: 100%;
  object-fit: cover;
  min-height: 460px;
}

.floating-card {
  position: absolute;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  background: rgba(255,255,255,0.94);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  box-shadow: 0 18px 40px rgba(15,23,42,0.16);
  max-width: 280px;
}

.floating-card i,
.icon-box i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  font-size: 1.35rem;
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card span {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.floating-card-one { top: 8%; left: -2rem; }
.floating-card-two { bottom: 10%; right: -2rem; }

.hero-stats .stat-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
}

.hero-stats h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
}

.hero-stats p {
  margin: 0;
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
}

.icon-box,
.content-card,
.dark-feature-card,
.testimonial-card,
.service-card,
.portfolio-card,
.timeline-item,
.accordion-item {
  border-radius: 1.25rem;
}

.icon-box,
.content-card {
  background: #fff;
  padding: 1.75rem;
  border: 1px solid var(--border-soft);
  box-shadow: 0 15px 35px rgba(15,23,42,0.04);
}

.icon-box h5,
.content-card h3,
.content-card h4 {
  margin-top: 1rem;
  font-weight: 800;
}

.icon-box p,
.content-card p,
.service-card p,
.portfolio-content p,
.timeline-item p,
.dark-feature-card p {
  color: var(--text-muted);
}

.service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-soft);
  height: 100%;
  box-shadow: 0 14px 34px rgba(15,23,42,0.05);
}

.service-card img,
.portfolio-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.service-card ul,
.content-card ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.service-card li,
.content-card li {
  margin-bottom: 0.55rem;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
}

.check-grid div {
  font-weight: 600;
  color: var(--brand-dark);
}

.check-grid i {
  color: var(--brand-primary);
  margin-right: 0.5rem;
}

.dark-feature-card {
  background: rgba(255,255,255,0.06);
  padding: 1.4rem;
  border: 1px solid rgba(255,255,255,0.08);
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 0 14px 40px rgba(15,23,42,0.08);
}

.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,0.82), rgba(15,23,42,0.1));
}

.portfolio-content {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  color: #fff;
}

.portfolio-content span {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #93c5fd;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  padding: 1.25rem;
  border: 1px solid var(--border-soft);
}

.timeline-item span {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-primary);
  font-weight: 800;
}

.testimonial-stack {
  display: grid;
  gap: 1rem;
}

.testimonial-card {
  background: #fff;
  padding: 1.6rem;
  border: 1px solid var(--border-soft);
  box-shadow: 0 14px 34px rgba(15,23,42,0.05);
}

.active-card {
  transform: translateY(0);
}

.small-card {
  opacity: 0.95;
}

.faq-section .accordion-item {
  overflow: hidden;
  border: 1px solid var(--border-soft);
  margin-bottom: 1rem;
}

.faq-section .accordion-button {
  font-weight: 800;
  padding: 1.25rem 1.4rem;
}

.faq-section .accordion-button:not(.collapsed) {
  background: var(--brand-soft);
  color: var(--brand-dark);
  box-shadow: none;
}

.cta-banner {
  background: linear-gradient(135deg, #0f172a 0%, #312e81 100%);
}

.site-footer {
  background: #0b1120;
}

.site-footer h6 {
  color: #fff;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: rgba(255,255,255,0.7);
}

.footer-links a:hover {
  color: #fff;
}

.inner-hero {
  padding: 9rem 0 5rem;
  background: linear-gradient(135deg, #111827 0%, #1e3a8a 100%);
}

.large-card img {
  height: 280px;
}

.form-control,
.form-select {
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(15,23,42,0.15);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(124,58,237,0.6);
  box-shadow: 0 0 0 0.25rem rgba(124,58,237,0.12);
}

.text-brand-dark {
  color: var(--brand-primary);
}

@media (max-width: 991.98px) {
  .floating-card-one,
  .floating-card-two {
    position: static;
    margin-top: 1rem;
    max-width: 100%;
  }

  .hero-panel {
    display: grid;
    gap: 1rem;
  }
}

@media (max-width: 767.98px) {
  .check-grid {
    grid-template-columns: 1fr;
  }

  .hero-section .display-3 {
    font-size: 2.6rem;
  }
}
