:root {
  --brand-green: #0a8f5a;
  --brand-blue: #3b82f6;
  --brand-amber: #f59e0b;
  --brand-red: #dc2626;
  --text-main: #111827;
  --text-muted: #6b7280;
  --bg-light: #f9fafb;
  --ink: #121a2c;
  --muted: #8d95a7;
  --line: #e8ebf2;
  --blue: #3f69e8;
  --blue-deep: #2347c7;
  --surface: #fbfcff;
  --danger: #d94b43;
  --intent-primary: 72 148 95;
  --intent-soft: 238 249 240;
  --page-bg: #f7f9fc;
  --page-bg-warm: #f4f7fb;
  --page-glow: 72 148 95;
  --hero-surface-start: 255 255 255;
  --hero-surface-mid: 214 238 222;
  --hero-surface-end: 190 226 204;
  --hero-accent-strong: 72 148 95;
  --hero-accent-soft: 190 230 204;
  --hero-media-start: 200 234 212;
  --hero-media-end: 230 246 236;
  --font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-intent="mest-protein-per-krona"] {
  --intent-primary: 63 105 232;
  --intent-soft: 241 245 255;
  --page-glow: 63 105 232;
  --hero-surface-mid: 210 226 255;
  --hero-surface-end: 188 212 255;
  --hero-accent-strong: 63 105 232;
  --hero-accent-soft: 188 212 255;
  --hero-media-start: 200 220 255;
  --hero-media-end: 224 236 255;
}

[data-intent="billigast"] {
  --intent-primary: 203 145 36;
  --intent-soft: 255 249 235;
  --page-glow: 203 145 36;
  --hero-surface-mid: 255 228 172;
  --hero-surface-end: 255 212 138;
  --hero-accent-strong: 203 145 36;
  --hero-accent-soft: 255 212 138;
  --hero-media-start: 255 224 164;
  --hero-media-end: 255 242 210;
}

[data-intent="rea"] {
  --intent-primary: 214 77 67;
  --intent-soft: 255 242 240;
  --page-glow: 214 77 67;
  --hero-surface-mid: 255 210 206;
  --hero-surface-end: 255 192 186;
  --hero-accent-strong: 214 77 67;
  --hero-accent-soft: 255 192 186;
  --hero-media-start: 255 206 200;
  --hero-media-end: 255 228 224;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 17px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-family);
  color: var(--text-main);
  background:
    radial-gradient(circle at 10% -6%, rgba(var(--page-glow), 0.08), transparent 28rem),
    radial-gradient(circle at 92% 0%, rgba(15, 23, 42, 0.035), transparent 26rem),
    linear-gradient(180deg, var(--page-bg) 0%, var(--page-bg-warm) 42rem, #f2f5f9 100%);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body[data-intent="bast"] {
  --intent-color: var(--brand-green);
  --intent-bg: #f0fdf4;
}

body[data-intent="mest-protein-per-krona"] {
  --intent-color: var(--brand-blue);
  --intent-bg: #eff6ff;
}

body[data-intent="billigast"] {
  --intent-color: var(--brand-amber);
  --intent-bg: #fffbeb;
}

body[data-intent="rea"] {
  --intent-color: var(--brand-red);
  --intent-bg: #fef2f2;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.intent-text {
  color: var(--intent-color, rgb(var(--intent-primary)));
}

.intent-bg {
  background-color: var(--intent-bg, rgba(var(--intent-primary), 0.08));
}

.intent-border {
  border-color: var(--intent-color, rgb(var(--intent-primary)));
}

.container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #edf0f6;
}

.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(12px);
  pointer-events: none;
  z-index: -1;
}

header {
  background: #fff;
  border-bottom: 1px solid #f3f4f6;
}

.site-footer__inner {
  width: min(1022px, calc(100% - 72px));
  margin: 0 auto;
}

