/* =========================================================
   WebinarSphere — IMAGE B reconstruction
   1440–1600 desktop, editorial scale, no compression
   ========================================================= */

:root {
  --ws-ivory: #fdfbf7;
  --ws-paper: #fffdf8;
  --ws-forest: #0a362d;
  --ws-green: #0a362d;
  --ws-gold: #c5a358;
  --ws-gold-soft: #efe0bd;
  --ws-tan: #f3ead6;
  --ws-ink: #162a25;
  --ws-mute: #66706b;
  --ws-line: rgba(20, 42, 37, .10);
  --ws-serif: "Playfair Display", "DM Serif Display", Georgia, serif;
  --ws-sans: "Manrope", system-ui, sans-serif;
  --ws-hand: "Caveat", "Segoe Script", cursive;
}

body.ws-chrome {
  background: var(--ws-ivory);
}
body.ws-chrome .mw-topbar {
  display: flex !important;
  background: #062d27;
  color: rgba(253, 248, 236, .86);
}
body.ws-chrome .mw-topbar a {
  color: rgba(253, 248, 236, .88);
}
body.ws-chrome .mw-topbar-item i,
body.ws-chrome .mw-topbar-socials a {
  color: #e4c17a;
}
.mw-topbar-socials {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 6px;
}
.mw-topbar-socials a {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
body.ws-chrome #cart { display: block !important; }

body.ws-chrome .mw-header.header-top {
  background: rgba(250, 247, 242, .94) !important;
  border-bottom: 1px solid var(--ws-line);
}
body.ws-chrome .mw-nav-inner {
  max-width: 1280px;
  min-height: 76px;
  gap: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
body.ws-chrome .ws-logo-text {
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
}
body.ws-chrome .ws-logo-text strong {
  font-family: var(--ws-sans);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ws-forest);
  line-height: 1;
  text-transform: lowercase;
}
body.ws-chrome .ws-logo-text span {
  font-family: var(--ws-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--ws-forest);
  line-height: 1;
  text-transform: uppercase;
  opacity: .72;
}
body.ws-chrome .mw-logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

body.ws-chrome #menu .navbar-nav { gap: 4px; }
body.ws-chrome #menu .navbar-nav > li { position: relative; }
body.ws-chrome #menu .navbar-nav > li > a,
body.ws-chrome #menu .mw-nav-drop > .nav-link {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 8px 11px !important;
  border-radius: 999px !important;
  color: var(--ws-forest) !important;
}
body.ws-chrome #menu .navbar-nav > li > a.active,
body.ws-chrome #menu .mw-nav-drop > .nav-link.active {
  background: var(--ws-gold-soft) !important;
  color: var(--ws-forest) !important;
  box-shadow: none !important;
}
body.ws-chrome #menu .navbar-nav > li > a:hover,
body.ws-chrome #menu .navbar-nav > li > a:focus,
body.ws-chrome #menu .mw-nav-drop > .nav-link:hover,
body.ws-chrome #menu .mw-nav-drop > .nav-link:focus,
body.ws-chrome #menu .nav-item.dropdown:hover > .mw-nav-drop > .nav-link {
  background: rgba(6, 45, 39, .06) !important;
  color: var(--ws-forest) !important;
}

/* Webinars hover dropdown — desktop */
@media (min-width: 992px) {
  body.ws-chrome #menu .mw-nav-drop {
    display: contents;
  }
  body.ws-chrome #menu .mw-nav-plus {
    display: none !important;
  }
  body.ws-chrome #menu .nav-item.dropdown:hover > .dropdown-menu,
  body.ws-chrome #menu .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  body.ws-chrome #menu .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 1050;
    min-width: 280px;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(20, 42, 37, .08);
    border-radius: 16px;
    background: #fffdf8;
    box-shadow: 0 16px 40px rgba(26, 45, 39, .12);
  }
  body.ws-chrome #menu .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 12px;
  }
  body.ws-chrome #menu .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    color: #0a362d !important;
    font-size: 14px;
    font-weight: 600;
    white-space: normal;
    line-height: 1.35;
  }
  body.ws-chrome #menu .dropdown-menu .dropdown-item:hover,
  body.ws-chrome #menu .dropdown-menu .dropdown-item:focus {
    background: #f3ead6 !important;
    color: #0a362d !important;
  }
  body.ws-chrome #menu .dropdown-menu .dropdown-divider {
    margin: 6px 8px;
    border-top-color: rgba(20, 42, 37, .1);
  }
  body.ws-chrome #menu .dropdown-menu .dropdown-item.is-all {
    font-weight: 800;
    color: #8b5e3c !important;
  }
}

body.ws-chrome .mw-search-trigger {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--ws-line);
  background: #fff;
  color: var(--ws-forest);
}
body.ws-chrome .ws-signin-btn {
  border: 0;
  background: transparent;
  height: auto;
  padding: 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ws-forest) !important;
}
body.ws-chrome .mw-nav .mw-btn,
body.ws-chrome .mw-btn-primary {
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ws-forest) !important;
  box-shadow: none !important;
  font-size: 14px;
}

