.eald-presentations-shell {
    background: #d3d3d5;
    color: #27272b;
}

.eald-presentations-main {
    width: min(1080px, 96vw);
    margin: 0 auto;
    padding: 1.2rem 1rem 1.35rem;
}

.eald-presentations-main h1 {
    margin: 0.25rem 0 1rem;
    text-align: center;
    font-size: clamp(2rem, 3vw, 3rem);
    font-family: Georgia, "Times New Roman", serif;
}

.eald-presentations-intro-grid {
    display: grid;
    grid-template-columns: 1.1fr minmax(260px, 420px);
    gap: 1rem;
    align-items: start;
}

.eald-presentations-copy p {
    margin: 0 0 0.95rem;
    line-height: 1.35;
    font-size: clamp(0.95rem, 1.2vw, 1.2rem);
}

.eald-presentations-copy ul {
    margin: 0.2rem 0 0;
    padding-left: 1.2rem;
}

.eald-presentations-copy li {
    margin-bottom: 0.2rem;
    line-height: 1.3;
}

.eald-presentations-feature-image {
    width: 100%;
    height: auto;
    display: block;
}

.eald-presentations-lead {
    margin: 1rem 0 1.1rem;
    line-height: 1.35;
    font-size: clamp(0.95rem, 1.15vw, 1.12rem);
}

.eald-presentations-topics h2 {
    margin: 0 0 0.55rem;
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    font-weight: 700;
}

.eald-presentations-topics ul {
    margin: 0;
    padding-left: 1.25rem;
}

.eald-presentations-topics li {
    margin-bottom: 0.22rem;
    line-height: 1.33;
    font-size: clamp(0.95rem, 1.16vw, 1.14rem);
}

.eald-presentations-topics a {
    color: inherit;
    text-decoration: underline;
}

.eald-presentations-slider-section {
    position: relative;
    z-index: 0;
    background: #38023B;
    color: #f5f7ff;
    width: min(1080px, 96vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.8rem;
    padding: 1.45rem clamp(1rem, 4vw, 2rem) 1.15rem;
    min-height: 330px;
}

.eald-presentations-slider-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background-color: inherit;
    z-index: -1;
}

.eald-presentations-slider-title {
    letter-spacing: 0.22em;
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    font-family: Georgia, "Times New Roman", serif;
}

.eald-presentations-slider-rule {
    width: 38px;
    margin: 0.8rem 0 1rem;
    border-bottom: 1px solid rgba(242, 247, 255, 0.85);
}

.eald-presentations-slide {
    display: none;
}

.eald-presentations-slide.is-active {
    display: block;
}

.eald-presentations-slide-quote {
    margin: 0;
    font-size: 1rem;
    line-height: 1.23;
    font-family: Georgia, "Times New Roman", serif;
}

.eald-presentations-slide-attribution {
    margin: 1.2rem 0 0;
    font-size: 0.85rem;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
}

.eald-presentations-slider-dots {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.65rem;
}

.eald-presentations-slider-controls {
    margin-top: 0.75rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.eald-presentations-slider-control-btn {
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    padding: 0.2rem 0.85rem;
    font-size: 0.8rem;
    min-width: 62px;
}

.eald-presentations-slider-control-btn:hover {
    background: rgba(255, 255, 255, 0.17);
}

.eald-presentations-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.4);
}

.eald-presentations-dot.is-active {
    background: #ffffff;
}

.eald-slot-target {
    position: relative;
}

.eald-slot-marker {
    display: inline-block;
    margin-bottom: 0.35rem;
    border: 1px dashed #f7cf62;
    background: rgba(20, 26, 35, 0.66);
    color: #f7cf62;
    border-radius: 6px;
    font-size: 0.68rem;
    letter-spacing: 0.01em;
    padding: 0.1rem 0.35rem;
}

@media (max-width: 900px) {
    .eald-presentations-intro-grid {
        grid-template-columns: 1fr;
    }
}
