:root {
  --violet-deep: #4b1fa7;
  --purple: #6a1fb5;
  --magenta: #c2188b;
  --pink: #e83e8c;
  --soft-white: #f8f9fa;
  --gold: #f4c542;
  --bg-dark: #16072d;
  --glass: rgba(255, 255, 255, 0.12);
  --glass-strong: rgba(255, 255, 255, 0.18);
  --border: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 60px rgba(14, 4, 34, 0.38);
  --shadow-soft: 0 14px 35px rgba(18, 5, 44, 0.24);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--soft-white);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at 15% 20%, rgba(232, 62, 140, 0.32), transparent 30%),
    radial-gradient(circle at 80% 15%, rgba(244, 197, 66, 0.16), transparent 20%),
    radial-gradient(circle at 75% 70%, rgba(194, 24, 139, 0.3), transparent 28%),
    linear-gradient(135deg, #2b0a59 0%, var(--violet-deep) 28%, var(--purple) 58%, var(--magenta) 100%);
  min-height: 100vh;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%) 0 0 / 42px 42px,
    linear-gradient(295deg, rgba(255, 255, 255, 0.03) 25%, transparent 25%) 0 0 / 42px 42px;
  mix-blend-mode: screen;
  opacity: 0.28;
}

body::after {
  background:
    radial-gradient(circle at 20% 40%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.06), transparent 20%);
  z-index: -1;
}

a {
  color: inherit;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.section-pad {
  padding: 110px 0;
  position: relative;
}

.section-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 2rem));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 249, 250, 0.35), transparent);
}

.glass-nav {
  background: rgba(20, 8, 43, 0.52);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 24px rgba(7, 2, 20, 0.18);
}

.brand-mark,
.footer-brand {
  letter-spacing: 0.04em;
  font-size: 1.3rem;
}

.navbar .nav-link {
  color: rgba(248, 249, 250, 0.8);
  font-weight: 500;
  transition: color 0.25s ease, transform 0.25s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
  transform: translateY(-1px);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(248, 249, 250, 0.72);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.lang-btn.active,
.lang-btn:hover {
  color: var(--gold);
  text-shadow: 0 0 16px rgba(244, 197, 66, 0.4);
}

.btn-gold {
  color: #2d165f;
  background: linear-gradient(135deg, #f7d86b 0%, var(--gold) 100%);
  border: 0;
  box-shadow: 0 12px 28px rgba(244, 197, 66, 0.28);
}

.btn-gold:hover,
.btn-gold:focus {
  color: #24124f;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(244, 197, 66, 0.34);
}

.btn,
.glass-card,
.legal-card,
.floating-whatsapp,
.social-icons a {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.btn:hover,
.glass-card:hover,
.legal-card:hover,
.social-icons a:hover {
  transform: translateY(-4px);
}

.glass-card {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 110px;
}

.hero-section .container::before,
.hero-section .container::after {
  content: "";
  position: absolute;
  border-radius: 28px;
  transform: rotate(14deg);
  opacity: 0.65;
  z-index: -1;
}

.hero-section .container::before {
  width: 220px;
  height: 220px;
  right: 6%;
  top: 8%;
  background: linear-gradient(135deg, rgba(232, 62, 140, 0.24), rgba(255, 255, 255, 0.05));
  box-shadow: 0 0 40px rgba(194, 24, 139, 0.22);
}

.hero-section .container::after {
  width: 140px;
  height: 140px;
  left: -1%;
  bottom: 12%;
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.22), rgba(255, 255, 255, 0.04));
}

.eyebrow-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy,
.whatsapp-copy {
  max-width: 620px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  font-weight: 500;
}

.hero-meta-item i,
.contact-line i,
.legal-card i,
.support-card i,
.pricing-icon,
.feature-icon {
  color: var(--gold);
}

.hero-panel {
  padding: 1.5rem;
  min-height: 450px;
}

.hero-preview-wrap {
  position: relative;
  isolation: isolate;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.hero-preview-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(38, 14, 75, 0.08) 0%, rgba(38, 14, 75, 0.32) 100%);
  pointer-events: none;
}

.hero-artwork {
  width: 100%;
  height: 320px;
  object-fit: contain;
  object-position: center top;
  display: block;
  padding: 0.5rem;
  filter: saturate(1.03) contrast(1.02);
}

