
.section-wrapper {
    width: 100%;
    max-width: 900px;
}

/* Red top accent bar */
.section-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #ff000f;
    margin-bottom: 0;
}

.video-card {
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}

/* Top brand bar */
.brand-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 36px 18px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.furse-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -1px;
}

.furse-logo .logo-icon {
    width: 38px;
    height: 38px;
}

.abb-logo {
    font-size: 1.9rem;
    font-weight: 900;
    color: #ff000f;
    letter-spacing: 2px;
}

/* Video embed area */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 52%;
    background: #e5e5e5;
}

.video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Text info section */
.video-info {
    padding: 30px 36px 36px;
    background: linear-gradient(160deg, #f7f7f7 0%, #ffffff 100%);
}

.video-accent {
    display: block;
    width: 44px;
    height: 4px;
    background: #ff000f;
    margin-bottom: 14px;
    border-radius: 2px;
}

.video-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.video-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    color: #333;
}