.breadcrumb-wrap,
.intent-switcher__inner,
.site-header__inner,
.page-shell {
  width: min(1022px, calc(100% - 72px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}

.site-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.site-logo__image {
  display: block;
  height: 44px;
  width: auto;
  max-width: min(220px, 58vw);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.05em;
}

.site-logo__mark {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #000;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.site-logo__wordmark {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.site-nav {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}

.site-nav__items {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__item {
  position: relative;
}

.site-nav__mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(18, 26, 44, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  cursor: pointer;
}

.site-nav__mobile-toggle-line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.site-nav__backdrop {
  display: none;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.nav-link {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--text-main);
}

.nav-link:hover {
  color: var(--brand-blue);
}

.site-nav__link,
.site-nav__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 44px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}

.site-nav__link:hover,
.site-nav__toggle:hover,
.site-nav__dropdown.is-open .site-nav__toggle {
  color: var(--blue);
}

.site-nav__dropdown {
  position: relative;
}

.site-nav__caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  flex: 0 0 12px;
  transition: transform 0.18s ease;
}

.site-nav__panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  display: flex;
  flex-direction: column;
  width: min(560px, calc(100vw - 32px));
  max-height: min(70vh, 480px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  overflow: hidden;
}

.site-nav__panel[hidden] {
  display: none;
}

.site-nav__panel-header {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 22px 28px 14px;
  border-bottom: 1px solid rgba(232, 235, 242, 0.9);
  background: linear-gradient(180deg, rgba(var(--intent-primary), 0.08) 0%, rgba(var(--intent-primary), 0.02) 100%);
}

.site-nav__panel-kicker {
  margin-bottom: 6px;
  color: rgb(var(--intent-primary));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav__panel-title {
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-nav__panel-subtitle {
  margin-top: 4px;
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
}

.site-nav__dropdown.is-open .site-nav__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.site-nav__dropdown.is-open .site-nav__toggle {
  color: var(--blue);
}

.site-nav__dropdown.is-open .site-nav__caret {
  transform: rotate(180deg);
}

.catalog-index {
  padding-bottom: 80px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.catalog-card {
  display: block;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.catalog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(17, 24, 39, 0.1);
  border-color: rgba(var(--intent-primary), 0.28);
}

.catalog-card__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--intent-primary), 0.1);
  color: rgb(var(--intent-primary));
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-card__title {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.catalog-card__text {
  margin: 0 0 18px;
  color: #667085;
}

.catalog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #697288;
  font-size: 14px;
  font-weight: 600;
}

.catalog-card__cta {
  color: var(--blue);
  font-weight: 700;
}

.site-nav__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  list-style: none;
  padding: 18px 20px 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  align-content: start;
}

.site-nav__dropdown-item {
  min-width: 0;
}

.site-nav__panel-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 16px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.site-nav__panel-link:hover {
  background: rgba(var(--intent-primary), 0.08);
  color: rgb(var(--intent-primary));
  transform: translateY(-1px);
}

.site-nav__panel-footer {
  flex: 0 0 auto;
  border-top: 1px solid var(--line);
  padding: 18px 28px 24px;
  background: rgba(255, 255, 255, 0.88);
}

.site-nav__panel-cta {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
}

.site-nav__link:focus-visible,
.site-nav__toggle:focus-visible,
.site-nav__panel-link:focus-visible,
.site-nav__mobile-toggle:focus-visible,
.site-nav__panel-cta:focus-visible {
  outline: 3px solid rgba(var(--intent-primary), 0.35);
  outline-offset: 4px;
}

.intent-switcher {
  border-bottom: 1px solid #edf0f6;
}

.intent-switcher__inner {
  padding: 28px 0 42px;
}

.intent-switcher__label {
  margin: 0 0 18px;
  color: #697288;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.intent-switcher__tabs {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scrollbar-width: none;
}

.intent-switcher__tabs::-webkit-scrollbar {
  display: none;
}

.intent-tab {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border-radius: 20px;
  border: 1px solid #f3f4f8;
  background: #fff;
  color: #697288;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.04);
}

.intent-tab--active {
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: none;
}

.breadcrumb-wrap {
  padding: 28px 0 10px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #99a1b3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.breadcrumb__home {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #d7dceb;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1;
}

.breadcrumb__separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14px;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  opacity: 1;
}

.breadcrumb__item--active {
  color: var(--ink);
}

.page-shell {
  padding: 16px 0 0;
}

.page-intro {
  margin-bottom: 60px;
}

.page-kicker {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.page-title {
  margin: 0;
  max-width: 1200px;
  font-size: clamp(32px, 6vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.page-title--article {
  font-size: clamp(32px, 5vw, 44px);
}

.page-lead {
  margin: 22px 0 0;
  max-width: 920px;
  color: #6d7588;
  font-size: 18px;
  line-height: 1.6;
}

.page-lead--article {
  max-width: 760px;
  font-size: 18px;
}




.page-section {
  margin-bottom: 78px;
  position: relative;
}

.page-section--featured {
  padding: 38px;
  border: 1px solid rgba(217, 224, 236, 0.92);
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 8%, rgba(var(--intent-primary), 0.08), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(249, 251, 255, 0.92) 100%);
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.05);
}

.page-section--compact {
  margin-top: 32px;
}

.page-section--hero-copy {
  margin-top: 40px;
}

.section-headline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-headline h2 {
  margin: 0;
  font-size: clamp(24px, 4vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.section-headline p {
  margin: 0;
  color: #a1a8b8;
  font-size: 16px;
  font-weight: 500;
}

.section-headline__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.section-headline__subtitle {
  margin: 0;
  color: #a1a8b8;
  font-size: 14px;
  font-weight: 400;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 700;
}

.button--primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 18px 26px rgba(63, 105, 232, 0.2);
}

.button--secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid #dbe0ea;
}

.home-hero {
  margin-bottom: 44px;
  padding: 18px 0 6px;
}

.home-hero__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.75rem, 5vw, 3.5rem);
  border: 1px solid rgba(var(--intent-primary), 0.18);
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 18%, rgba(var(--intent-primary), 0.18), transparent 28rem),
    radial-gradient(circle at 10% 90%, rgba(var(--intent-primary), 0.07), transparent 24rem),
    linear-gradient(135deg, rgb(var(--hero-surface-start, 255 255 255)) 0%, rgb(var(--hero-surface-mid)) 52%, rgb(var(--hero-surface-end)) 100%);
  box-shadow:
    0 28px 80px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-hero__panel::before {
  content: "";
  position: absolute;
  inset: auto -8rem -10rem auto;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: rgba(var(--intent-primary), 0.08);
  pointer-events: none;
}

.home-hero__content,
.home-hero__visual {
  position: relative;
  z-index: 1;
}

.home-hero__content {
  display: grid;
  gap: 24px;
}

.home-hero .page-title {
  max-width: 13ch;
  margin: 0 0 22px;
}

.home-hero .page-lead {
  max-width: 38rem;
  margin: 0 0 22px;
}

.home-hero .page-kicker {
  margin-bottom: 14px;
}

.home-hero__actions {
  display: grid;
  gap: 16px;
  margin-top: 0;
}

.home-hero__actions .button {
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
}

.home-hero__primary-cta {
  justify-self: start;
  min-width: 18rem;
  margin-bottom: 0;
}

.home-hero__actions .button:hover,
.home-hero__actions .button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 22px 36px rgba(15, 23, 42, 0.16);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.trust-row__item {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(var(--intent-primary), 0.14);
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.04);
  color: #42506a;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.home-hero__intent-group {
  padding: 14px 18px;
  border: 1px solid rgba(63, 105, 232, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.home-hero__intent-label {
  display: block;
  margin-bottom: 10px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.home-hero__intent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-hero__intent-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(63, 105, 232, 0.08);
  border: 1px solid rgba(63, 105, 232, 0.16);
  color: #2448b8;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: none;
}

.home-hero__intent-link:hover,
.home-hero__intent-link:focus-visible {
  background: rgba(63, 105, 232, 0.14);
  border-color: rgba(63, 105, 232, 0.28);
  color: #18348c;
}

.home-hero__watch-cta {
  justify-self: start;
  margin-top: 12px;
  min-width: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 13px 22px;
  font-size: 16px;
  box-shadow: none;
}

.home-hero__trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 8px;
  color: #536179;
  font-size: 14px;
}

.home-hero__trust-pill {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: none;
}

.home-hero__visual {
  min-height: 320px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 20%, rgba(var(--intent-primary), 0.18), transparent 60%),
    rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(var(--intent-primary), 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    0 18px 42px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: 18px;
  text-align: left;
}

