/* ==================================================
   RESET & BASE
================================================== */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* ==================================================
   ROOT TOKENS – COLORS & GLOBALS
================================================== */
:root{
  /* Brand palette */
  --ec-berkeley-blue:#002A52;
  --ec-pistachio:#9FC571;
  --ec-mint:#66BB8A;
  --ec-wedgewood:#47869C;
  --ec-ink:#0f172a;
  --ec-slate:#475569;
  --ec-line:#e5e7eb;
  --ec-warm:#F3FAEE;
  --ec-white:#ffffff;

  /* Extended hues for donut etc. */
  --ec-berkeley:  #0b2c4b;
  --ec-wedgewood-2:#4f859f;
  --ec-pistachio-2:#a4c86b;
  --ec-mint-2:     #6fc19b;
  --ec-wedgewood-200: #bcd3df;
  --ec-pistachio-200: #d7e6b8;
  --ec-mint-200:      #c7e6d9;
  --ec-berkeley-200:  #c5d4e0;
}

body{
  font-family: 'Greycliff CF', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#111827;
  background:#ffffff;
  line-height:1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Nice prose defaults for rich text blocks */
.prose { max-width: 68ch; }
.prose p{ font-size:1.08rem; line-height:1.85; margin:.9rem 0; }
.prose p:first-of-type{ font-size:1.16rem; line-height:1.92; color:var(--ec-ink); }
.prose strong{ color:var(--ec-ink); }

/* Chip-style section heading used across pages */
.ec-h2{
  display:inline-block;
  background: var(--ec-pistachio);
  color:#0f172a;
  padding:.35rem .75rem;
  font-weight:800;
  border-radius:.5rem;
  letter-spacing:.02em;
}

/* Light card lift on white cards */
.rounded-2xl.border.bg-white,
.rounded-2xl.border.bg-white\/90,
.rounded-2xl.border.bg-white\/80{
  box-shadow:0 1px 6px rgba(2,6,23,.05);
}

/* Misc utilities */
.card:hover{ transform:translateY(-2px); }
.opt-card,.take-card{
  border-color:#DDEED0;
  background:#F4FAEF;
  box-shadow:0 1px 4px rgba(2,6,23,.04);
}
.bullet-dot{
  height:10px; width:10px; border-radius:9999px;
  background:var(--ec-pistachio);
  margin-top:.2rem;
}

/* ==================================================
   LAYOUT HELPERS
================================================== */
.ec-container {
  max-width: none;      /* Remove constraint entirely */
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1280px) {
  .ec-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* Generic “home section” wrapper (used by logos, stats, testimonials) */
.ec-home-section {
  margin: 3.5rem auto 0;
}
.ec-home-section + .ec-home-section {
  margin-top: 3rem;
}

.ec-home-section-heading {
  font-size: 2.5rem;  /* Increased from 1.5rem */
  font-weight: 800;    /* Bolder */
  text-align: center;
  margin-bottom: 2rem;
  color: #0f172a;
  letter-spacing: 0.02em;
}

/* ==================================================
   UNIVERSAL HERO (blocks/hero.html)
================================================== */
.block-hero .hero{
  position:relative;
  overflow:hidden;
  border-radius:12px;
}
.block-hero .hero__img{
  width:100%;
  height: clamp(260px, 34vw, 420px);
  object-fit: cover;
  object-position: 50% 25%;
  border-radius:12px;
}
.block-hero .hero__overlay{
  position:absolute; inset:0;
  background: linear-gradient(0deg, rgba(0,42,82,.55), rgba(0,42,82,.45));
  border-radius:12px;
}
.block-hero .hero__content{
  position:absolute; inset:0;
  display:grid; place-items:center;
  text-align:center; color:#fff;
  padding: clamp(12px, 2vw, 24px);
}
.block-hero .hero__content h1{
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 800;
  margin: 0 0 .5rem;
}
.block-hero .hero__content p{
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  max-width: 70ch;
  margin: 0 auto;
  opacity: .98;
}
.block-hero .hero__content p{
  color:#fff;
}

/* ==================================================
   SERVICES LANDING – TILE GRID
================================================== */
.service-tiles{ margin:2rem auto; max-width:1280px; }
.tiles-grid{
  display:grid; gap:1rem;
  grid-template-columns:repeat(1,minmax(0,1fr));
}
@media (min-width:768px){
  .tiles-grid{ grid-template-columns:repeat(4,1fr); }
}

.tile{
  background:#fff;
  border:1px solid var(--ec-line);
  border-radius:12px;
  overflow:hidden;
  height:100%;
  box-shadow:0 6px 12px rgba(0,0,0,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.tile:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 22px rgba(0,0,0,.12);
}
.tile__img{ width:100%; height:10rem; object-fit:cover; }
.tile__img--placeholder{ width:100%; height:10rem; background:#f1f5f9; }
.tile__body{ padding:.75rem 1rem; }
.tile__title{
  margin:0 0 .25rem;
  font-weight:700;
  color:var(--ec-berkeley-blue);
}
.tile__desc{
  margin:0;
  color:var(--ec-slate);
  font-size:.95rem;
  line-height:1.5;
}
/* ==================================================
   SERVICE CATEGORY – FEATURE CARDS (green panels + icon badge)
================================================== */

.feature-cards{
  padding: 2.5rem 1rem;
  background: #ffffff;
}

.feature-cards__heading{
  text-align:center;
  font-weight: 800;
  letter-spacing: .02em;
  color: var(--ec-ink);
  margin: 0 auto 1rem;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
}

.section-intro{
  text-align:center;
  max-width: 70ch;
  margin: 0 auto 2rem;
  color: var(--ec-slate);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Grid layout */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(1,minmax(0,1fr));
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

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

@media (min-width: 1024px){
  .feature-grid{ gap: 2.25rem; }
}

/* Card shell */
.feature-card{
  display: flex;              /* 🔑 THIS is the fix */
  flex-direction: column;     /* stack sections vertically */
  height: 100%;

  border-radius: 16px;
  overflow: visible;          /* allow the badge to hang outside */
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15,23,42,.10);
  border: 1px solid rgba(229,231,235,.8);
  transition: transform .18s ease, box-shadow .18s ease;
}


/* Header band with overhanging badge */
.feature-card__media{
  position: relative;
  padding: 2rem 1.25rem 1.1rem; /* ✅ extra top padding for badge */
  background: #ffffff;
  border-radius: 16px 16px 0 0; /* keeps the top corners clean */
}

.feature-card__badge{
  position:absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: var(--ec-berkeley-blue);
  display:grid;
  place-items:center;
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
  border: 3px solid #ffffff;
}

.feature-card__title{
  margin: .85rem 0 0;
  text-align:center;
  font-weight: 800;
  color: var(--ec-berkeley-blue);
  font-size: 1.02rem;
  line-height: 1.25;
}
/* ===== When a Feature Card Grid has exactly 2 cards ===== */
/* ===== When a Feature Card Grid has exactly 2 cards ===== */
@media (min-width: 768px){
  .feature-cards--two .feature-grid{
    grid-template-columns: repeat(2, 1fr);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    justify-items: stretch;
  }
}

/* Make the card layout stack cleanly and stretch */
.feature-card__link{
  display: flex;            /* instead of block */
  flex-direction: column;
  height: 100%;
}

/* Keep header area consistent */
.feature-card__media{
  flex: 0 0 auto;
}

/* Pistachio band: keep consistent height across a row */
.feature-card__focus{
  flex: 0 0 auto;
  min-height: 110px;        /* adjust 100–130px to taste */
}

/* Green band fills the remaining space so bottoms align */
.feature-card__body-inner{
  flex: 1 1 auto;
}


/* Focus band (pistachio) */
.feature-card__focus{
  background: var(--ec-pistachio);
  padding: 1rem 1.1rem;
}

.feature-card__focus p{
  margin: 0;
  color: #0f172a;
  font-size: .92rem;
  line-height: 1.5;
}

/* Body band (deep green / teal) */
.feature-card__body-inner{
  background: #296659; /* matches your guide dark green */
  padding: 1.05rem 1.1rem 1.25rem;
  color: #ffffff;
}

.feature-card__body-inner h4{
  margin: 0 0 .55rem;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .10em;
  opacity: .9;
}

/* Bullets */
.feature-card__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .45rem;
  font-size: .9rem;
  line-height: 1.45;
}

.feature-card__list li{
  position: relative;
  padding-left: 1.05rem;
  opacity: .98;
}

.feature-card__list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  opacity: .95;
}

/* Hover */
.feature-card:hover{
  transform: translateY(-2px);
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 18px 44px rgba(15,23,42,.14);
}
/* ==================================================
   WORKSHOP ICON GRID
================================================== */

.ws-heading {
  text-align: center;
  font-size: clamp(1.6rem, 1.2rem + 1vw, 2rem);
  font-weight: 800;
  color: var(--ec-ink);
  margin-bottom: 2rem;
}

/* Grid layout */
.ws-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

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

@media (min-width: 1024px) {
  .ws-grid {
    gap: 2.25rem;
  }
}

/* ==================================================
   WORKSHOP CARD
================================================== */

.ws-card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #0b2c4b;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ws-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.28);
}

/* Background image */
.ws-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(20%);
}

