﻿:root {
    --indigo-deep: #151233;
    --indigo: #26215C;
    --indigo-mid: #3C3489;
    --gold: #FAC775;
    --gold-deep: #EF9F27;
    --gold-dark: #854F0B;
    --cream: #FAF5EA;
    --cream-deep: #F3EAD6;
    --ink: #211D45;
    --ink-soft: #5A557E;
    --white: #FFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Mukta','Segoe UI',Arial,sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.7;
    font-size: 17px;
    -webkit-font-smoothing: antialiased
}

h1, h2, h3 {
    font-family: 'Rozha One',Georgia,serif;
    font-weight: 400;
    line-height: 1.25
}

a {
    color: inherit
}

.wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px
}

.eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-weight: 600;
    margin-bottom: 14px
}

.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: transform .2s,box-shadow .2s;
    cursor: pointer;
    border: none;
    font-family: inherit
}

    .btn:hover {
        transform: translateY(-2px)
    }

    .btn:focus-visible {
        outline: 3px solid var(--gold-deep);
        outline-offset: 3px
    }

.btn-gold {
    background: var(--gold);
    color: var(--indigo)
}

    .btn-gold:hover {
        box-shadow: 0 8px 24px rgba(239,159,39,.35)
    }

.btn-line {
    background: transparent;
    color: var(--gold);
    border: 1.5px solid var(--gold)
}

.btn-dark {
    background: var(--indigo);
    color: var(--gold)
}

/* REVEAL ON SCROLL */
.rv {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s ease,transform .7s ease
}

    .rv.in {
        opacity: 1;
        transform: none
    }

@media(prefers-reduced-motion:reduce) {
    .rv {
        opacity: 1;
        transform: none;
        transition: none
    }
}

/* NAV */
nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(21,18,51,.94);
    border-bottom: 1px solid rgba(250,199,117,.18)
}

@supports(backdrop-filter:blur(10px)) {
    nav {
        background: rgba(21,18,51,.85);
        backdrop-filter: blur(10px)
    }
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 24px;
    max-width: 1080px;
    margin: 0 auto
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

    .logo svg {
        width: 36px;
        height: 36px
    }

.logo-text {
    font-family: 'Rozha One',Georgia,serif;
    color: var(--gold);
    font-size: 20px;
    letter-spacing: 1px
}

.nav-links {
    display: flex;
    gap: 26px;
    list-style: none;
    align-items: center
}

    .nav-links a {
        color: var(--cream);
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        opacity: .85;
        transition: .2s
    }

        .nav-links a:hover {
            opacity: 1;
            color: var(--gold)
        }

.nav-cta {
    background: var(--gold);
    color: var(--indigo) !important;
    padding: 8px 20px;
    border-radius: 999px;
    opacity: 1 !important;
    font-weight: 600
}

@media(max-width:760px) {
    .nav-links li:not(:last-child) {
        display: none
    }
}

/* HERO */
.hero {
    background: var(--indigo-deep);
    color: var(--cream);
    position: relative;
    overflow: hidden
}

    .hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 15% 25%,rgba(250,199,117,.10),transparent 34%),radial-gradient(circle at 85% 70%,rgba(60,52,137,.5),transparent 45%)
    }

.stars {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.star {
    position: absolute;
    background: var(--gold);
    border-radius: 50%;
    opacity: .6;
    animation: twinkle 3.5s infinite ease-in-out
}

@keyframes twinkle {
    0%,100% {
        opacity: .12
    }

    50% {
        opacity: .85
    }
}

@media(prefers-reduced-motion:reduce) {
    .star {
        animation: none
    }
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 44px;
    align-items: center;
    padding: 80px 24px 90px;
    max-width: 1080px;
    margin: 0 auto
}

.hero h1 {
    font-size: clamp(34px,5.2vw,56px);
    color: var(--white);
    margin: 10px 0 8px
}

    .hero h1 .g {
        color: var(--gold)
    }

.hero .sub {
    font-size: clamp(17px,2vw,20px);
    color: #CECBF6;
    max-width: 480px;
    margin-bottom: 14px
}

.hero .name {
    font-size: 14px;
    color: var(--gold);
    letter-spacing: 1.5px;
    margin-bottom: 28px;
    font-weight: 500
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.trust-row {
    display: flex;
    gap: 32px;
    margin-top: 42px;
    flex-wrap: wrap
}

.trust-item .num {
    font-family: 'Rozha One',Georgia,serif;
    font-size: 26px;
    color: var(--gold)
}

.trust-item .lbl {
    font-size: 13px;
    color: #AFA9EC
}

@media(max-width:860px) {
    .hero-grid {
        grid-template-columns: 1fr;
        padding: 56px 24px 64px
    }

    .kundli-side {
        order: -1
    }
}

/* INTERACTIVE KUNDLI */
.kundli-side {
    text-align: center;
    position: relative;
    z-index: 2
}

.kundli-hint {
    font-size: 13px;
    color: #AFA9EC;
    margin-top: 12px
}

.kundli {
    width: min(370px,88vw);
    animation: breathe 7s ease-in-out infinite
}

@keyframes breathe {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.02)
    }
}

