/* Sister brand promo — single outbound link (Ontarget 007 ↔ Ontarget Deals) */
@import url('theme-color.css');

.ox-sister {
    padding: clamp(1.75rem, 4vw, 2.75rem) 1rem;
    background-color: #0b1220;
    background-image: url('/assets/images/large-image.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #e2e8f0;
    border-block: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.ox-sister::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(8, 16, 28, 0.78);
    pointer-events: none;
}

.ox-sister::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 107, 26, 0.1);
    pointer-events: none;
}

.ox-sister__inner {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ox-sister__card {
    position: relative;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 14px;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    text-align: left;
    overflow: hidden;
}

.ox-sister__card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    pointer-events: none;
    opacity: 0.95;
}

.ox-sister__card > * {
    position: relative;
    z-index: 1;
}

.ox-sister__card {
    display: grid;
    gap: clamp(1rem, 3vw, 1.6rem);
    align-items: center;
}

@media (min-width: 900px) {
    .ox-sister__card {
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
        padding: clamp(1.4rem, 2.4vw, 2rem);
    }
}

.ox-sister__copy {
    min-width: 0;
}

.ox-sister__eyebrow {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ff6b1a;
    margin: 0 0 0.55rem;
}

.ox-sister__title {
    font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
    font-size: clamp(1.25rem, 2.6vw, 1.75rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.65rem;
    color: #f8fafc;
}

.ox-sister__body {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #94a3b8;
    margin: 0 0 1.1rem;
    max-width: 42rem;
}

@media (min-width: 640px) {
    .ox-sister__body {
        margin-left: 0;
        margin-right: auto;
    }
}

.ox-sister__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-start;
    margin-bottom: 0.85rem;
}

.ox-sister__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.35rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid transparent;
    background: #ff6b1a;
    color: #fff;
    box-shadow: 0 10px 26px rgba(255, 107, 26, 0.22);
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ox-sister__btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(255, 107, 26, 0.28);
    color: #fff;
}

.ox-sister__note {
    font-size: 0.72rem;
    line-height: 1.45;
    color: #64748b;
    margin: 0;
}

.ox-sister__note strong {
    color: #94a3b8;
    font-weight: 600;
}

.ox-sister__sites {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    justify-items: stretch;
}

@media (min-width: 520px) {
    .ox-sister__sites {
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        justify-items: center;
    }
}

.ox-sister__pill {
    width: 100%;
    min-width: 0;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(2, 6, 23, 0.32);
    padding: 0.85rem 0.95rem;
}

.ox-sister__pill--current {
    border-color: rgba(59, 130, 246, 0.28);
    background: rgba(59, 130, 246, 0.12);
}

.ox-sister__pill--sister {
    border-color: rgba(255, 107, 26, 0.28);
    background: rgba(255, 107, 26, 0.12);
}

.ox-sister__pill-kicker {
    display: block;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.9);
    margin-bottom: 0.15rem;
}

.ox-sister__pill-name {
    display: block;
    font-size: 0.98rem;
    font-weight: 800;
    color: #f8fafc;
    overflow-wrap: anywhere;
}

.ox-sister__arrow {
    display: none;
    color: rgba(226, 232, 240, 0.6);
}

@media (min-width: 520px) {
    .ox-sister__arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.35rem;
        height: 2.35rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.04);
    }
}
