/* Horoscop.space 1.9.3.0 — free, client-side entertainment tools. */

.hs-free-tools-page {
    min-height: 70vh;
    padding-bottom: 88px;
    color: #2d1c3a;
    background:
        radial-gradient(circle at 12% 18%, rgba(237, 213, 222, .54), transparent 28rem),
        radial-gradient(circle at 90% 28%, rgba(219, 211, 239, .58), transparent 32rem),
        #fbf8f3;
}

.hs-free-tools-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(112deg, #fffaf3 0%, #f9f1f1 48%, #eee8f7 100%);
    border-bottom: 1px solid rgba(126, 91, 81, .12);
}
.hs-free-tools-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(250px, .95fr);
    align-items: center;
    min-height: 390px;
}
.hs-free-tools-hero__copy { position: relative; z-index: 2; max-width: 630px; padding: 58px 0 50px; }
.hs-free-tools-hero h1,
.hs-free-tool-panel h2,
.hs-free-tools-section-heading h2 {
    margin: 0;
    font-family: var(--hs-display-font, Georgia, serif);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .98;
}
.hs-free-tools-hero h1 { max-width: 11ch; font-size: clamp(2.7rem, 6vw, 5.4rem); color: #30203e; }
.hs-free-tools-hero__lead { max-width: 580px; margin: 22px 0 0; color: #655c6d; font-size: 1.02rem; line-height: 1.62; }
.hs-free-tools-hero__note { display: flex; gap: 8px; align-items: flex-start; max-width: 580px; margin: 20px 0 0; color: #8c6b37; font-size: .78rem; line-height: 1.55; }
.hs-free-tools-hero__note span { flex: 0 0 auto; color: #bd842b; }
.hs-free-tools-hero__art { position: relative; min-height: 360px; isolation: isolate; }
.hs-free-tools-hero__orbit { position: absolute; border: 1px solid rgba(185, 137, 58, .35); border-radius: 50%; transform: rotate(-27deg); }
.hs-free-tools-hero__orbit--one { top: 12%; right: 8%; width: 310px; height: 220px; }
.hs-free-tools-hero__orbit--two { top: 16%; right: 17%; width: 285px; height: 285px; transform: rotate(26deg); border-color: rgba(107, 77, 143, .21); }
.hs-free-tools-hero__moon { position: absolute; top: 29%; right: 28%; width: 112px; height: 112px; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #fff8d6 0 7%, #e4bf70 37%, #bb7e39 73%, #744746 100%); box-shadow: 0 0 0 13px rgba(220, 174, 82, .15), 0 0 0 27px rgba(220, 174, 82, .08), 0 18px 38px rgba(105, 66, 90, .22); }
.hs-free-tools-hero__spark { position: absolute; top: 24%; right: 19%; color: #c28a36; font-size: 2rem; }
.hs-free-tools-hero__star { position: absolute; color: #bd842b; font-size: .8rem; }
.hs-free-tools-hero__star--one { top: 23%; right: 6%; }
.hs-free-tools-hero__star--two { bottom: 25%; right: 25%; font-size: .55rem; }

.hs-free-tools-hub { padding-top: 52px; }
.hs-free-tools-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.hs-free-tools-section-heading h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
.hs-free-tools-section-heading__mark { display: grid; place-items: center; flex: 0 0 54px; width: 54px; height: 54px; border: 1px solid rgba(187, 135, 50, .36); border-radius: 50%; color: #b9782c; font-size: 1.8rem; }
.hs-free-tools-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.hs-free-tool-card { display: grid; grid-template-columns: 180px minmax(0, 1fr); min-height: 230px; overflow: hidden; border: 1px solid rgba(132, 100, 85, .16); border-radius: 24px; color: inherit; background: rgba(255, 253, 249, .84); box-shadow: 0 18px 42px rgba(58, 32, 68, .09); transition: transform .2s ease, box-shadow .2s ease; }
.hs-free-tool-card:hover { transform: translateY(-3px); box-shadow: 0 24px 52px rgba(58, 32, 68, .15); }
.hs-free-tool-card__visual { position: relative; display: grid; place-items: center; min-height: 230px; overflow: hidden; }
.hs-free-tool-card__visual::before, .hs-free-tool-card__visual::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.hs-free-tool-card__visual::before { width: 175px; height: 175px; }
.hs-free-tool-card__visual::after { width: 125px; height: 205px; transform: rotate(38deg); }
.hs-free-tool-card__visual--wheel { background: radial-gradient(circle at 50% 50%, rgba(255,240,196,.48), transparent 35%), linear-gradient(145deg, #3a2050, #6f4168 58%, #b07b57); }
.hs-free-tool-card__visual--ball { background: radial-gradient(circle at 48% 32%, rgba(247,221,160,.46), transparent 22%), linear-gradient(145deg, #201333, #4c2a61 55%, #9e6f53); }
.hs-free-tool-card__visual span { position: relative; z-index: 1; display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid rgba(250, 224, 164, .72); border-radius: 50%; color: #fff4cb; background: rgba(30, 18, 48, .44); font-family: var(--hs-display-font, Georgia, serif); font-size: 2rem; box-shadow: 0 0 0 11px rgba(247, 210, 134, .09), 0 12px 28px rgba(25, 12, 38, .3); }
.hs-free-tool-card__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; padding: 28px; }
.hs-free-tool-card__eyebrow { color: #ac7a37; font-size: .63rem; font-weight: 800; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.hs-free-tool-card strong { font-family: var(--hs-display-font, Georgia, serif); font-size: 1.7rem; font-weight: 500; line-height: 1.06; }
.hs-free-tool-card__body > span:not(.hs-free-tool-card__eyebrow) { color: #6f6672; font-size: .88rem; line-height: 1.5; }
.hs-free-tool-card em { margin-top: 4px; color: #8f5c1f; font-size: .78rem; font-style: normal; font-weight: 800; }
.hs-free-tool-card em span { padding-inline-start: 5px; font-size: 1rem; }
.hs-free-tools-coming { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 24px auto 0; color: #8d7e86; font-size: .78rem; }
.hs-free-tools-coming span:first-child { color: #c18c35; font-size: 1.15rem; }

.hs-free-tool-workspace { padding-top: 38px; }
.hs-free-tools-back { display: inline-flex; align-items: center; min-height: 44px; margin-bottom: 16px; color: #7e5c29; font-size: .82rem; font-weight: 750; }
.hs-free-tool-panel { display: grid; grid-template-columns: minmax(0, .92fr) minmax(310px, 1.08fr); align-items: center; column-gap: clamp(25px, 6vw, 90px); padding: clamp(28px, 5vw, 66px); border: 1px solid rgba(122, 91, 95, .16); border-radius: 30px; background: rgba(255, 253, 249, .86); box-shadow: 0 22px 70px rgba(57, 33, 71, .10); }
.hs-free-tool-panel--ball { grid-template-columns: minmax(0, .86fr) minmax(320px, 1.14fr); }
.hs-free-tool-panel__intro { grid-column: 1; grid-row: 1; align-self: start; }
.hs-free-tool-panel h2 { max-width: 12ch; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.hs-free-tool-panel__intro > p:last-child { max-width: 45ch; margin: 18px 0 0; color: #6a606e; line-height: 1.6; }
.hs-free-question-form { grid-column: 1; grid-row: 2; margin-top: 26px; }
.hs-free-question-form label { display: block; margin-bottom: 8px; color: #4f3b54; font-size: .78rem; font-weight: 800; }
.hs-free-question-form input { width: 100%; min-height: 52px; padding: 0 17px; border: 1px solid rgba(94, 70, 83, .22); border-radius: 14px; color: #30203e; background: #fff; font: inherit; font-size: 16px; }
.hs-free-question-form input::placeholder { color: #aaa0a5; }
.hs-free-tools-privacy { display: flex; gap: 7px; margin: 10px 0 0; color: #91868d; font-size: .68rem; line-height: 1.45; }
.hs-free-tools-privacy span { flex: 0 0 auto; color: #b67b2b; }
.hs-free-action { grid-column: 1; grid-row: 3; justify-self: start; margin-top: 20px; cursor: pointer; }

.hs-yes-wheel-stage { position: relative; grid-column: 2; grid-row: 1 / span 3; display: grid; place-items: center; min-height: 390px; }
.hs-yes-wheel-pointer { position: absolute; z-index: 3; top: 8px; left: 50%; width: 0; height: 0; border-right: 14px solid transparent; border-left: 14px solid transparent; border-top: 28px solid #c58d38; filter: drop-shadow(0 4px 3px rgba(79, 45, 48, .22)); transform: translateX(-50%); }
.hs-yes-wheel { position: relative; width: min(100%, 360px); aspect-ratio: 1; border: 9px solid #fbf2d5; border-radius: 50%; background: conic-gradient(#8b5271 0deg 45deg, #d4a64e 45deg 90deg, #4f376e 90deg 135deg, #d49d62 135deg 180deg, #8b5271 180deg 225deg, #d4a64e 225deg 270deg, #4f376e 270deg 315deg, #d49d62 315deg 360deg); box-shadow: 0 0 0 1px rgba(141, 95, 55, .35), 0 19px 38px rgba(66, 36, 73, .2), inset 0 0 0 4px rgba(255,255,255,.22); transform: rotate(var(--hs-wheel-rotation, 0deg)); transition: transform 1.35s cubic-bezier(.17,.67,.12,.99); }
.hs-yes-wheel::before { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.hs-yes-wheel::after { content: ''; position: absolute; inset: 50% 0 auto; height: 1px; background: rgba(255,255,255,.22); box-shadow: 0 -118px 0 rgba(255,255,255,.18), 0 118px 0 rgba(255,255,255,.18); transform: rotate(45deg); }
.hs-yes-wheel__label { position: absolute; z-index: 1; color: #fff8dd; font-size: clamp(.86rem, 2vw, 1.02rem); font-weight: 900; letter-spacing: .11em; text-shadow: 0 2px 9px rgba(43, 17, 51, .3); }
.hs-yes-wheel__label--yes { top: 23%; left: 25%; transform: rotate(-8deg); }
.hs-yes-wheel__label--no { right: 23%; bottom: 24%; transform: rotate(-8deg); }
.hs-yes-wheel__hub { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 70px; height: 70px; border: 5px solid #f8e5a8; border-radius: 50%; color: #83572d; background: #fff6d6; font-size: 1.6rem; box-shadow: 0 4px 13px rgba(52, 26, 55, .25); transform: translate(-50%, -50%); }

.hs-magic-ball-stage { position: relative; grid-column: 2; grid-row: 1 / span 3; display: grid; place-items: center; min-height: 390px; }
.hs-magic-ball { position: relative; display: grid; place-items: center; width: min(80vw, 310px); aspect-ratio: 1; border: 0; border-radius: 50%; cursor: pointer; background: radial-gradient(circle at 33% 24%, #7e5a9f 0 3%, #3d2259 22%, #211335 72%, #0f0a1e 100%); box-shadow: inset -22px -28px 38px rgba(4, 2, 13, .46), inset 15px 12px 22px rgba(215, 166, 240, .24), 0 30px 55px rgba(45, 22, 63, .26); transition: transform .35s ease, box-shadow .35s ease; }
.hs-magic-ball:hover { transform: translateY(-4px) rotate(-2deg); box-shadow: inset -22px -28px 38px rgba(4, 2, 13, .46), inset 15px 12px 22px rgba(215, 166, 240, .27), 0 37px 64px rgba(45, 22, 63, .32); }
.hs-magic-ball:active { transform: scale(.97); }
.hs-magic-ball__shine { position: absolute; top: 14%; left: 20%; width: 22%; height: 12%; border-radius: 50%; background: rgba(255,255,255,.18); filter: blur(7px); transform: rotate(-26deg); }
.hs-magic-ball__window { position: relative; display: grid; place-items: center; width: 43%; aspect-ratio: 1; clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%); color: #f3e7ff; background: linear-gradient(150deg, #6c4a92, #24173f); font-family: Georgia, serif; font-size: clamp(1.4rem, 4vw, 2.2rem); box-shadow: inset 0 0 18px rgba(0,0,0,.42), 0 0 23px rgba(189, 146, 232, .18); }
.hs-magic-ball__window span { max-width: 82%; text-align: center; }
.hs-magic-ball-stage__stars { position: absolute; right: 3%; bottom: 12%; color: #bb842d; font-size: .86rem; letter-spacing: .2em; }
.hs-free-result { grid-column: 1; grid-row: 4; display: grid; gap: 8px; margin-top: 25px; padding: 21px 22px; border: 1px solid rgba(193, 143, 59, .25); border-radius: 18px; background: linear-gradient(135deg, rgba(255, 248, 220, .88), rgba(246, 236, 248, .8)); }
.hs-free-result[hidden] { display: none !important; }
.hs-free-result__label { color: #a37129; font-size: .64rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hs-free-result strong { font-family: var(--hs-display-font, Georgia, serif); color: #342044; font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 500; line-height: 1.12; }
.hs-free-result--ball strong { font-size: clamp(1.18rem, 2.1vw, 1.7rem); line-height: 1.3; }
.hs-free-result__tone { color: #8d6b8b; font-size: .72rem; font-weight: 800; }
.hs-free-result__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 7px; }
.hs-free-result__actions .hs-btn { min-height: 42px; padding-inline: 16px; }
.hs-free-copy { min-height: 42px; padding: 0 6px; border: 0; color: #765021; background: transparent; cursor: pointer; font: inherit; font-size: .75rem; font-weight: 800; }
.hs-free-tools-disclaimer { margin-top: 22px; color: #8f858b; font-size: .72rem; line-height: 1.55; text-align: center; }
.hs-free-tools-disclaimer span { color: #b87e29; }

/* Homepage entry point: two compact cards keep the free tools visible without
 * pushing the paid products below the fold. */
.hs-home-free-tools { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.5fr) auto; align-items: center; gap: 24px; padding: 26px 30px; border-color: rgba(137, 94, 126, .18); background: linear-gradient(115deg, rgba(255, 251, 244, .94), rgba(245, 237, 249, .9)); }
.hs-home-free-tools__intro h2 { margin: 0; color: #342044; font-family: var(--hs-display-font, Georgia, serif); font-size: clamp(1.55rem, 2.8vw, 2.25rem); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.hs-home-free-tools__intro p:not(.hs-eyebrow) { max-width: 35ch; margin: 8px 0 0; color: #776a79; font-size: .78rem; line-height: 1.45; }
.hs-home-free-tools__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.hs-home-free-tools__card { display: flex; align-items: center; gap: 11px; min-height: 78px; padding: 12px; border: 1px solid rgba(112, 75, 126, .15); border-radius: 16px; color: #342044; background: rgba(255,255,255,.72); transition: transform .18s ease, box-shadow .18s ease; }
.hs-home-free-tools__card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(65, 35, 79, .12); }
.hs-home-free-tools__icon { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff4d0; background: linear-gradient(135deg, #3c2251, #a46c58); font-family: Georgia, serif; font-size: 1.3rem; }
.hs-home-free-tools__card strong { display: block; font-family: var(--hs-display-font, Georgia, serif); font-size: .98rem; font-weight: 600; line-height: 1.08; }
.hs-home-free-tools__card small { display: block; margin-top: 5px; color: #956a31; font-size: .68rem; font-weight: 800; }
.hs-home-free-tools__all { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; color: #805b29; font-size: .7rem; font-weight: 800; white-space: nowrap; }
@media (max-width: 920px) {
    .hs-home-free-tools { grid-template-columns: 1fr; gap: 16px; }
    .hs-home-free-tools__intro p:not(.hs-eyebrow) { max-width: 55ch; }
    .hs-home-free-tools__all { justify-self: start; }
}
@media (max-width: 480px) {
    .hs-home-free-tools { padding: 21px 18px; }
    .hs-home-free-tools__actions { grid-template-columns: 1fr; }
    .hs-home-free-tools__card { min-height: 70px; }
}

[dir="rtl"] .hs-free-tools-hero__copy,
[dir="rtl"] .hs-free-tool-panel,
[dir="rtl"] .hs-free-tools-section-heading { text-align: right; }
[dir="rtl"] .hs-free-tool-card__body { align-items: flex-end; }
[dir="rtl"] .hs-free-tools-hero__art { transform: scaleX(-1); }

@media (max-width: 800px) {
    .hs-free-tools-hero__inner { display: block; min-height: 0; }
    .hs-free-tools-hero__copy { max-width: 700px; padding: 44px 0 22px; }
    .hs-free-tools-hero h1 { font-size: clamp(2.65rem, 11vw, 4.2rem); }
    .hs-free-tools-hero__art { min-height: 205px; }
    .hs-free-tools-hero__orbit--one { top: 0; right: 5%; width: 250px; height: 180px; }
    .hs-free-tools-hero__orbit--two { top: 5%; right: 14%; width: 210px; height: 210px; }
    .hs-free-tools-hero__moon { top: 21%; right: 29%; width: 88px; height: 88px; }
    .hs-free-tools-hero__spark { top: 17%; right: 17%; }
    .hs-free-tools-cards { grid-template-columns: 1fr; }
    .hs-free-tool-panel,
    .hs-free-tool-panel--ball { display: grid; grid-template-columns: 1fr; row-gap: 0; padding: 30px 20px; }
    .hs-free-tool-panel__intro,
    .hs-free-question-form,
    .hs-free-action,
    .hs-free-result { grid-column: 1; }
    .hs-free-tool-panel__intro { grid-row: 1; }
    .hs-free-question-form { grid-row: 2; margin-top: 22px; }
    .hs-yes-wheel-stage,
    .hs-magic-ball-stage { grid-column: 1; grid-row: 3; min-height: 335px; margin-top: 12px; }
    .hs-free-action { grid-row: 4; justify-self: stretch; width: 100%; margin-top: 16px; }
    .hs-free-result { grid-row: 5; margin-top: 18px; }
    .hs-free-tool-panel h2 { max-width: 15ch; font-size: clamp(2.45rem, 12vw, 4rem); }
    .hs-free-tool-card { grid-template-columns: 125px minmax(0, 1fr); min-height: 188px; }
    .hs-free-tool-card__visual { min-height: 188px; }
    .hs-free-tool-card__visual::before { width: 120px; height: 120px; }
    .hs-free-tool-card__visual::after { width: 90px; height: 145px; }
    .hs-free-tool-card__visual span { width: 55px; height: 55px; font-size: 1.6rem; }
    .hs-free-tool-card__body { gap: 7px; padding: 20px 18px; }
    .hs-free-tool-card strong { font-size: 1.35rem; }
    .hs-free-tool-card__body > span:not(.hs-free-tool-card__eyebrow) { font-size: .78rem; }
}

@media (max-width: 480px) {
    .hs-free-tools-page { padding-bottom: 62px; }
    .hs-free-tools-hero__copy { padding-top: 34px; }
    .hs-free-tools-hero__lead { font-size: .92rem; }
    .hs-free-tools-section-heading { align-items: flex-start; }
    .hs-free-tools-section-heading__mark { flex-basis: 44px; width: 44px; height: 44px; font-size: 1.35rem; }
    .hs-free-tool-card { grid-template-columns: 100px minmax(0, 1fr); border-radius: 19px; }
    .hs-free-tool-card__visual { min-height: 205px; }
    .hs-free-tool-card__body { padding: 17px 13px; }
    .hs-free-tool-card strong { font-size: 1.18rem; }
    .hs-free-tool-card__body > span:not(.hs-free-tool-card__eyebrow) { font-size: .74rem; line-height: 1.38; }
    .hs-free-tool-card em { font-size: .7rem; }
    .hs-yes-wheel-stage, .hs-magic-ball-stage { min-height: 290px; }
    .hs-yes-wheel { width: min(78vw, 286px); }
    .hs-magic-ball { width: min(71vw, 255px); }
    .hs-free-result__actions { align-items: stretch; }
    .hs-free-result__actions .hs-btn { flex: 1 1 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .hs-free-tool-card, .hs-magic-ball, .hs-yes-wheel { transition: none; }
    .hs-free-tool-card:hover, .hs-magic-ball:hover { transform: none; }
}