.ws-card__img--fallback {
  background: linear-gradient(135deg, #334155, #0f172a);
}

/* Dark overlay */
.ws-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11, 44, 75, 0.95),
    rgba(11, 44, 75, 0.45)
  );
}

/* Content layer */
.ws-card__content {
  position: relative;
  z-index: 2;
  padding: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}

/* Icon badge */
.ws-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #ffffff;
  color: var(--ec-berkeley-blue);
  display: grid;
  place-items: center;
  font-size: 1rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* Title */
.ws-title {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.3;
  margin-top: auto;
}

/* Optional description */
.ws-desc {
  font-size: 0.8rem;
  margin-top: 0.35rem;
  opacity: 0.9;
}/* ==================================================
   WORKSHOPS ICON GRID (ws-section / ws-card)
================================================== */

.ws-section{
  max-width: 1280px;
  margin: 2.75rem auto;
  padding: 0 1rem;
}

.ws-heading{
  text-align: center;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 1.5rem;
  font-size: clamp(1.4rem, 1.1rem + 1.1vw, 2rem);
}

/* Grid */
.ws-grid{
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
}

@media (min-width: 640px){
  .ws-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px){
  .ws-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Card (bulletproof against collapse) */
.ws-card{
  position: relative;
  display: block;
  width: 100%;
  max-width: 340px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(15,23,42,.12);
  border: 1px solid rgba(229,231,235,.85);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;

  /* THE FIX: prevents “thin line” collapse */
  aspect-ratio: 16 / 9;
  min-height: 165px;
}

.ws-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15,23,42,.16);
}

