body {
  background-color: #0b0f1a;
}
.plans-gradient-bg {
  background: radial-gradient(circle at center, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 4rem 4rem 0 0;
}
.glass-nav {
  background: rgba(11, 15, 26, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.brand-logo {
  display: block;
  width: auto;
}
.brand-logo--nav {
  height: 54px;
  width: 282px;
  max-width: none;
}
.brand-mark {
  display: block;
  width: auto;
  filter: drop-shadow(0 10px 18px rgba(122, 79, 255, 0.22));
}
.brand-mark--nav {
  height: 54px;
}
.brand-mark--footer {
  height: 42px;
}
.nav-brand-icon {
  display: block;
  width: auto;
  height: 42px;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 18px rgba(122, 79, 255, 0.22));
}
.site-nav-brand {
  gap: 0.4rem;
}
.site-nav-shell {
  position: relative;
}
.site-nav-brand,
.site-nav-actions {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .site-nav-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-nav-actions {
    margin-left: auto;
  }
}

body [class*="text-purple-400"] { color: #59c3ff !important; }
body [class*="text-purple-500"] { color: #249fff !important; }
body [class*="hover:text-purple-400"]:hover { color: #59c3ff !important; }
body [class*="hover:text-purple-500"]:hover { color: #249fff !important; }
body [class*="hover:shadow-purple-500/30"]:hover { box-shadow: 0 20px 32px rgb(36 159 255 / 0.22) !important; }
body [class*="from-purple-600"] { --tw-gradient-from: #1d9bf0 var(--tw-gradient-from-position) !important; --tw-gradient-to: rgb(29 155 240 / 0) var(--tw-gradient-to-position) !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; }
body [class*="to-purple-600"] { --tw-gradient-to: #1769d1 var(--tw-gradient-to-position) !important; }
body [class*="from-pink-500"] { --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position) !important; --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position) !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; }
body [class*="to-rose-500"] { --tw-gradient-to: #2563eb var(--tw-gradient-to-position) !important; }
body [class*="bg-purple-600"] { background-color: #1d9bf0 !important; }
body [class*="border-purple-500/20"] { border-color: rgb(36 159 255 / 0.2) !important; }

.brand-mark,
.nav-brand-icon {
  filter: drop-shadow(0 10px 18px rgba(33, 157, 255, 0.22));
}
.plans-cta-wrap::before {
  background: radial-gradient(circle, rgba(29, 155, 240, 0.28) 0%, rgba(29, 155, 240, 0) 72%);
}
.plans-cta {
  background: linear-gradient(135deg, #0f3f9a 0%, #1769d1 48%, #1d9bf0 100%);
  box-shadow:
    0 22px 45px rgba(29, 155, 240, 0.2),
    0 12px 30px rgba(15, 63, 154, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.plans-cta:hover {
  box-shadow:
    0 28px 56px rgba(29, 155, 240, 0.24),
    0 16px 34px rgba(15, 63, 154, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.plans-cta:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.3);
  outline-offset: 4px;
}
.plans-cta-wrap {
  position: relative;
}
.plans-cta-wrap::before {
  content: '';
  position: absolute;
  inset: auto 6% -18px;
  height: 48px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.28) 0%, rgba(79, 70, 229, 0) 72%);
  filter: blur(18px);
  pointer-events: none;
}
.plans-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 52rem;
  padding: 1.1rem 1.35rem 1.1rem 1.9rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #312e81 0%, #4f46e5 48%, #2563eb 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 22px 45px rgba(37, 99, 235, 0.2),
    0 12px 30px rgba(49, 46, 129, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.plans-cta::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.08));
  pointer-events: none;
}
.plans-cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 56px rgba(37, 99, 235, 0.24),
    0 16px 34px rgba(49, 46, 129, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.plans-cta:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.3);
  outline-offset: 4px;
}
.plans-cta-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  text-align: left;
}
.plans-cta-eyebrow {
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(224, 231, 255, 0.82);
}
.plans-cta-title {
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 14px rgba(15, 23, 42, 0.24);
}
.plans-cta-note {
  font-size: 0.92rem;
  color: rgba(224, 231, 255, 0.84);
}
.plans-cta-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 auto;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
.plans-cta-icon i {
  font-size: 1.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .plans-cta {
    padding: 1rem 1.1rem 1rem 1.2rem;
  }
  .plans-cta-title {
    font-size: 1.12rem;
  }
  .plans-cta-note {
    font-size: 0.82rem;
  }
  .plans-cta-icon {
    width: 3rem;
    height: 3rem;
  }
}
