.natal-home-content,
.natal-home-content * {
    box-sizing: border-box;
}

.natal-home-content {
    color: #20283a;
}

/* Keep the legacy video-ad placeholder inside the mobile viewport. */
body.home #vid_vpaut_div {
    max-width: 100% !important;
}

body.home #vid_vpaut_div iframe,
body.home #vid_vpaut_div video {
    max-width: 100% !important;
}

.natal-home-content p {
    width: auto !important;
    max-width: 100%;
}

.natal-section {
    margin: clamp(52px, 8vw, 86px) 0;
    scroll-margin-top: 24px;
}

.natal-section__eyebrow {
    margin: 0 0 8px !important;
    color: #9b6825;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.natal-home-content h2 {
    margin: 0 0 20px;
    color: #1c2740;
    font-size: clamp(27px, 4vw, 40px);
    line-height: 1.16;
}

.natal-home-content h3 {
    color: #202a42;
    font-size: 19px;
    line-height: 1.3;
}

.natal-lead {
    margin: 0 0 30px !important;
    color: #465168;
    font-size: 18px;
    line-height: 1.72;
}

.natal-data-grid,
.natal-info-grid,
.natal-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.natal-data-card,
.natal-info-card,
.natal-columns > div {
    padding: 24px;
    border: 1px solid #e2dfd6;
    border-radius: 16px;
    background: #fffdfa;
}

.natal-data-card__number {
    display: block;
    margin-bottom: 16px;
    color: #b67b2d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
}

.natal-data-card h3,
.natal-info-card h3,
.natal-columns h3 {
    margin: 0 0 10px;
}

.natal-data-card p,
.natal-info-card p,
.natal-columns p {
    margin: 0 !important;
    color: #566077;
    line-height: 1.6;
}

.natal-calculator-shell {
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid #c9c2b4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 52px rgba(25, 37, 64, .13);
}

.natal-calculator-shell__header {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    color: #f7f2e8;
    background: #17213a;
}

.natal-calculator-shell__header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.natal-calculator-shell__header > span:last-child {
    color: #bdc7dc;
    font-size: 13px;
}

.natal-calculator-shell__status {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #72c992;
    box-shadow: 0 0 0 4px rgba(114, 201, 146, .14);
}

.natal-calculator-shell iframe {
    display: block;
    width: 100%;
    min-height: 900px;
    border: 0;
    background: #fff;
}

.natal-calculator-fallback {
    margin: 14px 0 0 !important;
    color: #6c7486;
    font-size: 13px;
    text-align: center;
}

.natal-steps {
    display: grid;
    gap: 16px;
    margin: 30px 0 24px !important;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: natal-step;
}

.natal-steps li {
    position: relative;
    min-height: 96px;
    margin: 0 !important;
    padding: 22px 24px 22px 78px !important;
    border: 1px solid #e2dfd6;
    border-radius: 14px;
    background: #fff;
    counter-increment: natal-step;
}

.natal-steps li::before {
    position: absolute !important;
    top: 22px !important;
    left: 22px !important;
    display: grid !important;
    width: 36px !important;
    height: 36px !important;
    place-items: center;
    border: 0 !important;
    border-radius: 50%;
    color: #18233e !important;
    background: #edc66e !important;
    content: counter(natal-step) !important;
    font-weight: 800;
}

.natal-steps strong {
    color: #222c43;
    font-size: 18px;
}

.natal-steps p {
    margin: 6px 0 0 !important;
    color: #566077;
    line-height: 1.65;
}

.natal-note {
    padding: 22px 24px;
    border-left: 4px solid #c18a3c;
    border-radius: 0 12px 12px 0;
    background: #f8f3e8;
}

.natal-note strong {
    color: #684719;
}

.natal-note p {
    margin: 7px 0 0 !important;
    line-height: 1.65;
}

.natal-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
}

.natal-info-card {
    position: relative;
    padding-left: 76px;
}

.natal-info-card__symbol {
    position: absolute;
    top: 24px;
    left: 24px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
    color: #f7d886;
    background: #1a2745;
    font-size: 17px;
    font-weight: 800;
}

.natal-reading-list {
    display: grid;
    gap: 2px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid #e2dfd6;
    border-radius: 16px;
    background: #e2dfd6;
}

.natal-reading-list > div {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px;
    padding: 24px;
    background: #fff;
}

.natal-reading-list > div > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #1c2740;
    background: #f2d68f;
    font-weight: 800;
}

.natal-reading-list h3 {
    margin: 0 0 7px;
}

.natal-reading-list p {
    margin: 0 !important;
    color: #566077;
    line-height: 1.65;
}

.natal-faq details {
    border-bottom: 1px solid #ddd8cc;
    background: #fff;
}

.natal-faq details:first-of-type {
    border-top: 1px solid #ddd8cc;
}

.natal-faq summary {
    position: relative;
    padding: 20px 42px 20px 0;
    color: #222c43;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
}

.natal-faq summary::-webkit-details-marker {
    display: none;
}

.natal-faq summary::after {
    position: absolute;
    top: 18px;
    right: 4px;
    color: #aa742d;
    content: "+";
    font-size: 26px;
    font-weight: 400;
}

.natal-faq details[open] summary::after {
    content: "−";
}

.natal-faq details p {
    margin: -4px 0 20px !important;
    padding-right: 42px;
    color: #566077;
    line-height: 1.65;
}

.natal-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 72px 0 22px;
    padding: 30px;
    border-radius: 18px;
    color: #f7f3ea;
    background: linear-gradient(135deg, #192642, #10172c);
}

.natal-final-cta h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(25px, 3vw, 34px);
}

.natal-final-cta p:not(.natal-section__eyebrow) {
    margin: 0 !important;
    color: #cbd3e3;
    line-height: 1.6;
}

.natal-final-cta a {
    flex: 0 0 auto;
    padding: 13px 20px;
    border-radius: 10px;
    color: #17213a !important;
    background: #efc66d;
    font-weight: 800;
    text-decoration: none;
}

.natal-disclaimer {
    margin: 0 0 20px !important;
    color: #7a8190;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 760px) {
    .natal-data-grid,
    .natal-info-grid,
    .natal-columns {
        grid-template-columns: 1fr;
    }

    .natal-calculator-shell__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .natal-calculator-shell iframe {
        min-height: 980px;
    }

    .natal-info-card {
        padding-left: 72px;
    }

    .natal-final-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .natal-final-cta a {
        text-align: center;
    }
}
