/* Final V2 landing lock.
   This file loads after the V3 app styles so the static landing page keeps the
   exact V2 typography, pricing bullets, spacing, and card treatment. */

html:has(.page-shell.landing-shell) {
  color-scheme: light;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1E1B2B;
  background: #FCFAFF;
  --bg: #FCFAFF;
  --surface: #FFFFFF;
  --surface-soft: rgba(142, 110, 239, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --muted: #6B6A77;
  --text: #1E1B2B;
  --border: rgba(63, 38, 142, 0.12);
  --accent: #8E6EEF;
  --accent-strong: #6C4DE0;
  --shadow: 0 28px 80px rgba(99, 72, 169, 0.12);
}

body:has(.page-shell.landing-shell) {
  margin: 0;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1E1B2B;
  background:
    radial-gradient(circle at top left, rgba(142, 110, 239, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(99, 102, 241, 0.08), transparent 32%),
    linear-gradient(180deg, #FCFAFF 0%, #F3EFFB 100%);
}

body:has(.page-shell.landing-shell) *,
body:has(.page-shell.landing-shell) *::before,
body:has(.page-shell.landing-shell) *::after {
  box-sizing: border-box;
}

body:has(.page-shell.landing-shell) button {
  font: inherit;
}

body:has(.page-shell.landing-shell) .page-shell.landing-shell {
  max-width: 1260px;
  min-height: auto;
  margin: 0 auto;
  padding: 0 24px 48px;
  position: relative;
  isolation: auto;
  overflow: visible;
  background: transparent;
  background-image: none;
  animation: none;
}

body:has(.page-shell.landing-shell) .page-shell.landing-shell::before,
body:has(.page-shell.landing-shell) .page-shell.landing-shell::after {
  content: none;
  display: none;
}

body:has(.page-shell.landing-shell) .site-header {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body:has(.page-shell.landing-shell) .site-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.85rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: #2D1B4E;
}

body:has(.page-shell.landing-shell) .site-brand-logo {
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: hue-rotate(38deg) saturate(1.08);
}

body:has(.page-shell.landing-shell) .site-brand > .site-brand-label {
  display: inline-flex;
  align-items: baseline;
  color: inherit;
  font-style: normal;
}

body:has(.page-shell.landing-shell) .site-brand span {
  font-style: italic;
  color: #8E6EEF;
}

body:has(.page-shell.landing-shell) .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 15px 26px;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  border: 1px solid transparent;
  outline: none;
  background-clip: padding-box;
}

body:has(.page-shell.landing-shell) .button-primary {
  background: linear-gradient(135deg, #8E6EEF 0%, #6D4DE8 100%);
  color: white;
  box-shadow: 0 22px 48px rgba(142, 110, 239, 0.18);
}

body:has(.page-shell.landing-shell) .button-secondary,
body:has(.page-shell.landing-shell) .button-outline {
  color: #2D1B4E;
  border: 1px solid rgba(45, 27, 78, 0.16);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

body:has(.page-shell.landing-shell) .hero-section h1 {
  margin: 0 0 26px;
  font-family: "Inter", sans-serif;
  font-size: clamp(3rem, 4.2vw, 4.8rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #2D1B4E;
}

body:has(.page-shell.landing-shell) .hero-section p {
  margin: 0 0 34px;
  max-width: 620px;
  color: #6B6A77;
  font-size: 1.03rem;
}

body:has(.page-shell.landing-shell) .section-header h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #2D1B4E;
}

body:has(.page-shell.landing-shell) .skill-copy h2 {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.1rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #2D1B4E;
}

body:has(.page-shell.landing-shell) .skill-copy ul,
body:has(.page-shell.landing-shell) .pricing-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body:has(.page-shell.landing-shell) .skill-copy ul,
body:has(.page-shell.landing-shell) .pricing-card ul {
  display: grid;
  gap: 12px;
}

body:has(.page-shell.landing-shell) .skill-copy li {
  position: relative;
  padding-left: 24px;
  color: #2D1B4E;
  font-weight: 500;
}

body:has(.page-shell.landing-shell) .skill-copy li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8E6EEF;
}

body:has(.page-shell.landing-shell) .pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 36px;
}

body:has(.page-shell.landing-shell) .pricing-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 34px 30px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(142, 110, 239, 0.12);
  box-shadow: 0 24px 60px rgba(99, 72, 169, 0.08);
}

body:has(.page-shell.landing-shell) .pricing-card-highlight {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(142, 110, 239, 0.12);
}

body:has(.page-shell.landing-shell) .pricing-card-selectable {
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body:has(.page-shell.landing-shell) .pricing-card-selectable:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, rgba(142, 110, 239, 0.14), rgba(255, 255, 255, 0.98));
  border-color: rgba(142, 110, 239, 0.24);
}