.home-hero__visual-title {
  margin: 0;
  color: rgb(var(--intent-primary, 63 105 232));
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Product showcase in hero */
.home-hero__product {
  display: grid;
  gap: 14px;
  flex: 1;
}

.home-hero__product-image {
  position: relative;
  height: 180px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(var(--intent-primary, 63 105 232), 0.1);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.home-hero__product-image img {
  max-height: 180px;
  max-width: 100%;
  object-fit: contain;
}

.home-hero__rank {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgb(var(--intent-primary, 63 105 232));
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.home-hero__product-body {
  display: grid;
  gap: 4px;
}

.home-hero__product-brand {
  margin: 0;
  color: rgb(var(--intent-primary, 63 105 232));
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.home-hero__product-name {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.home-hero__product-metrics {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.home-hero__metric {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home-hero__metric-value {
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.home-hero__metric-label {
  color: #6d7588;
  font-size: 13px;
  font-weight: 600;
}

.home-hero__price-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home-hero__price-old {
  color: #98a2b3;
  font-size: 15px;
  font-weight: 700;
  text-decoration: line-through;
}

.home-hero__price-current {
  color: #101828;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.home-hero__price-label,
.home-hero__price-store {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
}

.home-hero__product-cta {
  margin-left: auto;
}

.button--hero-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgb(var(--intent-primary, 63 105 232));
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0.01em;
  box-shadow: 0 3px 10px rgba(var(--intent-primary, 63 105 232), 0.3);
  transition: box-shadow 0.15s, transform 0.15s;
}

.button--hero-buy:hover {
  box-shadow: 0 6px 20px rgba(var(--intent-primary, 63 105 232), 0.45);
  transform: translateY(-1px);
}

.hero-highlight {
  border: 1px solid var(--line);
  border-radius: 40px;
  background:
    radial-gradient(circle at 84% 14%, rgba(var(--hero-accent-strong), 0.22), transparent 21rem),
    radial-gradient(circle at 14% 100%, rgba(var(--hero-accent-strong), 0.12), transparent 24rem),
    linear-gradient(135deg, rgb(var(--hero-surface-start)) 0%, rgb(var(--hero-surface-mid)) 42%, rgb(var(--hero-surface-end)) 100%);
  box-shadow:
    0 26px 72px rgba(27, 33, 54, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.hero-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .hero-section {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-card {
  border: 1px solid #e5e7eb;
  border-radius: 1.5rem;
  padding: 2rem;
  background: #fff;
  position: relative;
}

.explanation-box {
  padding: 1.5rem;
  border-radius: 1rem;
  border: 2px dashed var(--intent-color, rgb(var(--intent-primary)));
  background: var(--intent-bg, rgba(var(--intent-primary), 0.08));
}

.hero-highlight__grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.02fr) minmax(400px, 0.98fr);
  gap: 28px;
  padding: 28px;
  align-items: stretch;
}

.hero-highlight__media {
  position: relative;
  min-height: 0;
  padding: 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 48% 14%, rgba(var(--hero-accent-strong), 0.24), transparent 44%),
    linear-gradient(180deg, rgba(var(--hero-media-start), 0.94) 0%, rgba(var(--hero-media-end), 0.9) 100%);
  display: grid;
  grid-template-rows: auto minmax(240px, 1fr) auto;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(var(--hero-accent-strong), 0.14);
}

.hero-highlight__placeholder {
  width: 260px;
  height: 360px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(33, 41, 61, 0.12);
  display: grid;
  place-items: end center;
  padding: 28px;
  transform: rotate(-4deg);
}

.hero-highlight__placeholder-pack {
  width: 72%;
  height: 24px;
  border-radius: 12px;
  background: #edf0f6;
}

.hero-highlight__image {
  align-self: center;
  justify-self: center;
  width: min(100%, 470px);
  max-height: clamp(280px, 32vw, 380px);
  object-fit: contain;
  filter: drop-shadow(0 28px 36px rgba(17, 24, 39, 0.12));
}

/* Compact UI utilities for admin insights filters */
.filter-label {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 6px;
  font-weight: 600;
}

.form-select-compact {
  display: block;
  width: 100%;
  padding: 6px 8px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 13px;
  color: var(--text-main);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select-compact:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--intent-primary), 0.08);
  border-color: rgba(var(--intent-primary), 0.8);
}

.btn-compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: rgb(var(--intent-primary));
  border: none;
  cursor: pointer;
}

.btn-compact:hover {
  filter: brightness(0.95);
}

.btn-compact:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--intent-primary), 0.12);
}

.admin-body {
  margin: 0;
  background: #f3f5f8;
  color: var(--text-main);
  font-family: var(--font-family);
}

.admin-app {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100vh;
  padding: 28px 22px;
  background: #eef2f6;
  border-right: 1px solid #dbe3ec;
}

.admin-sidebar__brand {
  display: grid;
  gap: 10px;
}

.admin-sidebar__logo {
  color: #162033;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.admin-sidebar__caption {
  margin: 0;
  color: #708096;
  font-size: 14px;
  line-height: 1.5;
}

.admin-nav {
  min-height: 0;
}

.admin-nav__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.admin-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #304056;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.admin-nav__link:hover,
.admin-nav__link:focus-visible {
  background: #fff;
  border-color: #dbe3ec;
  color: #142037;
}

.admin-nav__link.is-active {
  background: #fff;
  border-color: rgba(var(--intent-primary), 0.22);
  color: rgb(var(--intent-primary));
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.admin-nav__link--muted {
  color: #8a94a6;
}

.admin-nav__link small {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-sidebar__footer {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.admin-sidebar__link,
.admin-sidebar__logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #dbe3ec;
  background: #fff;
  color: #304056;
  font-size: 14px;
  font-weight: 700;
}

.admin-sidebar__logout {
  width: 100%;
  cursor: pointer;
}

.admin-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.admin-topbar {
  display: none;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: rgba(243, 245, 248, 0.92);
  border-bottom: 1px solid #dbe3ec;
  backdrop-filter: blur(10px);
}

.admin-topbar__menu {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dbe3ec;
  border-radius: 12px;
  background: #fff;
  color: #142037;
  font-size: 14px;
  font-weight: 700;
}

.admin-topbar__meta {
  display: grid;
}

.admin-topbar__label {
  color: #8190a6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-topbar__title {
  color: #142037;
  font-size: 16px;
  font-weight: 700;
}

.admin-content {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 40px;
}

.admin-page-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.admin-page-header__copy {
  display: grid;
  gap: 8px;
}

.admin-page-header__eyebrow {
  margin: 0;
  color: #8190a6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-page-header__title {
  margin: 0;
  color: #132033;
  font-size: clamp(28px, 4vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.admin-page-header__description {
  margin: 0;
  max-width: 820px;
  color: #6f7d92;
  font-size: 15px;
  line-height: 1.55;
}

.admin-page-header__action {
  flex: 0 0 auto;
}

.admin-body .page-shell {
  width: 100%;
}

.admin-body .page-section {
  margin-bottom: 28px;
}

.admin-body .page-section--featured {
  padding: 22px 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: none;
}

.admin-body .section-headline {
  margin-bottom: 18px;
}

.admin-body .section-headline h2 {
  font-size: clamp(20px, 3vw, 24px);
}

.admin-body .section-headline p {
  font-size: 14px;
  color: #7e8899;
}

.admin-body .table-card {
  border-radius: 20px;
  border-color: #dbe3ec;
  box-shadow: none;
}

.admin-body .data-table thead th {
  font-size: 12px;
}

.admin-body .data-table tbody td {
  font-size: 14px;
}

.admin-body .data-table th,
.admin-body .data-table td {
  padding: 16px 18px;
}

.admin-body .stat-card {
  padding: 20px;
  border: 1px solid #dbe3ec;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.admin-body .filter-form {
  gap: 12px;
}

.admin-body .filter-field input,
.admin-body .filter-field select {
  min-height: 42px;
  border-color: #d6deea;
  background: #fff;
}

.admin-body .protein-admin__row {
  min-height: 58px;
  border-color: #dbe3ec;
  border-radius: 16px;
  background: #fff;
}

.admin-body .empty-state {
  border-radius: 20px;
  background: #fff;
}

.analytics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.admin-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.admin-summary-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 22px 24px;
  border: 1px solid #dbe3ec;
  border-radius: 20px;
  background: #fff;
}

.admin-summary-card__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.admin-summary-card__eyebrow {
  margin: 0 0 6px;
  color: #8190a6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-summary-card__title {
  margin: 0;
  color: #142037;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.admin-summary-card__badge {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(var(--intent-primary), 0.1);
  color: rgb(var(--intent-primary));
  font-size: 12px;
  font-weight: 700;
}

.admin-summary-card__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-summary-card__metric {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #e6ebf2;
  border-radius: 16px;
  background: #f9fbfc;
}

.admin-summary-card__metric--wide {
  grid-column: 1 / -1;
}

.admin-summary-card__label {
  color: #7e8899;
  font-size: 13px;
  font-weight: 600;
}

.admin-summary-card__value {
  color: #142037;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.admin-summary-card__value--small {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.admin-summary-card__hint {
  color: #8b95a5;
  font-size: 13px;
  font-weight: 600;
}

.admin-summary-card__footer {
  margin-top: auto;
}

.btn-compact--secondary {
  background: #f3f6fa;
  color: #24324a;
  box-shadow: inset 0 0 0 1px #d4dde8;
}

.btn-compact--secondary:hover {
  background: #e9eef5;
}

.btn-compact--danger {
  background: #fff1f2;
  color: #b42318;
  box-shadow: inset 0 0 0 1px #f1c0c6;
}

.btn-compact--danger:hover {
  background: #ffe4e8;
}

.admin-articles-table__thumb-cell {
  width: 84px;
}

.admin-articles-table__thumb {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  background: #eef3f7;
  color: #718198;
  font-size: 11px;
  font-weight: 700;
}

.admin-articles-table__thumb--empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  text-align: center;
}

.admin-articles-table__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.admin-articles-table__actions form {
  margin: 0;
}

.admin-user__password-input {
  width: min(180px, 100%);
}

.admin-empty-state {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid #dbe3ec;
}

.admin-empty-state h2,
.admin-empty-state p {
  margin: 0;
}

.admin-placeholder-card {
  display: grid;
  gap: 14px;
  padding: 22px 24px;
  border: 1px solid #dbe3ec;
  border-radius: 20px;
  background: #fff;
}

.admin-placeholder-card__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-placeholder-card__label {
  min-width: 90px;
  color: #7e8899;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-article-form__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.admin-article-form__main,
.admin-article-form__sidebar {
  display: grid;
  gap: 24px;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-form-field {
  display: grid;
  gap: 8px;
}

.admin-form-field--full {
  grid-column: 1 / -1;
}

.admin-form-field label {
  color: #22314a;
  font-size: 13px;
  font-weight: 700;
}

.admin-form-field input,
.admin-form-field textarea,
.admin-form-field select {
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid #d6deea;
  border-radius: 14px;
  background: #fff;
  color: #182334;
  font: inherit;
}

.admin-form-field textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

.admin-form-field input[type="file"] {
  padding: 10px 12px;
}

.admin-form-field input:focus,
.admin-form-field textarea:focus,
.admin-form-field select:focus {
  outline: none;
  border-color: rgba(var(--intent-primary), 0.7);
  box-shadow: 0 0 0 4px rgba(var(--intent-primary), 0.12);
}

.admin-form-field__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.admin-form-help {
  margin: 0;
  color: #7e8899;
  font-size: 12px;
  line-height: 1.5;
}

.admin-form-help code {
  font-size: 12px;
}

.admin-form-errors {
  margin: 10px 0 0;
  padding-left: 18px;
}

.admin-form-errors li + li {
  margin-top: 4px;
}

.admin-markdown-help {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-markdown-help span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f6fa;
  color: #4b5a72;
  font-size: 12px;
  font-weight: 600;
}

.admin-markdown-preview {
  padding: 22px 24px;
  border: 1px solid #dbe3ec;
  border-radius: 20px;
  background: #fff;
  color: #233149;
}

.admin-markdown-preview__empty {
  margin: 0;
  color: #7e8899;
}

.admin-markdown-preview h1,
.admin-markdown-preview h2,
.admin-markdown-preview h3,
.admin-markdown-preview p,
.admin-markdown-preview ul,
.admin-markdown-preview table {
  margin-top: 0;
}

.admin-markdown-preview h1,
.admin-markdown-preview h2,
.admin-markdown-preview h3 {
  margin-bottom: 14px;
  color: #122036;
  line-height: 1.2;
}

.admin-markdown-preview h1 {
  font-size: 28px;
}

.admin-markdown-preview h2 {
  font-size: 22px;
}

.admin-markdown-preview h3 {
  font-size: 18px;
}

.admin-markdown-preview p,
.admin-markdown-preview li,
.admin-markdown-preview td,
.admin-markdown-preview th {
  font-size: 15px;
  line-height: 1.7;
}

.admin-markdown-preview ul {
  padding-left: 22px;
}

.admin-markdown-preview table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #dbe3ec;
}

.admin-markdown-preview th,
.admin-markdown-preview td {
  padding: 12px 14px;
  border-top: 1px solid #e8edf4;
  text-align: left;
}

.admin-markdown-preview thead th {
  border-top: 0;
  background: #f7f9fb;
  font-weight: 700;
}

.admin-image-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 16px;
  border: 1px solid #dbe3ec;
  border-radius: 20px;
  background: #f8fafc;
  overflow: hidden;
}

.admin-image-preview img {
  display: block;
  max-width: 100%;
  max-height: 260px;
  border-radius: 16px;
  object-fit: cover;
}

.admin-image-preview.is-empty {
  color: #7e8899;
  font-size: 14px;
  font-weight: 600;
}

.admin-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  align-items: center;
}

.admin-form-actions form {
  margin: 0;
}

@media (max-width: 1100px) {
  .admin-app {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 60;
    width: min(300px, calc(100vw - 32px));
    transform: translateX(-100%);
    transition: transform 0.2s ease;
    box-shadow: 18px 0 44px rgba(15, 23, 42, 0.12);
  }

  .admin-nav-open .admin-sidebar {
    transform: translateX(0);
  }

  .admin-topbar {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 40;
  }

  .admin-content {
    width: min(100%, calc(100% - 32px));
    padding: 22px 0 34px;
  }

  .admin-article-form__layout {
    grid-template-columns: 1fr;
  }

  .admin-page-header {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 900px) {
  .admin-dashboard-grid,
  .analytics-grid {
    grid-template-columns: 1fr;
  }

  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-articles-table__actions {
    min-width: 180px;
  }
}

/* Compact table utility */
.table-compact td, .table-compact th {
  padding: 8px 10px;
  font-size: 13px;
}

/* Tight, responsive table layout for admin lists */
.table-compact {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto; /* allow columns to size to content and wrap when needed */
}

.table-compact th:first-child,
.table-compact td:first-child {
  width: 45%;
  min-width: 240px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.table-compact th,
.table-compact td {
  vertical-align: middle;
}

.table-compact td {
  /* allow cells to wrap by default; non-name cells will be constrained below */
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.table-compact td.product-name {
  /* show full product name but limit to two lines for readability */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
  max-height: calc(1.25em * 2);
}

/* Prevent action column from being pushed outside the wrapper by giving explicit widths */
.protein-admin__table-wrap {
  overflow-x: auto;
}

.table-compact th:nth-child(2),
.table-compact td:nth-child(2) { min-width: 120px; }
.table-compact th:nth-child(3),
.table-compact td:nth-child(3) { min-width: 120px; }
.table-compact th:nth-child(4),
.table-compact td:nth-child(4) { min-width: 120px; }
.table-compact th:nth-child(5),
.table-compact td:nth-child(5) { min-width: 90px; }
.table-compact th:nth-child(6),
.table-compact td:nth-child(6) { min-width: 80px; }
.table-compact th:nth-child(7),
.table-compact td:nth-child(7) { min-width: 80px; }
.table-compact th:nth-child(8),
.table-compact td:nth-child(8) { min-width: 120px; }

/* Ensure non-name cells ellipsize to avoid expanding table */
.table-compact thead th { white-space: normal; }

.table-compact td:not(.product-name) {
  /* allow up to two lines for non-name cells for readability */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.winner-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.winner-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(var(--hero-accent-strong), 0.2);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.04);
  color: rgb(var(--hero-accent-strong));
  font-size: 13px;
  font-weight: 700;
}

.hero-rank-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgb(var(--intent-primary));
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
  box-shadow: 0 18px 32px rgba(var(--intent-primary), 0.28);
}

.hero-rank-badge--floating {
  position: absolute;
  top: 82px;
  right: 24px;
  z-index: 2;
}

.hero-highlight__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 6px 4px 6px 0;
}

.hero-highlight__heading {
  display: grid;
  gap: 10px;
}

.hero-highlight__category {
  margin: 0;
  color: rgb(var(--hero-accent-strong));
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hero-highlight__title {
  margin: 0;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-wrap: balance;
}

.hero-highlight__buybox {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, rgba(var(--hero-accent-strong), 0.14) 100%);
  border: 1px solid rgba(var(--hero-accent-strong), 0.22);
  box-shadow:
    0 18px 32px rgba(17, 24, 39, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(var(--hero-accent-strong), 0.1);
  border: 1px solid rgba(var(--hero-accent-strong), 0.14);
  color: #243043;
  font-size: 14px;
  font-weight: 600;
}

.hero-highlight__explanation {
  padding: 20px 20px 2px;
  border: 1px solid rgba(var(--intent-primary), 0.16);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(var(--intent-primary), 0.08) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-highlight__explanation-title {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero-highlight__reason {
  position: relative;
  margin: 0 0 12px;
  padding-left: 34px;
  color: #283248;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.hero-highlight__reason::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgb(var(--intent-primary));
  box-shadow: inset 0 0 0 4px rgba(var(--intent-primary), 0.16);
}

.hero-highlight__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
}

.purchase-price {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e8edf5;
}

.purchase-price__label {
  display: block;
  margin-bottom: 8px;
  color: #7b8495;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.purchase-price__value-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}

.purchase-price__value {
  color: #0f172a;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.purchase-price__previous {
  color: #8b95a7;
  font-size: 15px;
  font-weight: 600;
  text-decoration: line-through;
}

.purchase-price__store {
  margin: 8px 0 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.metric-item {
  min-width: 0;
  padding: 12px 0 10px;
  border-top: 1px solid rgba(var(--hero-accent-strong), 0.12);
}

.metric-label {
  display: block;
  margin-bottom: 6px;
  color: rgba(36, 48, 67, 0.58);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.metric-value {
  display: block;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  white-space: nowrap;
}

.metric-note {
  display: block;
  margin-top: 8px;
  color: #6d7890;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.metric-divider {
  width: 1px;
  background: var(--line);
}

.hero-highlight__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 60px;
  padding: 16px 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #101827 0%, #111827 42%, rgb(var(--intent-primary)) 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 20px 34px rgba(var(--intent-primary), 0.2);
}

.hero-highlight__cta:hover {
  transform: translateY(-1px);
}

.product-rail,
.articles-grid,
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.product-rail,
.product-grid {
  padding: 28px;
  margin-inline: -28px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 0 0 1px rgba(223, 232, 221, 0.6);
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 2rem 0;
}

@media (min-width: 640px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-tile {
  width: 100%;
  max-width: 360px;
  border: 1.5px solid #dde3ee;
  border-radius: 28px;
  background: #fff;
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.06),
    0 10px 32px rgba(15, 23, 42, 0.09);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 auto;
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}

.product-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  border-bottom: 4px solid transparent;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--brand-blue);
}

.product-image-wrapper {
  background: var(--bg-light);
  border-radius: 0.75rem;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.product-tile:hover {
  border-color: rgb(var(--intent-primary, 63 105 232));
  box-shadow:
    0 1px 3px rgba(15, 23, 42, 0.06),
    0 20px 48px rgba(var(--intent-primary, 63 105 232), 0.18);
  transform: translateY(-3px);
}

.product-tile__visual {
  position: relative;
  flex: 0 0 210px;
  height: 210px;
  margin: 14px 14px 0;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(var(--intent-primary, 63 105 232), 0.08) 0%, #f8f9fb 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-tile__family-link {
  color: inherit;
  text-decoration: none;
}

.product-tile__family-link--visual {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.product-tile__visual img {
  width: 100%;
  height: 100%;
  max-height: 170px;
  object-fit: contain;
}

.product-tile__placeholder {
  width: 112px;
  height: 168px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.1);
  display: grid;
  place-items: end center;
  padding: 16px;
}

.product-tile__placeholder-pack {
  width: 68%;
  height: 18px;
  border-radius: 9px;
  background: #edf0f6;
}

.product-tile__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 13px;
  border-radius: 999px;
  background: rgb(var(--intent-primary, 63 105 232));
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(var(--intent-primary, 63 105 232), 0.4);
}

.badge {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.product-tile__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 18px 20px 20px;
}

.product-tile__brand {
  margin: 0 0 10px;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.product-tile__brand a {
  color: #475569;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.product-tile__brand a:hover,
.product-tile__brand a:focus-visible {
  color: var(--blue-deep);
  text-decoration-color: currentColor;
}

.product-tile__name {
  margin: 0 0 8px;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.product-tile__name .product-tile__family-link:hover,
.product-tile__name .product-tile__family-link:focus-visible {
  color: var(--blue-deep);
}

.product-tile__variant {
  margin: 0 0 14px;
  color: #475569;
  font-size: 15px;
}

.product-tile__meta {
  margin: 0 0 14px;
  color: #5f6f94;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.product-tile__meta--primary {
  margin-bottom: 8px;
  color: #1c3158;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.product-tile__meta--secondary {
  margin-bottom: 12px;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.product-tile__deal {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 6px 10px;
  border: 1px solid rgba(var(--intent-primary, 63 105 232), 0.18);
  border-radius: 999px;
  background: rgba(var(--intent-primary, 63 105 232), 0.07);
  color: rgb(var(--intent-primary, 63 105 232));
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: normal;
}

.product-tile__compare {
  margin-top: auto;
  padding-top: 8px;
}

.product-tile__compare-link {
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 0.18em;
}

.product-tile__compare-link:hover,
.product-tile__compare-link:focus-visible {
  color: var(--blue-deep);
  text-decoration: underline;
}

.product-tile__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid #eef1f7;
}

.product-tile__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-tile__price-original {
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}

.product-tile__price-current {
  color: var(--danger);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.product-tile__price-current--intent {
  color: rgb(var(--intent-primary));
}

.product-tile__icon-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-tile__cta {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 14px;
  background: rgb(var(--intent-primary));
  color: #fff;
  display: grid;
  place-items: center;
  transition: background-color 0.18s ease, transform 0.18s ease;
  box-shadow: 0 12px 24px rgba(var(--intent-primary), 0.24);
}

.product-tile__cta:hover {
  background: var(--ink);
  transform: translateY(-1px);
}

.product-tile__cta svg {
  width: 18px;
  height: 18px;
}

.product-tile__share-btn {
  cursor: pointer;
  background: #F5F7FA;
  border: 1px solid #DDE3EC;
  color: #667085;
  box-shadow: none;
}

.product-tile__share-btn:hover {
  background: #EDF0F5;
  border-color: #C8D0DC;
  color: #4B5563;
  transform: none;
}

.share-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #1F2937;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 9999;
  white-space: nowrap;
}

.share-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.pagination__info {
  color: #71798d;
  font-size: 16px;
  font-weight: 600;
}

.pagination__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pagination__button {
  min-width: 68px;
  height: 68px;
  padding: 0 16px;
  border: 1px solid #dbe0ea;
  border-radius: 20px;
  background: #fff;
  color: #4a5568;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
}

.pagination__button.active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  box-shadow: 0 16px 26px rgba(63, 105, 232, 0.24);
}

.pagination__button[disabled] {
  color: #c7cfdb;
}

.articles-section {
  margin: 96px 0 110px;
  padding-top: 82px;
  border-top: 1px solid #edf0f6;
}

.articles-section__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.articles-section__icon {
  font-size: 26px;
}

.editorial-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.04);
}

.editorial-card--link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
}

.editorial-card__image {
  height: 270px;
  background: #eef2f8;
}

.editorial-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-card__image--placeholder {
  background: linear-gradient(180deg, #eceff5 0%, #f8f9fb 100%);
}

.editorial-card__body {
  padding: 34px 40px 30px;
}

.editorial-card__meta {
  margin: 0 0 14px;
  color: #9ca4b4;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.editorial-card__title {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.editorial-card__description {
  margin: 0;
  color: #70788c;
  font-size: 16px;
  line-height: 1.6;
}

.article-page {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
  padding: 44px 0 100px;
}

.article-page--narrow {
  width: min(960px, calc(100% - 72px));
}

.article-page__header {
  margin-bottom: 34px;
}

.article-page__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 560px;
  margin-top: 28px;
  border-radius: 28px;
  object-fit: cover;
}

.article-page__content {
  color: #2f3747;
  font-size: 17px;
  line-height: 1.6;
}

.article-page__content h2 {
  margin: 44px 0 18px;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.article-page__content h3 {
  margin: 28px 0 14px;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.article-page__content p {
  margin: 0 0 20px;
}

.article-page__content ul {
  margin: 0 0 20px 24px;
}

.article-page__content table {
  width: 100%;
  margin: 0 0 24px;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #d7e1ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 32, 55, 0.06);
}

.article-page__content th,
.article-page__content td {
  padding: 14px 16px;
  border-bottom: 1px solid #e3eaf3;
  text-align: left;
  vertical-align: top;
}

.article-page__content thead th {
  background: #f5f8fc;
  font-weight: 700;
}

.article-page__content tbody tr:last-child td {
  border-bottom: 0;
}

.article-page__content :where(table, pre) {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.landing-copy-block {
  display: grid;
  gap: 14px;
  max-width: 920px;
  padding: 20px 24px 20px 36px;
  border: 1px solid #dce6f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(20, 32, 55, 0.07);
  position: relative;
}

.landing-copy-block::before {
  content: "";
  position: absolute;
  inset: 12px auto 12px 12px;
  width: 4px;
  border-radius: 999px;
  background: var(--intent-color, #3378ff);
}

.landing-copy-block--guide-card {
  position: relative;
  border-color: #d7e7ff;
  background:
    radial-gradient(circle at top left, rgba(51, 120, 255, 0.12), transparent 55%),
    radial-gradient(circle at bottom right, rgba(24, 200, 140, 0.10), transparent 60%),
    #ffffff;
  box-shadow: 0 18px 50px rgba(20, 32, 55, 0.08);
}

.landing-copy-block--guide-card::before {
  content: "";
  position: absolute;
  inset: 12px auto 12px 12px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(51, 120, 255, 0.95), rgba(24, 200, 140, 0.85));
}

.landing-copy-block--guide-card {
  padding-left: 36px;
}

.landing-copy-block h2,
.landing-copy-block p {
  margin: 0;
}

.landing-copy-block h2 {
  color: #142037;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.landing-copy-block p,
.faq-item p {
  color: #3b4658;
  font-size: 16px;
  line-height: 1.7;
}

.landing-copy-block h3 {
  margin: 10px 0 0;
  color: #142037;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.landing-copy-block ul {
  margin: 0;
  padding-left: 22px;
  color: #3b4658;
  font-size: 16px;
  line-height: 1.7;
}

.landing-copy-block li {
  margin: 0 0 8px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  padding: 22px 24px;
  border: 1px solid #e6ebf2;
  border-radius: 20px;
  background: #fff;
}

.faq-item h3,
.faq-item p {
  margin: 0;
}

.faq-item h3 {
  margin-bottom: 10px;
  color: #162135;
  font-size: 20px;
  line-height: 1.3;
}

.table-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  overflow-x: auto;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.04);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 22px 24px;
  text-align: left;
}

.data-table thead th {
  color: #98a0b1;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.data-table tbody td {
  border-top: 1px solid #edf0f6;
  font-size: 16px;
  font-weight: 500;
  color: #283248;
}

.offer-store-cell {
  min-width: 170px;
}

.offer-row--highlight {
  animation: offer-highlight 2.5s ease-out forwards;
}

.card--highlight {
  animation: offer-highlight 2.5s ease-out forwards;
}

@keyframes offer-highlight {
  0%   { background-color: #eff6ff; }
  100% { background-color: transparent; }
}

.comparison-table-wrapper {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.04);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  text-align: left;
  white-space: nowrap;
}

.comparison-table thead th {
  color: #98a0b1;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.comparison-table tbody td {
  border-top: 1px solid #edf0f6;
  font-size: 15px;
  font-weight: 500;
  color: #283248;
}

.comparison-table td.product-name {
  white-space: normal;
  min-width: 160px;
}

.comparison-table td.metric-cell.highlight strong {
  color: var(--ink);
}

.comparison-table td.action-cell {
  min-width: 80px;
}

.offer-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgb(var(--intent-primary));
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(var(--intent-primary), 0.24);
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.offer-store-button:hover,
.offer-store-button:focus-visible {
  background: var(--ink);
  transform: translateY(-1px);
}

.offer-store-name {
  display: block;
  margin-top: 8px;
  color: #7d8698;
  font-size: 13px;
  font-weight: 600;
}

.error-state {
  padding: 84px 0 120px;
}

.pre-footer-cta {
  padding: 0 0 48px;
  margin-top: -30px; /* page-section mb is 78px; net space = 48px */
}
.pre-footer-cta__inner {
  width: min(1022px, calc(100% - 72px));
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pre-footer-cta {
    padding-bottom: 32px;
    margin-top: -46px; /* page-section mb is 78px; net space = 32px */
  }
  .pre-footer-cta__inner {
    width: calc(100% - 32px);
  }
}

.site-footer {
  border-top: 1px solid #edf0f6;
  padding: 48px 0 34px;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 32px;
  }
}

footer {
  background: #fff;
  border-top: 1px solid #f3f4f6;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  padding-bottom: 54px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
}

.footer-column h5 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--text-main);
}

.site-footer__column h5 {
  margin: 0 0 28px;
  color: #a1a8b8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-footer__column a {
  display: block;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 600;
}

.site-footer__accent {
  color: var(--blue);
}

.site-footer__bottom {
  border-top: 1px solid #edf0f6;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #a1a8b8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-footer__badge {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #eef1f6;
  color: #9da5b4;
  display: grid;
  place-items: center;
  font-size: 16px;
  letter-spacing: -0.04em;
}

.site-footer__logo {
  width: 36px;
  height: auto;
  display: block;
  opacity: 0.7;
}

.empty-state {
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fafbfe;
  text-align: center;
  color: #6e7689;

.filter-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  align-items: end;
}

.filter-field {
  display: grid;
  gap: 8px;
}

.filter-field label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #675f55;
}

.filter-field input,
.filter-field select {
  border: 1px solid #d8cdbb;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.95rem;
  font-family: inherit;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}

.protein-admin__provider-card {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.protein-admin__provider-share {
  display: block;
  margin-top: 8px;
  color: #999;
}

.protein-admin__alert {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid;
  border-radius: 8px;
}

.protein-admin__alert--success {
  background: #e8f5e9;
  border-color: #4caf50;
  color: #2e7d32;
}

.protein-admin__alert--error {
  background: #ffebee;
  border-color: #f44336;
  color: #c62828;
}

.protein-admin__table-wrap {
  overflow-x: auto;
}

.protein-admin__table {
  min-width: 800px;
}

/* New list-based rows: one product per row */
.protein-admin__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.protein-admin__row {
  display: grid;
  grid-template-columns: 1fr 140px 100px 200px;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.protein-admin__row .product-name {
  font-weight: 700;
  line-height: 1.2;
}

.protein-admin__source-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.14em;
  transition: color 0.16s ease, text-decoration-color 0.16s ease;
}

.protein-admin__source-link:hover,
.protein-admin__source-link:focus-visible {
  color: #173baf;
  text-decoration-color: currentColor;
}

.protein-admin__source-link-icon {
  font-size: 0.9em;
  line-height: 1;
  opacity: 0.78;
}

.protein-admin__row .product-url {
  font-size: 0.95rem;
  color: var(--blue);
}

.protein-admin__row .product-protein {
  color: #667085;
  text-align: left;
}

.protein-admin__row .product-action {
  text-align: right;
}

@media (max-width: 900px) {
  .protein-admin__row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .protein-admin__row .product-action {
    text-align: left;
  }
}

.protein-admin__estimated-value {
  color: #999;
}

.protein-admin__update-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.protein-admin__input {
  width: 70px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 0.9rem;
}

.protein-admin__save-button {
  padding: 8px 12px;
  font-size: 0.85rem;
}

.protein-admin__pagination {
  margin: 24px 0;
  text-align: center;
}
  font-size: 18px;
}

/* Admin pagination tweaks: smaller centered arrow icons */
.protein-admin__pagination .pagination__buttons {
  gap: 8px;
}

.protein-admin__pagination .pagination__button {
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 8px;
  font-size: 13px;
  display: inline-grid;
  place-items: center;
}

.protein-admin__pagination svg,
.protein-admin__pagination .pagination__button svg {
  width: 14px !important;
  height: 14px !important;
  display: block;
  margin: 0 auto;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #2563eb;
  color: #fff;
  font-weight: 900;
  padding: 1rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.2);
  transition: transform 0.2s;
  border: none;
  cursor: pointer;
}

.btn-cta:hover {
  transform: translateY(-2px);
  background-color: #1d4ed8;
}

@media (max-width: 1200px) {
  .site-header__inner {
    position: relative;
    min-height: 82px;
  }

  .site-nav__mobile-toggle {
    display: inline-flex;
    position: relative;
    z-index: 72;
  }

  .site-nav__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(15, 23, 42, 0.38);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 69;
  }

  body.site-nav-lock {
    overflow: hidden;
  }

  .breadcrumb-wrap,
  .page-shell,
  .site-footer__inner {
    width: min(100%, calc(100% - 40px));
  }

  .hero-highlight__grid,
  .product-rail,
  .articles-grid,
  .editorial-grid,
  .site-footer__grid,
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .hero-highlight__grid {
    padding: 34px;
    gap: 32px;
  }

  .hero-highlight__media {
    min-height: 0;
  }

  .hero-rank-badge--floating {
    top: 88px;
    right: 20px;
  }

  .section-headline {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-page,
  .article-page--narrow {
    width: min(100%, calc(100% - 40px));
  }

  /* Mobile nav: slide-in panel (hamburger visible at ≤1200px) */
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: min(88vw, 360px);
    padding: 88px 18px 28px;
    border-left: 1px solid rgba(232, 235, 242, 0.92);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fbfcff 100%);
    box-shadow: -18px 0 40px rgba(17, 24, 39, 0.16);
    backdrop-filter: blur(14px);
    overflow-y: auto;
    transform: translateX(104%);
    transition: transform 0.22s ease;
    z-index: 70;
  }

  .site-header.is-nav-open .site-nav {
    transform: translateX(0);
  }

  .site-header.is-nav-open .site-nav__backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header.is-nav-open .site-nav__mobile-toggle-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-nav-open .site-nav__mobile-toggle-line:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-nav-open .site-nav__mobile-toggle-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav__items {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .site-nav__link,
  .site-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    padding: 0 8px;
  }

  .site-nav__item {
    width: 100%;
    border-bottom: 1px solid rgba(232, 235, 242, 0.9);
  }

  .site-nav__item:last-child {
    border-bottom: 0;
  }

  .site-nav__dropdown {
    padding: 0;
    margin: 0;
  }

  .site-nav__panel {
    position: static;
    display: none;
    width: 100%;
    max-height: min(70vh, 480px);
    margin: 8px 0 12px;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
  }

  .site-nav__dropdown.is-open .site-nav__panel {
    display: flex;
    transform: none;
  }

  .site-nav__list {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .site-nav__panel-link {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 15px;
  }

  .site-nav__panel-header {
    padding: 18px 18px 12px;
  }

  .site-nav__panel-footer {
    padding: 14px 18px 18px;
  }
}

