/**
 * KRV Premium Design System
 * Brand colors from krivoshein.site
 * Priority: readable text, no clipping, calm premium UI
 */

:root {
  --krv-bg: #f5f7fb;
  --krv-card: #ffffff;
  --krv-ink: #111827;
  --krv-mute: #5b6472;
  --krv-mute-2: #6b7280;
  --krv-line: #e7ecf5;
  --krv-line-2: #d7e0ee;
  --krv-accent: #5181fe;
  --krv-accent-dark: #315fe8;
  --krv-accent-soft: #eef4ff;
  --krv-ok: #059669;
  --krv-dark: #0f172a;
  --krv-radius: 14px;
  --krv-radius-sm: 10px;
  --krv-radius-pill: 999px;
  --krv-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  --krv-shadow-md: 0 10px 28px rgba(15, 23, 42, 0.07);
  --krv-shadow-cta: 0 14px 34px rgba(49, 95, 232, 0.24);
  --krv-max: 1120px;
  --krv-pad: clamp(1rem, 2.5vw, 1.35rem);
  --krv-nav-bg: rgba(255, 255, 255, 0.92);
  --krv-bar-bg: rgba(255, 255, 255, 0.97);
  --krv-hover-line: #c9d9ff;
  --krv-chip-border: #b7cbff;
  --krv-on-accent: #ffffff;
  --krv-panel-dark-from: #0f172a;
  --krv-panel-dark-to: #1e293b;
  --krv-panel-dark-text: #ffffff;
  --krv-panel-dark-mute: rgba(226, 232, 240, 0.92);
  --krv-btn: #5181fe;
  --krv-btn-hover: #315fe8;
  --krv-link: #315fe8;
}

