.natal-chart-cta {
    margin: 30px 0 10px;
    border: 1px solid rgba(109, 76, 160, 0.2);
    border-radius: 10px;
    background: linear-gradient(135deg, #fbf9ff 0%, #f4effc 100%);
    box-shadow: 0 8px 24px rgba(54, 35, 86, 0.08);
    overflow: hidden;
}

.natal-chart-cta__inner {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 28px 30px;
}

.natal-chart-cta__visual {
    display: flex;
    flex: 0 0 132px;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
}

.natal-chart-cta__chart {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 5px 10px rgba(54, 35, 86, 0.12));
}

.natal-chart-cta__content {
    flex: 1 1 auto;
    min-width: 0;
}

.natal-chart-cta__title {
    margin: 0 0 10px;
    color: #34234f;
    font-size: 25px;
    line-height: 1.25;
}

.natal-chart-cta__text {
    margin: 0 0 14px;
    color: #5e5668;
    font-size: 16px;
    line-height: 1.65;
}

.natal-chart-cta__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.natal-chart-cta__features li {
    color: #493d58;
    font-size: 14px;
}

.natal-chart-cta__features li::before {
    content: "✓";
    margin-right: 6px;
    color: #6d4ca0;
    font-weight: 700;
}

.natal-chart-cta__button {
    display: inline-block;
    padding: 12px 22px;
    border: 1px solid #6d4ca0;
    border-radius: 4px;
    background: #6d4ca0;
    color: #fff !important;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.natal-chart-cta__button:hover,
.natal-chart-cta__button:focus {
    background: #563781;
    color: #fff !important;
    transform: translateY(-1px);
}

.natal-chart-cta__note {
    display: block;
    margin-top: 10px;
    color: #766d80;
    font-size: 12px;
}

.astrology-tools-cta {
    padding: 54px 0 58px;
    background: linear-gradient(180deg, #ffffff 0%, #faf8fd 100%);
}

.astrology-tools-cta__heading {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.astrology-tools-cta__heading > span,
.astrology-tool-card__eyebrow {
    color: #6d4ca0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.astrology-tools-cta__heading h2 {
    margin: 8px 0 12px;
    color: #34234f;
    font-size: 31px;
    line-height: 1.3;
}

.astrology-tools-cta__heading p {
    margin: 0;
    color: #6d6575;
    font-size: 16px;
    line-height: 1.7;
}

.astrology-tools-cta__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.astrology-tool-card {
    display: flex;
    align-items: center;
    min-height: 300px;
    padding: 30px;
    border: 1px solid rgba(109, 76, 160, 0.18);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(54, 35, 86, 0.08);
}

.astrology-tool-card--compatibility {
    border-color: rgba(180, 94, 114, 0.22);
    background: linear-gradient(135deg, #ffffff 0%, #fff8fa 100%);
}

.astrology-tool-card__icon {
    display: flex;
    flex: 0 0 116px;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    margin-right: 26px;
    border-radius: 50%;
    background: #f7f2fc;
}

.astrology-tool-card--compatibility .astrology-tool-card__icon {
    background: #fff0f4;
}

.astrology-tool-card__icon svg {
    width: 88px;
    height: 88px;
    fill: none;
    stroke: #6d4ca0;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.astrology-tool-card--compatibility .astrology-tool-card__icon svg {
    stroke: #a64f68;
}

.astrology-tool-card__icon-dot,
.astrology-tool-card__icon-heart {
    fill: #6d4ca0;
    stroke: none;
}

.astrology-tool-card--compatibility .astrology-tool-card__icon-heart {
    fill: #b45e72;
}

.astrology-tool-card__content {
    min-width: 0;
}

.astrology-tool-card__content h3 {
    margin: 8px 0 12px;
    color: #34234f;
    font-size: 24px;
    line-height: 1.3;
}

.astrology-tool-card__content p {
    margin: 0 0 20px;
    color: #625a6b;
    font-size: 15px;
    line-height: 1.7;
}

.astrology-tool-card__button {
    display: inline-block;
    padding: 11px 20px;
    border-radius: 4px;
    background: #6d4ca0;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.astrology-tool-card--compatibility .astrology-tool-card__button {
    background: #a64f68;
}

.astrology-tool-card__button:hover,
.astrology-tool-card__button:focus {
    background: #563781;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.astrology-tool-card--compatibility .astrology-tool-card__button:hover,
.astrology-tool-card--compatibility .astrology-tool-card__button:focus {
    background: #873d53;
}

.compatibility-sidebar-cta-column {
    margin-top: 26px;
}

.compatibility-sidebar-cta {
    position: relative;
    padding: 25px 21px;
    border: 1px solid rgba(180, 94, 114, 0.24);
    border-radius: 9px;
    background: linear-gradient(145deg, #fffafb 0%, #f8eef5 100%);
    box-shadow: 0 9px 24px rgba(86, 43, 63, 0.09);
    overflow: hidden;
    text-align: center;
}

.compatibility-sidebar-cta::before,
.compatibility-sidebar-cta::after {
    position: absolute;
    color: rgba(180, 94, 114, 0.08);
    font-size: 82px;
    line-height: 1;
    content: "♡";
}

.compatibility-sidebar-cta::before {
    top: -22px;
    right: -12px;
}

.compatibility-sidebar-cta::after {
    bottom: -30px;
    left: -17px;
}

.compatibility-sidebar-cta__icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #ffffff;
    color: #a64f68;
    font-size: 38px;
    box-shadow: 0 6px 16px rgba(86, 43, 63, 0.10);
}

.compatibility-sidebar-cta__eyebrow {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 7px;
    color: #a64f68;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.compatibility-sidebar-cta h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: #3f2942;
    font-size: 21px;
    line-height: 1.35;
}

.compatibility-sidebar-cta p {
    position: relative;
    z-index: 1;
    margin: 0 0 17px;
    color: #695e6c;
    font-size: 14px;
    line-height: 1.6;
}

.compatibility-sidebar-cta__button {
    position: relative;
    z-index: 1;
    display: block;
    padding: 11px 13px;
    border-radius: 4px;
    background: #a64f68;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.compatibility-sidebar-cta__button:hover,
.compatibility-sidebar-cta__button:focus {
    background: #873d53;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.compatibility-sidebar-cta__note {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 9px;
    color: #827581;
    font-size: 11px;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .astrology-tool-card {
        display: block;
        text-align: center;
    }

    .astrology-tool-card__icon {
        margin: 0 auto 20px;
    }

    .compatibility-sidebar-cta-column {
        margin-top: 22px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .natal-chart-cta__inner {
        display: block;
        padding: 24px 20px;
        text-align: center;
    }

    .natal-chart-cta__visual {
        width: 108px;
        height: 108px;
        margin: 0 auto 16px;
    }

    .natal-chart-cta__title {
        font-size: 22px;
    }

    .natal-chart-cta__features {
        justify-content: center;
    }

    .natal-chart-cta__button {
        display: block;
        width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }

    .astrology-tools-cta {
        padding: 42px 0 46px;
    }

    .astrology-tools-cta__heading h2 {
        font-size: 25px;
    }

    .astrology-tools-cta__grid {
        grid-template-columns: 1fr;
    }

    .astrology-tool-card {
        min-height: 0;
        padding: 25px 21px;
    }

    .astrology-tool-card__content h3 {
        font-size: 22px;
    }

    .astrology-tool-card__button {
        display: block;
        width: 100%;
    }
}
