:root {
  --cs-blue-50: #f3f8ff;
  --cs-blue-100: #e7f1ff;
  --cs-blue-200: #cfe3ff;
  --cs-blue-300: #9cc5ff;
  --cs-blue-500: #0b74ff;
  --cs-blue-600: #075ee7;
  --cs-blue-700: #064dbd;
  --cs-ink: #07183b;
  --cs-muted: #42629a;
  --cs-line: rgba(7, 94, 231, 0.14);
  --cs-card: rgba(255, 255, 255, 0.74);
  --cs-shadow: 0 18px 46px rgba(38, 111, 214, 0.12);
}

.mobile-nav-rail {
  display: none;
}

body.theme-light-blue {
  min-height: 100vh;
  color: var(--cs-ink) !important;
  background:
    radial-gradient(circle at 68% 16%, rgba(74, 144, 255, 0.22), transparent 30%),
    radial-gradient(circle at 14% 6%, rgba(255, 255, 255, 0.94), transparent 36%),
    linear-gradient(180deg, #f8fbff 0%, #edf5ff 45%, #f8fbff 100%) !important;
}

body.theme-light-blue::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72) 0 18%, transparent 18% 100%),
    linear-gradient(205deg, rgba(213, 230, 255, 0.48) 0 16%, transparent 16% 100%),
    radial-gradient(ellipse at 72% 22%, rgba(11, 116, 255, 0.18), transparent 38%);
}

body.theme-light-blue nav.fixed,
body.theme-light-blue .glass-nav {
  background: rgba(255, 255, 255, 0.72) !important;
  border-bottom: 1px solid rgba(18, 92, 198, 0.1) !important;
  box-shadow: 0 10px 28px rgba(36, 104, 204, 0.08);
  backdrop-filter: blur(20px);
}

body.theme-light-blue .site-nav-shell {
  height: 64px !important;
}

body.theme-light-blue .site-nav-menu a {
  position: relative;
  color: #294b86 !important;
  font-size: 0.92rem;
  font-weight: 700;
}

body.theme-light-blue .site-nav-menu a:hover,
body.theme-light-blue .site-nav-menu a.text-purple-400 {
  color: var(--cs-blue-600) !important;
}

body.theme-light-blue .site-nav-menu a.text-purple-400::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.05rem;
  width: 2.25rem;
  height: 0.18rem;
  border-radius: 999px;
  background: var(--cs-blue-500);
  transform: translateX(-50%);
  box-shadow: 0 8px 18px rgba(7, 94, 231, 0.35);
}

body.theme-light-blue .site-nav-actions a,
body.theme-light-blue .site-nav-actions button {
  background: linear-gradient(180deg, #1786ff 0%, #075ee7 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(7, 94, 231, 0.24);
}

body.theme-light-blue .site-nav-actions a:hover,
body.theme-light-blue .site-nav-actions button:hover {
  box-shadow: 0 15px 30px rgba(7, 94, 231, 0.32) !important;
  transform: translateY(-1px);
}

body.theme-light-blue .nav-brand-icon,
body.theme-light-blue .brand-mark {
  filter: drop-shadow(0 12px 18px rgba(7, 94, 231, 0.2));
  object-fit: cover;
  border-radius: 0.7rem;
}

body.theme-light-blue .brand-logo--nav {
  height: 48px;
}

body.theme-light-blue .brand-logo--footer {
  height: 40px;
}

body.theme-light-blue .nav-brand-icon {
  width: 42px;
  height: 42px;
}

body.theme-light-blue .brand-mark--footer {
  width: 44px;
  height: 44px;
}

body.theme-light-blue .text-gradient {
  background: linear-gradient(135deg, #1186ff 0%, #075ee7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.theme-light-blue .bg-gradient-main,
body.theme-light-blue.download-page > section:first-of-type,
body.theme-light-blue.plans-page > .pt-20.pb-16 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 74% 52%, rgba(11, 116, 255, 0.18), transparent 36%),
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.96), transparent 30%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.86) 0%, rgba(232, 242, 255, 0.94) 64%, rgba(214, 230, 255, 0.86) 100%) !important;
}

body.theme-light-blue .bg-gradient-main::before,
body.theme-light-blue.download-page > section:first-of-type::before,
body.theme-light-blue.plans-page > .pt-20.pb-16::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 70% 70%, transparent 0 20%, rgba(74, 144, 255, 0.16) 20.5% 21%, transparent 21.5% 30%, rgba(74, 144, 255, 0.12) 30.5% 31%, transparent 31.5%),
    linear-gradient(25deg, transparent 54%, rgba(74, 144, 255, 0.2) 54.2%, transparent 55%),
    linear-gradient(155deg, transparent 62%, rgba(74, 144, 255, 0.14) 62.2%, transparent 63%);
}

body.theme-light-blue .bg-gradient-main::after,
body.theme-light-blue.download-page > section:first-of-type::after,
body.theme-light-blue.plans-page > .pt-20.pb-16::after {
  content: '';
  position: absolute;
  top: clamp(5rem, 11vw, 8.2rem);
  right: clamp(5rem, 14vw, 13rem);
  width: clamp(9rem, 17vw, 13.5rem);
  height: clamp(9rem, 17vw, 13.5rem);
  pointer-events: none;
  border-radius: 2.4rem;
  background:
    url("../../coolshark-logo.png") center / 72% no-repeat,
    linear-gradient(150deg, rgba(255, 255, 255, 0.82), rgba(24, 126, 255, 0.93) 52%, rgba(4, 65, 175, 0.95));
  box-shadow:
    0 28px 70px rgba(7, 94, 231, 0.32),
    inset 0 2px 8px rgba(255, 255, 255, 0.78),
    inset 0 -18px 30px rgba(0, 35, 120, 0.22);
}

body.theme-light-blue .bg-gradient-main > *,
body.theme-light-blue.download-page > section:first-of-type > *,
body.theme-light-blue.plans-page > .pt-20.pb-16 > * {
  position: relative;
  z-index: 1;
}

