.hero {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.hero::after {
  display:none !important;
}
.hero{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);grid-template-areas:"brand brand" "copy visual";align-items:center;gap:18px 50px;min-height:650px!important;padding:34px 2% 58px!important;background:linear-gradient(115deg,#f4f9ff 0 48%,#fff4f8 48% 100%)!important}.brandline{grid-area:brand;margin:0 0 12px!important}.hero-copy{grid-area:copy;position:relative;z-index:2}.hero-eyebrow{margin:0 0 18px!important;color:#58739e!important;font-size:12px!important;font-weight:900;letter-spacing:.16em}.hero h1{font-size:clamp(48px,5.6vw,78px)!important}.hero h1 span{color:#ff3b86!important}.hero-copy>p:not(.hero-eyebrow){font-size:18px!important;line-height:1.65!important}.story-visual{grid-area:visual;position:relative;z-index:1;margin:0;align-self:stretch;min-height:500px;overflow:hidden}.story-visual:before{content:"";position:absolute;inset:7% 5% 4% 9%;border-radius:48% 52% 42% 58%;background:#dcecff;transform:rotate(-3deg)}.story-visual img{position:relative;width:100%;height:100%;max-height:570px;object-fit:cover;object-position:center;border-radius:46% 54% 42% 58%;mix-blend-mode:multiply}.story-visual figcaption{position:absolute;left:24px;bottom:20px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.88);color:#42547c;font-size:12px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-actions .btn{display:inline-flex;align-items:center;text-decoration:none;justify-content:center;min-height:50px;padding:11px 20px}.hero-listen:before{content:"";width:9px;height:9px;border-radius:50%;margin-right:9px;background:#ff3b86}.hero-language{background:transparent!important}@media(max-width:900px){.hero{grid-template-columns:1fr;grid-template-areas:"brand" "copy" "visual";padding:28px 0 42px!important}.story-visual{min-height:360px}.brandline{justify-content:flex-start!important}.hero h1{font-size:52px!important}}@media(max-width:560px){.story-visual{min-height:300px}.hero-actions .btn{width:100%}.hero h1{font-size:44px!important}}
.brand {
  font-size: 0;
}
.workbook-credits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 26px auto 8px;
  padding: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
.workbook-credits a { color: var(--blue); font-weight: 800; text-decoration: none; }
.workbook-credits img { display: block; width: 170px; height: auto; }
.workbook-credits a:last-child {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