/* Image background area */
.ws-card__img{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 50% 35%;
}

.ws-card__img--fallback{
  background: linear-gradient(135deg, #0b3a5c, #0f172a);
}

/* Overlay */
.ws-card__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,42,82,.70), rgba(0,42,82,.15));
}

/* Content */
.ws-card__content{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 14px 14px 12px;
}

/* Icon badge */
.ws-icon{
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: var(--ec-berkeley-blue);
  box-shadow: 0 8px 16px rgba(0,0,0,.18);
  flex: 0 0 auto;
}

.ws-icon i{
  font-size: 14px;
}

/* Title */
.ws-title{
  color: #ffffff;
  font-weight: 800;
  line-height: 1.15;
  font-size: .95rem;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Optional description (not shown on card) */
.ws-desc{ display: none; }
/* ==================================================
   ONLINE & BESPOKE — MATCH GRID SPACING
================================================== */

.ws-section--online-and-bespoke-options .ws-grid {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;      /* centers the two columns as a unit */
  column-gap: 1.25rem;          /* match other sections */
  row-gap: 1.25rem;
}
/* ==================================================
   COURSE TIMELINE (ec-timeline / ec-day) — FULL REPLACEMENT
================================================== */

.ec-timeline{
  max-width: 1280px;
  margin: 2.5rem auto;
  padding: 0 1rem;
}

.ec-timeline__heading{
  text-align: center;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 1rem;
  font-size: clamp(1.4rem, 1.1rem + 1.1vw, 2rem);
}

/* The bar that holds the day tiles */
.ec-timeline__bar{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0px;                    /* more breathing room */
  align-items: stretch;
  margin: 0 auto 1rem;
}

/* Day tile */
.ec-day{
  appearance: none;
  border: 0;
  cursor: pointer;

  background: var(--bg, #9FC571);
  border-radius: 12px;

  height: 128px;                 /* taller / more square */
  min-width: 0;
  padding: 0 14px;

  position: relative;
  display: grid;
  place-items: center;

  color: #0f172a;
  font-weight: 900;
  letter-spacing: 0.2px;

  box-shadow: 0 10px 22px rgba(15,23,42,.10);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  transform: translateZ(0);
  will-change: transform;
}

/* subtle shine */
.ec-day::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,0));
  pointer-events:none;
  opacity:.55;
}

/* Label text */
.ec-day__label{
  position: relative;
  z-index: 1;
  font-size: 1.02rem;           /* bigger label */
}