/* ═══════════ BASE ═══════════ */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body.art-lb {
  background: var(--krv-bg) !important;
  color: var(--krv-ink) !important;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.art-lb ::selection {
  background: rgba(81, 129, 254, 0.22);
  color: var(--krv-ink);
}

img {
  max-width: 100%;
  height: auto;
}

/* Never clip text globally */
body.art-lb {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body.art-lb p,
body.art-lb h1,
body.art-lb h2,
body.art-lb h3,
body.art-lb h4,
body.art-lb li,
body.art-lb span,
body.art-lb a,
body.art-lb div {
  /* allow wrap; nowrap only where we opt-in below */
}

/* ═══════════ FIX FIXED HEIGHTS (text disappearing) ═══════════ */
/* h-9 pills */
body.art-lb .h-9 {
  height: auto !important;
  min-height: 2.25rem !important;
  padding-top: 0.45rem !important;
  padding-bottom: 0.45rem !important;
  line-height: 1.35 !important;
}

/* h-12 / h-14 buttons — never hard-clip label */
body.art-lb .h-12 {
  height: auto !important;
  min-height: 3rem !important;
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  line-height: 1.3 !important;
}
body.art-lb .h-14 {
  height: auto !important;
  min-height: 3.35rem !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  line-height: 1.3 !important;
}

/* nowrap cuts text on narrow screens */
body.art-lb .whitespace-nowrap {
  white-space: normal !important;
}
@media (min-width: 768px) {
  body.art-lb nav .whitespace-nowrap,
  body.art-lb a.whitespace-nowrap {
    white-space: nowrap !important;
  }
}

/* tracking too tight → hard to read */
body.art-lb .tracking-tighter {
  letter-spacing: -0.02em !important;
}
body.art-lb .leading-\[1\.05\] {
  line-height: 1.15 !important;
}

/* oversized final CTA boxes */
body.art-lb .py-12.px-6,
body.art-lb .px-6.md\:px-12.py-12,
body.art-lb [class*="py-12"][class*="px-6"] {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media (min-width: 768px) {
  body.art-lb [class*="py-12"][class*="px-6"] {
    padding: 2.75rem 2.5rem !important;
  }
}

/* absolute badges must not cover titles */
body.art-lb .absolute.-top-2,
body.art-lb .absolute[class*="-top-2"] {
  top: 0.85rem !important;
  right: 0.85rem !important;
  z-index: 2;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  max-width: calc(100% - 1.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* cards with badge need top room for title */
body.art-lb .relative.border > .flex-1,
body.art-lb .relative.border > div:not(.absolute) {
  padding-top: 0.15rem;
}
body.art-lb .relative.border .absolute + .flex-1 .font-semibold,
body.art-lb .relative .absolute ~ .flex-1 > .font-semibold:first-child,
body.art-lb .relative.border > .flex-1 > .font-semibold:first-child {
  padding-right: 0;
}

/* ═══════════ SURFACES ═══════════ */
body.art-lb .bg-slate-50,
body.art-lb .bg-slate-100 {
  background-color: var(--krv-bg) !important;
}
body.art-lb .bg-white {
  background-color: var(--krv-card) !important;
  color: var(--krv-ink);
}
body.art-lb .border-slate-100,
body.art-lb .border-slate-200 {
  border-color: var(--krv-line) !important;
}
body.art-lb .border-slate-300 {
  border-color: var(--krv-line-2) !important;
}

body.art-lb .text-slate-900,
body.art-lb .text-slate-800,
body.art-lb .text-slate-700 {
  color: var(--krv-ink) !important;
}
body.art-lb .text-slate-600,
body.art-lb .text-slate-500 {
  color: var(--krv-mute) !important;
}

body.art-lb .text-krv {
  color: var(--krv-link, var(--krv-accent)) !important;
}
body.art-lb .text-krv-dark {
  color: var(--krv-link, var(--krv-accent-dark)) !important;
}
body.art-lb .bg-krv {
  background-color: var(--krv-btn, var(--krv-accent)) !important;
  color: #fff !important;
}
body.art-lb .bg-krv-dark {
  background-color: var(--krv-btn-hover, var(--krv-accent-dark)) !important;
  color: #fff !important;
}
body.art-lb .bg-krv-soft {
  background-color: var(--krv-accent-soft) !important;
  color: var(--krv-accent) !important;
}

body.art-lb .text-emerald-400,
body.art-lb .text-emerald-500,
body.art-lb .text-emerald-600 {
  color: var(--krv-ok) !important;
}
body.art-lb .bg-emerald-500,
body.art-lb .bg-emerald-600 {
  background-color: var(--krv-ok) !important;
  color: #fff !important;
}

/* ═══════════ RADIUS + SHADOW (premium soft) ═══════════ */
body.art-lb .rounded-3xl {
  border-radius: calc(var(--krv-radius) + 4px) !important;
}
body.art-lb .rounded-2xl {
  border-radius: var(--krv-radius) !important;
}
body.art-lb .rounded-xl {
  border-radius: var(--krv-radius-sm) !important;
}
body.art-lb .rounded-full {
  border-radius: var(--krv-radius-pill) !important;
}

body.art-lb .shadow-sm,
body.art-lb .shadow-krv {
  box-shadow: var(--krv-shadow) !important;
}
body.art-lb .shadow-lg,
body.art-lb .shadow-krv-lg {
  box-shadow: var(--krv-shadow-md) !important;
}
body.art-lb .shadow-krv-cta {
  box-shadow: var(--krv-shadow-cta) !important;
}

/* ═══════════ LAYOUT ═══════════ */
body.art-lb .max-w-screen-xl {
  max-width: var(--krv-max) !important;
  padding-left: var(--krv-pad) !important;
  padding-right: var(--krv-pad) !important;
}

body.art-lb main > div,
body.art-lb #main > div {
  /* consistent horizontal feel */
}

/* ═══════════ NAV ═══════════ */
body.art-lb nav {
  background: var(--krv-nav-bg) !important;
  border-bottom: 1px solid var(--krv-line) !important;
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
}
body.art-lb nav .h-16 {
  height: 4.5rem !important;
  min-height: 4.5rem;
}
@media (max-width: 640px) {
  body.art-lb nav .h-16 {
    height: 4rem !important;
    min-height: 4rem;
  }
}
body.art-lb nav img {
  object-fit: contain;
  filter: none !important;
}
/* Brand logo — full color transparent mark, larger & readable */
body.art-lb nav img.krv-logo,
body.art-lb nav .krv-logo--nav {
  width: auto !important;
  height: 3.75rem !important; /* ~60px (was 40px) */
  max-width: 4.25rem;
  border-radius: 0 !important;
  display: block;
  flex-shrink: 0;
}
body.art-lb footer img.krv-logo,
body.art-lb footer .krv-logo--footer {
  width: auto !important;
  height: 3.15rem !important; /* ~50px (was 32px) */
  max-width: 3.6rem;
  border-radius: 0 !important;
  object-fit: contain;
  filter: none !important;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  body.art-lb nav img.krv-logo,
  body.art-lb nav .krv-logo--nav {
    height: 3.15rem !important;
    max-width: 3.5rem;
  }
  body.art-lb footer img.krv-logo,
  body.art-lb footer .krv-logo--footer {
    height: 2.75rem !important;
    max-width: 3.1rem;
  }
}
body.art-lb nav .font-display,
body.art-lb nav .text-2xl {
  color: var(--krv-ink) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}
body.art-lb nav .text-slate-500,
body.art-lb nav .text-xl {
  color: var(--krv-mute) !important;
  font-weight: 500;
}

body.art-lb nav a.inline-flex,
body.art-lb nav a[class*="border"] {
  background: var(--krv-card) !important;
  border: 1px solid var(--krv-line-2) !important;
  color: var(--krv-ink) !important;
  border-radius: var(--krv-radius) !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  min-height: 2.6rem;
  padding: 0.55rem 1.1rem !important;
  box-shadow: none !important;
  text-transform: none;
  letter-spacing: 0;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease,
    box-shadow 0.15s ease !important;
}
body.art-lb nav a.inline-flex:hover,
body.art-lb nav a[class*="border"]:hover {
  background: var(--krv-accent-soft) !important;
  border-color: var(--krv-chip-border) !important;
  color: var(--krv-accent-dark) !important;
  box-shadow: var(--krv-shadow) !important;
}

/* ═══════════ TYPOGRAPHY ═══════════ */
body.art-lb h1,
body.art-lb h1.font-display {
  color: var(--krv-ink) !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.12 !important;
  max-width: none !important; /* never squeeze headline */
  text-wrap: balance;
}
body.art-lb h2,
body.art-lb h2.font-display {
  color: var(--krv-ink) !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
  text-wrap: balance;
}
body.art-lb h3 {
  color: var(--krv-ink) !important;
  font-weight: 650 !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

body.art-lb p {
  color: var(--krv-mute);
  line-height: 1.65;
}
body.art-lb p.text-lg,
body.art-lb .text-lg.text-slate-600 {
  color: var(--krv-mute) !important;
  line-height: 1.65 !important;
  max-width: 38rem;
}

/* section eyebrow */
body.art-lb .text-krv.font-semibold.text-sm.tracking-widest,
body.art-lb span.tracking-widest {
  color: var(--krv-link, var(--krv-accent)) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase;
  line-height: 1.4 !important;
}

/* ═══════════ HERO PILL ═══════════ */
body.art-lb .inline-flex.items-center.gap-x-2.bg-white.border,
body.art-lb .inline-flex.items-center.gap-x-2.border.border-slate-200 {
  background: var(--krv-card) !important;
  border: 1px solid var(--krv-line) !important;
  border-radius: var(--krv-radius-pill) !important;
  color: var(--krv-mute) !important;
  gap: 0.5rem !important;
  padding-left: 0.9rem !important;
  padding-right: 1rem !important;
  max-width: 100%;
  box-shadow: var(--krv-shadow);
}
body.art-lb .inline-flex.items-center.gap-x-2.bg-white.border span,
body.art-lb .inline-flex.items-center.gap-x-2.border span {
  color: var(--krv-mute) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

/* ═══════════ BUTTONS ═══════════ */
body.art-lb a.bg-krv,
body.art-lb a[class*="bg-krv"]:not(.bg-krv-soft) {
  background: var(--krv-btn, var(--krv-accent)) !important;
  color: var(--krv-on-accent) !important;
  border: 1px solid transparent !important;
  border-radius: var(--krv-radius) !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: var(--krv-shadow-cta) !important;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease !important;
  text-align: center;
  white-space: normal !important;
}
body.art-lb a.bg-krv:hover,
body.art-lb a[class*="bg-krv"]:not(.bg-krv-soft):hover,
body.art-lb a.hover\:bg-krv-dark:hover {
  background: var(--krv-btn-hover, var(--krv-accent-dark)) !important;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(49, 95, 232, 0.3) !important;
}
body.art-lb a.bg-krv:active {
  transform: translateY(1px);
}

/* secondary */
body.art-lb a.border.border-slate-300,
body.art-lb a[class*="border-slate-300"] {
  background: var(--krv-card) !important;
  border: 1px solid var(--krv-line-2) !important;
  color: var(--krv-ink) !important;
  border-radius: var(--krv-radius) !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  white-space: normal !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease,
    box-shadow 0.15s ease !important;
}
body.art-lb a.border.border-slate-300:hover,
body.art-lb a[class*="border-slate-300"]:hover {
  background: var(--krv-accent-soft) !important;
  border-color: var(--krv-chip-border) !important;
  color: var(--krv-accent-dark) !important;
  box-shadow: var(--krv-shadow) !important;
}

/* block full-width card CTAs */
body.art-lb a.block.text-center.bg-krv,
body.art-lb a.mt-6.block.text-center {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  line-height: 1.3 !important;
}

/* ═══════════ CARDS ═══════════ */
body.art-lb .bg-white.border,
body.art-lb div.bg-white.border,
body.art-lb .border.border-slate-200.rounded-3xl {
  background: var(--krv-card) !important;
  border: 1px solid var(--krv-line) !important;
  color: var(--krv-ink) !important;
  box-shadow: var(--krv-shadow) !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease !important;
}

body.art-lb .bg-white.border:hover,
body.art-lb .border.border-slate-200.rounded-3xl:hover,
body.art-lb .hover\:shadow-sm:hover {
  border-color: var(--krv-hover-line) !important;
  box-shadow: var(--krv-shadow-md) !important;
  outline: none !important;
  background: var(--krv-card) !important;
  transform: translateY(-1px);
}

/* text inside white cards always dark */
body.art-lb .bg-white.border h1,
body.art-lb .bg-white.border h2,
body.art-lb .bg-white.border h3,
body.art-lb .bg-white.border .font-semibold,
body.art-lb .bg-white.border .font-display,
body.art-lb .border.border-slate-200 .font-semibold,
body.art-lb .border.border-slate-200 h3 {
  color: var(--krv-ink) !important;
}
body.art-lb .bg-white.border p,
body.art-lb .bg-white.border .text-sm,
body.art-lb .bg-white.border .text-slate-600,
body.art-lb .border.border-slate-200 p,
body.art-lb .border.border-slate-200 .text-sm,
body.art-lb .border.border-slate-200 .text-slate-600 {
  color: var(--krv-mute) !important;
}

/* icon tiles */
body.art-lb .w-12.h-12.bg-krv-soft {
  background: var(--krv-accent-soft) !important;
  color: var(--krv-accent) !important;
  border-radius: var(--krv-radius) !important;
}
body.art-lb .w-12.h-12.bg-krv-soft i {
  color: var(--krv-accent) !important;
}

/* price numbers */
body.art-lb .text-3xl.font-semibold,
body.art-lb .text-4xl.font-semibold {
  color: var(--krv-ink) !important;
  letter-spacing: -0.025em !important;
  line-height: 1.15 !important;
  font-variant-numeric: tabular-nums;
}

/* ═══════════ DARK PANELS (slate-900) ═══════════ */
body.art-lb .bg-slate-900,
body.art-lb .bg-slate-900.text-white {
  background: linear-gradient(160deg, var(--krv-panel-dark-from) 0%, var(--krv-panel-dark-to) 100%) !important;
  color: var(--krv-panel-dark-text) !important;
  border: 1px solid transparent !important;
  box-shadow: var(--krv-shadow-md) !important;
}
body.art-lb .bg-slate-900 h2,
body.art-lb .bg-slate-900 h3,
body.art-lb .bg-slate-900 .font-semibold,
body.art-lb .bg-slate-900 .text-2xl,
body.art-lb .bg-slate-900 .text-4xl,
body.art-lb .bg-slate-900 .text-3xl {
  color: #fff !important;
}
body.art-lb .bg-slate-900 p,
body.art-lb .bg-slate-900 li,
body.art-lb .bg-slate-900 .text-sm,
body.art-lb .bg-slate-900 .text-slate-300 {
  color: rgba(226, 232, 240, 0.92) !important;
}
body.art-lb .bg-slate-900 .text-emerald-400,
body.art-lb .bg-slate-900 i.fa-check,
body.art-lb .bg-slate-900 i.text-emerald-400 {
  color: #34d399 !important;
}
body.art-lb .bg-slate-900 a {
  color: rgba(255, 255, 255, 0.88) !important;
}
body.art-lb .bg-slate-900 a:hover {
  color: #fff !important;
}
body.art-lb .bg-slate-900 .bg-white\/10 {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

/* ═══════════ BLUE CTA PANELS ═══════════ */
body.art-lb div.bg-krv,
body.art-lb .bg-krv.rounded-3xl,
body.art-lb .bg-krv.shadow-krv-cta {
  background: linear-gradient(145deg, #5181fe 0%, #3d6ef0 55%, #315fe8 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: var(--krv-shadow-cta) !important;
}
body.art-lb div.bg-krv h2,
body.art-lb div.bg-krv h3,
body.art-lb div.bg-krv .font-display,
body.art-lb div.bg-krv .font-semibold,
body.art-lb div.bg-krv span,
body.art-lb div.bg-krv p {
  color: #fff !important;
}
body.art-lb div.bg-krv p,
body.art-lb div.bg-krv .opacity-90,
body.art-lb div.bg-krv .text-sm {
  color: rgba(255, 255, 255, 0.92) !important;
  max-width: none;
}

body.art-lb div.bg-krv a.bg-white,
body.art-lb div.bg-krv a[class*="bg-white"] {
  background: #fff !important;
  color: var(--krv-accent-dark) !important;
  border: 1px solid #fff !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12) !important;
}
body.art-lb div.bg-krv a.bg-white:hover {
  background: #f8fafc !important;
  color: var(--krv-accent-dark) !important;
}
body.art-lb div.bg-krv a.border:not(.bg-white) {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  color: #fff !important;
}
body.art-lb div.bg-krv a.border:not(.bg-white):hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

/* ═══════════ FAQ ═══════════ */
body.art-lb .space-y-4 > .bg-white,
body.art-lb .space-y-4 > div.bg-white {
  background: var(--krv-card) !important;
  border: 1px solid var(--krv-line) !important;
  box-shadow: var(--krv-shadow) !important;
  padding: 1.25rem 1.35rem !important;
}
body.art-lb .space-y-4 > div .font-semibold {
  color: var(--krv-ink) !important;
  font-size: 1.02rem !important;
  line-height: 1.4 !important;
  padding-right: 0 !important;
}
body.art-lb .space-y-4 > div .font-semibold::before {
  content: none !important;
}
body.art-lb .space-y-4 > div .text-slate-600,
body.art-lb .space-y-4 > div p,
body.art-lb .space-y-4 > div .text-sm {
  color: var(--krv-mute) !important;
  line-height: 1.6 !important;
  margin-top: 0.5rem !important;
}
body.art-lb .space-y-4 > div:hover {
  border-color: var(--krv-hover-line) !important;
  box-shadow: var(--krv-shadow-md) !important;
  outline: none !important;
  transform: none;
}

/* ═══════════ GRIDS (provider cards etc.) ═══════════ */
body.art-lb .grid {
  gap: 1.1rem !important;
}
body.art-lb .grid.md\:grid-cols-2,
body.art-lb .grid.md\:grid-cols-3,
body.art-lb .grid.lg\:grid-cols-5,
body.art-lb .grid.md\:grid-cols-5 {
  /* keep gap; no forced zero-gap walls */
}

/* equal-height card flex children */
body.art-lb .grid > .flex.flex-col,
body.art-lb .grid > .border.flex {
  height: 100%;
}

/* ═══════════ FOOTER ═══════════ */
body.art-lb footer {
  background: var(--krv-card) !important;
  border-top: 1px solid var(--krv-line) !important;
  color: var(--krv-mute) !important;
}
body.art-lb footer,
body.art-lb footer * {
  color: var(--krv-mute);
  filter: none !important;
}
body.art-lb footer a {
  color: var(--krv-mute) !important;
}
body.art-lb footer a:hover {
  color: var(--krv-accent) !important;
}
body.art-lb footer img:not(.krv-logo) {
  filter: none !important;
  border-radius: 10px !important;
}

/* ═══════════ INLINE LINKS ═══════════ */
body.art-lb main a.text-krv {
  color: var(--krv-link, var(--krv-accent)) !important;
  text-decoration: none;
  font-weight: 600;
}
body.art-lb main a.text-krv:hover {
  color: var(--krv-accent-dark) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ═══════════ MOBILE CTA ═══════════ */
.mobile-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: flex;
  gap: 0.65rem;
  padding: 0.7rem 0.9rem;
  padding-bottom: max(0.7rem, env(safe-area-inset-bottom, 0px));
  background: var(--krv-bar-bg);
  border-top: 1px solid var(--krv-line);
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
}
@media (min-width: 768px) {
  .mobile-cta-bar {
    display: none;
  }
}
.mobile-cta-bar a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.65rem 0.5rem;
  border-radius: var(--krv-radius);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.mobile-cta-bar .cta-secondary {
  background: var(--krv-card);
  color: var(--krv-ink);
  border: 1px solid var(--krv-line-2);
}
.mobile-cta-bar .cta-secondary:hover {
  background: var(--krv-accent-soft);
  border-color: var(--krv-chip-border);
  color: var(--krv-accent-dark);
}
.mobile-cta-bar .cta-primary {
  background: var(--krv-btn, var(--krv-accent));
  color: var(--krv-on-accent);
  border: 1px solid transparent;
  box-shadow: var(--krv-shadow-cta);
}
.mobile-cta-bar .cta-primary:hover {
  background: var(--krv-btn-hover, var(--krv-accent-dark));
  color: var(--krv-on-accent);
}

/* Reserve space for fixed bar ONLY on mobile (bar is hidden from md+) */
body.has-mobile-cta {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  body.has-mobile-cta {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  }
}

/* ═══════════ FOCUS ═══════════ */
body.art-lb a:focus-visible,
body.art-lb button:focus-visible {
  outline: 3px solid rgba(81, 129, 254, 0.4);
  outline-offset: 2px;
}

/* ═══════════ TRUST ROW ═══════════ */
body.art-lb .flex.items-center.gap-x-5.mt-7 {
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem !important;
  row-gap: 0.5rem !important;
}
body.art-lb .flex.items-center.gap-x-5.mt-7 span {
  color: var(--krv-mute) !important;
  line-height: 1.35;
}

/* ═══════════ SECTION HEADERS ═══════════ */
body.art-lb .text-center.mb-10,
body.art-lb .text-center.mb-8 {
  margin-bottom: 2rem !important;
}
body.art-lb .text-center .text-slate-600 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65 !important;
}

/* ═══════════ PRICING TOP ACCENT ═══════════ */
body.art-lb #pricing .border.border-slate-200,
body.art-lb #packages .border.border-slate-200,
body.art-lb #support .border.border-slate-200,
body.art-lb #servers .border.border-slate-200 {
  border-top: 3px solid var(--krv-accent) !important;
}

/* soft panels */
body.art-lb .bg-krv-soft,
body.art-lb .bg-blue-50 {
  background: var(--krv-accent-soft) !important;
  color: var(--krv-ink) !important;
}

/* ═══════════ MOBILE ═══════════ */
@media (max-width: 640px) {
  body.art-lb h1 {
    font-size: clamp(1.85rem, 7.5vw, 2.35rem) !important;
    line-height: 1.15 !important;
  }
  body.art-lb h2 {
    font-size: clamp(1.4rem, 5.5vw, 1.75rem) !important;
  }
  body.art-lb nav .text-xl {
    display: none;
  }
  body.art-lb .flex.flex-col.sm\:flex-row {
    width: 100%;
  }
  body.art-lb .flex.flex-col.sm\:flex-row > a {
    width: 100%;
  }
  /* badge room on mobile cards */
  body.art-lb .relative.border > .flex-1 > .font-semibold:first-child {
    padding-right: 0;
    padding-top: 0.35rem;
  }
  body.art-lb .absolute.-top-2,
  body.art-lb .absolute[class*="-top-2"] {
    position: static !important;
    display: inline-flex;
    margin-bottom: 0.65rem;
    max-width: 100%;
  }
}

/* ═══════════ SKIP LINK ═══════════ */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--krv-accent);
  color: #fff;
  padding: 0.7rem 1rem;
  z-index: 100;
  font-weight: 600;
  border-radius: 0 0 10px 0;
}
.skip-link:focus {
  left: 0;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  body.art-lb * {
    transition: none !important;
    animation: none !important;
  }
}
