/* Resources enhancements. */
.quote-showcase{background:#081a29;color:#fff;padding:72px 0}.quote-showcase-inner{display:grid;grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);gap:54px;align-items:center}.quote-showcase-heading h2{margin:10px 0 0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08}.quote-slider{min-width:0;padding:34px;border:1px solid rgba(255,255,255,.14);border-radius:26px;background:rgba(255,255,255,.06);outline:none}.quote-slider:focus-visible{box-shadow:0 0 0 3px rgba(47,183,209,.45)}.quote-track{position:relative;min-height:250px}.quote-slide{display:none;margin:0}.quote-slide.active{display:block}.quote-slide blockquote{margin:0;font-family:Georgia,serif;font-size:clamp(1.45rem,2.5vw,2.35rem);line-height:1.45;color:#fff}.quote-slide figcaption{margin-top:22px;color:#7dd9e7;font-weight:800}.quote-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:28px}.quote-controls>button{width:44px;height:44px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:transparent;color:#fff;font-size:1.2rem;cursor:pointer}.quote-controls>button:hover,.quote-controls>button:focus-visible{background:#fff;color:#071827}.quote-dots{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.quote-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer}.quote-dots button.active{width:28px;border-radius:99px;background:#5ccadd}.resource-scope-grid.expanded{grid-template-columns:repeat(3,minmax(0,1fr))}.between-lines-card{background:#eef8f6!important;border-color:#c7e6df!important;color:#173a3c!important}.between-lines-panel{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:42px;align-items:center;padding:38px;border:1px solid #d5e8e5;border-radius:28px;background:#f4fbf9}.between-lines-logo{width:120px;height:120px;object-fit:contain;margin-bottom:16px}.between-lines-image{overflow:hidden;border-radius:22px;box-shadow:0 18px 44px rgba(7,24,39,.13)}.between-lines-image img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}@media(max-width:900px){.quote-showcase-inner,.between-lines-panel{grid-template-columns:1fr}.resource-scope-grid.expanded{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-track{min-height:290px}}@media(max-width:620px){.quote-showcase{padding:52px 0}.quote-slider{padding:24px}.quote-track{min-height:360px}.resource-scope-grid.expanded{grid-template-columns:1fr}.between-lines-panel{padding:24px}.between-lines-logo{width:100px;height:100px}}@media(prefers-reduced-motion:reduce){.quote-slide{animation:none!important}.quote-controls *{scroll-behavior:auto!important}}

.resource-free-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  color: #0e8060;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

