
:root{
    --live-navy:#0d2b45;
    --live-blue:#0f5f8f;
    --live-soft:#f5f9fb;
    --live-line:#dce6ec;
    --live-muted:#667783;
}

/* Strong Astra spacing reset */
body.btdcth-live-page,
body.btdcth-live-page #page,
body.btdcth-live-page #content,
body.btdcth-live-page .site-content,
body.btdcth-live-page #primary,
body.btdcth-live-page .site-main,
body.btdcth-live-page article.page,
body.btdcth-live-page .entry-content{
    margin-top:0!important;
    margin-bottom:0!important;
    padding-top:0!important;
    padding-bottom:0!important;
}
body.btdcth-live-page .site-content>.ast-container,
body.btdcth-live-page .ast-container,
body.btdcth-live-page #primary,
body.btdcth-live-page .site-main{
    max-width:none!important;
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
}
body.btdcth-live-page .entry-header,
body.btdcth-live-page .entry-title{display:none!important}
body.btdcth-live-page .entry-content{width:100%!important}
body.btdcth-live-page .btdcth-fix-footer{margin-top:0!important}
body.btdcth-live-page .btdcth-live{margin:0!important;padding:0!important}

.btdcth-live-honeypot{
    position:absolute!important;
    left:-9999px!important;
    top:auto!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}

