/* CoachWarrior-style marketing homepage — BODYSCULPT brand colors */

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

html:has(body.marketing--warrior),
body.marketing--warrior {
  overflow-x: hidden;
}

body.marketing--warrior {
  --cw-font: "Manrope", "Plus Jakarta Sans", system-ui, sans-serif;
  --cw-ink: #111111;
  --cw-muted: #5c5c5c;
  --cw-dim: #8a8a8a;
  --cw-paper: #f7f4ef;
  --cw-card: #ffffff;
  --cw-line: rgba(17, 17, 17, 0.1);
  --cw-accent: #38b76b;
  --cw-accent-soft: rgba(56, 184, 107, 0.16);
  --cw-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
  --cw-shadow-hover: 0 16px 40px rgba(17, 17, 17, 0.1);
  font-family: var(--cw-font);
  background: var(--cw-paper);
  color: var(--cw-ink);
}

body.marketing--warrior {
  --bs-bg: var(--cw-paper);
  --bs-bg-elevated: var(--cw-card);
  --bs-bg-card: var(--cw-card);
  --bs-screen-gradient: var(--cw-paper);
  --bs-ink: var(--cw-ink);
  --bs-text: #2a2a2a;
  --bs-muted: var(--cw-muted);
  --bs-header-bg: color-mix(in srgb, var(--cw-paper) 92%, transparent);
  --bs-font-display: var(--cw-font);
  --bs-font-body: var(--cw-font);
  --bs-accent: var(--cw-accent);
  --bs-accent-soft: var(--cw-accent-soft);
}

html[data-theme="dark"] body.marketing--warrior {
  --cw-ink: #f4f1ea;
  --cw-muted: #b8b3aa;
  --cw-dim: #8d877c;
  --cw-paper: #12110f;
  --cw-card: #1c1a17;
  --cw-line: rgba(244, 241, 234, 0.12);
  --cw-accent-soft: rgba(56, 184, 107, 0.22);
  --cw-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  --cw-shadow-hover: 0 18px 48px rgba(0, 0, 0, 0.45);
  --bs-text: #ece8e0;
  --bs-header-bg: color-mix(in srgb, var(--cw-paper) 92%, transparent);
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) body.marketing--warrior {
    --cw-ink: #f4f1ea;
    --cw-muted: #b8b3aa;
    --cw-dim: #8d877c;
    --cw-paper: #12110f;
    --cw-card: #1c1a17;
    --cw-line: rgba(244, 241, 234, 0.12);
    --cw-accent-soft: rgba(56, 184, 107, 0.22);
    --cw-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
    --cw-shadow-hover: 0 18px 48px rgba(0, 0, 0, 0.45);
    --bs-text: #ece8e0;
    --bs-header-bg: color-mix(in srgb, var(--cw-paper) 92%, transparent);
  }
}

body.marketing--warrior .k-ambient,
body.marketing--warrior .hp-sticky-cta,
body.marketing--warrior .site-loader {
  display: none !important;
}

body.marketing--warrior::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(var(--cw-line) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.55;
}

body.marketing--warrior > *:not(.k-ambient) {
  position: relative;
  z-index: 1;
}

/* Sticky header — logo, anchors, Start free */
body.marketing--warrior .k-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: color-mix(in srgb, var(--cw-paper) 88%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--cw-line);
  box-shadow: none;
}

body.marketing--warrior .k-theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--cw-line);
  border-radius: 999px;
  background: var(--cw-card);
  color: var(--cw-ink);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease;
}

body.marketing--warrior .k-theme-toggle:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--cw-accent) 45%, var(--cw-line));
}

body.marketing--warrior .k-header-actions .k-btn-ghost {
  display: inline-flex !important;
  border: 1px solid var(--cw-line);
  background: var(--cw-card);
  border-radius: 999px;
  min-height: 40px;
  padding: 0.45rem 1rem;
  font-weight: 700;
  transition: transform 160ms ease, border-color 160ms ease;
}

body.marketing--warrior .k-header-actions .k-btn-ghost:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--cw-ink) 18%, var(--cw-line));
}