/* Header mini-cart dropdown */
body.mw-premium #cart {
  position: relative;
  overflow: visible;
  z-index: 1100;
}
body.mw-premium #cart .btn.btn-lg.btn-dark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--ws-line, rgba(20, 42, 37, .10));
  color: var(--ws-forest, #0a362d);
}
body.mw-premium #cart .btn.btn-lg.btn-dark:hover,
body.mw-premium #cart .btn.btn-lg.btn-dark:focus,
body.mw-premium #cart .btn.btn-lg.btn-dark.show {
  border-color: rgba(10, 54, 45, .28);
  color: var(--ws-forest, #0a362d);
  background: #fffdf8;
}
body.mw-premium #cart .btn.btn-lg.btn-dark i {
  color: var(--ws-forest, #0a362d);
}
body.mw-premium #cart .mw-cart-count {
  background: #0a362d;
  color: #fff;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  font-family: var(--ws-sans, "Manrope", system-ui, sans-serif);
  font-size: 10px;
  font-weight: 800;
}
body.mw-premium #cart .dropdown-menu,
body.mw-premium #cart .dropdown-menu.mw-mini-cart {
  width: 400px !important;
  max-width: min(400px, calc(100vw - 24px));
  padding: 14px !important;
  margin-top: 10px;
  border-radius: 18px;
  background: #fff !important;
  border: 1px solid rgba(20, 42, 37, .10);
  box-shadow: 0 18px 44px rgba(26, 45, 39, .16);
  font-family: var(--ws-sans, "Manrope", system-ui, sans-serif);
  z-index: 1200;
  left: auto !important;
  right: 0 !important;
  transform: none !important;
  top: calc(100% + 8px) !important;
}
body.mw-premium .mw-header,
body.mw-premium .mw-nav,
body.mw-premium .mw-nav-inner,
body.mw-premium .mw-nav-actions {
  overflow: visible;
}
body.mw-premium #cart .dropdown-menu.mw-mini-cart li {
  min-width: 0;
  list-style: none;
}
body.mw-premium #cart .mw-mini-cart-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 280px;
  overflow: auto;
}
body.mw-premium #cart .mw-mini-cart-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 32px;
  gap: 10px 12px;
  align-items: start;
  padding: 10px;
  background: #f0eee8;
  border-radius: 12px;
}
body.mw-premium #cart .mw-mini-cart-thumb {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  background: #e4eee6;
}
body.mw-premium #cart .mw-mini-cart-thumb img,
body.mw-premium #cart .img-thumbnail {
  width: 64px !important;
  height: 64px !important;
  min-width: 0 !important;
  object-fit: cover;
  border: 0;
  padding: 0;
  border-radius: 10px;
}
body.mw-premium #cart .mw-mini-cart-copy { min-width: 0; }
body.mw-premium #cart .mw-mini-cart-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: start;
}
body.mw-premium #cart .dropdown-menu a.mw-mini-cart-name {
  color: #0a362d !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  background: transparent !important;
  width: auto !important;
  padding: 0 !important;
  text-align: left !important;
}
body.mw-premium #cart .dropdown-menu a.mw-mini-cart-name:hover {
  color: #145246 !important;
}
body.mw-premium #cart .mw-mini-cart-qty {
  color: #66706b;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  padding-top: 1px;
}
body.mw-premium #cart .mw-mini-cart-price {
  color: #8b5e3c;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  padding-top: 1px;
}
body.mw-premium #cart .mw-mini-cart-opts {
  margin-top: 4px;
}
body.mw-premium #cart .mw-mini-cart-opts small {
  color: #6b7380;
  font-size: 12px;
  line-height: 1.4;
}
body.mw-premium #cart .dropdown-menu .btn.btn-danger.mw-mini-cart-remove,
body.mw-premium #cart .mw-mini-cart-remove {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0 !important;
  border-radius: 8px !important;
  background: #c45c4a !important;
  color: #fff;
  display: grid;
  place-items: center;
  line-height: 1;
}
body.mw-premium #cart .mw-mini-cart-remove:hover {
  background: #a94c3d !important;
}
body.mw-premium #cart .mw-mini-cart-remove i {
  font-size: 14px;
  color: #fff;
}
body.mw-premium #cart .mw-mini-cart-totals {
  margin-top: 4px;
}
body.mw-premium #cart .mw-mini-cart-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 4px;
  border-bottom: 1px solid rgba(20, 42, 37, .10);
  color: #3d4a46;
  font-size: 13px;
}
body.mw-premium #cart .mw-mini-cart-total span,
body.mw-premium #cart .mw-mini-cart-total b {
  font-weight: 700;
  color: #0a362d;
}
body.mw-premium #cart .mw-mini-cart-total.is-total b {
  color: #8b5e3c;
  font-size: 15px;
}
body.mw-premium #cart .mw-mini-cart-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}
body.mw-premium #cart .dropdown-menu .mw-mini-cart-actions a.mw-mini-cart-btn,
body.mw-premium #cart .dropdown-menu div.mw-mini-cart-actions a {
  width: 100% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #0a362d !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center !important;
  box-shadow: none;
}
body.mw-premium #cart .dropdown-menu .mw-mini-cart-actions a.mw-mini-cart-btn:hover {
  background: #145246 !important;
  color: #fff !important;
}
body.mw-premium #cart .mw-mini-cart-empty {
  padding: 28px 16px !important;
  text-align: center;
  color: #6b7380;
  font-size: 14px;
}
body.mw-premium #cart .mw-mini-cart-empty i {
  display: block;
  margin: 0 auto 10px;
  font-size: 22px;
  color: #8b5e3c;
}
body.mw-premium #cart .mw-mini-cart-empty p {
  margin: 0;
}

@media (max-width: 575px) {
  body.mw-premium #cart .dropdown-menu.mw-mini-cart {
    width: min(360px, calc(100vw - 16px)) !important;
  }
  body.mw-premium #cart .mw-mini-cart-top {
    grid-template-columns: minmax(0, 1fr);
  }
  body.mw-premium #cart .mw-mini-cart-actions {
    grid-template-columns: 1fr;
  }
}

.ws-home {
  font-family: var(--ws-sans);
  color: var(--ws-ink);
  background:
    radial-gradient(ellipse 48% 36% at 8% 6%, rgba(220,236,227,.7), transparent 70%),
    radial-gradient(ellipse 36% 28% at 92% 8%, rgba(239,224,189,.28), transparent 68%),
    var(--ws-ivory);
}
.ws-home .container {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.ws-kicker {
  margin: 0 0 18px;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(6, 45, 39, .06);
  color: var(--ws-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ws-hand {
  font-family: var(--ws-hand);
  font-weight: 600;
  line-height: 1.1;
}
.ws-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ws-forest) !important;
}
.ws-block { padding: 30px 0; }
.ws-intro h2,
.ws-head h2,
.ws-voices-head h2 {
  margin: 0;
  font-family: var(--ws-serif);
  font-weight: 500;
  font-size: clamp(30px, 2.8vw, 38px);
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--ws-forest);
}
.ws-intro p {
  margin: 18px 0 28px;
  max-width: 32ch;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ws-mute);
}
.ws-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}
.ws-head-tools { display: flex; align-items: center; gap: 20px; }

