#external-content-container {
    position: relative;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #222222;
    background: #FFFFFF;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    border: none;
}

#external-content-container *,
#external-content-container *::before,
#external-content-container *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#external-content-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

#external-content-container a {
    text-decoration: none;
    color: inherit;
}

#external-content-container .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

/* BUTTONS */
#external-content-container .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 50px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

#external-content-container .btn-primary {
    background: #3685CB;
    color: #FFFFFF;
}

#external-content-container .btn-primary:hover {
    background: #2B6FAB;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(54,133,203,0.3);
}

#external-content-container .btn-white {
    background: #FFFFFF;
    color: #1A1A2E;
}

#external-content-container .btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* HERO */
#external-content-container .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, #0D2137 0%, #132F4C 40%, #1A3D5C 100%);
    overflow: hidden;
    padding: 80px 0;
}

#external-content-container .hero::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(54,133,203,0.10) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

#external-content-container .hero::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,109,0,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

#external-content-container .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

#external-content-container .hero-logo {
    width: 80px;
    height: auto;
    margin: 0 auto 28px;
}

#external-content-container .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(54,133,203,0.12);
    border: 1px solid rgba(54,133,203,0.25);
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #7BB8E8;
    margin-bottom: 24px;
}

#external-content-container .hero-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 18px;
}

#external-content-container .hero-title em {
    font-style: normal;
    color: #7BB8E8;
}

#external-content-container .hero-subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#external-content-container .hero-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 36px;
}

#external-content-container .hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
}

#external-content-container .hero-meta-item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* TIMELINE */
#external-content-container .timeline-bar {
    background: #FFFFFF;
    border-bottom: 1px solid #E1E5EB;
    padding: 28px 0;
}

#external-content-container .timeline-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#external-content-container .timeline-item {
    text-align: center;
    padding: 12px 8px;
    position: relative;
}

#external-content-container .timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: #E1E5EB;
}

#external-content-container .timeline-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EAF2FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
}

#external-content-container .timeline-icon svg {
    width: 18px;
    height: 18px;
    stroke: #3685CB;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#external-content-container .timeline-date {
    font-size: 0.82rem;
    font-weight: 700;
    color: #3685CB;
    margin-bottom: 2px;
}

#external-content-container .timeline-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6B7280;
}

/* SECTION SHARED */
#external-content-container .section {
    padding: 80px 0;
}

#external-content-container .section-label {
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 700;
    color: #3685CB;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
}

#external-content-container .section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #1A1A2E;
    line-height: 1.25;
    margin-bottom: 14px;
}

#external-content-container .section-desc {
    font-size: 1rem;
    color: #6B7280;
    max-width: 540px;
    line-height: 1.7;
}

#external-content-container .section-header {
    margin-bottom: 44px;
}

#external-content-container .section-center {
    text-align: center;
}

#external-content-container .section-center .section-desc {
    margin-left: auto;
    margin-right: auto;
}

/* WHY WAY */
#external-content-container .why-section {
    background: #F5F7FA;
}

#external-content-container .why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

#external-content-container .why-card {
    background: #FFFFFF;
    border: 1px solid #F0F2F5;
    border-radius: 10px;
    padding: 28px 22px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    position: relative;
    overflow: hidden;
}

#external-content-container .why-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #3685CB;
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

#external-content-container .why-card:hover {
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    transform: translateY(-3px);
}

#external-content-container .why-card:hover::after {
    transform: scaleX(1);
}

#external-content-container .why-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #EAF2FB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 14px;
}

#external-content-container .why-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 6px;
}

#external-content-container .why-card p {
    font-size: 0.86rem;
    color: #6B7280;
    line-height: 1.6;
}

/* VIDEO */
#external-content-container .video-section {
    background: linear-gradient(160deg, #0D2137 0%, #132F4C 100%);
    padding: 80px 0;
}

#external-content-container .video-section .section-title {
    color: #FFFFFF;
}

#external-content-container .video-section .section-label {
    color: #7BB8E8;
}

#external-content-container .video-section .section-desc {
    color: rgba(255,255,255,0.55);
}

#external-content-container .video-wrapper {
    border-radius: 16px;
    overflow: hidden;
    max-width: 780px;
    margin: 0 auto;
    box-shadow: 0 16px 48px rgba(0,0,0,0.3);
}

#external-content-container .video-wrapper video {
    width: 100%;
    display: block;
}

/* TRACKS */
#external-content-container .tracks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

#external-content-container .track-card {
    background: #FFFFFF;
    border: 1px solid #F0F2F5;
    border-radius: 10px;
    padding: 22px 18px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    text-align: center;
}

#external-content-container .track-card:hover {
    border-color: #3685CB;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

#external-content-container .track-num {
    font-size: 0.68rem;
    font-weight: 700;
    color: #3685CB;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}

#external-content-container .track-card h3 {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1A1A2E;
    line-height: 1.35;
}

/* SPEAKERS */
#external-content-container .speakers-section {
    background: #F5F7FA;
}

#external-content-container .speakers-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