body.marketing--warrior .k-nav a {
  font-weight: 700;
  color: var(--cw-muted);
}

body.marketing--warrior .k-nav a:hover,
body.marketing--warrior .k-nav a[aria-current="page"] {
  color: var(--cw-ink);
}

body.marketing--warrior .k-header-actions .k-btn-primary {
  display: inline-flex !important;
  background: var(--cw-accent);
  color: #fff;
  border: 0;
  border-radius: 999px;
  min-height: 40px;
  padding: 0.45rem 1.05rem;
  font-weight: 800;
  transition: transform 160ms ease, filter 160ms ease;
}

body.marketing--warrior .k-header-actions .k-btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

body.marketing--warrior .k-logo {
  font-family: var(--cw-font);
  font-weight: 800;
  letter-spacing: -0.03em;
}

/* Hero */
.cw-hero {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
}

body.marketing--warrior .k-container {
  width: min(100% - 2rem, 1120px);
  max-width: 100%;
}

body.marketing--warrior .k-header-inner {
  width: min(100% - 2rem, 1120px);
  margin-inline: auto;
}

.cw-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.cw-hero-inner {
  max-width: min(40rem, 100%);
  width: 100%;
  margin-left: 0;
}

.cw-hero-visual {
  position: relative;
  min-height: 380px;
  padding-bottom: 3rem;
}

.cw-device {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  box-shadow: var(--cw-shadow-hover);
}

.cw-device--browser {
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
}

.cw-device-bar {
  display: flex;
  gap: 0.35rem;
  padding: 0.7rem 0.85rem;
  background: color-mix(in srgb, var(--cw-paper) 70%, var(--cw-card));
  border-bottom: 1px solid var(--cw-line);
}

.cw-device-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff5f57;
}

.cw-device-bar span:nth-child(2) { background: #febc2e; }
.cw-device-bar span:nth-child(3) { background: #28c840; }

.cw-device-screen--dash {
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
  min-height: 220px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--cw-accent-soft) 55%, var(--cw-card)), var(--cw-card));
}

.cw-mock-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.cw-mock-row b,
.cw-mock-card {
  display: block;
  border-radius: 12px;
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  box-shadow: var(--cw-shadow);
}

.cw-mock-row b {
  height: 58px;
}

.cw-mock-card {
  height: 72px;
}

.cw-device--phone {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: min(38%, 150px);
  aspect-ratio: 9 / 19;
  border-radius: 28px;
  padding: 8px;
  background: #111;
  border: 2px solid #222;
}

.cw-device-screen--app {
  height: 100%;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 28%, color-mix(in srgb, var(--cw-accent) 45%, #1b1b1b), #161616 62%);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1rem;
}

.cw-mock-ring {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  border: 6px solid rgba(255, 255, 255, 0.12);
  border-top-color: var(--cw-accent);
}

.cw-mock-lines {
  display: grid;
  gap: 0.35rem;
  width: 70%;
}

.cw-mock-lines i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.cw-mock-lines i:nth-child(2) { width: 78%; }
.cw-mock-lines i:nth-child(3) { width: 54%; }

.cw-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1.25rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--cw-accent-soft);
  color: var(--cw-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.cw-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.15rem, 5vw, 3.15rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--cw-ink);
  overflow-wrap: break-word;
}

.cw-hero-lead,
.cw-hero-follow {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--cw-muted);
}

.cw-banner {
  display: inline-block;
  margin: 0 0 1.15rem;
  padding: 0.7rem 1rem;
  background: var(--cw-ink);
  color: var(--cw-paper);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html[data-theme="dark"] body.marketing--warrior .cw-banner {
  color: #111;
  background: #f4f1ea;
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) body.marketing--warrior .cw-banner {
    color: #111;
    background: #f4f1ea;
  }
}

.cw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.4rem 0 0.75rem;
}

.cw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  box-shadow: none;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.marketing--warrior a.cw-btn-primary,
.cw-btn-primary {
  background: var(--cw-accent);
  color: #fff;
  box-shadow: 0 8px 22px rgba(56, 184, 107, 0.28);
}

