
#s1 {
    background: #fff;
    padding: 80px 0
}

.s1-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 48px
}

.s1-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 15px
}

.s1-eyebrow {
    size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a62223;
    margin-bottom: 10px
}

.s1-h {
    font-size: 50px;
    font-weight: 900;
    color: #000;
    line-height: 1.05
}

.s1-h em {
    color: #a62223;
    font-style: normal
}

.s1-count {
    font-size: 96px;
    font-weight: 900;
    color: #a62223;
    opacity: 0.08;
    line-height: 1;
    user-select: none
}

.t1-list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.t1-item {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    align-items: start;
    gap: 28px;
    padding: 32px 0;
    border-bottom: 1px solid #ececec
}

.t1-item:first-child {
    border-top: 1px solid #ececec
}

.t1-num {
    font-size: 32px;
    font-weight: 700;
    color: #a62223;
    padding-top: 4px
}

.t1-quote {
    font-size: 18px;
    line-height: 1.7;
    color: #222
}

.t1-quote.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.t1-toggle {
    font-size: 16px;
    font-weight: 700;
    color: #a62223;
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
    margin-top: 8px;
    display: none
}

.t1-toggle:hover {
    color: #000
}

.t1-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    min-width: 180px
}

.t1-avi {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #a62223;
    margin-left: auto
}

.t1-ini {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #a62223;
    margin-left: auto
}

.t1-name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: right
}

.t1-role {
    font-size: 14px;
    color: #a62223;
    text-align: right
}

.t1-stars {
    color: #a62223;
    font-size: 12px;
    letter-spacing: 2px
}

.t1-tag {
    font-size: 14px;
    color: #666;
    background: #f2f2f2;
    padding: 3px 10px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 4px
}
#s2 {   
    padding: 80px 0
}

.s2-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 48px
}

.s2-head {
    text-align: center;
    margin-bottom: 60px
}

.s2-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a62223;
    margin-bottom: 12px
}

.s2-h {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 10px
}

.s2-h em {
    color: #a62223;
    font-style: normal
}

.s2-sub {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 24px
}

.s2-line {
    width: 48px;
    height: 3px;
    background: #a62223;
    margin: 0 auto
}

.s2-stitle {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 32px
}

.t2-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}
.t2-top i{
    display: none;
}
.t2-card {
    background: #161616;
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.2s, transform 0.2s
}

.t2-card:hover {
    border-color: #a62223;
    transform: translateY(-4px)
}

.t2-top {
    background: #a62223;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 8px
}

.t2-role-lbl {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff
}

.t2-img-row {
    display: flex;
    justify-content: center;
    padding: 24px 18px 16px
}

.t2-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #a62223;
    background: #222
}

.t2-fallback {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #a62223;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    border: 3px solid #a62223
}

.t2-body {
    padding: 0 18px 24px;
    text-align: center
}

.t2-name {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    line-height: 1.2;
}

.t2-rows {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.t2-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
        text-align: left;
}

.t2-row i {
    width: 16px;
    color: #a62223;
    font-size: 16px;
    flex-shrink: 0
}

.t2-row:has(span:empty) {
    display: none
}

/* ─── SECTION 3: PAST SPEAKERS — editorial magazine style ─── */
#s3 {
    background: #f7f7f7;
    padding: 80px 0
}

.s3-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 48px
}

.s3-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px
}

.s3-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a62223;
    margin-bottom: 10px
}

.s3-h {
    font-size: 50px;
    font-weight: 900;
    color: #000;
    line-height: 1.05
}

.s3-h em {
    color: #a62223;
    font-style: normal
}

.s3-hdesc {
    font-size: 16px;
    color: #666;
    line-height: 1.7
}

.t3-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.t3-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: transform 0.2s, border-color 0.2s
}

.t3-card:hover {
    transform: translateY(-6px);
    border-color: #a62223
}

.t3-imgwrap {
    height: 180px;
  background: #a62223;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.t3-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
   
}

.t3-fallback {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #a62223;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 800
}

.t3-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #a62223;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px
}

.t3-body {
    padding: 22px 20px 26px
}

.t3-name {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.2;
}

.t3-tag {
    font-size: 14px;
    font-weight: 700;
    color: #a62223;
    margin-bottom: 16px;
    display: block;
    line-height: 1.2;
}

.t3-rows {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.t3-row {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    color: #555;
    line-height: 1.2;
        text-align: left;
}

.t3-row i {
    width: 16px;
    color: #a62223;
    font-size: 16px;
    flex-shrink: 0;
}

.t3-row:has(span:empty) {
    display: none
}

/* FOOTER */
.gf {
    background: #000;
    color: #555;
    text-align: center;
    padding: 20px;
    font-size: 12px
}

.gf span {
    color: #a62223
}

/* RESPONSIVE */
@media(max-width:900px) {
    .t2-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .t3-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .s1-count {
        display: none
    }

    .s3-head {
        grid-template-columns: 1fr
    }
}

@media(max-width:560px) {

    .t2-grid,
    .t3-grid {
        grid-template-columns: 1fr
    }

    .t1-item {
        grid-template-columns: 36px 1fr
    }

    .t1-right {
        display: none
    }

    .s1-h,
    .s2-h,
    .s3-h {
        font-size: 34px
    }

    .s1-inner,
    .s2-inner,
    .s3-inner {
        padding: 0 20px
    }
}