:root {
  --bg-0: #070a14;
  --bg-1: #0b1026;
  --card: rgba(255, 255, 255, 0.06);
  --card-border: rgba(255, 255, 255, 0.12);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.68);
  --brand: #7c5cff;
  --brand-2: #22d3ee;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

html,
body {
  height: 100%;
}

body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 600px at 15% -10%, rgba(124, 92, 255, 0.28), transparent 55%),
    radial-gradient(900px 500px at 90% 0%, rgba(34, 211, 238, 0.2), transparent 60%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1));
  color: var(--text);
}

/* Accessibility */
.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: #fff;
  color: #000;
  padding: 10px 12px;
  border-radius: 10px;
  z-index: 9999;
}
.skip-link:focus {
  left: 10px;
}

/* Navbar */
.app-navbar {
  background: rgba(5, 7, 18, 0.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.navbar-brand span {
  letter-spacing: -0.02em;
}
.badge-soft {
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
}
.nav-link {
  color: rgba(255, 255, 255, 0.78) !important;
}
.nav-link:hover,
.nav-link:focus {
  color: rgba(255, 255, 255, 0.98) !important;
}

/* Buttons */
.btn-glow {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.9), rgba(34, 211, 238, 0.85));
  border: 0;
  color: #0b1026;
  box-shadow: 0 12px 30px rgba(124, 92, 255, 0.18), 0 14px 40px rgba(34, 211, 238, 0.14);
}
.btn-glow:hover {
  filter: brightness(1.05);
}
.btn-primary {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.95), rgba(34, 211, 238, 0.92));
  border: 0;
}
.btn-primary:hover {
  filter: brightness(1.06);
}
.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.26);
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

/* Hero */
.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(700px 350px at 55% 20%, rgba(124, 92, 255, 0.18), transparent 60%),
    radial-gradient(700px 350px at 70% 60%, rgba(34, 211, 238, 0.14), transparent 55%);
  pointer-events: none;
}
.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
  font-size: 0.92rem;
}
.text-gradient {
  background: linear-gradient(135deg, #b9a7ff, #7c5cff 40%, #22d3ee 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pill {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}
.hero-metric {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.metric {
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.metric__num {
  font-weight: 800;
  letter-spacing: -0.03em;
}
.metric__label {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 4px;
}
@media (max-width: 576px) {
  .hero-metric {
    grid-template-columns: 1fr;
  }
}

/* Mockup composition */
.mockup-wrap {
  position: relative;
  min-height: 420px;
}
.mockup-card {
  padding: 18px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.glass {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}
.floating-badge {
  position: absolute;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(9, 12, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
.floating-badge--top {
  top: 18px;
  left: 18px;
}
.floating-badge--bottom {
  bottom: 18px;
  right: 18px;
}

/* Section headers */
.section-head {
  max-width: 760px;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

/* Cards & tiles */
.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.18), rgba(34, 211, 238, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.feature-tile {
  height: 100%;
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.feature-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 92, 255, 0.28);
  background: rgba(255, 255, 255, 0.055);
}
.tile-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 12px;
}
.tile-icon i {
  font-size: 1.2rem;
}

/* Carousel */
.carousel-card {
  border-radius: 22px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.how-slide {
  padding: 16px;
}
.how-slide__step {
  font-weight: 800;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: -0.04em;
}
.how-slide__title {
  margin-top: 6px;
  margin-bottom: 6px;
}
.how-slide__text {
  color: var(--muted);
}
.how-slide__img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.swiper-button-prev,
.swiper-button-next {
  color: rgba(255, 255, 255, 0.92);
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.55);
}
.swiper-pagination-bullet-active {
  background: rgba(124, 92, 255, 0.95);
}

/* Gallery */
.shot-card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px;
  box-shadow: var(--shadow);
}

/* CTA card */
.cta-card {
  border-radius: 26px;
  padding: 26px;
  background: radial-gradient(900px 400px at 10% 30%, rgba(124, 92, 255, 0.22), transparent 60%),
    radial-gradient(900px 400px at 90% 70%, rgba(34, 211, 238, 0.18), transparent 60%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

/* FAQ & side card */
.accordion-button {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
.accordion-item {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 12px;
}
.accordion-body {
  background: rgba(0, 0, 0, 0.1);
}
.side-card {
  border-radius: 22px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}
.form-control {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(124, 92, 255, 0.55);
  box-shadow: 0 0 0 0.25rem rgba(124, 92, 255, 0.18);
}
.link-soft {
  color: rgba(190, 200, 255, 0.95);
  text-decoration-color: rgba(190, 200, 255, 0.4);
}
.link-soft:hover {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}

/* Logos row */
.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.logo-chip {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  font-size: 0.92rem;
}
@media (max-width: 768px) {
  .logo-row {
    justify-content: flex-start;
  }
}

/* Footer */
.footer {
  background: rgba(0, 0, 0, 0.14);
}
.footer-title {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
}
.footer-links a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  padding: 4px 0;
}
.footer-links a:hover {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}