body.theme-light-blue h1,
body.theme-light-blue h2,
body.theme-light-blue h3,
body.theme-light-blue h4,
body.theme-light-blue .text-white {
  color: var(--cs-ink) !important;
}

body.theme-light-blue p,
body.theme-light-blue .text-gray-300,
body.theme-light-blue .text-gray-400,
body.theme-light-blue .text-gray-500,
body.theme-light-blue .text-gray-600,
body.theme-light-blue .text-slate-400,
body.theme-light-blue .text-slate-500,
body.theme-light-blue .text-slate-600 {
  color: var(--cs-muted) !important;
}

body.theme-light-blue [class*="text-purple-400"],
body.theme-light-blue [class*="text-purple-500"],
body.theme-light-blue [class*="text-indigo-600"],
body.theme-light-blue [class*="text-indigo-500"] {
  color: var(--cs-blue-600) !important;
}

body.theme-light-blue [class*="hover:text-purple-400"]:hover,
body.theme-light-blue [class*="hover:text-purple-500"]:hover {
  color: var(--cs-blue-600) !important;
}

body.theme-light-blue [class*="bg-purple-500/10"],
body.theme-light-blue [class*="bg-purple-500/20"],
body.theme-light-blue [class*="bg-indigo-500"] {
  background-color: rgba(11, 116, 255, 0.1) !important;
}

body.theme-light-blue [class*="border-purple-500"],
body.theme-light-blue [class*="border-indigo-"],
body.theme-light-blue [class*="border-white/5"],
body.theme-light-blue [class*="border-white/10"] {
  border-color: rgba(11, 116, 255, 0.14) !important;
}

body.theme-light-blue [class*="hover:border-purple-500/30"]:hover,
body.theme-light-blue [class*="hover:border-purple-500/50"]:hover {
  border-color: rgba(11, 116, 255, 0.38) !important;
}