@media (max-width: 820px) {
  .site-logo__mark {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .site-logo__wordmark {
    font-size: 1.2rem;
  }

  .catalog-card {
    padding: 24px;
  }

  .intent-switcher__inner {
    padding: 22px 0 26px;
  }

  .intent-switcher__label,
  .breadcrumb,
  .articles-section__header {
    font-size: 14px;
  }

  .intent-tab {
    padding: 14px 18px;
    border-radius: 18px;
    font-size: 16px;
  }

  .page-shell {
    padding-top: 12px;
  }

  .page-section--featured {
    padding: 24px;
    border-radius: 28px;
  }

  .product-rail,
  .product-grid {
    padding: 18px;
    margin-inline: -18px;
    border-radius: 26px;
  }

  .page-title {
    font-size: 32px;
  }

  .page-lead,
  .page-lead--article,
  .article-page__content {
    font-size: 16px;
  }

  .section-headline h2 {
    font-size: 24px;
  }

  .home-hero__panel {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 28px;
  }

  .home-hero__visual {
    min-height: 220px;
    padding: 20px;
  }

  .home-hero__label {
    justify-self: stretch;
  }

  .section-headline p,
  .hero-highlight__reason,
  .editorial-card__description {
    font-size: 16px;
  }

  .hero-highlight__title {
    font-size: 32px;
  }

  .hero-highlight__metrics {
    grid-template-columns: 1fr;
  }

  .metric-divider {
    width: 100%;
    height: 1px;
  }

  .winner-strip {
    gap: 8px;
  }

  .winner-strip span,
  .hero-proof span {
    min-height: 38px;
    font-size: 13px;
  }

  .hero-highlight__buybox {
    padding: 18px;
    border-radius: 24px;
  }

  .hero-highlight__media {
    padding: 18px;
    border-radius: 26px;
    grid-template-rows: auto minmax(220px, 1fr) auto;
  }

  .hero-highlight__image {
    width: min(100%, 340px);
    max-height: 300px;
  }

  .product-tile__visual {
    flex-basis: 200px;
    height: 200px;
    margin: 18px 18px 0;
  }

  .product-tile__body,
  .editorial-card__body {
    padding: 24px;
  }

  .site-footer__column a {
    font-size: 18px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero__actions {
    gap: 14px;
  }

  .home-hero__actions .button,
  .home-hero__primary-cta,
  .home-hero__watch-cta {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }

  .filter-form {
    grid-template-columns: 1fr;
  }

  .data-table {
    font-size: 0.85rem;
  }

  .data-table th,
  .data-table td {
    padding: 10px 8px;
  }

  .home-hero__intent-links,
  .home-hero__trust-row,
  .home-hero__product-metrics {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero__intent-link {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .home-hero__product-cta {
    margin-left: 0;
    width: 100%;
  }
}
