:root {
  --bg: #020617;
  --bg-soft: #0f172a;
  --bg-card: rgba(15, 23, 42, 0.92);
  --line: #1e293b;
  --line-strong: #334155;
  --text: #f8fafc;
  --muted: #94a3b8;
  --amber: #f59e0b;
  --orange: #ea580c;
  --green: #10b981;
  --shadow: 0 24px 80px rgba(2, 6, 23, 0.55);
  --radius: 1.15rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 30%),
    radial-gradient(circle at left center, rgba(234, 88, 12, 0.10), transparent 28%),
    linear-gradient(180deg, #020617 0%, #0b1120 100%);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}

a { color: inherit; }

.grid-container {
  max-width: 78rem;
}

.site-header .top-bar {
  background: rgba(2, 6, 23, 0.82);
  border-bottom: 1px solid rgba(30, 41, 59, 0.9);
  backdrop-filter: blur(18px);
  padding: 0.9rem 0;
  position: relative;
  z-index: 20;
}

.brand-wrap,
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.brand { text-decoration: none; }

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(234, 88, 12, 0.2));
  color: var(--amber);
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.25);
}

.top-bar-right .menu, .mobile-panel .menu {
  background: transparent;
}

.top-bar-right .menu a,
.mobile-panel .menu a,
.site-footer .menu a {
  color: #cbd5e1;
}

.founder-section .founder-card {
  padding: 2rem;
}

.founder-section .proof-grid {
  row-gap: 1.25rem;
}

.founder-section .proof-card {
  padding: 1.35rem;
  border: 1px solid rgba(51, 65, 85, 0.6);
  background: rgba(10, 15, 30, 0.85);
}

.founder-section .proof-kicker {
  margin-bottom: 0.5rem;
  color: #94a3b8;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.founder-section .proof-value {
  margin-bottom: 0.35rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: #f8fafc;
}

.founder-section .proof-label {
  margin-bottom: 0;
  color: #cbd5e1;
}

.about-founder-card {
  padding: 1.75rem;
}

.consulting-actions .button {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.consulting-actions .button:last-child {
  margin-right: 0;
}

.hero-secondary-link {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.hero-actions .button {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.hero-actions .button:last-child {
  margin-right: 0;
}

.top-bar-right .dropdown.menu {
  --menu-link-padding-x: 0.9rem;
}

.top-bar-right .dropdown.menu > li > a {
  display: flex;
  align-items: center;
  padding: 0.65rem var(--menu-link-padding-x);
  line-height: 1.2;
}

.top-bar-right .dropdown.menu > li.is-dropdown-submenu-parent {
  position: relative;
  --submenu-offset: var(--menu-link-padding-x);
}

.top-bar-right .dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.6rem;
}

.top-bar-right .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  margin-left: 0.45rem;
}

.top-bar-right .menu a:hover,
.mobile-panel .menu a:hover,
.site-footer .menu a:hover,
.text-link:hover {
  color: var(--amber);
}

.top-bar-right .dropdown.menu .submenu {
  background: rgba(2, 6, 23, 0.98);
  border: 1px solid rgba(51, 65, 85, 0.9);
  border-radius: 0.9rem;
  padding: 0.5rem;
  min-width: 12rem;
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.45);
  margin-top: 0.35rem;
  pointer-events: auto;
  z-index: 30;
  left: var(--submenu-offset);
  right: auto;
}

.top-bar-right .dropdown.menu .submenu a {
  display: block;
  padding: 0.65rem 0.9rem;
  min-height: 2.25rem;
  line-height: 1.25;
  border-radius: 0.6rem;
}

.top-bar-right .dropdown.menu .submenu a:hover,
.top-bar-right .dropdown.menu .submenu a:focus {
  background: rgba(245, 158, 11, 0.12);
  color: #fff;
}

.top-bar-right .dropdown.menu > li.is-dropdown-submenu-parent::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}

.mobile-panel {
  border-top: 1px solid rgba(30, 41, 59, 0.9);
  background: rgba(2, 6, 23, 0.98);
  padding: 0.75rem 1rem 1rem;
}

.menu-icon::after,
.menu-icon:hover::after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}

.section-block {
  position: relative;
  padding: 5.5rem 0;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 4.5rem;
  min-height: 84vh;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.9;
}

.hero-orb-right {
  width: 28rem;
  height: 28rem;
  top: 5rem;
  right: -9rem;
  background: rgba(245, 158, 11, 0.18);
}

.hero-orb-left {
  width: 22rem;
  height: 22rem;
  left: -9rem;
  bottom: 2rem;
  background: rgba(234, 88, 12, 0.14);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.08);
  color: #fbbf24;
  font-size: 0.95rem;
}

.pulse-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(245, 158, 11, 0); }
  100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
}

h1, h2, h3, h4, h5 {
  color: var(--text);
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.98;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.02;
  margin-bottom: 0.85rem;
  font-weight: 800;
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
}

h2 + .lead {
  margin-top: 0.35rem;
}

h3 + p {
  margin-top: 0.35rem;
}

