:root {
  --brand-primary: #6d1fa3;
  --brand-primary-dark: #4a0d74;
  --brand-secondary: #a85bd7;
  --brand-soft: #f7f1fc;
  --text-dark: #1b1525;
  --text-muted: #6d6677;
  --border-soft: #ece3f5;
  --white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(86, 23, 128, 0.10);
  --shadow-card: 0 10px 25px rgba(40, 12, 61, 0.08);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-dark);
  background: #ffffff;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.navbar {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.96) !important;
}

.navbar-brand span {
  color: var(--brand-primary);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.nav-link {
  color: var(--text-dark);
  font-weight: 500;
  transition: 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-primary);
}

.hero-section {
  background:
    radial-gradient(circle at top left, rgba(168, 91, 215, 0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(109, 31, 163, 0.14), transparent 26%),
    linear-gradient(135deg, #fcf9ff 0%, #f4ecfb 100%);
  padding: 90px 0 70px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  background: rgba(109, 31, 163, 0.08);
  color: var(--brand-primary);
  border: 1px solid rgba(109, 31, 163, 0.12);
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 700;
}

.hero-title {
  font-size: clamp(2.3rem, 5vw, 4.25rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 720px;
}

.hero-lead {
  font-size: 1.2rem;
  color: var(--brand-primary-dark);
  font-weight: 600;
  max-width: 640px;
}

.hero-subtext {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 620px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-proof span {
  background: #ffffff;
  border: 1px solid var(--border-soft);
  color: var(--text-dark);
  padding: 0.8rem 1rem;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 600;
  box-shadow: var(--shadow-card);
}

.launching-note {
  color: var(--brand-primary);
  font-weight: 700;
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 0.95rem 1.4rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(109, 31, 163, 0.22);
  transition: 0.3s ease;
}

.btn-brand:hover,
.btn-brand:focus {
  color: #ffffff;
  transform: translateY(-1px);
  background: linear-gradient(135deg, #7a24b8 0%, #4a0d74 100%);
}

.btn-outline-brand {
  border: 1.5px solid var(--brand-primary);
  color: var(--brand-primary);
  background: transparent;
  border-radius: 12px;
  padding: 0.95rem 1.4rem;
  font-weight: 700;
  transition: 0.3s ease;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: var(--brand-primary);
  color: #ffffff;
}

.hero-mockup-wrap {
  position: relative;
  min-height: 620px;
}

.phone-card {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 10px solid #ffffff;
}

.phone-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-card-lg {
  width: 72%;
  right: 0;
  top: 0;
  z-index: 2;
}

.phone-card-sm {
  width: 46%;
  left: 0;
  bottom: 25px;
  z-index: 3;
}

.shadow-soft {
  box-shadow: var(--shadow-soft);
}

.floating-badge {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  box-shadow: var(--shadow-card);
  z-index: 4;
}

.floating-badge strong {
  font-size: 0.92rem;
  color: var(--text-dark);
}

.floating-badge span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.badge-one {
  left: 12px;
  top: 22px;
}

.badge-two {
  right: -10px;
  bottom: 10px;
}

.mini-proof-bar {
  background: #ffffff;
}

.proof-pill {
  background: var(--brand-soft);
  color: var(--brand-primary-dark);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  padding: 1rem 1.2rem;
  font-weight: 700;
  height: 100%;
}

.section-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section-tag {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand-primary);
  background: rgba(109, 31, 163, 0.08);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.badge-card,
.step-card,
.feature-card,
.contact-card,
.story-card,
.vision-card {
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
}

.badge-card {
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.badge-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.badge-card h5 {
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.badge-card p {
  color: var(--text-muted);
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.showcase-point {
  padding: 1.2rem 1.3rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.showcase-point h5 {
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.showcase-point p {
  margin-bottom: 0;
  color: var(--text-muted);
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.showcase-screen {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  border: 8px solid #ffffff;
}

.feature-card {
  padding: 1.5rem;
  height: 100%;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background: #ffffff;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.feature-title {
  margin-bottom: 0.7rem;
  font-weight: 700;
  color: var(--text-dark);
}

.feature-text {
  color: var(--text-muted);
  line-height: 1.7;
}

.feature-skeleton {
  pointer-events: none;
}

.skeleton {
  background: linear-gradient(90deg, #f1ecf6 25%, #f8f5fb 50%, #f1ecf6 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite linear;
  border-radius: 12px;
}

.skeleton-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
}

.skeleton-title {
  height: 18px;
  width: 75%;
  margin-bottom: 0.9rem;
}

.skeleton-text {
  height: 12px;
  width: 100%;
  margin-bottom: 0.55rem;
}

.skeleton-text.short {
  width: 68%;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.story-card,
.vision-card {
  padding: 2rem;
  box-shadow: var(--shadow-card);
}

.story-lead {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--brand-primary-dark);
}

.market-card {
  background: linear-gradient(135deg, #ffffff 0%, #faf5ff 100%);
}

.step-card {
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease;
}

.step-card:hover {
  transform: translateY(-4px);
}

.step-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 1rem;
}

.launch-section {
  background: linear-gradient(135deg, var(--brand-primary-dark) 0%, var(--brand-primary) 60%, var(--brand-secondary) 100%);
}

.launch-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.launch-section .btn-outline-light:hover,
.launch-section .btn-outline-light:focus {
  color: var(--text-dark);
  background: #ffffff;
}

.contact-card {
  box-shadow: var(--shadow-soft);
}

.form-control {
  min-height: 52px;
  border-radius: 12px;
  border: 1px solid #ddd5e6;
  padding-left: 0.95rem;
}

textarea.form-control {
  min-height: 140px;
  padding-top: 0.9rem;
}

.form-control:focus {
  border-color: rgba(109, 31, 163, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(109, 31, 163, 0.10);
}

.btn-loading-dots::after {
  content: "...";
  display: inline-block;
  animation: dots 1.2s steps(4, end) infinite;
  width: 1.2em;
  text-align: left;
}

@keyframes dots {
  0% { content: ""; }
  25% { content: "."; }
  50% { content: ".."; }
  75% { content: "..."; }
  100% { content: ""; }
}

.launch-swal-popup {
  border-radius: 28px !important;
  padding: 1.5rem !important;
}

.launch-swal-title {
  color: var(--text-dark) !important;
  font-weight: 800 !important;
}

.launch-popup-content {
  text-align: center;
}

.launch-popup-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f4e9fc 0%, #ead9f8 100%);
  box-shadow: 0 10px 24px rgba(109, 31, 163, 0.12);
}

.launch-popup-icon i {
  font-size: 2.4rem;
  color: var(--brand-primary);
}

.launch-popup-text {
  color: var(--text-muted);
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

.launch-countdown-wrap {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.countdown-box {
  min-width: 74px;
  background: #faf6fd;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 0.9rem 0.75rem;
  box-shadow: var(--shadow-card);
}

.countdown-box span {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--brand-primary);
  line-height: 1.1;
}

.countdown-box small {
  display: block;
  margin-top: 0.3rem;
  color: var(--text-muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.launch-ready-text {
  background: #f5eefb;
  color: var(--brand-primary-dark);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  font-weight: 700;
}

.launch-swal-confirm {
  border-radius: 12px !important;
  padding: 0.85rem 1.4rem !important;
  font-weight: 700 !important;
}

.site-footer {
  background: #000000;
}

.site-footer .nav-link {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .nav-link:hover {
  color: #ffffff;
}

.footer-copy small {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 70px 0 50px;
  }

  .hero-mockup-wrap {
    min-height: 520px;
    margin-top: 1rem;
  }

  .phone-card-lg {
    width: 76%;
  }

  .phone-card-sm {
    width: 52%;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-lead {
    font-size: 1.05rem;
  }

  .hero-mockup-wrap {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .phone-card,
  .phone-card-lg,
  .phone-card-sm {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .floating-badge {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 0.8rem;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    flex-direction: column;
  }

  .proof-pill {
    border-radius: 18px;
  }
}

.icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--brand-soft);
  margin-bottom: 1rem;
  color: var(--brand-primary);
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(109, 31, 163, 0.06);
}

.icon-wrap i {
  line-height: 1;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-dark) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 12px 24px rgba(109, 31, 163, 0.28);
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus {
  transform: translateY(-3px);
  color: #ffffff;
}