/* =========================================================
   FRIDAI AI LEARNING CENTER
   Modern reading room + marble field guide identity
   Loads after public-site.css and reuses its shared variables.
   ========================================================= */

.learning-center-page {
  --lc-marble: #f7f8f5;
  --lc-marble-bright: #ffffff;
  --lc-marble-shadow: #e5e7e2;
  --lc-stone: #d8dbd5;
  --lc-stone-deep: #aeb5ae;
  --lc-slate: #5d6660;
  --lc-green-black: #07140d;
  --lc-green-mid: #0d2d1a;
  --lc-glow: rgba(29, 185, 84, 0.22);
  background: var(--lc-marble);
}

.learning-center-page .desktop-nav a[aria-current="page"] {
  color: var(--white);
}

.learning-center-page .desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.learning-center-page .mobile-nav a[aria-current="page"] {
  color: var(--brand-bright);
  border-color: rgba(29, 185, 84, 0.34);
  background: rgba(29, 185, 84, 0.09);
}

.learning-center-page .lc-text-link:focus-visible,
.learning-center-page .lc-start-card a:focus-visible,
.learning-center-page .lc-path-card:focus-visible,
.learning-center-page .lc-entry-link:focus-visible,
.learning-center-page .lc-catalog-monument a:focus-visible {
  outline: 3px solid rgba(29, 185, 84, 0.42);
  outline-offset: 5px;
}

/* Hero */
.lc-hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: center;
  padding: 154px 0 94px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 27%, rgba(29, 185, 84, 0.09), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(239,242,237,0.96));
  isolation: isolate;
}

.lc-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 21%;
  z-index: -1;
  background:
    linear-gradient(rgba(91, 104, 95, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 104, 95, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0), rgba(222,226,220,0.72));
  background-size: 64px 64px, 64px 64px, auto;
  transform: perspective(500px) rotateX(58deg) scale(1.3);
  transform-origin: bottom;
}

.lc-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -200px;
  width: min(92vw, 1260px);
  height: 540px;
  z-index: -2;
  border: 1px solid rgba(70, 86, 75, 0.13);
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  box-shadow:
    0 0 0 90px rgba(255,255,255,0.25),
    0 0 0 91px rgba(70, 86, 75, 0.06),
    0 0 0 180px rgba(255,255,255,0.18),
    0 0 0 181px rgba(70, 86, 75, 0.05);
}

.lc-marble-noise {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.55;
  background-image:
    linear-gradient(112deg, transparent 0 22%, rgba(122, 135, 126, 0.07) 23%, transparent 25%),
    linear-gradient(72deg, transparent 0 46%, rgba(142, 150, 144, 0.08) 47%, transparent 49%),
    radial-gradient(ellipse at 12% 40%, rgba(153, 164, 156, 0.09), transparent 20%),
    radial-gradient(ellipse at 88% 67%, rgba(153, 164, 156, 0.08), transparent 22%);
  background-size: 420px 260px, 520px 340px, auto, auto;
  mix-blend-mode: multiply;
}

.lc-hall-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.lc-hall-line {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 66%;
  top: 8%;
  background: linear-gradient(to bottom, transparent, rgba(25, 73, 37, 0.12), transparent);
  transform-origin: bottom;
}

.lc-hall-line-one { transform: translateX(-50%) rotate(23deg); }
.lc-hall-line-two { transform: translateX(-50%); }
.lc-hall-line-three { transform: translateX(-50%) rotate(-23deg); }


.lc-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: 86px;
  align-items: center;
}

.lc-edition-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 470px;
  margin: 0 0 42px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(25, 73, 37, 0.2);
  color: var(--lc-slate);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.lc-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(4rem, 7.2vw, 7rem);
  line-height: 0.94;
  font-weight: 500;
}

.lc-hero-copy h1 em {
  display: block;
  margin-top: 0.15em;
  color: var(--brand-deep);
  font-style: italic;
  text-shadow: 0 12px 38px rgba(29, 185, 84, 0.12);
}

.lc-hero-lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: #5d655f;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.78;
}

.lc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.lc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-deep);
  font-size: 0.92rem;
  font-weight: 850;
}

.lc-text-link span,
.lc-start-card a span,
.lc-catalog-monument a span {
  transition: transform 0.2s ease;
}

.lc-text-link:hover span,
.lc-start-card a:hover span,
.lc-catalog-monument a:hover span {
  transform: translateX(5px);
}

.lc-start-button {
  min-width: 180px;
}

.lc-reference-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 52px;
  padding-top: 23px;
  border-top: 1px solid rgba(25, 20, 20, 0.12);
  color: #68706a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lc-reference-strip span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.lc-reference-strip b {
  color: var(--brand-deep);
  font-family: var(--serif);
  font-size: 0.7rem;
}

.lc-catalog-monument {
  position: relative;
  max-width: 520px;
  justify-self: end;
  padding: 22px;
  border: 1px solid rgba(81, 94, 85, 0.22);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.88), rgba(221,225,219,0.92));
  box-shadow:
    0 45px 100px rgba(30, 45, 35, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.92);
}

/* Architectural marble pilasters framing the collection */
.lc-catalog-monument::before,
.lc-catalog-monument::after {
  content: "";
  position: absolute;
  top: 68px;
  bottom: 72px;
  width: 30px;

  border: 1px solid rgba(73, 86, 77, 0.2);

  /*
    The wider top and bottom create a restrained capital and base,
    while the narrower center reads as a fluted column shaft.
  */
  clip-path: polygon(
    0 0,
    100% 0,
    100% 15px,
    82% 15px,
    82% calc(100% - 18px),
    100% calc(100% - 18px),
    100% 100%,
    0 100%,
    0 calc(100% - 18px),
    18% calc(100% - 18px),
    18% 15px,
    0 15px
  );

  background:
    /* Capital and base bands */
    linear-gradient(
      to bottom,
      #d1d6d0 0,
      #f8f9f6 5px,
      #e1e5df 11px,
      #c5cbc5 15px,
      transparent 15px,
      transparent calc(100% - 18px),
      #c4cac4 calc(100% - 18px),
      #e2e6e0 calc(100% - 13px),
      #fafbf8 calc(100% - 6px),
      #cdd2cc 100%
    ),

    /* Subtle vertical fluting */
    repeating-linear-gradient(
      90deg,
      #d4d9d3 0 3px,
      #f6f7f4 3px 6px,
      #c7cdc7 6px 8px
    );

  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.8),
    inset -1px 0 0 rgba(82, 94, 86, 0.12),
    0 12px 24px rgba(37, 48, 41, 0.1);
}

.lc-catalog-monument::before {
  left: -30px;
}

.lc-catalog-monument::after {
  right: -30px;
}

.lc-catalog-monument::before { left: -22px; }
.lc-catalog-monument::after { right: -22px; }

.lc-monument-crown {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 10px 16px;
  border: 1px solid rgba(64, 79, 68, 0.16);
  color: #67716a;
  background: rgba(255,255,255,0.56);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
}

.lc-monument-crown strong {
  color: var(--brand-deep);
  font-size: 0.65rem;
  white-space: nowrap;
}

.lc-monument-arch {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  /* Space above and below the green field-guide panel */
  margin: 14px 0;

  padding: 160px 46px 48px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 210px 210px 10px 10px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 12%, rgba(29, 185, 84, 0.32), transparent 28%),
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(145deg, var(--deep-green), #0d301a);
  background-size: auto, 35px 35px, 35px 35px, auto;
  box-shadow: inset 0 0 90px rgba(0,0,0,0.26);
}

.lc-monument-arch::before {
  content: "";
  position: absolute;
  inset: 46px 54px auto;
  height: 145px;
  border: 1px solid rgba(255,255,255,0.18);
  border-bottom: 0;
  border-radius: 90px 90px 0 0;
}

.lc-monument-arch::after {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.12);
  font-family: var(--serif);
  font-size: 6rem;
  line-height: 1;
}

.lc-scan-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 37%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brand-bright), transparent);
  box-shadow: 0 0 18px rgba(29,185,84,0.7);
  opacity: 0.7;
}

.lc-monument-kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: var(--brand-bright);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.lc-monument-arch h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.02;
  font-weight: 500;
}

.lc-monument-arch > p:not(.lc-monument-kicker) {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  color: rgba(255,255,255,0.68);
  font-size: 0.9rem;
}

.lc-monument-arch a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 850;
}

.lc-monument-index {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(64, 79, 68, 0.16);
}

.lc-monument-index span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-right: 1px solid rgba(64, 79, 68, 0.14);
  color: #6b746e;
  background: rgba(255,255,255,0.56);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.lc-monument-index span:last-child {
  border-right: 0;
  color: var(--brand-deep);
}

/* Marble divider */
.lc-marble-divider {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(86, 98, 89, 0.12);
  border-bottom: 1px solid rgba(86, 98, 89, 0.14);
  background:
    linear-gradient(115deg, transparent 0 33%, rgba(116,127,119,0.06) 34%, transparent 36%),
    #eef0ec;
  box-shadow: 0 14px 38px rgba(36, 48, 40, 0.06);
}

.lc-marble-divider-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.lc-marble-divider p {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 16px 24px;
  border-right: 1px solid rgba(86, 98, 89, 0.13);
  color: #525c55;
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}

.lc-marble-divider p:last-child {
  border-right: 0;
}

.lc-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(29,185,84,0.1), 0 0 14px rgba(29,185,84,0.6);
}

/* Shared Learning Center headings */
.lc-section-heading {
  margin-bottom: 58px;
}

.lc-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.7rem, 4.7vw, 4.75rem);
  line-height: 1.03;
  font-weight: 500;
}

.lc-section-heading > p:not(.eyebrow),
.lc-section-heading > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.lc-section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 80px;
  align-items: end;
}

.lc-section-heading-split > p {
  margin-bottom: 7px;
}

.lc-section-heading-centered {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lc-section-heading-centered .eyebrow {
  justify-content: center;
}

.lc-section-heading-centered > p:not(.eyebrow) {
  margin: 22px auto 0;
}

/* Start here cards */
.lc-start-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(29,185,84,0.06), transparent 23%),
    var(--lc-marble);
}

/* Start Here section heading */
.lc-start-heading {
  max-width: 900px;
}

.lc-start-heading h2 {
  max-width: 820px;
  margin-bottom: 24px;
}

.lc-start-heading > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 0;
}

.lc-start-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.lc-start-card {
  position: relative;
  min-height: 590px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(67, 81, 71, 0.16);
  background: rgba(255,255,255,0.84);
  box-shadow: 0 20px 55px rgba(35, 48, 38, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lc-start-card::before,
.lc-start-card::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: rgba(61, 77, 65, 0.1);
}

.lc-start-card::before { left: 14px; }
.lc-start-card::after { right: 14px; }

.lc-start-card:hover {
  transform: translateY(-8px);
  border-color: rgba(29,185,84,0.3);
  box-shadow: 0 30px 75px rgba(35, 48, 38, 0.14);
}

.lc-start-card-featured {
  border-color: rgba(29,185,84,0.3);
  box-shadow: 0 24px 70px rgba(29,185,84,0.12);
}

.lc-card-number {
  position: absolute;
  top: 25px;
  right: 28px;
  z-index: 2;
  color: rgba(29, 73, 37, 0.12);
  font-family: var(--serif);
  font-size: 4.2rem;
  line-height: 1;
}

.lc-start-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 34px 34px 31px;
}

.lc-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 20px;
  margin-bottom: 48px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(60, 74, 64, 0.12);
  color: #7b837e;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lc-card-meta span:first-child {
  color: var(--brand-deep);
}

.lc-start-card h3 {
  margin-bottom: 17px;
  font-family: var(--serif);
  font-size: clamp(2rem, 2.6vw, 2.7rem);
  line-height: 1.05;
  font-weight: 500;
}

.lc-start-card-content > p {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.94rem;
}

.lc-start-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

/* =========================================================
   Article 1 visual — simple neural network
   ========================================================= */

.lc-visual-neural {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  overflow: hidden;
  background: transparent;
}



.lc-neural-network {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 340px;
  height: auto;
}

.lc-neural-links line {
  stroke: rgba(38, 191, 186, 0.55);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.lc-neural-nodes circle {
  filter:
    drop-shadow(0 0 6px rgba(29, 185, 84, 0.28))
    drop-shadow(0 0 12px rgba(30, 215, 96, 0.22));
}

.lc-neural-inputs circle {
  fill: #9af5b2;
}

.lc-neural-hidden circle {
  fill: #52ee83;
}

.lc-neural-outputs circle {
  fill: #1ed760;
}

.lc-neural-links line {
  stroke: rgba(30, 215, 96, 0.42);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.lc-card-visual {
  position: relative;
  min-height: 210px;
  margin: 0 18px 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    var(--deep-green);
  background-size: 28px 28px;
}

.lc-visual-columns {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding: 34px 28px 0;
  background:
    radial-gradient(circle at 50% 15%, rgba(29,185,84,0.26), transparent 30%),
    var(--deep-green);
}

.lc-visual-columns > span {
  position: relative;
  z-index: 2;
  width: 23%;
  height: 145px;
  border: 1px solid rgba(255,255,255,0.25);
  border-bottom: 0;
  border-radius: 70px 70px 0 0;
  background: rgba(255,255,255,0.025);
}

.lc-visual-columns > span:nth-child(2) {
  height: 174px;
  border-color: rgba(29,185,84,0.55);
  box-shadow: 0 0 28px rgba(29,185,84,0.13);
}

.lc-visual-grid {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}

.lc-visual-route {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 40px 34px;
  background:
    radial-gradient(circle at 15% 50%, rgba(29,185,84,0.24), transparent 24%),
    var(--deep-green);
}

.lc-route-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.1), var(--brand), rgba(255,255,255,0.1));
}

.lc-visual-route span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 7px solid var(--deep-green);
  border-radius: 50%;
  color: var(--white);
  background: var(--brand-deep);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.27), 0 0 24px rgba(29,185,84,0.18);
  font-family: var(--serif);
  font-size: 0.72rem;
}

.lc-visual-route span:last-child {
  background: var(--brand);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.27), 0 0 26px rgba(29,185,84,0.45);
}

.lc-visual-barriers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
  padding: 32px;
  background:
    radial-gradient(circle at 88% 18%, rgba(29,185,84,0.24), transparent 26%),
    var(--deep-green);
}

.lc-visual-barriers span {
  width: fit-content;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.045);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lc-visual-barriers span:nth-child(2) { margin-left: 22%; }
.lc-visual-barriers span:nth-child(3) {
  margin-left: 44%;
  color: var(--brand-bright);
  border-color: rgba(29,185,84,0.42);
}

/* Reading paths */
.lc-paths-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 18%, rgba(29,185,84,0.17), transparent 29%),
    linear-gradient(rgba(255,255,255,0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.024) 1px, transparent 1px),
    var(--deep-green);
  background-size: auto, 44px 44px, 44px 44px, auto;
}

.lc-paths-architecture {
  position: absolute;
  inset: auto 0 -80px;
  display: flex;
  justify-content: center;
  gap: 24px;
  opacity: 0.075;
}

.lc-paths-architecture span {
  width: 180px;
  height: 390px;
  border: 2px solid var(--white);
  border-bottom: 0;
  border-radius: 90px 90px 0 0;
}

.lc-paths-section .lc-section-heading h2 {
  color: var(--white);
}

.lc-paths-section .lc-section-heading > p:not(.eyebrow) {
  color: rgba(255,255,255,0.64);
}

.lc-path-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.11);
}

.lc-path-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
  border-right: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.035);
  transition: background 0.22s ease, transform 0.22s ease;
}

.lc-path-card:last-child {
  border-right: 0;
}

.lc-path-card:hover {
  z-index: 2;
  background: rgba(29,185,84,0.1);
  transform: translateY(-5px);
}

.lc-path-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 72px;
  border: 1px solid rgba(29,185,84,0.42);
  border-radius: 50%;
  color: var(--brand-bright);
  font-family: var(--serif);
}

.lc-path-kicker {
  margin-bottom: 10px;
  color: rgba(255,255,255,0.46);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.lc-path-card h3 {
  margin-bottom: 15px;
  font-family: var(--serif);
  font-size: 1.75rem;
  line-height: 1.08;
  font-weight: 500;
}

.lc-path-card > p:not(.lc-path-kicker) {
  margin-bottom: 28px;
  color: rgba(255,255,255,0.59);
  font-size: 0.87rem;
}

.lc-path-arrow {
  margin-top: auto;
  color: var(--brand-bright);
  font-size: 0.76rem;
  font-weight: 850;
}

/* Latest catalog */
.lc-latest-section {
  background:
    linear-gradient(112deg, transparent 0 38%, rgba(115,126,118,0.045) 39%, transparent 41%),
    var(--lc-marble);
  background-size: 500px 310px, auto;
}

.lc-latest-heading {
  align-items: center;
}

.lc-catalog-key {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 26px;
  color: #6f7872;
  font-size: 0.7rem;
  font-weight: 800;
}

.lc-catalog-key span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.lc-key-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #8d9690;
  border-radius: 50%;
  background: transparent;
}

.lc-key-dot-new {
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 0 12px rgba(29,185,84,0.48);
}

.lc-guide-catalog {
  border-top: 1px solid rgba(62, 75, 65, 0.18);
}

.lc-catalog-entry {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr 72px;
  gap: 34px;
  align-items: center;
  min-height: 205px;
  padding: 34px 28px;
  border-bottom: 1px solid rgba(62, 75, 65, 0.16);
  transition: background 0.22s ease, padding 0.22s ease;
}

.lc-catalog-entry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 3px;
  background: transparent;
  transition: background 0.22s ease;
}

.lc-catalog-entry:hover {
  padding-left: 38px;
  background: rgba(255,255,255,0.7);
}

.lc-catalog-entry:hover::before {
  background: var(--brand);
  box-shadow: 0 0 18px rgba(29,185,84,0.35);
}

.lc-entry-code {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 26px;
  border-right: 1px solid rgba(62,75,65,0.13);
}

.lc-entry-code > span {
  color: var(--brand-deep);
  font-family: var(--serif);
  font-size: 1.12rem;
}

.lc-entry-code small {
  color: #87908a;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.lc-catalog-entry-new .lc-entry-code small {
  color: var(--brand-deep);
}

.lc-entry-main > p:first-child {
  margin-bottom: 9px;
  color: var(--brand-deep);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lc-entry-main h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.8vw, 2.75rem);
  line-height: 1.06;
  font-weight: 500;
}

.lc-entry-main > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.lc-entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(29,185,84,0.26);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29,185,84,0.06);
  font-size: 1.3rem;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lc-entry-link:hover {
  transform: translateX(4px);
  color: var(--white);
  background: var(--brand);
}

.lc-catalog-entry-coming {
  opacity: 0.72;
}

.lc-entry-link-muted {
  border-color: rgba(81,93,84,0.14);
  color: #8e9791;
  background: transparent;
}

/* Editorial principles */
.lc-principles-section {
  border-top: 1px solid rgba(63,75,66,0.12);
  background:
    radial-gradient(circle at 90% 20%, rgba(29,185,84,0.08), transparent 24%),
    #eef0ec;
}

.lc-principles-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: 90px;
  align-items: start;
}

.lc-principles-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 4.5vw, 4.5rem);
  line-height: 1.03;
  font-weight: 500;
}

.lc-principles-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.01rem;
}

.lc-principles-list {
  border-top: 1px solid rgba(62,75,65,0.16);
}

.lc-principles-list article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(62,75,65,0.16);
}

.lc-principles-list article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(29,185,84,0.25);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29,185,84,0.055);
  font-family: var(--serif);
  font-size: 0.74rem;
}

.lc-principles-list h3 {
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
}

.lc-principles-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Closing hall */
.lc-closing-section {
  padding-top: 52px;
  background: var(--lc-marble);
}

.lc-closing-hall {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 50% 12%, rgba(29,185,84,0.3), transparent 28%),
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(145deg, var(--deep-green), #0d301a);
  background-size: auto, 38px 38px, 38px 38px, auto;
  box-shadow: 0 34px 80px rgba(27,42,31,0.2);
}

.lc-closing-hall::before {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(255,255,255,0.1);
  pointer-events: none;
}

.lc-closing-columns {
  position: absolute;
  inset: auto 0 -90px;
  display: flex;
  justify-content: center;
  gap: 28px;
  opacity: 0.1;
}

.lc-closing-columns span {
  width: 210px;
  height: 440px;
  border: 2px solid var(--white);
  border-bottom: 0;
  border-radius: 105px 105px 0 0;
}

.lc-closing-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  padding: 80px 40px;
  text-align: center;
}

.lc-closing-content .eyebrow {
  justify-content: center;
}

.lc-closing-content h2 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 5.4vw, 5.4rem);
  line-height: 0.98;
  font-weight: 500;
}

.lc-closing-content > p:not(.eyebrow) {
  max-width: 710px;
  margin: 0 auto 32px;
  color: rgba(255,255,255,0.68);
  font-size: 1.02rem;
}

.lc-closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* Responsive */
@media (max-width: 1180px) {
  .lc-column {
    opacity: 0.28;
  }

  .lc-hero-inner {
    gap: 54px;
  }

  .lc-path-card {
    padding: 32px 24px;
  }
}

@media (max-width: 1040px) {
  .lc-hero {
    min-height: auto;
  }

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

  .lc-hero-copy {
    max-width: 820px;
  }

  .lc-catalog-monument {
    width: min(100%, 680px);
    max-width: 680px;
    justify-self: start;
  }

  .lc-start-grid {
    grid-template-columns: 1fr;
  }

  .lc-start-card {
    min-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  }

  .lc-card-visual {
    min-height: 100%;
    margin: 18px 18px 18px 0;
  }

  .lc-path-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lc-path-card:nth-child(2) {
    border-right: 0;
  }

  .lc-path-card:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .lc-principles-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .lc-principles-copy {
    max-width: 780px;
  }
}

@media (max-width: 820px) {
  .lc-hero {
    padding-top: 130px;
  }

  .lc-column {
    display: none;
  }

  .lc-section-heading-split {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .lc-catalog-key {
    justify-content: flex-start;
  }

  .lc-catalog-entry {
    grid-template-columns: 105px 1fr 58px;
    gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .lc-catalog-entry:hover {
    padding-left: 25px;
  }
}

@media (max-width: 680px) {
  .lc-hero {
    padding: 116px 0 68px;
  }

  .lc-edition-label {
    margin-bottom: 30px;
  }

  .lc-hero-copy h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .lc-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lc-hero-actions .button {
    width: 100%;
  }

  .lc-text-link {
    justify-content: center;
    min-height: 46px;
  }

  .lc-reference-strip {
    display: grid;
    gap: 12px;
  }

  .lc-catalog-monument {
    padding: 12px;
  }

  .lc-catalog-monument::before,
  .lc-catalog-monument::after {
    display: none;
  }

  .lc-monument-crown {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 13px 10px;
  }

  .lc-monument-crown span {
    display: none;
  }

  .lc-monument-arch {
    min-height: 440px;
    padding: 155px 26px 34px;
  }

  .lc-monument-index {
    grid-template-columns: 1fr 1fr;
  }

  .lc-monument-index span:nth-child(2) {
    border-right: 0;
  }

  .lc-monument-index span:nth-child(-n+2) {
    border-bottom: 1px solid rgba(64,79,68,0.14);
  }

  .lc-marble-divider-inner {
    grid-template-columns: 1fr;
  }

  .lc-marble-divider p {
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(86,98,89,0.13);
  }

  .lc-marble-divider p:last-child {
    border-bottom: 0;
  }

  .lc-section-heading {
    margin-bottom: 42px;
  }

  .lc-section-heading h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .lc-start-card {
    min-height: auto;
    display: flex;
  }

  .lc-start-card-content {
    padding: 28px 26px 30px;
  }

  .lc-card-meta {
    margin-bottom: 38px;
    padding-right: 54px;
  }

  .lc-card-visual {
    min-height: 190px;
    margin: 0 14px 14px;
  }

  .lc-path-grid {
    grid-template-columns: 1fr;
  }

  .lc-path-card,
  .lc-path-card:nth-child(2) {
    min-height: 320px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .lc-path-card:last-child {
    border-bottom: 0;
  }

  .lc-path-index {
    margin-bottom: 44px;
  }

  .lc-catalog-entry {
    grid-template-columns: 1fr 48px;
    gap: 20px;
    min-height: auto;
    padding: 28px 12px 28px 20px;
  }

  .lc-entry-code {
    grid-column: 1 / -1;
    min-height: 28px;
    flex-direction: row;
    padding: 0 0 13px;
    border-right: 0;
    border-bottom: 1px solid rgba(62,75,65,0.13);
  }

  .lc-entry-link {
    width: 44px;
    height: 44px;
  }

  .lc-principles-list article {
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }

  .lc-closing-hall {
    min-height: 590px;
  }

  .lc-closing-hall::before {
    inset: 16px;
  }

  .lc-closing-content {
    padding: 70px 24px;
  }

  .lc-closing-actions {
    flex-direction: column;
  }

  .lc-closing-actions .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .lc-edition-label span:last-child {
    display: none;
  }

  .lc-card-meta {
    display: grid;
  }

  .lc-monument-arch::before {
    left: 34px;
    right: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lc-scan-line {
    box-shadow: none;
  }
}

/* =========================================================
   FRIDAI LEARNING CENTER — COLLECTION PAGE
   learning-center/collection.html
   ========================================================= */

/* ---------------------------------------------------------
   Page-wide focus states
   --------------------------------------------------------- */

.lc-collection-page .lc-collection-jump-nav a:focus-visible,
.lc-collection-page .lc-collection-link:focus-visible,
.lc-collection-page .lc-recent-card a:focus-visible {
  outline: 3px solid rgba(29, 185, 84, 0.42);
  outline-offset: 5px;
}

/* =========================================================
   COLLECTION HERO
   ========================================================= */

.lc-collection-hero {
  position: relative;
  padding: 164px 0 96px;
  overflow: hidden;
  border-bottom: 1px solid rgba(65, 80, 69, 0.13);
  background:
    radial-gradient(
      circle at 78% 28%,
      rgba(29, 185, 84, 0.1),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(236, 240, 234, 0.98)
    );
  isolation: isolate;
}

/* Subtle architectural arch */
.lc-collection-hero::before {
  content: "";
  position: absolute;
  left: 52%;
  bottom: -285px;
  z-index: -2;
  width: min(900px, 78vw);
  height: 620px;
  border: 1px solid rgba(70, 86, 75, 0.1);
  border-bottom: 0;
  border-radius: 460px 460px 0 0;
  transform: translateX(-50%);
  box-shadow:
    0 0 0 78px rgba(255, 255, 255, 0.2),
    0 0 0 79px rgba(70, 86, 75, 0.05),
    0 0 0 156px rgba(255, 255, 255, 0.14),
    0 0 0 157px rgba(70, 86, 75, 0.04);
}

/* Faint floor grid */
.lc-collection-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -58px;
  z-index: -1;
  height: 185px;
  opacity: 0.62;
  background:
    linear-gradient(
      rgba(76, 92, 81, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(76, 92, 81, 0.07) 1px,
      transparent 1px
    );
  background-size: 58px 58px;
  transform: perspective(520px) rotateX(59deg);
  transform-origin: bottom;
}

.lc-collection-hero .lc-marble-noise {
  z-index: -3;
}

.lc-collection-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: 100px;
  align-items: end;
}

.lc-collection-hero-copy {
  max-width: 850px;
}

.lc-collection-hero-copy h1 {
  max-width: 850px;
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(3.8rem, 6.6vw, 6.6rem);
  line-height: 0.96;
  font-weight: 500;
}

.lc-collection-hero-copy h1 em {
  display: block;
  margin-top: 0.14em;
  color: var(--brand-deep);
  font-style: italic;
}

.lc-collection-hero-lead {
  max-width: 700px;
  margin-bottom: 0;
  color: #5c655f;
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.78;
}

/* Hero section navigation */

.lc-collection-jump-nav {
  border-top: 1px solid rgba(65, 80, 69, 0.17);
}

.lc-collection-jump-nav a {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 15px 5px;
  border-bottom: 1px solid rgba(65, 80, 69, 0.17);
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 850;
  transition:
    color 0.2s ease,
    padding 0.2s ease,
    background 0.2s ease;
}

.lc-collection-jump-nav a::after {
  content: "→";
  color: var(--brand-deep);
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.lc-collection-jump-nav a:hover {
  padding-left: 13px;
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.42);
}

.lc-collection-jump-nav a:hover::after {
  transform: translateX(5px);
}

.lc-collection-jump-nav a > span {
  color: var(--brand-deep);
  font-family: var(--serif);
  font-size: 0.74rem;
}

/* =========================================================
   FOUR COLLECTIONS
   ========================================================= */

.lc-collections-section {
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(29, 185, 84, 0.055),
      transparent 23%
    ),
    linear-gradient(
      112deg,
      transparent 0 39%,
      rgba(113, 126, 117, 0.045) 40%,
      transparent 42%
    ),
    var(--lc-marble);
  background-size: auto, 520px 340px, auto;
}

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

.lc-pillar-card {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(67, 81, 71, 0.16);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 55px rgba(35, 48, 38, 0.075);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.lc-pillar-card::before,
.lc-pillar-card::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: rgba(61, 77, 65, 0.085);
}

.lc-pillar-card::before {
  left: 13px;
}

.lc-pillar-card::after {
  right: 13px;
}

.lc-pillar-card:hover {
  z-index: 2;
  transform: translateY(-7px);
  border-color: rgba(29, 185, 84, 0.3);
  box-shadow: 0 30px 75px rgba(35, 48, 38, 0.13);
}

.lc-pillar-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  margin: 0 28px;
  padding: 0 5px;
  border-bottom: 1px solid rgba(65, 80, 69, 0.13);
}

.lc-pillar-number {
  color: var(--brand-deep);
  font-family: var(--serif);
  font-size: 0.88rem;
}

.lc-pillar-label {
  color: #858d87;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Shared pillar visual */

.lc-pillar-symbol {
  position: relative;
  z-index: 2;
  min-height: 190px;
  margin: 18px 18px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 50% 30%,
      rgba(29, 185, 84, 0.2),
      transparent 32%
    ),
    var(--deep-green);
  background-size: 28px 28px, 28px 28px, auto, auto;
}

/* Foundations: connected building blocks */

.lc-pillar-symbol-foundations {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.lc-pillar-symbol-foundations::before,
.lc-pillar-symbol-foundations::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 52px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.12),
    rgba(30, 215, 96, 0.68),
    rgba(30, 215, 96, 0.12)
  );
}

.lc-pillar-symbol-foundations::before {
  left: calc(50% - 101px);
}

.lc-pillar-symbol-foundations::after {
  right: calc(50% - 101px);
}

.lc-pillar-symbol-foundations span {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(30, 215, 96, 0.48);
  border-radius: 12px;
  background: rgba(29, 185, 84, 0.1);
  box-shadow:
    inset 0 0 16px rgba(29, 185, 84, 0.08),
    0 0 18px rgba(30, 215, 96, 0.12);
}

.lc-pillar-symbol-foundations span:nth-child(2) {
  background: rgba(30, 215, 96, 0.22);
  box-shadow:
    inset 0 0 18px rgba(29, 185, 84, 0.11),
    0 0 26px rgba(30, 215, 96, 0.2);
}

/* Opportunity: rising set of possibilities */

.lc-pillar-symbol-opportunity {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 38px;
  padding-bottom: 42px;
}

.lc-pillar-symbol-opportunity::before {
  content: "";
  position: absolute;
  left: 19%;
  right: 19%;
  bottom: 75px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.14),
    rgba(30, 215, 96, 0.85)
  );
  transform: rotate(-13deg);
}

.lc-pillar-symbol-opportunity span {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  border: 5px solid var(--deep-green);
  border-radius: 50%;
  background: var(--brand);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.23),
    0 0 16px rgba(30, 215, 96, 0.3);
}

.lc-pillar-symbol-opportunity span:nth-child(1) {
  transform: translateY(22px);
}

.lc-pillar-symbol-opportunity span:nth-child(2) {
  transform: translateY(10px);
}

.lc-pillar-symbol-opportunity span:nth-child(3) {
  transform: translateY(-4px);
}

.lc-pillar-symbol-opportunity span:nth-child(4) {
  transform: translateY(-18px);
  background: var(--brand-bright);
}

/* Governance: layered oversight */

.lc-pillar-symbol-governance {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-pillar-symbol-governance span {
  position: absolute;
  border: 1px solid rgba(30, 215, 96, 0.38);
  border-radius: 20px;
}

.lc-pillar-symbol-governance span:nth-child(1) {
  width: 164px;
  height: 120px;
  opacity: 0.42;
}

.lc-pillar-symbol-governance span:nth-child(2) {
  width: 116px;
  height: 82px;
  opacity: 0.68;
}

.lc-pillar-symbol-governance span:nth-child(3) {
  width: 58px;
  height: 42px;
  background: rgba(30, 215, 96, 0.17);
  box-shadow: 0 0 24px rgba(30, 215, 96, 0.18);
}

/* Implementation: practical steps */

.lc-pillar-symbol-implementation {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  padding: 36px 48px;
}

.lc-pillar-symbol-implementation::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(30, 215, 96, 0.86),
    rgba(255, 255, 255, 0.1)
  );
}

.lc-pillar-symbol-implementation span {
  position: relative;
  z-index: 1;
  display: block;
  width: 34px;
  height: 34px;
  border: 7px solid var(--deep-green);
  border-radius: 50%;
  background: var(--brand-deep);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24),
    0 0 18px rgba(29, 185, 84, 0.16);
}

.lc-pillar-symbol-implementation span:last-child {
  background: var(--brand-bright);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 24px rgba(30, 215, 96, 0.38);
}

/* Pillar copy */

.lc-pillar-card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 34px 34px 36px;
}

.lc-pillar-card-body h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 3.2vw, 3.35rem);
  line-height: 1;
  font-weight: 500;
}

.lc-pillar-card-body > p {
  max-width: 590px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.93rem;
}

.lc-pillar-topics {
  display: grid;
  gap: 9px;
  margin: 0 0 30px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(65, 80, 69, 0.12);
  list-style: none;
}

.lc-pillar-topics li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #545e57;
  font-size: 0.8rem;
  font-weight: 750;
}

.lc-pillar-topics li::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 10px rgba(29, 185, 84, 0.4);
}

.lc-collection-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

.lc-collection-link span {
  transition: transform 0.2s ease;
}

.lc-collection-link:hover span {
  transform: translateX(5px);
}

/* =========================================================
   RECENTLY ADDED
   ========================================================= */