h4 {
  font-size: 1rem;
  color: #e2e8f0;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

p, li, .meta-inline, .duration, .price-note, .privacy-note, .site-footer p, .site-footer a {
  color: var(--muted);
}

p {
  margin-bottom: 1rem;
}

.hero-copy .lead {
  max-width: 38rem;
}

.lead {
  color: #cbd5e1;
  font-size: 1.14rem;
  line-height: 1.8;
}

.gradient-text {
  background: linear-gradient(90deg, #f59e0b 0%, #fb923c 50%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.button {
  border-radius: 0.85rem;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

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

.warning,
.button.warning {
  background: linear-gradient(90deg, var(--amber), var(--orange));
  border: none;
  color: #fff;
}

.button.secondary {
  background: rgba(30, 41, 59, 0.95);
  color: #fff;
}

.button.hollow.light,
.button.hollow.subtle {
  border-width: 1px;
  background: rgba(15, 23, 42, 0.82);
}

.button.hollow.light {
  color: #fff;
  border-color: rgba(71, 85, 105, 0.9);
}

.button.hollow.subtle {
  color: #cbd5e1;
  border-color: rgba(51, 65, 85, 0.9);
}

.glow-button {
  box-shadow: 0 14px 42px rgba(245, 158, 11, 0.25);
}

.hero-actions {
  margin-top: 2rem;
}

.card-panel {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.88));
  border: 1px solid rgba(30, 41, 59, 1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-visual {
  position: relative;
  overflow: hidden;
}

.hero-visual img,
.media-frame img,
.media-list-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual img {
  min-height: 34rem;
}

.visual-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.72));
}

.floating-stat {
  position: absolute;
  display: grid;
  gap: 0.1rem;
  padding: 1rem 1.15rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(51, 65, 85, 0.95);
  background: rgba(2, 6, 23, 0.82);
  backdrop-filter: blur(18px);
  min-width: 7rem;
}

.floating-stat strong {
  color: var(--amber);
  font-size: 1.7rem;
  line-height: 1;
}

.floating-stat span {
  color: var(--muted);
  font-size: 0.8rem;
}

.stat-left { left: -1.25rem; top: 22%; }
.stat-right { right: -1.25rem; bottom: 18%; }

.trust-bar {
  border-top: 1px solid rgba(30, 41, 59, 0.9);
  border-bottom: 1px solid rgba(30, 41, 59, 0.9);
  background: rgba(15, 23, 42, 0.45);
}

.founder-section {
  background: rgba(8, 13, 26, 0.5);
}

.founder-section .accent-haze {
  opacity: 0.4;
}

.start-here-section {
  background: rgba(15, 23, 42, 0.35);
}

.stat-card.mini {
  padding: 1.25rem 0.8rem;
}

.stat-icon,
.download-badge,
.icon-badge,
.mini-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  margin-bottom: 0.9rem;
  color: var(--amber);
  background: rgba(245, 158, 11, 0.09);
  border: 1px solid rgba(245, 158, 11, 0.18);
}

.stat-value {
  color: var(--text);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}

.stat-label {
  font-size: 0.92rem;
}

.section-heading {
  margin-bottom: 2.2rem;
}

.section-heading p {
  max-width: 42rem;
  margin: 0 auto;
}

.section-heading.narrow p {
  max-width: 36rem;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.text-link {
  font-weight: 700;
  text-decoration: none;
  color: #fbbf24;
}

.tall-card,
.full-height,
.pricing-card,
.product-card {
  height: 100%;
}

.feature-card,
.product-card,
.principle-card,
.pricing-card,
.featured-article,
.content-list-card,
.signup-shell {
  overflow: hidden;
}

.feature-card,
.principle-card,
.pricing-card,
.product-card {
  padding: 1.5rem;
}

.feature-card:hover,
.principle-card:hover,
.pricing-card:hover,
.product-card:hover,
.content-list-card:hover,
.featured-article:hover {
  border-color: rgba(245, 158, 11, 0.32);
  transform: translateY(-3px);
}

.feature-card a,
.text-link,
.site-footer a {
  text-decoration: none;
}

.feature-card a {
  color: #fbbf24;
  font-weight: 700;
}

.icon-badge.blue { background: linear-gradient(135deg, #2563eb, #06b6d4); color: #fff; border: none; }
.icon-badge.gold { background: linear-gradient(135deg, var(--amber), var(--orange)); color: #fff; border: none; }
.icon-badge.purple { background: linear-gradient(135deg, #7c3aed, #ec4899); color: #fff; border: none; }

.muted-section {
  background: rgba(15, 23, 42, 0.45);
}

.featured-article .card-body,
.product-card .card-body {
  padding: 1.4rem;
}

.media-frame {
  overflow: hidden;
}

.widescreen { aspect-ratio: 16 / 9; }
.square { aspect-ratio: 1 / 1; }

.meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
}

.meta-row.compact {
  margin-bottom: 0.55rem;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
}

.meta-pill.amber {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  color: #fbbf24;
}

.meta-pill.dark {
  background: rgba(30, 41, 59, 0.95);
  border: 1px solid rgba(51, 65, 85, 0.9);
  color: #e2e8f0;
}

.meta-pill.green {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.24);
  color: #6ee7b7;
}

.stacked-list {
  display: grid;
  gap: 1rem;
}

.media-list-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.media-list-item img {
  width: 7.5rem;
  min-width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.9rem;
}

.media-list-item h4,
.featured-article h3,
.product-card h3 {
  margin-bottom: 0.5rem;
}

.protocol-list,
.bullet-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0;
}

.protocol-list li {
  padding: 0.3rem 0.55rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(51, 65, 85, 0.9);
  background: rgba(15, 23, 42, 0.85);
  color: #cbd5e1;
  font-size: 0.78rem;
  font-weight: 600;
}

.bullet-points {
  display: grid;
  gap: 0.55rem;
}

.bullet-points li {
  position: relative;
  padding-left: 1rem;
}

.bullet-points li::before,
.pricing-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--amber);
}

.card-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.rating {
  color: #fbbf24;
  font-weight: 700;
  white-space: nowrap;
}

.action-row {
  margin-top: 1.25rem;
}

.button-group.expanded.action-row,
.button-group.stack-for-small {
  gap: 0.5rem;
}

.price-note {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.8rem;
}

.pricing-card {
  position: relative;
}

.pricing-card .price {
  color: var(--amber);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.pricing-card ul {
  list-style: none;
  margin: 0.4rem 0 1.2rem;
}

.pricing-card li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.7rem;
}

.ideal-for {
  margin: 1rem 0 1.2rem;
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(51, 65, 85, 0.9);
  background: rgba(15, 23, 42, 0.72);
  color: #cbd5e1;
}

.featured-tier {
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 20px 70px rgba(245, 158, 11, 0.1), var(--shadow);
}

.featured-ribbon {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--amber), var(--orange));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.philosophy-section {
  overflow: hidden;
}

