/* HERO */
.sv-hero{padding-bottom:44px;}
.sv-hero-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:14px;}
.sv-format-badge{background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.8);border:1px solid rgba(255,255,255,0.2);}
.sv-hero-subtitle{font-size:clamp(15px,1.6vw,18px);font-weight:300;line-height:1.6;color:rgba(255,255,255,.78);max-width:640px;margin-top:8px;}

.sv-featuring{display:flex;align-items:center;gap:16px;margin-top:28px;}
.sv-featuring-photo{width:80px;height:80px;border-radius:50%;background-size:cover;background-position:center;flex-shrink:0;border:2px solid rgba(255,255,255,.15);}
.sv-featuring-name{font-family:var(--ff-head);font-size:15px;font-weight:700;color:#fff;}
.sv-featuring-title{font-size:12.5px;color:rgba(255,255,255,.6);margin-top:2px;}
.sv-featuring-duration{font-size:12px;color:var(--blue3);margin-top:4px;}

/* BODY */
.sv-body{padding:56px 0;}
.sv-body-inner{max-width:760px;margin:0 auto;}
.sv-intro{font-size:16px;font-weight:300;line-height:1.75;color:var(--text);margin-bottom:32px;}
.sv-intro p{margin-bottom:1.1em;}
.sv-placeholder{font-size:15px;color:var(--muted);font-style:italic;}

/* MEDIA */
.sv-media{margin-bottom:40px;}
.sv-embed-wrap{border-radius:var(--radius);overflow:hidden;background:var(--navy);}
.sv-embed-wrap iframe{width:100%;aspect-ratio:16/9;display:block;border:0;}
.sv-embed-wrap.sv-embed-video iframe{height:auto;}
.sv-embed-wrap.sv-embed-video{box-shadow:0 4px 16px rgba(0,0,0,.15);}
.sv-embed-wrap.sv-embed-video:hover{box-shadow:0 6px 20px rgba(0,0,0,.25);transition:box-shadow .25s ease;}
.sv-audio-player{width:100%;}

/* SECTIONS */
.sv-section{margin-top:44px;}
.sv-section-heading{font-family:var(--ff-head);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue2);margin-bottom:20px;}

/* CONVERSATION HIGHLIGHTS — numbered cards */
.sv-highlights-grid{display:flex;flex-direction:column;gap:14px;}
.sv-highlight{background:var(--off);border-left:3px solid var(--blue2);border-radius:var(--radius);padding:22px 24px 22px 26px;position:relative;overflow:hidden;}
.sv-highlight-number{position:absolute;top:8px;right:18px;font-family:var(--ff-head);font-size:38px;font-weight:800;color:var(--blue2);opacity:.13;line-height:1;letter-spacing:-.01em;pointer-events:none;}
.sv-highlight-heading{font-family:var(--ff-head);font-size:17px;font-weight:700;color:var(--text);margin-bottom:8px;padding-right:40px;}
.sv-highlight-body{font-size:14.5px;font-weight:300;line-height:1.7;color:var(--textm);padding-right:10px;}
.sv-highlight-body p{margin-bottom:.8em;}
.sv-highlight-body p:last-child{margin-bottom:0;}

/* KEY TAKEAWAYS — 2-col grid */
.sv-takeaways-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px 20px;}
.sv-takeaways-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text);line-height:1.55;background:var(--white);border:1px solid rgba(0,0,0,.07);border-radius:10px;padding:12px 14px;}
.sv-takeaways-list svg{flex-shrink:0;margin-top:2px;color:var(--blue2);}

/* SPEAKER PROFILE */
.sv-speaker-profile{margin-top:44px;padding-top:36px;border-top:1px solid rgba(0,0,0,.08);}
.sv-profile-row{display:flex;gap:20px;align-items:flex-start;}
.sv-profile-photo{width:72px;height:72px;border-radius:50%;background-size:cover;background-position:center;flex-shrink:0;}
.sv-profile-name{font-family:var(--ff-head);font-size:17px;font-weight:700;color:var(--text);}
.sv-profile-title{font-size:13px;color:var(--blue2);margin-top:2px;margin-bottom:10px;}
.sv-profile-bio{font-size:14.5px;font-weight:300;line-height:1.7;color:var(--textm);}
.sv-profile-bio p{margin-bottom:.8em;}

/* THE CONVERSATION CONTINUES */
.sv-continues{margin-top:36px;}
.sv-continues-body{font-size:14.5px;font-weight:300;line-height:1.7;color:var(--textm);}
.sv-continues-body p{margin-bottom:.8em;}
.sv-continues-body p:last-child{margin-bottom:0;}

/* CLOSING STATEMENT */
.sv-closing{margin-top:36px;padding:26px 28px;background:var(--off);border-radius:var(--radius);border-left:3px solid var(--blue2);}
.sv-closing-text{font-family:var(--ff-head);font-size:18px;font-weight:600;color:var(--text);line-height:1.55;}

/* CTA ROW */
.sv-cta-row-wrap{margin-top:36px;padding-top:32px;border-top:1px solid rgba(0,0,0,.08);}
.sv-cta-intro{font-size:14.5px;font-weight:300;line-height:1.65;color:var(--textm);max-width:520px;margin-bottom:18px;}
.sv-cta-row{display:flex;gap:12px;flex-wrap:wrap;}

/* RELATED CONVERSATIONS */
.sv-related-section{background:var(--off);padding:60px 0;}
.sv-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;}
.sv-related-card{background:var(--white);border-radius:var(--radius);border:1px solid rgba(0,0,0,.07);overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;}
.sv-related-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.08);}
.sv-related-thumb{height:140px;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--tint-blue),var(--tint-blue-2));flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.sv-related-thumb-bg{position:absolute;inset:0;background-size:cover;background-position:center;}
.sv-related-thumb-ph{color:var(--blue2);opacity:.4;}
.sv-related-badge{position:absolute;top:8px;right:8px;background:rgba(6,14,31,.72);color:#fff;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:5px;}
.sv-related-body{padding:16px 18px 20px;flex:1;display:flex;flex-direction:column;gap:6px;}
.sv-related-title{font-family:var(--ff-head);font-size:14px;font-weight:600;color:var(--text);line-height:1.35;}
.sv-related-meta{font-size:11.5px;color:var(--muted);}
.tag-xs{font-size:9.5px !important;padding:2px 8px !important;letter-spacing:.06em;}

@media(max-width:900px){
  .sv-related-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .sv-takeaways-list{grid-template-columns:1fr;}
}
@media(max-width:540px){
  .sv-related-grid{grid-template-columns:1fr;}
  .sv-profile-row{flex-direction:column;}
  .sv-cta-row{flex-direction:column;}
  .sv-cta-row .btn{text-align:center;}
}