.lc-recent-section {
  border-top: 1px solid rgba(65, 80, 69, 0.11);
  border-bottom: 1px solid rgba(65, 80, 69, 0.11);
  background:
    radial-gradient(
      circle at 91% 12%,
      rgba(29, 185, 84, 0.07),
      transparent 23%
    ),
    #eef0ec;
}

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

.lc-recent-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(67, 81, 71, 0.15);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(35, 48, 38, 0.07);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.lc-recent-card:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 185, 84, 0.28);
  box-shadow: 0 28px 65px rgba(35, 48, 38, 0.12);
}

.lc-recent-card-featured {
  border-color: rgba(29, 185, 84, 0.28);
  box-shadow: 0 22px 62px rgba(29, 185, 84, 0.1);
}

.lc-recent-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  min-height: 60px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(65, 80, 69, 0.12);
  color: #858e88;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lc-recent-card-meta span:first-child {
  color: var(--brand-deep);
}

.lc-recent-visual {
  position: relative;
  min-height: 190px;
  margin: 18px 18px 0;
  overflow: hidden;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 50% 22%,
      rgba(29, 185, 84, 0.2),
      transparent 29%
    ),
    var(--deep-green);
  background-size: 27px 27px, 27px 27px, auto, auto;
}

/* Recent neural visual */

.lc-recent-neural {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.lc-recent-neural svg {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.lc-recent-neural .lc-neural-links line {
  stroke: rgba(30, 215, 96, 0.42);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.lc-recent-neural .lc-neural-nodes circle {
  filter:
    drop-shadow(0 0 6px rgba(29, 185, 84, 0.28))
    drop-shadow(0 0 12px rgba(30, 215, 96, 0.2));
}

.lc-recent-neural .lc-neural-inputs circle {
  fill: #9af5b2;
}

.lc-recent-neural .lc-neural-hidden circle {
  fill: #52ee83;
}

.lc-recent-neural .lc-neural-outputs circle {
  fill: #1ed760;
}

/* Recent roadmap visual */

.lc-recent-roadmap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  padding: 40px 30px;
}

.lc-recent-roadmap::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(30, 215, 96, 0.9),
    rgba(255, 255, 255, 0.1)
  );
}

.lc-recent-roadmap span {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border: 7px solid var(--deep-green);
  border-radius: 50%;
  background: var(--brand-deep);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24),
    0 0 18px rgba(29, 185, 84, 0.18);
}

.lc-recent-roadmap span:last-child {
  background: var(--brand-bright);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.26),
    0 0 24px rgba(30, 215, 96, 0.4);
}

/* Recent barriers visual */

.lc-recent-barriers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
  padding: 30px;
}

.lc-recent-barriers span {
  width: fit-content;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lc-recent-barriers span:nth-child(2) {
  margin-left: 20%;
}

.lc-recent-barriers span:nth-child(3) {
  margin-left: 40%;
  color: var(--brand-bright);
  border-color: rgba(29, 185, 84, 0.42);
}

.lc-recent-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 28px 31px;
}

.lc-recent-card-body h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.45vw, 2.45rem);
  line-height: 1.06;
  font-weight: 500;

  /* Keep every card title to two equal lines */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;

  min-height: 2.12em;
  max-height: 2.12em;
}

.lc-recent-card-body > p {
  margin-bottom: 27px;
  color: var(--muted);
  font-size: 0.88rem;
}

.lc-recent-card-body a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  color: var(--brand-deep);
  font-size: 0.8rem;
  font-weight: 900;
}

.lc-recent-card-body a span {
  transition: transform 0.2s ease;
}

.lc-recent-card-body a:hover span {
  transform: translateX(5px);
}

/* =========================================================
   FULL CATALOG ENTRANCE
   ========================================================= */

.lc-catalog-entrance-section {
  padding-top: 58px;
  background: var(--lc-marble);
}

.lc-catalog-entrance {
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 80px;
  align-items: center;
  padding: 78px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(
      circle at 25% 16%,
      rgba(29, 185, 84, 0.27),
      transparent 29%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px
    ),
    linear-gradient(145deg, var(--deep-green), #0d301a);
  background-size: auto, 38px 38px, 38px 38px, auto;
  box-shadow: 0 34px 80px rgba(27, 42, 31, 0.2);
}

.lc-catalog-entrance::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.lc-catalog-entrance-architecture {
  position: absolute;
  inset: auto 0 -145px;
  display: flex;
  justify-content: center;
  gap: 28px;
  opacity: 0.08;
  pointer-events: none;
}

.lc-catalog-entrance-architecture span {
  width: 210px;
  height: 420px;
  border: 2px solid var(--white);
  border-bottom: 0;
  border-radius: 105px 105px 0 0;
}

.lc-catalog-entrance-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.lc-catalog-entrance-content h2 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.98;
  font-weight: 500;
}

.lc-catalog-entrance-content > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
}

.lc-catalog-index-preview {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lc-catalog-index-preview span {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 12px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
  font-weight: 800;
}

.lc-catalog-index-preview span::after {
  content: "→";
  color: var(--brand-bright);
}

.lc-catalog-index-preview .lc-catalog-dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-bright);
  box-shadow:
    0 0 0 5px rgba(30, 215, 96, 0.08),
    0 0 14px rgba(30, 215, 96, 0.65);
}

/* =========================================================
   COLLECTION PAGE RESPONSIVE
   ========================================================= */

@media (max-width: 1080px) {
  .lc-collection-hero-inner {
    gap: 60px;
  }

  .lc-recent-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lc-recent-card-featured {
    grid-column: 1 / -1;
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
    grid-template-rows: auto 1fr;
  }

  .lc-recent-card-featured .lc-recent-card-meta {
    grid-column: 1 / -1;
  }

  .lc-recent-card-featured .lc-recent-visual {
    min-height: 300px;
    margin-bottom: 18px;
  }

  .lc-catalog-entrance {
    gap: 54px;
    padding: 66px 58px;
  }
}

@media (max-width: 900px) {
  .lc-collection-hero {
    padding-top: 138px;
  }

  .lc-collection-hero-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .lc-collection-jump-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .lc-collection-jump-nav a {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 100px;
    padding: 19px;
    border-right: 1px solid rgba(65, 80, 69, 0.17);
  }

  .lc-collection-jump-nav a:last-child {
    border-right: 0;
  }

  .lc-collection-jump-nav a::after {
    position: absolute;
    right: 18px;
    bottom: 17px;
  }

  .lc-collection-grid {
    grid-template-columns: 1fr;
  }

  .lc-pillar-card {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    grid-template-rows: auto 1fr;
  }

  .lc-pillar-card-top {
    grid-column: 1 / -1;
  }

  .lc-pillar-symbol {
    min-height: 100%;
    margin: 18px 0 18px 18px;
  }

  .lc-pillar-card-body {
    padding-top: 38px;
  }

  .lc-catalog-entrance {
    grid-template-columns: 1fr;
  }

  .lc-catalog-index-preview {
    max-width: 650px;
  }
}

@media (max-width: 680px) {
  .lc-collection-hero {
    padding: 118px 0 70px;
  }

  .lc-collection-hero-copy h1 {
    font-size: clamp(3.15rem, 15vw, 4.8rem);
  }

  .lc-collection-jump-nav {
    grid-template-columns: 1fr;
  }

  .lc-collection-jump-nav a {
    grid-template-columns: 40px 1fr auto;
    min-height: 66px;
    padding: 12px 4px;
    border-right: 0;
  }

  .lc-collection-jump-nav a::after {
    position: static;
  }

  .lc-pillar-card {
    display: flex;
  }

  .lc-pillar-symbol {
    min-height: 178px;
    margin: 14px 14px 0;
  }

  .lc-pillar-card-body {
    padding: 29px 26px 32px;
  }

  .lc-pillar-card-body h3 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .lc-pillar-symbol-opportunity {
    gap: 25px;
  }

  .lc-pillar-symbol-implementation {
    padding-left: 28px;
    padding-right: 28px;
  }

  .lc-recent-grid {
    grid-template-columns: 1fr;
  }

  .lc-recent-card-featured {
    grid-column: auto;
    display: flex;
    min-height: 520px;
  }

  .lc-recent-card-featured .lc-recent-card-meta {
    grid-column: auto;
  }

  .lc-recent-card-featured .lc-recent-visual {
    min-height: 190px;
    margin-bottom: 0;
  }

  .lc-catalog-entrance {
    min-height: 590px;
    gap: 42px;
    padding: 66px 25px;
  }

  .lc-catalog-entrance::before {
    inset: 15px;
  }

  .lc-catalog-entrance-content h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .lc-catalog-entrance-content .button {
    width: 100%;
  }

  .lc-catalog-index-preview span {
    grid-template-columns: 42px 1fr auto;
    min-height: 64px;
  }
}

@media (max-width: 430px) {
  .lc-pillar-card-top {
    margin: 0 22px;
  }

  .lc-pillar-symbol-foundations {
    gap: 12px;
  }

  .lc-pillar-symbol-foundations span {
    width: 42px;
    height: 42px;
  }

  .lc-recent-card-meta {
    display: grid;
  }
}

/* Recent opportunity visual */

.lc-recent-opportunity {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-recent-opportunity::before,
.lc-recent-opportunity::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(30, 215, 96, 0.65),
    transparent
  );
}

.lc-recent-opportunity::before {
  transform: rotate(26deg);
}

.lc-recent-opportunity::after {
  transform: rotate(-26deg);
}

.lc-opportunity-center,
.lc-opportunity-point {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50%;
}

.lc-opportunity-center {
  width: 38px;
  height: 38px;
  background: var(--brand-bright);
  box-shadow:
    0 0 0 9px rgba(30, 215, 96, 0.08),
    0 0 28px rgba(30, 215, 96, 0.38);
}

.lc-opportunity-point {
  width: 16px;
  height: 16px;
  border: 3px solid var(--deep-green);
  background: #8af2a8;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 14px rgba(30, 215, 96, 0.25);
}

.lc-opportunity-point-one {
  transform: translate(-92px, -46px);
}

.lc-opportunity-point-two {
  transform: translate(92px, -46px);
}

.lc-opportunity-point-three {
  transform: translate(-92px, 46px);
}

.lc-opportunity-point-four {
  transform: translate(92px, 46px);
}

/* =========================================================
   FRIDAI LEARNING CENTER — FOUNDATIONS COLLECTION
   learning-center/collections/foundations.html
   ========================================================= */

/* ---------------------------------------------------------
   Focus states
   --------------------------------------------------------- */

.lc-foundations-page .lc-back-link:focus-visible,
.lc-foundations-page .lc-inline-link:focus-visible,
.lc-foundations-page .lc-foundations-article-body a:focus-visible,
.lc-foundations-page .lc-related-collection-card:focus-visible {
  outline: 3px solid rgba(29, 185, 84, 0.42);
  outline-offset: 5px;
}

/* =========================================================
   FOUNDATIONS HERO
   ========================================================= */

.lc-foundations-hero {
  position: relative;
  padding: 150px 0 92px;
  overflow: hidden;
  border-bottom: 1px solid rgba(65, 80, 69, 0.13);
  background:
    radial-gradient(
      circle at 80% 22%,
      rgba(29, 185, 84, 0.09),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.99),
      rgba(236, 240, 234, 0.98)
    );
  isolation: isolate;
}

/* Subtle architectural background */
.lc-foundations-hero::before {
  content: "";
  position: absolute;
  left: 18%;
  bottom: -310px;
  z-index: -2;
  width: 720px;
  height: 560px;
  border: 1px solid rgba(68, 83, 72, 0.08);
  border-bottom: 0;
  border-radius: 360px 360px 0 0;
  box-shadow:
    0 0 0 72px rgba(255, 255, 255, 0.18),
    0 0 0 73px rgba(68, 83, 72, 0.04);
}

/* Faint floor grid */
.lc-foundations-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -54px;
  z-index: -1;
  height: 165px;
  opacity: 0.55;
  background:
    linear-gradient(
      rgba(76, 92, 81, 0.065) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(76, 92, 81, 0.065) 1px,
      transparent 1px
    );
  background-size: 58px 58px;
  transform: perspective(520px) rotateX(59deg);
  transform-origin: bottom;
}

.lc-foundations-hero .lc-marble-noise {
  z-index: -3;
}

.lc-foundations-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 90px;
  align-items: center;
}

.lc-foundations-hero-copy {
  max-width: 790px;
}

.lc-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 38px;
  color: #667069;
  font-size: 0.78rem;
  font-weight: 850;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.lc-back-link span {
  color: var(--brand-deep);
  transition: transform 0.2s ease;
}

.lc-back-link:hover {
  color: var(--brand-deep);
}

.lc-back-link:hover span {
  transform: translateX(-4px);
}

.lc-foundations-hero-copy h1 {
  max-width: 850px;
  margin-bottom: 27px;
  color: var(--ink);
  font-size: clamp(3.65rem, 6.1vw, 6.2rem);
  line-height: 0.97;
  font-weight: 500;
}

.lc-foundations-hero-copy h1 em {
  display: block;
  margin-top: 0.13em;
  color: var(--brand-deep);
  font-style: italic;
}

.lc-foundations-hero-lead {
  max-width: 680px;
  margin-bottom: 32px;
  color: #5b655e;
  font-size: clamp(1.03rem, 1.35vw, 1.17rem);
  line-height: 1.78;
}

.lc-foundations-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.lc-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--brand-deep);
  font-size: 0.84rem;
  font-weight: 900;
}

.lc-inline-link span {
  transition: transform 0.2s ease;
}

.lc-inline-link:hover span {
  transform: translateX(5px);
}

/* ---------------------------------------------------------
   Foundations hero visual
   --------------------------------------------------------- */

.lc-foundations-visual {
  position: relative;
  min-height: 500px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(61, 76, 65, 0.17);
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 50% 20%,
      rgba(29, 185, 84, 0.24),
      transparent 32%
    ),
    linear-gradient(145deg, var(--deep-green), #0c2d19);
  background-size: 32px 32px, 32px 32px, auto, auto;
  box-shadow: 0 28px 70px rgba(30, 43, 34, 0.19);
}

.lc-foundations-visual::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.lc-foundations-visual-header,
.lc-foundations-visual-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lc-foundations-visual-header {
  padding: 3px 4px 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lc-foundations-visual-footer {
  padding: 19px 4px 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lc-foundations-blocks {
  position: relative;
  min-height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-foundations-blocks::before,
.lc-foundations-blocks::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 66px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.08),
    rgba(30, 215, 96, 0.72),
    rgba(30, 215, 96, 0.08)
  );
}

.lc-foundations-blocks::before {
  left: calc(50% - 139px);
}

.lc-foundations-blocks::after {
  right: calc(50% - 139px);
}

.lc-foundation-block {
  position: relative;
  z-index: 1;
  display: block;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(30, 215, 96, 0.48);
  border-radius: 18px;
  background: rgba(29, 185, 84, 0.08);
  box-shadow:
    inset 0 0 24px rgba(29, 185, 84, 0.07),
    0 0 22px rgba(30, 215, 96, 0.1);
}

.lc-foundation-block + .lc-foundation-block {
  margin-left: 66px;
}

.lc-foundation-block-two {
  width: 92px;
  height: 92px;
  border-color: rgba(30, 215, 96, 0.7);
  background: rgba(30, 215, 96, 0.19);
  box-shadow:
    inset 0 0 28px rgba(29, 185, 84, 0.1),
    0 0 34px rgba(30, 215, 96, 0.22);
}

.lc-foundation-block-two::before {
  content: "";
  position: absolute;
  inset: 19px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 10px;
}

/* =========================================================
   FOUNDATIONS OVERVIEW
   ========================================================= */

.lc-foundations-overview {
  background:
    radial-gradient(
      circle at 90% 13%,
      rgba(29, 185, 84, 0.06),
      transparent 21%
    ),
    var(--lc-marble, #f6f7f3);
}

.lc-foundations-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(67, 81, 71, 0.15);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 50px rgba(35, 48, 38, 0.065);
}

.lc-foundations-overview-item {
  min-height: 270px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  padding: 37px 32px;
  border-right: 1px solid rgba(67, 81, 71, 0.14);
  transition:
    background 0.22s ease,
    transform 0.22s ease;
}

.lc-foundations-overview-item:last-child {
  border-right: 0;
}

.lc-foundations-overview-item:hover {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-4px);
}

.lc-overview-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(29, 185, 84, 0.25);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.07);
  font-family: var(--serif);
  font-size: 0.74rem;
}

.lc-foundations-overview-item h3 {
  margin-bottom: 13px;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2vw, 2.15rem);
  line-height: 1.08;
  font-weight: 500;
}

.lc-foundations-overview-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

/* =========================================================
   FOUNDATIONS ARTICLE GRID
   ========================================================= */

.lc-foundations-articles-section {
  border-top: 1px solid rgba(65, 80, 69, 0.1);
  border-bottom: 1px solid rgba(65, 80, 69, 0.1);
  background:
    radial-gradient(
      circle at 8% 11%,
      rgba(29, 185, 84, 0.065),
      transparent 22%
    ),
    #eef0ec;
}

.lc-foundations-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lc-foundations-article-card {
  min-height: 535px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(67, 81, 71, 0.15);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 18px 48px rgba(35, 48, 38, 0.07);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.lc-foundations-article-card:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 185, 84, 0.29);
  box-shadow: 0 28px 65px rgba(35, 48, 38, 0.12);
}

.lc-foundations-article-card-featured {
  border-color: rgba(29, 185, 84, 0.29);
  box-shadow: 0 22px 62px rgba(29, 185, 84, 0.1);
}

.lc-foundations-article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  min-height: 60px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(65, 80, 69, 0.12);
  color: #858e88;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.lc-foundations-article-meta span:first-child {
  color: var(--brand-deep);
}

.lc-foundations-article-visual {
  position: relative;
  min-height: 190px;
  margin: 18px 18px 0;
  overflow: hidden;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 50% 22%,
      rgba(29, 185, 84, 0.2),
      transparent 30%
    ),
    var(--deep-green);
  background-size: 27px 27px, 27px 27px, auto, auto;
}

/* ---------------------------------------------------------
   Article 1: neural network
   --------------------------------------------------------- */

.lc-foundations-neural-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.lc-foundations-neural-visual svg {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.lc-foundations-neural-visual .lc-neural-links line {
  stroke: rgba(30, 215, 96, 0.42);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.lc-foundations-neural-visual .lc-neural-nodes circle {
  filter:
    drop-shadow(0 0 6px rgba(29, 185, 84, 0.28))
    drop-shadow(0 0 12px rgba(30, 215, 96, 0.2));
}

.lc-foundations-neural-visual .lc-neural-inputs circle {
  fill: #9af5b2;
}

.lc-foundations-neural-visual .lc-neural-hidden circle {
  fill: #52ee83;
}

.lc-foundations-neural-visual .lc-neural-outputs circle {
  fill: #1ed760;
}

/* ---------------------------------------------------------
   Article 2: layered concepts
   --------------------------------------------------------- */

.lc-foundations-layers-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-foundations-layers-visual span {
  position: absolute;
  display: block;
  width: 180px;
  height: 74px;
  border: 1px solid rgba(30, 215, 96, 0.42);
  border-radius: 17px;
  background: rgba(29, 185, 84, 0.06);
}

.lc-foundations-layers-visual span:nth-child(1) {
  transform: translate(-28px, -31px);
  opacity: 0.46;
}

.lc-foundations-layers-visual span:nth-child(2) {
  transform: translate(0, 0);
  opacity: 0.7;
}

.lc-foundations-layers-visual span:nth-child(3) {
  transform: translate(28px, 31px);
  background: rgba(30, 215, 96, 0.15);
  box-shadow: 0 0 24px rgba(30, 215, 96, 0.14);
}

/* ---------------------------------------------------------
   Article 3: data into a model
   --------------------------------------------------------- */

.lc-foundations-data-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-foundations-data-visual::before {
  content: "";
  position: absolute;
  left: 26%;
  right: 26%;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.12),
    rgba(30, 215, 96, 0.75),
    rgba(30, 215, 96, 0.12)
  );
}

.lc-data-node,
.lc-data-model {
  position: absolute;
  display: block;
}

.lc-data-node {
  width: 15px;
  height: 15px;
  border: 3px solid var(--deep-green);
  border-radius: 50%;
  background: #8df3aa;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 13px rgba(30, 215, 96, 0.24);
}

.lc-data-node-one {
  transform: translate(-104px, -52px);
}

.lc-data-node-two {
  transform: translate(-104px, 52px);
}

.lc-data-node-three {
  transform: translate(104px, -52px);
}

.lc-data-node-four {
  transform: translate(104px, 52px);
}

.lc-data-model {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(30, 215, 96, 0.68);
  border-radius: 15px;
  background: rgba(30, 215, 96, 0.17);
  box-shadow:
    inset 0 0 18px rgba(29, 185, 84, 0.08),
    0 0 28px rgba(30, 215, 96, 0.2);
}

.lc-data-model::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
}

/* ---------------------------------------------------------
   Article text
   --------------------------------------------------------- */

.lc-foundations-article-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 28px 31px;
}

.lc-foundations-article-body h3 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.35vw, 2.35rem);
  line-height: 1.07;
  font-weight: 500;

  /* Maintain card symmetry */
  display: -webkit-box;
  min-height: 2.14em;
  max-height: 2.14em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.lc-foundations-article-body > p {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.68;
}

.lc-foundations-article-body a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  color: var(--brand-deep);
  font-size: 0.8rem;
  font-weight: 900;
}

.lc-foundations-article-body a span {
  transition: transform 0.2s ease;
}

.lc-foundations-article-body a:hover span {
  transform: translateX(5px);
}

/* =========================================================
   RELATED COLLECTIONS
   ========================================================= */

.lc-related-collections-section {
  background:
    radial-gradient(
      circle at 93% 15%,
      rgba(29, 185, 84, 0.06),
      transparent 22%
    ),
    var(--lc-marble, #f6f7f3);
}

.lc-related-collections-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(67, 81, 71, 0.15);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 50px rgba(35, 48, 38, 0.065);
}

.lc-related-collection-card {
  position: relative;
  min-height: 205px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 23px;
  align-items: start;
  padding: 36px 30px;
  border-right: 1px solid rgba(67, 81, 71, 0.14);
  transition:
    color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

.lc-related-collection-card:last-child {
  border-right: 0;
}

.lc-related-collection-card:hover {
  z-index: 1;
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-4px);
}

.lc-related-collection-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(29, 185, 84, 0.24);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.065);
  font-family: var(--serif);
  font-size: 0.7rem;
}

.lc-related-collection-card h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2vw, 2.15rem);
  line-height: 1;
  font-weight: 500;
}

.lc-related-collection-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.62;
}

.lc-related-collection-arrow {
  color: var(--brand-deep);
  font-size: 1.05rem;
  transition: transform 0.2s ease;
}

.lc-related-collection-card:hover .lc-related-collection-arrow {
  transform: translateX(5px);
}

.lc-related-catalog-link {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

/* =========================================================
   FOUNDATIONS PAGE RESPONSIVE
   ========================================================= */

@media (max-width: 1080px) {
  .lc-foundations-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
    gap: 55px;
  }

  .lc-foundations-visual {
    min-height: 450px;
  }

  .lc-foundations-blocks {
    min-height: 320px;
  }

  .lc-foundation-block {
    width: 62px;
    height: 62px;
  }

  .lc-foundation-block-two {
    width: 78px;
    height: 78px;
  }

  .lc-foundation-block + .lc-foundation-block {
    margin-left: 48px;
  }

  .lc-foundations-blocks::before {
    left: calc(50% - 112px);
  }

  .lc-foundations-blocks::after {
    right: calc(50% - 112px);
  }

  .lc-foundations-blocks::before,
  .lc-foundations-blocks::after {
    width: 48px;
  }

  .lc-foundations-article-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lc-foundations-article-card-featured {
    grid-column: 1 / -1;
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
    grid-template-rows: auto 1fr;
  }

  .lc-foundations-article-card-featured
    .lc-foundations-article-meta {
    grid-column: 1 / -1;
  }

  .lc-foundations-article-card-featured
    .lc-foundations-article-visual {
    min-height: 300px;
    margin-bottom: 18px;
  }
}

@media (max-width: 900px) {
  .lc-foundations-hero {
    padding-top: 132px;
  }

  .lc-foundations-hero-inner {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .lc-foundations-hero-copy {
    max-width: 800px;
  }

  .lc-foundations-visual {
    max-width: 680px;
    min-height: 420px;
  }

  .lc-foundations-overview-grid {
    grid-template-columns: 1fr;
  }

  .lc-foundations-overview-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(67, 81, 71, 0.14);
  }

  .lc-foundations-overview-item:last-child {
    border-bottom: 0;
  }

  .lc-related-collections-grid {
    grid-template-columns: 1fr;
  }

  .lc-related-collection-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(67, 81, 71, 0.14);
  }

  .lc-related-collection-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .lc-foundations-hero {
    padding: 112px 0 68px;
  }

  .lc-foundations-hero-copy h1 {
    font-size: clamp(3.05rem, 14vw, 4.65rem);
  }

  .lc-back-link {
    margin-bottom: 29px;
  }

  .lc-foundations-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lc-foundations-hero-actions .button {
    width: 100%;
  }

  .lc-inline-link {
    justify-content: center;
  }

  .lc-foundations-visual {
    min-height: 350px;
    padding: 19px;
  }

  .lc-foundations-blocks {
    min-height: 265px;
  }

  .lc-foundations-visual-header,
  .lc-foundations-visual-footer {
    font-size: 0.5rem;
  }

  .lc-foundation-block {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .lc-foundation-block-two {
    width: 63px;
    height: 63px;
  }

  .lc-foundation-block-two::before {
    inset: 14px;
  }

  .lc-foundation-block + .lc-foundation-block {
    margin-left: 32px;
  }

  .lc-foundations-blocks::before,
  .lc-foundations-blocks::after {
    width: 32px;
  }

  .lc-foundations-blocks::before {
    left: calc(50% - 79px);
  }

  .lc-foundations-blocks::after {
    right: calc(50% - 79px);
  }

  .lc-foundations-overview-item {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 31px 26px;
  }

  .lc-foundations-article-grid {
    grid-template-columns: 1fr;
  }

  .lc-foundations-article-card-featured {
    grid-column: auto;
    display: flex;
    min-height: 535px;
  }

  .lc-foundations-article-card-featured
    .lc-foundations-article-meta {
    grid-column: auto;
  }

  .lc-foundations-article-card-featured
    .lc-foundations-article-visual {
    min-height: 190px;
    margin-bottom: 0;
  }

  .lc-foundations-article-body {
    padding: 26px 25px 29px;
  }

  .lc-foundations-article-body h3 {
    font-size: clamp(1.75rem, 9vw, 2.25rem);
  }

  .lc-related-collection-card {
    grid-template-columns: auto 1fr auto;
    gap: 17px;
    padding: 29px 23px;
  }

  .lc-related-catalog-link .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .lc-foundations-visual-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }

  .lc-foundations-article-meta {
    display: grid;
  }

  .lc-foundations-layers-visual span {
    width: 145px;
    height: 62px;
  }

  .lc-data-node-one {
    transform: translate(-82px, -45px);
  }

  .lc-data-node-two {
    transform: translate(-82px, 45px);
  }

  .lc-data-node-three {
    transform: translate(82px, -45px);
  }

  .lc-data-node-four {
    transform: translate(82px, 45px);
  }
}

.lc-button-outline-dark {
  color: var(--brand-deep);
  border-color: rgba(29, 73, 37, 0.28);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 28px rgba(35, 48, 38, 0.06);
}

.lc-button-outline-dark:hover {
  color: var(--deep-green);
  border-color: rgba(29, 185, 84, 0.48);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(35, 48, 38, 0.1);
}

/* =========================================================
   FRIDAI LEARNING CENTER — OPPORTUNITY COLLECTION
   learning-center/collections/opportunity.html
   ========================================================= */

/* =========================================================
   OPPORTUNITY HERO
   ========================================================= */

.lc-opportunity-hero {
  background:
    radial-gradient(
      circle at 80% 22%,
      rgba(29, 185, 84, 0.11),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.99),
      rgba(236, 240, 234, 0.98)
    );
}

.lc-opportunity-visual {
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 50% 42%,
      rgba(30, 215, 96, 0.26),
      transparent 31%
    ),
    linear-gradient(145deg, var(--deep-green), #0c2d19);
  background-size: 32px 32px, 32px 32px, auto, auto;
}

/*
  Remove the Foundations connector lines.
  Opportunity uses its own map-style connections.
*/

.lc-opportunity-map::before,
.lc-opportunity-map::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 245px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.08),
    rgba(30, 215, 96, 0.68),
    rgba(30, 215, 96, 0.08)
  );
  transform-origin: center;
}

.lc-opportunity-map::before {
  transform: translate(-50%, -50%) rotate(29deg);
}

.lc-opportunity-map::after {
  transform: translate(-50%, -50%) rotate(-29deg);
}

.lc-opportunity-map {
  position: relative;
}

/* Center opportunity */

.lc-opportunity-map-center {
  position: absolute;
  z-index: 3;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(30, 215, 96, 0.74);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 38% 32%,
      rgba(255, 255, 255, 0.34),
      transparent 18%
    ),
    var(--brand-bright);
  box-shadow:
    0 0 0 12px rgba(30, 215, 96, 0.07),
    0 0 42px rgba(30, 215, 96, 0.34);
}

.lc-opportunity-map-center::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(6, 18, 12, 0.32);
  border-radius: 50%;
}

/* Outer opportunity points */

.lc-opportunity-map-point {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 5px solid var(--deep-green);
  border-radius: 50%;
  background: #82f2a3;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 18px rgba(30, 215, 96, 0.34);
}

.lc-opportunity-map-point-one {
  transform: translate(-135px, -78px);
}

.lc-opportunity-map-point-two {
  transform: translate(135px, -78px);
}

.lc-opportunity-map-point-three {
  transform: translate(-135px, 78px);
}

.lc-opportunity-map-point-four {
  transform: translate(135px, 78px);
}

/* =========================================================
   ARTICLE 2 — WORKFLOW DISCOVERY
   ========================================================= */

.lc-opportunity-workflow-visual {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  padding: 42px 38px;
}

.lc-opportunity-workflow-visual::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.1),
    rgba(30, 215, 96, 0.82),
    rgba(30, 215, 96, 0.1)
  );
}

.lc-workflow-step {
  position: relative;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(30, 215, 96, 0.48);
  border-radius: 10px;
  background: rgba(29, 185, 84, 0.08);
  box-shadow:
    inset 0 0 16px rgba(29, 185, 84, 0.06),
    0 0 16px rgba(30, 215, 96, 0.1);
}

.lc-workflow-step::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.lc-workflow-step:nth-child(2) {
  transform: translateY(-18px);
}

.lc-workflow-step:nth-child(3) {
  transform: translateY(18px);
}

.lc-workflow-step:last-child {
  border-color: rgba(30, 215, 96, 0.78);
  background: rgba(30, 215, 96, 0.2);
  box-shadow:
    inset 0 0 18px rgba(29, 185, 84, 0.08),
    0 0 26px rgba(30, 215, 96, 0.24);
}

/* =========================================================
   ARTICLE 3 — PRIORITIZATION
   ========================================================= */

.lc-opportunity-priority-visual {
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 76% 30%,
      rgba(30, 215, 96, 0.25),
      transparent 26%
    ),
    var(--deep-green);
  background-size: 27px 27px, 27px 27px, auto, auto;
}

.lc-opportunity-priority-visual span {
  width: 38px;
  height: 38px;
}

.lc-opportunity-priority-visual span:nth-child(1) {
  opacity: 0.48;
}

.lc-opportunity-priority-visual span:nth-child(2) {
  opacity: 0.66;
}

.lc-opportunity-priority-visual span:nth-child(3) {
  opacity: 0.82;
}

.lc-opportunity-priority-visual span:nth-child(4) {
  transform: scale(1.16);
  background: var(--brand-bright);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 30px rgba(30, 215, 96, 0.46);
}

/* =========================================================
   OPPORTUNITY PAGE RESPONSIVE
   ========================================================= */

@media (max-width: 1080px) {
  .lc-opportunity-map::before,
  .lc-opportunity-map::after {
    width: 220px;
  }

  .lc-opportunity-map-point-one {
    transform: translate(-120px, -70px);
  }

  .lc-opportunity-map-point-two {
    transform: translate(120px, -70px);
  }

  .lc-opportunity-map-point-three {
    transform: translate(-120px, 70px);
  }

  .lc-opportunity-map-point-four {
    transform: translate(120px, 70px);
  }
}