.accent-haze {
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.09);
  filter: blur(95px);
}

.signup-shell {
  padding: 2rem;
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.14), transparent 28%),
    radial-gradient(circle at right center, rgba(234, 88, 12, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.97), rgba(2, 6, 23, 0.95));
}

.download-badge {
  width: 5rem;
  height: 5rem;
  margin: 0;
  font-size: 2rem;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  color: #fff;
  border: none;
  box-shadow: 0 18px 50px rgba(245, 158, 11, 0.25);
}

.custom-input-group .input-group-field, .site-footer input {
  border-radius: 0.85rem 0 0 0.85rem;
  border: 1px solid rgba(51, 65, 85, 0.9);
  background: rgba(15, 23, 42, 0.92);
  color: var(--text);
  box-shadow: none;
}

.site-footer input {
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}

.custom-input-group .button {
  border-radius: 0 0.85rem 0.85rem 0;
}

.privacy-note {
  margin: 0.8rem 0 0;
  font-size: 0.78rem;
}

.site-footer {
  padding: 3.5rem 0 2rem;
  border-top: 1px solid rgba(30, 41, 59, 0.9);
  background: rgba(2, 6, 23, 0.85);
}

.site-footer h5 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f8fafc;
}

.footer-brand {
  margin-bottom: 1rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(30, 41, 59, 0.9);
  text-align: center;
}

.footer-legal {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #475569;
}

.footer-legal a {
  color: #64748b;
  text-decoration: none;
}

.footer-legal a:hover {
  color: var(--amber);
}