.cw-btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.cw-btn-ghost {
  background: var(--cw-card);
  color: var(--cw-ink);
  border-color: var(--cw-line);
}

.cw-btn-ghost:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--cw-ink) 22%, var(--cw-line));
}

.cw-trust {
  margin: 0;
  font-size: 0.88rem;
  color: var(--cw-dim);
}

/* Sections */
.cw-section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.cw-section h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.cw-section > .k-container > p,
.cw-section-lead {
  max-width: 620px;
  margin: 0 0 2rem;
  color: var(--cw-muted);
  font-size: 1.02rem;
}

.cw-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.cw-features article,
.k-more-grid--warrior article {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  border-radius: 22px;
  padding: 1.25rem 1.3rem 1.35rem;
  box-shadow: var(--cw-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cw-features article:hover,
.k-more-grid--warrior article:hover {
  transform: translateY(-3px);
  box-shadow: var(--cw-shadow-hover);
  border-color: color-mix(in srgb, var(--cw-accent) 35%, var(--cw-line));
}

.cw-feature-emoji {
  display: inline-block;
  margin-right: 0.4rem;
}

.cw-features h3,
.k-more-grid--warrior h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--cw-ink);
}

.cw-features p,
.k-more-grid--warrior p {
  margin: 0;
  color: var(--cw-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Product preview */
.cw-preview-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-end;
  margin-bottom: 1.25rem;
}

.cw-preview-copy p {
  margin: 0.35rem 0 0;
  color: var(--cw-muted);
}

.cw-preview-stage {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
  align-items: start;
}

@media (max-width: 860px) {
  .cw-preview-stage {
    grid-template-columns: 1fr;
  }
}

.cw-preview-card {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  border-radius: 24px;
  padding: 1rem;
  box-shadow: var(--cw-shadow);
}

.cw-preview-label {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cw-dim);
}

.cw-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.cw-tabs li {
  border: 1px solid var(--cw-line);
  background: var(--cw-card);
  color: var(--cw-ink);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.cw-tabs li:hover {
  transform: translateY(-1px);
}

.cw-tabs li.is-active {
  background: var(--cw-accent);
  color: #fff;
  border-color: var(--cw-accent);
}

/* Compare */
.cw-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.cw-compare-col {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  border-radius: 24px;
  padding: 1.25rem 1.35rem 1.1rem;
  box-shadow: var(--cw-shadow);
}

.cw-compare-col--before {
  background: color-mix(in srgb, var(--cw-card) 88%, #d62e1f);
}

.cw-compare-col--after {
  border-color: color-mix(in srgb, var(--cw-accent) 40%, var(--cw-line));
  box-shadow: 0 12px 32px rgba(56, 184, 107, 0.12);
}

.cw-compare-label {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cw-dim);
}

.cw-compare {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cw-compare li {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--cw-line);
  font-size: 0.98rem;
}

.cw-compare li:last-child {
  border-bottom: 0;
}

.cw-compare .old {
  color: var(--cw-dim);
  text-decoration: line-through;
  text-decoration-color: rgba(214, 46, 31, 0.45);
}

.cw-compare .new {
  color: var(--cw-ink);
  font-weight: 700;
}

.cw-compare .new::before {
  content: "✓ ";
  color: var(--cw-accent);
}

/* Founder + pricing + FAQ + CTA */
body.marketing--warrior .hp-founder,
body.marketing--warrior .k-price-card,
body.marketing--warrior .k-faq-item {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  border-radius: 24px;
  box-shadow: var(--cw-shadow);
}

body.marketing--warrior .hp-founder {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 720px;
}

body.marketing--warrior .hp-founder-mark {
  width: 88px;
  height: 88px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--cw-paper);
  border: 1px solid var(--cw-line);
  display: grid;
  place-items: center;
}

body.marketing--warrior .hp-founder-mark img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

body.marketing--warrior .k-price-card {
  position: relative;
  padding-top: 1.85rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.marketing--warrior .k-price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--cw-shadow-hover);
}