@media (max-width: 680px) {
  .lc-opportunity-map-center {
    width: 62px;
    height: 62px;
  }

  .lc-opportunity-map-center::before {
    inset: 15px;
  }

  .lc-opportunity-map::before,
  .lc-opportunity-map::after {
    width: 175px;
  }

  .lc-opportunity-map-point {
    width: 20px;
    height: 20px;
    border-width: 4px;
  }

  .lc-opportunity-map-point-one {
    transform: translate(-94px, -58px);
  }

  .lc-opportunity-map-point-two {
    transform: translate(94px, -58px);
  }

  .lc-opportunity-map-point-three {
    transform: translate(-94px, 58px);
  }

  .lc-opportunity-map-point-four {
    transform: translate(94px, 58px);
  }

  .lc-opportunity-workflow-visual {
    gap: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .lc-workflow-step {
    width: 34px;
    height: 34px;
  }

  .lc-workflow-step::before {
    inset: 9px;
  }

  .lc-opportunity-priority-visual span {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 430px) {
  .lc-opportunity-map::before,
  .lc-opportunity-map::after {
    width: 145px;
  }

  .lc-opportunity-map-point-one {
    transform: translate(-77px, -50px);
  }

  .lc-opportunity-map-point-two {
    transform: translate(77px, -50px);
  }

  .lc-opportunity-map-point-three {
    transform: translate(-77px, 50px);
  }

  .lc-opportunity-map-point-four {
    transform: translate(77px, 50px);
  }

  .lc-opportunity-workflow-visual {
    gap: 8px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .lc-workflow-step {
    width: 30px;
    height: 30px;
  }
}

/* =========================================================
   FRIDAI LEARNING CENTER — GOVERNANCE COLLECTION
   learning-center/collections/governance.html
   ========================================================= */

/* =========================================================
   GOVERNANCE HERO
   ========================================================= */

.lc-governance-hero {
  background:
    radial-gradient(
      circle at 80% 22%,
      rgba(29, 185, 84, 0.1),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.99),
      rgba(236, 240, 234, 0.98)
    );
}

.lc-governance-visual {
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 50% 44%,
      rgba(30, 215, 96, 0.22),
      transparent 31%
    ),
    linear-gradient(145deg, var(--deep-green), #0c2d19);
  background-size: 32px 32px, 32px 32px, auto, auto;
}

/*
  Remove the Foundations connector lines.
  Governance uses layered boundaries instead.
*/

.lc-governance-system::before,
.lc-governance-system::after {
  content: none;
}

.lc-governance-system {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Layered governance boundaries */

.lc-governance-boundary,
.lc-governance-review,
.lc-governance-center {
  position: absolute;
  display: block;
  border-radius: 28px;
}

.lc-governance-boundary {
  width: 290px;
  height: 230px;
  border: 1px solid rgba(30, 215, 96, 0.25);
  background: rgba(29, 185, 84, 0.025);
}

.lc-governance-review {
  width: 205px;
  height: 155px;
  border: 1px solid rgba(30, 215, 96, 0.46);
  background: rgba(29, 185, 84, 0.05);
  box-shadow: 0 0 30px rgba(30, 215, 96, 0.08);
}

.lc-governance-center {
  width: 96px;
  height: 76px;
  border: 1px solid rgba(30, 215, 96, 0.74);
  background: rgba(30, 215, 96, 0.17);
  box-shadow:
    inset 0 0 22px rgba(29, 185, 84, 0.08),
    0 0 32px rgba(30, 215, 96, 0.2);
}

.lc-governance-center::before {
  content: "";
  position: absolute;
  inset: 20px 27px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}

/* Governance checkpoints */

.lc-governance-node {
  position: absolute;
  z-index: 2;
  display: block;
  width: 19px;
  height: 19px;
  border: 4px solid var(--deep-green);
  border-radius: 50%;
  background: #7ff0a0;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.23),
    0 0 15px rgba(30, 215, 96, 0.3);
}

.lc-governance-node-one {
  transform: translate(-145px, -92px);
}

.lc-governance-node-two {
  transform: translate(145px, -92px);
}

.lc-governance-node-three {
  transform: translate(-145px, 92px);
}

.lc-governance-node-four {
  transform: translate(145px, 92px);
}

/* =========================================================
   ARTICLE 1 — WHAT IS AI GOVERNANCE?
   ========================================================= */

.lc-governance-overview-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-governance-overview-outer,
.lc-governance-overview-middle,
.lc-governance-overview-inner {
  position: absolute;
  display: block;
  border-radius: 20px;
}

.lc-governance-overview-outer {
  width: 230px;
  height: 150px;
  border: 1px solid rgba(30, 215, 96, 0.28);
  opacity: 0.6;
}

.lc-governance-overview-middle {
  width: 165px;
  height: 105px;
  border: 1px solid rgba(30, 215, 96, 0.48);
  background: rgba(29, 185, 84, 0.04);
}

.lc-governance-overview-inner {
  width: 78px;
  height: 52px;
  border: 1px solid rgba(30, 215, 96, 0.8);
  background: rgba(30, 215, 96, 0.18);
  box-shadow:
    inset 0 0 18px rgba(29, 185, 84, 0.08),
    0 0 27px rgba(30, 215, 96, 0.22);
}

/* =========================================================
   ARTICLE 2 — DATA PRIVACY
   ========================================================= */

.lc-governance-privacy-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-privacy-boundary {
  position: absolute;
  display: block;
  width: 220px;
  height: 138px;
  border: 1px solid rgba(30, 215, 96, 0.34);
  border-radius: 24px;
  background: rgba(29, 185, 84, 0.025);
}

.lc-privacy-data-point {
  position: absolute;
  z-index: 1;
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid var(--deep-green);
  border-radius: 50%;
  background: #8cf3a9;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 13px rgba(30, 215, 96, 0.27);
}

.lc-privacy-data-point-one {
  transform: translate(-76px, -43px);
}

.lc-privacy-data-point-two {
  transform: translate(-76px, 0);
}

.lc-privacy-data-point-three {
  transform: translate(-76px, 43px);
}

/* Simple CSS lock */

.lc-privacy-lock {
  position: relative;
  z-index: 2;
  display: block;
  width: 66px;
  height: 56px;
  margin-left: 58px;
  border: 1px solid rgba(30, 215, 96, 0.72);
  border-radius: 12px;
  background: rgba(30, 215, 96, 0.18);
  box-shadow:
    inset 0 0 18px rgba(29, 185, 84, 0.08),
    0 0 26px rgba(30, 215, 96, 0.22);
}

.lc-privacy-lock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -39px;
  width: 38px;
  height: 44px;
  border: 6px solid rgba(30, 215, 96, 0.67);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  transform: translateX(-50%);
}

.lc-privacy-lock::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  width: 8px;
  height: 17px;
  border-radius: 999px;
  background: var(--brand-bright);
  transform: translateX(-50%);
  box-shadow: 0 0 12px rgba(30, 215, 96, 0.44);
}

/* =========================================================
   ARTICLE 3 — HUMAN REVIEW
   ========================================================= */

.lc-governance-review-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-review-ai-node,
.lc-review-human-node {
  position: absolute;
  z-index: 2;
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 18px;
}

.lc-review-ai-node {
  transform: translateX(-92px);
  border: 1px solid rgba(30, 215, 96, 0.5);
  background: rgba(29, 185, 84, 0.09);
}

.lc-review-ai-node::before,
.lc-review-ai-node::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(30, 215, 96, 0.52);
  border-radius: 50%;
}

.lc-review-ai-node::before {
  left: 17px;
  top: 17px;
  width: 12px;
  height: 12px;
  box-shadow:
    22px 0 0 -1px rgba(30, 215, 96, 0.25),
    11px 22px 0 -1px rgba(30, 215, 96, 0.25);
}

.lc-review-ai-node::after {
  inset: 12px;
  border-radius: 13px;
  opacity: 0.32;
}

.lc-review-human-node {
  transform: translateX(92px);
  border: 1px solid rgba(30, 215, 96, 0.75);
  background: rgba(30, 215, 96, 0.18);
  box-shadow: 0 0 27px rgba(30, 215, 96, 0.2);
}

.lc-review-human-node::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  transform: translateX(-50%);
}

.lc-review-human-node::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 11px;
  width: 34px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  transform: translateX(-50%);
}

.lc-review-connection {
  position: absolute;
  z-index: 1;
  display: block;
  width: 112px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.13),
    rgba(30, 215, 96, 0.85),
    rgba(30, 215, 96, 0.13)
  );
}

.lc-review-check {
  position: absolute;
  z-index: 3;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(30, 215, 96, 0.78);
  border-radius: 50%;
  background: var(--deep-green);
  box-shadow: 0 0 20px rgba(30, 215, 96, 0.26);
}

.lc-review-check::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 11px;
  height: 6px;
  border-left: 2px solid var(--brand-bright);
  border-bottom: 2px solid var(--brand-bright);
  transform: rotate(-45deg);
}

/* =========================================================
   GOVERNANCE RESPONSIVE
   ========================================================= */

@media (max-width: 1080px) {
  .lc-governance-boundary {
    width: 255px;
    height: 205px;
  }

  .lc-governance-review {
    width: 185px;
    height: 140px;
  }

  .lc-governance-node-one {
    transform: translate(-127px, -81px);
  }

  .lc-governance-node-two {
    transform: translate(127px, -81px);
  }

  .lc-governance-node-three {
    transform: translate(-127px, 81px);
  }

  .lc-governance-node-four {
    transform: translate(127px, 81px);
  }
}

@media (max-width: 680px) {
  .lc-governance-boundary {
    width: 210px;
    height: 165px;
  }

  .lc-governance-review {
    width: 150px;
    height: 112px;
  }

  .lc-governance-center {
    width: 78px;
    height: 60px;
  }

  .lc-governance-center::before {
    inset: 16px 22px;
  }

  .lc-governance-node {
    width: 16px;
    height: 16px;
    border-width: 3px;
  }

  .lc-governance-node-one {
    transform: translate(-104px, -66px);
  }

  .lc-governance-node-two {
    transform: translate(104px, -66px);
  }

  .lc-governance-node-three {
    transform: translate(-104px, 66px);
  }

  .lc-governance-node-four {
    transform: translate(104px, 66px);
  }

  .lc-governance-overview-outer {
    width: 190px;
    height: 128px;
  }

  .lc-governance-overview-middle {
    width: 138px;
    height: 88px;
  }

  .lc-governance-overview-inner {
    width: 68px;
    height: 44px;
  }

  .lc-privacy-boundary {
    width: 185px;
    height: 124px;
  }

  .lc-privacy-data-point-one {
    transform: translate(-63px, -38px);
  }

  .lc-privacy-data-point-two {
    transform: translate(-63px, 0);
  }

  .lc-privacy-data-point-three {
    transform: translate(-63px, 38px);
  }

  .lc-privacy-lock {
    width: 58px;
    height: 50px;
    margin-left: 48px;
  }

  .lc-privacy-lock::before {
    top: -34px;
    width: 32px;
    height: 38px;
    border-width: 5px;
  }

  .lc-review-ai-node,
  .lc-review-human-node {
    width: 58px;
    height: 58px;
  }

  .lc-review-ai-node {
    transform: translateX(-76px);
  }

  .lc-review-human-node {
    transform: translateX(76px);
  }

  .lc-review-connection {
    width: 92px;
  }
}

@media (max-width: 430px) {
  .lc-governance-boundary {
    width: 176px;
    height: 142px;
  }

  .lc-governance-review {
    width: 126px;
    height: 94px;
  }

  .lc-governance-node-one {
    transform: translate(-87px, -56px);
  }

  .lc-governance-node-two {
    transform: translate(87px, -56px);
  }

  .lc-governance-node-three {
    transform: translate(-87px, 56px);
  }

  .lc-governance-node-four {
    transform: translate(87px, 56px);
  }

  .lc-review-ai-node {
    transform: translateX(-66px);
  }

  .lc-review-human-node {
    transform: translateX(66px);
  }

  .lc-review-connection {
    width: 76px;
  }
}

/* =========================================================
   FRIDAI LEARNING CENTER — IMPLEMENTATION COLLECTION
   learning-center/collections/implementation.html
   ========================================================= */

/* =========================================================
   IMPLEMENTATION HERO
   ========================================================= */

.lc-implementation-hero {
  background:
    radial-gradient(
      circle at 80% 22%,
      rgba(29, 185, 84, 0.11),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.99),
      rgba(236, 240, 234, 0.98)
    );
}

.lc-implementation-visual {
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 66% 35%,
      rgba(30, 215, 96, 0.25),
      transparent 31%
    ),
    linear-gradient(145deg, var(--deep-green), #0c2d19);
  background-size: 32px 32px, 32px 32px, auto, auto;
}

/*
  Remove the Foundations connector lines.
  Implementation uses a rising project path.
*/

.lc-implementation-path::before,
.lc-implementation-path::after {
  content: none;
}

.lc-implementation-path {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main implementation path */

.lc-implementation-path-line {
  position: absolute;
  display: block;
  width: 280px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.12),
    rgba(30, 215, 96, 0.65),
    rgba(30, 215, 96, 0.95)
  );
  transform: rotate(-15deg);
  box-shadow: 0 0 18px rgba(30, 215, 96, 0.2);
}

/* Project milestones */

.lc-implementation-step {
  position: absolute;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  border: 8px solid var(--deep-green);
  border-radius: 50%;
  background: var(--brand-deep);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 18px rgba(29, 185, 84, 0.2);
}

.lc-implementation-step::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.lc-implementation-step-one {
  transform: translate(-145px, 39px);
  opacity: 0.56;
}

.lc-implementation-step-two {
  transform: translate(-49px, 13px);
  opacity: 0.72;
}

.lc-implementation-step-three {
  transform: translate(49px, -13px);
  opacity: 0.88;
}

.lc-implementation-step-four {
  width: 54px;
  height: 54px;
  transform: translate(145px, -40px);
  border-width: 9px;
  background: var(--brand-bright);
  opacity: 1;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 0 10px rgba(30, 215, 96, 0.06),
    0 0 34px rgba(30, 215, 96, 0.42);
}

/* =========================================================
   AI ADOPTION ROADMAP GATEWAY
   ========================================================= */

.lc-roadmap-gateway-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(29, 185, 84, 0.07),
      transparent 24%
    ),
    var(--lc-marble, #f6f7f3);
}

.lc-roadmap-gateway {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: 84px;
  align-items: center;
  padding: 72px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(
      circle at 22% 16%,
      rgba(30, 215, 96, 0.24),
      transparent 28%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px
    ),
    linear-gradient(145deg, var(--deep-green), #0b2b17);
  background-size: auto, 38px 38px, 38px 38px, auto;
  box-shadow: 0 34px 85px rgba(25, 40, 29, 0.22);
}

.lc-roadmap-gateway::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.lc-roadmap-gateway::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -310px;
  width: 650px;
  height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-bottom: 0;
  border-radius: 325px 325px 0 0;
  pointer-events: none;
}

/* ---------------------------------------------------------
   Roadmap doorway
   --------------------------------------------------------- */

.lc-roadmap-doorway {
  position: relative;
  z-index: 2;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow:
    inset 0 0 55px rgba(255, 255, 255, 0.025),
    0 25px 55px rgba(0, 0, 0, 0.22);
}

.lc-roadmap-doorway::before,
.lc-roadmap-doorway::after {
  content: "";
  position: absolute;
  top: 64px;
  bottom: 58px;
  width: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.075) 0 4px,
      transparent 4px 8px
    );
}

.lc-roadmap-doorway::before {
  left: -22px;
}

.lc-roadmap-doorway::after {
  right: -22px;
}

.lc-roadmap-doorway-header,
.lc-roadmap-doorway-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lc-roadmap-doorway-header {
  padding: 2px 4px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lc-roadmap-doorway-footer {
  padding: 17px 4px 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* The doorway into the Roadmap */

.lc-roadmap-door {
  position: relative;
  flex: 1;
  min-height: 395px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 18px 12px;
  padding: 42px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 0;
  border-radius: 180px 180px 0 0;
  background:
    radial-gradient(
      circle at 50% 54%,
      rgba(30, 215, 96, 0.32),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025),
      rgba(29, 185, 84, 0.08)
    ),
    #06120c;
}

.lc-roadmap-door::before {
  content: "";
  position: absolute;
  inset: 30px 30px 0;
  border: 1px solid rgba(30, 215, 96, 0.17);
  border-bottom: 0;
  border-radius: 150px 150px 0 0;
}

.lc-roadmap-door::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 70%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(30, 215, 96, 0.2)
  );
}

.lc-roadmap-door-glow {
  position: absolute;
  left: 50%;
  bottom: -36px;
  width: 210px;
  height: 160px;
  border-radius: 50%;
  background: rgba(30, 215, 96, 0.18);
  filter: blur(42px);
  transform: translateX(-50%);
}

.lc-roadmap-door-label {
  position: relative;
  z-index: 2;
  text-align: center;
}

.lc-roadmap-door-label span {
  display: block;
  margin-bottom: 9px;
  color: var(--brand-bright);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.lc-roadmap-door-label strong {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.3vw, 2.3rem);
  font-weight: 500;
  letter-spacing: -0.025em;
}

/* ---------------------------------------------------------
   Roadmap content
   --------------------------------------------------------- */

.lc-roadmap-gateway-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.lc-roadmap-gateway-content h2 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 5.2vw, 5.3rem);
  line-height: 0.98;
  font-weight: 500;
}

.lc-roadmap-gateway-content > p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.98rem;
  line-height: 1.75;
}

.lc-roadmap-gateway-steps {
  margin-bottom: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.lc-roadmap-gateway-steps span {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 750;
}

.lc-roadmap-gateway-steps b {
  color: var(--brand-bright);
  font-family: var(--serif);
  font-size: 0.74rem;
}

/* =========================================================
   ARTICLE 1 — STARTING-POINT ASSESSMENT
   ========================================================= */

.lc-implementation-assessment-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-implementation-assessment-visual::before,
.lc-implementation-assessment-visual::after {
  content: "";
  position: absolute;
  width: 155px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(30, 215, 96, 0.68),
    transparent
  );
}

.lc-implementation-assessment-visual::before {
  transform: rotate(27deg);
}

.lc-implementation-assessment-visual::after {
  transform: rotate(-27deg);
}

.lc-assessment-center,
.lc-assessment-point {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 50%;
}

.lc-assessment-center {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(30, 215, 96, 0.75);
  background: rgba(30, 215, 96, 0.18);
  box-shadow:
    inset 0 0 20px rgba(29, 185, 84, 0.08),
    0 0 30px rgba(30, 215, 96, 0.28);
}

.lc-assessment-center::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.lc-assessment-point {
  width: 17px;
  height: 17px;
  border: 3px solid var(--deep-green);
  background: #88f2a6;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 14px rgba(30, 215, 96, 0.27);
}

.lc-assessment-point-one {
  transform: translate(-96px, -50px);
}

.lc-assessment-point-two {
  transform: translate(96px, -50px);
}

.lc-assessment-point-three {
  transform: translate(-96px, 50px);
}

.lc-assessment-point-four {
  transform: translate(96px, 50px);
}

/* =========================================================
   ARTICLE 2 — DATA READINESS
   ========================================================= */

.lc-implementation-data-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-implementation-data-visual::before {
  content: "";
  position: absolute;
  left: 30%;
  right: 30%;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.12),
    rgba(30, 215, 96, 0.76)
  );
}

.lc-implementation-data-row {
  position: absolute;
  left: 22%;
  display: block;
  width: 92px;
  height: 17px;
  border: 1px solid rgba(30, 215, 96, 0.38);
  background:
    repeating-linear-gradient(
      90deg,
      rgba(30, 215, 96, 0.12) 0 15px,
      transparent 15px 19px
    );
}

.lc-implementation-data-row-one {
  transform: translateY(-37px);
  opacity: 0.5;
}

.lc-implementation-data-row-two {
  transform: translateY(0);
  opacity: 0.72;
}

.lc-implementation-data-row-three {
  transform: translateY(37px);
  opacity: 0.9;
}

.lc-implementation-data-output {
  position: absolute;
  right: 24%;
  display: block;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(30, 215, 96, 0.72);
  border-radius: 16px;
  background: rgba(30, 215, 96, 0.17);
  box-shadow:
    inset 0 0 18px rgba(29, 185, 84, 0.08),
    0 0 27px rgba(30, 215, 96, 0.2);
}

.lc-implementation-data-output::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 7px;
}

/* =========================================================
   ARTICLE 3 — FOCUSED PILOT
   ========================================================= */

.lc-implementation-pilot-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-pilot-boundary {
  position: absolute;
  display: block;
  width: 235px;
  height: 125px;
  border: 1px solid rgba(30, 215, 96, 0.28);
  border-radius: 25px;
  background: rgba(29, 185, 84, 0.025);
}

.lc-pilot-start,
.lc-pilot-result {
  position: absolute;
  z-index: 2;
  display: block;
  border: 6px solid var(--deep-green);
  border-radius: 50%;
}

.lc-pilot-start {
  width: 31px;
  height: 31px;
  transform: translateX(-80px);
  background: var(--brand-deep);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 15px rgba(29, 185, 84, 0.18);
}

.lc-pilot-result {
  width: 43px;
  height: 43px;
  transform: translateX(80px);
  background: var(--brand-bright);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.25),
    0 0 25px rgba(30, 215, 96, 0.38);
}

.lc-pilot-path {
  position: absolute;
  display: block;
  width: 118px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.18),
    rgba(30, 215, 96, 0.9)
  );
}

.lc-pilot-path::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--brand-bright);
  border-right: 2px solid var(--brand-bright);
  transform: translateY(-50%) rotate(45deg);
}

/* =========================================================
   IMPLEMENTATION RESPONSIVE
   ========================================================= */

@media (max-width: 1080px) {
  .lc-implementation-path-line {
    width: 245px;
  }

  .lc-implementation-step-one {
    transform: translate(-126px, 34px);
  }

  .lc-implementation-step-two {
    transform: translate(-42px, 11px);
  }

  .lc-implementation-step-three {
    transform: translate(42px, -11px);
  }

  .lc-implementation-step-four {
    transform: translate(126px, -35px);
  }

  .lc-roadmap-gateway {
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: 58px;
    padding: 62px 54px;
  }
}

@media (max-width: 900px) {
  .lc-roadmap-gateway {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .lc-roadmap-doorway {
    width: min(100%, 560px);
  }

  .lc-roadmap-gateway-content {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .lc-implementation-path-line {
    width: 190px;
  }

  .lc-implementation-step {
    width: 35px;
    height: 35px;
    border-width: 6px;
  }

  .lc-implementation-step-four {
    width: 44px;
    height: 44px;
    border-width: 7px;
  }

  .lc-implementation-step-one {
    transform: translate(-99px, 27px);
  }

  .lc-implementation-step-two {
    transform: translate(-33px, 9px);
  }

  .lc-implementation-step-three {
    transform: translate(33px, -9px);
  }

  .lc-implementation-step-four {
    transform: translate(99px, -28px);
  }

  .lc-roadmap-gateway-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .lc-roadmap-gateway {
    min-height: 0;
    gap: 48px;
    padding: 48px 25px;
    border-radius: 24px;
  }

  .lc-roadmap-gateway::before {
    inset: 14px;
  }

  .lc-roadmap-doorway {
    min-height: 430px;
    padding: 16px;
  }

  .lc-roadmap-doorway::before,
  .lc-roadmap-doorway::after {
    display: none;
  }

  .lc-roadmap-door {
    min-height: 330px;
    margin: 15px 5px;
    border-radius: 150px 150px 0 0;
  }

  .lc-roadmap-doorway-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
  }

  .lc-roadmap-gateway-content h2 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .lc-roadmap-gateway-content .button {
    width: 100%;
  }

  .lc-roadmap-gateway-steps span {
    grid-template-columns: 42px 1fr;
  }

  .lc-assessment-point-one {
    transform: translate(-78px, -43px);
  }

  .lc-assessment-point-two {
    transform: translate(78px, -43px);
  }

  .lc-assessment-point-three {
    transform: translate(-78px, 43px);
  }

  .lc-assessment-point-four {
    transform: translate(78px, 43px);
  }

  .lc-implementation-data-row {
    left: 18%;
    width: 78px;
  }

  .lc-implementation-data-output {
    right: 19%;
    width: 57px;
    height: 57px;
  }

  .lc-pilot-boundary {
    width: 195px;
    height: 108px;
  }

  .lc-pilot-start {
    transform: translateX(-66px);
  }

  .lc-pilot-result {
    transform: translateX(66px);
  }

  .lc-pilot-path {
    width: 94px;
  }
}

@media (max-width: 430px) {
  .lc-roadmap-doorway-header {
    display: grid;
    gap: 5px;
  }

  .lc-roadmap-doorway-footer {
    font-size: 0.44rem;
  }

  .lc-implementation-data-row {
    left: 14%;
    width: 68px;
  }

  .lc-implementation-data-output {
    right: 15%;
  }

  .lc-pilot-boundary {
    width: 174px;
  }

  .lc-pilot-start {
    transform: translateX(-57px);
  }

  .lc-pilot-result {
    transform: translateX(57px);
  }

  .lc-pilot-path {
    width: 80px;
  }
}

/* =========================================================
   FRIDAI LEARNING CENTER — FULL CATALOG
   learning-center/catalog.html
   ========================================================= */

/* ---------------------------------------------------------
   Catalog focus states
   --------------------------------------------------------- */

.lc-catalog-page .lc-catalog-jump-nav a:focus-visible,
.lc-catalog-page .lc-catalog-view-all:focus-visible,
.lc-catalog-page .lc-catalog-slider-button:focus-visible,
.lc-catalog-page .lc-catalog-card-link:focus-visible {
  outline: 3px solid rgba(29, 185, 84, 0.42);
  outline-offset: 5px;
}

/* =========================================================
   CATALOG HERO
   ========================================================= */

.lc-catalog-hero {
  position: relative;
  padding: 150px 0 88px;
  overflow: hidden;
  border-bottom: 1px solid rgba(65, 80, 69, 0.13);
  background:
    radial-gradient(
      circle at 80% 24%,
      rgba(29, 185, 84, 0.1),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.99),
      rgba(236, 240, 234, 0.98)
    );
  isolation: isolate;
}

.lc-catalog-hero::before {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -360px;
  z-index: -2;
  width: 740px;
  height: 620px;
  border: 1px solid rgba(68, 83, 72, 0.075);
  border-bottom: 0;
  border-radius: 370px 370px 0 0;
  box-shadow:
    0 0 0 68px rgba(255, 255, 255, 0.14),
    0 0 0 69px rgba(68, 83, 72, 0.04);
}

.lc-catalog-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -58px;
  z-index: -1;
  height: 165px;
  opacity: 0.5;
  background:
    linear-gradient(
      rgba(76, 92, 81, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(76, 92, 81, 0.06) 1px,
      transparent 1px
    );
  background-size: 58px 58px;
  transform: perspective(520px) rotateX(59deg);
  transform-origin: bottom;
}

.lc-catalog-hero .lc-marble-noise {
  z-index: -3;
}

.lc-catalog-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 86px;
  align-items: center;
}

.lc-catalog-hero-copy {
  max-width: 780px;
}

.lc-catalog-hero-copy h1 {
  max-width: 820px;
  margin-bottom: 27px;
  color: var(--ink);
  font-size: clamp(3.7rem, 6.2vw, 6.35rem);
  line-height: 0.97;
  font-weight: 500;
}

.lc-catalog-hero-copy h1 em {
  display: block;
  margin-top: 0.12em;
  color: var(--brand-deep);
  font-style: italic;
}

.lc-catalog-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 32px;
  color: #5b655e;
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.78;
}

.lc-catalog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  align-items: center;
}

/* ---------------------------------------------------------
   Catalog hero index
   --------------------------------------------------------- */

.lc-catalog-hero-index {
  position: relative;
  min-height: 505px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(61, 76, 65, 0.17);
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.034) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.034) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 70% 18%,
      rgba(29, 185, 84, 0.25),
      transparent 30%
    ),
    linear-gradient(145deg, var(--deep-green), #0c2d19);
  background-size: 32px 32px, 32px 32px, auto, auto;
  box-shadow: 0 28px 70px rgba(30, 43, 34, 0.19);
}

.lc-catalog-hero-index::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.lc-catalog-hero-index-header,
.lc-catalog-hero-index-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lc-catalog-hero-index-header {
  padding: 3px 4px 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lc-catalog-hero-index-footer {
  padding: 19px 4px 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lc-catalog-hero-index-list {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: 385px;
}

.lc-catalog-hero-index-list > span {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 65px;
  padding: 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.6vw, 1.43rem);
}

.lc-catalog-hero-index-list > span:last-child {
  border-bottom: 0;
}

.lc-catalog-hero-index-list b {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-bright);
  box-shadow:
    0 0 0 5px rgba(30, 215, 96, 0.07),
    0 0 15px rgba(30, 215, 96, 0.58);
}

.lc-catalog-hero-index-list small {
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--sans);
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* =========================================================
   CATALOG JUMP NAVIGATION
   ========================================================= */

.lc-catalog-jump-nav {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(65, 80, 69, 0.13);
  background: rgba(248, 249, 246, 0.96);
  box-shadow: 0 10px 30px rgba(35, 48, 38, 0.04);
}

.lc-catalog-jump-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  scrollbar-width: none;
}

.lc-catalog-jump-inner::-webkit-scrollbar {
  display: none;
}

.lc-catalog-jump-nav a {
  flex: 0 0 auto;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #69736c;
  font-size: 0.74rem;
  font-weight: 850;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.lc-catalog-jump-nav a:hover {
  color: var(--brand-deep);
  border-color: rgba(29, 185, 84, 0.2);
  background: rgba(29, 185, 84, 0.06);
}

/* =========================================================
   CATALOG ROWS
   ========================================================= */

.lc-catalog-row-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 95% 10%,
      rgba(29, 185, 84, 0.05),
      transparent 22%
    ),
    var(--lc-marble, #f6f7f3);
}

.lc-catalog-row-section + .lc-catalog-row-section {
  border-top: 1px solid rgba(65, 80, 69, 0.11);
}

.lc-catalog-row-alternate {
  background:
    radial-gradient(
      circle at 7% 14%,
      rgba(29, 185, 84, 0.055),
      transparent 23%
    ),
    #eef0ec;
}

.lc-catalog-row-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.lc-catalog-row-heading > div:first-child {
  max-width: 760px;
}

.lc-catalog-row-heading h2 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(2.75rem, 4.8vw, 4.75rem);
  line-height: 0.98;
  font-weight: 500;
}

.lc-catalog-row-heading > div:first-child > p:not(.eyebrow) {
  max-width: 670px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.lc-catalog-row-heading-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 4px;
}

.lc-catalog-view-all {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.lc-catalog-view-all span {
  transition: transform 0.2s ease;
}

.lc-catalog-view-all:hover span {
  transform: translateX(5px);
}

/* ---------------------------------------------------------
   Slider buttons
   --------------------------------------------------------- */

.lc-catalog-slider-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lc-catalog-slider-button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(65, 80, 69, 0.18);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.73);
  box-shadow: 0 8px 23px rgba(35, 48, 38, 0.06);
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.lc-catalog-slider-button:hover {
  color: var(--deep-green);
  border-color: rgba(29, 185, 84, 0.42);
  background: #ffffff;
  transform: translateY(-2px);
}

.lc-catalog-slider-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

/* =========================================================
   HORIZONTAL CARD TRACKS
   ========================================================= */

.lc-catalog-slider-frame {
  position: relative;
  width: calc(100% + 8vw);
  overflow: hidden;
}

.lc-catalog-slider-frame::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: min(110px, 8vw);
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 247, 243, 0.92)
  );
}

.lc-catalog-row-alternate .lc-catalog-slider-frame::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(238, 240, 236, 0.94)
  );
}

.lc-catalog-card-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(315px, 28%);
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 8vw 28px 2px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color:
    rgba(29, 185, 84, 0.28)
    transparent;
}

.lc-catalog-card-track::-webkit-scrollbar {
  height: 6px;
}

.lc-catalog-card-track::-webkit-scrollbar-track {
  background: transparent;
}

.lc-catalog-card-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(29, 185, 84, 0.25);
}

.lc-catalog-card-track::-webkit-scrollbar-thumb:hover {
  background: rgba(29, 185, 84, 0.42);
}

/* =========================================================
   CATALOG CARDS
   ========================================================= */

.lc-catalog-card {
  min-height: 495px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(67, 81, 71, 0.15);
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 17px 45px rgba(35, 48, 38, 0.07);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.lc-catalog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 185, 84, 0.31);
  box-shadow: 0 28px 65px rgba(35, 48, 38, 0.13);
}

.lc-catalog-card-link {
  min-height: 495px;
  display: flex;
  flex-direction: column;
  color: inherit;
}

.lc-catalog-card-link:hover {
  color: inherit;
}

.lc-catalog-card-visual {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 55% 25%,
      rgba(29, 185, 84, 0.2),
      transparent 30%
    ),
    var(--deep-green);
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.lc-catalog-card-visual::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.lc-catalog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px 25px 28px;
}

.lc-catalog-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7px 14px;
  margin-bottom: 18px;
  color: #8a928c;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.lc-catalog-card-meta span:first-child {
  color: var(--brand-deep);
}

.lc-catalog-card-body h3 {
  margin-bottom: 13px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.25vw, 2.2rem);
  line-height: 1.07;
  font-weight: 500;

  display: -webkit-box;
  min-height: 2.14em;
  max-height: 2.14em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.lc-catalog-card-body > p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.66;

  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.lc-catalog-card-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 900;
}

.lc-catalog-card-action b {
  font-weight: 900;
  transition: transform 0.2s ease;
}

.lc-catalog-card:hover .lc-catalog-card-action b {
  transform: translateX(5px);
}

/* =========================================================
   ROADMAP CATALOG ROW
   ========================================================= */

.lc-roadmap-catalog-section {
  color: var(--white);
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(30, 215, 96, 0.19),
      transparent 25%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.024) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.024) 1px,
      transparent 1px
    ),
    linear-gradient(145deg, var(--deep-green), #0b2b17);
  background-size: auto, 40px 40px, 40px 40px, auto;
}

.lc-roadmap-catalog-section::before {
  content: "";
  position: absolute;
  right: -270px;
  bottom: -440px;
  width: 830px;
  height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 0;
  border-radius: 415px 415px 0 0;
  pointer-events: none;
}

.lc-roadmap-catalog-section
  .lc-catalog-row-heading
  > div:first-child
  > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.64);
}

.lc-catalog-view-all-light {
  color: var(--brand-bright);
}

.lc-roadmap-catalog-section .lc-catalog-slider-button {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.lc-roadmap-catalog-section .lc-catalog-slider-button:hover {
  color: var(--brand-bright);
  border-color: rgba(30, 215, 96, 0.5);
  background: rgba(255, 255, 255, 0.11);
}

.lc-roadmap-catalog-section .lc-catalog-slider-frame::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(7, 27, 15, 0.96)
  );
}

.lc-roadmap-card-track {
  scrollbar-color:
    rgba(30, 215, 96, 0.4)
    transparent;
}

.lc-roadmap-catalog-card {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.065);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.2);
}

.lc-roadmap-catalog-card:hover {
  border-color: rgba(30, 215, 96, 0.45);
  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.29);
}

.lc-roadmap-catalog-card .lc-catalog-card-body {
  color: var(--white);
}

.lc-roadmap-catalog-card .lc-catalog-card-meta {
  color: rgba(255, 255, 255, 0.44);
}

.lc-roadmap-catalog-card
  .lc-catalog-card-meta
  span:first-child {
  color: var(--brand-bright);
}

.lc-roadmap-catalog-card .lc-catalog-card-body > p {
  color: rgba(255, 255, 255, 0.62);
}

.lc-roadmap-catalog-card .lc-catalog-card-action {
  color: var(--brand-bright);
}

.lc-roadmap-card-part {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  padding: 8px 11px;
  border: 1px solid rgba(30, 215, 96, 0.3);
  color: var(--brand-bright);
  background: rgba(6, 18, 12, 0.7);
  font-size: 0.51rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

/* ---------------------------------------------------------
   Roadmap Part 1
   --------------------------------------------------------- */

.lc-roadmap-card-diagram {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-roadmap-card-diagram::before,
.lc-roadmap-card-diagram::after {
  content: "";
  position: absolute;
  width: 145px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(30, 215, 96, 0.72),
    transparent
  );
}

.lc-roadmap-card-diagram::before {
  transform: rotate(28deg);
}

.lc-roadmap-card-diagram::after {
  transform: rotate(-28deg);
}

.lc-roadmap-card-diagram span {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 4px solid var(--deep-green);
  border-radius: 50%;
  background: #8cf3aa;
}

.lc-roadmap-card-diagram span:nth-child(1) {
  transform: translate(-85px, -43px);
}

.lc-roadmap-card-diagram span:nth-child(2) {
  transform: translate(85px, -43px);
}

.lc-roadmap-card-diagram span:nth-child(3) {
  transform: translate(-85px, 43px);
}

.lc-roadmap-card-diagram span:nth-child(4) {
  width: 45px;
  height: 45px;
  transform: translate(50px, 43px);
  background: var(--brand-bright);
  box-shadow: 0 0 28px rgba(30, 215, 96, 0.35);
}

/* ---------------------------------------------------------
   Roadmap Part 2
   --------------------------------------------------------- */

.lc-roadmap-card-steps {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

.lc-roadmap-card-steps::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.12),
    rgba(30, 215, 96, 0.84)
  );
}