@media screen and (max-width: 63.9375em) {
  .hero-section {
    min-height: auto;
    padding-top: 7rem;
  }

  .hero-visual {
    margin-top: 2rem;
  }

  .floating-stat {
    position: absolute;
  }

  .split-heading {
    display: block;
  }

  .split-heading .text-link {
    display: inline-block;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .section-block {
    padding: 4rem 0;
  }

  .hero-actions .button {
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .floating-stat {
    position: static;
    display: inline-grid;
    margin-top: 1rem;
  }

  .hero-visual {
    padding-bottom: 1rem;
  }

  .hero-visual img {
    min-height: 20rem;
  }

  .media-list-item {
    flex-direction: column;
  }

  .media-list-item img {
    width: 100%;
    min-width: 100%;
    height: 12rem;
  }

  .custom-input-group {
    display: block;
  }

  .custom-input-group .input-group-field,
  .custom-input-group .button {
    width: 100%;
    border-radius: 0.85rem;
  }

  .custom-input-group .button {
    margin-top: 0.75rem;
  }
}


.top-bar-right .menu > li > a.is-active,
.mobile-panel .menu > li > a.is-active {
  color: var(--amber);
}

.page-hero,
.detail-hero {
  padding: 7.5rem 0 3rem;
  border-bottom: 1px solid rgba(30, 41, 59, 0.9);
  background:
    radial-gradient(circle at right top, rgba(245, 158, 11, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.86), rgba(2, 6, 23, 0.95));
}

.hero-copy {
  max-width: 48rem;
}

.hero-copy.centered {
  margin: 0 auto;
}

.hero-copy.narrow {
  max-width: 38rem;
}

.small-pill {
  font-size: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.tight-top {
  padding-top: 2.5rem;
}

.content-card .card-body,
.quote-card,
.form-shell,
.info-stack,
.prose-shell,
.sidebar-card {
  padding: 1.5rem;
}

.content-card h3 {
  font-size: 1.25rem;
}

.video-thumb {
  position: relative;
}

.play-chip {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.95rem;
}

.play-chip.large {
  width: 3.25rem;
  height: 3.25rem;
}

.back-link {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #cbd5e1;
  text-decoration: none;
}

.back-link:hover {
  color: var(--amber);
}

.author-line {
  color: #cbd5e1;
  font-weight: 600;
}

.hero-side-image {
  overflow: hidden;
}

.prose-shell h3 {
  margin-top: 1.75rem;
}

.prose-shell p {
  color: #cbd5e1;
  line-height: 1.8;
}

.article-section {
  padding: 1.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(51, 65, 85, 0.6);
  background: rgba(10, 15, 30, 0.7);
  margin-bottom: 1.5rem;
}

.callout-card {
  padding: 1rem 1.15rem;
  border-radius: 0.9rem;
  border-left: 3px solid var(--amber);
  background: rgba(245, 158, 11, 0.08);
  margin: 1rem 0;
}

.pull-quote {
  margin: 1.5rem 0;
  padding-left: 1.25rem;
  border-left: 3px solid rgba(245, 158, 11, 0.65);
  font-size: 1.2rem;
  font-weight: 700;
  color: #f8fafc;
}

.article-split {
  display: grid;
  gap: 1rem;
}

@media screen and (min-width: 40em) {
  .article-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.article-toc {
  padding: 1.2rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(51, 65, 85, 0.6);
  background: rgba(15, 23, 42, 0.75);
  margin-bottom: 1.5rem;
}

.article-toc a {
  display: inline-block;
  margin-top: 0.35rem;
  color: #cbd5e1;
  text-decoration: none;
}

.article-toc a:hover {
  color: var(--amber);
}

.article-steps {
  display: grid;
  gap: 1rem;
}

@media screen and (min-width: 40em) {
  .article-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.step-card {
  padding: 1.15rem 1.25rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(51, 65, 85, 0.6);
  background: rgba(10, 15, 30, 0.72);
}

.step-card .step-label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.45rem;
}

.article-panels {
  display: grid;
  gap: 1rem;
}

@media screen and (min-width: 40em) {
  .article-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.panel-card {
  padding: 1.2rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(51, 65, 85, 0.6);
  background: rgba(10, 15, 30, 0.75);
}

.panel-card h4 {
  margin-bottom: 0.6rem;
}

.lede-intro {
  font-size: 1.1rem;
}

.sidebar-card h3 + .protocol-list,
.sidebar-card h3 + .bullet-points {
  margin-top: 0.5rem;
}

.sidebar-bullets {
  margin-bottom: 1.25rem;
}

.sidebar-protocols {
  margin-bottom: 1.25rem;
}

.quote-card p {
  color: #cbd5e1;
  line-height: 1.7;
}

.quote-card h4 {
  margin-bottom: 0.15rem;
}

.form-shell label {
  color: #e2e8f0;
  font-weight: 600;
}

.form-shell .help-text,
.form-shell p {
  color: #94a3b8;
}

.form-shell input,
.form-shell textarea,
.form-shell select {
  margin-top: 0.5rem;
  border: 1px solid rgba(51, 65, 85, 0.9);
  border-radius: 0.85rem;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  box-shadow: none;
}

.form-shell textarea {
  min-height: 11rem;
}

.info-stack ul {
  margin: 0 0 1rem 1.1rem;
}

.info-stack li,
.contact-meta {
  color: #cbd5e1;
}

.compact-links a {
  padding-left: 0;
}

.demo-message {
  margin-top: 0.8rem;
  color: #fbbf24;
  font-size: 0.9rem;
}

@media screen and (max-width: 39.9375em) {
  .page-hero,
  .detail-hero {
    padding-top: 6.5rem;
  }
}

.video-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
  font-size: 0.95rem;
  color: #94a3b8;
  line-height: 1.4;
}

.video-meta-duration,
.video-view-count {
  font-weight: 500;
}

.video-meta-separator {
  color: #64748b;
}

.video-views-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
}

.video-eye-icon {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
  flex: 0 0 auto;
}

.video-view-count {
  display: inline-block;
  font-size:small;
}


/* Articles Page */
.filter-controls {
        margin-bottom: 2rem;
      }

      .filter-search-wrap {
        position: relative;
        margin-bottom: 1.25rem;
      }

      .filter-search-icon {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
        font-size: 1rem;
        pointer-events: none;
      }

      .filter-search-input {
        width: 100%;
        height: 3.25rem;
        padding: 0 1rem 0 2.75rem;
        border-radius: 0.9rem;
        background: #0f172a;
        border: 1px solid #1e293b;
        color: #ffffff;
        margin-bottom: 0;
      }

      .filter-search-input:focus {
        background: #0f172a;
        border-color: #f59e0b;
        color: #ffffff;
        box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.35);
      }

      .filter-search-input::placeholder {
        color: #94a3b8;
      }

      .category-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
        margin-bottom: 2rem;
      }

      .category-btn {
        appearance: none;
        background: #0f172a;
        color: #cbd5e1;
        border: 1px solid #1e293b;
        border-radius: 999px;
        padding: 0.75rem 1rem;
        font-weight: 700;
        font-size: 0.95rem;
        line-height: 1;
        cursor: pointer;
        transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
      }

      .category-btn:hover,
      .category-btn:focus {
        border-color: #f59e0b;
        color: #ffffff;
        transform: translateY(-1px);
      }

      .category-btn.is-active {
        background: linear-gradient(135deg, #f59e0b, #f97316);
        border-color: #f59e0b;
        color: #ffffff;
        box-shadow: 0 12px 30px rgba(245, 158, 11, 0.2);
      }

      .featured-article-wrap {
        margin-bottom: 2.5rem;
      }

      .featured-article-card {
        display: block;
        color: inherit;
        text-decoration: none;
        border-radius: 1.25rem;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(15,23,42,0.98), rgba(2,6,23,0.98));
        border: 1px solid #1e293b;
        box-shadow: 0 18px 40px rgba(2, 6, 23, 0.38);
        transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
      }

      .featured-article-card:hover,
      .featured-article-card:focus {
        transform: translateY(-4px);
        border-color: rgba(245, 158, 11, 0.55);
        box-shadow: 0 28px 54px rgba(2, 6, 23, 0.48);
      }

      .featured-media {
        position: relative;
        overflow: hidden;
        min-height: 100%;
      }

      .featured-media img {
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
      }

      .featured-article-card:hover .featured-media img,
      .featured-article-card:focus .featured-media img {
        transform: scale(1.05);
      }

      .featured-copy {
        padding: 1.75rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .featured-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        width: fit-content;
        margin-bottom: 1rem;
        padding: 0.45rem 0.85rem;
        border-radius: 999px;
        background: rgba(245, 158, 11, 0.1);
        border: 1px solid rgba(245, 158, 11, 0.22);
        color: #fbbf24;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-transform: uppercase;
      }

      .featured-title {
        margin: 0 0 0.9rem;
        color: #ffffff;
        transition: color 0.25s ease;
      }

      .featured-excerpt {
        color: #94a3b8;
        font-size: 1.02rem;
        line-height: 1.65;
        margin-bottom: 1.1rem;
      }

      .featured-article-card:hover .featured-title,
      .featured-article-card:focus .featured-title {
        color: #f59e0b;
      }

      .featured-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 0.7rem;
        align-items: center;
        color: #94a3b8;
        font-size: 0.92rem;
      }

      .article-item {
        display: block;
      }

      .article-card-link {
        display: block;
        height: 100%;
        color: inherit;
        text-decoration: none;
      }

      .article-card-link .content-card {
        height: 100%;
        border: 1px solid #1e293b;
        border-radius: 1rem;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(15,23,42,0.98), rgba(2,6,23,0.98));
        box-shadow: 0 14px 34px rgba(2, 6, 23, 0.28);
        transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
      }

      .article-card-link .media-frame {
        overflow: hidden;
      }

      .article-card-link .media-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.45s ease;
      }

      .article-card-link .card-body h3 {
        color: #ffffff;
        transition: color 0.25s ease;
      }

      .article-card-link:hover .content-card,
      .article-card-link:focus .content-card {
        transform: translateY(-4px);
        border-color: rgba(245, 158, 11, 0.36);
        box-shadow: 0 22px 44px rgba(2, 6, 23, 0.42);
      }

      .article-card-link:hover .media-frame img,
      .article-card-link:focus .media-frame img {
        transform: scale(1.05);
      }

      .article-card-link:hover .card-body h3,
      .article-card-link:focus .card-body h3 {
        color: #f59e0b;
      }

      .article-card-link .text-link {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        transition: gap 0.22s ease, color 0.22s ease;
      }

      .article-card-link:hover .text-link,
      .article-card-link:focus .text-link {
        gap: 0.55rem;
        color: #fbbf24;
      }

      .empty-state {
        display: none;
        margin-top: 1rem;
        padding: 2.25rem 1.5rem;
        text-align: center;
        border: 1px dashed #334155;
        border-radius: 1rem;
        color: #94a3b8;
        background: rgba(15, 23, 42, 0.55);
      }

      @media screen and (max-width: 39.99875em) {
        .featured-copy {
          padding: 1.25rem;
        }
      }