body:has(.page-shell.landing-shell) .pricing-card-selectable.is-selected {
  border-color: #8E6EEF;
  box-shadow: 0 30px 70px rgba(99, 72, 169, 0.14);
}

body:has(.page-shell.landing-shell) .pricing-tag {
  display: inline-flex;
  width: auto;
  align-self: flex-start;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(142, 110, 239, 0.12);
  color: #6B47CC;
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:has(.page-shell.landing-shell) .pricing-card strong {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #2D1B4E;
}

body:has(.page-shell.landing-shell) .pricing-period {
  color: #6B6A77;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
}

body:has(.page-shell.landing-shell) .pricing-card li {
  position: relative;
  padding-left: 22px;
  color: #6B6A77;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
}

body:has(.page-shell.landing-shell) .pricing-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #8E6EEF;
}

body:has(.page-shell.landing-shell) .feature-card,
body:has(.page-shell.landing-shell) .dashboard-card,
body:has(.page-shell.landing-shell) .review-card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(142, 110, 239, 0.12);
  box-shadow: 0 20px 50px rgba(99, 72, 169, 0.08);
}

body:has(.page-shell.landing-shell) .feature-card {
  padding: 26px;
}

body:has(.page-shell.landing-shell) .dashboard-card,
body:has(.page-shell.landing-shell) .review-card {
  padding: 28px 26px;
}

body:has(.page-shell.landing-shell) .feature-card h3,
body:has(.page-shell.landing-shell) .dashboard-card h3 {
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  color: #2D1B4E;
}

body:has(.page-shell.landing-shell) .feature-card p,
body:has(.page-shell.landing-shell) .dashboard-card p,
body:has(.page-shell.landing-shell) .review-card span {
  color: #6B6A77;
  font-family: "Inter", sans-serif;
}

body:has(.page-shell.landing-shell) .cta-section {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 36px;
  border: 1px solid rgba(142, 110, 239, 0.14);
  padding: 56px 42px;
  box-shadow: 0 24px 80px rgba(99, 72, 169, 0.08);
}

body:has(.page-shell.landing-shell) .cta-copy h2 {
  margin: 0 0 20px;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.4rem, 3vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #2D1B4E;
}

body:has(.page-shell.landing-shell) .landing-contact-panel {
  margin-top: 34px;
}

body:has(.page-shell.landing-shell) .landing-contact-panel h3 {
  margin: 0 0 18px;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  color: #2D1B4E;
}

body:has(.page-shell.landing-shell) .landing-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body:has(.page-shell.landing-shell) .landing-contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(142, 110, 239, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: #2D1B4E;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(99, 72, 169, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body:has(.page-shell.landing-shell) .landing-contact-card:hover,
body:has(.page-shell.landing-shell) .landing-contact-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(142, 110, 239, 0.28);
  background: linear-gradient(180deg, rgba(142, 110, 239, 0.12), rgba(255, 255, 255, 0.98));
  box-shadow: 0 24px 56px rgba(99, 72, 169, 0.13);
  outline: none;
}

body:has(.page-shell.landing-shell) .landing-contact-card[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
}

body:has(.page-shell.landing-shell) .landing-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #6B47CC;
  background: transparent;
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 1;
}

body:has(.page-shell.landing-shell) .landing-contact-icon--facebook {
  font-family: Arial, sans-serif;
  font-size: 2.7rem;
}

body:has(.page-shell.landing-shell) .landing-contact-icon svg {
  width: 38px;
  height: 38px;
}