.lc-roadmap-card-steps span {
  position: relative;
  z-index: 2;
  width: 45px;
  height: 45px;
  border: 7px solid var(--deep-green);
  border-radius: 50%;
  background: var(--brand-deep);
}

.lc-roadmap-card-steps span:nth-child(2) {
  background: rgba(30, 215, 96, 0.68);
}

.lc-roadmap-card-steps span:nth-child(3) {
  width: 55px;
  height: 55px;
  background: var(--brand-bright);
  box-shadow: 0 0 30px rgba(30, 215, 96, 0.35);
}

/* ---------------------------------------------------------
   Roadmap Part 3
   --------------------------------------------------------- */

.lc-roadmap-card-pilot {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-roadmap-card-pilot span:nth-child(1) {
  position: absolute;
  width: 230px;
  height: 116px;
  border: 1px solid rgba(30, 215, 96, 0.32);
  border-radius: 25px;
}

.lc-roadmap-card-pilot span:nth-child(2),
.lc-roadmap-card-pilot span:nth-child(3) {
  position: absolute;
  z-index: 2;
  border: 7px solid var(--deep-green);
  border-radius: 50%;
}

.lc-roadmap-card-pilot span:nth-child(2) {
  width: 35px;
  height: 35px;
  transform: translateX(-75px);
  background: var(--brand-deep);
}

.lc-roadmap-card-pilot span:nth-child(3) {
  width: 50px;
  height: 50px;
  transform: translateX(75px);
  background: var(--brand-bright);
  box-shadow: 0 0 28px rgba(30, 215, 96, 0.36);
}

.lc-roadmap-card-pilot::after {
  content: "";
  position: absolute;
  width: 108px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.15),
    rgba(30, 215, 96, 0.9)
  );
}

/* ---------------------------------------------------------
   Roadmap Part 4
   --------------------------------------------------------- */

.lc-roadmap-card-growth {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 17px;
  padding-bottom: 46px;
}

.lc-roadmap-card-growth span {
  display: block;
  width: 31px;
  border: 1px solid rgba(30, 215, 96, 0.52);
  border-radius: 8px 8px 0 0;
  background: rgba(30, 215, 96, 0.12);
}

.lc-roadmap-card-growth span:nth-child(1) {
  height: 40px;
  opacity: 0.45;
}

.lc-roadmap-card-growth span:nth-child(2) {
  height: 67px;
  opacity: 0.62;
}

.lc-roadmap-card-growth span:nth-child(3) {
  height: 97px;
  opacity: 0.8;
}

.lc-roadmap-card-growth span:nth-child(4) {
  height: 132px;
  background: rgba(30, 215, 96, 0.28);
  box-shadow: 0 0 25px rgba(30, 215, 96, 0.2);
}

/* =========================================================
   FOUNDATIONS CARD VISUALS
   ========================================================= */

/* Neural visual */

.lc-catalog-neural-visual span {
  position: absolute;
  z-index: 2;
  width: 17px;
  height: 17px;
  border: 4px solid var(--deep-green);
  border-radius: 50%;
  background: #8cf3aa;
  box-shadow: 0 0 15px rgba(30, 215, 96, 0.26);
}

.lc-catalog-neural-visual::before {
  content: "";
  position: absolute;
  left: 25%;
  right: 25%;
  top: 50%;
  height: 1px;
  background: rgba(30, 215, 96, 0.5);
  box-shadow:
    0 -45px 0 rgba(30, 215, 96, 0.2),
    0 45px 0 rgba(30, 215, 96, 0.2);
}

.lc-catalog-neural-visual span:nth-child(1) {
  left: 22%;
  top: 27%;
}

.lc-catalog-neural-visual span:nth-child(2) {
  left: 22%;
  bottom: 27%;
}

.lc-catalog-neural-visual span:nth-child(3) {
  left: 48%;
  top: 21%;
}

.lc-catalog-neural-visual span:nth-child(4) {
  left: 48%;
  bottom: 21%;
}

.lc-catalog-neural-visual span:nth-child(5) {
  right: 21%;
  top: 35%;
  background: var(--brand-bright);
}

.lc-catalog-neural-visual span:nth-child(6) {
  right: 21%;
  bottom: 35%;
  background: var(--brand-bright);
}

/* Layer visual */

.lc-catalog-layers-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-catalog-layers-visual span {
  position: absolute;
  width: 175px;
  height: 72px;
  border: 1px solid rgba(30, 215, 96, 0.45);
  border-radius: 17px;
  background: rgba(29, 185, 84, 0.06);
}

.lc-catalog-layers-visual span:nth-child(1) {
  transform: translate(-27px, -29px);
  opacity: 0.45;
}

.lc-catalog-layers-visual span:nth-child(2) {
  opacity: 0.68;
}

.lc-catalog-layers-visual span:nth-child(3) {
  transform: translate(27px, 29px);
  background: rgba(30, 215, 96, 0.17);
  box-shadow: 0 0 25px rgba(30, 215, 96, 0.15);
}

/* Data visual */

.lc-catalog-data-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-catalog-data-visual::before {
  content: "";
  position: absolute;
  left: 24%;
  right: 24%;
  top: 50%;
  height: 1px;
  background: rgba(30, 215, 96, 0.62);
}

.lc-catalog-data-visual span {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid var(--deep-green);
  border-radius: 50%;
  background: #8cf3aa;
}

.lc-catalog-data-visual span:nth-child(1) {
  transform: translate(-93px, -45px);
}

.lc-catalog-data-visual span:nth-child(2) {
  transform: translate(-93px, 45px);
}

.lc-catalog-data-visual span:nth-child(3) {
  transform: translate(93px, -45px);
}

.lc-catalog-data-visual span:nth-child(4) {
  transform: translate(93px, 45px);
}

.lc-catalog-data-visual b {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(30, 215, 96, 0.72);
  border-radius: 15px;
  background: rgba(30, 215, 96, 0.17);
  box-shadow: 0 0 27px rgba(30, 215, 96, 0.2);
}

/* =========================================================
   OPPORTUNITY CARD VISUALS
   ========================================================= */

.lc-catalog-opportunity-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-catalog-opportunity-visual::before,
.lc-catalog-opportunity-visual::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(30, 215, 96, 0.7),
    transparent
  );
}

.lc-catalog-opportunity-visual::before {
  transform: rotate(29deg);
}

.lc-catalog-opportunity-visual::after {
  transform: rotate(-29deg);
}

.lc-catalog-opportunity-visual b {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--brand-bright);
  box-shadow:
    0 0 0 9px rgba(30, 215, 96, 0.06),
    0 0 30px rgba(30, 215, 96, 0.35);
}

.lc-catalog-opportunity-visual span {
  position: absolute;
  z-index: 2;
  width: 17px;
  height: 17px;
  border: 4px solid var(--deep-green);
  border-radius: 50%;
  background: #8cf3aa;
}

.lc-catalog-opportunity-visual span:nth-of-type(1) {
  transform: translate(-100px, -54px);
}

.lc-catalog-opportunity-visual span:nth-of-type(2) {
  transform: translate(100px, -54px);
}

.lc-catalog-opportunity-visual span:nth-of-type(3) {
  transform: translate(-100px, 54px);
}

.lc-catalog-opportunity-visual span:nth-of-type(4) {
  transform: translate(100px, 54px);
}

/* Workflow visual */

.lc-catalog-workflow-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}

.lc-catalog-workflow-visual::before {
  content: "";
  position: absolute;
  width: 225px;
  height: 1px;
  background: rgba(30, 215, 96, 0.68);
}

.lc-catalog-workflow-visual span {
  position: relative;
  z-index: 2;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(30, 215, 96, 0.48);
  border-radius: 10px;
  background: var(--deep-green);
  box-shadow: 0 0 16px rgba(30, 215, 96, 0.11);
}

.lc-catalog-workflow-visual span:nth-child(2) {
  transform: translateY(-17px);
}

.lc-catalog-workflow-visual span:nth-child(3) {
  transform: translateY(17px);
}

.lc-catalog-workflow-visual span:last-child {
  background: rgba(30, 215, 96, 0.23);
}

/* Priority visual */

.lc-catalog-priority-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.lc-catalog-priority-visual span {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(30, 215, 96, 0.45);
  border-radius: 50%;
  background: rgba(29, 185, 84, 0.07);
}

.lc-catalog-priority-visual span:nth-child(1) {
  opacity: 0.4;
}

.lc-catalog-priority-visual span:nth-child(2) {
  opacity: 0.58;
}

.lc-catalog-priority-visual span:nth-child(3) {
  opacity: 0.77;
}

.lc-catalog-priority-visual span:nth-child(4) {
  width: 52px;
  height: 52px;
  background: var(--brand-bright);
  box-shadow: 0 0 30px rgba(30, 215, 96, 0.38);
}

/* =========================================================
   GOVERNANCE CARD VISUALS
   ========================================================= */

.lc-catalog-governance-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-catalog-governance-visual span {
  position: absolute;
  border: 1px solid rgba(30, 215, 96, 0.4);
  border-radius: 20px;
}

.lc-catalog-governance-visual span:nth-child(1) {
  width: 225px;
  height: 142px;
  opacity: 0.48;
}

.lc-catalog-governance-visual span:nth-child(2) {
  width: 157px;
  height: 98px;
  background: rgba(29, 185, 84, 0.04);
}

.lc-catalog-governance-visual span:nth-child(3) {
  width: 72px;
  height: 48px;
  border-color: rgba(30, 215, 96, 0.76);
  background: rgba(30, 215, 96, 0.18);
  box-shadow: 0 0 27px rgba(30, 215, 96, 0.2);
}

/* Privacy visual */

.lc-catalog-privacy-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-catalog-privacy-visual > span {
  position: absolute;
  width: 210px;
  height: 130px;
  border: 1px solid rgba(30, 215, 96, 0.35);
  border-radius: 23px;
}

.lc-catalog-privacy-visual b {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 52px;
  border: 1px solid rgba(30, 215, 96, 0.73);
  border-radius: 12px;
  background: rgba(30, 215, 96, 0.18);
  box-shadow: 0 0 25px rgba(30, 215, 96, 0.22);
}

.lc-catalog-privacy-visual b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -34px;
  width: 34px;
  height: 37px;
  border: 5px solid rgba(30, 215, 96, 0.68);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  transform: translateX(-50%);
}

/* Review visual */

.lc-catalog-review-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-catalog-review-visual span {
  position: absolute;
  width: 65px;
  height: 65px;
  border: 1px solid rgba(30, 215, 96, 0.5);
  border-radius: 17px;
  background: rgba(29, 185, 84, 0.08);
}

.lc-catalog-review-visual span:first-child {
  transform: translateX(-84px);
}

.lc-catalog-review-visual span:last-child {
  transform: translateX(84px);
  background: rgba(30, 215, 96, 0.2);
  box-shadow: 0 0 27px rgba(30, 215, 96, 0.2);
}

.lc-catalog-review-visual::before {
  content: "";
  position: absolute;
  width: 104px;
  height: 1px;
  background: rgba(30, 215, 96, 0.72);
}

.lc-catalog-review-visual b {
  position: relative;
  z-index: 3;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(30, 215, 96, 0.76);
  border-radius: 50%;
  background: var(--deep-green);
  box-shadow: 0 0 18px rgba(30, 215, 96, 0.24);
}

/* =========================================================
   IMPLEMENTATION CARD VISUALS
   ========================================================= */

.lc-catalog-assessment-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-catalog-assessment-visual::before,
.lc-catalog-assessment-visual::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(30, 215, 96, 0.68),
    transparent
  );
}

.lc-catalog-assessment-visual::before {
  transform: rotate(27deg);
}

.lc-catalog-assessment-visual::after {
  transform: rotate(-27deg);
}

.lc-catalog-assessment-visual b {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(30, 215, 96, 0.72);
  border-radius: 50%;
  background: rgba(30, 215, 96, 0.18);
  box-shadow: 0 0 28px rgba(30, 215, 96, 0.25);
}

.lc-catalog-assessment-visual span {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 3px solid var(--deep-green);
  border-radius: 50%;
  background: #8cf3aa;
}

.lc-catalog-assessment-visual span:nth-of-type(1) {
  transform: translate(-92px, -47px);
}

.lc-catalog-assessment-visual span:nth-of-type(2) {
  transform: translate(92px, -47px);
}

.lc-catalog-assessment-visual span:nth-of-type(3) {
  transform: translate(-92px, 47px);
}

.lc-catalog-assessment-visual span:nth-of-type(4) {
  transform: translate(92px, 47px);
}

/* Data readiness */

.lc-catalog-data-readiness-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-catalog-data-readiness-visual::before {
  content: "";
  position: absolute;
  left: 31%;
  right: 29%;
  top: 50%;
  height: 1px;
  background: rgba(30, 215, 96, 0.68);
}

.lc-catalog-data-readiness-visual span {
  position: absolute;
  left: 19%;
  width: 88px;
  height: 16px;
  border: 1px solid rgba(30, 215, 96, 0.4);
  background:
    repeating-linear-gradient(
      90deg,
      rgba(30, 215, 96, 0.12) 0 14px,
      transparent 14px 18px
    );
}

.lc-catalog-data-readiness-visual span:nth-child(1) {
  transform: translateY(-34px);
  opacity: 0.5;
}

.lc-catalog-data-readiness-visual span:nth-child(2) {
  opacity: 0.7;
}

.lc-catalog-data-readiness-visual span:nth-child(3) {
  transform: translateY(34px);
  opacity: 0.9;
}

.lc-catalog-data-readiness-visual b {
  position: absolute;
  right: 20%;
  width: 61px;
  height: 61px;
  border: 1px solid rgba(30, 215, 96, 0.72);
  border-radius: 15px;
  background: rgba(30, 215, 96, 0.18);
  box-shadow: 0 0 27px rgba(30, 215, 96, 0.2);
}

/* Pilot visual */

.lc-catalog-pilot-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lc-catalog-pilot-visual span:first-child {
  position: absolute;
  width: 220px;
  height: 116px;
  border: 1px solid rgba(30, 215, 96, 0.3);
  border-radius: 24px;
}

.lc-catalog-pilot-visual b,
.lc-catalog-pilot-visual span:last-child {
  position: absolute;
  z-index: 2;
  border: 7px solid var(--deep-green);
  border-radius: 50%;
}

.lc-catalog-pilot-visual b {
  width: 34px;
  height: 34px;
  transform: translateX(-72px);
  background: var(--brand-deep);
}

.lc-catalog-pilot-visual span:last-child {
  width: 48px;
  height: 48px;
  transform: translateX(72px);
  background: var(--brand-bright);
  box-shadow: 0 0 27px rgba(30, 215, 96, 0.36);
}

.lc-catalog-pilot-visual::before {
  content: "";
  position: absolute;
  width: 104px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(30, 215, 96, 0.14),
    rgba(30, 215, 96, 0.9)
  );
}

/* =========================================================
   CATALOG CLOSING
   ========================================================= */

.lc-catalog-closing-section {
  border-top: 1px solid rgba(65, 80, 69, 0.11);
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(29, 185, 84, 0.06),
      transparent 23%
    ),
    var(--lc-marble, #f6f7f3);
}

.lc-catalog-closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
  padding: 54px 58px;
  border: 1px solid rgba(67, 81, 71, 0.15);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 52px rgba(35, 48, 38, 0.065);
}

.lc-catalog-closing > div {
  max-width: 760px;
}

.lc-catalog-closing h2 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1;
  font-weight: 500;
}

.lc-catalog-closing > div > p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.7;
}

/* =========================================================
   CATALOG RESPONSIVE
   ========================================================= */

@media (max-width: 1120px) {
  .lc-catalog-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.84fr);
    gap: 55px;
  }

  .lc-catalog-card-track {
    grid-auto-columns: minmax(310px, 38%);
  }

  .lc-catalog-slider-frame {
    width: calc(100% + 5vw);
  }

  .lc-catalog-card-track {
    padding-right: 5vw;
  }
}

@media (max-width: 900px) {
  .lc-catalog-hero {
    padding-top: 132px;
  }

  .lc-catalog-hero-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .lc-catalog-hero-index {
    width: min(100%, 680px);
  }

  .lc-catalog-row-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lc-catalog-row-heading-actions {
    justify-content: space-between;
    width: 100%;
  }

  .lc-catalog-card-track {
    grid-auto-columns: minmax(300px, 47%);
  }

  .lc-catalog-closing {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .lc-catalog-closing .button {
    width: fit-content;
  }
}

@media (max-width: 680px) {
  .lc-catalog-hero {
    padding: 112px 0 68px;
  }

  .lc-catalog-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .lc-catalog-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lc-catalog-hero-actions .button {
    width: 100%;
  }

  .lc-catalog-hero-index {
    min-height: 450px;
    padding: 19px;
  }

  .lc-catalog-hero-index-list {
    min-height: 335px;
  }

  .lc-catalog-hero-index-list > span {
    grid-template-columns: 25px minmax(0, 1fr);
    min-height: 59px;
  }

  .lc-catalog-hero-index-list small {
    display: none;
  }

  .lc-catalog-hero-index-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
  }

  .lc-catalog-row-heading-actions {
    align-items: flex-end;
  }

  .lc-catalog-view-all {
    max-width: 175px;
    white-space: normal;
  }

  .lc-catalog-slider-button {
    width: 40px;
    height: 40px;
  }

  .lc-catalog-slider-frame {
    width: calc(100% + 24px);
  }

  .lc-catalog-slider-frame::after {
    width: 46px;
  }

  .lc-catalog-card-track {
    grid-auto-columns: minmax(280px, 82%);
    gap: 15px;
    padding-right: 42px;
    padding-bottom: 22px;
  }

  .lc-catalog-card,
  .lc-catalog-card-link {
    min-height: 475px;
  }

  .lc-catalog-card-visual {
    min-height: 195px;
  }

  .lc-catalog-card-body {
    padding: 23px 22px 26px;
  }

  .lc-catalog-closing {
    padding: 38px 29px;
  }

  .lc-catalog-closing .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .lc-catalog-hero-index-header {
    display: grid;
    gap: 5px;
  }

  .lc-catalog-jump-inner {
    padding-right: 4px;
    padding-left: 4px;
  }

  .lc-catalog-row-heading-actions {
    gap: 14px;
  }

  .lc-catalog-slider-controls {
    gap: 6px;
  }

  .lc-catalog-slider-button {
    width: 37px;
    height: 37px;
  }

  .lc-catalog-card-track {
    grid-auto-columns: minmax(270px, 88%);
  }

  .lc-catalog-card-meta {
    display: grid;
  }

  .lc-catalog-card-body h3 {
    font-size: clamp(1.7rem, 8.5vw, 2.1rem);
  }

  .lc-roadmap-card-steps {
    gap: 27px;
  }

  .lc-roadmap-card-steps::before {
    width: 165px;
  }

  .lc-roadmap-card-steps span {
    width: 37px;
    height: 37px;
    border-width: 6px;
  }

  .lc-roadmap-card-steps span:nth-child(3) {
    width: 47px;
    height: 47px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .lc-catalog-card-track {
    scroll-behavior: auto;
  }

  .lc-catalog-card,
  .lc-catalog-slider-button,
  .lc-catalog-view-all span,
  .lc-catalog-card-action b {
    transition: none;
  }

  .lc-catalog-card:hover,
  .lc-catalog-slider-button:hover {
    transform: none;
  }
}

/* =========================================================
   FRIDAI LEARNING CENTER — ARTICLE TEMPLATE
   learning-center/article-template.html
   learning-center/guides/*.html
   ========================================================= */

/* =========================================================
   ARTICLE ACCESSIBILITY AND FOCUS
   ========================================================= */

.lc-article-page .lc-article-breadcrumbs a:focus-visible,
.lc-article-page .lc-article-toc a:focus-visible,
.lc-article-page .lc-article-mobile-toc a:focus-visible,
.lc-article-page .lc-article-sidebar-collection a:focus-visible,
.lc-article-page .lc-article-navigation-card:focus-visible,
.lc-article-page .lc-article-related-card a:focus-visible {
  outline: 3px solid rgba(29, 185, 84, 0.42);
  outline-offset: 5px;
}

/* =========================================================
   READING PROGRESS
   ========================================================= */

.lc-reading-progress {
  position: fixed;
  top: var(--header-height, 78px);
  left: 0;
  z-index: 95;
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: rgba(6, 18, 12, 0.08);
  pointer-events: none;
}

.lc-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(
    90deg,
    var(--brand-deep),
    var(--brand-bright)
  );
  box-shadow: 0 0 12px rgba(30, 215, 96, 0.38);
  transition: width 0.08s linear;
}

/* =========================================================
   ARTICLE HERO
   ========================================================= */

.lc-article-hero {
  position: relative;
  padding: 136px 0 86px;
  overflow: hidden;
  border-bottom: 1px solid rgba(65, 80, 69, 0.13);
  background:
    radial-gradient(
      circle at 82% 22%,
      rgba(29, 185, 84, 0.1),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.99),
      rgba(236, 240, 234, 0.98)
    );
  isolation: isolate;
}

.lc-article-hero::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -380px;
  z-index: -2;
  width: 760px;
  height: 640px;
  border: 1px solid rgba(68, 83, 72, 0.07);
  border-bottom: 0;
  border-radius: 380px 380px 0 0;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.13),
    0 0 0 71px rgba(68, 83, 72, 0.035);
}

.lc-article-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -56px;
  z-index: -1;
  height: 155px;
  opacity: 0.48;
  background:
    linear-gradient(
      rgba(76, 92, 81, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(76, 92, 81, 0.06) 1px,
      transparent 1px
    );
  background-size: 58px 58px;
  transform: perspective(520px) rotateX(59deg);
  transform-origin: bottom;
}

.lc-article-hero .lc-marble-noise {
  z-index: -3;
}

.lc-article-hero-inner {
  position: relative;
  z-index: 2;
}

/* ---------------------------------------------------------
   Breadcrumbs
   --------------------------------------------------------- */

.lc-article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 45px;
  color: #79827c;
  font-size: 0.72rem;
  font-weight: 760;
}

.lc-article-breadcrumbs a {
  color: #69736c;
  transition: color 0.2s ease;
}

.lc-article-breadcrumbs a:hover {
  color: var(--brand-deep);
}

.lc-article-breadcrumbs > span:not([aria-current]) {
  color: rgba(74, 88, 78, 0.35);
}

.lc-article-breadcrumbs [aria-current="page"] {
  color: var(--brand-deep);
}

/* ---------------------------------------------------------
   Hero grid and title
   --------------------------------------------------------- */

.lc-article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
  gap: 84px;
  align-items: center;
}

.lc-article-hero-copy {
  max-width: 830px;
}

.lc-article-hero-copy h1 {
  max-width: 840px;
  margin-bottom: 27px;
  color: var(--ink);
  font-size: clamp(4rem, 6.8vw, 7rem);
  line-height: 0.93;
  font-weight: 500;
  letter-spacing: -0.052em;
}

.lc-article-hero-copy h1 em {
  display: block;
  margin-top: 0.1em;
  color: var(--brand-deep);
  font-style: italic;
}

.lc-article-deck {
  max-width: 720px;
  margin-bottom: 34px;
  color: #566159;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.72;
}

/* ---------------------------------------------------------
   Article metadata
   --------------------------------------------------------- */

.lc-article-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 680px;
  border-top: 1px solid rgba(65, 80, 69, 0.14);
  border-left: 1px solid rgba(65, 80, 69, 0.14);
  background: rgba(255, 255, 255, 0.4);
}

.lc-article-meta > span {
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 16px 20px;
  border-right: 1px solid rgba(65, 80, 69, 0.14);
  border-bottom: 1px solid rgba(65, 80, 69, 0.14);
  color: #606b63;
  font-size: 0.76rem;
  line-height: 1.4;
}

.lc-article-meta strong {
  color: #929a94;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* =========================================================
   ARTICLE COVER
   ========================================================= */

.lc-article-cover {
  position: relative;
  min-height: 515px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(61, 76, 65, 0.17);
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.034) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.034) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 50% 26%,
      rgba(29, 185, 84, 0.24),
      transparent 31%
    ),
    linear-gradient(145deg, var(--deep-green), #0c2d19);
  background-size: 32px 32px, 32px 32px, auto, auto;
  box-shadow: 0 28px 70px rgba(30, 43, 34, 0.19);
}

.lc-article-cover::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  pointer-events: none;
}

.lc-article-cover-header,
.lc-article-cover-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lc-article-cover-header {
  padding: 3px 4px 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lc-article-cover-footer {
  padding: 19px 4px 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lc-article-cover-visual {
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 12px;
}

.lc-article-cover-visual svg {
  width: 100%;
  max-width: 420px;
  height: auto;
}

.lc-article-cover .lc-neural-links line {
  stroke: rgba(30, 215, 96, 0.42);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.lc-article-cover .lc-neural-nodes circle {
  filter:
    drop-shadow(0 0 6px rgba(29, 185, 84, 0.28))
    drop-shadow(0 0 13px rgba(30, 215, 96, 0.22));
}

.lc-article-cover .lc-neural-inputs circle {
  fill: #9af5b2;
}

.lc-article-cover .lc-neural-hidden circle {
  fill: #52ee83;
}

.lc-article-cover .lc-neural-outputs circle {
  fill: #1ed760;
}

/* =========================================================
   MOBILE TABLE OF CONTENTS
   ========================================================= */

.lc-article-mobile-toc {
  display: none;
  border-bottom: 1px solid rgba(65, 80, 69, 0.12);
  background: #f4f6f2;
}

.lc-article-mobile-toc details {
  border: 1px solid rgba(65, 80, 69, 0.14);
  background: rgba(255, 255, 255, 0.82);
}

.lc-article-mobile-toc summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.lc-article-mobile-toc summary::-webkit-details-marker {
  display: none;
}

.lc-article-mobile-toc summary span {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.lc-article-mobile-toc details[open] summary span {
  transform: rotate(45deg);
}

.lc-article-mobile-toc nav {
  display: grid;
  padding: 4px 20px 19px;
}

.lc-article-mobile-toc nav a {
  padding: 11px 0;
  border-top: 1px solid rgba(65, 80, 69, 0.1);
  color: #69736c;
  font-size: 0.75rem;
  font-weight: 740;
}

/* =========================================================
   ARTICLE READING LAYOUT
   ========================================================= */

.lc-article-reading-section {
  padding: 92px 0 108px;
  background:
    radial-gradient(
      circle at 95% 8%,
      rgba(29, 185, 84, 0.045),
      transparent 21%
    ),
    var(--lc-marble, #f6f7f3);
}

.lc-article-reading-layout {
  position: relative;
  display: block;

  /* Wider canvas for the sidebar and centered article */
  width: min(calc(100% - 48px), 1500px);
  max-width: 1500px;
  margin-inline: auto;
}

/* =========================================================
   DESKTOP TABLE OF CONTENTS
   ========================================================= */

.lc-article-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 185px;
  height: 100%;
}

.lc-article-sidebar-inner {
  position: sticky;
  top: calc(var(--header-height, 78px) + 36px);

  display: flex;
  flex-direction: column;

  /*
    Keep the sidebar inside the visible browser window.
    The second declaration uses the newer dynamic viewport
    measurement when the browser supports it.
  */
  max-height: calc(
    100vh - var(--header-height, 78px) - 72px
  );

  max-height: calc(
    100dvh - var(--header-height, 78px) - 72px
  );
}

.lc-article-sidebar-label {
  margin-bottom: 17px;
  color: #929a94;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lc-article-toc {
  display: grid;
  min-height: 0;
  padding-right: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid rgba(65, 80, 69, 0.14);

  /*
    Prevent the scrollbar from shifting the text when it
    appears on longer chapter pages.
  */
  scrollbar-gutter: stable;

  /*
    Firefox scrollbar styling.
  */
  scrollbar-width: thin;
  scrollbar-color:
    rgba(29, 185, 84, 0.58)
    rgba(65, 80, 69, 0.08);
}

/* Chrome, Edge, and Safari */

.lc-article-toc::-webkit-scrollbar {
  width: 7px;
}

.lc-article-toc::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(65, 80, 69, 0.07);
}

.lc-article-toc::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(29, 185, 84, 0.48);
}

.lc-article-toc::-webkit-scrollbar-thumb:hover {
  background: rgba(29, 185, 84, 0.72);
}

.lc-article-sidebar-label,
.lc-article-sidebar-collection {
  flex: 0 0 auto;
}

.lc-article-toc a {
  position: relative;
  padding: 14px 10px 14px 18px;
  border-bottom: 1px solid rgba(65, 80, 69, 0.11);
  color: #737d76;
  font-size: 0.74rem;
  font-weight: 730;
  line-height: 1.45;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    padding-left 0.2s ease;
}

.lc-article-toc a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(29, 185, 84, 0.24);
  transform: translateY(-50%);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.lc-article-toc a:hover,
.lc-article-toc a.is-active {
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.045);
  padding-left: 22px;
}

.lc-article-toc a:hover::before,
.lc-article-toc a.is-active::before {
  background: var(--brand-bright);
  box-shadow: 0 0 10px rgba(30, 215, 96, 0.5);
}

.lc-article-sidebar-collection {
  margin-top: 31px;
  padding: 21px;
  border: 1px solid rgba(65, 80, 69, 0.14);
  background: rgba(255, 255, 255, 0.68);
}

.lc-article-sidebar-collection > span {
  display: block;
  margin-bottom: 9px;
  color: #929a94;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lc-article-sidebar-collection a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--brand-deep);
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.2;
}

.lc-article-sidebar-collection b {
  font-family: var(--sans);
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.lc-article-sidebar-collection a:hover b {
  transform: translateX(4px);
}

/* =========================================================
   ARTICLE TYPOGRAPHY
   ========================================================= */

.lc-article-content {
  width: min(100%, 780px);
  margin-inline: auto;
}

.lc-article-section {
  scroll-margin-top: calc(var(--header-height, 78px) + 40px);
  margin-bottom: 78px;
}

.lc-article-content p {
  color: #4f5b53;
  font-size: clamp(1rem, 1.2vw, 1.09rem);
  line-height: 1.88;
}

.lc-article-content p + p {
  margin-top: 1.25em;
}

.lc-article-content h2 {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.65rem, 4.5vw, 4.35rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.lc-article-section > h2:not(:first-child) {
  margin-top: 64px;
}

.lc-article-content h3 {
  margin: 43px 0 15px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
  line-height: 1.12;
  font-weight: 500;
}

.lc-article-introduction {
  padding-bottom: 62px;
  border-bottom: 1px solid rgba(65, 80, 69, 0.13);
}

.lc-article-lead {
  color: var(--ink) !important;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.7vw, 2.25rem) !important;
  line-height: 1.48 !important;
  letter-spacing: -0.018em;
}

.lc-article-section-number {
  margin-bottom: 14px !important;
  color: var(--brand-deep) !important;
  font-family: var(--serif);
  font-size: 0.75rem !important;
  font-weight: 600;
}

/* =========================================================
   PULL QUOTE
   ========================================================= */

.lc-article-pullquote {
  position: relative;
  margin: 43px 0;
  padding: 37px 42px 38px 46px;
  border-left: 4px solid var(--brand-bright);
  background:
    radial-gradient(
      circle at 92% 15%,
      rgba(30, 215, 96, 0.1),
      transparent 35%
    ),
    var(--deep-green);
  box-shadow: 0 20px 50px rgba(24, 39, 28, 0.13);
}

.lc-article-pullquote::before {
  content: "“";
  position: absolute;
  top: 2px;
  right: 25px;
  color: rgba(30, 215, 96, 0.16);
  font-family: var(--serif);
  font-size: 7rem;
  line-height: 1;
}

.lc-article-pullquote p {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.8vw, 2.35rem) !important;
  line-height: 1.35 !important;
  font-style: italic;
}

/* =========================================================
   QUICK ANSWER AND CALLOUTS
   ========================================================= */

.lc-article-quick-answer {
  position: relative;
  margin: 0 0 78px;
  padding: 35px 38px;
  border: 1px solid rgba(29, 185, 84, 0.24);
  background:
    radial-gradient(
      circle at 92% 15%,
      rgba(29, 185, 84, 0.08),
      transparent 33%
    ),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 42px rgba(35, 48, 38, 0.065);
}

.lc-article-quick-answer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 90px;
  height: 4px;
  background: var(--brand-bright);
}

.lc-article-callout-label {
  margin-bottom: 12px;
  color: var(--brand-deep);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lc-article-quick-answer h2 {
  margin-bottom: 13px;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.lc-article-quick-answer p {
  margin: 0;
  font-size: 1rem;
}

/* =========================================================
   DEFINITION BOX
   ========================================================= */

.lc-article-definition-box {
  margin: 36px 0;
  padding: 30px 33px;
  border: 1px solid rgba(29, 185, 84, 0.23);
  background: rgba(29, 185, 84, 0.055);
}

.lc-article-definition-box > span {
  display: block;
  margin-bottom: 12px;
  color: var(--brand-deep);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lc-article-definition-box p {
  margin: 0;
  color: #344239;
  font-family: var(--serif);
  font-size: clamp(1.22rem, 2vw, 1.65rem);
  line-height: 1.55;
}

.lc-article-definition-box strong {
  color: var(--brand-deep);
  font-weight: 600;
}

/* =========================================================
   ARTICLE LISTS
   ========================================================= */

.lc-article-list {
  display: grid;
  gap: 0;
  margin: 27px 0 0;
  padding: 0;
  border-top: 1px solid rgba(65, 80, 69, 0.13);
  list-style: none;
}

.lc-article-list li {
  position: relative;
  padding: 17px 20px 17px 38px;
  border-bottom: 1px solid rgba(65, 80, 69, 0.13);
  color: #505d54;
  font-size: 0.95rem;
  line-height: 1.6;
}

.lc-article-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-bright);
  box-shadow: 0 0 10px rgba(30, 215, 96, 0.35);
}

/* =========================================================
   ARTICLE FIGURE
   ========================================================= */

.lc-article-figure {
  margin: 10px 0 82px;
}

.lc-article-process-diagram {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 13px;
  align-items: center;
  min-height: 230px;
  padding: 45px 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.032) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.032) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 50% 20%,
      rgba(30, 215, 96, 0.18),
      transparent 31%
    ),
    var(--deep-green);
  background-size: 30px 30px, 30px 30px, auto, auto;
  box-shadow: 0 22px 56px rgba(28, 43, 32, 0.16);
}

