.xd-why-una {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.xd-why-una__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: stretch;
    min-height: 680px;
}

/* ── Image column ───────────────────────────────────────────────────── */

.xd-why-una__image-wrap {
    position: relative;
    overflow: hidden;
    border-top-right-radius: clamp(28px, 3vw, 48px);
    border-bottom-right-radius: clamp(28px, 3vw, 48px);
}

.xd-why-una__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* ── Content column ─────────────────────────────────────────────────── */

.xd-why-una__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 5.5vw, 96px) clamp(40px, 5vw, 55px);
    box-sizing: border-box;
}

.xd-why-una__eyebrow {
    margin: 0 0 18px;
    color: #592b8a;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.xd-why-una__heading {
    margin: 0 0 20px;
    color: #25124a;
    font-size: clamp(3rem, 4vw, 6.2rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.xd-why-una__body {
    margin: 0 0 36px;
    color: #2e2e2e;
    font-size: clamp(1rem, 1.15vw, 2rem);
    line-height: 1.65;
}

/* ── Feature items ──────────────────────────────────────────────────── */

.xd-why-una__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.xd-why-una__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.xd-why-una__item-heading,
a.xd-why-una__item-heading,
a.xd-why-una__item-heading:visited {
    margin: 0;
    color: #5c2d91;
    font-size: clamp(1.3rem, 1.5vw, 2.3rem);
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
}

a.xd-why-una__item-heading span {
    display: inline-block;
    transition: transform 0.3s ease;
}

a.xd-why-una__item-heading:hover,
a.xd-why-una__item-heading:focus-visible {
    color: #7b3fbf;
    text-decoration: none;
}

a.xd-why-una__item-heading:hover span,
a.xd-why-una__item-heading:focus-visible span {
    transform: translateX(5px);
}

.xd-why-una__item-body {
    margin: 0;
    color: #2e2e2e;
    font-size: clamp(1rem, 1.1vw, 2rem);
    line-height: 1.6;
}

/* ── Responsive ─────────────────────────────────────────────────────── */

@media (max-width: 991px) {
    .xd-why-una__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .xd-why-una__image-wrap {
        aspect-ratio: 16 / 9;
        border-radius: clamp(20px, 3vw, 36px);
        margin: 28px 28px 0;
    }

    .xd-why-una__content {
        padding: 40px 28px 56px;
    }
}

@media (max-width: 575px) {
    .xd-why-una__image-wrap {
        aspect-ratio: 4 / 3;
        margin: 20px 20px 0;
        border-radius: 20px;
    }

    .xd-why-una__content {
        padding: 32px 20px 48px;
    }

    .xd-why-una__heading {
        font-size: 38px;
    }

    .xd-why-una__body,
    .xd-why-una__item-body {
        font-size: 18px;
    }

    .xd-why-una__item-heading,
    a.xd-why-una__item-heading,
    a.xd-why-una__item-heading:visited {
        font-size: 24px;
    }

    .xd-why-una__eyebrow {
        font-size: 1.6rem;
    }
}