/* Videos Page */
.filter-controls {
        margin-bottom: 2rem;
      }

      .filter-search-wrap {
        position: relative;
        margin-bottom: 1.25rem;
      }

      .filter-search-icon {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
        font-size: 1rem;
        pointer-events: none;
      }

      .filter-search-input {
        width: 100%;
        height: 3.25rem;
        padding: 0 1rem 0 2.75rem;
        border-radius: 0.9rem;
        background: #0f172a;
        border: 1px solid #1e293b;
        color: #ffffff;
        margin-bottom: 0;
      }

      .filter-search-input:focus {
        background: #0f172a;
        border-color: #f59e0b;
        color: #ffffff;
        box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.35);
      }

      .filter-search-input::placeholder {
        color: #94a3b8;
      }

      .category-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
        margin-bottom: 2rem;
      }

      .category-btn {
        appearance: none;
        background: #0f172a;
        color: #cbd5e1;
        border: 1px solid #1e293b;
        border-radius: 999px;
        padding: 0.75rem 1rem;
        font-weight: 700;
        font-size: 0.95rem;
        line-height: 1;
        cursor: pointer;
        transition:
          transform 0.2s ease,
          border-color 0.2s ease,
          background 0.2s ease,
          color 0.2s ease;
      }

      .category-btn:hover,
      .category-btn:focus {
        border-color: #f59e0b;
        color: #ffffff;
        transform: translateY(-1px);
      }

      .category-btn.is-active {
        background: linear-gradient(135deg, #f59e0b, #f97316);
        border-color: #f59e0b;
        color: #ffffff;
        box-shadow: 0 12px 30px rgba(245, 158, 11, 0.2);
      }

      .featured-video-wrap {
        margin-bottom: 2.75rem;
      }

      .featured-video-card {
        display: block;
        color: inherit;
        text-decoration: none;
        border-radius: 1.25rem;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.98));
        border: 1px solid #1e293b;
        box-shadow: 0 18px 40px rgba(2, 6, 23, 0.38);
        transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
      }

      .featured-video-card .grid-x {
        align-items: stretch;
      }

      .featured-video-card .grid-x > .cell {
        min-width: 0;
      }

      @media screen and (min-width: 40em) {
        .featured-video-card .grid-x > .cell:first-child {
          flex: 0 0 52%;
          max-width: 52%;
        }

        .featured-video-card .grid-x > .cell:last-child {
          flex: 0 0 48%;
          max-width: 48%;
        }
      }

      .featured-video-card:hover,
      .featured-video-card:focus {
        transform: translateY(-4px);
        border-color: rgba(245, 158, 11, 0.55);
        box-shadow: 0 28px 54px rgba(2, 6, 23, 0.48);
      }

      .featured-media {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        min-height: 24rem;
        background: #020617;
      }

      .featured-media img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center;
        transition: transform 0.5s ease;
      }

      .featured-video-card:hover .featured-media img,
      .featured-video-card:focus .featured-media img {
        transform: scale(1.05);
      }

      .featured-play-chip,
      .play-chip {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0.45rem 0.85rem;
        border-radius: 999px;
        background: rgba(2, 6, 23, 0.84);
        border: 1px solid rgba(148, 163, 184, 0.18);
        color: #ffffff;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        backdrop-filter: blur(8px);
      }

      .featured-play-chip {
        position: absolute;
        top: 1rem;
        left: 1rem;
        z-index: 3;
      }

      .featured-duration {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        z-index: 3;
        padding: 0.45rem 0.7rem;
        border-radius: 999px;
        background: rgba(2, 6, 23, 0.84);
        border: 1px solid rgba(148, 163, 184, 0.18);
        color: #ffffff;
        font-size: 0.82rem;
        font-weight: 700;
        backdrop-filter: blur(8px);
      }

      .featured-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, rgba(2, 6, 23, 0.08), rgba(2, 6, 23, 0.45));
      }

      .featured-overlay-icon,
      .video-play-overlay {
        width: 4.6rem;
        height: 4.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: rgba(245, 158, 11, 0.95);
        color: #ffffff;
        font-size: 1.5rem;
        box-shadow: 0 14px 34px rgba(245, 158, 11, 0.28);
        transform: scale(0.92);
        transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
      }

      .featured-video-card:hover .featured-overlay-icon,
      .featured-video-card:focus .featured-overlay-icon {
        transform: scale(1);
        box-shadow: 0 18px 40px rgba(245, 158, 11, 0.36);
      }

      .featured-copy {
        height: 100%;
        min-width: 0;
        padding: 1.75rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .featured-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        width: fit-content;
        margin-bottom: 1rem;
        padding: 0.45rem 0.85rem;
        border-radius: 999px;
        background: rgba(245, 158, 11, 0.1);
        border: 1px solid rgba(245, 158, 11, 0.22);
        color: #fbbf24;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-transform: uppercase;
      }

      .featured-title {
        margin: 0 0 0.9rem;
        color: #ffffff;
        transition: color 0.25s ease;
      }

      .featured-summary {
        color: #94a3b8;
        font-size: 1.02rem;
        line-height: 1.65;
        margin-bottom: 1.1rem;
      }

      .featured-video-card:hover .featured-title,
      .featured-video-card:focus .featured-title {
        color: #f59e0b;
      }

      .featured-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 0.7rem;
        align-items: center;
        color: #94a3b8;
        font-size: 0.92rem;
      }

      #video-grid {
        row-gap: 1.75rem;
      }

      .video-item {
        display: block;
      }

      .video-card-link {
        display: block;
        height: 100%;
        color: inherit;
        text-decoration: none;
      }

      .video-card-link .content-card {
        height: 100%;
        border: 1px solid #1e293b;
        border-radius: 1rem;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.98));
        box-shadow: 0 14px 34px rgba(2, 6, 23, 0.28);
        transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
      }

      .video-thumb {
        position: relative;
        overflow: hidden;
        background: #020617;
      }

      .video-card-link .video-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.45s ease;
      }

      .video-card-link .play-chip {
        position: absolute;
        top: 0.9rem;
        left: 0.9rem;
        z-index: 3;
      }

      .video-duration {
        position: absolute;
        bottom: 0.9rem;
        right: 0.9rem;
        z-index: 3;
        padding: 0.4rem 0.65rem;
        border-radius: 999px;
        background: rgba(2, 6, 23, 0.84);
        border: 1px solid rgba(148, 163, 184, 0.18);
        color: #ffffff;
        font-size: 0.78rem;
        font-weight: 700;
        backdrop-filter: blur(8px);
      }

      .video-hover-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(2, 6, 23, 0.18);
        opacity: 0;
        transition: opacity 0.25s ease;
      }

      .video-play-overlay {
        opacity: 0.96;
      }

      .video-card-link .card-body h3 {
        color: #ffffff;
        transition: color 0.25s ease;
      }

      .video-card-link .text-link {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        transition: gap 0.22s ease, color 0.22s ease;
      }

      .video-card-link:hover .content-card,
      .video-card-link:focus .content-card {
        transform: translateY(-4px);
        border-color: rgba(245, 158, 11, 0.36);
        box-shadow: 0 22px 44px rgba(2, 6, 23, 0.42);
      }

      .video-card-link:hover .video-thumb img,
      .video-card-link:focus .video-thumb img {
        transform: scale(1.05);
      }

      .video-card-link:hover .video-hover-overlay,
      .video-card-link:focus .video-hover-overlay {
        opacity: 1;
      }

      .video-card-link:hover .video-play-overlay,
      .video-card-link:focus .video-play-overlay {
        transform: scale(1);
        box-shadow: 0 18px 40px rgba(245, 158, 11, 0.36);
      }

      .video-card-link:hover .card-body h3,
      .video-card-link:focus .card-body h3 {
        color: #f59e0b;
      }

      .video-card-link:hover .text-link,
      .video-card-link:focus .text-link {
        gap: 0.55rem;
        color: #fbbf24;
      }

      .empty-state {
        display: none;
        margin-top: 1rem;
        padding: 2.25rem 1.5rem;
        text-align: center;
        border: 1px dashed #334155;
        border-radius: 1rem;
        color: #94a3b8;
        background: rgba(15, 23, 42, 0.55);
      }

      @media screen and (max-width: 39.99875em) {
        .featured-media {
          min-height: 18rem;
        }

        .featured-copy {
          padding: 1.25rem;
        }

        .featured-overlay-icon,
        .video-play-overlay {
          width: 3.6rem;
          height: 3.6rem;
          font-size: 1.2rem;
        }
      }