body.marketing--warrior .k-price-card.featured {
  border-color: color-mix(in srgb, var(--cw-accent) 55%, var(--cw-line));
  box-shadow: 0 16px 40px rgba(56, 184, 107, 0.16);
  background: linear-gradient(180deg, color-mix(in srgb, var(--cw-accent-soft) 70%, var(--cw-card)), var(--cw-card));
}

body.marketing--warrior .k-price-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: inline-flex;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--cw-accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.marketing--warrior .k-faq-item {
  overflow: hidden;
}

body.marketing--warrior .k-faq-item button {
  padding: 1.05rem 1.15rem;
}

body.marketing--warrior .k-faq-item.open {
  border-color: color-mix(in srgb, var(--cw-accent) 35%, var(--cw-line));
}

body.marketing--warrior .k-final-cta {
  background: transparent;
  color: inherit;
  border-radius: 0;
}

body.marketing--warrior .k-final-cta > .k-container.k-final-cta-inner {
  max-width: 1120px;
  background: var(--cw-ink);
  color: var(--cw-paper);
  border-radius: 28px;
  padding: clamp(2rem, 5vw, 3.25rem);
  box-shadow: var(--cw-shadow-hover);
  text-align: center;
}

body.marketing--warrior .k-final-cta h2,
body.marketing--warrior .k-final-cta p {
  color: inherit;
}

body.marketing--warrior .k-final-cta .cw-btn-ghost {
  background: transparent;
  color: var(--cw-paper);
  border-color: rgba(247, 244, 239, 0.28);
}

body.marketing--warrior .k-final-cta .k-btn-primary {
  background: var(--cw-accent);
  color: #fff;
}

body.marketing--warrior .k-final-cta .k-btn-outline {
  border-color: rgba(247, 244, 239, 0.3);
  color: var(--cw-paper);
}

body.marketing--warrior .k-footer {
  background: transparent;
  border-top: 1px solid var(--cw-line);
}

body.marketing--warrior .k-menu-btn {
  border: 1px solid var(--cw-line);
  background: var(--cw-card);
  color: var(--cw-ink);
}

body.marketing--warrior .k-nav.open {
  background: var(--cw-card);
  border-bottom-color: var(--cw-line);
}

body.marketing--warrior .k-nav-mobile-actions .k-btn-primary {
  background: var(--cw-accent);
  color: #fff;
  border: 0;
  border-radius: 999px;
}

body.marketing--warrior.checkout-page .checkout-wrap {
  max-width: 480px;
  margin-inline: auto;
  padding: 2.5rem 1.25rem 4rem;
}

body.marketing--warrior.checkout-page [hidden] {
  display: none !important;
}

body.marketing--warrior.checkout-page .checkout-card,
body.marketing--warrior.checkout-page .checkout-plan-badge {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  box-shadow: none;
}

body.marketing--warrior.checkout-page .btn-primary {
  background: var(--cw-accent);
  border-color: var(--cw-accent);
}

@media (max-width: 900px) {
  .cw-hero-grid,
  .cw-compare-grid,
  .cw-preview-stage {
    grid-template-columns: 1fr;
  }

  .cw-hero-visual {
    min-height: 280px;
    max-width: 420px;
  }

  .cw-device--phone {
    right: 8%;
    bottom: -10%;
  }
}

@media (max-width: 720px) {
  .cw-hero-inner {
    margin-left: 0;
  }

  body.marketing--warrior .hp-founder {
    grid-template-columns: 1fr;
  }
}

/* Inner marketing pages */
body.marketing--warrior .k-btn-primary,
body.marketing--warrior .btn-primary {
  background: var(--cw-accent);
  border-color: var(--cw-accent);
  color: #fff;
  font-weight: 800;
}

body.marketing--warrior .k-btn-ghost,
body.marketing--warrior .btn-ghost,
body.marketing--warrior .btn-secondary {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  color: var(--cw-ink);
  font-weight: 700;
}

body.marketing--warrior .k-btn-outline {
  border: 1px solid var(--cw-line);
  color: var(--cw-ink);
  background: transparent;
}

