.footer-star {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 2rem;
    color: rgba(241, 245, 247, 0.84);
    background:
        radial-gradient(circle at top left, rgba(217, 111, 50, 0.18), transparent 26rem),
        radial-gradient(circle at right 15%, rgba(70, 136, 137, 0.16), transparent 22rem),
        linear-gradient(145deg, #102127 0%, #152d34 44%, #0d171b 100%);
}

.footer-star::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.24) 18%, rgba(255, 255, 255, 0.08) 82%, transparent 100%);
}

.footer-star-shell {
    position: relative;
    z-index: 1;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 24px 64px rgba(4, 10, 14, 0.26);
    backdrop-filter: blur(6px);
}

.footer-star-main {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(17rem, 1fr);
    gap: 2rem 2.4rem;
    align-items: start;
}

.footer-star-brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.footer-star-brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.footer-star-logo {
    max-height: 54px;
    max-width: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

.footer-star-brand-name {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

.footer-star-eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.footer-star-title {
    margin: 0;
    max-width: 24rem;
    font-size: clamp(1.8rem, 2.3vw, 2.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #fff;
}

.footer-star-lead {
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(241, 245, 247, 0.78);
}

.footer-star-lead p:last-child {
    margin-bottom: 0;
}

.footer-star-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.footer-star-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.8rem 1.2rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.footer-star-btn:hover {
    transform: translateY(-2px);
}

.footer-star-btn-primary {
    color: #0e1a1e;
    background: linear-gradient(135deg, #f3dba9 0%, #efc36f 100%);
    box-shadow: 0 14px 30px rgba(239, 195, 111, 0.24);
}

.footer-star-btn-primary:hover {
    color: #0e1a1e;
}

.footer-star-btn-secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
}

.footer-star-btn-secondary:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.footer-star-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.footer-star-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer-star-chip i {
    color: #f2c87d;
}

.footer-star-aside {
    min-width: 0;
    align-self: stretch;
}

.footer-star-section {
    height: 100%;
    padding: 1.15rem 1.1rem 1.25rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.04);
}

.footer-star-heading {
    margin-bottom: 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.footer-star-panel-lead {
    margin-bottom: 1.1rem;
    max-width: 32rem;
    line-height: 1.65;
    color: rgba(241, 245, 247, 0.72);
}

.footer-star-link-groups {
    display: block;
}

.footer-star-link-group {
    padding: 0.35rem 0 0;
}

.footer-star-link-group-title {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.footer-star-links,
.footer-star-checks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-star-links li + li,
.footer-star-checks li + li {
    margin-top: 0.7rem;
}

.footer-star-links a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

.footer-star-links-strong a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    min-height: 2.9rem;
    padding: 0.72rem 0.85rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.045);
    font-weight: 600;
}

.footer-star-links-strong a i {
    font-size: 0.85rem;
    color: rgba(242, 200, 125, 0.92);
    transition: transform 0.18s ease, color 0.18s ease;
}

.footer-star-links-strong a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(242, 200, 125, 0.16);
    transform: translateX(2px);
}

.footer-star-links-strong a:hover i {
    color: #f2c87d;
    transform: translateX(2px);
}

.footer-star-checks li {
    position: relative;
    padding-left: 1.2rem;
    color: rgba(241, 245, 247, 0.8);
    line-height: 1.55;
}

.footer-star-checks li::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #efc36f 0%, #f5e0b0 100%);
    box-shadow: 0 0 0 4px rgba(239, 195, 111, 0.08);
}

.footer-star-checks-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1.25rem;
}

.footer-star-checks-grid li + li {
    margin-top: 0;
}

.footer-star-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    margin-top: 2rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1199.98px) {
    .footer-star-main {
        grid-template-columns: 1fr;
    }

    .footer-star-panel-lead {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .footer-star {
        padding: 4.5rem 0 1.75rem;
    }

    .footer-star-shell {
        padding: 1.5rem;
        border-radius: 1.6rem;
    }

}

@media (max-width: 575.98px) {
    .footer-star {
        padding: 3.75rem 0 1.5rem;
    }

    .footer-star-shell {
        padding: 1.25rem;
        border-radius: 1.35rem;
    }

    .footer-star-title {
        font-size: 1.6rem;
    }

    .footer-star-section {
        padding: 1rem;
    }

    .footer-star-link-group {
        padding: 0.85rem;
    }

    .footer-star-bottom {
        font-size: 0.86rem;
    }
}
