.conf-overview-page {
    gap: 18px;
}

.conf-overview-hero {
    position: relative;
    overflow: hidden;
    padding: 26px 8px 20px;
    background:
        radial-gradient(circle at 86% -12%, rgba(22, 98, 133, 0.28) 0%, rgba(22, 98, 133, 0) 42%),
        linear-gradient(155deg, var(--bg) 0%, #eef7fc 100%);
}

.conf-overview-hero::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 140px;
    height: 140px;
    border-radius: 36px;
    transform: rotate(24deg);
    border: 1px solid rgba(23, 109, 148, 0.16);
    background: rgba(255, 255, 255, 0.28);
}

.conf-overview-hero__eyebrow,
.conf-overview-hero__title,
.conf-overview-hero__summary,
.conf-overview-hero__lead {
    position: relative;
    z-index: 1;
}

.conf-overview-hero__lead {
    margin: 0;
    max-width: 1320px;
    padding: 6px 14px 8px 16px;
    border-left: 4px solid #2c8fb8;
    font-size: clamp(1.02rem, 0.95rem + 0.38vw, 1.24rem);
    line-height: 1.72;
    font-weight: 500;
    color: #18465d;
}

.conf-overview-hero__eyebrow {
    display: inline-flex;
    margin: 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(13, 92, 129, 0.1);
    color: #0f5b7c;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.conf-overview-hero__title {
    margin: 12px 0 0;
    font-size: clamp(1.45rem, 1.1rem + 1.05vw, 2.05rem);
    line-height: 1.24;
    letter-spacing: -0.01em;
    color: #10384f;
}

.conf-overview-hero__summary {
    margin: 12px 0 0;
    max-width: 860px;
    font-size: 0.98rem;
    line-height: 1.72;
    color: #35505f;
}

.conf-overview-meta {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
}

.conf-overview-meta__item {
    position: relative;
    padding: 22px 20px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.conf-overview-meta__item + .conf-overview-meta__item {
    border-left: 1px solid var(--line);
}

.conf-overview-meta__item h3,
.conf-overview-content h3 {
    font-size: 0.82rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #0f5b7c;
    font-weight: 700;
    margin: 0;
    padding-left: 0;
}

.conf-overview-meta__item p {
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.62;
    color: #213b49;
}

.conf-overview-content {
    padding: 0;
}

.conf-overview-content__lead {
    margin-top: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid #d8e6ee;
    font-size: 1rem;
    line-height: 1.86;
    color: #173a4d;
}

.conf-overview-content p {
    margin-top: 14px;
    font-size: 0.95rem;
    line-height: 1.82;
    color: #2a3f49;
}

.conf-overview-content__focus,
.conf-overview-content__quote {
    margin: 16px 0 8px;
    margin-right: 12px;
    padding: 12px 16px;
    border-left: 4px solid #2a90ba;
    border-radius: 10px;
    border: 1px solid #d3e5ef;
    background: linear-gradient(180deg, #f8fcff 0%, #f3f9fd 100%);
    color: #13455e;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.68;
}

.conf-overview-content__figure {
    float: right;
    width: min(48%, 520px);
    margin: 10px 0 18px 26px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #cfe0ea;
    box-shadow: 0 20px 36px rgba(18, 53, 72, 0.14);
    background: #dbe8ef;
}

.conf-overview-content__focus + .conf-overview-content__figure,
.conf-overview-content__quote + .conf-overview-content__figure {
    margin-top: 18px;
}

.conf-overview-content__figure + .conf-overview-content__focus,
.conf-overview-content__figure + .conf-overview-content__quote {
    margin-top: 20px;
}

.conf-overview-content__figure ~ .conf-overview-content__focus,
.conf-overview-content__figure ~ .conf-overview-content__quote {
    width: calc(100% - min(48%, 520px) - 44px);
}

.conf-overview-content__figure img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.conf-overview-content__figure figcaption {
    margin: 0;
    padding: 10px 14px;
    font-size: 0.75rem;
    line-height: 1.55;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #376074;
    border-top: 1px solid #d7e6ee;
    background: #f6fbff;
}

.conf-overview-content::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 720px) {
    .conf-overview-content {
        padding: 18px;
        border-radius: 20px;
    }

    .conf-overview-hero {
        padding: 20px 0 14px;
    }

    .conf-overview-hero::after {
        width: 104px;
        height: 104px;
        right: -26px;
        bottom: -30px;
        border-radius: 24px;
    }

    .conf-overview-hero__lead {
        padding: 4px 10px 6px 12px;
        border-left-width: 3px;
        font-size: 0.96rem;
        line-height: 1.62;
    }

    .conf-overview-hero__title {
        font-size: 1.4rem;
    }

    .conf-overview-hero__summary {
        font-size: 0.92rem;
    }

    .conf-overview-meta {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .conf-overview-meta__item + .conf-overview-meta__item {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .conf-overview-content p {
        font-size: 0.92rem;
        line-height: 1.78;
    }

    .conf-overview-content__figure {
        float: none;
        width: 100%;
        margin: 12px 0 16px;
        border-radius: 14px;
    }

    .conf-overview-content__figure figcaption {
        font-size: 0.71rem;
    }

    .conf-overview-content__focus,
    .conf-overview-content__quote {
        margin-top: 16px;
        margin-right: 0;
        padding: 12px 14px;
        font-size: 0.92rem;
        line-height: 1.62;
        border-left-width: 3px;
    }

    .conf-overview-content__figure ~ .conf-overview-content__focus,
    .conf-overview-content__figure ~ .conf-overview-content__quote {
        width: auto;
    }

    .conf-overview-content__figure img {
        aspect-ratio: 16 / 9;
    }
}