/* Hover / focus pop */
.ec-day:hover,
.ec-day:focus-visible{
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 34px rgba(15,23,42,.16);
  filter: saturate(1.05);
  z-index: 2;
  outline: none;
}

/* Active state driven by your JS */
.ec-day.is-active{
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 40px rgba(15,23,42,.18);
  z-index: 3;
}

/* Locked (clicked) state: slightly stronger */
.ec-day.is-locked{
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 20px 44px rgba(15,23,42,.20);
}

/* Text under the bar */
.ec-timeline__subhead{
  margin: 0.35rem 0 0.5rem;
  color: #0f172a;
  font-size: 1.05rem;
}

.ec-timeline__subhead strong{
  font-weight: 900;
  font-size: 1.05rem;
}

.ec-timeline__hint{
  margin-left: .45rem;
  color: #475569;
  font-weight: 600;
  font-size: 1rem;
}

/* Detail line: hold space so layout doesn't jump */
.ec-timeline__detail{
  min-height: 2.75rem;
  margin: 0;
  color: #334155;
  font-size: 1.125rem;          /* bigger description */
  line-height: 1.6;
  max-width: 720px;
}

/* Responsive: stack into 3x2 on small screens */
@media (max-width: 720px){
  .ec-timeline__bar{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .ec-day{
    height: 72px;
    border-radius: 12px;
  }
  .ec-day__label{
    font-size: 1rem;
  }
  .ec-timeline__detail{
    font-size: 1.05rem;
  }
}
/* =========================
   Client logos row — "We've Helped"
========================= */

.ec-home-section--clients {
  text-align: center;
}

/* Wrapper around the whole logo strip */
.home-clients {
  padding-bottom: 1.5rem;
}

/* Track wrapper (marquee viewport) */
.home-clients__track-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

/* Scrolling track (marquee) - FIXED for 14 logos */
.home-clients__track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content; /* IMPORTANT: allows track to be as wide as needed */
  animation: home-clients-marquee 70s linear infinite; /* Slower for 14 logos */
  will-change: transform;
  height: auto;
  padding: 1rem 0;
}

.home-clients__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3rem;
  min-width: 200px; /* Ensures consistent spacing */
}

/* Logo image - NO HOVER EFFECTS */
.home-clients__logo-img {
  height: 120px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  image-rendering: auto;
  opacity: 1;
  transition: none; /* No transitions */
  filter: none;
}

/* Remove all hover effects */
.home-clients__logo:hover .home-clients__logo-img {
  /* Nothing - logos stay static */
}

/* Screen-reader helper */
.home-clients__sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}

/* Marquee animation */
@keyframes home-clients-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .home-clients__logo-img { 
    height: 90px;
    max-width: 150px;
  }
  .home-clients__track { 
    gap: 0;
    animation: home-clients-marquee 50s linear infinite; /* Faster on mobile */
  }
  .home-clients__logo { 
    padding-right: 2rem;
    min-width: 160px;
  }
}

/* Reduce space between logo strip & next section */
.ec-home-section--clients + .ec-home-section--stats,
.ec-home-section--clients + .home-stats {
  margin-top: 0.75rem;
}

/* Remove extra bottom padding under the logo strip container */
.home-clients .ec-container {
  padding-bottom: 0;
}

/* =========================
   Stats row – "Results Backed by Experience"
========================= */
.ec-home-section--stats {
  text-align: center;
  margin-top: 2.5rem;
}

/* Keep existing class names working */
.home-stats {
  padding-top: 1rem;     /* tightened */
  padding-bottom: 1.4rem;
}

.home-stats__grid,
.ec-stats-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1280px;
  margin: 1.5rem auto 0;
}

.home-stats__card,
.ec-stat {
  flex: 1 1 220px;
  max-width: 320px;
  background: #ffffff;
  border: 1px solid var(--ec-line);
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.home-stats__number,
.ec-stat-number {
  font-size: clamp(2rem, 1.7rem + 0.8vw, 2.5rem);
  font-weight: 800;
  color: #0b3a5c;
  margin: 0 0 0.35rem;
}

.home-stats__label,
.ec-stat-label {
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #4b5563;
}

@media (max-width: 640px) {
  .home-stats__grid,
  .ec-stats-grid { gap: 1.5rem; }

  .home-stats__card,
  .ec-stat {
    flex: 1 1 100%;
    max-width: none;
  }
}

/* =========================
   Alternate static client logos row (if used elsewhere)
========================= */
.ec-client-logos-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: nowrap;
  overflow: hidden;
}