.lc-article-process-diagram::before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.lc-article-process-step {
  position: relative;
  z-index: 2;
  min-height: 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 12px;
  border: 1px solid rgba(30, 215, 96, 0.3);
  background: rgba(29, 185, 84, 0.065);
  text-align: center;
}

.lc-article-process-step span {
  color: var(--brand-bright);
  font-family: var(--serif);
  font-size: 0.68rem;
}

.lc-article-process-step strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 800;
}

.lc-article-process-diagram > b {
  position: relative;
  z-index: 2;
  color: var(--brand-bright);
  font-size: 0.9rem;
}

.lc-article-figure figcaption {
  margin-top: 15px;
  color: #7c857f;
  font-size: 0.72rem;
  line-height: 1.6;
  text-align: center;
}

/* =========================================================
   TWO-COLUMN CONTENT
   ========================================================= */

.lc-article-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 39px 0;
  border-top: 1px solid rgba(65, 80, 69, 0.14);
  border-left: 1px solid rgba(65, 80, 69, 0.14);
  background: rgba(255, 255, 255, 0.66);
}

.lc-article-two-column > div {
  padding: 31px 30px;
  border-right: 1px solid rgba(65, 80, 69, 0.14);
  border-bottom: 1px solid rgba(65, 80, 69, 0.14);
}

.lc-article-mini-label {
  display: block;
  margin-bottom: 13px;
  color: var(--brand-deep);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lc-article-two-column h3 {
  margin: 0 0 13px;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.lc-article-two-column p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.7;
}

/* =========================================================
   FRIDAI NOTE
   ========================================================= */

.lc-article-note {
  position: relative;
  margin: 38px 0 0;
  padding: 30px 33px 31px 39px;
  border-left: 4px solid var(--brand-bright);
  background:
    radial-gradient(
      circle at 94% 10%,
      rgba(29, 185, 84, 0.08),
      transparent 36%
    ),
    #edf1eb;
}

.lc-article-note p {
  margin: 0;
  color: #455248;
  font-size: 0.96rem;
  line-height: 1.75;
}

/* =========================================================
   EXAMPLE CARDS
   ========================================================= */

.lc-article-example-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 37px;
  border-top: 1px solid rgba(65, 80, 69, 0.14);
  border-left: 1px solid rgba(65, 80, 69, 0.14);
}

.lc-article-example-card {
  min-height: 275px;
  padding: 30px;
  border-right: 1px solid rgba(65, 80, 69, 0.14);
  border-bottom: 1px solid rgba(65, 80, 69, 0.14);
  background: rgba(255, 255, 255, 0.72);
  transition:
    background 0.22s ease,
    transform 0.22s ease;
}

.lc-article-example-card:hover {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-3px);
}

.lc-article-example-card > span {
  display: block;
  margin-bottom: 16px;
  color: var(--brand-deep);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lc-article-example-card h3 {
  margin: 0 0 13px;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
}

.lc-article-example-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.7;
}

/* =========================================================
   COMPARISON SECTION
   ========================================================= */

.lc-article-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
  border: 1px solid rgba(65, 80, 69, 0.14);
}

.lc-article-comparison-column {
  padding: 31px 31px 27px;
  background: rgba(255, 255, 255, 0.72);
}

.lc-article-comparison-column + .lc-article-comparison-column {
  border-left: 1px solid rgba(65, 80, 69, 0.14);
  background: rgba(237, 240, 235, 0.78);
}

.lc-article-comparison-heading {
  display: block;
  margin-bottom: 21px;
  color: var(--brand-deep);
  font-family: var(--serif);
  font-size: 1.55rem;
}

.lc-article-comparison-column ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lc-article-comparison-column li {
  position: relative;
  padding: 13px 0 13px 25px;
  border-top: 1px solid rgba(65, 80, 69, 0.11);
  color: #566159;
  font-size: 0.86rem;
  line-height: 1.55;
}

.lc-article-comparison-column li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-bright);
}

.lc-article-comparison-column + .lc-article-comparison-column li::before {
  background: transparent;
  border: 1px solid rgba(29, 185, 84, 0.58);
}

/* =========================================================
   NUMBERED TAKEAWAY LIST
   ========================================================= */

.lc-article-takeaway-list {
  margin-top: 38px;
  border-top: 1px solid rgba(65, 80, 69, 0.14);
}

.lc-article-takeaway-list > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 82px;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(65, 80, 69, 0.14);
  transition: background 0.2s ease;
}

.lc-article-takeaway-list > div:hover {
  background: rgba(255, 255, 255, 0.66);
}

.lc-article-takeaway-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(29, 185, 84, 0.25);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.055);
  font-family: var(--serif);
  font-size: 0.72rem;
}

.lc-article-takeaway-list p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

/* =========================================================
   KEY TAKEAWAY
   ========================================================= */

.lc-article-key-takeaway {
  scroll-margin-top: calc(var(--header-height, 78px) + 40px);
  position: relative;
  margin-top: 10px;
  padding: 58px 55px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(
      circle at 85% 12%,
      rgba(30, 215, 96, 0.2),
      transparent 28%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(145deg, var(--deep-green), #0b2b17);
  background-size: auto, 38px 38px, 38px 38px, auto;
  box-shadow: 0 28px 70px rgba(23, 39, 27, 0.19);
}

.lc-article-key-takeaway::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.lc-article-key-takeaway h2 {
  position: relative;
  z-index: 2;
  max-width: 690px;
  color: var(--white);
  font-size: clamp(2.75rem, 4.7vw, 4.65rem);
}

.lc-article-key-takeaway > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.97rem;
  line-height: 1.76;
}

.lc-article-key-takeaway .button {
  position: relative;
  z-index: 2;
}

/* =========================================================
   ARTICLE REVIEW NOTE
   ========================================================= */

.lc-article-review-note {
  margin-top: 34px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(65, 80, 69, 0.14);
}

.lc-article-review-note p {
  margin: 0;
  color: #7b857e;
  font-size: 0.69rem;
  line-height: 1.65;
}

.lc-article-review-note p + p {
  margin-top: 8px;
}

.lc-article-review-note strong {
  color: #58635b;
}

/* =========================================================
   PREVIOUS AND NEXT ARTICLE NAVIGATION
   ========================================================= */

.lc-article-navigation-section {
  padding: 0 0 90px;
  background: var(--lc-marble, #f6f7f3);
}

.lc-article-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(65, 80, 69, 0.14);
  border-left: 1px solid rgba(65, 80, 69, 0.14);
  box-shadow: 0 16px 46px rgba(35, 48, 38, 0.055);
}

.lc-article-navigation-card {
  position: relative;
  min-height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 37px 42px;
  border-right: 1px solid rgba(65, 80, 69, 0.14);
  border-bottom: 1px solid rgba(65, 80, 69, 0.14);
  color: inherit;
  background: rgba(255, 255, 255, 0.76);
  transition:
    color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

.lc-article-navigation-card:hover {
  z-index: 2;
  color: inherit;
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-4px);
}

.lc-article-navigation-card > span {
  display: block;
  margin-bottom: 15px;
  color: var(--brand-deep);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lc-article-navigation-card strong {
  max-width: 500px;
  margin-bottom: 13px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.08;
  font-weight: 500;
}

/* Keep previous and next chapter title areas aligned */
.lc-article-navigation-card strong {
  min-height: 2.16em;
}

.lc-article-navigation-card p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.lc-article-navigation-next {
  text-align: right;
}

.lc-article-navigation-next strong,
.lc-article-navigation-next p {
  margin-left: auto;
}

/* =========================================================
   RELATED READING
   ========================================================= */

.lc-article-related-section {
  border-top: 1px solid rgba(65, 80, 69, 0.11);
  background:
    radial-gradient(
      circle at 92% 11%,
      rgba(29, 185, 84, 0.055),
      transparent 22%
    ),
    #eef0ec;
}

.lc-article-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(65, 80, 69, 0.14);
  border-left: 1px solid rgba(65, 80, 69, 0.14);
  box-shadow: 0 18px 50px rgba(35, 48, 38, 0.055);
}

.lc-article-related-card {
  min-height: 335px;
  border-right: 1px solid rgba(65, 80, 69, 0.14);
  border-bottom: 1px solid rgba(65, 80, 69, 0.14);
  background: rgba(255, 255, 255, 0.78);
  transition:
    background 0.22s ease,
    transform 0.22s ease;
}

.lc-article-related-card:hover {
  position: relative;
  z-index: 2;
  background: #ffffff;
  transform: translateY(-5px);
}

.lc-article-related-card > a {
  min-height: 335px;
  display: flex;
  flex-direction: column;
  padding: 31px 29px 32px;
  color: inherit;
}

.lc-article-related-card-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 14px;
  margin-bottom: 28px;
  color: #8a938d;
  font-size: 0.51rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lc-article-related-card-top span:first-child {
  color: var(--brand-deep);
}

.lc-article-related-card h3 {
  margin: 0 0 15px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  line-height: 1.08;
  font-weight: 500;

  display: -webkit-box;
  min-height: 2.16em;
  max-height: 2.16em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.lc-article-related-card p {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.66;
}

.lc-article-related-card strong {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 900;
}

.lc-article-related-card strong b {
  transition: transform 0.2s ease;
}

.lc-article-related-card:hover strong b {
  transform: translateX(5px);
}

/* =========================================================
   ARTICLE TEMPLATE RESPONSIVE
   ========================================================= */

@media (max-width: 1280px) {
  .lc-article-sidebar {
    display: none;
  }

  .lc-article-mobile-toc {
    display: block;
    padding: 18px 0;
  }

  .lc-article-content {
    width: min(100%, 780px);
    margin-inline: auto;
  }
}

@media (max-width: 1180px) {
  .lc-article-sidebar {
    width: 175px;
  }

  .lc-article-content {
    width: min(100%, 735px);
  }
}

@media (max-width: 1120px) {
  .lc-article-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
    gap: 55px;
  }

  .lc-article-cover {
    min-height: 475px;
  }

}

@media (max-width: 940px) {
  .lc-article-hero {
    padding-top: 126px;
  }

  .lc-article-hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .lc-article-cover {
    width: min(100%, 700px);
  }

  .lc-article-mobile-toc {
    display: block;
    padding: 18px 0;
  }

  .lc-article-reading-layout {
    display: block;
  }

  .lc-article-sidebar {
    display: none;
  }

  .lc-article-content {
    width: min(100%, 830px);
    margin-inline: auto;
  }

  .lc-article-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-article-related-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .lc-reading-progress {
    top: var(--mobile-header-height, 70px);
  }

  .lc-article-hero {
    padding: 108px 0 68px;
  }

  .lc-article-breadcrumbs {
    margin-bottom: 33px;
  }

  .lc-article-hero-copy h1 {
    font-size: clamp(3.3rem, 15vw, 5.25rem);
  }

  .lc-article-deck {
    font-size: 1.03rem;
  }

  .lc-article-meta {
    grid-template-columns: 1fr;
  }

  .lc-article-meta > span {
    min-height: 67px;
  }

  .lc-article-cover {
    min-height: 395px;
    padding: 19px;
  }

  .lc-article-cover-visual {
    min-height: 295px;
    padding: 20px 5px;
  }

  .lc-article-cover-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }

  .lc-article-reading-section {
    padding: 68px 0 80px;
  }

  .lc-article-section {
    margin-bottom: 64px;
  }

  .lc-article-introduction {
    padding-bottom: 52px;
  }

  .lc-article-content h2 {
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .lc-article-pullquote {
    padding: 32px 28px 33px 32px;
  }

  .lc-article-quick-answer,
  .lc-article-definition-box {
    padding: 28px 26px;
  }

  .lc-article-process-diagram {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 33px 27px;
  }

  .lc-article-process-diagram > b {
    transform: rotate(90deg);
  }

  .lc-article-process-step {
    width: 100%;
    min-height: 86px;
  }

  .lc-article-two-column,
  .lc-article-example-grid,
  .lc-article-comparison {
    grid-template-columns: 1fr;
  }

  .lc-article-comparison-column + .lc-article-comparison-column {
    border-top: 1px solid rgba(65, 80, 69, 0.14);
    border-left: 0;
  }

  .lc-article-example-card {
    min-height: auto;
  }

  .lc-article-key-takeaway {
    padding: 47px 31px;
  }

  .lc-article-key-takeaway .button {
    width: 100%;
  }

  .lc-article-navigation {
    grid-template-columns: 1fr;
  }

  .lc-article-navigation-next {
    text-align: left;
  }

  .lc-article-navigation-next strong,
  .lc-article-navigation-next p {
    margin-left: 0;
  }

  .lc-article-navigation-section {
    padding-bottom: 70px;
  }

  .lc-article-related-grid {
    grid-template-columns: 1fr;
  }

  .lc-article-related-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .lc-article-hero-copy h1 {
    font-size: clamp(3rem, 16vw, 4.25rem);
  }

  .lc-article-cover-header {
    display: grid;
    gap: 5px;
  }

  .lc-article-cover {
    min-height: 350px;
  }

  .lc-article-cover-visual {
    min-height: 250px;
  }

  .lc-article-content p {
    font-size: 0.98rem;
    line-height: 1.82;
  }

  .lc-article-lead {
    font-size: 1.45rem !important;
  }

  .lc-article-pullquote p {
    font-size: 1.45rem !important;
  }

  .lc-article-two-column > div,
  .lc-article-example-card,
  .lc-article-comparison-column {
    padding: 26px 23px;
  }

  .lc-article-takeaway-list > div {
    grid-template-columns: 48px 1fr;
    gap: 15px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .lc-article-takeaway-list span {
    width: 39px;
    height: 39px;
  }

  .lc-article-key-takeaway {
    padding: 42px 25px;
  }

  .lc-article-navigation-card {
    min-height: 215px;
    padding: 31px 27px;
  }

  .lc-article-related-card > a {
    padding: 28px 25px;
  }
}

/* =========================================================
   PRINT STYLES
   ========================================================= */

@media print {
  .site-header,
  .site-footer,
  .lc-reading-progress,
  .lc-article-mobile-toc,
  .lc-article-sidebar,
  .lc-article-navigation-section,
  .lc-article-related-section {
    display: none !important;
  }

  .lc-article-hero,
  .lc-article-reading-section {
    padding: 30px 0;
    background: #ffffff;
  }

  .lc-article-hero-grid,
  .lc-article-reading-layout {
    display: block;
  }

  .lc-article-cover {
    display: none;
  }

  .lc-article-content {
    width: 100%;
    max-width: none;
  }

  .lc-article-pullquote,
  .lc-article-process-diagram,
  .lc-article-key-takeaway {
    color: #000000;
    background: #ffffff;
    box-shadow: none;
    border: 1px solid #999999;
  }

  .lc-article-pullquote p,
  .lc-article-key-takeaway h2,
  .lc-article-key-takeaway > p:not(.eyebrow) {
    color: #000000 !important;
  }

  .lc-article-section,
  .lc-article-key-takeaway,
  .lc-article-figure {
    break-inside: avoid;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .lc-reading-progress span,
  .lc-article-toc a,
  .lc-article-example-card,
  .lc-article-navigation-card,
  .lc-article-related-card,
  .lc-article-related-card strong b,
  .lc-article-sidebar-collection b {
    transition: none;
  }

  .lc-article-example-card:hover,
  .lc-article-navigation-card:hover,
  .lc-article-related-card:hover {
    transform: none;
  }
}

/* =========================================================
   FRIDAI LEARNING CENTER
   AI ADOPTION ROADMAP SUBCOLLECTION
   learning-center/series/ai-adoption-roadmap.html
   ========================================================= */

/* =========================================================
   ROADMAP PAGE BASE
   ========================================================= */

.lc-roadmap-subcollection-page {
  --roadmap-deep: #06120c;
  --roadmap-green: #1db954;
  --roadmap-bright: #1ed760;
  --roadmap-paper: #f5f7f3;
  --roadmap-line: rgba(61, 76, 65, 0.15);
}

.lc-roadmap-subcollection-page main {
  overflow: hidden;
}

.lc-roadmap-subcollection-page section[id] {
  scroll-margin-top: calc(var(--header-height, 78px) + 30px);
}

/* =========================================================
   ROADMAP HERO
   ========================================================= */

.lc-roadmap-subcollection-hero {
  position: relative;
  padding: 138px 0 94px;
  overflow: hidden;
  border-bottom: 1px solid rgba(61, 76, 65, 0.13);
  background:
    radial-gradient(
      circle at 82% 22%,
      rgba(29, 185, 84, 0.11),
      transparent 28%
    ),
    radial-gradient(
      circle at 18% 76%,
      rgba(29, 185, 84, 0.045),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.99),
      rgba(235, 240, 233, 0.98)
    );
  isolation: isolate;
}

.lc-roadmap-subcollection-hero::before {
  content: "";
  position: absolute;
  right: -220px;
  bottom: -420px;
  z-index: -2;
  width: 900px;
  height: 740px;
  border: 1px solid rgba(61, 76, 65, 0.07);
  border-bottom: 0;
  border-radius: 450px 450px 0 0;
  box-shadow:
    0 0 0 76px rgba(255, 255, 255, 0.15),
    0 0 0 77px rgba(61, 76, 65, 0.04);
}

.lc-roadmap-subcollection-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -58px;
  z-index: -1;
  height: 170px;
  opacity: 0.45;
  background:
    linear-gradient(
      rgba(61, 76, 65, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(61, 76, 65, 0.06) 1px,
      transparent 1px
    );
  background-size: 60px 60px;
  transform: perspective(560px) rotateX(60deg);
  transform-origin: bottom;
}

.lc-roadmap-subcollection-hero .lc-marble-noise {
  z-index: -3;
}

.lc-roadmap-subcollection-hero .lc-article-breadcrumbs {
  position: relative;
  z-index: 3;
  margin-bottom: 46px;
}

.lc-roadmap-subcollection-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 0.98fr);
  gap: clamp(58px, 7vw, 105px);
  align-items: center;
}

.lc-roadmap-subcollection-hero-copy {
  max-width: 820px;
}

.lc-roadmap-subcollection-hero-copy h1 {
  max-width: 830px;
  margin: 0 0 28px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(4.2rem, 7.2vw, 7.5rem);
  line-height: 0.91;
  font-weight: 500;
  letter-spacing: -0.056em;
}

.lc-roadmap-subcollection-hero-copy h1 em {
  display: block;
  margin-top: 0.09em;
  color: var(--brand-deep);
  font-style: italic;
}

.lc-roadmap-subcollection-deck {
  max-width: 730px;
  margin: 0 0 34px;
  color: #566159;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.75;
}

.lc-roadmap-subcollection-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 43px;
}

.lc-roadmap-subcollection-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 690px;
  border-top: 1px solid var(--roadmap-line);
  border-left: 1px solid var(--roadmap-line);
  background: rgba(255, 255, 255, 0.47);
}

.lc-roadmap-subcollection-summary > div {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 18px 21px;
  border-right: 1px solid var(--roadmap-line);
  border-bottom: 1px solid var(--roadmap-line);
}

.lc-roadmap-subcollection-summary strong {
  color: var(--brand-deep);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

.lc-roadmap-subcollection-summary span {
  color: #747e77;
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* =========================================================
   ROADMAP HERO VISUAL
   ========================================================= */

.lc-roadmap-subcollection-hero-visual {
  position: relative;
  min-height: 590px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #ffffff;
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.033) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.033) 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 52% 23%,
      rgba(30, 215, 96, 0.22),
      transparent 31%
    ),
    linear-gradient(
      145deg,
      var(--roadmap-deep),
      #0b2d18
    );
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow: 0 30px 76px rgba(25, 40, 29, 0.22);
}

.lc-roadmap-subcollection-hero-visual::before {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.lc-roadmap-subcollection-hero-visual::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -95px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(30, 215, 96, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 36px rgba(30, 215, 96, 0.025),
    0 0 0 37px rgba(30, 215, 96, 0.07);
}

.lc-roadmap-visual-header,
.lc-roadmap-visual-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.lc-roadmap-visual-header {
  padding: 4px 4px 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.lc-roadmap-visual-footer {
  padding: 21px 4px 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.lc-roadmap-visual-path {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 28px 36px;
}

.lc-roadmap-visual-stage {
  position: relative;
  width: min(100%, 290px);
  min-height: 64px;
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  gap: 15px;
  padding: 12px 17px;
  border: 1px solid rgba(30, 215, 96, 0.26);
  background: rgba(29, 185, 84, 0.07);
  backdrop-filter: blur(6px);
}

.lc-roadmap-visual-stage:nth-of-type(1),
.lc-roadmap-visual-stage:nth-of-type(5) {
  transform: translateX(-44px);
}

.lc-roadmap-visual-stage:nth-of-type(3) {
  transform: translateX(44px);
}

.lc-roadmap-visual-stage span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(30, 215, 96, 0.35);
  border-radius: 50%;
  color: var(--roadmap-bright);
  font-family: var(--serif);
  font-size: 0.69rem;
}

.lc-roadmap-visual-stage strong {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: 1.33rem;
  font-weight: 500;
}

.lc-roadmap-visual-path > b {
  color: var(--roadmap-bright);
  font-size: 0.76rem;
  transform: rotate(90deg);
}

/* =========================================================
   STARTING PRINCIPLE
   ========================================================= */

.lc-roadmap-principle-section {
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--roadmap-paper);
}

.lc-roadmap-principle {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
  border: 1px solid var(--roadmap-line);
  background:
    radial-gradient(
      circle at 90% 14%,
      rgba(29, 185, 84, 0.07),
      transparent 30%
    ),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 58px rgba(34, 48, 38, 0.06);
}

.lc-roadmap-principle-label {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border-right: 1px solid var(--roadmap-line);
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.024) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.024) 1px,
      transparent 1px
    ),
    var(--roadmap-deep);
  background-size: 30px 30px;
}

.lc-roadmap-principle-label span {
  color: var(--roadmap-bright);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.lc-roadmap-principle-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 74px);
}

.lc-roadmap-principle-copy h2 {
  max-width: 920px;
  margin: 0 0 23px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5.5vw, 5.2rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.lc-roadmap-principle-copy p {
  max-width: 780px;
  margin: 0;
  color: #58635b;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.78;
}

/* =========================================================
   SHARED ROADMAP SECTION INTRO
   ========================================================= */

.lc-roadmap-section-intro {
  max-width: 520px;
  margin: 0;
  color: #626e65;
  font-size: 0.96rem;
  line-height: 1.75;
}

/* =========================================================
   HOW TO USE THE ROADMAP
   ========================================================= */

.lc-roadmap-use-section {
  border-top: 1px solid rgba(61, 76, 65, 0.08);
  border-bottom: 1px solid rgba(61, 76, 65, 0.1);
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(29, 185, 84, 0.05),
      transparent 23%
    ),
    #eef1ec;
}

.lc-roadmap-use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid var(--roadmap-line);
  border-left: 1px solid var(--roadmap-line);
  box-shadow: 0 18px 54px rgba(35, 48, 38, 0.055);
}

.lc-roadmap-use-card {
  min-height: 285px;
  padding: 31px 27px 32px;
  border-right: 1px solid var(--roadmap-line);
  border-bottom: 1px solid var(--roadmap-line);
  background: rgba(255, 255, 255, 0.76);
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

.lc-roadmap-use-card:hover {
  position: relative;
  z-index: 2;
  background: #ffffff;
  transform: translateY(-4px);
}

.lc-roadmap-use-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-bottom: 28px;
  border: 1px solid rgba(29, 185, 84, 0.25);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.055);
  font-family: var(--serif);
  font-size: 0.7rem;
}

.lc-roadmap-use-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.25vw, 2rem);
  line-height: 1.08;
  font-weight: 500;
}

.lc-roadmap-use-card p {
  margin: 0;
  color: #626d65;
  font-size: 0.84rem;
  line-height: 1.7;
}

/* =========================================================
   OPENING READINGS
   ========================================================= */

.lc-roadmap-opening-section {
  background:
    radial-gradient(
      circle at 8% 14%,
      rgba(29, 185, 84, 0.045),
      transparent 23%
    ),
    var(--roadmap-paper);
}

.lc-roadmap-opening-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.91fr 0.91fr;
  margin-top: 53px;
  border-top: 1px solid var(--roadmap-line);
  border-left: 1px solid var(--roadmap-line);
  box-shadow: 0 22px 62px rgba(35, 48, 38, 0.065);
}

.lc-roadmap-reading-card {
  min-height: 510px;
  border-right: 1px solid var(--roadmap-line);
  border-bottom: 1px solid var(--roadmap-line);
  background: rgba(255, 255, 255, 0.76);
  transition:
    transform 0.24s ease,
    background 0.24s ease;
}

.lc-roadmap-reading-card:hover {
  position: relative;
  z-index: 2;
  background: #ffffff;
  transform: translateY(-5px);
}

.lc-roadmap-reading-card > a {
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: 35px 32px;
  color: inherit;
}

.lc-roadmap-reading-card-featured {
  color: #ffffff;
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(30, 215, 96, 0.18),
      transparent 28%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    var(--roadmap-deep);
  background-size: auto, 34px 34px, 34px 34px, auto;
}

.lc-roadmap-reading-card-featured:hover {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(30, 215, 96, 0.23),
      transparent 30%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.032) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.032) 1px,
      transparent 1px
    ),
    #092416;
  background-size: auto, 34px 34px, 34px 34px, auto;
}

.lc-roadmap-reading-card-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 15px;
  margin-bottom: 44px;
  color: #89928c;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lc-roadmap-reading-card-featured .lc-roadmap-reading-card-top {
  color: rgba(255, 255, 255, 0.48);
}

.lc-roadmap-reading-card-top span:first-child {
  color: var(--brand-deep);
}

.lc-roadmap-reading-card-featured
  .lc-roadmap-reading-card-top span:first-child {
  color: var(--roadmap-bright);
}

.lc-roadmap-reading-card-number {
  margin-bottom: 24px;
  color: rgba(29, 185, 84, 0.16);
  font-family: var(--serif);
  font-size: clamp(4.8rem, 7vw, 7rem);
  line-height: 0.8;
  font-weight: 500;
}

.lc-roadmap-reading-card-featured
  .lc-roadmap-reading-card-number {
  color: rgba(30, 215, 96, 0.22);
}

.lc-roadmap-reading-card h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.85rem, 2.75vw, 2.75rem);
  line-height: 1.05;
  font-weight: 500;
}

/* Keep the Chapter 1 and Chapter 2 title areas equal */
.lc-roadmap-opening-grid
  .lc-roadmap-reading-card:not(.lc-roadmap-reading-card-featured)
  h3 {
  min-height: 3.15em;
}

/* Keep the Chapter 1 and Chapter 2 description areas equal */
.lc-roadmap-opening-grid
  .lc-roadmap-reading-card:not(.lc-roadmap-reading-card-featured)
  p {
  min-height: 5.1em;
}

.lc-roadmap-reading-card-featured h3 {
  color: rgba(255, 255, 255, 0.94);
}

.lc-roadmap-reading-card p {
  margin: 0 0 28px;
  color: #626d65;
  font-size: 0.86rem;
  line-height: 1.7;
}

.lc-roadmap-reading-card-featured p {
  color: rgba(255, 255, 255, 0.64);
}

.lc-roadmap-reading-card strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 900;
}

.lc-roadmap-reading-card-featured strong {
  color: var(--roadmap-bright);
}

.lc-roadmap-reading-card strong b {
  transition: transform 0.2s ease;
}

.lc-roadmap-reading-card:hover strong b {
  transform: translateX(5px);
}

/* =========================================================
   FIVE-STAGE ROADMAP PATH
   ========================================================= */

.lc-roadmap-path-section {
  position: relative;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 14% 12%,
      rgba(30, 215, 96, 0.13),
      transparent 23%
    ),
    radial-gradient(
      circle at 89% 78%,
      rgba(30, 215, 96, 0.08),
      transparent 24%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.021) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.021) 1px,
      transparent 1px
    ),
    var(--roadmap-deep);
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
}

.lc-roadmap-path-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    transparent,
    rgba(30, 215, 96, 0.16) 15%,
    rgba(30, 215, 96, 0.16) 85%,
    transparent
  );
}

.lc-roadmap-path-heading {
  display: block;
  margin-bottom: 84px;
}

.lc-roadmap-path-heading > div {
  width: 100%;
}

.lc-roadmap-path-heading h2 {
  width: 100%;
  max-width: 1180px;
  margin: 0;
  color: #ffffff;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.lc-roadmap-path-heading > p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.94rem;
  line-height: 1.75;
}

.lc-roadmap-stage-path {
  position: relative;
  display: flow-root;
  padding: 20px 0 30px;
}

.lc-roadmap-stage-path::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 34px;
  left: 50%;
  width: 2px;
  background: linear-gradient(
    var(--roadmap-bright),
    rgba(30, 215, 96, 0.22)
  );
  transform: translateX(-50%);
  box-shadow: 0 0 18px rgba(30, 215, 96, 0.22);
}

.lc-roadmap-stage-card {
  position: relative;
  width: calc(50% - 73px);
  min-height: 440px;
  margin-bottom: 66px;
}

.lc-roadmap-stage-card:nth-child(odd) {
  margin-right: auto;
}

.lc-roadmap-stage-card:nth-child(even) {
  margin-left: auto;
}

.lc-roadmap-stage-marker {
  position: absolute;
  top: 54px;
  z-index: 4;
}

.lc-roadmap-stage-card:nth-child(odd)
  .lc-roadmap-stage-marker {
  right: -102px;
}

.lc-roadmap-stage-card:nth-child(even)
  .lc-roadmap-stage-marker {
  left: -102px;
}

.lc-roadmap-stage-marker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(30, 215, 96, 0.44);
  border-radius: 50%;
  color: var(--roadmap-bright);
  background: var(--roadmap-deep);
  box-shadow:
    0 0 0 10px rgba(30, 215, 96, 0.045),
    0 0 22px rgba(30, 215, 96, 0.16);
  font-family: var(--serif);
  font-size: 0.8rem;
}

.lc-roadmap-stage-content {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 39px 39px 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(30, 215, 96, 0.09),
      transparent 31%
    ),
    rgba(255, 255, 255, 0.046);
  backdrop-filter: blur(7px);
  box-shadow: 0 25px 68px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background 0.24s ease;
}

.lc-roadmap-stage-content::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 112px;
  height: 4px;
  background: var(--roadmap-bright);
}

.lc-roadmap-stage-card:hover .lc-roadmap-stage-content {
  border-color: rgba(30, 215, 96, 0.26);
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(30, 215, 96, 0.14),
      transparent 32%
    ),
    rgba(255, 255, 255, 0.06);
  transform: translateY(-5px);
}

.lc-roadmap-stage-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 9px 16px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lc-roadmap-stage-label span:last-child {
  color: var(--roadmap-bright);
}

.lc-roadmap-stage-content h3 {
  margin: 0 0 9px;
  color: #ffffff;
  font-family: var(--serif);
  font-size: clamp(3.3rem, 5vw, 5rem);
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.lc-roadmap-stage-content h4 {
  margin: 0 0 21px;
  color: rgba(255, 255, 255, 0.83);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  line-height: 1.27;
  font-weight: 500;
}

.lc-roadmap-stage-content > p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 0.88rem;
  line-height: 1.72;
}

.lc-roadmap-stage-question {
  margin: auto 0 27px;
  padding: 20px 22px;
  border-left: 3px solid var(--roadmap-bright);
  background: rgba(30, 215, 96, 0.065);
}

.lc-roadmap-stage-question span {
  display: block;
  margin-bottom: 8px;
  color: var(--roadmap-bright);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lc-roadmap-stage-question strong {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.35;
  font-weight: 500;
}

.lc-roadmap-stage-content > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--roadmap-bright);
  font-size: 0.76rem;
  font-weight: 900;
}

.lc-roadmap-stage-content > a span {
  transition: transform 0.2s ease;
}

.lc-roadmap-stage-content > a:hover span {
  transform: translateX(5px);
}

/* =========================================================
   CONTINUOUS ROADMAP LOOP
   ========================================================= */

.lc-roadmap-continuity-section {
  background:
    radial-gradient(
      circle at 92% 15%,
      rgba(29, 185, 84, 0.055),
      transparent 24%
    ),
    #eef1ec;
}

.lc-roadmap-continuity {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1.25fr);
  gap: clamp(50px, 7vw, 105px);
  align-items: center;
}

.lc-roadmap-continuity h2 {
  max-width: 680px;
  margin: 0 0 21px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.9rem, 5.2vw, 5.25rem);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.lc-roadmap-continuity p {
  max-width: 650px;
  margin: 0;
  color: #5e6961;
  font-size: 0.96rem;
  line-height: 1.78;
}

.lc-roadmap-continuity-loop {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 46px;
  overflow: hidden;
  border: 1px solid var(--roadmap-line);
  background:
    linear-gradient(
      rgba(61, 76, 65, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(61, 76, 65, 0.045) 1px,
      transparent 1px
    ),
    rgba(255, 255, 255, 0.75);
  background-size: 34px 34px;
  box-shadow: 0 22px 62px rgba(35, 48, 38, 0.07);
}

.lc-roadmap-continuity-loop::before {
  content: "";
  position: absolute;
  inset: 21px;
  border: 1px solid rgba(61, 76, 65, 0.08);
}

.lc-roadmap-continuity-loop span,
.lc-roadmap-continuity-loop b {
  position: relative;
  z-index: 2;
}

.lc-roadmap-continuity-loop span {
  min-width: 115px;
  padding: 16px 18px;
  border: 1px solid rgba(29, 185, 84, 0.22);
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.055);
  font-family: var(--serif);
  font-size: 1.08rem;
  text-align: center;
}

.lc-roadmap-continuity-loop b {
  color: var(--roadmap-green);
  font-size: 0.9rem;
}

.lc-roadmap-continuity-loop b:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border: 1px solid rgba(29, 185, 84, 0.28);
  border-radius: 50%;
  background: rgba(29, 185, 84, 0.07);
  font-size: 1.2rem;
}

/* =========================================================
   FINAL REFLECTION
   ========================================================= */

.lc-roadmap-reflection-section {
  background: var(--roadmap-paper);
}

.lc-roadmap-reflection {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.25fr) minmax(0, 0.75fr);
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 84% 15%,
      rgba(30, 215, 96, 0.18),
      transparent 29%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    var(--roadmap-deep);
  background-size: auto, 38px 38px, 38px 38px, auto;
  box-shadow: 0 30px 80px rgba(23, 39, 27, 0.2);
}

.lc-roadmap-reflection::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  pointer-events: none;
}