body.marketing--warrior.subscribe-page .subscribe-wrap,
body.marketing--warrior .legal-page,
body.marketing--warrior .get-page {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 5rem;
}

body.marketing--warrior .subscribe-head,
body.marketing--warrior .get-card,
body.marketing--warrior .legal-content,
body.marketing--warrior .unsub-card,
body.marketing--warrior .checkout-card,
body.marketing--warrior .subscribe-table-wrap {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  box-shadow: none;
}

body.marketing--warrior .subscribe-head {
  text-align: left;
  max-width: 640px;
  margin: 0 0 2rem;
  padding: 0;
  background: none;
  border: 0;
}

body.marketing--warrior .subscribe-head h1,
body.marketing--warrior .legal-content h1,
body.marketing--warrior .get-card h1,
body.marketing--warrior.checkout-page h1 {
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.marketing--warrior .hp-eyebrow {
  color: var(--cw-accent);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.marketing--warrior .subscribe-table-wrap {
  border-radius: 16px;
  overflow-x: auto;
}

body.marketing--warrior .subscribe-table th,
body.marketing--warrior .subscribe-table td,
body.marketing--warrior .subscribe-col-head,
body.marketing--warrior .subscribe-table th[scope="row"],
body.marketing--warrior .subscribe-feature-col {
  background: var(--cw-card);
  border-color: var(--cw-line);
}

body.marketing--warrior .subscribe-col-head.subscribe-col--featured,
body.marketing--warrior .subscribe-table td.subscribe-col--featured {
  background: var(--cw-accent-soft);
}

body.marketing--warrior .get-install-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

body.marketing--warrior .k-billing-toggle {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  border-radius: 12px;
}

body.marketing--warrior .k-billing-toggle button.active {
  background: var(--cw-ink);
  color: var(--cw-paper);
}

body.marketing--warrior .subscribe-note {
  margin-top: 1.5rem;
  color: var(--cw-muted);
}

body.marketing--warrior .subscribe-note a,
body.marketing--warrior .legal-content a,
body.marketing--warrior .get-note a,
body.marketing--warrior .checkout-footnote a {
  color: var(--cw-accent);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.marketing--warrior .legal-content {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 16px;
}

body.marketing--warrior .get-page {
  display: grid;
  place-items: start center;
}

body.marketing--warrior .get-card {
  width: min(100%, 560px);
  text-align: left;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: 16px;
}

body.marketing--warrior .get-card h1 {
  margin: 0.4rem 0 0.75rem;
}

body.marketing--warrior .cw-path-grid {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

body.marketing--warrior .cw-path {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--cw-line);
  border-radius: 14px;
  background: var(--cw-paper);
  text-decoration: none;
  color: inherit;
}

body.marketing--warrior .cw-path strong {
  font-weight: 800;
}

body.marketing--warrior .cw-path span {
  color: var(--cw-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

body.marketing--warrior .k-footer a:hover {
  color: var(--cw-ink);
}

body.marketing--warrior .k-footer-newsletter input {
  border: 1px solid var(--cw-line);
  background: var(--cw-card);
  border-radius: 10px;
}

body.marketing--warrior .k-scroll-top {
  background: var(--cw-ink);
  color: var(--cw-paper);
  border: 0;
}

body.marketing--warrior.checkout-page input,
body.marketing--warrior .unsub-form input {
  border: 1px solid var(--cw-line);
  background: var(--cw-paper);
  border-radius: 10px;
  color: var(--cw-ink);
}

body.auth-body.cw-auth {
  --cw-font: "Manrope", system-ui, sans-serif;
  --cw-paper: var(--bs-bg);
  --cw-card: var(--bs-bg-card);
  --cw-ink: var(--bs-ink);
  --cw-muted: var(--bs-muted);
  --cw-line: var(--bs-border);
  --cw-accent: #38b76b;
  --p-muted: var(--bs-muted);
  --p-navy: var(--bs-ink);
  --p-bg: var(--bs-bg);
  --bs-font-display: var(--cw-font);
  --bs-font-body: var(--cw-font);
  --bs-accent: #38b76b;
  --bs-accent-dark: #2d9658;
  --bs-accent-light: #4fd492;
  --bs-accent-soft: rgba(56, 184, 107, 0.16);
  --bs-accent-glow: rgba(56, 184, 107, 0.22);
  --bs-shadow-accent: 0 8px 28px rgba(56, 184, 107, 0.28);
  font-family: var(--cw-font);
  background: var(--cw-paper);
  color: var(--cw-ink);
}

body.auth-body.cw-auth .auth-page,
body.auth-body.cw-auth .auth-form-panel {
  background: transparent;
}

body.auth-body.cw-auth .auth-brand-panel {
  background: transparent;
  border-right-color: var(--cw-line);
}

body.auth-body.cw-auth .auth-page::before {
  background-image: radial-gradient(rgba(17, 17, 17, 0.1) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.45;
}

body.auth-body.cw-auth .auth-brand-content h2,
body.auth-body.cw-auth .auth-card h1 {
  font-family: var(--cw-font);
  font-weight: 800;
  color: var(--cw-ink);
}

body.auth-body.cw-auth .auth-brand-content p,
body.auth-body.cw-auth .auth-feature-list li,
body.auth-body.cw-auth .auth-card .subtitle {
  color: var(--cw-muted);
}

body.auth-body.cw-auth .auth-card {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  box-shadow: none;
  animation: none;
}

body.auth-body.cw-auth .auth-page .auth-brand-panel,
body.auth-body.cw-auth .auth-page .auth-card {
  animation: none;
}

body.auth-body.cw-auth .auth-card input {
  background: var(--bs-bg-elevated);
  color: var(--cw-ink);
  border: 1px solid var(--cw-line);
  border-radius: 10px;
  box-shadow: none;
}

body.auth-body.cw-auth .auth-card input:focus {
  border-color: var(--bs-accent);
  box-shadow: 0 0 0 3px rgba(56, 184, 107, 0.16);
}

body.auth-body.cw-auth .auth-btn-box {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 1.15rem;
}

body.auth-body.cw-auth .auth-btn-box:hover {
  transform: none;
  box-shadow: none;
}

body.auth-body.cw-auth .btn {
  border-radius: 10px;
  transform: none;
}

body.auth-body.cw-auth .btn-primary {
  background: var(--bs-accent);
  border: 1px solid var(--bs-accent);
  color: #fff;
  font-weight: 800;
  box-shadow: none;
}

body.auth-body.cw-auth .btn-primary:hover {
  transform: none;
  filter: none;
  background: #2d9658;
}

body.auth-body.cw-auth .btn-secondary {
  background: var(--cw-card);
  border: 1px solid var(--cw-line);
  color: var(--cw-ink);
  font-weight: 700;
}

body.auth-body.cw-auth .auth-theme-toggle,
body.auth-body.cw-auth [data-theme-toggle],
body.auth-body.cw-auth .k-theme-toggle {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 20;
  display: inline-grid !important;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--cw-line);
  border-radius: 999px;
  background: var(--cw-card);
  color: var(--cw-ink);
  cursor: pointer;
}

body.auth-body.cw-auth .auth-theme-toggle:hover,
body.auth-body.cw-auth [data-theme-toggle]:hover,
body.auth-body.cw-auth .k-theme-toggle:hover {
  border-color: color-mix(in srgb, var(--cw-accent) 45%, var(--cw-line));
}

body.auth-body.cw-auth .auth-theme-toggle:focus-visible,
body.auth-body.cw-auth [data-theme-toggle]:focus-visible {
  outline: none;
  box-shadow: var(--bs-focus-ring);
}

body.auth-body.cw-auth .auth-links a,
body.auth-body.cw-auth .auth-back-link {
  color: var(--cw-muted);
}

body.auth-body.cw-auth .auth-links a:hover,
body.auth-body.cw-auth .auth-back-link:hover {
  color: var(--cw-ink);
}

body.auth-body.cw-auth .logo,
body.auth-body.cw-auth .auth-brand-content .logo {
  color: var(--cw-ink);
}