.ec-client-logo-img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ec-client-logo:hover .ec-client-logo-img {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .ec-client-logos-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .ec-client-logo-img { max-height: 48px; }
}

/* Optional slow scrolling marquee effect */
.ec-client-logos-row.ec-client-logos-row--scroll {
  animation: ec-logo-scroll 25s linear infinite;
}
@keyframes ec-logo-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =========================
   Testimonials – "Hear From Our Clients"
========================= */

/* Section wrapper */
.ec-home-section--testimonials {
  text-align: center;
}

/* Heading - "We've Helped" AND "HEAR FROM OUR CLIENTS" - BIGGER & CENTERED */
.home-testimonial__title {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
  color: #0f172a;
  letter-spacing: 0.02em;
  text-transform: none;
}

.ec-testimonial-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 2.5rem;
  border-radius: 1.25rem;
  background: #e0f2f1;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

/* Keep the actual quote text readable inside the wider shell */
.ec-testimonial-body {
  max-width: 75ch;
  margin: 0 auto;
  text-align: left;
}

.ec-testimonial-body {
  text-align: left;
}

.ec-testimonial-quote {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.ec-testimonial-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: #0f172a;
}

.ec-testimonial-meta {
  font-size: 0.82rem;
  color: #4b5563;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .home-testimonial__title {
    font-size: 2rem;
  }
  
  .ec-testimonial-shell { }
  .ec-testimonial-body { padding: 1.5rem; }
  .ec-testimonial-arrow { display: none; }
} ==================================================
   FAQ (details/summary)
================================================== */
.faq-item {
  padding: 16px;
  background: #fff;
}

.faq-item + .faq-item {
  border-top: 1px solid var(--ec-line);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  color: #0f172a;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item .faq-body {
  margin-top: 0.6rem;
  color: #334155;
}

.faq-item[open] {
  background: #fbfbff;
}

.faq-item[open] summary .chev {
  transform: rotate(180deg);
}

.chev {
  transition: transform 0.18s ease;
  flex-shrink: 0;
  margin-left: 0.75rem;
}
/* === FORCE feature card visual layers (badge + bands) === */
.feature-card__media { position: relative; }

.feature-card__badge{
  z-index: 5;
  pointer-events: none;
}

.feature-card__focus,
.feature-card__body-inner{
  display: block;
  width: 100%;
}
/* ==================================================
   FAQ SECTION (matches "Our Process" styling)
================================================== */
.ec-faq {
  max-width: 1280px;
  margin: 4rem auto;
  padding: 0 1rem;
}

.ec-faq__inner {
  /* Override any inline max-width — the outer .ec-faq handles width now */
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Green header bar — matches .process-bar */
.ec-faq .ec-section-title {
  background: #66BB8A;
  color: #002A52;
  padding: 1.5rem 2rem;
  border-radius: 8px 8px 0 0;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
}

/* Body panel — matches .process-grid container */
.ec-faq__intro,
.ec-faq__list,
.ec-faq__cta {
  background: #F8FAFC;
  padding-left: 2rem;
  padding-right: 2rem;
}

.ec-faq__intro {
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin: 0 !important;
  color: #475569;
  line-height: 1.6;
}

.ec-faq__list {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.ec-faq__cta {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0 0 8px 8px;
  margin: 0 !important;
}

/* Individual FAQ items — white cards inside the gray panel */
.ec-faq__list .faq-item {
  background: white;
  border: 1px solid var(--ec-line);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 8px rgba(0,42,82,0.06);
}

.ec-faq__list .faq-item + .faq-item {
  border-top: 1px solid var(--ec-line); /* override the older rule */
}

.ec-faq__list .faq-item:last-child {
  margin-bottom: 0;
}

.ec-faq__list .faq-item summary {
  color: #002A52;
  font-size: 1.05rem;
}

.ec-faq__list .faq-item[open] {
  background: white;
}

/* Section dividers (questions with no answer act as group headers) */
.ec-faq__list .faq-section {
  font-weight: 800;
  color: #002A52;
  font-size: 1.1rem;
  margin: 1.5rem 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #66BB8A;
}

.ec-faq__list .faq-section:first-child {
  margin-top: 0;
}

/* ==================================================
   ABOUT PAGE — HERO SECTION
================================================== */

.about-split-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background: #002A52;
}

.about-split-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg-url);
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 1;
}

.about-split-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,42,82,0.95) 0%, rgba(71,134,156,0.85) 100%);
  z-index: 2;
}

.about-split-hero__container {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-split-hero__text {
  color: white;
}

.about-split-hero__title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
}