.lc-roadmap-reflection-number {
  position: relative;
  z-index: 2;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.lc-roadmap-reflection-number span {
  color: rgba(30, 215, 96, 0.25);
  font-family: var(--serif);
  font-size: clamp(7rem, 11vw, 12rem);
  line-height: 1;
}

.lc-roadmap-reflection-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 7vw, 90px);
}

.lc-roadmap-reflection-content h2 {
  max-width: 760px;
  margin: 0 0 23px;
  color: #ffffff;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6.3vw, 6.3rem);
  line-height: 0.94;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.lc-roadmap-reflection-content > p:not(.eyebrow) {
  max-width: 690px;
  margin: 0 0 31px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.97rem;
  line-height: 1.76;
}

.lc-roadmap-reflection-content .button {
  width: fit-content;
}

/* =========================================================
   ROADMAP TOOLS
   ========================================================= */

.lc-roadmap-tools-section {
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(29, 185, 84, 0.045),
      transparent 24%
    ),
    #eef1ec;
}

.lc-roadmap-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 53px;
  border-top: 1px solid var(--roadmap-line);
  border-left: 1px solid var(--roadmap-line);
  box-shadow: 0 20px 58px rgba(35, 48, 38, 0.06);
}

.lc-roadmap-tool-card {
  min-height: 470px;
  border-right: 1px solid var(--roadmap-line);
  border-bottom: 1px solid var(--roadmap-line);
  background: rgba(255, 255, 255, 0.77);
  transition:
    transform 0.24s ease,
    background 0.24s ease;
}

.lc-roadmap-tool-card:hover {
  position: relative;
  z-index: 2;
  background: #ffffff;
  transform: translateY(-5px);
}

.lc-roadmap-tool-card > a {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  padding: 29px 27px 31px;
  color: inherit;
}

.lc-roadmap-tool-card-framework {
  color: #ffffff;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(30, 215, 96, 0.16),
      transparent 29%
    ),
    var(--roadmap-deep);
}

.lc-roadmap-tool-card-framework:hover {
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(30, 215, 96, 0.22),
      transparent 31%
    ),
    #092416;
}

.lc-roadmap-tool-card-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 14px;
  margin-bottom: 26px;
  color: #8b948e;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lc-roadmap-tool-card-header span:first-child {
  color: var(--brand-deep);
}

.lc-roadmap-tool-card-framework
  .lc-roadmap-tool-card-header {
  color: rgba(255, 255, 255, 0.45);
}

.lc-roadmap-tool-card-framework
  .lc-roadmap-tool-card-header span:first-child {
  color: var(--roadmap-bright);
}

/* ---------------------------------------------------------
   Tool icons
   --------------------------------------------------------- */

.lc-roadmap-tool-icon {
  position: relative;
  height: 120px;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid rgba(29, 185, 84, 0.16);
  background:
    linear-gradient(
      rgba(29, 185, 84, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(29, 185, 84, 0.045) 1px,
      transparent 1px
    ),
    rgba(29, 185, 84, 0.035);
  background-size: 24px 24px;
}

.lc-roadmap-tool-card-framework .lc-roadmap-tool-icon {
  border-color: rgba(30, 215, 96, 0.24);
  background:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    rgba(30, 215, 96, 0.05);
  background-size: 24px 24px;
}

.lc-roadmap-scorecard-icon {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px 31px;
}

.lc-roadmap-scorecard-icon span {
  position: relative;
  display: block;
  height: 7px;
  border-radius: 99px;
  background: rgba(29, 185, 84, 0.13);
}

.lc-roadmap-scorecard-icon span::after {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: var(--roadmap-green);
}

.lc-roadmap-scorecard-icon span:nth-child(2)::after {
  width: 72%;
}

.lc-roadmap-scorecard-icon span:nth-child(3)::after {
  width: 58%;
}

.lc-roadmap-scorecard-icon span:nth-child(4)::after {
  width: 84%;
}

.lc-roadmap-discovery-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.lc-roadmap-discovery-icon span {
  position: relative;
  width: 23px;
  height: 23px;
  border: 2px solid rgba(29, 185, 84, 0.52);
  border-radius: 50%;
}

.lc-roadmap-discovery-icon span::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  width: 20px;
  height: 2px;
  background: var(--roadmap-green);
  transform: rotate(45deg);
  transform-origin: left center;
}

.lc-roadmap-discovery-icon span:nth-child(2) {
  width: 31px;
  height: 31px;
  border-color: var(--roadmap-green);
}

.lc-roadmap-canvas-icon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  padding: 24px;
}

.lc-roadmap-canvas-icon span {
  border: 1px solid rgba(29, 185, 84, 0.37);
  background: rgba(29, 185, 84, 0.07);
}

.lc-roadmap-framework-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 21px;
}

.lc-roadmap-framework-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border: 1px solid rgba(30, 215, 96, 0.35);
  border-radius: 50%;
  color: var(--roadmap-bright);
  font-family: var(--serif);
  font-size: 0.62rem;
}

.lc-roadmap-tool-card h3 {
  margin: 0 0 15px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.07;
  font-weight: 500;
}

.lc-roadmap-tool-card-framework h3 {
  color: rgba(255, 255, 255, 0.92);
}

.lc-roadmap-tool-card p {
  margin: 0 0 27px;
  color: #626d65;
  font-size: 0.82rem;
  line-height: 1.68;
}

.lc-roadmap-tool-card-framework p {
  color: rgba(255, 255, 255, 0.62);
}

.lc-roadmap-tool-card strong {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: auto;
  color: var(--brand-deep);
  font-size: 0.73rem;
  font-weight: 900;
}

.lc-roadmap-tool-card-framework strong {
  color: var(--roadmap-bright);
}

.lc-roadmap-tool-card strong b {
  transition: transform 0.2s ease;
}

.lc-roadmap-tool-card:hover strong b {
  transform: translateX(5px);
}

/* =========================================================
   FRAMEWORK EXPLANATION
   ========================================================= */

.lc-roadmap-framework-section {
  color: #ffffff;
  background:
    radial-gradient(
      circle at 87% 14%,
      rgba(30, 215, 96, 0.15),
      transparent 25%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.022) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.022) 1px,
      transparent 1px
    ),
    var(--roadmap-deep);
  background-size: auto, 40px 40px, 40px 40px, auto;
}

.lc-roadmap-framework {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: center;
}

.lc-roadmap-framework-copy h2 {
  max-width: 720px;
  margin: 0 0 23px;
  color: #ffffff;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.6vw, 5.6rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.044em;
}

.lc-roadmap-framework-copy > p:not(.eyebrow) {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.95rem;
  line-height: 1.78;
}

.lc-roadmap-framework-stages {
  display: grid;
  gap: 9px;
}

.lc-roadmap-framework-stages span {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 17px 25px 17px 78px;
  border: 1px solid rgba(30, 215, 96, 0.22);
  color: rgba(255, 255, 255, 0.88);
  background: rgba(30, 215, 96, 0.05);
  font-family: var(--serif);
  font-size: 1.42rem;
}

.lc-roadmap-framework-stages span::before {
  position: absolute;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(30, 215, 96, 0.35);
  border-radius: 50%;
  color: var(--roadmap-bright);
  font-family: var(--serif);
  font-size: 0.62rem;
}

.lc-roadmap-framework-stages span:nth-child(1)::before {
  content: "01";
}

.lc-roadmap-framework-stages span:nth-child(2)::before {
  content: "02";
}

.lc-roadmap-framework-stages span:nth-child(3)::before {
  content: "03";
}

.lc-roadmap-framework-stages span:nth-child(4)::before {
  content: "04";
}

.lc-roadmap-framework-stages span:nth-child(5)::before {
  content: "05";
}

/* =========================================================
   ROADMAP CLOSING
   ========================================================= */

.lc-roadmap-closing-section {
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(29, 185, 84, 0.055),
      transparent 23%
    ),
    var(--roadmap-paper);
}

.lc-roadmap-closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: end;
  padding: clamp(46px, 6vw, 75px);
  border: 1px solid var(--roadmap-line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 64px rgba(35, 48, 38, 0.065);
}

