#geo-audit-offer {
    position: relative;
    isolation: isolate;
    background-color: #390813;
    background-image: radial-gradient(ellipse at 90% 22%, rgba(222, 53, 116, .48), transparent 48%),
        radial-gradient(ellipse at 0% 100%, rgba(185, 45, 78, .5), transparent 48%),
        linear-gradient(115deg, #350710 15%, #610b28 75%, #7a1238);
    color: #fff;
    padding: 64px 24px;
}

#geo-audit-offer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(255, 222, 231, .3) 1px, transparent 1.7px),
        linear-gradient(rgba(255, 190, 214, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 190, 214, .045) 1px, transparent 1px);
    background-size: 28px 28px, 112px 112px, 112px 112px;
    -webkit-mask-image: linear-gradient(110deg, transparent 15%, #000 95%);
    mask-image: linear-gradient(110deg, transparent 15%, #000 95%);
}

#geo-audit-offer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: radial-gradient(
            ellipse 650px 650px at 100% 12%,
            transparent 48%,
            rgba(255, 193, 217, .23) 48.1%,
            transparent 48.4%,
            transparent 62%,
            rgba(255, 193, 217, .17) 62.1%,
            transparent 62.4%,
            transparent 76%,
            rgba(255, 193, 217, .11) 76.1%,
            transparent 76.4%,
            transparent 90%,
            rgba(255, 193, 217, .07) 90.1%,
            transparent 90.4%
        ),
        linear-gradient(125deg, transparent 48%, rgba(255, 132, 187, .09) 58%, transparent 68%),
        radial-gradient(ellipse at 85% 5%, rgba(255, 151, 194, .2), transparent 42%);
    background-size: 100% 100%, 200% 200%, 100% 100%;
    animation: geo-audit-ambient-light 14s ease-in-out infinite alternate;
}

@keyframes geo-audit-ambient-light {
    from {
        background-position: 0 0, 100% 0%, 0 0;
        opacity: .65;
    }

    to {
        background-position: 0 0, 0% 100%, 0 0;
        opacity: 1;
    }

}

#geo-audit-offer,
#geo-audit-offer * {
    box-sizing: border-box;
}

#geo-audit-offer .geo-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: center;
    gap: 56px;
}

#geo-audit-offer .geo-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 28px;
    margin: 30px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid #85424b;
    list-style: none;
}

#geo-audit-offer .geo-benefits li {
    margin: 0;
    color: #f1dadd;
    font-size: 14px;
    line-height: 1.6;
}

#geo-audit-offer .geo-benefits strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#geo-audit-offer .geo-offer-note {
    max-width: 1100px;
    margin: 24px auto 0;
    color: #f1dadd;
    font-size: 14px;
    line-height: 1.5;
}

#geo-audit-offer h2 {
    max-width: 650px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(30px, 3.3vw, 42px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.025em;
    text-wrap: balance;
}

#geo-audit-offer .geo-intro {
    max-width: 620px;
    margin: 0;
    color: #f1dadd;
    font-size: 16px;
    line-height: 1.7;
}

#geo-audit-offer .geo-card {
    min-width: 0;
    padding: 30px 26px;
    border: 1px solid #f1dadd;
    border-radius: 18px;
    background: #fff;
    color: #34252a;
    box-shadow: 0 16px 40px rgba(35, 0, 8, .16);
}

#geo-audit-offer .geo-package {
    margin: 0 0 12px;
    color: #56040b;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}

#geo-audit-offer .geo-price {
    margin: 0 0 24px;
    color: #56040b;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.04em;
}

#geo-audit-offer .geo-cents {
    font-size: .55em;
    letter-spacing: -.02em;
}

#geo-audit-offer .geo-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 13px 14px;
    border-radius: 8px;
    background: #a40332;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: background-color .2s ease;
}

#geo-audit-offer .geo-button:hover {
    background: #800020;
    color: #fff;
}

#geo-audit-offer .geo-sample {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e9dfe2;
}

#geo-audit-offer .geo-sample-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    color: #800020;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 4px;
}

#geo-audit-offer .geo-sample-link:hover {
    color: #56040b;
}

#geo-audit-offer a:focus-visible {
    outline: 3px solid #a40332;
    outline-offset: 4px;
}

#geo-audit-offer .geo-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 850px) {
    #geo-audit-offer .geo-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    #geo-audit-offer .geo-card {
        width: 100%;
        max-width: 480px;
    }

}

@media (max-width: 480px) {
    #geo-audit-offer {
        padding: 42px 20px;
    }

    #geo-audit-offer .geo-benefits {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 24px;
        padding-top: 24px;
    }

    #geo-audit-offer .geo-card {
        padding: 26px 22px;
    }

}

@media (prefers-reduced-motion: reduce) {
    #geo-audit-offer::after {
        animation: none;
    }

    #geo-audit-offer .geo-button {
        transition: none;
    }

}
