.tsue-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(21, 43, 86, 0.96), rgba(10, 18, 42, 0.92));
    color: #fff;
}

.tsue-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    align-items: center;
    min-height: 72vh;
    padding: 120px 0 70px;
}

.tsue-chip {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tsue-hero h1,
.tsue-section-title {
    font-family: "Playfair Display", serif;
}

.tsue-hero h1 {
    font-size: 64px;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 16px;
}

.tsue-hero p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 18px;
    max-width: 720px;
}

.tsue-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.tsue-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.tsue-button--primary {
    background: #d2a34a;
    color: #fff;
}

.tsue-button--secondary {
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
}

.tsue-slide-card {
    position: relative;
    min-height: 420px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(6, 16, 36, 0.35);
}

.tsue-slide-card img,
.tsue-media-thumb img,
.tsue-card-thumb img,
.tsue-detail-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tsue-slide-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    padding: 28px;
    background: linear-gradient(180deg, rgba(15, 29, 63, 0.05), rgba(10, 19, 44, 0.78));
}

.tsue-shell {
    padding: 72px 0;
}

.tsue-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 30px;
}

.tsue-section-title {
    font-size: 40px;
    margin: 0;
}

.tsue-section-copy {
    max-width: 620px;
    color: #667085;
}

.tsue-grid {
    display: grid;
    gap: 24px;
}

.tsue-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tsue-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tsue-card {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
}

.tsue-card-body {
    padding: 24px;
}

.tsue-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #667085;
    font-size: 14px;
    margin-bottom: 12px;
}

.tsue-card h3,
.tsue-media-copy h2,
.tsue-leader-copy h2 {
    margin-bottom: 12px;
}

.tsue-media {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
    align-items: center;
}

.tsue-media-thumb {
    min-height: 420px;
    border-radius: 28px;
    overflow: hidden;
}

.tsue-media-copy,
.tsue-leader-copy {
    background: #fff;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.tsue-leader {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.tsue-video-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #152b56;
    font-weight: 700;
}

.tsue-listing-hero,
.tsue-detail-hero {
    background: linear-gradient(135deg, #152b56, #0b1736);
    color: #fff;
    padding: 140px 0 60px;
}

.tsue-detail-content {
    max-width: 860px;
    margin: 0 auto;
    padding: 56px 0 80px;
}

.tsue-detail-content img {
    max-width: 100%;
    border-radius: 16px;
}

.tsue-sidebar-stack {
    display: grid;
    gap: 18px;
}

.tsue-mini-card {
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.06);
}

@media (max-width: 991px) {
    .tsue-hero-grid,
    .tsue-media,
    .tsue-grid--3,
    .tsue-grid--2 {
        grid-template-columns: 1fr;
    }

    .tsue-hero h1 {
        font-size: 44px;
    }
}