#external-content-container .speaker-card {
    text-align: center;
    transition: transform 0.25s ease;
}

#external-content-container .speaker-card:hover {
    transform: translateY(-3px);
}

#external-content-container .speaker-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #E1E5EB;
    transition: border-color 0.25s ease;
}

#external-content-container .speaker-card:hover .speaker-img {
    border-color: #3685CB;
}

#external-content-container .speaker-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#external-content-container .speaker-card h3 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1A1A2E;
    margin-bottom: 3px;
}

#external-content-container .speaker-role {
    font-size: 0.78rem;
    color: #6B7280;
    margin-bottom: 3px;
}

#external-content-container .speaker-topic {
    font-size: 0.75rem;
    color: #3685CB;
    font-weight: 600;
}

#external-content-container .speaker-li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #F0F2F5;
    margin-top: 8px;
    transition: background 0.25s ease;
}

#external-content-container .speaker-li:hover {
    background: #0077B5;
}

#external-content-container .speaker-li:hover svg {
    fill: white;
}

#external-content-container .speaker-li svg {
    width: 13px;
    height: 13px;
    fill: #6B7280;
    transition: fill 0.25s ease;
}

#external-content-container .speaker-img-placeholder {
    width: 120px;
    height: 120px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #EAF2FB;
    border: 3px dashed #3685CB;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* DOPIFUTURE */
#external-content-container .dopifuture-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

#external-content-container .dopifuture-img {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

#external-content-container .dopifuture-modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 22px;
}

#external-content-container .dopi-mod {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #F5F7FA;
    border-radius: 6px;
    border: 1px solid #F0F2F5;
    font-size: 0.78rem;
    font-weight: 600;
    color: #1A1A2E;
}

#external-content-container .dopi-mod img {
    width: 22px;
    height: 22px;
    border-radius: 4px;
}

#external-content-container .dopifuture-cta {
    margin-top: 24px;
}

/* DOPING HAFIZA */
#external-content-container .dh-section {
    background: #F5F7FA;
}

#external-content-container .dh-grid {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 40px;
    align-items: center;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #F0F2F5;
}

#external-content-container .dh-logo-wrap {
    display: flex;
    justify-content: center;
}

#external-content-container .dh-logo-wrap img {
    width: 140px;
}

#external-content-container .dh-subtitle {
    font-size: 0.85rem;
    color: #3685CB;
    font-weight: 700;
    margin-bottom: 12px;
}

#external-content-container .dh-text {
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.7;
}

#external-content-container .dh-stats {
    display: flex;
    gap: 28px;
    margin-top: 18px;
}

#external-content-container .dh-stat {
    text-align: center;
}

#external-content-container .dh-stat-num {
    font-size: 1.4rem;
    font-weight: 800;
    color: #3685CB;
}

#external-content-container .dh-stat-label {
    font-size: 0.75rem;
    color: #6B7280;
    font-weight: 500;
}

/* SPONSORS */
#external-content-container .sponsors-bar {
    background: #FFFFFF;
    padding: 40px 0;
    border-top: 1px solid #F0F2F5;
    border-bottom: 1px solid #F0F2F5;
}

#external-content-container .sponsors-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

#external-content-container .sponsors-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

#external-content-container .sponsors-logos img {
    height: 44px;
    width: auto;
    opacity: 0.65;
    transition: opacity 0.25s ease;
}

#external-content-container .sponsors-logos img:hover {
    opacity: 1;
}

/* CTA BANNER */
#external-content-container .cta-banner {
    background: linear-gradient(135deg, #3685CB 0%, #2B6FAB 100%);
    padding: 56px 0;
    text-align: center;
}

#external-content-container .cta-banner h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#external-content-container .cta-banner p {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 24px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    #external-content-container .speakers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #external-content-container .tracks-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #external-content-container .dopifuture-grid {
        grid-template-columns: 1fr;
    }
    #external-content-container .dh-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    #external-content-container .dh-stats {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #external-content-container .hero {
        min-height: auto;
        padding: 64px 0;
    }
    #external-content-container .why-grid {
        grid-template-columns: 1fr;
    }
    #external-content-container .tracks-grid {
        grid-template-columns: 1fr 1fr;
    }
    #external-content-container .speakers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    #external-content-container .timeline-track {
        grid-template-columns: repeat(2, 1fr);
    }
    #external-content-container .timeline-item:nth-child(2)::after {
        display: none;
    }
    #external-content-container .dopifuture-modules {
        grid-template-columns: 1fr 1fr;
    }
    #external-content-container .sponsors-logos {
        flex-direction: column;
        gap: 20px;
    }
    #external-content-container .dh-grid {
        padding: 28px 20px;
    }
}

@media (max-width: 480px) {
    #external-content-container .speakers-grid {
        grid-template-columns: 1fr;
    }
    #external-content-container .tracks-grid {
        grid-template-columns: 1fr;
    }
    #external-content-container .section {
        padding: 56px 0;
    }
    #external-content-container .hero-meta {
        flex-direction: column;
        gap: 12px;
    }
}