.lc-roadmap-closing h2 {
  max-width: 780px;
  margin: 0 0 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(3rem, 5.8vw, 5.6rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.043em;
}

.lc-roadmap-closing p {
  max-width: 720px;
  margin: 0;
  color: #5e6961;
  font-size: 0.95rem;
  line-height: 1.78;
}

.lc-roadmap-closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

/* =========================================================
   ROADMAP FOCUS STATES
   ========================================================= */

.lc-roadmap-subcollection-page
  .lc-roadmap-reading-card a:focus-visible,
.lc-roadmap-subcollection-page
  .lc-roadmap-stage-content > a:focus-visible,
.lc-roadmap-subcollection-page
  .lc-roadmap-tool-card a:focus-visible {
  outline: 3px solid rgba(29, 185, 84, 0.45);
  outline-offset: 5px;
}

/* =========================================================
   RESPONSIVE — LARGE TABLET
   ========================================================= */

@media (max-width: 1160px) {
  .lc-roadmap-subcollection-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
    gap: 55px;
  }

  .lc-roadmap-subcollection-hero-visual {
    min-height: 550px;
  }

  .lc-roadmap-use-grid,
  .lc-roadmap-tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-roadmap-opening-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-roadmap-reading-card-featured {
    grid-column: 1 / -1;
  }

  .lc-roadmap-reading-card-featured,
  .lc-roadmap-reading-card-featured > a {
    min-height: 430px;
  }

  .lc-roadmap-continuity {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-continuity-loop {
    min-height: 260px;
  }

  .lc-roadmap-framework {
    grid-template-columns: 1fr 0.9fr;
    gap: 55px;
  }
}

/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 940px) {
  .lc-roadmap-subcollection-hero {
    padding-top: 124px;
  }

  .lc-roadmap-subcollection-hero-grid {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-subcollection-hero-visual {
    width: min(100%, 720px);
    min-height: 540px;
  }

  .lc-roadmap-principle {
    grid-template-columns: 145px 1fr;
  }

  .lc-roadmap-principle-label {
    min-height: 230px;
  }

  .lc-roadmap-path-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lc-roadmap-path-section::before {
    display: none;
  }

  .lc-roadmap-stage-path {
    padding-left: 72px;
  }

  .lc-roadmap-stage-path::before {
    left: 28px;
    transform: none;
  }

  .lc-roadmap-stage-card,
  .lc-roadmap-stage-card:nth-child(odd),
  .lc-roadmap-stage-card:nth-child(even) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .lc-roadmap-stage-card:nth-child(odd)
    .lc-roadmap-stage-marker,
  .lc-roadmap-stage-card:nth-child(even)
    .lc-roadmap-stage-marker {
    top: 47px;
    right: auto;
    left: -72px;
  }

  .lc-roadmap-framework {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-framework-stages {
    max-width: 720px;
  }

  .lc-roadmap-closing {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .lc-roadmap-closing-actions {
    justify-content: flex-start;
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 720px) {
  .lc-roadmap-subcollection-hero {
    padding: 108px 0 70px;
  }

  .lc-roadmap-subcollection-hero
    .lc-article-breadcrumbs {
    margin-bottom: 34px;
  }

  .lc-roadmap-subcollection-hero-copy h1 {
    font-size: clamp(3.45rem, 15vw, 5.3rem);
  }

  .lc-roadmap-subcollection-deck {
    font-size: 1.02rem;
  }

  .lc-roadmap-subcollection-hero-actions {
    display: grid;
  }

  .lc-roadmap-subcollection-hero-actions .button {
    width: 100%;
  }

  .lc-roadmap-subcollection-summary {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-subcollection-summary > div {
    min-height: 79px;
  }

  .lc-roadmap-subcollection-hero-visual {
    min-height: 490px;
    padding: 20px;
  }

  .lc-roadmap-visual-path {
    padding: 25px 13px;
  }

  .lc-roadmap-visual-stage {
    width: 100%;
  }

  .lc-roadmap-visual-stage:nth-of-type(1),
  .lc-roadmap-visual-stage:nth-of-type(3),
  .lc-roadmap-visual-stage:nth-of-type(5) {
    transform: none;
  }

  .lc-roadmap-visual-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    text-align: center;
  }

  .lc-roadmap-principle {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-principle-label {
    min-height: auto;
    padding: 21px;
    border-right: 0;
    border-bottom: 1px solid var(--roadmap-line);
  }

  .lc-roadmap-principle-label span {
    writing-mode: initial;
    transform: none;
  }

  .lc-roadmap-principle-copy {
    padding: 38px 29px;
  }

  .lc-roadmap-use-grid,
  .lc-roadmap-opening-grid,
  .lc-roadmap-tools-grid {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-reading-card-featured {
    grid-column: auto;
  }

  .lc-roadmap-use-card {
    min-height: auto;
  }

  .lc-roadmap-reading-card,
  .lc-roadmap-reading-card > a,
  .lc-roadmap-reading-card-featured,
  .lc-roadmap-reading-card-featured > a {
    min-height: 440px;
  }

  .lc-roadmap-path-heading {
    margin-bottom: 58px;
  }

  .lc-roadmap-stage-path {
    padding-left: 54px;
  }

  .lc-roadmap-stage-path::before {
    left: 20px;
  }

  .lc-roadmap-stage-card:nth-child(odd)
    .lc-roadmap-stage-marker,
  .lc-roadmap-stage-card:nth-child(even)
    .lc-roadmap-stage-marker {
    left: -54px;
  }

  .lc-roadmap-stage-marker span {
    width: 42px;
    height: 42px;
    font-size: 0.66rem;
    box-shadow:
      0 0 0 6px rgba(30, 215, 96, 0.04),
      0 0 16px rgba(30, 215, 96, 0.14);
  }

  .lc-roadmap-stage-card {
    min-height: auto;
    margin-bottom: 42px;
  }

  .lc-roadmap-stage-content {
    min-height: auto;
    padding: 34px 27px;
  }

  .lc-roadmap-stage-content h3 {
    font-size: clamp(3rem, 14vw, 4.35rem);
  }

  .lc-roadmap-continuity-loop {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 39px 27px;
  }

  .lc-roadmap-continuity-loop span {
    width: min(100%, 260px);
  }

  .lc-roadmap-continuity-loop b {
    transform: rotate(90deg);
  }

  .lc-roadmap-continuity-loop b:last-child {
    transform: none;
  }

  .lc-roadmap-reflection {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-reflection-number {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .lc-roadmap-reflection-number span {
    font-size: 7rem;
  }

  .lc-roadmap-reflection-content {
    padding: 45px 30px 53px;
  }

  .lc-roadmap-reflection-content .button {
    width: 100%;
  }

  .lc-roadmap-tool-card,
  .lc-roadmap-tool-card > a {
    min-height: 430px;
  }

  .lc-roadmap-framework-stages span {
    padding-left: 70px;
    font-size: 1.22rem;
  }

  .lc-roadmap-closing {
    padding: 39px 28px;
  }

  .lc-roadmap-closing-actions {
    display: grid;
    width: 100%;
  }

  .lc-roadmap-closing-actions .button {
    width: 100%;
  }
}

/* =========================================================
   RESPONSIVE — SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
  .lc-roadmap-subcollection-hero-copy h1 {
    font-size: clamp(3.1rem, 16vw, 4.4rem);
  }

  .lc-roadmap-subcollection-hero-visual {
    min-height: 455px;
  }

  .lc-roadmap-visual-header {
    display: grid;
    gap: 5px;
  }

  .lc-roadmap-visual-stage {
    grid-template-columns: 38px 1fr;
    padding: 10px 13px;
  }

  .lc-roadmap-visual-stage span {
    width: 34px;
    height: 34px;
  }

  .lc-roadmap-visual-stage strong {
    font-size: 1.15rem;
  }

  .lc-roadmap-use-card {
    padding: 28px 24px;
  }

  .lc-roadmap-reading-card > a {
    padding: 30px 25px;
  }

  .lc-roadmap-reading-card h3 {
    font-size: 1.8rem;
  }

  .lc-roadmap-stage-path {
    padding-left: 43px;
  }

  .lc-roadmap-stage-path::before {
    left: 15px;
  }

  .lc-roadmap-stage-card:nth-child(odd)
    .lc-roadmap-stage-marker,
  .lc-roadmap-stage-card:nth-child(even)
    .lc-roadmap-stage-marker {
    left: -43px;
  }

  .lc-roadmap-stage-marker span {
    width: 34px;
    height: 34px;
    font-size: 0.58rem;
  }

  .lc-roadmap-stage-content {
    padding: 31px 23px;
  }

  .lc-roadmap-stage-content h3 {
    font-size: 2.8rem;
  }

  .lc-roadmap-stage-content h4 {
    font-size: 1.2rem;
  }

  .lc-roadmap-stage-question {
    padding: 18px;
  }

  .lc-roadmap-tool-card > a {
    padding: 27px 24px;
  }

  .lc-roadmap-reflection-content h2,
  .lc-roadmap-closing h2,
  .lc-roadmap-framework-copy h2,
  .lc-roadmap-continuity h2,
  .lc-roadmap-principle-copy h2 {
    font-size: clamp(2.65rem, 13vw, 3.8rem);
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .lc-roadmap-use-card,
  .lc-roadmap-reading-card,
  .lc-roadmap-reading-card strong b,
  .lc-roadmap-stage-content,
  .lc-roadmap-stage-content > a span,
  .lc-roadmap-tool-card,
  .lc-roadmap-tool-card strong b {
    transition: none;
  }

  .lc-roadmap-use-card:hover,
  .lc-roadmap-reading-card:hover,
  .lc-roadmap-stage-card:hover .lc-roadmap-stage-content,
  .lc-roadmap-tool-card:hover {
    transform: none;
  }
}

/* =========================================================
   PRINT
   ========================================================= */

@media print {
  .lc-roadmap-subcollection-page .site-header,
  .lc-roadmap-subcollection-page .site-footer,
  .lc-roadmap-subcollection-hero-actions,
  .lc-roadmap-closing-actions {
    display: none !important;
  }

  .lc-roadmap-subcollection-hero,
  .lc-roadmap-principle-section,
  .lc-roadmap-use-section,
  .lc-roadmap-opening-section,
  .lc-roadmap-path-section,
  .lc-roadmap-continuity-section,
  .lc-roadmap-reflection-section,
  .lc-roadmap-tools-section,
  .lc-roadmap-framework-section,
  .lc-roadmap-closing-section {
    color: #000000;
    background: #ffffff;
  }

  .lc-roadmap-subcollection-hero {
    padding: 30px 0;
  }

  .lc-roadmap-subcollection-hero-grid,
  .lc-roadmap-principle,
  .lc-roadmap-path-heading,
  .lc-roadmap-continuity,
  .lc-roadmap-reflection,
  .lc-roadmap-framework,
  .lc-roadmap-closing {
    display: block;
  }

  .lc-roadmap-subcollection-hero-visual,
  .lc-roadmap-continuity-loop,
  .lc-roadmap-reflection-number {
    display: none;
  }

  .lc-roadmap-stage-path {
    padding: 0;
  }

  .lc-roadmap-stage-path::before,
  .lc-roadmap-stage-marker {
    display: none;
  }

  .lc-roadmap-stage-card,
  .lc-roadmap-stage-card:nth-child(odd),
  .lc-roadmap-stage-card:nth-child(even) {
    width: 100%;
    margin: 0 0 20px;
  }

  .lc-roadmap-stage-content,
  .lc-roadmap-reflection,
  .lc-roadmap-framework-section {
    color: #000000;
    background: #ffffff;
    box-shadow: none;
    border: 1px solid #999999;
  }

  .lc-roadmap-stage-content h3,
  .lc-roadmap-stage-content h4,
  .lc-roadmap-stage-content > p,
  .lc-roadmap-stage-question strong,
  .lc-roadmap-reflection-content h2,
  .lc-roadmap-reflection-content > p:not(.eyebrow),
  .lc-roadmap-framework-copy h2,
  .lc-roadmap-framework-copy > p:not(.eyebrow) {
    color: #000000;
  }

  .lc-roadmap-stage-card,
  .lc-roadmap-reading-card,
  .lc-roadmap-tool-card,
  .lc-roadmap-reflection {
    break-inside: avoid;
  }
}

/* =========================================================
   FRIDAI LEARNING CENTER — APPENDIX A SCORECARD
   AI Readiness Scorecard

   Add this block to the bottom of learning-center.css.
   Styles are scoped to .lc-scorecard-page.
   ========================================================= */

/* =========================================================
   SCORECARD ACCESSIBILITY
   ========================================================= */

.lc-scorecard-page
  .lc-scorecard-table-wrapper:focus-visible,
.lc-scorecard-page
  input[type="radio"]:focus-visible,
.lc-scorecard-page
  input[type="number"]:focus-visible {
  outline: 3px solid rgba(29, 185, 84, 0.38);
  outline-offset: 3px;
}

/* =========================================================
   SCORECARD ARTICLE WIDTH AND TYPOGRAPHY
   ========================================================= */

.lc-scorecard-page .lc-article-content {
  width: min(100%, 940px);
}

.lc-scorecard-page .lc-article-content h2 {
  max-width: 860px;
  font-size: clamp(2.35rem, 3.8vw, 3.75rem);
}

.lc-scorecard-page .lc-article-introduction {
  margin-bottom: 82px;
}

.lc-scorecard-page .lc-scorecard-form {
  margin: 0;
}

.lc-scorecard-page .lc-scorecard-section {
  margin-bottom: 94px;
}

.lc-scorecard-page .lc-scorecard-section-number {
  margin: 0 0 12px !important;
  color: var(--brand-deep) !important;
  font-size: 0.64rem !important;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.lc-scorecard-page
  .lc-scorecard-section-number
  + h2 {
  margin-top: 0;
}

.lc-scorecard-page
  .lc-scorecard-section
  > p:not(.lc-scorecard-section-number):not(.lc-scorecard-section-total) {
  max-width: 760px;
}

/* =========================================================
   SHARED TABLE WRAPPER
   ========================================================= */

.lc-scorecard-page .lc-scorecard-table-wrapper {
  position: relative;
  width: 100%;
  margin: 30px 0 0;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(65, 80, 69, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 18px 46px rgba(35, 48, 38, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  scrollbar-color:
    rgba(29, 185, 84, 0.42)
    rgba(65, 80, 69, 0.08);
  scrollbar-width: thin;
}

.lc-scorecard-page
  .lc-scorecard-table-wrapper::-webkit-scrollbar {
  height: 10px;
}

.lc-scorecard-page
  .lc-scorecard-table-wrapper::-webkit-scrollbar-track {
  background: rgba(65, 80, 69, 0.07);
}

.lc-scorecard-page
  .lc-scorecard-table-wrapper::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background:
    rgba(29, 185, 84, 0.42);
  background-clip: padding-box;
}

.lc-scorecard-page table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: #465249;
  background: transparent;
}

.lc-scorecard-page th,
.lc-scorecard-page td {
  border-right: 1px solid rgba(65, 80, 69, 0.11);
  border-bottom: 1px solid rgba(65, 80, 69, 0.11);
}

.lc-scorecard-page tr > *:last-child {
  border-right: 0;
}

.lc-scorecard-page tbody tr:last-child > *,
.lc-scorecard-page tfoot tr:last-child > * {
  border-bottom: 0;
}

.lc-scorecard-page thead th {
  padding: 17px 16px;
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(
      135deg,
      var(--deep-green),
      #0c321b
    );
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.lc-scorecard-page thead th:first-child {
  text-align: left;
}

.lc-scorecard-page tbody th {
  padding: 19px 20px;
  color: #3f4c43;
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.58;
  text-align: left;
}

.lc-scorecard-page tbody td {
  padding: 14px 10px;
  color: #566159;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: center;
}

.lc-scorecard-page tbody tr:nth-child(even) th {
  background: rgba(241, 244, 239, 0.92);
}

.lc-scorecard-page tbody tr:nth-child(even) td {
  background: rgba(241, 244, 239, 0.72);
}

.lc-scorecard-page tbody tr {
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.lc-scorecard-page
  .lc-scorecard-rating-table
  tbody tr:hover th,
.lc-scorecard-page
  .lc-scorecard-rating-table
  tbody tr:hover td {
  background: rgba(29, 185, 84, 0.065);
}

/* =========================================================
   SCORING SCALE
   ========================================================= */

.lc-scorecard-page .lc-scorecard-scale-table {
  table-layout: fixed;
}

.lc-scorecard-page
  .lc-scorecard-scale-table
  th:first-child {
  width: 145px;
}

.lc-scorecard-page
  .lc-scorecard-scale-table
  tbody th {
  color: var(--brand-deep);
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.lc-scorecard-page
  .lc-scorecard-scale-table
  tbody td {
  padding: 20px 22px;
  color: #465249;
  font-size: 0.92rem;
  font-weight: 760;
  text-align: left;
}

/* =========================================================
   RATING TABLES
   ========================================================= */

.lc-scorecard-page .lc-scorecard-rating-table {
  min-width: 760px;
  table-layout: fixed;
}

.lc-scorecard-page
  .lc-scorecard-rating-table
  th:first-child {
  width: 64%;
}

.lc-scorecard-page
  .lc-scorecard-rating-table
  th:not(:first-child),
.lc-scorecard-page
  .lc-scorecard-rating-table
  td {
  width: 7.2%;
}

/* =========================================================
   CUSTOM SCORE RADIO BUTTONS
   ========================================================= */

.lc-scorecard-page input[type="radio"] {
  width: 25px;
  height: 25px;
  margin: 0;
  border: 2px solid rgba(70, 86, 75, 0.33);
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  box-shadow:
    inset 0 0 0 5px #ffffff;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.lc-scorecard-page input[type="radio"]:hover {
  border-color: var(--brand);
  transform: scale(1.08);
}

.lc-scorecard-page input[type="radio"]:checked {
  border-color: var(--brand);
  background: var(--brand);
  box-shadow:
    inset 0 0 0 5px #ffffff,
    0 0 0 4px rgba(29, 185, 84, 0.11),
    0 0 15px rgba(29, 185, 84, 0.26);
}

/* =========================================================
   CATEGORY TOTAL FIELDS
   ========================================================= */

.lc-scorecard-page .lc-scorecard-section-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 18px 0 0 !important;
  padding: 18px 21px;
  border: 1px solid rgba(29, 185, 84, 0.2);
  border-radius: 12px;
  color: #465249 !important;
  background:
    radial-gradient(
      circle at 94% 10%,
      rgba(29, 185, 84, 0.08),
      transparent 38%
    ),
    rgba(255, 255, 255, 0.8);
  font-size: 0.84rem !important;
  font-weight: 850;
  line-height: 1.4 !important;
}

.lc-scorecard-page
  .lc-scorecard-section-total label {
  margin-right: auto;
}

.lc-scorecard-page
  .lc-scorecard-section-total span {
  color: #737d76;
  font-family: var(--serif);
  font-size: 1rem;
}

/* =========================================================
   NUMBER INPUTS
   ========================================================= */

.lc-scorecard-page input[type="number"] {
  width: 78px;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid rgba(65, 80, 69, 0.22);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.lc-scorecard-page
  input[type="number"]::-webkit-inner-spin-button,
.lc-scorecard-page
  input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.lc-scorecard-page input[type="number"]:hover {
  border-color: rgba(29, 185, 84, 0.48);
}

.lc-scorecard-page input[type="number"]:focus {
  border-color: var(--brand);
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(29, 185, 84, 0.1);
}

/* =========================================================
   SCORE SUMMARY
   ========================================================= */

.lc-scorecard-page .lc-scorecard-summary-section {
  margin-top: 28px;
  padding: 55px 48px 50px;
  border: 1px solid rgba(65, 80, 69, 0.15);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 95% 4%,
      rgba(29, 185, 84, 0.1),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.94),
      rgba(238, 241, 236, 0.92)
    );
  box-shadow: 0 24px 65px rgba(35, 48, 38, 0.09);
}

.lc-scorecard-page
  .lc-scorecard-summary-section
  > p {
  max-width: 680px;
}

.lc-scorecard-page .lc-scorecard-summary-table {
  table-layout: fixed;
}

.lc-scorecard-page
  .lc-scorecard-summary-table
  th:first-child {
  width: 66%;
}

.lc-scorecard-page
  .lc-scorecard-summary-table
  tbody th {
  font-size: 0.9rem;
}

.lc-scorecard-page
  .lc-scorecard-summary-table
  tbody td,
.lc-scorecard-page
  .lc-scorecard-summary-table
  tfoot td {
  white-space: nowrap;
}

.lc-scorecard-page
  .lc-scorecard-summary-table
  tfoot th,
.lc-scorecard-page
  .lc-scorecard-summary-table
  tfoot td {
  padding: 22px 20px;
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      var(--deep-green),
      #0b341b
    );
  font-weight: 900;
}

.lc-scorecard-page
  .lc-scorecard-summary-table
  tfoot th {
  font-family: var(--serif);
  font-size: 1.28rem;
  text-align: left;
}

.lc-scorecard-page
  .lc-scorecard-summary-table
  tfoot span {
  color: rgba(255, 255, 255, 0.66);
}

.lc-scorecard-page
  .lc-scorecard-summary-table
  tfoot input {
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
}

.lc-scorecard-page
  .lc-scorecard-summary-table
  tfoot input:focus {
  border-color: var(--brand-bright);
  background: rgba(255, 255, 255, 0.13);
}

/* =========================================================
   RESULTS GRID
   ========================================================= */

.lc-scorecard-page .lc-scorecard-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.lc-scorecard-page .lc-scorecard-result-card {
  position: relative;
  min-height: 410px;
  padding: 34px 32px 36px;
  overflow: hidden;
  border: 1px solid rgba(65, 80, 69, 0.15);
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.95),
      rgba(240, 243, 238, 0.9)
    );
  box-shadow: 0 18px 48px rgba(35, 48, 38, 0.075);
}

.lc-scorecard-page
  .lc-scorecard-result-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--brand);
}

.lc-scorecard-page
  .lc-scorecard-result-card::after {
  content: "";
  position: absolute;
  top: -95px;
  right: -95px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(29, 185, 84, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(29, 185, 84, 0.025),
    0 0 0 35px rgba(29, 185, 84, 0.055);
  pointer-events: none;
}

.lc-scorecard-page
  .lc-scorecard-result-card:nth-child(2)::before {
  opacity: 0.78;
}

.lc-scorecard-page
  .lc-scorecard-result-card:nth-child(3)::before {
  opacity: 0.56;
}

.lc-scorecard-page
  .lc-scorecard-result-card:nth-child(4)::before {
  opacity: 0.34;
}

.lc-scorecard-page
  .lc-scorecard-result-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.72;
}

.lc-scorecard-page
  .lc-scorecard-result-card p + p {
  margin-top: 1em;
}

.lc-scorecard-page .lc-scorecard-result-range {
  width: fit-content;
  margin: 0 0 17px !important;
  padding: 7px 12px;
  border: 1px solid rgba(29, 185, 84, 0.22);
  border-radius: 999px;
  color: var(--brand-deep) !important;
  background: rgba(29, 185, 84, 0.07);
  font-size: 0.66rem !important;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.lc-scorecard-page .lc-scorecard-result-title {
  margin: 0 0 20px !important;
  color: var(--ink) !important;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 2.8vw, 2.55rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em;
}

.lc-scorecard-page
  .lc-scorecard-result-title strong {
  font-weight: 500;
}

/* =========================================================
   REFLECTION QUESTIONS
   ========================================================= */

.lc-scorecard-page .lc-scorecard-reflection-list {
  display: grid;
  gap: 0;
  margin: 31px 0 0;
  padding: 0;
  border-top: 1px solid rgba(65, 80, 69, 0.14);
  list-style: none;
  counter-reset: scorecard-reflection;
}

.lc-scorecard-page
  .lc-scorecard-reflection-list li {
  counter-increment: scorecard-reflection;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 96px;
  padding: 21px 12px;
  border-bottom: 1px solid rgba(65, 80, 69, 0.14);
  color: #465249;
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.65;
}

.lc-scorecard-page
  .lc-scorecard-reflection-list li::before {
  content: counter(scorecard-reflection, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(29, 185, 84, 0.26);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.055);
  font-family: var(--serif);
  font-size: 0.76rem;
  box-shadow:
    0 0 0 5px rgba(29, 185, 84, 0.025);
}

/* =========================================================
   TABLE SCROLL MESSAGE ON SMALL SCREENS
   ========================================================= */

@media (max-width: 820px) {
  .lc-scorecard-page
    .lc-scorecard-rating-table {
    min-width: 730px;
  }

  .lc-scorecard-page
    .lc-scorecard-rating-table
    th:first-child {
    width: 58%;
  }

  .lc-scorecard-page
    .lc-scorecard-rating-table
    th:not(:first-child),
  .lc-scorecard-page
    .lc-scorecard-rating-table
    td {
    width: 8.4%;
  }
}

/* =========================================================
   SCORECARD RESPONSIVE
   ========================================================= */

@media (max-width: 720px) {
  .lc-scorecard-page .lc-article-content {
    width: 100%;
  }

  .lc-scorecard-page .lc-article-content h2 {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
  }

  .lc-scorecard-page .lc-scorecard-section {
    margin-bottom: 76px;
  }

  .lc-scorecard-page .lc-scorecard-table-wrapper {
    margin-top: 25px;
    border-radius: 11px;
  }

  .lc-scorecard-page
    .lc-scorecard-section-total {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 17px 18px;
  }

  .lc-scorecard-page
    .lc-scorecard-section-total label {
    flex: 1 0 100%;
    margin: 0 0 5px;
  }

  .lc-scorecard-page
    .lc-scorecard-summary-section {
    padding: 39px 25px 35px;
  }

  .lc-scorecard-page
    .lc-scorecard-summary-table {
    min-width: 520px;
  }

  .lc-scorecard-page
    .lc-scorecard-results-grid {
    grid-template-columns: 1fr;
  }

  .lc-scorecard-page
    .lc-scorecard-result-card {
    min-height: auto;
    padding: 31px 27px 33px;
  }

  .lc-scorecard-page
    .lc-scorecard-reflection-list li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    min-height: 88px;
    padding: 20px 5px;
    font-size: 0.93rem;
  }

  .lc-scorecard-page
    .lc-scorecard-reflection-list li::before {
    width: 41px;
    height: 41px;
  }
}

@media (max-width: 480px) {
  .lc-scorecard-page
    .lc-scorecard-scale-table {
    min-width: 460px;
  }

  .lc-scorecard-page
    .lc-scorecard-scale-table
    th:first-child {
    width: 105px;
  }

  .lc-scorecard-page
    .lc-scorecard-rating-table {
    min-width: 690px;
  }

  .lc-scorecard-page
    .lc-scorecard-rating-table
    th:first-child {
    width: 55%;
  }

  .lc-scorecard-page
    .lc-scorecard-rating-table
    th:not(:first-child),
  .lc-scorecard-page
    .lc-scorecard-rating-table
    td {
    width: 9%;
  }

  .lc-scorecard-page thead th {
    padding: 15px 11px;
    font-size: 0.62rem;
  }

  .lc-scorecard-page tbody th {
    padding: 17px 16px;
    font-size: 0.82rem;
  }

  .lc-scorecard-page tbody td {
    padding: 13px 8px;
  }

  .lc-scorecard-page input[type="radio"] {
    width: 23px;
    height: 23px;
  }

  .lc-scorecard-page
    .lc-scorecard-summary-section {
    margin-right: -4px;
    margin-left: -4px;
    padding: 34px 18px 31px;
  }

  .lc-scorecard-page
    .lc-scorecard-result-card {
    padding: 29px 23px 31px;
  }

  .lc-scorecard-page
    .lc-scorecard-result-title {
    font-size: 1.9rem !important;
  }
}

/* =========================================================
   SCORECARD PRINT STYLES
   ========================================================= */

@media print {
  .lc-scorecard-page {
    background: #ffffff;
  }

  .lc-scorecard-page
    .lc-article-content {
    width: 100%;
    max-width: none;
  }

  .lc-scorecard-page
    .lc-scorecard-summary-section,
  .lc-scorecard-page
    .lc-scorecard-result-card,
  .lc-scorecard-page
    .lc-scorecard-table-wrapper {
    background: #ffffff;
    box-shadow: none;
  }

  .lc-scorecard-page
    .lc-scorecard-table-wrapper {
    overflow: visible;
    border-color: #777777;
    border-radius: 0;
  }

  .lc-scorecard-page table,
  .lc-scorecard-page
    .lc-scorecard-rating-table,
  .lc-scorecard-page
    .lc-scorecard-scale-table,
  .lc-scorecard-page
    .lc-scorecard-summary-table {
    width: 100%;
    min-width: 0;
  }

  .lc-scorecard-page thead {
    display: table-header-group;
  }

  .lc-scorecard-page tr {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .lc-scorecard-page th,
  .lc-scorecard-page td {
    border-color: #aaaaaa;
  }

  .lc-scorecard-page thead th,
  .lc-scorecard-page
    .lc-scorecard-summary-table
    tfoot th,
  .lc-scorecard-page
    .lc-scorecard-summary-table
    tfoot td {
    color: #000000;
    background: #eeeeee !important;
  }

  .lc-scorecard-page tbody th,
  .lc-scorecard-page tbody td {
    color: #000000;
    background: #ffffff !important;
  }

  .lc-scorecard-page
    .lc-scorecard-rating-table
    th:first-child {
    width: 62%;
  }

  .lc-scorecard-page
    .lc-scorecard-rating-table
    th:not(:first-child),
  .lc-scorecard-page
    .lc-scorecard-rating-table
    td {
    width: 7.6%;
  }

  .lc-scorecard-page input[type="radio"] {
    width: 16px;
    height: 16px;
    border-color: #555555;
    background: #ffffff;
    box-shadow: none;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .lc-scorecard-page input[type="radio"]:checked {
    border-color: #000000;
    background: #000000;
    box-shadow:
      inset 0 0 0 3px #ffffff;
  }

  .lc-scorecard-page input[type="number"] {
    min-height: 28px;
    border: 0;
    border-bottom: 1px solid #555555;
    border-radius: 0;
    color: #000000;
    background: transparent;
    box-shadow: none;
  }

  .lc-scorecard-page
    .lc-scorecard-section-total {
    border-color: #999999;
    color: #000000 !important;
    background: #ffffff;
  }

  .lc-scorecard-page
    .lc-scorecard-result-card {
    min-height: 0;
    border-color: #888888;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .lc-scorecard-page
    .lc-scorecard-result-card::before,
  .lc-scorecard-page
    .lc-scorecard-result-card::after {
    display: none;
  }

  .lc-scorecard-page
    .lc-scorecard-result-range {
    border-color: #777777;
    color: #000000 !important;
    background: #ffffff;
  }

  .lc-scorecard-page
    .lc-scorecard-reflection-list li::before {
    border-color: #777777;
    color: #000000;
    background: #ffffff;
    box-shadow: none;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .lc-scorecard-page tbody tr,
  .lc-scorecard-page input[type="radio"],
  .lc-scorecard-page input[type="number"] {
    transition: none;
  }

  .lc-scorecard-page input[type="radio"]:hover {
    transform: none;
  }
}

/* =========================================================
   FRIDAI LEARNING CENTER — APPENDIX B
   AI Opportunity Discovery Worksheet

   Reuses the Appendix A scorecard classes wherever possible.
   ========================================================= */

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.lc-opportunity-worksheet-page
  .lc-worksheet-textarea:focus-visible,
.lc-opportunity-worksheet-page
  .lc-worksheet-text-input:focus-visible,
.lc-opportunity-worksheet-page
  .lc-worksheet-date-input:focus-visible,
.lc-opportunity-worksheet-page
  .lc-worksheet-inline-input:focus-visible,
.lc-opportunity-worksheet-page
  input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(29, 185, 84, 0.38);
  outline-offset: 3px;
}

/* =========================================================
   INTRODUCTION REMINDER
   ========================================================= */

.lc-opportunity-worksheet-page .lc-worksheet-reminder {
  position: relative;
  margin: 38px 0 0;
  padding: 28px 30px 28px 34px;
  overflow: hidden;
  border: 1px solid rgba(29, 185, 84, 0.2);
  border-left: 5px solid var(--brand);
  border-radius: 14px;
  background:
    radial-gradient(
      circle at 96% 10%,
      rgba(29, 185, 84, 0.11),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(239, 243, 237, 0.92)
    );
  box-shadow: 0 18px 46px rgba(35, 48, 38, 0.07);
}

.lc-opportunity-worksheet-page
  .lc-worksheet-reminder::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(29, 185, 84, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(29, 185, 84, 0.025),
    0 0 0 29px rgba(29, 185, 84, 0.045);
  pointer-events: none;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-reminder p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #465249;
  font-size: 0.96rem;
  line-height: 1.7;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-reminder p + p {
  margin-top: 0.5em;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-reminder strong {
  color: var(--brand-deep);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* =========================================================
   WORKSHEET SECTIONS
   ========================================================= */

.lc-opportunity-worksheet-page .lc-worksheet-section {
  position: relative;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-section.is-complete
  .lc-scorecard-section-number {
  color: var(--brand) !important;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-section.is-complete
  .lc-scorecard-section-number::after {
  content: " · Complete";
}

/* =========================================================
   WRITTEN RESPONSE FIELDS
   ========================================================= */

.lc-opportunity-worksheet-page .lc-worksheet-field {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-field > label {
  color: #3f4c43;
  font-size: 0.91rem;
  font-weight: 820;
  line-height: 1.55;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-textarea,
.lc-opportunity-worksheet-page
  .lc-worksheet-text-input,
.lc-opportunity-worksheet-page
  .lc-worksheet-date-input {
  width: 100%;
  border: 1px solid rgba(65, 80, 69, 0.2);
  border-radius: 11px;
  color: var(--ink);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(247, 249, 246, 0.94)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 22px rgba(35, 48, 38, 0.035);
  font: inherit;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-textarea {
  min-height: 132px;
  padding: 17px 18px;
  line-height: 1.68;
  resize: vertical;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-text-input,
.lc-opportunity-worksheet-page
  .lc-worksheet-date-input {
  min-height: 52px;
  padding: 11px 15px;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-textarea:hover,
.lc-opportunity-worksheet-page
  .lc-worksheet-text-input:hover,
.lc-opportunity-worksheet-page
  .lc-worksheet-date-input:hover {
  border-color: rgba(29, 185, 84, 0.4);
}

.lc-opportunity-worksheet-page
  .lc-worksheet-textarea:focus,
.lc-opportunity-worksheet-page
  .lc-worksheet-text-input:focus,
.lc-opportunity-worksheet-page
  .lc-worksheet-date-input:focus {
  border-color: var(--brand);
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(29, 185, 84, 0.09),
    0 10px 28px rgba(35, 48, 38, 0.055);
}

/* =========================================================
   QUESTION GROUPS
   ========================================================= */

.lc-opportunity-worksheet-page
  .lc-worksheet-choice-group {
  min-width: 0;
  margin: 40px 0 0;
  padding: 0;
  border: 0;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-choice-group legend {
  width: 100%;
  margin: 0 0 17px;
  padding: 0;
  color: #3f4c43;
  font-size: 0.91rem;
  font-weight: 820;
  line-height: 1.55;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-choice-group legend span {
  display: block;
  margin-top: 4px;
  color: #77817a;
  font-size: 0.75rem;
  font-weight: 700;
}

.lc-opportunity-worksheet-page .lc-worksheet-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* =========================================================
   CHECKBOX AND RADIO OPTION CARDS
   ========================================================= */

.lc-opportunity-worksheet-page .lc-worksheet-option {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  border: 1px solid rgba(65, 80, 69, 0.15);
  border-radius: 11px;
  color: #4a564e;
  background: rgba(255, 255, 255, 0.79);
  box-shadow: 0 8px 22px rgba(35, 48, 38, 0.035);
  font-size: 0.84rem;
  font-weight: 740;
  line-height: 1.45;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.lc-opportunity-worksheet-page
  label.lc-worksheet-option:hover {
  border-color: rgba(29, 185, 84, 0.36);
  background: rgba(29, 185, 84, 0.045);
  transform: translateY(-1px);
}

.lc-opportunity-worksheet-page
  .lc-worksheet-option:has(input:checked) {
  border-color: rgba(29, 185, 84, 0.46);
  background: rgba(29, 185, 84, 0.075);
  box-shadow:
    0 0 0 3px rgba(29, 185, 84, 0.045),
    0 10px 28px rgba(35, 48, 38, 0.055);
}

.lc-opportunity-worksheet-page
  .lc-worksheet-option > span,
.lc-opportunity-worksheet-page
  .lc-worksheet-option label span {
  flex: 1;
}

/* The Appendix A radio styling is reused automatically. */

.lc-opportunity-worksheet-page
  .lc-worksheet-option input[type="radio"] {
  flex: 0 0 auto;
}

/* Use native checkboxes with the FridAI accent for reliability. */

.lc-opportunity-worksheet-page input[type="checkbox"] {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--brand);
  cursor: pointer;
}

/* =========================================================
   OTHER OPTION WITH INLINE TEXT FIELD
   ========================================================= */

.lc-opportunity-worksheet-page
  .lc-worksheet-option-other {
  display: grid;
  grid-template-columns: auto minmax(100px, 1fr);
  gap: 13px;
  align-items: center;
  cursor: default;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-option-other > label {
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-inline-input {
  width: 100%;
  min-width: 0;
  padding: 8px 4px;
  border: 0;
  border-bottom: 1px solid rgba(65, 80, 69, 0.3);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 0.83rem;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease;
}

.lc-opportunity-worksheet-page
  .lc-worksheet-inline-input:focus {
  border-color: var(--brand);
  outline: 0;
  background: rgba(255, 255, 255, 0.55);
}

.lc-opportunity-worksheet-page
  .lc-worksheet-inline-input:disabled {
  border-color: rgba(65, 80, 69, 0.13);
  color: #9ca39e;
  cursor: not-allowed;
}

/* =========================================================
   PROJECT DETAILS
   ========================================================= */

.lc-opportunity-worksheet-page
  .lc-worksheet-project-details {
  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(180px, 0.8fr)
    minmax(180px, 0.8fr);
  gap: 18px;
  margin-top: 42px;
  padding: 28px;
  border: 1px solid rgba(65, 80, 69, 0.15);
  border-radius: 14px;
  background:
    radial-gradient(
      circle at 94% 8%,
      rgba(29, 185, 84, 0.08),
      transparent 35%
    ),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 42px rgba(35, 48, 38, 0.055);
}

.lc-opportunity-worksheet-page
  .lc-worksheet-project-details
  .lc-worksheet-field {
  margin-top: 0;
}

/* =========================================================
   PRIORITY ASSESSMENT
   ========================================================= */

.lc-opportunity-worksheet-page
  #priority-assessment
  .lc-scorecard-rating-table {
  min-width: 760px;
}

.lc-opportunity-worksheet-page
  #priority-total-score[readonly] {
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.9);
}

.lc-opportunity-worksheet-page
  #priority-assessment.is-complete
  .lc-scorecard-section-total {
  border-color: rgba(29, 185, 84, 0.42);
  background:
    radial-gradient(
      circle at 94% 10%,
      rgba(29, 185, 84, 0.14),
      transparent 38%
    ),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    0 0 0 3px rgba(29, 185, 84, 0.045);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 820px) {
  .lc-opportunity-worksheet-page
    .lc-worksheet-project-details {
    grid-template-columns: 1fr 1fr;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-project-details
    .lc-worksheet-field:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .lc-opportunity-worksheet-page
    .lc-worksheet-reminder {
    padding: 25px 23px 25px 27px;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-options {
    grid-template-columns: 1fr;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-project-details {
    grid-template-columns: 1fr;
    padding: 23px 20px;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-project-details
    .lc-worksheet-field:first-child {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .lc-opportunity-worksheet-page
    .lc-worksheet-option {
    min-height: 58px;
    padding: 13px 14px;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-option-other {
    grid-template-columns: 1fr;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-inline-input {
    margin-left: 35px;
    width: calc(100% - 35px);
  }
}

/* =========================================================
   PRINT
   ========================================================= */

@media print {
  .lc-opportunity-worksheet-page
    .lc-worksheet-reminder,
  .lc-opportunity-worksheet-page
    .lc-worksheet-project-details,
  .lc-opportunity-worksheet-page
    .lc-worksheet-option,
  .lc-opportunity-worksheet-page
    .lc-worksheet-textarea,
  .lc-opportunity-worksheet-page
    .lc-worksheet-text-input,
  .lc-opportunity-worksheet-page
    .lc-worksheet-date-input {
    color: #000000;
    background: #ffffff !important;
    box-shadow: none;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-reminder,
  .lc-opportunity-worksheet-page
    .lc-worksheet-project-details,
  .lc-opportunity-worksheet-page
    .lc-worksheet-option {
    border-color: #888888;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-reminder::after {
    display: none;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-textarea {
    min-height: 105px;
    resize: none;
  }

  .lc-opportunity-worksheet-page
    input[type="checkbox"] {
    accent-color: #000000;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-inline-input:disabled {
    color: #000000;
    background: transparent;
  }

  .lc-opportunity-worksheet-page
    .lc-worksheet-section,
  .lc-opportunity-worksheet-page
    .lc-worksheet-choice-group,
  .lc-opportunity-worksheet-page
    .lc-worksheet-field {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .lc-opportunity-worksheet-page
    .lc-worksheet-option,
  .lc-opportunity-worksheet-page
    .lc-worksheet-textarea,
  .lc-opportunity-worksheet-page
    .lc-worksheet-text-input,
  .lc-opportunity-worksheet-page
    .lc-worksheet-date-input,
  .lc-opportunity-worksheet-page
    .lc-worksheet-inline-input {
    transition: none;
  }

  .lc-opportunity-worksheet-page
    label.lc-worksheet-option:hover {
    transform: none;
  }
}

/* =========================================================
   FRIDAI LEARNING CENTER — APPENDIX C
   AI Project Planning Canvas

   Reuses the Appendix B worksheet and Appendix A table styles.
   ========================================================= */

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.lc-project-canvas-page
  .lc-project-canvas-table-input:focus-visible {
  outline: 3px solid rgba(29, 185, 84, 0.38);
  outline-offset: 3px;
}

/* =========================================================
   SUPPORTING LABEL TEXT
   ========================================================= */

.lc-project-canvas-page
  .lc-worksheet-field
  > label
  > span {
  display: block;
  margin-top: 4px;
  color: #77817a;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.55;
}

/* =========================================================
   PROJECT OVERVIEW
   ========================================================= */

.lc-project-canvas-page
  .lc-project-canvas-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.lc-project-canvas-page
  .lc-project-canvas-overview-grid
  .lc-worksheet-field {
  margin-top: 0;
}

/* =========================================================
   CANVAS SUBSECTIONS
   ========================================================= */

.lc-project-canvas-page
  .lc-project-canvas-subsection {
  margin-top: 52px;
  padding: 34px;
  border: 1px solid rgba(65, 80, 69, 0.15);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 96% 8%,
      rgba(29, 185, 84, 0.08),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.94),
      rgba(241, 244, 239, 0.9)
    );
  box-shadow: 0 18px 48px rgba(35, 48, 38, 0.06);
}

.lc-project-canvas-page
  .lc-project-canvas-subsection h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 500;
  line-height: 1.08;
}

.lc-project-canvas-page
  .lc-project-canvas-subsection
  > p {
  margin: 0;
  color: #68736b;
  font-size: 0.88rem;
}

/* =========================================================
   CURRENT PERFORMANCE GRID
   ========================================================= */

.lc-project-canvas-page
  .lc-project-canvas-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.lc-project-canvas-page
  .lc-project-canvas-kpi-grid
  .lc-worksheet-field {
  margin-top: 0;
}

.lc-project-canvas-page
  .lc-project-canvas-kpi-grid
  .lc-worksheet-field:last-child {
  grid-column: 1 / -1;
}

/* =========================================================
   CONDITIONAL HUMAN RESPONSIBILITIES FIELD
   ========================================================= */

.lc-project-canvas-page
  [data-human-responsibilities-field] {
  transition:
    opacity 0.2s ease,
    filter 0.2s ease;
}

.lc-project-canvas-page
  [data-human-responsibilities-field].is-disabled {
  opacity: 0.48;
  filter: grayscale(0.35);
}

.lc-project-canvas-page
  [data-human-responsibilities-field].is-disabled
  textarea {
  cursor: not-allowed;
  background: rgba(235, 238, 233, 0.8);
}

/* =========================================================
   PROJECT TIMELINE
   ========================================================= */

.lc-project-canvas-page
  .lc-project-canvas-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 35px;
}

.lc-project-canvas-page
  .lc-project-canvas-timeline::before {
  content: "";
  position: absolute;
  top: 31px;
  bottom: 31px;
  left: 27px;
  width: 1px;
  background:
    linear-gradient(
      to bottom,
      rgba(29, 185, 84, 0.18),
      rgba(29, 185, 84, 0.72),
      rgba(29, 185, 84, 0.18)
    );
}

.lc-project-canvas-page
  .lc-project-canvas-milestone {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 92px;
  padding: 17px 20px 17px 0;
  border: 1px solid rgba(65, 80, 69, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.94),
      rgba(244, 246, 242, 0.89)
    );
  box-shadow: 0 12px 34px rgba(35, 48, 38, 0.05);
}

.lc-project-canvas-page
  .lc-project-canvas-milestone
  > span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-left: 6px;
  border: 1px solid rgba(29, 185, 84, 0.35);
  border-radius: 50%;
  color: var(--brand-deep);
  background: #ffffff;
  box-shadow:
    0 0 0 6px rgba(29, 185, 84, 0.045),
    0 8px 22px rgba(35, 48, 38, 0.08);
  font-family: var(--serif);
  font-size: 0.7rem;
}

.lc-project-canvas-page
  .lc-project-canvas-milestone
  .lc-worksheet-field {
  margin-top: 0;
}

.lc-project-canvas-page
  .lc-project-canvas-milestone.has-date {
  border-color: rgba(29, 185, 84, 0.31);
  background:
    radial-gradient(
      circle at 95% 12%,
      rgba(29, 185, 84, 0.1),
      transparent 35%
    ),
    rgba(255, 255, 255, 0.95);
}

.lc-project-canvas-page
  .lc-project-canvas-milestone.has-date
  > span {
  color: #ffffff;
  background: var(--brand);
}

/* =========================================================
   EDITABLE CANVAS TABLES
   ========================================================= */

.lc-project-canvas-page
  .lc-project-canvas-table {
  table-layout: fixed;
}

.lc-project-canvas-page
  .lc-project-canvas-table
  th:first-child {
  width: 42%;
}

.lc-project-canvas-page
  .lc-project-canvas-table
  tbody td {
  padding: 10px 13px;
}

.lc-project-canvas-page
  .lc-project-canvas-table-input {
  width: 100%;
  min-height: 43px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-bottom-color: rgba(65, 80, 69, 0.27);
  border-radius: 5px 5px 0 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: 0.86rem;
  line-height: 1.4;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}

.lc-project-canvas-page
  .lc-project-canvas-table-input:hover {
  border-bottom-color: rgba(29, 185, 84, 0.5);
  background: rgba(29, 185, 84, 0.025);
}

.lc-project-canvas-page
  .lc-project-canvas-table-input:focus {
  border-color: var(--brand);
  outline: 0;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(29, 185, 84, 0.08);
}

/* =========================================================
   MEASUREMENT TABLE
   ========================================================= */

.lc-project-canvas-page
  .lc-project-canvas-measurement-table {
  min-width: 760px;
}

.lc-project-canvas-page
  .lc-project-canvas-measurement-table
  th:first-child {
  width: 37%;
}

.lc-project-canvas-page
  .lc-project-canvas-measurement-table
  th:not(:first-child) {
  width: 21%;
}

.lc-project-canvas-page
  .lc-project-canvas-measurement-table
  tbody td {
  padding: 11px;
}

.lc-project-canvas-page
  .lc-project-canvas-measurement-table
  tbody tr.is-complete td {
  background: rgba(29, 185, 84, 0.055);
}

/* =========================================================
   LESSONS LEARNED
   ========================================================= */

.lc-project-canvas-page
  .lc-project-canvas-lessons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.lc-project-canvas-page
  .lc-project-canvas-lesson {
  position: relative;
  min-width: 0;
  padding: 25px 22px 23px;
  overflow: hidden;
  border: 1px solid rgba(65, 80, 69, 0.15);
  border-radius: 15px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.95),
      rgba(240, 243, 238, 0.9)
    );
  box-shadow: 0 16px 42px rgba(35, 48, 38, 0.06);
}

.lc-project-canvas-page
  .lc-project-canvas-lesson::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 155px;
  height: 155px;
  border: 1px solid rgba(29, 185, 84, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.lc-project-canvas-page
  .lc-project-canvas-lesson
  > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 19px;
  border: 1px solid rgba(29, 185, 84, 0.27);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.055);
  font-family: var(--serif);
  font-size: 0.72rem;
}

.lc-project-canvas-page
  .lc-project-canvas-lesson
  .lc-worksheet-field {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.lc-project-canvas-page
  .lc-project-canvas-lesson
  .lc-worksheet-textarea {
  min-height: 170px;
}

/* =========================================================
   CANVAS SECTION PROGRESS
   ========================================================= */

.lc-project-canvas-page
  .lc-project-canvas-section.is-started
  .lc-scorecard-section-number::after {
  content: " · In progress";
}

.lc-project-canvas-page
  .lc-project-canvas-section.is-complete
  .lc-scorecard-section-number::after {
  content: " · Complete";
}

.lc-project-canvas-page
  .lc-project-canvas-section.is-complete
  .lc-scorecard-section-number {
  color: var(--brand) !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
  .lc-project-canvas-page
    .lc-project-canvas-lessons {
    grid-template-columns: 1fr;
  }

  .lc-project-canvas-page
    .lc-project-canvas-lesson {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
  }

  .lc-project-canvas-page
    .lc-project-canvas-lesson
    > span {
    margin-bottom: 0;
  }
}

@media (max-width: 720px) {
  .lc-project-canvas-page
    .lc-project-canvas-overview-grid,
  .lc-project-canvas-page
    .lc-project-canvas-kpi-grid {
    grid-template-columns: 1fr;
  }

  .lc-project-canvas-page
    .lc-project-canvas-kpi-grid
    .lc-worksheet-field:last-child {
    grid-column: auto;
  }

  .lc-project-canvas-page
    .lc-project-canvas-subsection {
    padding: 28px 23px;
  }

  .lc-project-canvas-page
    .lc-project-canvas-milestone {
    grid-template-columns: 49px minmax(0, 1fr);
    gap: 14px;
    padding-right: 15px;
  }

  .lc-project-canvas-page
    .lc-project-canvas-milestone
    > span {
    width: 38px;
    height: 38px;
  }

  .lc-project-canvas-page
    .lc-project-canvas-timeline::before {
    left: 24px;
  }
}

@media (max-width: 480px) {
  .lc-project-canvas-page
    .lc-project-canvas-subsection {
    margin-top: 42px;
    padding: 24px 18px;
  }

  .lc-project-canvas-page
    .lc-project-canvas-milestone {
    grid-template-columns: 1fr;
    padding: 19px;
  }

  .lc-project-canvas-page
    .lc-project-canvas-milestone
    > span {
    margin-left: 0;
  }

  .lc-project-canvas-page
    .lc-project-canvas-timeline::before {
    display: none;
  }

  .lc-project-canvas-page
    .lc-project-canvas-lesson {
    display: block;
    padding: 23px 19px;
  }

  .lc-project-canvas-page
    .lc-project-canvas-lesson
    > span {
    margin-bottom: 18px;
  }
}

/* =========================================================
   PRINT
   ========================================================= */

@media print {
  .lc-project-canvas-page
    .lc-project-canvas-subsection,
  .lc-project-canvas-page
    .lc-project-canvas-milestone,
  .lc-project-canvas-page
    .lc-project-canvas-lesson {
    color: #000000;
    background: #ffffff !important;
    box-shadow: none;
  }

  .lc-project-canvas-page
    .lc-project-canvas-subsection,
  .lc-project-canvas-page
    .lc-project-canvas-milestone,
  .lc-project-canvas-page
    .lc-project-canvas-lesson {
    border-color: #888888;
  }

  .lc-project-canvas-page
    .lc-project-canvas-timeline::before {
    background: #777777;
  }

  .lc-project-canvas-page
    .lc-project-canvas-milestone
    > span,
  .lc-project-canvas-page
    .lc-project-canvas-milestone.has-date
    > span,
  .lc-project-canvas-page
    .lc-project-canvas-lesson
    > span {
    border-color: #777777;
    color: #000000;
    background: #ffffff;
    box-shadow: none;
  }

  .lc-project-canvas-page
    .lc-project-canvas-table-input {
    border: 0;
    border-bottom: 1px solid #555555;
    color: #000000;
    background: transparent;
    box-shadow: none;
  }

  .lc-project-canvas-page
    .lc-project-canvas-measurement-table {
    width: 100%;
    min-width: 0;
  }

  .lc-project-canvas-page
    .lc-project-canvas-lessons {
    grid-template-columns: 1fr;
  }

  .lc-project-canvas-page
    .lc-project-canvas-section,
  .lc-project-canvas-page
    .lc-project-canvas-subsection,
  .lc-project-canvas-page
    .lc-project-canvas-milestone,
  .lc-project-canvas-page
    .lc-project-canvas-lesson {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .lc-project-canvas-page
    [data-human-responsibilities-field],
  .lc-project-canvas-page
    .lc-project-canvas-table-input {
    transition: none;
  }
}

/* =========================================================
   FRIDAI LEARNING CENTER — APPENDIX D
   THE 50 BY FRIDAY AI ROADMAP™
   Decision map and organizational navigation tool

   Replace the previous Appendix D CSS with this block.
   ========================================================= */

.lc-roadmap-decision-page {
  --roadmap-border: rgba(65, 80, 69, 0.15);
  --roadmap-border-strong: rgba(29, 185, 84, 0.3);
  --roadmap-panel: rgba(255, 255, 255, 0.9);
  --roadmap-panel-soft: rgba(240, 243, 238, 0.88);
  --roadmap-copy: #526058;
  --roadmap-copy-soft: #707b73;
  background: var(--lc-marble);
}

.lc-roadmap-decision-page [id] {
  scroll-margin-top: 125px;
}

.lc-roadmap-decision-page
  .lc-roadmap-map-stage:focus-visible,
.lc-roadmap-decision-page
  .lc-roadmap-decision-links a:focus-visible,
.lc-roadmap-decision-page
  .lc-roadmap-tool-card a:focus-visible,
.lc-roadmap-decision-page
  .lc-roadmap-next-step-link:focus-visible {
  outline: 3px solid rgba(29, 185, 84, 0.4);
  outline-offset: 5px;
}

/* =========================================================
   HERO
   ========================================================= */

.lc-roadmap-decision-page
  .lc-roadmap-infographic-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 82% 25%,
      rgba(29, 185, 84, 0.15),
      transparent 26%
    ),
    radial-gradient(
      circle at 12% 88%,
      rgba(29, 185, 84, 0.055),
      transparent 29%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.99),
      rgba(234, 239, 232, 0.97)
    );
}

.lc-roadmap-decision-page
  .lc-roadmap-infographic-hero::before {
  content: "";
  position: absolute;
  top: 90px;
  right: -215px;
  width: 670px;
  height: 670px;
  border: 1px solid rgba(29, 185, 84, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 78px rgba(255, 255, 255, 0.18),
    0 0 0 79px rgba(29, 185, 84, 0.045),
    0 0 0 156px rgba(255, 255, 255, 0.12),
    0 0 0 157px rgba(29, 185, 84, 0.03);
  pointer-events: none;
}

.lc-roadmap-decision-page
  .lc-roadmap-infographic-hero::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -88px;
  height: 220px;
  opacity: 0.52;
  background:
    linear-gradient(
      rgba(74, 91, 79, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(74, 91, 79, 0.07) 1px,
      transparent 1px
    );
  background-size: 58px 58px;
  transform: perspective(540px) rotateX(58deg);
  transform-origin: bottom;
  pointer-events: none;
}

.lc-roadmap-decision-page
  .lc-roadmap-infographic-hero
  .lc-article-hero-inner {
  position: relative;
  z-index: 2;
}

.lc-roadmap-decision-page
  .lc-roadmap-infographic-hero
  .lc-article-hero-copy {
  max-width: 980px;
}

.lc-roadmap-decision-page
  .lc-roadmap-infographic-hero h1 {
  max-width: 970px;
  font-size: clamp(4rem, 7.2vw, 7.1rem);
}

.lc-roadmap-decision-page
  .lc-roadmap-infographic-hero
  .lc-article-deck {
  max-width: 820px;
}

/* =========================================================
   SHARED SECTION HEADING
   ========================================================= */

.lc-roadmap-decision-page
  .lc-roadmap-section-heading {
  max-width: 940px;
  margin-bottom: 60px;
}

.lc-roadmap-decision-page
  .lc-roadmap-section-heading h2 {
  max-width: 920px;
  margin-bottom: 21px;
  color: var(--ink);
  font-size: clamp(2.9rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1.01;
}

.lc-roadmap-decision-page
  .lc-roadmap-section-heading
  > p:not(.eyebrow) {
  max-width: 750px;
  margin-bottom: 0;
  color: var(--roadmap-copy);
  font-size: 1rem;
  line-height: 1.78;
}

/* =========================================================
   FIVE-STAGE DECISION MAP
   ========================================================= */

.lc-roadmap-map-section {
  position: relative;
  padding: 125px 0 115px;
  overflow: hidden;
  border-bottom: 1px solid var(--roadmap-border);
  background:
    linear-gradient(
      112deg,
      transparent 0 39%,
      rgba(105, 119, 109, 0.045) 40%,
      transparent 42%
    ),
    var(--lc-marble);
  background-size: 540px 350px, auto;
}

.lc-roadmap-map-section::after {
  content: "";
  position: absolute;
  top: 90px;
  right: -180px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(29, 185, 84, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.lc-roadmap-map {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border: 1px solid var(--roadmap-border);
  border-radius: 20px;
  overflow: hidden;
  list-style: none;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 72px rgba(35, 48, 38, 0.09);
}

.lc-roadmap-map::before {
  content: "";
  position: absolute;
  top: 76px;
  left: 8%;
  right: 8%;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      rgba(29, 185, 84, 0.15),
      rgba(29, 185, 84, 0.82),
      rgba(29, 185, 84, 0.15)
    );
  box-shadow: 0 0 15px rgba(29, 185, 84, 0.18);
  pointer-events: none;
}

.lc-roadmap-map-stage {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 27px 38px;
  border-right: 1px solid var(--roadmap-border);
  background: rgba(255, 255, 255, 0.45);
  text-align: center;
  transition:
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.lc-roadmap-map-stage:last-child {
  border-right: 0;
}

.has-roadmap-interaction
  .lc-roadmap-map-stage {
  cursor: pointer;
}

.has-roadmap-interaction
  .lc-roadmap-map-stage:hover {
  z-index: 2;
  background: rgba(29, 185, 84, 0.055);
  transform: translateY(-5px);
}

.lc-roadmap-map-stage.is-current-stage {
  z-index: 3;
  background:
    radial-gradient(
      circle at 50% 8%,
      rgba(29, 185, 84, 0.13),
      transparent 33%
    ),
    rgba(255, 255, 255, 0.94);
  box-shadow:
    inset 0 -5px 0 var(--brand),
    0 15px 38px rgba(35, 48, 38, 0.08);
}

.lc-roadmap-map-index {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  margin-bottom: 62px;
  border: 8px solid #f8faf6;
  border-radius: 50%;
  color: var(--brand-deep);
  background: #ffffff;
  box-shadow:
    0 0 0 1px rgba(29, 185, 84, 0.35),
    0 9px 24px rgba(35, 48, 38, 0.1);
  font-family: var(--serif);
  font-size: 0.75rem;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

.lc-roadmap-map-stage.is-current-stage
  .lc-roadmap-map-index,
.has-roadmap-interaction
  .lc-roadmap-map-stage:hover
  .lc-roadmap-map-index {
  color: #ffffff;
  background: var(--brand);
  box-shadow:
    0 0 0 1px rgba(29, 185, 84, 0.5),
    0 0 25px rgba(29, 185, 84, 0.26);
}

.lc-roadmap-map-stage-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

.lc-roadmap-map-stage-copy strong {
  margin-bottom: 13px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  font-weight: 500;
  line-height: 1.04;
}

.lc-roadmap-map-stage-action {
  margin: 0 0 25px;
  color: var(--brand-deep);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lc-roadmap-map-stage-outcome {
  max-width: 190px;
  margin: auto 0 0;
  color: var(--roadmap-copy-soft);
  font-size: 0.81rem;
  font-weight: 680;
  line-height: 1.62;
}

.lc-roadmap-loop-note {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  max-width: 920px;
  margin: 40px auto 0;
  padding: 27px 31px;
  border: 1px solid rgba(29, 185, 84, 0.2);
  border-radius: 15px;
  background:
    radial-gradient(
      circle at 95% 5%,
      rgba(29, 185, 84, 0.09),
      transparent 33%
    ),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 15px 40px rgba(35, 48, 38, 0.055);
}

.lc-roadmap-loop-note > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(29, 185, 84, 0.31);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.055);
  font-size: 1.65rem;
}

.lc-roadmap-loop-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.lc-roadmap-loop-note p {
  margin: 0;
  color: var(--roadmap-copy);
  font-size: 0.87rem;
  line-height: 1.65;
}

/* =========================================================
   HOW TO USE THE ROADMAP
   ========================================================= */

.lc-roadmap-decision-page .lc-roadmap-use-section {
  padding: 125px 0;
  border-bottom: 1px solid var(--roadmap-border);
  background:
    radial-gradient(
      circle at 89% 12%,
      rgba(29, 185, 84, 0.07),
      transparent 24%
    ),
    #eef1ec;
}

.lc-roadmap-decision-page .lc-roadmap-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lc-roadmap-decision-page .lc-roadmap-use-card {
  position: relative;
  min-height: 425px;
  padding: 36px 33px 38px;
  overflow: hidden;
  border: 1px solid var(--roadmap-border);
  border-radius: 17px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(240, 243, 238, 0.91)
    );
  box-shadow: 0 18px 48px rgba(35, 48, 38, 0.065);
}

.lc-roadmap-decision-page .lc-roadmap-use-card::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 205px;
  height: 205px;
  border: 1px solid rgba(29, 185, 84, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.lc-roadmap-decision-page .lc-roadmap-use-card > span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 57px;
  border: 1px solid rgba(29, 185, 84, 0.28);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.055);
  font-family: var(--serif);
  font-size: 0.73rem;
}

.lc-roadmap-decision-page .lc-roadmap-use-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  font-weight: 500;
  line-height: 1.08;
}

.lc-roadmap-decision-page .lc-roadmap-use-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--roadmap-copy);
  font-size: 0.88rem;
  line-height: 1.72;
}

.lc-roadmap-decision-page .lc-roadmap-use-card p + p {
  margin-top: 1em;
  color: var(--brand-deep);
  font-weight: 770;
}

/* =========================================================
   DECISION GATES
   ========================================================= */

.lc-roadmap-decision-section {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background: var(--lc-marble);
}

.lc-roadmap-decision-section::after {
  content: "";
  position: absolute;
  top: 150px;
  left: -230px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(29, 185, 84, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.lc-roadmap-decision-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 34px;
}

.lc-roadmap-decision-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--roadmap-border);
  border-radius: 21px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.97),
      rgba(240, 243, 238, 0.92)
    );
  box-shadow: 0 24px 65px rgba(35, 48, 38, 0.085);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.lc-roadmap-decision-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--brand);
}

.lc-roadmap-decision-card::after {
  content: "";
  position: absolute;
  top: -145px;
  right: -145px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(29, 185, 84, 0.095);
  border-radius: 50%;
  pointer-events: none;
}

.lc-roadmap-decision-card.is-current-decision {
  border-color: rgba(29, 185, 84, 0.38);
  box-shadow:
    0 28px 74px rgba(35, 48, 38, 0.11),
    0 0 0 4px rgba(29, 185, 84, 0.045);
}

.lc-roadmap-decision-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 27px;
  min-height: 185px;
  padding: 39px 48px;
  border-bottom: 1px solid var(--roadmap-border);
}

.lc-roadmap-decision-index {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(29, 185, 84, 0.34);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.055);
  box-shadow: 0 0 0 8px rgba(29, 185, 84, 0.025);
  font-family: var(--serif);
  font-size: 0.88rem;
}

.lc-roadmap-decision-header p {
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lc-roadmap-decision-header h3 {
  max-width: 880px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  font-weight: 500;
  line-height: 1.05;
}

.lc-roadmap-decision-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns:
    minmax(280px, 0.82fr)
    minmax(0, 1.18fr);
}

.lc-roadmap-decision-copy,
.lc-roadmap-decision-evidence {
  padding: 43px 48px 48px;
}

.lc-roadmap-decision-copy {
  border-right: 1px solid var(--roadmap-border);
}

.lc-roadmap-decision-copy > span,
.lc-roadmap-decision-evidence > span {
  display: block;
  margin-bottom: 20px;
  color: var(--brand-deep);
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lc-roadmap-decision-copy p {
  margin: 0;
  color: var(--roadmap-copy);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.47;
}

.lc-roadmap-decision-evidence ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lc-roadmap-decision-evidence li {
  position: relative;
  min-height: 67px;
  display: flex;
  align-items: center;
  padding: 16px 5px 16px 43px;
  border-bottom: 1px solid rgba(65, 80, 69, 0.11);
  color: #4e5a52;
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.57;
}

.lc-roadmap-decision-evidence li:first-child {
  border-top: 1px solid rgba(65, 80, 69, 0.11);
}

.lc-roadmap-decision-evidence li::before {
  content: "✓";
  position: absolute;
  left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(29, 185, 84, 0.06);
  font-size: 0.67rem;
  font-weight: 900;
}

.lc-roadmap-decision-links {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--roadmap-border);
}

.lc-roadmap-decision-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 77px;
  padding: 20px 31px;
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.46);
  font-size: 0.8rem;
  font-weight: 870;
  line-height: 1.4;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    padding 0.2s ease;
}

.lc-roadmap-decision-links a:first-child {
  border-right: 1px solid var(--roadmap-border);
}

.lc-roadmap-decision-links a:hover {
  padding-left: 37px;
  color: #ffffff;
  background: var(--brand-deep);
}

.lc-roadmap-decision-links a span {
  flex: 0 0 auto;
  font-size: 1rem;
}

/* =========================================================
   ROADMAP TOOLKIT — APPENDIX D ONLY
   ========================================================= */

.lc-roadmap-decision-page
  .lc-roadmap-toolkit-section {
  padding: 130px 0;
  border-top: 1px solid var(--roadmap-border);
  border-bottom: 1px solid var(--roadmap-border);
  background:
    radial-gradient(
      circle at 91% 10%,
      rgba(29, 185, 84, 0.08),
      transparent 24%
    ),
    #eef1ec;
}

.lc-roadmap-decision-page
  .lc-roadmap-toolkit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.lc-roadmap-decision-page
  .lc-roadmap-tool-card {
  position: relative;
  min-height: 475px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--roadmap-border);
  border-radius: 17px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.97),
      rgba(240, 243, 238, 0.9)
    );
  box-shadow: 0 18px 48px rgba(35, 48, 38, 0.065);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.lc-roadmap-decision-page
  .lc-roadmap-tool-card:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 185, 84, 0.29);
  box-shadow: 0 28px 65px rgba(35, 48, 38, 0.11);
}

.lc-roadmap-decision-page
  .lc-roadmap-tool-card-current {
  border-color: rgba(29, 185, 84, 0.34);
  box-shadow: 0 22px 60px rgba(29, 185, 84, 0.09);
}

.lc-roadmap-decision-page
  .lc-roadmap-decision-page
  .lc-roadmap-tool-card-current::before {
  content: "Current resource";
  position: absolute;
  top: 17px;
  right: -40px;
  width: 150px;
  padding: 7px 0;
  color: #ffffff;
  background: var(--brand);
  font-size: 0.53rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(38deg);
}

.lc-roadmap-decision-page
  .lc-roadmap-tool-card header {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 19px 23px;
  border-bottom: 1px solid var(--roadmap-border);
}

.lc-roadmap-decision-page
  .lc-roadmap-tool-card header span {
  color: var(--brand-deep);
  font-family: var(--serif);
  font-size: 0.82rem;
}

.lc-roadmap-decision-page
  .lc-roadmap-tool-card header strong {
  max-width: 130px;
  color: #7b857e;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}

.lc-roadmap-decision-page
  .lc-roadmap-tool-card h3 {
  margin: 0;
  padding: 34px 27px 16px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
  font-weight: 500;
  line-height: 1.08;
}

.lc-roadmap-decision-page
  .lc-roadmap-tool-card > p {
  margin: 0;
  padding: 0 27px 30px;
  color: var(--roadmap-copy);
  font-size: 0.85rem;
  line-height: 1.7;
}

.lc-roadmap-decision-page
  .lc-roadmap-tool-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 70px;
  margin-top: auto;
  padding: 19px 27px;
  border-top: 1px solid var(--roadmap-border);
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.47);
  font-size: 0.78rem;
  font-weight: 870;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.lc-roadmap-decision-page
  .lc-roadmap-tool-card > a:hover {
  color: #ffffff;
  background: var(--brand-deep);
}

/* =========================================================
   LEADERSHIP MEETING
   ========================================================= */

.lc-roadmap-meeting-section {
  padding: 120px 0 65px;
  background: var(--lc-marble);
}

.lc-roadmap-meeting-panel {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(0, 0.85fr)
    minmax(430px, 1.15fr);
  gap: 75px;
  padding: 72px;
  overflow: hidden;
  border: 1px solid var(--roadmap-border);
  border-radius: 23px;
  background:
    radial-gradient(
      circle at 93% 8%,
      rgba(29, 185, 84, 0.12),
      transparent 29%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.97),
      rgba(235, 240, 233, 0.94)
    );
  box-shadow: 0 28px 75px rgba(35, 48, 38, 0.1);
}

.lc-roadmap-meeting-panel::after {
  content: "";
  position: absolute;
  bottom: -220px;
  left: -220px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(29, 185, 84, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.lc-roadmap-meeting-heading,
.lc-roadmap-meeting-steps,
.lc-roadmap-meeting-question {
  position: relative;
  z-index: 1;
}

.lc-roadmap-meeting-heading h2 {
  max-width: 600px;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(2.8rem, 4.8vw, 4.8rem);
  font-weight: 500;
  line-height: 1;
}

.lc-roadmap-meeting-heading
  > p:not(.eyebrow) {
  max-width: 580px;
  margin: 0;
  color: var(--roadmap-copy);
  font-size: 0.96rem;
  line-height: 1.75;
}

.lc-roadmap-meeting-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lc-roadmap-meeting-steps li {
  display: grid;
  grid-template-columns: 51px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 25px 0;
  border-bottom: 1px solid var(--roadmap-border);
}

.lc-roadmap-meeting-steps li:first-child {
  border-top: 1px solid var(--roadmap-border);
}

.lc-roadmap-meeting-steps li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(29, 185, 84, 0.28);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.055);
  font-family: var(--serif);
  font-size: 0.69rem;
}

.lc-roadmap-meeting-steps strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
}

.lc-roadmap-meeting-steps p {
  margin: 0;
  color: var(--roadmap-copy);
  font-size: 0.84rem;
  line-height: 1.65;
}

.lc-roadmap-meeting-question {
  grid-column: 1 / -1;
  padding: 30px 35px;
  border: 1px solid rgba(29, 185, 84, 0.25);
  border-radius: 15px;
  background: rgba(29, 185, 84, 0.06);
  text-align: center;
}

.lc-roadmap-meeting-question span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-deep);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lc-roadmap-meeting-question p {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.8vw, 2.4rem);
  font-style: italic;
  line-height: 1.35;
}

/* =========================================================
   NEXT STEP
   ========================================================= */

.lc-roadmap-next-step-section {
  padding: 55px 0 130px;
  background: var(--lc-marble);
}

.lc-roadmap-next-step-panel {
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 95px 70px;
  overflow: hidden;
  border-radius: 25px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 50% 4%,
      rgba(29, 185, 84, 0.33),
      transparent 28%
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      145deg,
      var(--deep-green),
      #082715
    );
  background-size:
    auto,
    40px 40px,
    40px 40px,
    auto;
  box-shadow: 0 38px 90px rgba(27, 42, 31, 0.23);
  text-align: center;
}

.lc-roadmap-next-step-panel::before {
  content: "";
  position: absolute;
  inset: 27px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  pointer-events: none;
}

.lc-roadmap-next-step-panel::after {
  content: "";
  position: absolute;
  bottom: -350px;
  left: 50%;
  width: 930px;
  height: 640px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  border-radius: 480px 480px 0 0;
  transform: translateX(-50%);
  box-shadow:
    0 0 0 66px rgba(255, 255, 255, 0.015),
    0 0 0 67px rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.lc-roadmap-next-step-panel > * {
  position: relative;
  z-index: 2;
}

.lc-roadmap-next-step-panel .eyebrow {
  justify-content: center;
}

.lc-roadmap-next-step-panel h2 {
  max-width: 960px;
  margin: 0 0 27px;
  color: #ffffff;
  font-size: clamp(3.1rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 0.99;
}

.lc-roadmap-next-step-lead {
  max-width: 820px;
  margin: 0 0 41px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.97rem;
  line-height: 1.78;
}

.lc-roadmap-next-step-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.lc-roadmap-next-step-panel
  .button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.lc-roadmap-next-step-panel
  .button-secondary:hover {
  border-color: rgba(29, 185, 84, 0.5);
  background: rgba(29, 185, 84, 0.14);
}

.lc-roadmap-next-step-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 820;
}

.lc-roadmap-next-step-link:hover {
  color: var(--brand-bright);
}

.lc-roadmap-closing-sequence {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.lc-roadmap-closing-sequence span {
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.7rem;
  font-weight: 830;
  letter-spacing: 0.04em;
}

.lc-roadmap-closing-sequence span:last-child {
  border-color: rgba(29, 185, 84, 0.42);
  color: var(--brand-bright);
  background: rgba(29, 185, 84, 0.08);
}

/* =========================================================
   REVIEW
   ========================================================= */

.lc-roadmap-review-section {
  padding: 0 0 88px;
  background: var(--lc-marble);
}

.lc-roadmap-review-section
  .lc-article-review-note {
  max-width: 980px;
  margin: 0 auto;
}

/* =========================================================
   RESPONSIVE — LARGE TABLET
   ========================================================= */

@media (max-width: 1120px) {
  .lc-roadmap-map-stage {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lc-roadmap-decision-page
  .lc-roadmap-toolkit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lc-roadmap-meeting-panel {
    gap: 52px;
    padding: 58px;
  }
}

/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 920px) {
  .lc-roadmap-decision-page
    .lc-roadmap-infographic-hero {
    min-height: 650px;
  }

  .lc-roadmap-map {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-map::before {
    top: 7%;
    bottom: 7%;
    left: 52px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .lc-roadmap-map-stage {
    min-height: 145px;
    display: grid;
    grid-template-columns: 68px 180px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 27px 31px;
    border-right: 0;
    border-bottom: 1px solid var(--roadmap-border);
    text-align: left;
  }

  .lc-roadmap-map-stage:last-child {
    border-bottom: 0;
  }

  .lc-roadmap-map-index {
    margin-bottom: 0;
  }

  .lc-roadmap-map-stage-copy {
    display: contents;
  }

  .lc-roadmap-map-stage-copy strong {
    margin-bottom: 0;
  }

  .lc-roadmap-map-stage-action {
    margin: 6px 0 0;
  }

  .lc-roadmap-map-stage-outcome {
    max-width: none;
    margin: 0;
  }

  .lc-roadmap-decision-page .lc-roadmap-use-grid {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-decision-page .lc-roadmap-use-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0 20px;
  }

  .lc-roadmap-decision-page .lc-roadmap-use-card > span {
    grid-row: 1 / 4;
    margin-bottom: 0;
  }

  .lc-roadmap-decision-page .lc-roadmap-use-card h3,
  .lc-roadmap-decision-page .lc-roadmap-use-card p {
    grid-column: 2;
  }

  .lc-roadmap-decision-body {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-decision-copy {
    border-right: 0;
    border-bottom: 1px solid var(--roadmap-border);
  }

  .lc-roadmap-meeting-panel {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-meeting-heading {
    max-width: 760px;
  }

  .lc-roadmap-meeting-question {
    grid-column: auto;
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 720px) {
  .lc-roadmap-decision-page [id] {
    scroll-margin-top: 105px;
  }

  .lc-roadmap-map-section,
  .lc-roadmap-decision-page .lc-roadmap-use-section,
  .lc-roadmap-decision-section,
  .lc-roadmap-toolkit-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .lc-roadmap-map-stage {
    grid-template-columns: 57px minmax(0, 1fr);
    gap: 17px;
    padding: 25px 24px;
  }

  .lc-roadmap-map-stage-copy {
    display: block;
  }

  .lc-roadmap-map-stage-outcome {
    margin-top: 13px;
  }

  .lc-roadmap-map::before {
    left: 46px;
  }

  .lc-roadmap-loop-note {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 23px;
  }

  .lc-roadmap-loop-note > span {
    width: 47px;
    height: 47px;
    font-size: 1.35rem;
  }

  .lc-roadmap-decision-page .lc-roadmap-use-card {
    display: block;
    padding: 31px 27px 34px;
  }

  .lc-roadmap-decision-page .lc-roadmap-use-card > span {
    margin-bottom: 38px;
  }

  .lc-roadmap-decision-card {
    border-radius: 16px;
  }

  .lc-roadmap-decision-header {
    align-items: flex-start;
    padding: 34px 27px;
  }

  .lc-roadmap-decision-index {
    width: 61px;
    height: 61px;
  }

  .lc-roadmap-decision-copy,
  .lc-roadmap-decision-evidence {
    padding: 35px 27px 39px;
  }

  .lc-roadmap-decision-links {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-decision-links a:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--roadmap-border);
  }

  .lc-roadmap-decision-page
  .lc-roadmap-toolkit-grid {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-decision-page
  .lc-roadmap-tool-card {
    min-height: auto;
  }

  .lc-roadmap-meeting-section {
    padding-top: 92px;
  }

  .lc-roadmap-meeting-panel {
    padding: 43px 28px;
    border-radius: 17px;
  }

  .lc-roadmap-next-step-section {
    padding-bottom: 95px;
  }

  .lc-roadmap-next-step-panel {
    min-height: 660px;
    padding: 76px 30px;
    border-radius: 18px;
  }

  .lc-roadmap-next-step-panel::before {
    inset: 17px;
    border-radius: 12px;
  }

  .lc-roadmap-next-step-actions {
    flex-direction: column;
    width: min(100%, 390px);
  }

  .lc-roadmap-next-step-actions
    .button {
    width: 100%;
  }

  .lc-roadmap-next-step-link {
    justify-content: center;
    width: 100%;
  }

  .lc-roadmap-closing-sequence {
    display: grid;
    width: min(100%, 330px);
  }
}

/* =========================================================
   RESPONSIVE — SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
  .lc-roadmap-map-stage {
    grid-template-columns: 49px minmax(0, 1fr);
    padding-right: 20px;
    padding-left: 20px;
  }

  .lc-roadmap-map-index {
    width: 49px;
    height: 49px;
    border-width: 6px;
  }

  .lc-roadmap-map::before {
    left: 42px;
  }

  .lc-roadmap-loop-note {
    grid-template-columns: 1fr;
  }

  .lc-roadmap-decision-header {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
  }

  .lc-roadmap-decision-index {
    width: 54px;
    height: 54px;
  }

  .lc-roadmap-decision-evidence li {
    padding-left: 40px;
  }

  .lc-roadmap-decision-page
  .lc-roadmap-tool-card-current::before {
    display: none;
  }

  .lc-roadmap-meeting-panel {
    padding-right: 22px;
    padding-left: 22px;
  }

  .lc-roadmap-meeting-steps li {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 15px;
  }

  .lc-roadmap-next-step-panel {
    padding-right: 23px;
    padding-left: 23px;
  }
}

/* =========================================================
   PRINT / SHAREABLE PDF
   ========================================================= */

@media print {
  .lc-roadmap-decision-page {
    background: #ffffff;
  }

  .lc-roadmap-decision-page
    .lc-article-mobile-toc,
  .lc-roadmap-decision-page
    .lc-reading-progress {
    display: none !important;
  }

  .lc-roadmap-map-section,
  .lc-roadmap-decision-page .lc-roadmap-use-section,
  .lc-roadmap-decision-section,
  .lc-roadmap-toolkit-section,
  .lc-roadmap-meeting-section,
  .lc-roadmap-next-step-section,
  .lc-roadmap-review-section {
    padding-top: 34px;
    padding-bottom: 34px;
    background: #ffffff !important;
  }

  .lc-roadmap-map,
  .lc-roadmap-decision-page .lc-roadmap-use-card,
  .lc-roadmap-decision-card,
  .lc-roadmap-decision-page
  .lc-roadmap-tool-card,
  .lc-roadmap-meeting-panel,
  .lc-roadmap-next-step-panel,
  .lc-roadmap-loop-note {
    background: #ffffff !important;
    box-shadow: none;
  }

  .lc-roadmap-map,
  .lc-roadmap-decision-page .lc-roadmap-use-card,
  .lc-roadmap-decision-card,
  .lc-roadmap-decision-page
  .lc-roadmap-tool-card,
  .lc-roadmap-meeting-panel,
  .lc-roadmap-next-step-panel,
  .lc-roadmap-loop-note {
    border-color: #777777;
  }

  .lc-roadmap-map {
    grid-template-columns: repeat(5, 1fr);
  }

  .lc-roadmap-map-stage {
    min-height: 285px;
    display: flex;
    padding: 30px 16px;
    border-color: #999999;
    text-align: center;
  }

  .lc-roadmap-map-stage-copy {
    display: flex;
  }

  .lc-roadmap-map-index {
    margin-bottom: 38px;
    border-color: #ffffff;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 0 0 1px #777777;
  }

  .lc-roadmap-map-stage-copy strong,
  .lc-roadmap-map-stage-action,
  .lc-roadmap-map-stage-outcome,
  .lc-roadmap-next-step-panel h2,
  .lc-roadmap-next-step-lead,
  .lc-roadmap-next-step-link,
  .lc-roadmap-closing-sequence span {
    color: #000000;
  }

  .lc-roadmap-decision-card,
  .lc-roadmap-decision-page .lc-roadmap-use-card,
  .lc-roadmap-decision-page
  .lc-roadmap-tool-card,
  .lc-roadmap-meeting-panel {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .lc-roadmap-decision-card::after,
  .lc-roadmap-decision-page .lc-roadmap-use-card::after,
  .lc-roadmap-meeting-panel::after,
  .lc-roadmap-next-step-panel::before,
  .lc-roadmap-next-step-panel::after {
    display: none;
  }

  .lc-roadmap-decision-card::before {
    background: #555555;
  }

  .lc-roadmap-decision-links a,
  .lc-roadmap-decision-page
  .lc-roadmap-tool-card > a {
    color: #000000;
    background: #ffffff;
  }

  .lc-roadmap-next-step-panel {
    min-height: auto;
    padding: 55px 45px;
    color: #000000;
  }

  .lc-roadmap-next-step-panel
    .button {
    border: 1px solid #555555;
    color: #000000;
    background: #ffffff;
  }

  .lc-roadmap-closing-sequence span {
    border-color: #777777;
    background: #ffffff;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .lc-roadmap-map-stage,
  .lc-roadmap-map-index,
  .lc-roadmap-decision-card,
  .lc-roadmap-decision-links a,
  .lc-roadmap-decision-page
  .lc-roadmap-tool-card,
  .lc-roadmap-decision-page
  .lc-roadmap-tool-card > a {
    transition: none;
  }

  .has-roadmap-interaction
    .lc-roadmap-map-stage:hover,
  .lc-roadmap-decision-page
  .lc-roadmap-tool-card:hover {
    transform: none;
  }
}

/* =========================================================
   AI READINESS ARTICLES — SELF-CHECK WORKSHEET
   ========================================================= */

.lc-readiness-article-page
.lc-readiness-check-sheet {
  margin: 2rem 0 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(35, 48, 38, 0.14);
  border-radius: 26px;
  background: #ffffff;
  box-shadow:
    0 22px 60px rgba(35, 48, 38, 0.08);
}


/* Worksheet heading */

.lc-readiness-article-page
.lc-readiness-check-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 1.6rem;
  color: var(--white);
  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(29, 185, 84, 0.26),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--deep-green),
      #0d301a
    );
}

.lc-readiness-article-page
.lc-readiness-check-header > div {
  display: grid;
  gap: 0.35rem;
}

.lc-readiness-article-page
.lc-readiness-check-kicker {
  color: var(--brand-bright);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lc-readiness-article-page
.lc-readiness-check-header strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  font-weight: 500;
  line-height: 1.2;
}

.lc-readiness-article-page
.lc-readiness-check-count {
  flex: 0 0 auto;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}


/* Desktop column labels */

.lc-readiness-article-page
.lc-readiness-check-column-headings {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(285px, 0.48fr);
  gap: 1.25rem;
  align-items: center;
  padding: 0.8rem 1.25rem;
  border-bottom: 1px solid rgba(35, 48, 38, 0.11);
  color: #707a73;
  background: #f3f6f3;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.lc-readiness-article-page
.lc-readiness-check-column-headings > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  text-align: center;
}


/* Numbered question rows */

.lc-readiness-article-page
.lc-readiness-check-list {
  counter-reset: readiness-check;
}

.lc-readiness-article-page
.lc-readiness-check-row {
  counter-increment: readiness-check;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(285px, 0.48fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid rgba(35, 48, 38, 0.1);
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.lc-readiness-article-page
.lc-readiness-check-row:last-child {
  border-bottom: 0;
}

.lc-readiness-article-page
.lc-readiness-check-row:nth-child(even) {
  background: rgba(246, 248, 246, 0.72);
}

.lc-readiness-article-page
.lc-readiness-check-row:hover {
  background: rgba(29, 185, 84, 0.045);
}

.lc-readiness-article-page
.lc-readiness-check-row > p {
  position: relative;
  margin: 0;
  padding-left: 2.5rem;
  color: #303b34;
  font-size: 0.94rem;
  line-height: 1.6;
}

.lc-readiness-article-page
.lc-readiness-check-row > p::before {
  content: counter(readiness-check);
  position: absolute;
  top: 0.05rem;
  left: 0;
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border: 1px solid rgba(29, 185, 84, 0.28);
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.08);
  font-family: var(--serif);
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1;
}


/* Response controls */

.lc-readiness-article-page
.lc-readiness-check-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.lc-readiness-article-page
.lc-readiness-check-options label {
  position: relative;
  cursor: pointer;
}

.lc-readiness-article-page
.lc-readiness-check-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.lc-readiness-article-page
.lc-readiness-check-options span {
  display: flex;
  min-height: 2.6rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 1px solid rgba(35, 48, 38, 0.15);
  border-radius: 10px;
  color: #69736c;
  background: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.lc-readiness-article-page
.lc-readiness-check-options label:hover span {
  border-color: rgba(29, 185, 84, 0.38);
  color: var(--brand-deep);
}

.lc-readiness-article-page
.lc-readiness-check-options
input:checked + span {
  border-color: var(--brand);
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.11);
  box-shadow:
    inset 0 0 0 1px rgba(29, 185, 84, 0.12),
    0 5px 14px rgba(29, 185, 84, 0.1);
}

.lc-readiness-article-page
.lc-readiness-check-options
input:focus-visible + span {
  outline: 3px solid rgba(29, 185, 84, 0.35);
  outline-offset: 3px;
}


/* Interpretation cards */

.lc-readiness-article-page
.lc-readiness-check-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.lc-readiness-article-page
.lc-readiness-check-results article {
  padding: 1.3rem;
  border: 1px solid rgba(35, 48, 38, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow:
    0 12px 34px rgba(35, 48, 38, 0.055);
}

.lc-readiness-article-page
.lc-readiness-check-results span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lc-readiness-article-page
.lc-readiness-check-results p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.65;
}


/* =========================================================
   SELF-CHECK — RESPONSIVE
   ========================================================= */

@media (max-width: 820px) {
  .lc-readiness-article-page
  .lc-readiness-check-column-headings {
    display: none;
  }

  .lc-readiness-article-page
  .lc-readiness-check-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .lc-readiness-article-page
  .lc-readiness-check-results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .lc-readiness-article-page
  .lc-readiness-check-header {
    align-items: flex-start;
    padding: 1.3rem 1.15rem;
  }

  .lc-readiness-article-page
  .lc-readiness-check-count {
    display: none;
  }

  .lc-readiness-article-page
  .lc-readiness-check-row {
    padding: 1.1rem 1rem;
  }

  .lc-readiness-article-page
  .lc-readiness-check-row > p {
    padding-left: 2.25rem;
  }

  .lc-readiness-article-page
  .lc-readiness-check-options {
    gap: 0.35rem;
  }

  .lc-readiness-article-page
  .lc-readiness-check-options span {
    min-height: 2.75rem;
    padding-inline: 0.25rem;
    font-size: 0.67rem;
  }
}


/* =========================================================
   SELF-CHECK — PRINT
   ========================================================= */

@media print {
  .lc-readiness-article-page
  .lc-readiness-check-sheet,
  .lc-readiness-article-page
  .lc-readiness-check-results article {
    box-shadow: none;
  }

  .lc-readiness-article-page
  .lc-readiness-check-options span {
    min-height: 2rem;
    background: transparent;
  }
}

/* =========================================================
   AI READINESS — PILOT-SELECTION WORKSHEET
   ========================================================= */

.lc-readiness-article-page
.lc-pilot-rating-legend {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1.75rem 0 1.25rem;
  padding: 0.85rem;
  border: 1px solid rgba(35, 48, 38, 0.12);
  border-radius: 18px;
  background: #f5f7f5;
}

.lc-readiness-article-page
.lc-pilot-rating-legend span {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.55rem;
  border-radius: 11px;
  color: #68736c;
  background: #ffffff;
  font-size: 0.7rem;
  font-weight: 750;
  text-align: center;
}

.lc-readiness-article-page
.lc-pilot-rating-legend strong {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: 50%;
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.1);
  font-size: 0.72rem;
}


/* Project cards */

.lc-readiness-article-page
.lc-pilot-project-grid {
  display: grid;
  gap: 1.35rem;
  margin: 0 0 1.5rem;
}

.lc-readiness-article-page
.lc-pilot-project-card {
  overflow: hidden;
  border: 1px solid rgba(35, 48, 38, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 18px 48px rgba(35, 48, 38, 0.07);
}

.lc-readiness-article-page
.lc-pilot-project-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(29, 185, 84, 0.25),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--deep-green),
      #0d301a
    );
}

.lc-readiness-article-page
.lc-pilot-project-header > span {
  color: var(--brand-bright);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lc-readiness-article-page
.lc-pilot-project-header label {
  display: block;
}

.lc-readiness-article-page
.lc-pilot-project-header input {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  font: inherit;
  font-size: 0.9rem;
  outline: none;
}

.lc-readiness-article-page
.lc-pilot-project-header input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.lc-readiness-article-page
.lc-pilot-project-header input:focus {
  border-color: var(--brand-bright);
  box-shadow:
    0 0 0 3px rgba(29, 185, 84, 0.2);
}


/* Rating rows */

.lc-readiness-article-page
.lc-pilot-rating-row {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(250px, 0.48fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid rgba(35, 48, 38, 0.1);
}

.lc-readiness-article-page
.lc-pilot-rating-row:last-child {
  border-bottom: 0;
}

.lc-readiness-article-page
.lc-pilot-rating-row:nth-child(even) {
  background: rgba(246, 248, 246, 0.72);
}

.lc-readiness-article-page
.lc-pilot-rating-row strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #243028;
  font-size: 0.9rem;
}

.lc-readiness-article-page
.lc-pilot-rating-row p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}


/* Rating controls */

.lc-readiness-article-page
.lc-pilot-rating-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.4rem;
}

.lc-readiness-article-page
.lc-pilot-rating-options label {
  position: relative;
  cursor: pointer;
}

.lc-readiness-article-page
.lc-pilot-rating-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.lc-readiness-article-page
.lc-pilot-rating-options span {
  display: grid;
  min-height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(35, 48, 38, 0.15);
  border-radius: 9px;
  color: #68736c;
  background: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.lc-readiness-article-page
.lc-pilot-rating-options label:hover span {
  border-color: rgba(29, 185, 84, 0.38);
  color: var(--brand-deep);
}

.lc-readiness-article-page
.lc-pilot-rating-options
input:checked + span {
  border-color: var(--brand);
  color: var(--brand-deep);
  background: rgba(29, 185, 84, 0.11);
  box-shadow:
    inset 0 0 0 1px rgba(29, 185, 84, 0.12),
    0 5px 14px rgba(29, 185, 84, 0.1);
}

.lc-readiness-article-page
.lc-pilot-rating-options
input:focus-visible + span {
  outline: 3px solid rgba(29, 185, 84, 0.35);
  outline-offset: 3px;
}


/* Closing note */

.lc-readiness-article-page
.lc-pilot-selection-note {
  padding: 1.35rem 1.45rem;
  border: 1px solid rgba(29, 185, 84, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(29, 185, 84, 0.08),
      rgba(255, 255, 255, 0.96)
    );
}

.lc-readiness-article-page
.lc-pilot-selection-note span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--brand-deep);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lc-readiness-article-page
.lc-pilot-selection-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}


/* =========================================================
   PILOT-SELECTION — RESPONSIVE
   ========================================================= */

@media (max-width: 760px) {
  .lc-readiness-article-page
  .lc-pilot-rating-row {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .lc-readiness-article-page
  .lc-pilot-project-header {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
}

@media (max-width: 560px) {
  .lc-readiness-article-page
  .lc-pilot-rating-legend {
    grid-template-columns: repeat(5, minmax(44px, 1fr));
    gap: 0.3rem;
    padding: 0.55rem;
  }

  .lc-readiness-article-page
  .lc-pilot-rating-legend span {
    min-height: 2.7rem;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.35rem 0.1rem;
    font-size: 0.56rem;
  }

  .lc-readiness-article-page
  .lc-pilot-rating-row {
    padding: 1rem;
  }

  .lc-readiness-article-page
  .lc-pilot-rating-options {
    gap: 0.3rem;
  }

  .lc-readiness-article-page
  .lc-pilot-rating-options span {
    min-height: 2.65rem;
  }
}


/* =========================================================
   PILOT-SELECTION — PRINT
   ========================================================= */

@media print {
  .lc-readiness-article-page
  .lc-pilot-project-card {
    box-shadow: none;
    break-inside: avoid;
  }

  .lc-readiness-article-page
  .lc-pilot-project-header input {
    color: #000000;
    border-color: #777777;
    background: transparent;
  }

  .lc-readiness-article-page
  .lc-pilot-rating-options span {
    background: transparent;
  }
}

/* Adds breathing room beneath article bullet lists */
.lc-readiness-article-page .lc-article-list {
  margin-bottom: 1.75rem;
}

/* =========================================================
   AI READINESS CHIP
   ========================================================= */

.lc-ai-chip {
  display: block;
  width: 100%;
  height: 100%;
}

.lc-ai-chip-lines {
  fill: none;
  stroke: rgba(29, 185, 84, 0.7);
  stroke-width: 2;
  stroke-linecap: round;
}

.lc-ai-chip-dots {
  fill: #1db954;
}

.lc-ai-chip-body {
  fill: rgba(29, 185, 84, 0.08);
  stroke: #1db954;
  stroke-width: 2;
}

.lc-ai-chip-inner {
  fill: #1db954;
}