.about-split-hero__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}

.about-split-hero__media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-split-hero__portrait {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-image: var(--hero-portrait-url);
  background-size: cover;
  background-position: center;
  border: 6px solid rgba(255,255,255,0.2);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
  .about-split-hero__container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .about-split-hero__title {
    font-size: 2rem;
  }
  
  .about-split-hero__portrait {
    width: 240px;
    height: 240px;
  }
}
/* ==================================================
   BUTTONS - EC Button Styles
================================================== */

.ec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.ec-btn-primary {
  background: #ffffff;
  color: #0f172a;
  border-color: #ffffff;
}

.ec-btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Larger button variant */
.ec-btn-large {
  padding: 1.25rem 2.5rem;
  font-size: 1.25rem;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .ec-btn {
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
  }
}
/* ==================================================
   ABOUT PAGE — DONUT + DETAIL PANEL (Match Figma)
================================================== */
.ec-donut{
  max-width: 1280px;
  margin: 4rem auto 3rem;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: minmax(320px, 500px) 1fr;
  gap: 3rem;
  align-items: center;
}

/* SVG donut - larger to match Figma */
.ec-donut svg{
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Donut segments */
.ec-donut .segment{
  cursor: pointer;
  transition: filter .2s ease, transform .2s ease;
  opacity: 1;
  transform-box: view-box;
  transform-origin: center;
}

.ec-donut .segment:hover,
.ec-donut .segment.is-active{
  filter: brightness(1.2);
}

.ec-donut .seg-mission:hover,
.ec-donut .seg-mission.is-active{
  transform: translate(-5px, -5px);
}

.ec-donut .seg-leader:hover,
.ec-donut .seg-leader.is-active{
  transform: translate(5px, -5px);
}

.ec-donut .seg-programs:hover,
.ec-donut .seg-programs.is-active{
  transform: translate(5px, 5px);
}

.ec-donut .seg-team:hover,
.ec-donut .seg-team.is-active{
  transform: translate(-5px, 5px);
}
/* Segment colors matching Figma */
.seg-mission{ 
  fill: #002A52; /* Berkeley Blue - dark blue */
}
.seg-leader{ 
  fill: #47869C; /* Wedgewood - medium blue */
}
.seg-team{ 
  fill: #9FC571; /* Pistachio - light green */
}
.seg-programs{ 
  fill: #66BB8A; /* Mint - medium green */
}

/* Center label - hide it to match Figma */
.ec-donut .center-label{
  display: none;
}

/* Quadrant labels - smaller font for thicker ring */
.ec-donut .quad-label{
  pointer-events: none;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.3px;

  fill: #ffffff;   /* 👈 THIS controls the font color */

  /* Optional readability boost */
  paint-order: stroke;
  stroke: rgba(0,0,0,0.25);
  stroke-width: 1.5px;
}
/* All labels white for consistency and readability */
.ec-donut .label-mission,
.ec-donut .label-leadership,
.ec-donut .label-team,
.ec-donut .label-programs{
  fill: #FFFFFF;
}

/* Detail panel */
.ec-donut__panel{
  background: #FFFFFF;
  border-radius: 14px;
  padding: 1.75rem 2rem;
  box-shadow: 0 14px 36px rgba(0,42,82,.10);
}

.ec-donut__panel h4{
  font-size: 1.5rem;
  font-weight: 700;
  color: #002A52;
  margin-bottom: 1rem;
}

.ec-donut__panel p{
  color: #334155;
  line-height: 1.6;
}
/* Fix paragraph spacing inside About panel */
.ec-donut__panel #ec-detail-body p {
  margin: 0 0 1rem 0;
}

.ec-donut__panel #ec-detail-body p:last-child {
  margin-bottom: 0;
}
.ec-donut__link a{
  color: #47869C;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.ec-donut__link a:hover{
  color: #002A52;
}