@media (max-width: 1120px) {
  body:has(.page-shell.landing-shell) .hero-section,
  body:has(.page-shell.landing-shell) .feature-strip,
  body:has(.page-shell.landing-shell) .dashboard-grid,
  body:has(.page-shell.landing-shell) .reviews-grid,
  body:has(.page-shell.landing-shell) .pricing-grid {
    grid-template-columns: 1fr;
  }

  body:has(.page-shell.landing-shell) .landing-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body:has(.page-shell.landing-shell) .page-shell.landing-shell {
    padding: 0 18px 30px;
  }

  body:has(.page-shell.landing-shell) .hero-section h1,
  body:has(.page-shell.landing-shell) .section-header h2,
  body:has(.page-shell.landing-shell) .cta-copy h2 {
    font-size: 2.4rem;
  }

  body:has(.page-shell.landing-shell) .pricing-card,
  body:has(.page-shell.landing-shell) .dashboard-card,
  body:has(.page-shell.landing-shell) .feature-card,
  body:has(.page-shell.landing-shell) .review-card,
  body:has(.page-shell.landing-shell) .cta-section {
    padding: 26px;
    border-radius: 26px;
  }

  body:has(.page-shell.landing-shell) .landing-contact-grid {
    grid-template-columns: 1fr;
  }

  body:has(.page-shell.landing-shell) .landing-contact-card {
    min-height: 74px;
    padding: 16px;
  }
}

body:has(.page-shell.landing-shell) .auth-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(12, 8, 28, 0.72);
}

body:has(.page-shell.landing-shell) .auth-modal-left,
body:has(.page-shell.landing-shell) .auth-modal-particles {
  display: none;
}

body:has(.page-shell.landing-shell) .auth-modal {
  flex: none;
  position: relative;
  width: min(100%, 440px);
  max-width: 440px;
  height: auto;
  max-height: calc(100dvh - 48px);
  display: block;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(142, 110, 239, 0.16);
  box-shadow: 0 40px 120px rgba(17, 0, 82, 0.14);
}

body:has(.page-shell.landing-shell) .auth-modal::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body:has(.page-shell.landing-shell) .auth-modal-content {
  width: 100%;
  max-width: none;
  padding: 38px 32px 32px;
}

body:has(.page-shell.landing-shell) .auth-modal__back {
  position: absolute;
  top: 18px;
  right: 18px;
  left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(142, 110, 239, 0.08);
  color: #5A3EBF;
  box-shadow: none;
}

body:has(.page-shell.landing-shell) .landing-media-slot {
  display: block;
}