@media(prefers-reduced-motion:reduce) {
    .kundli {
        animation: none
    }
}

.house {
    cursor: pointer;
    transition: fill .25s
}

    .house:hover, .house.active {
        fill: rgba(250,199,117,.16)
    }

    .house:focus-visible {
        outline: 2px solid var(--gold)
    }

.k-tip {
    margin-top: 14px;
    min-height: 74px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(250,199,117,.3);
    border-radius: 14px;
    padding: 12px 18px;
    font-size: 14.5px;
    color: #E6E3FF;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    transition: opacity .3s
}

    .k-tip strong {
        color: var(--gold);
        font-weight: 600
    }

/* SECTIONS */
section {
    padding: 80px 0
}

.sec-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px
}

    .sec-head h2 {
        font-size: clamp(28px,3.6vw,40px);
        color: var(--indigo)
    }

    .sec-head p {
        color: var(--ink-soft);
        margin-top: 12px
    }

/* RASHI CALCULATOR */
.calc-band {
    background: var(--indigo);
    color: var(--cream);
    position: relative;
    overflow: hidden
}

    .calc-band .sec-head h2 {
        color: var(--white)
    }

    .calc-band .sec-head p {
        color: #CECBF6
    }

    .calc-band .eyebrow {
        color: var(--gold)
    }

.calc-card {
    max-width: 560px;
    margin: 0 auto;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(250,199,117,.3);
    border-radius: 22px;
    padding: 36px 30px;
    text-align: center
}

    .calc-card label {
        display: block;
        font-size: 15px;
        color: #CECBF6;
        margin-bottom: 10px
    }

    .calc-card input[type=date] {
        width: 100%;
        max-width: 280px;
        padding: 13px 16px;
        border-radius: 12px;
        border: 1.5px solid rgba(250,199,117,.5);
        background: rgba(21,18,51,.6);
        color: var(--cream);
        font-family: inherit;
        font-size: 16px;
        color-scheme: dark
    }

    .calc-card input:focus-visible {
        outline: 2px solid var(--gold)
    }

.calc-result {
    margin-top: 26px;
    display: none
}

    .calc-result.show {
        display: block;
        animation: pop .45s ease
    }

@keyframes pop {
    0% {
        opacity: 0;
        transform: scale(.92)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.rashi-symbol {
    font-size: 56px;
    line-height: 1
}

.rashi-name {
    font-family: 'Rozha One',Georgia,serif;
    font-size: 30px;
    color: var(--gold);
    margin: 6px 0 2px
}

.rashi-lord {
    font-size: 14px;
    color: #AFA9EC;
    margin-bottom: 10px
}

.rashi-desc {
    font-size: 15px;
    color: #E6E3FF;
    max-width: 420px;
    margin: 0 auto 20px
}

.calc-note {
    font-size: 12px;
    color: #8A85B8;
    margin-top: 18px
}

/* SERVICES */
.svc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 22px
}

.svc {
    background: var(--white);
    border-radius: 18px;
    padding: 30px 26px;
    border: 1px solid var(--cream-deep);
    transition: transform .25s,box-shadow .25s;
    display: flex;
    flex-direction: column
}

    .svc:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 40px rgba(38,33,92,.10)
    }

    .svc .icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        background: var(--indigo);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        font-size: 24px
    }

    .svc h3 {
        font-size: 21px;
        color: var(--indigo);
        margin-bottom: 8px
    }

    .svc p {
        font-size: 15px;
        color: var(--ink-soft);
        flex: 1
    }

    .svc .meta {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-top: 20px;
        padding-top: 16px;
        border-top: 1px dashed var(--cream-deep)
    }

    .svc .price {
        font-family: 'Rozha One',Georgia,serif;
        font-size: 24px;
        color: var(--gold-dark)
    }

    .svc .time {
        font-size: 13px;
        color: var(--ink-soft)
    }