/* Responsive */
@media (max-width: 768px) {
  .ec-donut{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .ec-donut svg{
    max-width: 400px;
  }
  
  .ec-donut text.quad-label{
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .ec-donut svg{
    max-width: 320px;
  }
  
  .ec-donut text.quad-label{
    font-size: 10px;
  }
}

/* ==================================================
   PROCESS SECTION (3 cards with icons)
================================================== */

.ec-process{
  max-width: 1280px;
  margin: 4rem auto;
  padding: 0 1rem;
}

.process-bar{
  background: #66BB8A; /* Mint green from brand */
  color: #002A52;
  padding: 1.5rem 2rem;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

.process-bar h2{
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  color: #002A52;
}

.process-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 3rem 2rem;
  background: #F8FAFC;
  border-radius: 0 0 8px 8px;
}

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

@media (min-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.process-card{
  text-align: center;
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,42,82,0.06);
}

.process-step-num{
  width: 60px;
  height: 60px;
  background: #002A52;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.process-card-title{
  font-size: 1.25rem;
  font-weight: 700;
  color: #002A52;
  margin-bottom: 0.75rem;
}
.process-card-goal{
  font-size: 0.95rem;
  font-weight: 700;
  color: #002A52;
  margin-bottom: 0.75rem;
  text-align: center;
}
.process-card-body{
  color: #475569;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* ==================================================
   CONSULTING & FACILITATION PAGE — Two-band detail panel
================================================== */
:root{
  --cf-pistachio:#9FC571;
  --cf-pistachio-light:#d7e6b8;
  --cf-teal:#296659;
  --cf-teal-fg:#FFFFFF;
}

/* ===== Left list styles ===== */
#cf-list .ec-li.ec-active{
  background:#f8fafc;
  border-left:3px solid var(--cf-pistachio);
  padding-left:calc(1rem - 3px);
}
#cf-list .ec-li:last-child{ border-bottom: none; }

/* ===== Panel container ===== */
.cf-panel{
  display:flex;
  flex-direction:column;
  min-height:340px;
}

/* ===== Header strip (pistachio with arrows) ===== */
.cf-header{
  position:relative;
  background:var(--cf-pistachio);
  color:#1f2937;
  padding:1rem 4rem;
  min-height:64px;
  display:flex; align-items:center; justify-content:center;
}
.cf-title{
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:1rem;
}
.cf-arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  height:36px; width:36px; border-radius:9999px;
  display:grid; place-items:center;
  color:#1f2937; background:rgba(255,255,255,.75);
  border:1px solid rgba(0,0,0,.06);
}
.cf-arrow:hover{ background:#fff; }
.cf-left{ left:.75rem; }
.cf-right{ right:.75rem; }

/* ===== Focus band (light pistachio) ===== */
.cf-focus-band{
  background:var(--cf-pistachio-light);
  padding:1.25rem 1.5rem;
  color:#0f172a;
}
.cf-focus-label{
  margin:0 0 .5rem;
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.10em;
  font-weight:600;
  color:#0f172a;
  opacity:.85;
}
.cf-focus-text{
  margin:0;
  font-size:1rem;
  line-height:1.6;
}

/* ===== Great for band (deep teal) ===== */
.cf-great-band{
  background:var(--cf-teal);
  color:var(--cf-teal-fg);
  padding:1.25rem 1.5rem 1.5rem;
  flex:1 1 auto;
}
.cf-great-label{
  margin:0 0 .65rem;
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.10em;
  opacity:.95;
  font-weight:600;
}
.cf-great-list{
  list-style:none;
  padding:0;
  margin:0 0 .5rem;
  display:grid;
  gap:.5rem;
  font-size:.95rem;
  line-height:1.5;
}
.cf-great-list li{
  position:relative;
  padding-left:1.1rem;
}
.cf-great-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  opacity:.95;
}

/* ===== Testimonial ===== */
.cf-quote{
  margin-top:1rem;
  font-style:italic;
  opacity:.9;
  font-size:.95rem;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:.85rem;
}

/* Hidden state */
.cf-focus-band.hidden,
.cf-quote.hidden,
.cf-great-label.hidden{
  display:none;
}

/* ==================================================
   INSIGHTS PAGE — Listing & Individual Posts
================================================== */

/* ===== Page header ===== */
.insights-header {
  border-bottom: 1px solid var(--ec-line);
}
.insights-title {
  font-size: clamp(2rem, 1.5rem + 1.5vw, 3rem);
  font-weight: 800;
  color: var(--ec-ink);
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
}
.insights-intro {
  max-width: 60ch;
  margin: 0 auto;
  color: var(--ec-slate);
  font-size: 1.1rem;
  line-height: 1.7;
}

/* ===== Meta line (type label + date + source) ===== */
.insights-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: var(--ec-slate);
}
.insights-meta--centered {
  justify-content: center;
}

/* Post type pill */

.insights-source {
  font-weight: 600;
  color: var(--ec-ink);
}
.insights-date {
  color: var(--ec-slate);
}