body:has(.page-shell.landing-shell) .landing-media--static {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark V2 landing theme */
html[data-theme='dark']:has(.page-shell.landing-shell) {
  color-scheme: dark;
  color: #F7F3FF;
  background: #100B1A;
  --bg: #100B1A;
  --surface: #1B142B;
  --surface-soft: rgba(167, 139, 250, 0.14);
  --surface-strong: rgba(27, 20, 43, 0.96);
  --muted: #AFA2CF;
  --text: #F7F3FF;
  --border: rgba(196, 181, 253, 0.16);
  --accent: #A78BFA;
  --accent-strong: #C4B5FD;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) {
  color: #F7F3FF;
  background:
    radial-gradient(circle at top left, rgba(167, 139, 250, 0.18), transparent 30%),
    radial-gradient(circle at 82% 12%, rgba(233, 213, 255, 0.08), transparent 28%),
    radial-gradient(circle at bottom right, rgba(109, 77, 232, 0.14), transparent 34%),
    linear-gradient(180deg, #100B1A 0%, #171021 100%);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .site-header {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .site-brand,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-section h1,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .section-header h2,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .skill-copy h2,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .cta-copy h2,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .feature-card h3,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .dashboard-card h3,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-card strong,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-cta-text,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .review-card p,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .landing-contact-panel h3 {
  color: #F7F3FF;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .site-brand span,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .section-label,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .eyebrow,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-tag,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-card-badge {
  color: #C4B5FD;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-section p,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-card-content p,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .skill-copy p,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .cta-copy p,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .feature-card p,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .dashboard-card p,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .review-card span,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-card li,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-period,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-trusted,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .site-footer,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .footer-link {
  color: #D8CCF8;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .button-primary {
  color: #FFFFFF;
  background: linear-gradient(135deg, #A78BFA 0%, #6D4DE8 100%);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .button-secondary,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .button-outline {
  color: #F7F3FF;
  background: rgba(27, 20, 43, 0.92);
  border-color: rgba(196, 181, 253, 0.18);
  box-shadow: inset 0 0 0 1px rgba(167, 139, 250, 0.08);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .button-secondary:hover,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .button-outline:hover,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .button-secondary:focus-visible,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .button-outline:focus-visible {
  background: rgba(167, 139, 250, 0.18);
  border-color: rgba(196, 181, 253, 0.34);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .eyebrow,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-tag,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-card-badge {
  background: rgba(167, 139, 250, 0.16);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-highlights div,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .feature-card,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .dashboard-card,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .review-card,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-card,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-cta-panel,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .cta-section {
  color: #F7F3FF;
  background: rgba(27, 20, 43, 0.92);
  border-color: rgba(196, 181, 253, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-highlights div,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .skill-copy li {
  color: #F7F3FF;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .landing-contact-card {
  color: #F7F3FF;
  background: rgba(27, 20, 43, 0.78);
  border-color: rgba(196, 181, 253, 0.14);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .landing-contact-card:hover,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .landing-contact-card:focus-visible {
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.18), rgba(27, 20, 43, 0.94));
  border-color: rgba(196, 181, 253, 0.32);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.34);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .landing-contact-icon {
  color: #F7F3FF;
  background: transparent;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-card {
  background: linear-gradient(180deg, rgba(38, 29, 58, 0.96), rgba(27, 20, 43, 0.96));
  border-color: rgba(196, 181, 253, 0.16);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-card-content h2 {
  color: #F7F3FF;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .hero-visual-overlay {
  background:
    radial-gradient(circle at 30% 20%, rgba(167, 139, 250, 0.24), transparent 24%),
    radial-gradient(circle at 70% 80%, rgba(233, 213, 255, 0.12), transparent 26%);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .skill-alt {
  background: rgba(167, 139, 250, 0.09);
  border: 1px solid rgba(196, 181, 253, 0.12);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .skill-visual {
  border-color: rgba(196, 181, 253, 0.14);
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.18), rgba(38, 29, 58, 0.62));
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .skill-visual::after {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 22%),
    radial-gradient(circle at 80% 25%, rgba(196, 181, 253, 0.12), transparent 18%);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-card-highlight {
  background: rgba(27, 20, 43, 0.92);
  border-color: rgba(196, 181, 253, 0.14);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-card-selectable:hover {
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.22), rgba(27, 20, 43, 0.95));
  border-color: rgba(196, 181, 253, 0.34);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.36);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-card-selectable.is-selected {
  border-color: #A78BFA;
  box-shadow:
    inset 0 0 0 1px rgba(196, 181, 253, 0.18),
    0 30px 72px rgba(0, 0, 0, 0.38);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .skill-copy li::before,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-card li::before {
  color: #C4B5FD;
  background: #A78BFA;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .pricing-card li::before {
  background: transparent;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .site-footer {
  border-top-color: rgba(196, 181, 253, 0.12);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal {
  color: #F7F3FF;
  background: #1B142B;
  border-color: rgba(196, 181, 253, 0.16);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.44);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal__title {
  color: #F7F3FF !important;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal__desc,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .field-label {
  color: #D8CCF8 !important;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .auth-toggle {
  background: rgba(167, 139, 250, 0.14);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .auth-toggle button {
  color: #D8CCF8;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .auth-toggle button.is-active {
  color: #FFFFFF;
  background: rgba(167, 139, 250, 0.22);
  box-shadow: inset 0 0 0 1px rgba(196, 181, 253, 0.22);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .input,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .textarea {
  color: #F7F3FF;
  background: rgba(16, 11, 26, 0.92);
  border-color: rgba(196, 181, 253, 0.18);
  caret-color: #C4B5FD;
  accent-color: #A78BFA;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .input::placeholder,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .textarea::placeholder {
  color: rgba(216, 204, 248, 0.62);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .input:focus,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .textarea:focus,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .input:focus-visible,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .textarea:focus-visible {
  border-color: rgba(196, 181, 253, 0.72);
  box-shadow: 0 0 0 4px rgba(167, 139, 250, 0.2);
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .password-toggle {
  color: #C4B5FD;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .password-toggle:hover,
html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal .password-toggle:focus-visible {
  color: #FFFFFF;
}

html[data-theme='dark'] body:has(.page-shell.landing-shell) .auth-modal__back {
  color: #F7F3FF;
  background: rgba(167, 139, 250, 0.16);
}