/* Products Page */
#product-grid .product-card {
  padding: 0;
}

.product-card .media-frame {
  aspect-ratio: 16 / 10;
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
  width: 100%;
  background: #0b1120;
}

#product-grid .product-card .media-frame img {
  object-fit: contain;
  padding: 0.75rem;
}

.product-card .media-frame img {
  transition: transform 0.4s ease;
}

.product-card:hover .media-frame img,
.product-card:focus-within .media-frame img {
  transform: scale(1.04);
}

#product-grid {
  row-gap: 1.75rem;
}

.kit-grid {
  row-gap: 2rem;
}

.kit-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.3);
  background: linear-gradient(180deg, rgba(6, 10, 24, 0.98), rgba(2, 6, 23, 0.98));
  box-shadow: 0 20px 55px rgba(2, 6, 23, 0.45);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.kit-card:hover,
.kit-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(245, 158, 11, 0.6);
  box-shadow: 0 30px 70px rgba(2, 6, 23, 0.55);
}

.kit-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #0b1120;
}

.kit-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.kit-card:hover .kit-media img,
.kit-card:focus-within .kit-media img {
  transform: scale(1.05);
}

.kit-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.2);
  border: 1px solid rgba(245, 158, 11, 0.45);
  color: #fbbf24;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kit-body {
  padding: 1.5rem;
  display: grid;
  gap: 0.75rem;
}

