.hero-outline {
    display: grid;
    grid-template-columns: minmax(320px, 1.08fr) minmax(260px, 0.92fr);
    gap: 1.2rem;
    width: min(100%, 880px);
    margin-top: 1.8rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    align-items: stretch;
}

.hero-outline-copy,
.hero-outline-side {
    display: grid;
    gap: 0.9rem;
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(22, 22, 20, 0.72), rgba(14, 14, 13, 0.8));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    min-height: 214px;
}

.hero-outline-copy {
    align-content: start;
    padding-bottom: 1.05rem;
}

.hero-outline-head {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.hero-outline-kicker {
    color: rgba(255, 255, 255, 0.96);
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.hero-outline-title {
    color: rgba(255, 255, 255, 0.96);
    margin: 0;
    font-size: 1.42rem;
    line-height: 1.16;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.hero-outline-caption {
    color: rgba(var(--accent-rgb), 0.96);
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 600;
}

.hero-outline-side {
    align-content: start;
}

.hero-outline-list {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.hero-outline-list li {
    position: relative;
    padding-left: 1.05rem;
    color: rgba(244, 243, 236, 0.88);
    font-size: 0.96rem;
    line-height: 1.4;
    text-align: left;
}

.hero-outline-list li::before {
    content: "";
    position: absolute;
    top: 0.58rem;
    left: 0;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 0 0.18rem rgba(var(--accent-rgb), 0.12);
    transform: translateY(-50%);
}

.hero-outline-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem;
    margin-top: 0.1rem;
}

.hero-outline-primary,
.hero-outline-secondary {
    min-height: 58px;
    border-radius: 16px !important;
    white-space: nowrap;
}

.hero-outline-primary {
    justify-self: stretch;
    width: 100%;
    border-radius: 20px !important;
}

.hero-outline-secondary {
    padding-inline: 1.25rem !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    box-shadow: none !important;
}

.hero-outline-secondary:hover,
.hero-outline-secondary:focus-visible {
    background: rgba(255, 255, 255, 0.09) !important;
    color: #ffffff !important;
}

@media (max-width: 900px) {
    .hero-outline {
        grid-template-columns: 1fr;
        gap: 0.7rem;
        width: 100%;
    }

    .hero-outline-head {
        align-items: flex-start;
    }

    .hero-outline-kicker {
        font-size: 1.32rem;
        white-space: normal;
    }

    .hero-outline-title {
        font-size: 1.02rem;
    }

    .hero-outline-caption {
        font-size: 0.92rem;
    }

    .hero-outline-copy,
    .hero-outline-side {
        padding: 1rem;
        border-radius: 0;
        text-align: left;
        min-height: 0;
    }

    .hero-outline-copy {
        padding-bottom: 0.55rem;
        border-bottom: 0;
        border-radius: 24px 24px 0 0;
    }

    .hero-outline-side {
        margin-top: -0.9rem;
        padding-top: 0.55rem;
        border-top: 0;
        border-radius: 0 0 24px 24px;
    }

    .hero-outline-copy,
    .hero-outline-side {
        background: linear-gradient(180deg, rgba(22, 22, 20, 0.76), rgba(14, 14, 13, 0.84));
        border-color: rgba(255, 255, 255, 0.1);
    }

    .hero-outline-copy {
        align-content: start;
    }

    .hero-outline-title,
    .hero-outline-caption {
        text-align: left !important;
    }

    .hero-outline-list {
        gap: 0.62rem;
        justify-items: stretch;
    }

    .hero-outline-list li {
        font-size: 0.92rem;
        line-height: 1.36;
        text-align: left !important;
        justify-self: stretch;
    }

    .hero-outline-actions {
        grid-template-columns: 1fr;
        gap: 0.62rem;
        margin-top: 0.15rem;
    }

    .hero-outline-primary,
    .hero-outline-secondary {
        width: 100%;
        min-height: 52px;
    }
}

/* Final hero outline actions only lock */
.hero-outline {
    display: flex;
    justify-content: center;
    width: min(100%, 760px);
    margin-top: 1.15rem;
}

.hero-outline-actions {
    grid-column: auto;
    width: 100%;
    margin-top: 0;
}

@media (max-width: 900px) {
    .hero-outline {
        width: 100%;
        margin-top: 0.9rem;
    }

    .hero-outline-actions {
        width: 100%;
        gap: 0.62rem;
    }
}