.ws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-family: var(--ws-sans);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .2s ease, filter .2s ease;
}
.ws-btn:hover { transform: translateY(-1px); }
.ws-btn-green { background: var(--ws-forest); color: #fff !important; }
.ws-btn-line { background: #fff; color: var(--ws-forest) !important; border: 1.5px solid rgba(6,45,39,.22); }
.ws-btn-gold { background: linear-gradient(145deg, #f3e2b8, #d4af67); color: var(--ws-forest) !important; }
.ws-btn-ghost { background: transparent; color: #fff !important; border: 1.5px solid rgba(255,255,255,.4); }

.ws-nav {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--ws-line);
  background: #fff;
  color: var(--ws-forest);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ws-nav:hover { background: #eef4ef; }
.ws-arrows { display: flex; gap: 10px; }
.ws-faces { display: flex; align-items: center; }
.ws-faces img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -8px;
}
.ws-faces img:first-child { margin-left: 0; }
.ws-play {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: var(--ws-forest);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(26,45,39,.12);
  cursor: pointer;
}
.ws-play i { margin-left: 2px; }
.ws-stars { display: flex; gap: 3px; color: var(--ws-gold); }

/* ---------- HERO — match reference ---------- */
.ws-hero {
  position: relative;
  padding: 32px 0 40px;
  overflow: hidden;
  background: #f9f7f2;
}
.ws-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.ws-hero-grain {
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
.ws-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}
.ws-hero-glow-a {
  width: 520px;
  height: 520px;
  top: 8%;
  left: 38%;
  background: radial-gradient(circle, rgba(255,236,176,.55) 0%, rgba(232,196,110,.22) 38%, transparent 70%);
}
.ws-hero-glow-b {
  width: 340px;
  height: 340px;
  bottom: 6%;
  left: 8%;
  background: radial-gradient(circle, rgba(255,228,150,.4) 0%, rgba(201,168,96,.16) 42%, transparent 72%);
}
.ws-hero-glow-c {
  width: 280px;
  height: 280px;
  top: 4%;
  right: 6%;
  background: radial-gradient(circle, rgba(220,236,214,.5) 0%, transparent 70%);
}
.ws-flora {
  position: absolute;
  display: block;
  object-fit: contain;
}
.ws-flora-cluster {
  width: min(28vw, 340px);
  top: 2%;
  right: 8%;
  opacity: .4;
}
.ws-flora-sprig {
  width: 110px;
  top: 35%;
  left: 31%;
  opacity: .45;
  transform: rotate(-16deg);
  filter: drop-shadow(0 0 28px rgba(255,220,140,.55));
}
.ws-flora-line {
  position: absolute;
  opacity: .85;
}
.ws-flora-line-l {
  width: 210px;
  bottom: -2%;
  left: 28%;
}
.ws-flora-line-r {
  width: 240px;
  top: 2%;
  right: 18%;
}
.ws-hero .container { position: relative; z-index: 1; }
.ws-hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr) 248px;
  gap: 24px 32px;
  align-items: stretch;
  min-height: 0;
}
.ws-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.ws-hero-copy .ws-kicker {
  margin: 0 0 16px;
  padding: 7px 14px;
  background: #eceae4;
  color: #5a5a5a;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
}
.ws-hero-copy h1 {
  margin: 0 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(38px, 3.5vw, 50px);
  line-height: 1.04;
  letter-spacing: -.028em;
  color: #0a362d;
}
.ws-hero-copy h1 span { display: block; }
.ws-hero-copy h1 .ws-hero-gold { color: #8b5e3c; }
.ws-hero-lead {
  margin: 0 0 24px;
  max-width: 40ch;
  font-family: var(--ws-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #4a4a4a;
}
.ws-hero-ctas {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
}
.ws-hero-ctas .ws-btn {
  height: 46px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 700;
  flex: 0 0 auto;
}
.ws-hero-ctas .ws-btn-green { background: #0a362d; }
.ws-hero-ctas .ws-btn-line { border-color: rgba(10,54,45,.28); color: #0a362d !important; }
.ws-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  max-width: 100%;
}
.ws-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.3;
  color: #3d3d3d;
}
.ws-benefits li span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #c5a358;
  color: #a67c52;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
}

.ws-hero-stage {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}
.ws-hero-orb {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  top: 8%;
  left: 13%;
  background: #0a362d;
  border-radius: 50%;
  z-index: 0;
}
.ws-hero-leaf {
  position: absolute;
  color: rgba(10, 54, 45, .18);
  z-index: 2;
  pointer-events: none;
}
.ws-hero-leaf-a {
  top: 8%;
  left: 2%;
  width: 72px;
  display: none;
}
p.ws-hero-hand.manual-1 {
  font-size: 26px;
}
.ws-hero-leaf-b {
  top: 18%;
  right: 2%;
  width: 80px;
  color: rgba(166, 124, 82, .28);
}
.ws-hero-hand {
  position: absolute;
  top: 7%;
  left: -6%;
  z-index: 3;
  margin: 0;
  font-family: "Caveat", cursive;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.08;
  color: #2d4a47;
  transform: rotate(-8deg);
  pointer-events: none;
}
.ws-hero-swoosh {
  display: block;
  width: 92%;
  height: 10px;
  margin-top: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 16' fill='none'%3E%3Cpath d='M4 10c28-8 54-8 80-3 22 4 46 6 72 1' stroke='%232d4a47' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.ws-hero-orb::after {
  content: "";
  position: absolute;
  width: 58%;
  height: 58%;
  top: 12%;
  left: 21%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,232,170,.42) 0%, transparent 68%);
  pointer-events: none;
}
.ws-hero-photo {
  position: relative;
  z-index: 1;
  width: min(92%, 460px);
}
.ws-hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 36px rgba(10,54,45,.18));
}

