.kundliHome{background:linear-gradient(125deg,#45131b,#7a2025);color:#fff}.kundliHomeInner{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;grid-gap:50px;gap:50px}.kundliHome h2{margin:9px 0 13px;color:#fff;font-size:clamp(32px,4vw,48px)}.kundliHome p{max-width:650px;margin:0 0 24px}.kundliPriceList{display:grid;border:1px solid #ffffff2e;border-radius:16px;background:#ffffff0e;padding:10px 22px}.kundliPriceList span{display:flex;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid #ffffff1f}.kundliPriceList span:last-child{border:0}.kundliPriceList b{color:#ffd17a;white-space:nowrap}.kundliGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px}.kundliCard{padding:28px;border:1px solid var(--border);border-radius:17px;background:#fff;box-shadow:0 12px 32px #5420190d}.kundliCard h2{margin:12px 0 6px;font-size:26px}.kundliCard>strong{display:block;color:var(--saffron);font:700 28px Playfair Display,serif}.kundliCard p{color:#5e4b43}.kundliOrb{width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:#faedcf;color:var(--wine);font-size:20px}.kundliNote{max-width:820px;margin:45px auto 0;padding:30px;border-radius:17px;background:#f5e4c5}.kundliNote h2{margin:0 0 8px}.kundliNote .btn{margin-top:10px}.kundliAdminForm{margin-top:24px}.kundliAdminForm .btn{margin-top:22px}.moneyInput{display:flex;align-items:center;border:1px solid #d8c7ac;border-radius:8px;background:#fff}.moneyInput b{padding-left:12px;color:var(--wine)}.moneyInput input{border:0}@media(max-width:800px){.kundliGrid,.kundliHomeInner{grid-template-columns:1fr}}