/* PACKAGES */
.pk-band {
    background: var(--indigo-deep);
    color: var(--cream)
}

    .pk-band .sec-head h2 {
        color: var(--white)
    }

    .pk-band .sec-head p {
        color: #CECBF6
    }

    .pk-band .eyebrow {
        color: var(--gold)
    }

.pk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 24px
}

.pk {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(250,199,117,.25);
    border-radius: 20px;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    position: relative
}

    .pk.featured {
        background: var(--gold);
        color: var(--indigo);
        border: none
    }

    .pk .badge {
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--indigo-deep);
        color: var(--gold);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        padding: 6px 18px;
        border-radius: 999px;
        text-transform: uppercase;
        white-space: nowrap
    }

    .pk h3 {
        font-size: 24px
    }

    .pk .pk-price {
        font-family: 'Rozha One',Georgia,serif;
        font-size: 34px;
        margin: 12px 0 18px
    }

    .pk ul {
        list-style: none;
        flex: 1
    }

    .pk li {
        padding: 8px 0 8px 26px;
        position: relative;
        font-size: 15px
    }

        .pk li::before {
            content: '✦';
            position: absolute;
            left: 0;
            color: var(--gold-deep)
        }

    .pk.featured li::before {
        color: var(--gold-dark)
    }

    .pk .btn {
        margin-top: 24px;
        text-align: center
    }

/* PROCESS */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 26px
}

.step {
    text-align: center;
    padding: 0 8px
}

    .step .dot {
        width: 62px;
        height: 62px;
        margin: 0 auto 16px;
        border-radius: 50%;
        background: var(--white);
        border: 2px solid var(--gold);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Rozha One',Georgia,serif;
        font-size: 24px;
        color: var(--indigo)
    }

    .step h3 {
        font-size: 18px;
        color: var(--indigo);
        margin-bottom: 6px
    }

    .step p {
        font-size: 14px;
        color: var(--ink-soft)
    }

/* ABOUT */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: center
}

@media(max-width:820px) {
    .about-grid {
        grid-template-columns: 1fr
    }
}

.photo-ring {
    width: min(280px,78vw);
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--indigo);
    border: 5px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-family: 'Rozha One',Georgia,serif;
    font-size: 19px;
    padding: 20px;
    text-align: center
}

/* TESTIMONIALS */
.tst-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 22px
}

.tst {
    background: var(--white);
    border-radius: 18px;
    padding: 28px;
    border: 1px solid var(--cream-deep)
}

    .tst .qm {
        font-family: 'Rozha One',Georgia,serif;
        font-size: 44px;
        color: var(--gold-deep);
        line-height: 1
    }

    .tst p {
        font-size: 15px;
        margin: 8px 0 16px
    }

    .tst .who {
        font-size: 14px;
        font-weight: 600;
        color: var(--indigo)
    }

    .tst .st {
        color: var(--gold-deep);
        letter-spacing: 2px;
        font-size: 14px
    }

/* RASHIFAL CTA */
.rashi-cta {
    background: linear-gradient(135deg,var(--indigo-deep),var(--indigo-mid));
    color: var(--cream);
    border-radius: 24px;
    padding: 50px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap
}

    .rashi-cta h2 {
        font-size: clamp(24px,3vw,32px);
        color: var(--white)
    }

    .rashi-cta p {
        color: #CECBF6;
        margin-top: 8px;
        max-width: 480px
    }

/* FOOTER */
footer {
    background: var(--indigo-deep);
    color: #AFA9EC;
    padding: 56px 0 32px;
    margin-top: 80px
}

.ft-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

@media(max-width:760px) {
    .ft-grid {
        grid-template-columns: 1fr
    }
}

.ft-grid h4 {
    color: var(--gold);
    font-family: 'Rozha One',Georgia,serif;
    font-size: 18px;
    margin-bottom: 14px
}

.ft-grid a {
    display: block;
    color: #AFA9EC;
    text-decoration: none;
    padding: 4px 0;
    font-size: 15px
}

    .ft-grid a:hover {
        color: var(--gold)
    }

.ft-bottom {
    border-top: 1px solid rgba(250,199,117,.15);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px
}

.disclaimer {
    font-size: 12px;
    color: #7A76A3;
    text-align: center;
    margin-top: 16px
}

/* WA FLOAT */
.wa-float {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 60;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
    transition: transform .2s
}

    .wa-float:hover {
        transform: scale(1.08)
    }

    .wa-float svg {
        width: 30px;
        height: 30px;
        fill: #fff
    }