.kit-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.35rem;
}

.kit-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 58, 237, 0.35);
  background: rgba(124, 58, 237, 0.12);
  color: #e9d5ff;
  font-size: 0.75rem;
  font-weight: 700;
  width: fit-content;
}

.kit-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.kit-price {
  color: #fbbf24;
  font-weight: 700;
}

.kit-divider {
  border-top: 1px solid rgba(51, 65, 85, 0.7);
  margin: 0.35rem 0 0.5rem;
}

.kit-includes {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}

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

.kit-list li {
  position: relative;
  padding-left: 1rem;
  color: #cbd5e1;
  font-size: 0.9rem;
}

.kit-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--amber);
}

.kit-action {
  margin-top: 0.75rem;
}

@media screen and (max-width: 39.9375em) {
  .kit-body {
    padding: 1.25rem;
  }
}



.affiliate-disclaimer {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: #94a3b8;
}

.affiliate-disclaimer a {
  color: #64748b;
  text-decoration: underline;
}

.affiliate-disclaimer a:hover {
  color: var(--amber);
}

.kit-action .button + .button {
  margin-top: 0.6rem;
}

/* Skip Link */
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  background: #0f172a;
  color: #ffffff;
  padding: 0.75rem 1rem;
  z-index: 1000;
  border: 2px solid #f59e0b;
  border-radius: 0 0 0.75rem 0;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}

/* Focus Styles */
:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.85);
  outline-offset: 2px;
}

.menu-icon:focus-visible {
  outline-offset: 4px;
}



/* Video Detail Extended */
.section-stack > * + * {
  margin-top: 1.5rem;
}

.chapter-list {
  display: grid;
  gap: 0.85rem;
}

.chapter-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  text-decoration: none;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(51, 65, 85, 0.8);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.chapter-link:hover,
.chapter-link:focus {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.34);
  background: rgba(15, 23, 42, 0.95);
}

.chapter-link strong {
  display: block;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.chapter-link span {
  color: var(--muted);
  font-size: 0.92rem;
}

.chapter-time {
  color: #fbbf24;
  font-weight: 700;
  white-space: nowrap;
}

.detail-list {
  display: grid;
  gap: 0.9rem;
}

.detail-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.65);
}

.detail-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.detail-label {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.detail-value {
  text-align: right;
  color: #ffffff;
  font-weight: 600;
}

.related-list {
  display: grid;
  gap: 0.95rem;
}

.related-item {
  display: flex;
  gap: 0.9rem;
  text-decoration: none;
}

.related-item:hover .related-title,
.related-item:focus .related-title {
  color: var(--amber);
}

.related-thumb {
  width: 6rem;
  aspect-ratio: 16 / 10;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 0.9rem;
  background: #0b1220;
  border: 1px solid rgba(51, 65, 85, 0.7);
}

.related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.related-item:hover .related-thumb img,
.related-item:focus .related-thumb img {
  transform: scale(1.04);
}

.related-title {
  margin: 0 0 0.35rem;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.related-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.cta-card {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.96));
  border-color: rgba(51, 65, 85, 0.9);
}

.media-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/* Product Technical Specs Table */
.tech-specs-card h2 {
  margin-bottom: 0.35rem;
}