.square-card {
  border-radius: 26px;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

.hero-badge-inline {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.square-secondary,
.square-tertiary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  backdrop-filter: blur(16px);
  min-height: 102px;
}

.square-secondary {
  background: linear-gradient(145deg, rgba(232, 62, 140, 0.32), rgba(106, 31, 181, 0.2));
  max-width: 320px;
}

.square-tertiary {
  background: linear-gradient(145deg, rgba(244, 197, 66, 0.2), rgba(75, 31, 167, 0.18));
}

.feature-card,
.support-card,
.device-card,
.pricing-card,
.step-card,
.contact-form-card,
.contact-info-card,
.legal-card,
.whatsapp-panel,
.legal-copy {
  padding: 1.8rem;
}

.feature-card h3,
.support-card h3,
.device-card h3,
.pricing-card h3,
.step-card h3,
.contact-info-card h3,
.legal-card h3,
.legal-copy h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.feature-icon,
.support-card i,
.device-card i,
.legal-card i {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.section-heading {
  max-width: 760px;
}

.device-card i {
  font-size: 2.2rem;
}

.device-card h3 {
  margin-bottom: 0;
}

.step-card {
  position: relative;
  overflow: hidden;
}

.step-badge {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-weight: 800;
  color: #2d165f;
  background: linear-gradient(135deg, #f7d86b, var(--gold));
  margin-bottom: 1rem;
}

.pricing-card {
  position: relative;
  overflow: hidden;
}

.pricing-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -35% auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 65%);
}

.pricing-card-featured {
  border-color: rgba(244, 197, 66, 0.52);
  box-shadow: 0 18px 38px rgba(244, 197, 66, 0.16), var(--shadow-soft);
}

.pricing-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.best-value-pill {
  position: absolute;
  top: 18px;
  right: 18px;
  background: linear-gradient(135deg, #f7d86b, var(--gold));
  color: #2d165f;
  font-weight: 800;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-placeholder {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.05);
  margin: 1.3rem 0;
  color: rgba(248, 249, 250, 0.88);
  font-weight: 600;
}

.pricing-preview {
  margin: 1.1rem 0 1rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 26px rgba(10, 4, 22, 0.24);
}

.pricing-preview img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.form-label {
  color: var(--soft-white);
  font-weight: 600;
}

.form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--soft-white);
  border-radius: 16px;
  padding: 0.9rem 1rem;
}

.form-control::placeholder {
  color: rgba(248, 249, 250, 0.58);
}

.form-control:focus {
  color: var(--soft-white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(244, 197, 66, 0.65);
  box-shadow: 0 0 0 0.25rem rgba(244, 197, 66, 0.14);
}

.contact-line {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  gap: 0.85rem;
}

.social-icons a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
}

.social-icons a:hover {
  box-shadow: 0 12px 24px rgba(12, 3, 28, 0.22);
}

.whatsapp-panel {
  max-width: 880px;
}

.whatsapp-cta {
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.24);
}

.whatsapp-number {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.faq-accordion .accordion-item {
  background: transparent;
  border: 0;
  margin-bottom: 1rem;
}

.faq-accordion .accordion-button,
.faq-accordion .accordion-body {
  background: rgba(255, 255, 255, 0.08);
  color: var(--soft-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.faq-accordion .accordion-button {
  border-radius: 18px;
  font-weight: 600;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
  border-top: 0;
  border-radius: 0 0 18px 18px;
}

.legal-card {
  color: var(--soft-white);
}

.legal-card:hover {
  border-color: rgba(244, 197, 66, 0.4);
  box-shadow: 0 16px 34px rgba(14, 4, 34, 0.3);
}

.legal-copy h2 {
  margin-bottom: 1.2rem;
}

.legal-text h3 {
  margin-top: 1.35rem;
}

.legal-text p {
  color: rgba(248, 249, 250, 0.82);
  line-height: 1.75;
  margin-bottom: 0;
}

.site-footer {
  padding: 2rem 0 2.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(14, 5, 28, 0.42);
  backdrop-filter: blur(12px);
}

.footer-links a,
.footer-whatsapp {
  color: rgba(248, 249, 250, 0.85);
  text-decoration: none;
}

.footer-links a:hover,
.footer-whatsapp:hover {
  color: var(--gold);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  z-index: 1030;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #25d366, #16a34a);
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
  box-shadow: 0 18px 35px rgba(37, 211, 102, 0.34);
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.03);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0 0.5rem;
  }

  .hero-section {
    padding-top: 120px;
  }

  .hero-panel {
    min-height: auto;
  }

  .hero-artwork {
    height: 300px;
  }

  .hero-badge-inline {
    margin-top: 1rem;
  }

  .section-pad {
    padding: 88px 0;
  }
}

@media (max-width: 767.98px) {
  .display-4 {
    font-size: 2.5rem;
  }

  .hero-meta {
    flex-direction: column;
  }

  .hero-artwork {
    height: 240px;
  }

  .square-card {
    padding: 1.15rem;
  }

  .feature-card,
  .support-card,
  .device-card,
  .pricing-card,
  .step-card,
  .contact-form-card,
  .contact-info-card,
  .legal-card,
  .whatsapp-panel,
  .legal-copy {
    padding: 1.35rem;
  }

  .floating-whatsapp {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }
}
