:root {
  --bg: #f6f2ff;
  --bg-soft: #efe6ff;
  --primary: #8b5cf6;
  --primary-dark: #6f42e8;
  --text: #271c43;
  --text-soft: #5c4f7e;
  --white: #ffffff;
  --card-border: rgba(139, 92, 246, 0.2);
  --shadow: 0 24px 60px rgba(124, 58, 237, 0.2);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: linear-gradient(145deg, var(--bg) 0%, #fdfbff 40%, var(--bg-soft) 100%);
  position: relative;
  overflow-x: hidden;
}

.bg-orb {
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(16px);
  z-index: -1;
}

.bg-orb-left {
  background: radial-gradient(circle at center, rgba(167, 139, 250, 0.45), rgba(167, 139, 250, 0));
  top: -180px;
  left: -120px;
}

.bg-orb-right {
  background: radial-gradient(circle at center, rgba(196, 181, 253, 0.55), rgba(196, 181, 253, 0));
  bottom: -180px;
  right: -140px;
}

.header {
  width: min(1200px, 92%);
  margin: 24px auto 10px;
  padding: 16px 20px;
  border: 1px solid var(--card-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.1);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.1rem;
}

.logo-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(145deg, #a78bfa, #7c3aed);
  box-shadow: 0 0 0 7px rgba(167, 139, 250, 0.2);
}

.header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-decoration: none;
  text-align: center;
  line-height: 1.15;
  white-space: nowrap;
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 0.95rem;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(139, 92, 246, 0.26);
  background: rgba(139, 92, 246, 0.08);
  box-shadow: 0 4px 12px rgba(109, 40, 217, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.header-link:hover {
  background: rgba(139, 92, 246, 0.14);
  border-color: rgba(139, 92, 246, 0.36);
  transform: translateY(-1px);
}

.header-link:active {
  transform: translateY(0);
}

.hero {
  width: min(1200px, 92%);
  margin: 24px auto 60px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.15);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.9rem;
}

h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4.4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.subtitle {
  margin: 18px 0 26px;
  color: var(--text-soft);
  font-size: 1.08rem;
  max-width: 650px;
  line-height: 1.65;
}

.hero-actions {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: clamp(1.1rem, 2.3vw, 1.35rem);
  background: linear-gradient(145deg, #a78bfa, #8b5cf6 42%, #7c3aed);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  padding: 22px 34px;
  text-shadow: 0 1px 2px rgba(63, 43, 116, 0.35);
  box-shadow:
    0 18px 40px rgba(109, 40, 217, 0.34),
    0 0 0 2px rgba(124, 58, 237, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 52px rgba(109, 40, 217, 0.4),
    0 0 0 2px rgba(124, 58, 237, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.cta-button:active {
  transform: translateY(-1px);
  box-shadow:
    0 12px 30px rgba(109, 40, 217, 0.3),
    0 0 0 2px rgba(124, 58, 237, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.small-note {
  color: #6449aa;
  font-weight: 600;
  font-size: 0.95rem;
  background: rgba(139, 92, 246, 0.11);
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
}

.features {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 16px;
}

.feature-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.feature-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.93rem;
  line-height: 1.5;
}

.services {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--card-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.services h2 {
  margin: 0 0 14px;
  font-size: 1.02rem;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: 14px;
  min-height: 80px;
  padding: 8px 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(109, 40, 217, 0.14);
}

.service-item img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.service-item span {
  font-size: 0.78rem;
  font-weight: 700;
  color: #4d3b75;
}

.service-item-more {
  background: linear-gradient(145deg, rgba(167, 139, 250, 0.2), rgba(255, 255, 255, 0.9));
  border: 1px dashed rgba(124, 58, 237, 0.28);
}

.service-item-more span {
  color: #5a37a8;
  font-size: 0.76rem;
  text-align: center;
  line-height: 1.3;
}

.plans {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--card-border);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 244, 255, 0.9));
  box-shadow: 0 18px 36px rgba(109, 40, 217, 0.09);
}

.plans h2 {
  margin: 0 0 14px;
  font-size: 1.05rem;
}

.plans-table-wrap {
  overflow-x: auto;
}

.plans-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-size: 0.95rem;
}

.plans-table th,
.plans-table td {
  text-align: left;
  padding: 13px 14px;
}

.plans-table thead th {
  color: #4f3d7a;
  font-weight: 700;
  padding-bottom: 6px;
}

.plans-table tbody tr td {
  background: rgba(255, 255, 255, 0.85);
  color: #5c4f7e;
  border-top: 1px solid rgba(139, 92, 246, 0.12);
  border-bottom: 1px solid rgba(139, 92, 246, 0.12);
}

.plans-table tbody tr td:first-child {
  border-left: 1px solid rgba(139, 92, 246, 0.12);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.plans-table tbody tr td:last-child {
  border-right: 1px solid rgba(139, 92, 246, 0.12);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.plans-table tbody strong {
  color: #3f2b74;
  font-weight: 800;
}

.plans-table tbody td small {
  display: block;
  margin-top: 3px;
  color: #7a65b4;
  font-size: 0.77rem;
  font-weight: 600;
}

.plan-fire {
  display: inline-block;
  margin-left: 6px;
  transform: translateY(1px);
  filter: drop-shadow(0 2px 4px rgba(255, 136, 0, 0.35));
}

.discount-pill {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.14);
  color: #5f3db0;
  font-weight: 700;
}

.plan-best td {
  color: #462a8d;
  font-weight: 700;
  background: linear-gradient(145deg, rgba(177, 146, 255, 0.22), rgba(255, 255, 255, 0.92));
  border-color: rgba(124, 58, 237, 0.25);
}

.discount-pill-best {
  background: linear-gradient(145deg, #a68bff, #7c3aed);
  color: #ffffff;
}

.plans-cta {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.plans-cta .cta-button {
  width: 100%;
  text-align: center;
}

.plans-cta .small-note {
  width: fit-content;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}

.phone-glow {
  position: absolute;
  width: min(520px, 90%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.55) 0%, rgba(167, 139, 250, 0) 68%);
}

.phone-image {
  position: relative;
  width: min(420px, 85%);
  height: auto;
  display: block;
  filter: drop-shadow(0 36px 60px rgba(109, 40, 217, 0.3));
}

.mobile-sticky-cta {
  display: none;
}

.desktop-sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 40;
}

.desktop-sticky-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: linear-gradient(145deg, #a78bfa, #8b5cf6 42%, #7c3aed);
  text-shadow: 0 1px 2px rgba(63, 43, 116, 0.35);
  box-shadow:
    0 18px 40px rgba(109, 40, 217, 0.34),
    0 0 0 2px rgba(124, 58, 237, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  animation: desktop-cta-pulse 2.8s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.desktop-sticky-cta-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 52px rgba(109, 40, 217, 0.4),
    0 0 0 2px rgba(124, 58, 237, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.desktop-sticky-cta-button:active {
  transform: translateY(-1px);
  box-shadow:
    0 12px 30px rgba(109, 40, 217, 0.3),
    0 0 0 2px rgba(124, 58, 237, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

@keyframes desktop-cta-pulse {
  0%,
  100% {
    filter: brightness(1);
    box-shadow: 0 14px 30px rgba(109, 40, 217, 0.28);
  }
  50% {
    filter: brightness(1.06);
    box-shadow: 0 20px 38px rgba(109, 40, 217, 0.36);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-visual {
    min-height: 460px;
    order: -1;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .desktop-sticky-cta {
    display: none;
  }

  body {
    padding-bottom: 98px;
  }

  .header {
    margin-top: 16px;
    padding: 14px;
  }

  .cta-button {
    width: 100%;
    text-align: center;
    padding: 18px 20px;
  }

  .service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plans-table {
    font-size: 0.9rem;
    border-spacing: 0 8px;
  }

  .plans-table th,
  .plans-table td {
    padding: 11px 10px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    border-radius: 18px;
    padding: 10px 10px 8px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(139, 92, 246, 0.22);
    backdrop-filter: blur(8px);
    box-shadow: 0 14px 32px rgba(109, 40, 217, 0.24);
  }

  .mobile-sticky-cta-button {
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.01em;
    background: linear-gradient(145deg, #a78bfa, #8b5cf6 42%, #7c3aed);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 14px;
    padding: 14px 16px;
    text-shadow: 0 1px 2px rgba(63, 43, 116, 0.35);
    box-shadow:
      0 14px 32px rgba(109, 40, 217, 0.34),
      0 0 0 2px rgba(124, 58, 237, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.35);
  }

  .mobile-sticky-cta span {
    color: #6449aa;
    font-size: 0.82rem;
    font-weight: 700;
  }
}