body.theme-light-blue [class*="from-purple-600"],
body.theme-light-blue [class*="from-indigo-600"],
body.theme-light-blue [class*="from-pink-500"] {
  --tw-gradient-from: #0b74ff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(11, 116, 255, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

body.theme-light-blue [class*="to-purple-600"],
body.theme-light-blue [class*="to-rose-500"] {
  --tw-gradient-to: #075ee7 var(--tw-gradient-to-position) !important;
}

body.theme-light-blue [class*="bg-purple-600"] {
  background-color: var(--cs-blue-600) !important;
}

body.theme-light-blue .glass-card,
body.theme-light-blue .plans-gradient-bg .cursor-default,
body.theme-light-blue [class*="bg-white/5"] {
  background: var(--cs-card) !important;
  border: 1px solid rgba(11, 116, 255, 0.13) !important;
  box-shadow: var(--cs-shadow);
  backdrop-filter: blur(18px);
}

body.theme-light-blue .glass-card:hover,
body.theme-light-blue .plans-gradient-bg .cursor-default:hover {
  border-color: rgba(11, 116, 255, 0.26) !important;
  box-shadow: 0 24px 56px rgba(38, 111, 214, 0.18) !important;
}

body.theme-light-blue blockquote {
  background: rgba(255, 255, 255, 0.64) !important;
  border-left-color: var(--cs-blue-500) !important;
  box-shadow: 0 18px 42px rgba(38, 111, 214, 0.12);
}

body.theme-light-blue section[class*="bg-[#080b14]"],
body.theme-light-blue section[class*="bg-[#0b0f1a]"] {
  background:
    radial-gradient(circle at 75% 10%, rgba(11, 116, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(250, 253, 255, 0.76), rgba(237, 246, 255, 0.78)) !important;
}

body.theme-light-blue .hero-action-btn,
body.theme-light-blue button.register-action,
body.theme-light-blue #promo-code {
  border: 1px solid rgba(11, 116, 255, 0.22) !important;
  box-shadow: 0 10px 24px rgba(38, 111, 214, 0.12);
}

body.theme-light-blue .hero-action-btn:first-child,
body.theme-light-blue .plans-cta,
body.theme-light-blue button.register-action,
body.theme-light-blue .block.w-full.py-4 {
  background: linear-gradient(180deg, #1786ff 0%, #075ee7 100%) !important;
  color: #fff !important;
}

body.theme-light-blue .hero-action-btn:first-child *,
body.theme-light-blue .plans-cta,
body.theme-light-blue .plans-cta *,
body.theme-light-blue button.register-action,
body.theme-light-blue button.register-action *,
body.theme-light-blue .block.w-full.py-4,
body.theme-light-blue .block.w-full.py-4 * {
  color: #fff !important;
}

body.theme-light-blue .hero-action-btn:nth-child(2) {
  background: rgba(255, 255, 255, 0.52) !important;
  color: var(--cs-blue-600) !important;
}

body.theme-light-blue .download-page .glass-card,
body.theme-light-blue.download-page .glass-card {
  border-radius: 1.55rem !important;
}

body.theme-light-blue.download-page .glass-card [class*="text-[10px]"] {
  display: inline-flex;
  width: fit-content;
  min-width: 7.8rem;
  justify-content: center;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(11, 116, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--cs-blue-600) !important;
}

body.theme-light-blue.download-page .glass-card i.text-white,
body.theme-light-blue.download-page .glass-card i.text-gray-200,
body.theme-light-blue.download-page .glass-card i.text-gray-500 {
  color: #6f86b6 !important;
}

body.theme-light-blue .os-icon-bg {
  background: radial-gradient(circle at center, rgba(11, 116, 255, 0.18) 0%, transparent 70%) !important;
}

body.theme-light-blue .plans-gradient-bg {
  background:
    radial-gradient(circle at 50% 0%, rgba(11, 116, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(236, 246, 255, 0.82)) !important;
  border-radius: 3rem 3rem 0 0 !important;
  border-top: 1px solid rgba(11, 116, 255, 0.1);
}

body.theme-light-blue .promo-card-shell {
  background: linear-gradient(135deg, #5cadff, #075ee7) !important;
  box-shadow: 0 22px 54px rgba(38, 111, 214, 0.18) !important;
}

body.theme-light-blue .popular-plan-card {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.32), transparent 24%),
    linear-gradient(160deg, #1786ff 0%, #075ee7 54%, #0544aa 100%) !important;
  border-color: rgba(255, 255, 255, 0.48) !important;
  box-shadow: 0 26px 64px rgba(7, 94, 231, 0.26) !important;
}

body.theme-light-blue .popular-plan-card,
body.theme-light-blue .popular-plan-card *,
body.theme-light-blue [class*="bg-[#05070a]"],
body.theme-light-blue [class*="bg-[#05070a]"] *,
body.theme-light-blue [class*="bg-[#121624]"],
body.theme-light-blue [class*="bg-[#121624]"] *,
body.theme-light-blue .bg-red-500.text-white,
body.theme-light-blue [class*="bg-emerald-600"] .text-white {
  color: #fff !important;
}

body.theme-light-blue footer[class*="bg-[#05070a]"] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(230, 242, 255, 0.9)) !important;
  border-top: 1px solid rgba(11, 116, 255, 0.12);
}

body.theme-light-blue footer[class*="bg-[#05070a]"] h4,
body.theme-light-blue footer[class*="bg-[#05070a]"] .text-white {
  color: var(--cs-ink) !important;
}

body.theme-light-blue footer[class*="bg-[#05070a]"] p,
body.theme-light-blue footer[class*="bg-[#05070a]"] a,
body.theme-light-blue footer[class*="bg-[#05070a]"] span {
  color: var(--cs-muted) !important;
}

body.theme-light-blue.home-page .bg-gradient-main {
  min-height: calc(100vh - 64px);
  padding-top: clamp(5.6rem, 9vw, 7.2rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3rem) !important;
}

body.theme-light-blue.home-page .bg-gradient-main::before {
  background:
    radial-gradient(ellipse at 67% 76%, transparent 0 24%, rgba(74, 144, 255, 0.15) 24.4% 25%, transparent 25.5% 36%, rgba(74, 144, 255, 0.11) 36.4% 37%, transparent 37.6%),
    linear-gradient(28deg, transparent 43%, rgba(74, 144, 255, 0.18) 43.2%, transparent 44.2%),
    linear-gradient(154deg, transparent 51%, rgba(74, 144, 255, 0.15) 51.2%, transparent 52.2%),
    linear-gradient(205deg, transparent 24%, rgba(255, 255, 255, 0.7) 24.2%, transparent 25%);
}

body.theme-light-blue.home-page .bg-gradient-main::after {
  top: clamp(5.8rem, 9vw, 7rem);
  right: clamp(5rem, 12vw, 12rem);
  width: clamp(11rem, 17vw, 15rem);
  height: clamp(11rem, 17vw, 15rem);
  border-radius: 2.45rem;
}

body.theme-light-blue.home-page .bg-gradient-main > .max-w-7xl {
  min-height: calc(100vh - 10rem);
  display: flex;
  align-items: stretch;
}

body.theme-light-blue.home-page .bg-gradient-main .max-w-4xl {
  width: min(100%, 34rem);
  max-width: 34rem !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  display: flex;
  flex-direction: column;
  text-align: left !important;
}

body.theme-light-blue.home-page .bg-gradient-main .inline-flex {
  width: fit-content;
  margin-bottom: 1.35rem !important;
  padding: 0.56rem 1rem !important;
  border-color: rgba(7, 94, 231, 0.22) !important;
  background: rgba(235, 245, 255, 0.74) !important;
  color: var(--cs-blue-600) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.11em !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.theme-light-blue.home-page .bg-gradient-main h1 {
  max-width: 31rem;
  margin-bottom: 1.55rem !important;
  color: var(--cs-ink) !important;
  font-size: clamp(4.2rem, 7.6vw, 6.9rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.075em !important;
}

body.theme-light-blue.home-page .bg-gradient-main h1 .text-gradient {
  display: inline;
  font-size: 1em;
}

body.theme-light-blue.home-page .bg-gradient-main h1 .text-gradient::before {
  content: "\A";
  white-space: pre;
}

body.theme-light-blue.home-page .bg-gradient-main .max-w-2xl {
  width: min(100%, 24.5rem);
  max-width: 24.5rem !important;
  margin: 0 0 2.2rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main .fa-quote-left {
  top: -1.25rem !important;
  left: -1.05rem !important;
  color: var(--cs-blue-500) !important;
  opacity: 0.95;
  font-size: 2.2rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main blockquote {
  min-height: 10.2rem;
  display: flex;
  align-items: center;
  border-left: 0 !important;
  border-radius: 0.9rem !important;
  padding: 1.5rem 2rem !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 22px 54px rgba(38, 111, 214, 0.12);
}

body.theme-light-blue.home-page .bg-gradient-main blockquote p {
  width: 100%;
  color: #315898 !important;
  text-align: center;
  font-size: 1.16rem !important;
  line-height: 1.55 !important;
}

body.theme-light-blue.home-page .hero-actions {
  gap: 1.1rem !important;
  justify-content: flex-start !important;
  margin-bottom: auto;
}

body.theme-light-blue.home-page .hero-action-btn {
  width: 10.55rem;
  min-height: 6.25rem;
  padding: 1rem 1.35rem !important;
  border-radius: 0.95rem !important;
  font-size: 1.05rem !important;
  line-height: 1.15 !important;
  text-align: center;
  white-space: normal;
  box-shadow: 0 16px 34px rgba(38, 111, 214, 0.13);
}

body.theme-light-blue.home-page .hero-action-btn:first-child {
  background: linear-gradient(180deg, #1786ff 0%, #075ee7 100%) !important;
}

body.theme-light-blue.home-page .hero-action-btn:nth-child(2) {
  background: rgba(255, 255, 255, 0.54) !important;
  color: var(--cs-blue-600) !important;
}

body.theme-light-blue.home-page .theme-stat-grid {
  width: min(100%, 29rem);
  margin-top: 4.8rem !important;
  padding-top: 2.2rem !important;
  border-top-color: rgba(7, 94, 231, 0.15) !important;
  gap: 1.35rem !important;
  text-align: left;
}

body.theme-light-blue.home-page .theme-stat-grid .text-3xl {
  color: var(--cs-ink) !important;
  font-size: 2.35rem !important;
  line-height: 1;
}

body.theme-light-blue.home-page .theme-stat-grid .text-sm {
  color: var(--cs-muted) !important;
  font-size: 0.88rem !important;
  letter-spacing: 0 !important;
}

@media (min-width: 1024px) {
  body.theme-light-blue.download-page > section:first-of-type .max-w-7xl,
  body.theme-light-blue.plans-page > .pt-20.pb-16 {
    text-align: left !important;
    padding-right: min(42vw, 34rem);
  }

  body.theme-light-blue.download-page > section:first-of-type .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.theme-light-blue.download-page > section:first-of-type .max-w-2xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.theme-light-blue.download-page > section:first-of-type .justify-center {
    justify-content: flex-start !important;
  }
}

@media (max-width: 1023px) {
  body.theme-light-blue .bg-gradient-main::after,
  body.theme-light-blue.download-page > section:first-of-type::after,
  body.theme-light-blue.plans-page > .pt-20.pb-16::after {
    opacity: 0.22;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 767px) {
  body.theme-light-blue .site-nav-shell {
    height: 4.6rem !important;
  }

  body.theme-light-blue .brand-logo--nav {
    width: 220px;
    height: 44px;
  }

  body.theme-light-blue .nav-brand-icon {
    height: 35px;
  }

  body.theme-light-blue .site-nav-actions {
    display: none;
  }

  body.theme-light-blue .bg-gradient-main::after,
  body.theme-light-blue.download-page > section:first-of-type::after,
  body.theme-light-blue.plans-page > .pt-20.pb-16::after {
    display: none;
  }
}

body.theme-light-blue.home-page .bg-gradient-main::after {
  display: none !important;
}

/* Hard final override: keep hero backgrounds identical on desktop and mobile. */
body.theme-light-blue {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.88), transparent 32%),
    radial-gradient(circle at 78% 14%, rgba(125, 185, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #fbfdff 0%, #f2f8ff 48%, #eaf4ff 100%) !important;
}

body.theme-light-blue::before {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.72), transparent 42%),
    radial-gradient(ellipse at 50% 100%, rgba(7, 94, 231, 0.055), transparent 52%) !important;
}

body.theme-light-blue.home-page .bg-gradient-main,
body.theme-light-blue.download-page > section:first-of-type,
body.theme-light-blue.plans-page > .pt-20.pb-16 {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.92), transparent 31%),
    radial-gradient(circle at 76% 18%, rgba(126, 185, 255, 0.14), transparent 35%),
    linear-gradient(135deg, #fbfdff 0%, #f2f8ff 48%, #eaf4ff 100%) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.theme-light-blue.home-page .bg-gradient-main::before,
body.theme-light-blue.download-page > section:first-of-type::before,
body.theme-light-blue.plans-page > .pt-20.pb-16::before {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(7, 94, 231, 0.052), transparent 50%) !important;
}

body.theme-light-blue.home-page .bg-gradient-main::after,
body.theme-light-blue.download-page > section:first-of-type::after,
body.theme-light-blue.plans-page > .pt-20.pb-16::after {
  display: none !important;
}

body.theme-light-blue.download-page > section:first-of-type .max-w-7xl {
  width: min(100%, 72rem) !important;
  max-width: 72rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 {
  padding-left: max(1.5rem, calc((100vw - min(100%, 62rem)) / 2)) !important;
  padding-right: max(1.5rem, calc((100vw - min(100%, 62rem)) / 2)) !important;
  text-align: center !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 h2 {
  max-width: min(100%, 62rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  word-break: keep-all;
  text-wrap: balance;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 p {
  max-width: 42rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Final responsive hero background pass: keep the same full-width canvas on desktop and mobile. */
body.theme-light-blue.home-page .bg-gradient-main,
body.theme-light-blue.download-page > section:first-of-type,
body.theme-light-blue.plans-page > .pt-20.pb-16 {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.9), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(126, 185, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #fbfdff 0%, #f2f8ff 48%, #eaf4ff 100%) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.theme-light-blue.home-page .bg-gradient-main::before,
body.theme-light-blue.download-page > section:first-of-type::before,
body.theme-light-blue.plans-page > .pt-20.pb-16::before {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(7, 94, 231, 0.055), transparent 48%) !important;
}

body.theme-light-blue.home-page .bg-gradient-main::after,
body.theme-light-blue.download-page > section:first-of-type::after,
body.theme-light-blue.plans-page > .pt-20.pb-16::after {
  display: none !important;
}

body.theme-light-blue.download-page > section:first-of-type .max-w-7xl,
body.theme-light-blue.plans-page > .pt-20.pb-16 h2,
body.theme-light-blue.plans-page > .pt-20.pb-16 p {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.theme-light-blue.download-page > section:first-of-type .max-w-7xl {
  width: min(100%, 72rem) !important;
  max-width: 72rem !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-align: center !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 h2 {
  max-width: min(100%, 62rem) !important;
  word-break: keep-all;
  text-wrap: balance;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 p {
  max-width: 42rem !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(6.5rem, 9vw, 8rem) 1.5rem clamp(3.2rem, 5vw, 4.4rem) !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.9), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(112, 177, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #fbfdff 0%, #eef7ff 48%, #e6f2ff 100%) !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16::before {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(7, 94, 231, 0.055), transparent 48%) !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16::after {
  display: none !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 h2 {
  max-width: min(100%, 62rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  white-space: normal;
  overflow-wrap: normal;
  word-break: keep-all;
  text-wrap: balance;
  font-size: clamp(2.9rem, 4.6vw, 4.6rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 p {
  max-width: 42rem;
  margin: 1rem auto 0 !important;
  font-size: clamp(1rem, 1.4vw, 1.18rem) !important;
}

body.theme-light-blue .plans-gradient-bg {
  margin-top: 0 !important;
  border-radius: 2rem 2rem 0 0 !important;
  background:
    linear-gradient(180deg, rgba(246, 251, 255, 0.94), rgba(236, 246, 255, 0.86)) !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(6.5rem, 9vw, 8rem) 1.5rem clamp(3.2rem, 5vw, 4.4rem) !important;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.9), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(112, 177, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #fbfdff 0%, #eef7ff 48%, #e6f2ff 100%) !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16::before {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(7, 94, 231, 0.055), transparent 48%) !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 h2 {
  max-width: min(100%, 62rem) !important;
  white-space: normal;
  overflow-wrap: normal;
  word-break: keep-all;
  text-wrap: balance;
  font-size: clamp(2.9rem, 4.6vw, 4.6rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 p {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  font-size: clamp(1rem, 1.4vw, 1.18rem) !important;
}

body.theme-light-blue .plans-gradient-bg {
  margin-top: 0 !important;
  border-radius: 2rem 2rem 0 0 !important;
  background:
    linear-gradient(180deg, rgba(246, 251, 255, 0.94), rgba(236, 246, 255, 0.86)) !important;
}

body.theme-light-blue.home-page .bg-gradient-main {
  min-height: calc(100vh - 64px);
  padding-top: clamp(5.5rem, 8vw, 6.8rem) !important;
  padding-bottom: clamp(2rem, 4vw, 3.2rem) !important;
}

body.theme-light-blue.home-page .bg-gradient-main > .max-w-7xl {
  min-height: calc(100vh - 10rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.theme-light-blue.home-page .bg-gradient-main .max-w-4xl {
  width: min(100%, 45rem) !important;
  max-width: 45rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
  text-align: center !important;
}

body.theme-light-blue.home-page .bg-gradient-main .inline-flex {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.theme-light-blue.home-page .bg-gradient-main h1 {
  max-width: 42rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 1.2rem !important;
  text-align: center !important;
  font-size: clamp(4.2rem, 8.2vw, 7rem) !important;
  line-height: 0.92 !important;
}

body.theme-light-blue.home-page .bg-gradient-main .max-w-2xl {
  width: min(100%, 28rem) !important;
  max-width: 28rem !important;
  margin: 0 auto 2.1rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main .fa-quote-left {
  left: -0.7rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main blockquote {
  min-height: 9.5rem;
}

body.theme-light-blue.home-page .hero-actions {
  justify-content: center !important;
  margin-bottom: 0;
}

body.theme-light-blue.home-page .theme-stat-grid {
  width: min(100%, 31rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 3.8rem !important;
  text-align: center !important;
}

body.theme-light-blue.home-page .bg-gradient-main > .max-w-7xl {
  min-height: min(68vh, 34rem);
  align-items: flex-start;
  padding-top: clamp(0.8rem, 3vw, 1.6rem);
}

body.theme-light-blue.home-page .bg-gradient-main .max-w-4xl {
  width: min(100%, 62rem) !important;
  max-width: 62rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main h1 {
  max-width: none !important;
  white-space: nowrap;
  font-size: clamp(3.6rem, 7.1vw, 5.25rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.055em !important;
}

body.theme-light-blue.home-page .bg-gradient-main h1 .text-gradient::before {
  content: none !important;
}

body.theme-light-blue.home-page .bg-gradient-main .max-w-2xl {
  width: min(100%, 48rem) !important;
  max-width: 48rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main blockquote {
  min-height: 6.4rem;
  border-left: 4px solid var(--cs-blue-500) !important;
  border-radius: 0.95rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main blockquote p {
  font-size: 1.2rem !important;
}

body.theme-light-blue.home-page .hero-action-btn {
  width: 12.5rem;
  min-height: 3.7rem;
  border-radius: 0.8rem !important;
  white-space: nowrap;
}

body.theme-light-blue.home-page .theme-stat-grid {
  display: none !important;
}

@media (max-width: 767px) {
  body.theme-light-blue.home-page .bg-gradient-main h1 {
    white-space: normal;
    font-size: clamp(3rem, 16vw, 4.2rem) !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main h1 .text-gradient::before {
    content: "\A" !important;
    white-space: pre;
  }

  body.theme-light-blue.home-page .hero-action-btn {
    width: min(100%, 13rem);
  }
}

body.theme-light-blue.home-page .bg-gradient-main > .max-w-7xl {
  min-height: min(76vh, 42rem);
  align-items: flex-start;
  padding-top: clamp(0.8rem, 2.6vw, 1.5rem);
}

body.theme-light-blue.home-page .bg-gradient-main .max-w-4xl {
  width: min(100%, 56rem) !important;
  max-width: 56rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
  text-align: center !important;
}

body.theme-light-blue.home-page .bg-gradient-main .inline-flex {
  margin-bottom: 1.55rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main h1 {
  margin-bottom: 1.55rem !important;
  max-width: none !important;
  white-space: nowrap;
  font-size: clamp(3.8rem, 6.4vw, 5.1rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.055em !important;
}

body.theme-light-blue.home-page .bg-gradient-main h1 .text-gradient::before {
  content: none !important;
}

body.theme-light-blue.home-page .bg-gradient-main .max-w-2xl {
  width: min(100%, 42rem) !important;
  max-width: 42rem !important;
  margin: 0 auto 2.45rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main .fa-quote-left {
  left: -0.95rem !important;
  top: -1.15rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main blockquote {
  min-height: 6.6rem;
  border-left: 4px solid var(--cs-blue-500) !important;
  border-radius: 0.9rem !important;
  padding: 1.35rem 2.35rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main blockquote p {
  font-size: 1.18rem !important;
  line-height: 1.55 !important;
}

body.theme-light-blue.home-page .hero-actions {
  justify-content: center !important;
  gap: 1rem !important;
  margin-bottom: 0;
}

body.theme-light-blue.home-page .hero-action-btn {
  width: 12.5rem;
  min-height: 3.65rem;
  border-radius: 0.78rem !important;
  white-space: nowrap;
}

body.theme-light-blue.home-page .theme-stat-grid {
  display: grid !important;
  width: min(100%, 56rem) !important;
  margin: 4.9rem auto 0 !important;
  padding-top: 2.55rem !important;
  border-top: 1px solid rgba(7, 94, 231, 0.15) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 2rem !important;
  text-align: center !important;
}

body.theme-light-blue.home-page .theme-stat-grid > div {
  grid-column: auto !important;
}

body.theme-light-blue.home-page .theme-stat-grid .text-3xl {
  font-size: 2.05rem !important;
  line-height: 1.1;
}

body.theme-light-blue.home-page .theme-stat-grid .text-sm {
  margin-top: 0.55rem !important;
  font-size: 0.9rem !important;
  letter-spacing: 0 !important;
}

@media (max-width: 767px) {
  body.theme-light-blue.home-page .bg-gradient-main h1 {
    white-space: normal;
    font-size: clamp(3rem, 15vw, 4.2rem) !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main h1 .text-gradient::before {
    content: "\A" !important;
    white-space: pre;
  }

  body.theme-light-blue.home-page .theme-stat-grid {
    grid-template-columns: 1fr !important;
    margin-top: 3rem !important;
  }
}

body.theme-light-blue.home-page .bg-gradient-main {
  min-height: auto;
  padding-top: clamp(5.6rem, 8vw, 7rem) !important;
  padding-bottom: clamp(4rem, 6vw, 5.5rem) !important;
}

body.theme-light-blue.home-page .bg-gradient-main > .max-w-7xl {
  min-height: auto;
  display: block;
  padding-top: 0;
}

body.theme-light-blue.home-page .bg-gradient-main .max-w-4xl {
  width: min(100%, 58rem) !important;
  max-width: 58rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main .inline-flex {
  margin-bottom: 1.25rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main h1 {
  margin-bottom: 1.45rem !important;
  font-size: clamp(3.6rem, 6vw, 5.4rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.052em !important;
}

body.theme-light-blue.home-page .bg-gradient-main .max-w-2xl {
  width: min(100%, 45rem) !important;
  max-width: 45rem !important;
  margin-bottom: 2rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main blockquote {
  min-height: 5.9rem;
  padding: 1.15rem 2rem !important;
}

body.theme-light-blue.home-page .bg-gradient-main blockquote p {
  font-size: clamp(1rem, 1.8vw, 1.16rem) !important;
}

body.theme-light-blue.home-page .hero-actions {
  gap: 1rem !important;
}

body.theme-light-blue.home-page .hero-action-btn {
  width: 11.6rem;
  min-height: 3.55rem;
}

body.theme-light-blue.home-page .theme-stat-grid {
  width: min(100%, 52rem) !important;
  margin-top: 3.4rem !important;
  padding-top: 2rem !important;
  gap: 1.5rem !important;
}

body.theme-light-blue.home-page .theme-stat-grid .text-3xl {
  font-size: clamp(1.8rem, 3vw, 2.15rem) !important;
}

@media (max-width: 767px) {
  body.theme-light-blue.home-page .bg-gradient-main {
    padding-top: 6.2rem !important;
    padding-bottom: 3.5rem !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main h1 {
    white-space: normal;
    font-size: clamp(3rem, 14vw, 4rem) !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main .max-w-2xl {
    margin-bottom: 1.5rem !important;
  }

  body.theme-light-blue.home-page .hero-actions {
    align-items: center;
  }

  body.theme-light-blue.home-page .hero-action-btn {
    width: min(100%, 14rem);
  }

  body.theme-light-blue.home-page .theme-stat-grid {
    margin-top: 2.5rem !important;
    padding-top: 1.6rem !important;
    gap: 1.2rem !important;
  }
}

body.theme-light-blue.download-page > section:first-of-type::after,
body.theme-light-blue.plans-page > .pt-20.pb-16::after {
  display: none !important;
}

body.theme-light-blue.download-page > section:first-of-type,
body.theme-light-blue.plans-page > .pt-20.pb-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

body.theme-light-blue.download-page > section:first-of-type .max-w-7xl,
body.theme-light-blue.plans-page > .pt-20.pb-16 {
  width: min(100%, 58rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-align: center !important;
}

body.theme-light-blue.download-page > section:first-of-type .max-w-2xl {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.theme-light-blue.download-page > section:first-of-type .justify-center {
  justify-content: center !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 h2 {
  max-width: 58rem;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(2.8rem, 5vw, 4.7rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.055em !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 p,
body.theme-light-blue.download-page > section:first-of-type p {
  max-width: 42rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.theme-light-blue .bg-gradient-main,
body.theme-light-blue.download-page > section:first-of-type,
body.theme-light-blue.plans-page > .pt-20.pb-16 {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.96), transparent 34%),
    radial-gradient(circle at 72% 18%, rgba(145, 196, 255, 0.18), transparent 32%),
    linear-gradient(180deg, #fbfdff 0%, #edf6ff 100%) !important;
}

body.theme-light-blue .bg-gradient-main::before,
body.theme-light-blue.download-page > section:first-of-type::before,
body.theme-light-blue.plans-page > .pt-20.pb-16::before {
  background:
    radial-gradient(ellipse at 50% 72%, rgba(23, 134, 255, 0.075), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0)) !important;
}

body.theme-light-blue.home-page .bg-gradient-main::after {
  display: none !important;
}

/* Actual final override: full-width hero background on every viewport. */
body.theme-light-blue {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.88), transparent 32%),
    radial-gradient(circle at 78% 14%, rgba(125, 185, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #fbfdff 0%, #f2f8ff 48%, #eaf4ff 100%) !important;
}

body.theme-light-blue::before {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.72), transparent 42%),
    radial-gradient(ellipse at 50% 100%, rgba(7, 94, 231, 0.055), transparent 52%) !important;
}

body.theme-light-blue.home-page .bg-gradient-main,
body.theme-light-blue.download-page > section:first-of-type,
body.theme-light-blue.plans-page > .pt-20.pb-16 {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.92), transparent 31%),
    radial-gradient(circle at 76% 18%, rgba(126, 185, 255, 0.14), transparent 35%),
    linear-gradient(135deg, #fbfdff 0%, #f2f8ff 48%, #eaf4ff 100%) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.theme-light-blue.home-page .bg-gradient-main::before,
body.theme-light-blue.download-page > section:first-of-type::before,
body.theme-light-blue.plans-page > .pt-20.pb-16::before {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(7, 94, 231, 0.052), transparent 50%) !important;
}

body.theme-light-blue.home-page .bg-gradient-main::after,
body.theme-light-blue.download-page > section:first-of-type::after,
body.theme-light-blue.plans-page > .pt-20.pb-16::after {
  display: none !important;
}

body.theme-light-blue.download-page > section:first-of-type .max-w-7xl {
  width: min(100%, 72rem) !important;
  max-width: 72rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 {
  padding-left: max(1.5rem, calc((100vw - min(100%, 62rem)) / 2)) !important;
  padding-right: max(1.5rem, calc((100vw - min(100%, 62rem)) / 2)) !important;
  text-align: center !important;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 h2 {
  max-width: min(100%, 62rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  word-break: keep-all;
  text-wrap: balance;
}

body.theme-light-blue.plans-page > .pt-20.pb-16 p {
  max-width: 42rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Keep the featured plan readable after the light-card overrides. */
body.theme-light-blue .plans-gradient-bg .popular-plan-card {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.28), transparent 25%),
    linear-gradient(160deg, #1786ff 0%, #075ee7 55%, #063f9e 100%) !important;
  border-color: rgba(125, 185, 255, 0.68) !important;
  box-shadow: 0 26px 58px rgba(7, 94, 231, 0.28) !important;
}

body.theme-light-blue .plans-gradient-bg .popular-plan-card,
body.theme-light-blue .plans-gradient-bg .popular-plan-card * {
  color: #ffffff !important;
}

body.theme-light-blue .plans-gradient-bg .popular-plan-card .text-indigo-200,
body.theme-light-blue .plans-gradient-bg .popular-plan-card .text-indigo-100 {
  color: rgba(255, 255, 255, 0.84) !important;
}

body.theme-light-blue .plans-gradient-bg .popular-plan-card .text-yellow-300 {
  color: #fde047 !important;
}

body.theme-light-blue .plans-gradient-bg .popular-plan-card .text-emerald-300 {
  color: #86efac !important;
}

body.theme-light-blue .plans-gradient-bg .popular-plan-card > .absolute {
  background: linear-gradient(135deg, #ffffff 0%, #eaf4ff 100%) !important;
  color: var(--cs-ink) !important;
}

/* Align pricing-card typography rows across all plans. */
body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default {
  display: flex !important;
  flex-direction: column !important;
  padding-top: 2rem !important;
}

body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default > .mb-6:first-child,
body.theme-light-blue.plans-page .plans-gradient-bg .grid > .popular-plan-card > .mb-6 {
  min-height: 7.2rem !important;
  margin-top: 0 !important;
  margin-bottom: 1.15rem !important;
}

body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default h3 {
  margin-top: 1.15rem !important;
  min-height: 1.9rem !important;
  display: flex !important;
  align-items: flex-end !important;
}

body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default p {
  min-height: 1.35rem !important;
}

body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default > .mb-8.flex-grow {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 0 !important;
}

body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default > .mb-8.flex-grow > .flex.items-baseline {
  min-height: 4.4rem !important;
  margin-bottom: 1.15rem !important;
  align-items: flex-start !important;
}

body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default ul {
  margin-top: 0 !important;
}

body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default li {
  min-height: 1.5rem !important;
  align-items: center !important;
}

body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default li i {
  width: 1rem !important;
  min-width: 1rem !important;
  text-align: center !important;
}

body.theme-light-blue.plans-page .plans-gradient-bg .popular-plan-card > .absolute {
  top: -0.9rem !important;
}

/* Mobile final pass: make all public pages fit small screens without horizontal overflow. */
@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body.theme-light-blue nav.fixed,
  body.theme-light-blue .glass-nav {
    width: 100vw !important;
  }

  body.theme-light-blue nav.fixed > div,
  body.theme-light-blue .glass-nav > div {
    padding-left: 0.95rem !important;
    padding-right: 0.95rem !important;
  }

  body.theme-light-blue .site-nav-shell {
    height: 4.25rem !important;
  }

  body.theme-light-blue .site-nav-brand {
    max-width: 100% !important;
    gap: 0.4rem !important;
  }

  body.theme-light-blue .nav-brand-icon {
    width: 2.2rem !important;
    height: 2.2rem !important;
    flex: 0 0 auto !important;
  }

  body.theme-light-blue .brand-logo--nav {
    width: min(58vw, 13rem) !important;
    height: auto !important;
    max-height: 2.4rem !important;
  }

  body.theme-light-blue .site-nav-actions,
  body.theme-light-blue .site-nav-menu {
    display: none !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main,
  body.theme-light-blue.download-page > section:first-of-type,
  body.theme-light-blue.plans-page > .pt-20.pb-16 {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main {
    padding-top: 5.7rem !important;
    padding-bottom: 3rem !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main .max-w-4xl,
  body.theme-light-blue.home-page .bg-gradient-main .max-w-2xl {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main .inline-flex {
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
    justify-content: center !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main h1 {
    font-size: clamp(2.45rem, 12vw, 3.45rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
    white-space: normal !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main blockquote {
    min-height: auto !important;
    padding: 1rem 1.1rem !important;
    border-left-width: 3px !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main blockquote p {
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
  }

  body.theme-light-blue.home-page .hero-actions {
    width: 100% !important;
    align-items: center !important;
    gap: 0.75rem !important;
  }

  body.theme-light-blue.home-page .hero-action-btn {
    width: min(100%, 18rem) !important;
    min-height: 3.25rem !important;
    padding: 0.9rem 1.2rem !important;
  }

  body.theme-light-blue.home-page .theme-stat-grid {
    width: min(100%, 18rem) !important;
    margin-top: 2.4rem !important;
    grid-template-columns: 1fr !important;
  }

  body.theme-light-blue.home-page section,
  body.theme-light-blue.download-page section,
  body.theme-light-blue.plans-page section {
    max-width: 100vw !important;
  }

  body.theme-light-blue.home-page section[id],
  body.theme-light-blue.home-page section.border-t {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }

  body.theme-light-blue.home-page h2,
  body.theme-light-blue.home-page h3,
  body.theme-light-blue.download-page h1,
  body.theme-light-blue.plans-page > .pt-20.pb-16 h2 {
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.04em !important;
  }

  body.theme-light-blue.home-page .glass-card {
    border-radius: 1.45rem !important;
    padding: 1.25rem !important;
  }

  body.theme-light-blue.home-page #affiliate .glass-card {
    border-radius: 1.75rem !important;
  }

  body.theme-light-blue.home-page #affiliate .text-5xl {
    font-size: clamp(2.4rem, 12vw, 3.2rem) !important;
  }

  body.theme-light-blue.download-page > section:first-of-type {
    padding-top: 7rem !important;
    padding-bottom: 3rem !important;
    text-align: center !important;
  }

  body.theme-light-blue.download-page #mainRegisterBtn {
    width: min(100%, 22rem) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.85rem !important;
    padding: 1rem 1.1rem !important;
    text-align: center !important;
  }

  body.theme-light-blue.download-page #mainRegisterBtn > div {
    max-width: 100% !important;
    justify-content: center !important;
  }

  body.theme-light-blue.download-page #mainRegisterBtn > div:nth-child(2) {
    width: 100% !important;
    height: 1px !important;
  }

  body.theme-light-blue.download-page .glass-card {
    padding: 1.35rem !important;
    border-radius: 1.55rem !important;
  }

  body.theme-light-blue.download-page .glass-card .flex.items-center.gap-4 {
    align-items: flex-start !important;
    gap: 0.9rem !important;
  }

  body.theme-light-blue.download-page .glass-card h3 {
    font-size: 1.35rem !important;
  }

  body.theme-light-blue.plans-page > .pt-20.pb-16 {
    padding-top: 5.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  body.theme-light-blue.plans-page > .pt-20.pb-16 p {
    font-size: 1rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
    border-radius: 1.5rem 1.5rem 0 0 !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg > .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body.theme-light-blue.plans-page .promo-card-shell {
    border-radius: 1.45rem !important;
  }

  body.theme-light-blue.plans-page .promo-card-shell > .bg-white {
    padding: 1rem !important;
    border-radius: 1.25rem !important;
  }

  body.theme-light-blue.plans-page .promo-card-shell .grid {
    grid-template-columns: 1fr !important;
  }

  body.theme-light-blue.plans-page .plans-cta {
    width: 100% !important;
    padding: 1rem !important;
    border-radius: 1.35rem !important;
  }

  body.theme-light-blue.plans-page .plans-cta-copy {
    text-align: left !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .grid.grid-cols-1 {
    gap: 1rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default {
    width: 100% !important;
    padding: 1.35rem !important;
    padding-top: 1.7rem !important;
    border-radius: 1.45rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default > .mb-6:first-child,
  body.theme-light-blue.plans-page .plans-gradient-bg .grid > .popular-plan-card > .mb-6 {
    min-height: auto !important;
    margin-bottom: 0.85rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default h3 {
    min-height: auto !important;
    margin-top: 0.95rem !important;
    font-size: 1.55rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default p {
    min-height: auto !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default > .mb-8.flex-grow > .flex.items-baseline {
    min-height: auto !important;
    margin-bottom: 1rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .text-4xl {
    font-size: 2.35rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default ul {
    gap: 0.75rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default li {
    min-height: auto !important;
    font-size: 0.92rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .popular-plan-card {
    margin-top: 0.95rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .popular-plan-card > .absolute {
    top: -0.85rem !important;
  }

  body.theme-light-blue footer[class*="bg-[#05070a]"] {
    padding-top: 3.2rem !important;
    padding-bottom: 2.4rem !important;
    text-align: center !important;
  }

  body.theme-light-blue footer[class*="bg-[#05070a]"] .grid {
    gap: 2rem !important;
  }

  body.theme-light-blue footer[class*="bg-[#05070a]"] .flex.items-center {
    justify-content: center !important;
  }

  body.theme-light-blue footer[class*="bg-[#05070a]"] p {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 380px) {
  body.theme-light-blue .brand-logo--nav {
    width: min(55vw, 11.5rem) !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main h1 {
    font-size: 2.25rem !important;
  }

  body.theme-light-blue.plans-page .plans-gradient-bg .grid > .cursor-default {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
}

/* Mobile navigation: keep page links visible as a compact horizontal rail. */
@media (max-width: 767px) {
  body.theme-light-blue nav.fixed,
  body.theme-light-blue .glass-nav {
    background: rgba(255, 255, 255, 0.9) !important;
  }

  body.theme-light-blue .site-nav-shell {
    min-height: 6.9rem !important;
    height: auto !important;
    padding: 0.65rem 0 0.72rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 0.55rem !important;
  }

  body.theme-light-blue .site-nav-brand {
    align-self: flex-start !important;
  }

  body.theme-light-blue .site-nav-menu {
    display: none !important;
  }

  body.theme-light-blue .mobile-nav-rail {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.48rem !important;
    overflow-x: auto !important;
    padding: 0.04rem 0.05rem 0.12rem !important;
    white-space: nowrap !important;
    scrollbar-width: none;
  }

  body.theme-light-blue .mobile-nav-rail::-webkit-scrollbar {
    display: none;
  }

  body.theme-light-blue .mobile-nav-rail__link {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.42rem 0.76rem !important;
    border: 1px solid rgba(7, 94, 231, 0.12) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    color: #294b86 !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    box-shadow: 0 8px 20px rgba(38, 111, 214, 0.08);
  }

  body.theme-light-blue .mobile-nav-rail__link.is-active {
    border-color: rgba(7, 94, 231, 0.32) !important;
    background: linear-gradient(180deg, #1786ff 0%, #075ee7 100%) !important;
    color: #ffffff !important;
  }

  body.theme-light-blue.home-page .bg-gradient-main {
    padding-top: 9.2rem !important;
  }

  body.theme-light-blue.download-page > section:first-of-type {
    padding-top: 10rem !important;
  }

  body.theme-light-blue.plans-page > .pt-20.pb-16 {
    padding-top: 8.6rem !important;
  }
}