.ws-hero-chips { display: contents; }
.ws-chip {
  position: absolute;
  z-index: 4;
  background: #fff;
  border: 0;
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 12px 28px rgba(26,45,39,.1);
}
.ws-chip-live { top: 1%; right: 0%; width: 196px; }
.ws-chip-trust {
  bottom: 8%;
  left: 2%;
  width: 196px;
  box-shadow: 0 8px 20px rgba(26,45,39,.08);
}
p.ws-kicker {
  margin-top: -5px;
}
.ws-chip-live-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.ws-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  background: transparent;
  color: #c45c4a;
  font-size: 12px;
  font-weight: 700;
}
.ws-live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c45c4a;
  display: inline-block;
}
.ws-chip strong {
  display: block;
  font-family: var(--ws-sans);
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #0a362d;
}
.ws-chip-trust span { display: block; font-size: 12px; font-weight: 500; color: #6b6b6b; }
.ws-chip-trust b {
  display: block;
  font-family: var(--ws-sans);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: #0a362d;
  margin: 2px 0 4px;
}
.ws-chip-trust em { display: block; font-style: normal; font-size: 13px; color: #6b6b6b; margin-bottom: 12px; }
.ws-chip-meta { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; color: #6b6b6b; }
.ws-chip .ws-play {
  width: 36px;
  height: 36px;
  background: #f3ead6;
  color: #8b5e3c;
  box-shadow: none;
}
.ws-plus {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f3ead6;
  color: #8b5e3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
}

.ws-quote {
  align-self: end;
  width: 100%;
  max-width: none;
  height: 50%;
  min-height: 0;
  padding: 16px 16px 14px;
  border-radius: 28px;
  background: #f8f3e9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  box-shadow: 0 12px 28px rgba(26, 45, 39, .08);
  overflow: hidden;
}
.ws-quote-top { flex: 0 0 auto; }
.ws-quote-mark {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: .7;
  color: #c5a358;
}
.ws-quote h3 {
  margin: 8px 0 0;
  font-family: var(--ws-serif);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #0a362d;
}
.ws-quote-photo {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 0;
  flex: 1 1 auto;
  height: auto;
}
.ws-quote-photo img { width: 100%; height: 100%; object-fit: cover; }
.ws-quote-live {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  color: #162a25;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ws-quote-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c45c4a;
}
.ws-quote-foot { flex: 0 0 auto; }
.ws-quote-label {
  margin: 0 0 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a8378;
}
.ws-quote-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding-top: 10px;
  margin-top: 0;
  border-top: 1px solid rgba(20, 42, 37, .08);
}
.ws-quote-stats > div { padding-right: 10px; }
.ws-quote-stats > div + div {
  padding-left: 12px;
  padding-right: 0;
  border-left: 1px solid rgba(20, 42, 37, .1);
}
.ws-quote-stats i {
  display: block;
  color: #c5a358;
  font-size: 12px;
  margin-bottom: 4px;
}
.ws-quote-stats b { display: block; font-family: var(--ws-sans); font-size: 18px; font-weight: 800; color: #0a362d; line-height: 1.1; }
.ws-quote-stats span { font-size: 11px; color: #7a7a7a; }

/* ---------- IMPACT ---------- */
.ws-impact {
  padding: 0;
  width: 100%;
  max-width: none;
}
.ws-impact-bar {
  display: grid;
  grid-template-columns: 180px minmax(0,1fr) 260px;
  gap: 16px 32px;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 22px 48px;
  border-radius: 0;
  background: linear-gradient(120deg, #062d27, #0a3d34 55%, #145246);
  color: #fff;
  box-shadow: 0 16px 36px rgba(6,45,39,.16);
  overflow: hidden;
}
.ws-impact-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ws-impact-brand .ws-hand { display: block; font-size: 24px; color: #f0e2b8; line-height: 1.15; }
.ws-impact-brand svg { width: 52px; height: 22px; color: #e4c17a; margin-top: 4px; }
.ws-impact-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  min-width: 0;
  gap: 0;
  align-items: center;
}
.ws-impact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 12px 4px 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.ws-impact-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: rgba(255,255,255,.16);
}
.ws-impact-item > i {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,.1);
  color: #f0e2b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.ws-impact-item div { min-width: 0; }
.ws-impact-item b {
  display: block;
  font-family: var(--ws-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}
.ws-impact-item span {
  display: block;
  font-size: 11px;
  opacity: .78;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ws-impact-join {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f4e6c4, #e0b96a);
  color: var(--ws-forest) !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.35;
  min-width: 0;
}
.ws-impact-join span { flex: 1; }
.ws-impact-join .fa-people-group {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(6,45,39,.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ---------- TOPICS ---------- */
.ws-topics { padding-top: 30px; }
.ws-topics-grid {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0,1fr);
  gap: 48px 72px;
  align-items: center;
}
.ws-topics .ws-kicker {
  margin: 0 0 14px;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #a67c52;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}
.ws-topics .ws-intro h2 {
  font-weight: 700;
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 1.08;
  color: #12263a;
}
.ws-topics .ws-intro p {
  margin: 16px 0 20px;
  max-width: 28ch;
  font-size: 15px;
  line-height: 1.65;
  color: #6b7380;
}
.ws-topics .ws-link { color: #a67c52 !important; font-size: 15px; }
.ws-topics,
.ws-topics .container,
.ws-topics-grid,
.ws-topic-wrap,
.ws-topic-row,
.ws-topic {
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
}
.ws-topic-wrap {
  position: relative;
  min-width: 0;
  display: block;
}
.ws-topic-wrap .ws-arrows {
  position: static;
  transform: none;
  justify-content: flex-end;
  flex-direction: row;
  gap: 8px;
  margin: 0 0 4px;
}
.ws-topic-wrap .ws-nav {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 0;
  box-shadow: 0 8px 18px rgba(26,45,39,.06);
}
.ws-topic-row {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 8px 4px 6px;
  scrollbar-width: none;
}
.ws-topic-row::-webkit-scrollbar { display: none; }
.ws-topic {
  --ws-glow: rgba(196,92,92,.22);
  flex: 0 0 132px;
  width: 132px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 28px 8px 10px;
  color: #12263a !important;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  background: radial-gradient(circle at 50% 38%, var(--ws-glow) 0%, transparent 62%) !important;
}
.ws-topic-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: none;
}
.tone-rose { --ws-glow: rgba(196,92,92,.26); }
.tone-rose .ws-topic-icon { color: #c45c5c; }
.tone-pink { --ws-glow: rgba(196,90,140,.26); }
.tone-pink .ws-topic-icon { color: #c45a8c; }
.tone-blue { --ws-glow: rgba(74,111,199,.24); }
.tone-blue .ws-topic-icon { color: #4a6fc7; }
.tone-teal { --ws-glow: rgba(42,143,130,.24); }
.tone-teal .ws-topic-icon { color: #2a8f82; }
.tone-green { --ws-glow: rgba(63,143,85,.24); }
.tone-green .ws-topic-icon { color: #3f8f55; }
.tone-violet { --ws-glow: rgba(61,79,143,.24); }
.tone-violet .ws-topic-icon { color: #3d4f8f; }
.tone-orange { --ws-glow: rgba(209,122,58,.26); }
.tone-orange .ws-topic-icon { color: #d17a3a; }
.tone-rust { --ws-glow: rgba(176,90,60,.24); }
.tone-rust .ws-topic-icon { color: #b05a3c; }
.tone-mint { --ws-glow: rgba(63,154,110,.24); }
.tone-mint .ws-topic-icon { color: #3f9a6e; }

/* ---------- WEBINARS ---------- */
.ws-web-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 26px;
  align-items: stretch;
}
.ws-web {
  background: var(--ws-paper);
  border: 1px solid var(--ws-line);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 16px 36px rgba(26,45,39,.05);
}
.ws-web-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #ebe4d6;
}
.ws-web-media img { width: 100%; height: 100%; object-fit: cover; }
.ws-web-date {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(255,253,248,.94);
  color: var(--ws-forest);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
}
.ws-web-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f3ead6;
  color: #8b5e3c;
  font-size: 12px;
  font-weight: 700;
}
.ws-web-body { padding: 24px 22px 22px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.ws-web-body h3 {
  margin: 0;
  font-family: var(--ws-serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  min-height: 2.6em;
}
.ws-web-body h3 a {
  color: var(--ws-forest) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ws-web-who { display: flex; align-items: center; gap: 12px; }
.ws-web-who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.ws-web-who strong { display: block; font-size: 14px; }
.ws-web-who span { font-size: 13px; color: var(--ws-mute); }
.ws-web-time { margin: 0; font-size: 14px; color: var(--ws-mute); display: flex; align-items: center; gap: 8px; }
.ws-web-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 999px;
  background: #e6efe8;
  color: var(--ws-forest) !important;
  font-weight: 700;
  font-size: 15px;
}
.ws-web-cta.is-live { background: rgba(196,92,74,.12); color: #c45c4a !important; }

/* ---------- SPEAKERS ---------- */
.ws-experts-grid {
  display: grid;
  grid-template-columns: 300px minmax(0,1fr);
  gap: 40px;
  align-items: center;
}
.ws-expert-wrap { position: relative; min-width: 0; }
.ws-expert-row {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px 58px 16px;
  scrollbar-width: none;
  align-items: stretch;
}
.ws-expert-row::-webkit-scrollbar { display: none; }
.ws-expert-prev, .ws-expert-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.ws-expert-prev { left: 0; }
.ws-expert-next { right: 0; }
.ws-expert-pager { display: none; }
.ws-expert {
  flex: 0 0 320px;
  width: 320px;
  scroll-snap-align: start;
  background: var(--ws-paper);
  border: 1px solid var(--ws-line);
  border-radius: 28px;
  padding: 32px 26px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 36px rgba(26,45,39,.05);
}
.ws-expert-photo {
  display: block;
  width: 168px;
  height: 168px;
  margin: 0 auto 18px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #e8f0ea;
}
.ws-expert-photo img { width: 100%; height: 100%; object-fit: cover; }
.ws-expert h3 { margin: 0 0 6px; font-size: 20px; font-weight: 700; }
.ws-expert h3 a { color: var(--ws-ink) !important; }
.ws-expert-md { margin: 0 0 4px; font-size: 13px; font-weight: 700; color: var(--ws-gold); }
.ws-expert-role { margin: 0 0 6px; font-size: 14px; font-weight: 600; color: var(--ws-green); }
.ws-expert-org {
  margin: 0 0 18px;
  font-size: 13px;
  color: var(--ws-mute);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.ws-expert-social { display: flex; justify-content: center; gap: 10px; }
.ws-expert-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e8f0ea;
  color: var(--ws-forest) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ws-share {
  position: relative;
  flex: 0 0 300px;
  width: 300px;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--ws-forest);
}
.ws-share img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.ws-share > div {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 420px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.ws-share .ws-hand { font-size: 36px; margin: 0 0 4px; color: #f0e2b8; }
.ws-share h3 { margin: 0 0 20px; font-family: var(--ws-serif); font-weight: 500; font-size: 42px; color: #fff; }

/* ---------- SCHEDULE ---------- */
.ws-agenda { background: #f3ead6; }
.ws-agenda.ws-block { padding: 64px 0; }
.ws-agenda-grid {
  display: grid;
  grid-template-columns: 280px 300px minmax(0,1fr);
  gap: 24px;
  align-items: start;
}
.ws-agenda .ws-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 6px;
}
.ws-cal, .ws-list {
  background: #fff;
  border-radius: 24px;
  padding: 20px 18px 16px;
  box-shadow: 0 16px 40px rgba(26,45,39,.06);
}
.ws-cal { height: auto; align-self: start; }
.ws-list { padding: 20px 18px 8px; }
.ws-cal .ws-nav {
  width: 36px;
  height: 36px;
}
.ws-cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.ws-cal-head h3 { margin: 0; font-size: 16px; font-weight: 700; }
.ws-cal-days, .ws-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; text-align: center; }
.ws-cal-days span { font-size: 12px; font-weight: 700; color: var(--ws-mute); padding: 2px 0 6px; }
.ws-cal-cell {
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ws-ink);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.ws-cal-cell:hover:not(:disabled) { background: #eef4ef; }
.ws-cal-cell.is-on { background: var(--ws-gold); color: var(--ws-forest); }
.ws-cal-cell.has-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ws-gold);
  transform: translateX(-50%);
}
.ws-cal-cell.is-on.has-dot::after { background: var(--ws-forest); }
.ws-cal-cell.is-empty, .ws-cal-cell:disabled { opacity: .22; cursor: default; }
.ws-tabs {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border-radius: 16px;
  background: #f3ead6;
}
.ws-tabs button {
  border: 0;
  background: transparent;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ws-mute);
  cursor: pointer;
}
.ws-tabs button.is-on { background: var(--ws-forest); color: #fff; }
.ws-row {
  display: grid;
  grid-template-columns: 118px 48px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 20px 6px;
  border-bottom: 1px solid var(--ws-line);
}
.ws-row[hidden],
.ws-list-empty[hidden] { display: none !important; }
.ws-list-empty {
  margin: 28px 8px 16px;
  color: var(--ws-mute);
  font-size: 15px;
  line-height: 1.5;
}
.ws-row:last-child { border-bottom: 0; }
.ws-row-when b { display: block; font-size: 14px; font-weight: 800; color: var(--ws-forest); }
.ws-row-when span { font-size: 13px; color: var(--ws-mute); }
.ws-row img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.ws-row-copy h3 { margin: 0 0 4px; font-size: 16px; font-weight: 700; line-height: 1.35; }
.ws-row-copy h3 a { color: var(--ws-ink) !important; }
.ws-row-copy p { margin: 0; font-size: 13px; color: var(--ws-mute); }
.ws-row-act { display: flex; align-items: center; gap: 10px; }
.ws-soon {
  padding: 7px 12px;
  border-radius: 999px;
  background: #f3ead6;
  color: #8b5e3c;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.ws-row-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--ws-tan);
  color: var(--ws-forest) !important;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.ws-row-btn.is-join { background: var(--ws-forest); color: #fff !important; }

/* ---------- TESTIMONIALS ---------- */
.ws-voices-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 280px;
  gap: 24px;
  align-items: stretch;
}
.ws-voices-head {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0 24px;
  align-items: end;
  margin-bottom: 20px;
}
.ws-voices-head .ws-kicker { grid-column: 1; }
.ws-voices-head h2 { grid-column: 1; }
.ws-voices-head > p:not(.ws-kicker) {
  grid-column: 1;
  margin: 16px 0 0;
  max-width: 48ch;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ws-mute);
}
.ws-voices-head .ws-arrows {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: end;
}
.ws-voice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}
.ws-voice {
  background: #f6f0e4;
  border-radius: 28px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
}
.ws-voice-mark {
  font-family: var(--ws-serif);
  font-size: 68px;
  line-height: .7;
  color: var(--ws-gold);
  margin-bottom: 8px;
}
.ws-voice p {
  margin: 0 0 24px;
  font-family: var(--ws-serif);
  font-size: 18px;
  line-height: 1.6;
  color: var(--ws-ink);
  flex: 1;
}
.ws-voice-who { display: flex; align-items: center; gap: 14px; }
.ws-voice-who img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.ws-voice-who strong { display: block; font-size: 15px; }
.ws-voice-who span { display: block; font-size: 13px; color: var(--ws-mute); }
.ws-score {
  background: var(--ws-forest);
  color: #fff;
  border-radius: 28px;
  padding: 40px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ws-score strong { font-family: var(--ws-serif); font-size: 56px; font-weight: 500; line-height: 1; }
.ws-score em { font-style: normal; font-size: 16px; opacity: .84; }
.ws-score .ws-stars { color: #f0e2b8; font-size: 18px; }
.ws-score p { margin: 0; font-size: 13px; opacity: .8; color: #fff; }

/* ---------- COMMUNITY ---------- */
.ws-cta {
  padding: 0;
  width: 100%;
  max-width: none;
}
.ws-cta-panel {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr .85fr;
  gap: 36px;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 56px 48px;
  border-radius: 0;
  background: linear-gradient(340deg, #224f48, #0a3d346b 50%, #50b7a3de);
  color: #fff;
  overflow: hidden;
  box-shadow: none;
}
.ws-cta-copy h2 {
  margin: 0 0 18px;
  color: #fff !important;
  font-family: var(--ws-serif);
  font-weight: 500;
  font-size: clamp(36px, 3.2vw, 48px);
  line-height: 1.12;
  max-width: 14ch;
}
.ws-cta-copy p {
  margin: 0 0 30px;
  color: rgba(255,255,255,.8);
  font-size: 17px;
  line-height: 1.7;
  max-width: 38ch;
}
.ws-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.ws-cta-photo {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 380px;
}
.ws-cta-photo img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 380px; }
.ws-cta-photo .ws-hand {
  position: absolute;
  left: 24px;
  bottom: 24px;
  margin: 0;
  font-size: 44px;
  color: #fff;
  text-shadow: 0 10px 24px rgba(0,0,0,.4);
}
.ws-cta-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.ws-cta-points li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 600;
}
.ws-cta-points li span {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  color: #f0e2b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.ws-home-page footer .ws-heartbeat {
  font-family: var(--ws-hand);
  font-size: 20px;
  color: rgba(255,255,255,.7) !important;
}
body.ws-home-page footer .mw-pay { display: none; }

@media (max-width: 1100px) {
  .ws-impact-bar { padding: 22px 24px; }
  .ws-hero-grid { grid-template-columns: 1fr 1fr; min-height: 0; }
  .ws-quote { grid-column: 1 / -1; max-width: 280px; min-height: 0; height: auto; justify-self: end; align-self: end; }
  .ws-hero-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    flex: 1 1 100%;
    align-items: stretch;
  }
  .ws-chip-live, .ws-chip-trust { position: static; width: auto; min-width: 0; margin-top: 0; }
  .ws-hero-stage { flex-wrap: wrap; gap: 14px; min-height: 480px; }
  .ws-impact-bar { grid-template-columns: 1fr; }
  .ws-impact-item:not(:last-child)::after { display: none; }
  .ws-impact-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
  .ws-web-row { grid-template-columns: 1fr 1fr; }
  .ws-agenda-grid { grid-template-columns: 1fr 1.15fr; }
  .ws-agenda .ws-intro { grid-column: 1 / -1; }
  .ws-cta-panel { grid-template-columns: 1fr 1fr; padding: 40px 24px; }
  .ws-cta-points { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 992px) {
  /* .ws-block { padding: 80px 0; } */
  .ws-topics-grid, .ws-experts-grid, .ws-voices-grid { grid-template-columns: 1fr; }
  .ws-topic-wrap .ws-arrows { margin-bottom: 8px; }
  .ws-hero-copy h1 { font-size: clamp(34px, 7vw, 44px); max-width: none; }

  .ws-topics .ws-topics-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    align-items: center;
  }
  .ws-topics .ws-intro,
  .ws-topics .ws-topic-wrap {
    display: contents;
  }
  .ws-topics .ws-kicker,
  .ws-topics .ws-intro h2,
  .ws-topics .ws-intro p,
  .ws-topics .ws-topic-row {
    grid-column: 1 / -1;
  }
  .ws-topics .ws-intro p {
    margin: 10px 0 4px;
    max-width: none;
  }
  .ws-topics .ws-link {
    grid-column: 1;
    justify-self: start;
    align-self: center;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
  }
  .ws-topics .ws-topic-wrap .ws-arrows {
    grid-column: 2;
    margin: 0;
    justify-content: flex-end;
  }
  .ws-topics .ws-topic-wrap .ws-nav {
    width: 40px;
    height: 40px;
  }

  .ws-experts .ws-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 12px;
    align-items: start;
  }
  .ws-experts-cta-extra { display: none; }
  .ws-experts .ws-kicker {
    grid-column: 1 / -1;
    margin: 0 0 2px;
    padding: 0;
    background: none;
    border-radius: 0;
    color: #7a847f;
    font-size: 11px;
    letter-spacing: .16em;
  }
  .ws-experts .ws-intro h2 {
    grid-column: 1;
    font-size: clamp(26px, 6.4vw, 34px);
    line-height: 1.12;
  }
  .ws-experts .ws-intro .ws-btn {
    grid-column: 2;
    grid-row: 2;
    height: auto;
    padding: 0;
    background: none;
    border-radius: 0;
    color: var(--ws-forest) !important;
    font-size: 13px;
    font-weight: 800;
    gap: 6px;
    white-space: nowrap;
    box-shadow: none;
    transform: none;
  }
  .ws-experts .ws-intro .ws-btn:hover { transform: none; filter: none; }
  .ws-experts .ws-intro p {
    grid-column: 1 / -1;
    margin: 8px 0 2px;
    max-width: none;
    font-size: 14px;
    line-height: 1.55;
  }
  .ws-experts .ws-expert-wrap {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    grid-template-areas:
      "row row row"
      "prev dots next";
    gap: 18px 8px;
    align-items: center;
    margin-top: 10px;
  }
  .ws-experts .ws-expert-row {
    grid-area: row;
    padding: 6px 0 10px;
    gap: 14px;
  }
  .ws-experts .ws-expert-prev,
  .ws-experts .ws-expert-next {
    position: static;
    transform: none;
    display: inline-flex;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid rgba(10, 54, 45, .12);
    box-shadow: 0 8px 16px rgba(26, 45, 39, .06);
  }
  .ws-experts .ws-expert-prev { grid-area: prev; justify-self: start; }
  .ws-experts .ws-expert-next { grid-area: next; justify-self: end; }
  .ws-experts .ws-expert-pager {
    grid-area: dots;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
  .ws-experts .ws-expert-dot {
    appearance: none;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .ws-experts .ws-expert-dot::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d4ddd8;
  }
  .ws-experts .ws-expert-dot.is-on::after {
    background: var(--ws-forest);
  }
  .ws-experts .ws-expert,
  .ws-experts .ws-share {
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
  }
  .ws-experts .ws-expert {
    border: 0;
    border-radius: 32px;
    padding: 36px 22px 28px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(26, 45, 39, .08);
  }
  .ws-experts .ws-expert-photo {
    width: 156px;
    height: 156px;
    margin-bottom: 20px;
    border: 3px solid #f1eee8;
  }
  .ws-experts .ws-expert h3 {
    font-family: var(--ws-serif);
    font-weight: 600;
    font-size: clamp(20px, 5.4vw, 24px);
    color: var(--ws-forest);
  }
  .ws-experts .ws-expert h3 a {
    color: var(--ws-forest) !important;
  }
  .ws-experts .ws-expert-md,
  .ws-experts .ws-expert-role {
    color: var(--ws-mute);
    font-weight: 500;
  }
  .ws-experts .ws-expert-md {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #8a938e;
  }
  .ws-experts .ws-expert-role {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .ws-experts .ws-expert-social a {
    width: 44px;
    height: 44px;
    background: #e4f0e8;
  }

  .ws-voices .ws-voices-head {
    gap: 8px 12px;
    align-items: center;
    margin-bottom: 18px;
  }
  .ws-voices .ws-kicker,
  .ws-voices .ws-voices-head h2 {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .ws-voices .ws-voices-head h2 {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1.16;
  }
  .ws-voices .ws-voices-head > p:not(.ws-kicker) {
    grid-column: 1;
    grid-row: 3;
    margin: 4px 0 0;
    max-width: none;
    font-size: 14px;
    line-height: 1.55;
  }
  .ws-voices .ws-voices-head .ws-arrows {
    grid-column: 2;
    grid-row: 3;
    align-self: center;
    flex-shrink: 0;
  }
  .ws-voices .ws-voices-head .ws-nav {
    width: 40px;
    height: 40px;
  }
  .ws-voices .ws-voice-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    scrollbar-width: none;
  }
  .ws-voices .ws-voice-row::-webkit-scrollbar { display: none; }
  .ws-voices .ws-voice {
    flex: 0 0 min(82%, 340px);
    width: min(82%, 340px);
    min-height: 320px;
    padding: 28px 22px 24px;
    border-radius: 32px;
    box-shadow: 0 16px 36px rgba(26, 45, 39, .06);
  }
  .ws-voices .ws-score {
    padding: 44px 24px 40px;
    border-radius: 36px;
    gap: 14px;
  }
  .ws-voices .ws-score strong {
    font-size: clamp(52px, 14vw, 64px);
  }
  .ws-voices .ws-score em {
    font-size: 16px;
    opacity: .9;
  }
  .ws-voices .ws-score .ws-stars {
    font-size: 20px;
    gap: 6px;
    color: var(--ws-gold);
  }
  .ws-voices .ws-score .ws-faces {
    margin: 6px 0 2px;
  }
  .ws-voices .ws-score .ws-faces img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin-left: -10px;
  }
  .ws-voices .ws-score p {
    font-size: 13px;
    opacity: .7;
  }
}
@media (max-width: 768px) {
  .ws-home .container { padding-left: 18px; padding-right: 18px; }
  /* .ws-block { padding: 60px 0; } */
  .ws-hero-grid { grid-template-columns: 1fr; }
  .ws-hero-ctas { display: flex; flex-wrap: wrap; }
  .ws-quote { max-width: none; justify-self: stretch; height: auto; align-self: stretch; }
  .ws-web-row, .ws-voice-row {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    margin: 0 -18px;
    padding: 0 18px 8px;
    scrollbar-width: none;
  }
  .ws-web { flex: 0 0 min(86vw, 320px); scroll-snap-align: start; }
  .ws-voice { flex: 0 0 min(86vw, 340px); width: min(86vw, 340px); scroll-snap-align: start; }
  .ws-agenda-grid { grid-template-columns: 1fr; }
  .ws-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 16px;
  }
  .ws-row img {
    width: 56px;
    height: 56px;
    justify-self: end;
  }
  .ws-row-copy,
  .ws-row-act {
    grid-column: 1 / -1;
  }
  .ws-cta-panel { grid-template-columns: 1fr; padding: 36px 20px; }
  body.ws-home-page .mw-search-trigger { width: 40px; height: 40px; }
  .ws-upcoming .ws-head {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 22px;
  }
  .ws-upcoming .ws-kicker {
    margin-bottom: 10px;
  }
  .ws-upcoming .ws-head h2 {
    font-size: clamp(28px, 7.6vw, 34px);
    max-width: 9.4em;
    line-height: 1.16;
  }
  .ws-upcoming .ws-head-tools {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .ws-upcoming .ws-head-tools .ws-link {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .01em;
    color: #8b5e3c !important;
  }
  .ws-upcoming .ws-head-tools .ws-arrows {
    flex-shrink: 0;
    gap: 8px;
  }
  .ws-upcoming .ws-head-tools .ws-nav {
    width: 40px;
    height: 40px;
    border-color: rgba(10, 54, 45, .12);
    box-shadow: 0 8px 16px rgba(26, 45, 39, .06);
  }
  .ws-topics .ws-intro h2 {
    font-size: clamp(26px, 7vw, 32px);
    line-height: 1.16;
  }
  .ws-hero-chips { gap: 8px; }
  .ws-chip {
    padding: 10px 10px 12px;
    border-radius: 14px;
  }
  .ws-chip strong {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .ws-chip-trust b { font-size: 18px; }
  .ws-chip-trust em { font-size: 11px; margin-bottom: 8px; line-height: 1.3; }
  .ws-chip-meta { gap: 6px; font-size: 10px; flex-wrap: wrap; }
  .ws-chip .ws-play { width: 28px; height: 28px; font-size: 10px; }
  .ws-chip .ws-faces img,
  .ws-hero-chips .ws-faces img { width: 22px; height: 22px; }
  .ws-plus { width: 22px; height: 22px; font-size: 12px; }
}

@media (max-width: 991px) {
  body.ws-chrome footer {
    background: #062d27;
    padding: 40px 0 0;
  }
  body.ws-chrome footer .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  body.ws-chrome footer .mw-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 8px;
  }
  body.ws-chrome footer .mw-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  body.ws-chrome footer .mw-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #0a362d;
    box-shadow: none;
  }
  body.ws-chrome footer .ws-logo-text {
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
  }
  body.ws-chrome footer .ws-logo-text strong {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
  }
  body.ws-chrome footer .ws-logo-text span {
    display: inline !important;
    color: var(--ws-gold);
    opacity: 1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
  }
  body.ws-chrome footer .mw-foot-brand > p {
    max-width: none;
    margin: 16px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(253, 248, 236, .82);
    text-align: left;
  }
  body.ws-chrome footer h5 {
    color: var(--ws-gold);
    font-family: var(--ws-sans);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin: 4px 0 12px;
  }
  body.ws-chrome footer .list-unstyled {
    display: block !important;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  body.ws-chrome footer .list-unstyled li {
    list-style: none;
    margin: 0;
  }
  body.ws-chrome footer .list-unstyled li a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 0 !important;
    font-family: var(--ws-sans);
    font-size: 15px;
    font-weight: 500;
    color: rgba(253, 248, 236, .92) !important;
    text-align: left;
  }
  body.ws-chrome footer .list-unstyled li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1.5px solid var(--ws-gold);
    border-right: 1.5px solid var(--ws-gold);
    transform: rotate(45deg);
    flex-shrink: 0;
  }
  body.ws-chrome footer .mw-news p {
    max-width: none;
    margin: 0 0 12px;
    color: rgba(253, 248, 236, .72);
  }
  body.ws-chrome footer .mw-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    padding: 22px 0 28px;
    border-top: 1px solid rgba(253, 248, 236, .1);
  }
  body.ws-chrome footer .mw-footer-bottom p {
    justify-content: flex-start;
    text-align: left !important;
    color: rgba(253, 248, 236, .5) !important;
  }
  body.ws-chrome footer .mw-pay { display: none; }
}
