.gb-speakers-page { overflow: clip; color: #102033; }
.gb-speakers-page * { box-sizing: border-box; }
.gb-masters-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.gb-masters-section { padding-block: 88px; }
.gb-masters-section-soft { background: #f6f8fb; }
.gb-masters-eyebrow { margin: 0 0 12px; color: #2563eb; font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.gb-masters-hero { border-bottom: 1px solid #d8e0ea; background: linear-gradient(135deg, #fff 0%, #f6f8fb 68%, #eef4ff 100%); }
.gb-masters-hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); align-items: center; gap: 52px; padding-block: 76px; }
.gb-masters-hero h1 { max-width: 680px; margin: 0 0 22px; font-size: clamp(44px, 5.5vw, 68px); line-height: 1.08; letter-spacing: -.05em; text-wrap: balance; }
.gb-masters-lead { max-width: 680px; margin: 0; color: #667488; font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.gb-masters-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.gb-masters-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d8e0ea; border-radius: 999px; padding: 9px 20px; background: #fff; color: #102033; font-weight: 800; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.gb-masters-button:hover { transform: translateY(-2px); border-color: #2563eb; }
.gb-masters-button-primary { border-color: #2563eb; background: #2563eb; color: #fff; }
.gb-masters-button-primary:hover { background: #1d4ed8; color: #fff; }
.gb-masters-hero-art { overflow: hidden; border: 1px solid #d8e0ea; border-radius: 14px; background-color: rgba(255,255,255,.94); background-image: radial-gradient(circle at 50% 42%, rgba(37,99,235,.18), transparent 50%), linear-gradient(rgba(216,224,234,.42) 1px, transparent 1px), linear-gradient(90deg, rgba(216,224,234,.42) 1px, transparent 1px); background-size: auto, 24px 24px, 24px 24px; box-shadow: 0 18px 48px rgba(16,32,51,.12); }
.gb-masters-hero-people { min-height: 440px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: 4px; padding: 32px 20px 0; }
.gb-masters-hero-person { min-width: 0; height: 370px; display: flex; align-items: flex-end; justify-content: center; }
.gb-masters-hero-person:nth-child(2) { height: 405px; }
.gb-masters-hero-person img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.gb-masters-hero-label { border-top: 1px solid #d8e0ea; background: #fff; padding: 14px 18px; font-weight: 850; text-align: center; }
.gb-masters-heading { max-width: 760px; margin-bottom: 34px; }
.gb-masters-heading h2 { margin: 0 0 12px; font-size: clamp(32px, 4vw, 48px); line-height: 1.18; letter-spacing: -.035em; }
.gb-masters-heading p { margin: 0; color: #667488; }
.gb-master-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.gb-master-card { overflow: hidden; border: 1px solid #d8e0ea; border-radius: 12px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.gb-master-card:first-child { background: linear-gradient(180deg, #ecfdf5 0%, #fff 62%); }
.gb-master-card:hover { transform: translateY(-4px); border-color: #2563eb; box-shadow: 0 18px 48px rgba(16,32,51,.12); }
.gb-master-card-image { height: 350px; display: flex; align-items: flex-end; justify-content: center; padding: 22px 24px 0; border-bottom: 1px solid #d8e0ea; }
.gb-master-card-image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.gb-master-card-copy { padding: 24px; }
.gb-master-number { margin: 0 0 8px; color: #2563eb; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.gb-master-card h3 { margin: 0 0 4px; font-size: 30px; }
.gb-master-role { margin: 0 0 16px; color: #00a878; font-weight: 850; }
.gb-master-quote { min-height: 84px; margin: 0; color: #667488; }
.gb-master-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; padding: 0; list-style: none; }
.gb-master-tags li { border: 1px solid #d8e0ea; border-radius: 999px; background: #f6f8fb; padding: 5px 10px; color: #475569; font-size: 12px; font-weight: 750; }
.gb-master-link { color: #2563eb; font-weight: 850; text-decoration: none; }
.gb-master-profile { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 64px; }
.gb-master-profile + .gb-master-profile { margin-top: 88px; }
.gb-master-profile:nth-child(even) .gb-master-profile-art { order: 2; }
.gb-master-profile-art { min-height: 470px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; border: 1px solid #d8e0ea; border-radius: 14px; background: radial-gradient(circle at 50% 42%, rgba(37,99,235,.15), transparent 55%), #fff; padding: 32px 32px 0; }
.gb-master-profile:nth-child(2) .gb-master-profile-art { background: radial-gradient(circle at 50% 42%, rgba(0,168,120,.14), transparent 55%), #fff; }
.gb-master-profile-art img { display: block; width: 100%; height: 430px; object-fit: contain; object-position: center bottom; }
.gb-master-profile-copy h2 { margin: 0 0 12px; font-size: clamp(32px, 4vw, 48px); line-height: 1.18; }
.gb-master-profile-intro { color: #2563eb; font-size: 20px; font-weight: 800; line-height: 1.55; }
.gb-master-profile-copy p:not(.gb-master-profile-intro) { color: #475569; }
.gb-master-expertise { margin-top: 24px; border-left: 4px solid #00a878; border-radius: 0 12px 12px 0; background: #ecfdf5; padding: 18px 20px; }
.gb-master-expertise strong { display: block; margin-bottom: 6px; }
.gb-master-collaboration { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.gb-master-step { position: relative; border: 1px solid #d8e0ea; background: #fff; padding: 26px; }
.gb-master-step:first-child { border-radius: 12px 0 0 12px; }
.gb-master-step:last-child { border-radius: 0 12px 12px 0; }
.gb-master-step + .gb-master-step { border-left: 0; }
.gb-master-step b { display: block; margin-bottom: 8px; color: #2563eb; }
.gb-master-step h3 { margin: 0 0 8px; font-size: 21px; }
.gb-master-step p { margin: 0; color: #667488; }
.gb-master-conclusion { max-width: 880px; margin: 28px auto 0; color: #475569; font-size: 18px; text-align: center; }
.gb-masters-cta { background: #102033; color: #fff; }
.gb-masters-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.gb-masters-cta h2 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 46px); }
.gb-masters-cta p { margin: 0; color: #cbd5e1; }
.gb-masters-risk { border-top: 4px solid #d92d20; background: #fff5f4; padding-block: 28px; }
.gb-masters-risk strong { color: #d92d20; }
.gb-masters-risk p { margin: 6px 0 0; color: #5b2a25; }
.gb-speakers-page :where(a, button):focus-visible { outline: 3px solid rgba(37,99,235,.38); outline-offset: 3px; }
@media (max-width: 980px) {
  .gb-masters-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .gb-masters-hero-art { max-width: 620px; width: 100%; margin-inline: auto; }
  .gb-master-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gb-master-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 10px); width: 100%; justify-self: center; }
  .gb-master-profile { gap: 36px; }
}
@media (max-width: 700px) {
  .gb-masters-shell { width: min(100% - 28px, 1120px); }
  .gb-masters-section { padding-block: 58px; }
  .gb-masters-hero-grid { gap: 38px; padding-block: 54px; }
  .gb-masters-hero h1 { font-size: 42px; }
  .gb-masters-hero-people { min-height: 340px; padding-inline: 8px; }
  .gb-masters-hero-person { height: 285px; }
  .gb-masters-hero-person:nth-child(2) { height: 315px; }
  .gb-master-card-grid, .gb-master-profile, .gb-master-collaboration { grid-template-columns: 1fr; }
  .gb-master-card:last-child { grid-column: auto; max-width: none; }
  .gb-master-card-image { height: 330px; }
  .gb-master-profile + .gb-master-profile { margin-top: 58px; }
  .gb-master-profile:nth-child(even) .gb-master-profile-art { order: 0; }
  .gb-master-profile-art { min-height: 390px; }
  .gb-master-profile-art img { height: 360px; }
  .gb-master-step:first-child { border-radius: 12px 12px 0 0; }
  .gb-master-step:last-child { border-radius: 0 0 12px 12px; }
  .gb-master-step + .gb-master-step { border-left: 1px solid #d8e0ea; border-top: 0; }
  .gb-masters-cta-inner { align-items: flex-start; flex-direction: column; }
}