.btdcth-live{
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:#1b2933;
    background:#fff;
    width:100%;
}
.btdcth-live *{box-sizing:border-box}
.btdcth-live-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.btdcth-live h1,.btdcth-live h2,.btdcth-live h3{
    font-family:inherit;color:var(--live-navy);letter-spacing:-.025em;margin-top:0
}
.btdcth-live h1{font-size:clamp(2.6rem,5vw,4.8rem);line-height:1.02;margin-bottom:22px}
.btdcth-live h2{font-size:clamp(2rem,3.4vw,3.2rem);line-height:1.08;margin-bottom:16px}
.btdcth-live h3{font-size:1.2rem;line-height:1.25;margin-bottom:10px}
.btdcth-live p{color:var(--live-muted);font-size:1.02rem;line-height:1.65}
.btdcth-live-kicker{font-size:.76rem;font-weight:850;letter-spacing:.16em;color:var(--live-blue);margin-bottom:13px}
.btdcth-live-kicker-light{color:#addfec}
.btdcth-live-section-head{max-width:800px;margin:0 auto 42px;text-align:center}
.btdcth-live-section-head-left{max-width:none;text-align:left;margin-left:0}

.btdcth-live-hero{
    width:100%;
    margin:0!important;
    background:linear-gradient(120deg,#f8fbfd,#eaf5fa);
    padding:54px 0 66px;
    border-bottom:1px solid #e2eaee
}
.btdcth-live-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.btdcth-live-lead{font-size:1.2rem!important;color:#405562!important}
.btdcth-live-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.btdcth-live-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 21px;border-radius:999px;font-weight:800;text-decoration:none!important}
.btdcth-live-btn-primary{background:var(--live-blue);color:#fff!important}
.btdcth-live-btn-secondary{border:1px solid #b9c9d4;background:#fff;color:var(--live-navy)!important}

.btdcth-live-hero-card{
    background:linear-gradient(145deg,var(--live-navy),#0f6480);
    border-radius:26px;padding:34px;box-shadow:0 22px 55px rgba(13,43,69,.17);color:#fff
}
.btdcth-live-card-label{font-size:.76rem;font-weight:850;letter-spacing:.14em;color:#addcec;margin-bottom:16px}
.btdcth-live-hero-card>div:not(.btdcth-live-card-label){display:flex;align-items:center;gap:13px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.btdcth-live-hero-card>div:last-child{border-bottom:0}
.btdcth-live-hero-card span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.11);font-size:.75rem;font-weight:850;flex:0 0 auto}
.btdcth-live-hero-card strong{color:#fff}

.btdcth-live-options{padding:80px 0;background:#fff}
.btdcth-live-three{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.btdcth-live-three article{border:1px solid var(--live-line);border-radius:18px;padding:28px;background:#fff;box-shadow:0 7px 24px rgba(22,49,67,.04)}
.btdcth-live-option-icon{display:inline-grid;place-items:center;min-width:54px;height:46px;padding:0 10px;border-radius:13px;background:#eaf5fa;color:var(--live-blue);font-weight:850;margin-bottom:18px;font-size:.72rem}
.btdcth-live-three a{color:var(--live-blue)!important;text-decoration:none!important;font-weight:800}

.btdcth-live-upcoming{padding:84px 0;background:var(--live-soft);scroll-margin-top:110px}
.btdcth-live-session-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.btdcth-live-session{background:#fff;border:1px solid var(--live-line);border-radius:20px;overflow:hidden;box-shadow:0 8px 28px rgba(22,49,67,.05)}
.btdcth-live-session-image{height:210px;background-size:cover;background-position:center}
.btdcth-live-session-placeholder{background:linear-gradient(135deg,#113853,#0c8791);display:grid;place-items:center}
.btdcth-live-session-placeholder span{color:#fff;font-size:1.7rem;font-weight:850;letter-spacing:.06em}
.btdcth-live-session-body{padding:27px}
.btdcth-live-session-date{font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--live-blue);margin-bottom:9px}
.btdcth-live-session-details{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}
.btdcth-live-session-details span{background:#f5f8fa;border:1px solid #e4ebef;border-radius:11px;padding:11px;font-size:.82rem;color:#566a76}
.btdcth-live-session-details strong{display:block;color:var(--live-navy);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px}
.btdcth-live-session-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #e8eef1;padding-top:18px}
.btdcth-live-price{font-size:1.18rem;font-weight:850;color:var(--live-navy)}
.btdcth-live-register{display:inline-flex;padding:11px 16px;border-radius:999px;background:var(--live-blue);color:#fff!important;text-decoration:none!important;font-weight:800;font-size:.88rem}

.btdcth-live-empty{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:22px;
    align-items:center;
    background:#fff;
    border:1px solid var(--live-line);
    border-radius:20px;
    padding:30px;
    box-shadow:0 7px 24px rgba(22,49,67,.04)
}
.btdcth-live-empty-icon{width:58px;height:58px;border-radius:15px;background:#eaf5fa;display:grid;place-items:center;color:var(--live-blue);font-size:.72rem;font-weight:850}
.btdcth-live-empty h3{margin-bottom:5px}
.btdcth-live-empty p{margin:0}

.btdcth-live-expect{padding:84px 0;background:#fff}
.btdcth-live-expect-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}
.btdcth-live-expect-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.btdcth-live-expect-list div{padding:19px;background:#f8fafb;border-radius:14px;border:1px solid var(--live-line)}
.btdcth-live-expect-list strong{display:block;color:var(--live-navy);margin-bottom:4px}
.btdcth-live-expect-list span{display:block;font-size:.85rem;color:#6c7c87;line-height:1.5}

/* v1.2 bottom correction:
   force interest section edge-to-edge even if a parent wrapper constrains the content */
.btdcth-live-interest{
    position:relative;
    left:50%;
    right:50%;
    width:100vw;
    max-width:100vw;
    margin-left:-50vw!important;
    margin-right:-50vw!important;
    margin-bottom:0!important;
    padding:72px 0 42px;
    background:linear-gradient(135deg,var(--live-navy),#123f5f);
    scroll-margin-top:110px;
}
.btdcth-live-interest-grid{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:65px;
    align-items:start;
}
.btdcth-live-interest h2{color:#fff}
.btdcth-live-interest p{color:#d5e3ea}
.btdcth-live-corporate-link{color:#fff!important;font-weight:800;text-decoration:none!important}

.btdcth-live-form-card{
    background:#fff;
    border-radius:22px;
    padding:30px;
    box-shadow:0 18px 45px rgba(0,0,0,.14);
    margin-bottom:0!important;
}
.btdcth-live-form-card form{margin-bottom:0!important}
.btdcth-live-form-card label{display:block;margin-bottom:16px}
.btdcth-live-form-card label>span{display:block;font-size:.79rem;font-weight:800;color:#506370;margin-bottom:7px}
.btdcth-live-form-card input,.btdcth-live-form-card select,.btdcth-live-form-card textarea{
    width:100%!important;max-width:none!important;border:1.5px solid #cad8df!important;border-radius:11px!important;
    padding:12px 13px!important;background:#fff!important;font:inherit!important;color:#223642!important;outline:none!important
}
.btdcth-live-form-card input:focus,.btdcth-live-form-card select:focus,.btdcth-live-form-card textarea:focus{
    border-color:var(--live-blue)!important;box-shadow:0 0 0 3px rgba(15,95,143,.09)!important
}
.btdcth-live-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}
.btdcth-live-submit{border:0!important;background:var(--live-blue)!important;color:#fff!important;padding:14px 22px!important;border-radius:999px!important;font-weight:800!important;cursor:pointer;font-size:.96rem!important}
.btdcth-live-notice{padding:15px 17px;border-radius:12px;margin-bottom:20px;font-size:.9rem}
.btdcth-live-success{background:#e8f6ef;border:1px solid #b9dfca;color:#215d3e}
.btdcth-live-error{background:#fff1f0;border:1px solid #edc2bf;color:#873b35}

/* tighten join into footer */
body.btdcth-live-page .btdcth-live-interest + .btdcth-fix-footer,
body.btdcth-live-page .btdcth-fix-footer{
    margin-top:0!important;
}
body.btdcth-live-page .btdcth-live-interest:last-child{
    margin-bottom:0!important;
}

@media(max-width:980px){
    .btdcth-live-hero-grid,.btdcth-live-expect-grid,.btdcth-live-interest-grid{grid-template-columns:1fr;gap:38px}
    .btdcth-live-session-grid{grid-template-columns:1fr}
    .btdcth-live-empty{grid-template-columns:auto 1fr}
    .btdcth-live-empty .btdcth-live-btn{grid-column:1 / -1}
}
@media(max-width:700px){
    .btdcth-live-shell{width:min(100% - 28px,1180px)}
    .btdcth-live-hero{padding:44px 0 54px}
    .btdcth-live-three,.btdcth-live-expect-list,.btdcth-live-form-grid{grid-template-columns:1fr}
    .btdcth-live-actions{display:grid}
    .btdcth-live-btn{width:100%}
    .btdcth-live-session-details{grid-template-columns:1fr}
    .btdcth-live-session-footer{display:block}
    .btdcth-live-register{margin-top:14px;width:100%;justify-content:center}
    .btdcth-live-empty{display:block}
    .btdcth-live-empty-icon{margin-bottom:15px}
    .btdcth-live-interest{padding:58px 0 34px}
}