.tech-specs-table-wrap {
  overflow-x: auto;
  border-radius: 1rem;
  border: 1px solid rgba(51, 65, 85, 0.7);
  background: rgba(15, 23, 42, 0.45);
}

.tech-specs-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.tech-specs-table thead,
.tech-specs-table tbody,
.tech-specs-table tfoot {
  border: 0;
  background: transparent;
}

.tech-specs-table thead th {
  background: rgba(15, 23, 42, 0.82);
  color: #cbd5e1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(51, 65, 85, 0.7);
  padding: 0.9rem 1rem;
}

.tech-specs-table thead th:last-child {
  text-align: right;
}

.tech-specs-table tbody tr,
.tech-specs-table tbody tr:nth-child(even) {
  background: transparent;
  border-bottom: 0;
}

.tech-specs-table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.55);
  vertical-align: top;
  background: transparent;
}

.tech-specs-table tbody tr:last-child td {
  border-bottom: 0;
}

.tech-specs-group-row td {
  padding: 0.9rem 1rem;
  background: rgba(15, 23, 42, 0.82);
  color: #f8fafc;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(51, 65, 85, 0.7);
}

.tech-specs-label {
  width: 42%;
  color: #cbd5e1;
  font-weight: 600;
}

.tech-specs-value {
  width: 58%;
  text-align: right;
}

.tech-specs-primary {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.tech-specs-subline,
.tech-specs-note {
  margin-top: 0.35rem;
  color: #94a3b8;
  font-size: 0.84rem;
  line-height: 1.45;
}

@media screen and (max-width: 39.99875em) {
  .tech-specs-table thead {
    display: none;
  }

  .tech-specs-table,
  .tech-specs-table tbody,
  .tech-specs-table tr,
  .tech-specs-table td {
    display: block;
    width: 100%;
  }

  .tech-specs-group-row td {
    border-bottom: 1px solid rgba(51, 65, 85, 0.7);
  }

  .tech-specs-label,
  .tech-specs-value {
    width: 100%;
    text-align: left;
  }

  .tech-specs-label {
    padding-bottom: 0.35rem;
    border-bottom: 0;
  }

  .tech-specs-value {
    padding-top: 0;
  }
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: auto;
}
.hero-visual img {
  max-height: 26rem;
}

.why-trust {
  padding: 3rem 0;
}

.section-eyebrow {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.cred-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem;
  height: 100%;
}

.cred-card h3 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.cred-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cred-card ul li {
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.cred-card ul li:last-child { border-bottom: none; }

.cred-blurb {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 1rem;
}

.cred-stats {
  display: flex;
  gap: 1.5rem;
}

.cred-stat-num {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2px;
}

.cred-stat-label {
  font-size: 11px;
  color: var(--muted);
}

.about-eyebrow {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 0.75rem;
}


/* ── Hero ── */
.about-hero {
  padding: 4rem 0 5rem;
}

.about-hero__heading {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.about-hero__heading em {
  font-style: italic;
  opacity: 0.55;
}

.about-hero__lead {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.75;
  margin-bottom: 1.75rem;
  max-width: 480px;
}

.about-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.about-hero__photo-wrap {
  position: relative;
  padding-bottom: 1.5rem; /* space for the tag that hangs below */
}

.about-photo-frame {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.about-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.about-photo-tag {
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 12px;
  /* Inherit card-style from your existing theme —
     swap these vars for whatever your theme uses */
  background: var(--card-bg, #1c1c1e);
  border: 1px solid var(--card-border, rgba(255,255,255,0.1));
}

.about-photo-tag__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #639922;
  flex-shrink: 0;
}


/* ── About body ── */
.about-body-section {
  padding: 3rem 0;
  border-top: 1px solid var(--card-border, rgba(255,255,255,0.1));
}

.about-body-section__heading {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.3;
  margin: 0;
}

.about-body-section__copy p {
  font-size: 0.9375rem;
  line-height: 1.75;
  opacity: 0.75;
  margin-bottom: 1rem;
}

.about-body-section__copy p:last-child {
  margin-bottom: 0;
}


/* ── Stats ── */
.about-stats {
  padding: 2.5rem 0;
}

.about-stat-card {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 10px;
  /* swap for your theme's surface/card background */
  background: var(--surface-bg, rgba(255,255,255,0.04));
}

.about-stat-card__num {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.about-stat-card__label {
  font-size: 12px;
  opacity: 0.5;
  line-height: 1.4;
}


/* ── Bottom CTA ── */
.about-cta-section {
  padding: 2.5rem 0 4rem;
  border-top: 1px solid var(--card-border, rgba(255,255,255,0.1));
}

.about-cta-section__text {
  font-size: 1rem;
  opacity: 0.75;
  margin: 0;
}

.about-cta-section__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

@media screen and (max-width: 639px) {
  .about-hero {
    padding: 2.5rem 0 3rem;
  }
  .about-hero__photo-wrap {
    margin-top: 2rem;
  }
  .about-cta-section__buttons {
    justify-content: flex-start;
  }
}

.beehiiv-msg {
  display: none;
  margin: 8px 0 0;
  font-size: 13px;
}


/* ── Article share buttons ── */
.article-share {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0 0.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.share-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.share-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  white-space: nowrap;
}

.share-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.18);
}

.share-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* ── Companion video link ── */
.companion-link {
  margin-top: -1.25rem;
  margin-bottom: 2rem;
  font-size: 0.85rem;
}