/* ===== Featured post (large card at top) ===== */
.insights-featured-wrapper {
  padding: 3rem 0 1.5rem;
}
.insights-featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--ec-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(15,23,42,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  color: inherit;
  text-decoration: none;
}
.insights-featured:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15,23,42,0.12);
}

@media (min-width: 768px) {
  .insights-featured {
    grid-template-columns: 1.4fr 1fr;
  }
}

.insights-featured__content {
  padding: 2rem 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.insights-featured__title {
  font-size: clamp(1.4rem, 1.1rem + 1vw, 1.9rem);
  font-weight: 800;
  color: var(--ec-ink);
  margin: 0.25rem 0 0.75rem;
  line-height: 1.25;
}
.insights-featured__excerpt {
  color: var(--ec-slate);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.insights-readmore {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #0B3A5C;
  font-weight: 600;
  font-size: 0.95rem;
}

/* ===== Grid of other posts ===== */
.insights-grid-wrapper {
  padding: 1rem 0 3rem;
}
.insights-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .insights-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .insights-grid { grid-template-columns: repeat(3, 1fr); }
}

.insights-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--ec-line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(15,23,42,0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.insights-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15,23,42,0.1);
}

.insights-card__content {
  padding: 1.25rem 1.25rem 1.5rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.insights-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ec-ink);
  margin: 0.25rem 0 0.5rem;
  line-height: 1.3;
}
.insights-card__excerpt {
  color: var(--ec-slate);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0.5rem 0 0;
}

/* ===== Individual post page ===== */
.insight-post-header {
  border-bottom: 1px solid var(--ec-line);
  text-align: center;
}
.insight-post-title {
  font-size: clamp(1.8rem, 1.4rem + 1.5vw, 2.75rem);
  font-weight: 800;
  color: var(--ec-ink);
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0.75rem 0 0.75rem;
}
.insight-post-excerpt {
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--ec-slate);
  margin: 0 auto;
  max-width: 60ch;
}
.insight-post-image-wrapper {
  padding-top: 2rem;
}
.insight-post-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.insight-post-body-wrapper {
  padding-top: 1rem;
}
.insight-post-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0B3A5C;
  font-weight: 600;
  font-size: 0.95rem;
}
.insight-post-back:hover {
  text-decoration: underline;
}
/* ===== Branded typographic card panels ===== */
.insights-card-panel {
  position: relative;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 180px;
  color: #ffffff;
  background: var(--ec-berkeley-blue);
}

/* Featured panel is taller and uses larger type */
.insights-card-panel--featured {
  min-height: 280px;
  padding: 2.5rem 2.5rem 2.5rem;
}

/* Post-type label inside the panel */
.insights-card-panel__type {
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.3rem 0.7rem;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-radius: 9999px;
  backdrop-filter: blur(4px);
}

/* Title inside the panel */
.insights-card-panel__title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}

.insights-card-panel--featured .insights-card-panel__title {
  font-size: clamp(1.7rem, 1.3rem + 1.2vw, 2.4rem);
}

/* Color variants by post type */
.insights-card-panel--article      { background: #002A52; }  /* Berkeley Blue */
.insights-card-panel--blog         { background: #66BB8A; color: #0f172a; }  /* Mint */
.insights-card-panel--talk         { background: #47869C; }  /* Wedgewood */
.insights-card-panel--media        { background: #9FC571; color: #0f172a; }  /* Pistachio */
.insights-card-panel--announcement { background: #475569; }  /* Slate */

/* When the panel uses a light background, switch text and pill to dark */
.insights-card-panel--blog .insights-card-panel__title,
.insights-card-panel--media .insights-card-panel__title {
  color: #0f172a;
}
.insights-card-panel--blog .insights-card-panel__type,
.insights-card-panel--media .insights-card-panel__type {
  background: rgba(15, 23, 42, 0.15);
  color: #0f172a;
}

/* Subtle decorative pattern in corner — optional flourish */
.insights-card-panel::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 70%);
  pointer-events: none;
}
/* Post-type pill on individual post pages */
.insight-post-header .insights-type {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--ec-pistachio-200);
  color: var(--ec-ink);
}
.insight-post-header .insights-type--article      { background: #c5d4e0; color: #002A52; }
.insight-post-header .insights-type--blog         { background: #d7e6b8; color: #2d4a1f; }
.insight-post-header .insights-type--talk         { background: #c7e6d9; color: #1a4d3a; }
.insight-post-header .insights-type--media        { background: #bcd3df; color: #1a3a4d; }
.insight-post-header .insights-type--announcement { background: #f1f5f9; color: #475569; }