
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');
:root{--ink:#17080d;--maroon:#5b0921;--deep:#210510;--orange:#f36a22;--gold:#f6c65b;--cream:#fff8e9;--paper:#fffdf8;--muted:#6c5860;--line:rgba(91,9,33,.13);--shadow:0 24px 70px rgba(54,4,20,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 34px));margin:auto}.cosmos{position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 10% 12%,rgba(246,198,91,.13),transparent 25%),radial-gradient(circle at 92% 28%,rgba(243,106,34,.10),transparent 24%),linear-gradient(#fffdf8,#fff9ed)}.topbar{background:linear-gradient(90deg,#210510,#700a27,#f36a22,#700a27,#210510);color:white;padding:9px 4%;display:flex;justify-content:center;gap:42px;font-size:13px;font-weight:700}.topbar>span:first-child{color:#ffe39b}.top-contact{display:flex;gap:20px;flex-wrap:wrap}header{height:88px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;background:rgba(33,5,16,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(246,198,91,.35)}.brand{display:flex;align-items:center;gap:12px;color:white}.brand img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(246,198,91,.38))}.brand strong{font-family:Cinzel;font-size:22px;color:var(--gold);display:block;line-height:1.1}.brand small{font-size:10px;text-transform:uppercase;letter-spacing:1.8px;color:#ffecc5}nav{display:flex;align-items:center;gap:4px}nav>a,.dropbtn{border:0;background:none;color:white;padding:12px 11px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.45px;border-radius:30px;cursor:pointer}nav>a:hover,.dropbtn:hover{background:linear-gradient(135deg,var(--orange),var(--gold));color:var(--deep)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:48px;left:0;width:285px;padding:10px;background:#220611;border:1px solid rgba(246,198,91,.4);border-radius:18px;opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s;box-shadow:var(--shadow)}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:none}.dropdown-menu a{display:block;color:#ffeac0;padding:11px 12px;border-radius:11px;font-size:13px}.dropdown-menu a:hover{background:#5b0921}.menu-toggle{display:none}.hero,.inner-hero{position:relative;overflow:hidden;color:white;background:linear-gradient(110deg,rgba(24,2,9,.97),rgba(91,9,33,.91)),url('https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&w=1800&q=85') center/cover}.hero{min-height:760px;display:grid;align-items:center}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:55px;align-items:center;padding:82px 0}.eyebrow{display:inline-block;color:#ffe39b;font-weight:800;text-transform:uppercase;letter-spacing:2.4px;font-size:12px}.hero h1,.inner-hero h1{font-family:Cinzel;font-size:clamp(45px,6vw,78px);line-height:1.02;margin:15px 0;color:white}.hero h1 span{color:var(--gold)}.hero p,.inner-hero p{font-size:18px;color:#ffe7ce;max-width:760px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;justify-content:center;align-items:center;padding:14px 22px;border-radius:30px;background:linear-gradient(135deg,var(--orange),var(--gold));font-weight:800;color:#25050f;box-shadow:0 14px 34px rgba(243,106,34,.28);transition:.25s}.btn:hover{transform:translateY(-3px)}.btn.ghost{background:transparent;color:white;border:1px solid rgba(255,255,255,.45)}.hero-card{padding:14px;border-radius:38px;background:linear-gradient(135deg,var(--gold),var(--orange),var(--maroon));transform:rotate(2deg);box-shadow:0 35px 90px rgba(0,0,0,.35)}.hero-card img{height:505px;width:100%;object-fit:cover;border-radius:28px}.experience-chip{position:absolute;right:3%;bottom:8%;background:white;color:var(--maroon);padding:18px 23px;border-radius:20px;box-shadow:var(--shadow);font-weight:700}.experience-chip b{font-family:Cinzel;font-size:30px;color:var(--orange)}.orbit{position:absolute;border:1px dashed rgba(246,198,91,.42);border-radius:50%;display:grid;place-items:center;color:var(--gold);animation:spin 18s linear infinite}.orbit-a{width:330px;height:330px;right:-80px;top:-80px;font-size:42px}.orbit-b{width:180px;height:180px;left:-45px;bottom:-70px;animation-direction:reverse}@keyframes spin{to{transform:rotate(360deg)}}section{padding:82px 0}.section-head{text-align:center;max-width:850px;margin:0 auto 42px}.section-head h2{font-family:Cinzel;font-size:clamp(31px,4vw,46px);line-height:1.18;margin:7px 0;color:var(--maroon)}.section-head p{color:var(--muted)}.trust-grid,.service-grid,.feature-grid,.city-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.trust-card,.feature,.content-card{background:white;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.trust-card strong{font-family:Cinzel;font-size:30px;color:var(--orange);display:block}.trust-card span{color:var(--muted)}.service-card{background:linear-gradient(145deg,#2a0714,#660a26);color:white;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);transition:.3s}.service-card:hover{transform:translateY(-8px)}.service-card img{height:220px;width:100%;object-fit:cover}.service-card div{padding:25px}.service-card h3{font-family:Cinzel;color:var(--gold);margin:0 0 10px}.service-card p{color:#f7d9c8;font-size:14px}.service-card a{color:#ffe39b;font-weight:800}.cream{background:var(--cream)}.about-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;align-items:center}.about-split img{width:100%;height:520px;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.about-split h2{font-family:Cinzel;color:var(--maroon);font-size:42px;line-height:1.16}.tick-list{display:grid;gap:10px;margin:20px 0}.tick-list span:before{content:'✦';color:var(--orange);margin-right:10px}.reviews-shell{max-width:850px;margin:auto;position:relative}.review{display:none;text-align:center;background:white;border-radius:30px;padding:40px;box-shadow:var(--shadow);border:1px solid var(--line);animation:fadeUp .65s}.review.active{display:block}.review img{width:92px;height:92px;border-radius:50%;object-fit:cover;margin:0 auto 13px;border:5px solid #ffe5a2}.stars{color:#f0a700;font-size:22px}.review h3{font-family:Cinzel;color:var(--maroon);margin:8px 0 0}.review small{color:var(--orange);font-weight:700}.review-dots{text-align:center;margin-top:18px}.review-dots button{width:10px;height:10px;border:0;border-radius:50%;margin:4px;background:#d2bbc3}.review-dots button.active{background:var(--orange);transform:scale(1.35)}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.inner-hero{min-height:440px;display:grid;place-items:center;text-align:center}.inner-hero .hero-copy{padding:75px 0}.inner-hero h1{font-size:clamp(40px,5vw,64px)}.article{max-width:900px;margin:auto}.article h2,.article h3{font-family:Cinzel;color:var(--maroon);line-height:1.3}.article h2{font-size:32px;margin-top:44px}.article h3{font-size:23px;margin-top:30px}.article p{color:#4f4046;margin:13px 0}.article strong{color:var(--maroon);font-weight:800}.highlight{background:linear-gradient(135deg,#fff4d7,#fff);border-left:5px solid var(--orange);padding:24px;border-radius:0 20px 20px 0;margin:28px 0}.process{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:28px 0}.process div{background:white;border:1px solid var(--line);padding:24px;border-radius:20px}.process div:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--gold));font-weight:900;margin-bottom:12px}.faq details{background:white;border:1px solid var(--line);padding:18px 20px;border-radius:15px;margin:10px 0}.faq summary{font-weight:800;color:var(--maroon);cursor:pointer}.city-card{padding:24px;background:white;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow)}.city-card h3{font-family:Cinzel;color:var(--maroon)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:35px}.contact-panel,.contact-form{background:white;padding:34px;border-radius:26px;box-shadow:var(--shadow);border:1px solid var(--line)}.contact-panel h2,.contact-form h2{font-family:Cinzel;color:var(--maroon)}.contact-item{padding:15px 0;border-bottom:1px solid var(--line)}input,textarea,select{width:100%;padding:14px 15px;border:1px solid #dbcbd0;border-radius:12px;margin:7px 0;font:inherit;background:#fffdf9}.contact-form button{border:0;margin-top:10px}footer{position:relative;background:#1d050e;color:#fbe9dd;padding:70px 5% 20px;overflow:hidden}.footer-grid{display:grid;grid-template-columns:1.4fr .75fr 1fr 1fr;gap:35px;position:relative}.footer-grid h3{font-family:Cinzel;color:var(--gold)}.footer-grid a{display:block;margin:8px 0;color:#f8d9c7}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:70px}.footer-brand strong{font-family:Cinzel;color:var(--gold);font-size:24px}.trust-inline{display:flex;gap:8px;flex-wrap:wrap}.trust-inline span{font-size:11px;border:1px solid rgba(246,198,91,.4);padding:7px 10px;border-radius:20px}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:18px;font-size:12px;color:#dcbfb0}.footer-glow{position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(243,106,34,.14);filter:blur(30px);right:-130px;top:-160px}.float{position:fixed;right:20px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:white;font-weight:900;z-index:999;box-shadow:0 12px 30px rgba(0,0,0,.25)}.float.call{bottom:88px;background:#f36a22}.float.whatsapp{bottom:22px;background:#18b858}.reveal{opacity:0;transform:translateY(26px);transition:.7s}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.topbar{display:none}header{height:76px}.brand img{width:52px;height:52px}.brand strong{font-size:17px}.menu-toggle{display:block;border:0;background:linear-gradient(135deg,var(--orange),var(--gold));font-size:22px;padding:8px 12px;border-radius:10px}nav{display:none;position:absolute;top:76px;left:0;right:0;background:#260611;padding:15px;flex-direction:column;align-items:stretch}nav.active{display:flex}.dropdown-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;width:100%;box-shadow:none}.dropdown.open .dropdown-menu{display:block}.hero-grid,.about-split,.contact-grid{grid-template-columns:1fr}.hero-card{max-width:600px}.trust-grid,.service-grid,.feature-grid,.city-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr}.hero{min-height:auto}}
@media(max-width:620px){section{padding:62px 0}.trust-grid,.service-grid,.feature-grid,.city-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{padding:60px 0}.hero h1{font-size:44px}.hero-card img{height:390px}.brand small{display:none}.inner-hero{min-height:380px}.contact-panel,.contact-form{padding:24px}.article h2{font-size:28px}}


/* Premium 2026 visual upgrade */
:root{--deep:#16050b;--wine:#4c071c;--gold2:#dcae45;--softgold:#fff0bd}
body{background:#fffaf3}.brand-logo-only{min-width:260px;padding:4px 0}.brand-logo-only img{width:255px;height:68px;object-fit:contain;object-position:left center;filter:drop-shadow(0 5px 13px rgba(0,0,0,.22))}.footer-logo-only img{width:260px;max-width:100%;height:auto;filter:drop-shadow(0 8px 20px rgba(0,0,0,.35))}
header{background:linear-gradient(90deg,#1d050e 0%,#330612 52%,#1d050e 100%);border-bottom:1px solid rgba(246,198,91,.22);box-shadow:0 8px 32px rgba(25,3,10,.2)}
header:after{content:"";position:absolute;left:5%;right:5%;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.55}.dropdown-menu{width:520px;grid-template-columns:repeat(2,1fr);gap:3px}.dropdown:hover .dropdown-menu{display:grid}.dropdown-menu a{border:1px solid transparent}.dropdown-menu a:hover{border-color:rgba(246,198,91,.25)}
.trust-grid{position:relative}.trust-card{display:flex;align-items:center;gap:20px;min-height:170px;padding:30px;background:linear-gradient(145deg,#fff,#fffdf8);overflow:hidden;transition:.35s}.trust-card:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(246,198,91,.22),transparent 68%);right:-28px;top:-28px}.trust-card:hover{transform:translateY(-6px);border-color:#e8c876}.trust-card strong{font-size:28px}.premium-icon{flex:0 0 66px;width:66px;height:66px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,#fff5d7,#f2b64b);box-shadow:inset 0 1px 0 #fff,0 12px 25px rgba(210,142,42,.22);transform:rotate(-4deg)}.premium-icon svg{width:34px;height:34px;fill:none;stroke:#68102c;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.trust-card:hover .premium-icon{animation:iconFloat 1.4s ease-in-out infinite alternate}@keyframes iconFloat{to{transform:rotate(3deg) translateY(-5px)}}
.feature{position:relative;overflow:hidden;transition:.35s;min-height:250px}.feature .premium-icon{margin-bottom:20px}.feature:after{content:"✦";position:absolute;right:22px;bottom:13px;font-size:54px;color:rgba(243,106,34,.07)}.feature:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(83,30,27,.15)}
.service-grid{grid-template-columns:repeat(3,1fr);gap:26px}.service-card{background:#fff;color:var(--ink);border:1px solid #ecdcd4;border-radius:30px;box-shadow:0 18px 50px rgba(77,30,28,.11);position:relative}.service-card:hover{transform:translateY(-10px);box-shadow:0 28px 65px rgba(77,30,28,.18)}.service-image-wrap{height:230px;position:relative;overflow:hidden;background:#2a0714}.service-card img{height:100%;transition:transform .7s ease}.service-card:hover img{transform:scale(1.06)}.service-image-wrap:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(25,3,10,.62))}.service-number{position:absolute;right:18px;bottom:14px;z-index:2;font-family:Cinzel;font-size:28px;color:#fff1bc;font-weight:800}.service-copy{padding:27px!important}.service-kicker{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--orange);font-weight:900}.service-card h3{color:var(--maroon);font-size:20px;margin-top:8px}.service-card p{color:var(--muted);min-height:63px}.service-card a{color:var(--maroon);display:flex;justify-content:space-between;border-top:1px solid #f0e2dc;padding-top:15px}.service-card a span{color:var(--orange);font-size:20px}
.astrology-trust-band{padding:74px 0;background:radial-gradient(circle at 15% 50%,rgba(246,198,91,.18),transparent 30%),linear-gradient(120deg,#20050e,#58091f);color:#fff}.trust-band-grid{display:grid;grid-template-columns:110px 1.4fr .8fr;gap:34px;align-items:center}.trust-symbol{width:100px;height:100px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(246,198,91,.45);box-shadow:inset 0 0 30px rgba(246,198,91,.12),0 18px 45px rgba(0,0,0,.2);animation:pulseSeal 3s ease-in-out infinite}.trust-symbol svg{width:56px;height:56px;fill:none;stroke:#f6c65b;stroke-width:1.2}@keyframes pulseSeal{50%{transform:scale(1.04);box-shadow:inset 0 0 35px rgba(246,198,91,.2),0 22px 55px rgba(0,0,0,.3)}}.astrology-trust-band h2{font-family:Cinzel;font-size:35px;line-height:1.2;margin:8px 0 12px;color:#fff4d2}.astrology-trust-band p{color:#f1d9cc}.trust-badges{display:grid;gap:10px}.trust-badges span,.mini-trust span{border:1px solid rgba(246,198,91,.38);background:rgba(255,255,255,.06);padding:11px 14px;border-radius:30px;font-size:12px;font-weight:800;letter-spacing:.3px}
.service-detail-top{padding:70px 0;background:linear-gradient(180deg,#fffaf2,#fff)}.service-detail-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.service-feature-image{position:relative;border-radius:34px;padding:9px;background:linear-gradient(135deg,#f3c764,#f36a22,#690b29);box-shadow:0 25px 65px rgba(80,26,28,.2)}.service-feature-image img{display:block;width:100%;height:410px;object-fit:cover;border-radius:27px}.image-seal{position:absolute;right:-18px;bottom:28px;width:112px;height:112px;border-radius:50%;display:grid;place-items:center;text-align:center;background:linear-gradient(145deg,#fff7d7,#efb43e);color:#5b0921;font-family:Cinzel;font-weight:900;box-shadow:0 18px 45px rgba(76,16,21,.25);border:5px solid #fff}.image-seal small{font-family:inherit;font-size:10px}.service-intro-card{padding:36px;border-radius:30px;background:#fff;border:1px solid #ecdcd4;box-shadow:var(--shadow)}.service-intro-card h2{font-family:Cinzel;color:var(--maroon);font-size:38px;margin:8px 0}.mini-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.mini-trust span{background:#fff8e7;border-color:#ead08b;color:#6a1530}
.related-services{background:#fff8ef}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.related-card{background:#fff;border:1px solid #eadbd3;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);transition:.3s}.related-card:hover{transform:translateY(-7px)}.related-card img{width:100%;height:190px;object-fit:cover}.related-card div{padding:21px}.related-card h3{font-family:Cinzel;color:var(--maroon);font-size:19px}.related-card a{color:var(--orange);font-weight:900}
.reveal.visible{animation:premiumReveal .75s cubic-bezier(.2,.8,.2,1) both}@keyframes premiumReveal{from{opacity:0;transform:translateY(28px) scale(.985)}to{opacity:1;transform:none}}.cosmos:before,.cosmos:after{content:"✦";position:fixed;z-index:-1;color:rgba(180,107,27,.07);font-size:90px;animation:driftStar 12s ease-in-out infinite}.cosmos:before{left:2%;top:22%}.cosmos:after{right:4%;top:58%;animation-delay:-5s}@keyframes driftStar{50%{transform:rotate(45deg) scale(1.12)}}
.float{transition:.3s;border:2px solid rgba(255,255,255,.45)}.float:hover{transform:translateY(-5px) scale(1.05)}
@media(max-width:980px){.brand-logo-only{min-width:0}.brand-logo-only img{width:210px;height:58px}.dropdown:hover .dropdown-menu{display:none}.dropdown.open .dropdown-menu{display:grid;grid-template-columns:1fr}.service-detail-grid,.trust-band-grid{grid-template-columns:1fr}.trust-symbol{margin:auto}.trust-band-grid{text-align:center}.trust-badges{grid-template-columns:repeat(2,1fr)}.related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){header{height:82px}.brand-logo-only img{width:205px;height:60px}.trust-card{min-height:auto}.premium-icon{flex-basis:58px;width:58px;height:58px}.service-grid,.related-grid{grid-template-columns:1fr}.service-image-wrap{height:225px}.service-feature-image img{height:290px}.image-seal{right:8px;bottom:12px;width:92px;height:92px}.trust-badges{grid-template-columns:1fr}.astrology-trust-band h2{font-size:28px}.service-intro-card h2{font-size:31px}}

header.scrolled{box-shadow:0 12px 35px rgba(25,3,10,.34);background:rgba(29,5,14,.97);backdrop-filter:blur(12px)}


/* ===== Premium Astrology Redesign v3 ===== */
:root{--ivory:#fff9ef;--ivory2:#fff4e2;--wine2:#350713;--wine3:#5b0a26;--amber:#f5a623;--gold3:#f3d281;--line:rgba(118,43,49,.15)}
html{scroll-behavior:smooth}body{overflow-x:hidden;background:linear-gradient(180deg,#fffaf2 0%,#fff7eb 48%,#fffaf2 100%)}
section{position:relative;padding:78px 0}section:not(.hero):not(.astro-ribbon):before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 12% 16%,rgba(245,166,35,.055) 0 1px,transparent 1.5px),radial-gradient(circle at 86% 70%,rgba(91,10,38,.045) 0 1px,transparent 1.5px);background-size:34px 34px,46px 46px;mask-image:linear-gradient(to bottom,transparent,#000 15%,#000 85%,transparent)}
.container{position:relative;z-index:2}
.astro-decor{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:-1}.zodiac-wheel{position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(146,87,23,.09);box-shadow:inset 0 0 0 24px rgba(239,193,91,.025),inset 0 0 0 26px rgba(146,87,23,.05);animation:astroSpin 46s linear infinite}.zodiac-wheel:before,.zodiac-wheel:after{content:"";position:absolute;border-radius:50%;inset:52px;border:1px dashed rgba(146,87,23,.08)}.zodiac-wheel:after{inset:125px;border-style:solid}.zodiac-wheel span{position:absolute;left:50%;top:50%;font-size:25px;color:rgba(116,52,39,.10);transform-origin:0 0}.zodiac-wheel span:nth-child(1){transform:rotate(0deg) translateY(-190px)}.zodiac-wheel span:nth-child(2){transform:rotate(45deg) translateY(-190px)}.zodiac-wheel span:nth-child(3){transform:rotate(90deg) translateY(-190px)}.zodiac-wheel span:nth-child(4){transform:rotate(135deg) translateY(-190px)}.zodiac-wheel span:nth-child(5){transform:rotate(180deg) translateY(-190px)}.zodiac-wheel span:nth-child(6){transform:rotate(225deg) translateY(-190px)}.zodiac-wheel span:nth-child(7){transform:rotate(270deg) translateY(-190px)}.zodiac-wheel span:nth-child(8){transform:rotate(315deg) translateY(-190px)}.zodiac-wheel-a{left:-165px;top:18vh}.zodiac-wheel-b{right:-190px;top:62vh;animation-direction:reverse;animation-duration:58s}@keyframes astroSpin{to{transform:rotate(360deg)}}
.hero{overflow:hidden;isolation:isolate;background:radial-gradient(circle at 82% 18%,rgba(244,177,54,.15),transparent 24%),radial-gradient(circle at 17% 85%,rgba(167,30,61,.22),transparent 28%),linear-gradient(125deg,#22050e 0%,#4c071c 52%,#29050f 100%)}.hero:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;right:-90px;top:-190px;border:1px solid rgba(246,198,91,.16);box-shadow:inset 0 0 0 38px rgba(246,198,91,.025),inset 0 0 0 39px rgba(246,198,91,.08);animation:astroSpin 38s linear infinite}.hero:after{content:"✦  ☾  ☉  ♃  ♀  ☿  ♄";position:absolute;right:2%;top:11%;width:370px;height:370px;border-radius:50%;display:grid;place-items:center;color:rgba(255,225,145,.15);font-size:25px;letter-spacing:16px;border:1px dashed rgba(255,225,145,.14);animation:astroSpin 32s linear infinite reverse}.hero-grid{min-height:560px}.hero h1{max-width:690px;text-shadow:0 8px 34px rgba(0,0,0,.32)}.hero-card{border-radius:48% 48% 24px 24px;box-shadow:0 28px 90px rgba(0,0,0,.36);border:1px solid rgba(255,225,145,.26);background:linear-gradient(160deg,rgba(255,255,255,.12),rgba(255,255,255,.03));backdrop-filter:blur(8px)}.hero-card:before{content:"";position:absolute;inset:-16px;border:1px solid rgba(246,198,91,.26);border-radius:50% 50% 28px 28px;z-index:-1}.hero-card img{object-position:center top}.experience-chip{border:1px solid rgba(125,58,20,.14);box-shadow:0 15px 42px rgba(53,7,19,.2)}
.trust-grid{margin-top:-48px;z-index:5}.trust-card{min-height:128px;border-radius:24px;padding:24px 26px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);box-shadow:0 18px 55px rgba(61,23,20,.12);border:1px solid rgba(108,38,40,.11)}.trust-card strong{font-size:23px;margin-bottom:5px}.trust-card span:not(.premium-icon){line-height:1.55}.premium-icon{border-radius:50%;background:radial-gradient(circle at 35% 28%,#fffbe9,#f7c75c 66%,#c6761c);box-shadow:0 10px 27px rgba(188,111,27,.25),inset 0 0 0 4px rgba(255,255,255,.48)}
.cream{background:linear-gradient(180deg,#fff8e9,#fffdf8)}.about-split{gap:74px;align-items:center}.guru-visual{min-height:525px;position:relative;display:grid;place-items:end center;padding:36px}.guru-frame{position:relative;width:min(92%,430px);height:470px;border-radius:210px 210px 34px 34px;background:linear-gradient(145deg,#f7d16c,#fff8da 55%,#e88e33);padding:7px;box-shadow:0 30px 75px rgba(76,21,20,.19);z-index:2;overflow:hidden}.guru-frame:before{content:"";position:absolute;inset:7px;border-radius:205px 205px 27px 27px;background:radial-gradient(circle at 50% 12%,#fff9df,#f6d594 42%,#d76b31 100%)}.guru-image{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 18px rgba(86,30,17,.2))}.guru-orbit{position:absolute;width:460px;height:460px;border-radius:50%;border:1px dashed rgba(139,73,33,.22);top:8px;left:50%;transform:translateX(-50%);animation:astroSpin 24s linear infinite}.guru-orbit:before,.guru-orbit:after{content:"";position:absolute;inset:55px;border-radius:50%;border:1px solid rgba(139,73,33,.12)}.guru-orbit:after{inset:106px}.guru-orbit span{position:absolute;font-size:25px;color:#a75a25}.guru-orbit span:nth-child(1){left:48%;top:-14px}.guru-orbit span:nth-child(2){right:4%;top:24%}.guru-orbit span:nth-child(3){right:2%;bottom:20%}.guru-orbit span:nth-child(4){left:49%;bottom:-15px}.guru-orbit span:nth-child(5){left:2%;bottom:22%}.guru-orbit span:nth-child(6){left:3%;top:22%}.guru-badge{position:absolute;z-index:4;left:5%;bottom:42px;background:#43091a;color:#fff8dc;border:1px solid #e6bd63;padding:16px 20px;border-radius:18px;box-shadow:0 16px 42px rgba(60,10,24,.25);display:flex;align-items:center;gap:12px}.guru-badge b{font-family:Cinzel;font-size:28px;color:#ffd977}.guru-badge span{font-size:11px;max-width:90px;line-height:1.3;text-transform:uppercase;letter-spacing:.7px}
.astro-ribbon{padding:0;background:linear-gradient(90deg,#2b0611,#5d0b24,#2b0611);overflow:hidden;border-block:1px solid rgba(245,210,120,.25)}.ribbon-track{display:flex;width:max-content;gap:42px;padding:15px 0;animation:ribbonMove 28s linear infinite}.ribbon-track span{font-family:Cinzel;color:#f8d985;font-weight:700;font-size:12px;letter-spacing:1.8px;white-space:nowrap}@keyframes ribbonMove{to{transform:translateX(-50%)}}
.section-head{max-width:760px;margin-bottom:45px}.section-head:after{content:"✦";display:block;margin:18px auto 0;color:#d68a2c;font-size:20px}.service-grid{gap:24px}.service-card{border-radius:22px;overflow:hidden;border:1px solid rgba(117,42,39,.12);box-shadow:0 14px 38px rgba(62,22,20,.10);background:linear-gradient(180deg,#fff,#fffaf4)}.service-image-wrap{height:250px;background:#260711;overflow:hidden}.service-card img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.05) contrast(1.02)}.service-image-wrap:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 55%,rgba(86,7,28,.2));z-index:1}.service-astro-icon{position:absolute;left:16px;bottom:15px;z-index:3;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#fff4c9,#e7a83c);color:#5d0b24;font-size:22px;border:3px solid rgba(255,255,255,.85);box-shadow:0 9px 24px rgba(0,0,0,.22)}.service-number{font-size:22px}.service-copy{padding:24px!important}.service-card h3{font-size:18px;min-height:46px}.service-card p{min-height:72px;font-size:14px}.service-card:hover .service-astro-icon{transform:rotate(18deg) scale(1.08)}.service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.45),transparent 70%);transform:translateX(-130%);transition:.75s;pointer-events:none}.service-card:hover:after{transform:translateX(130%)}
.reviews-shell{max-width:1040px;border-radius:32px;padding:46px 80px;background:radial-gradient(circle at 10% 20%,rgba(247,202,98,.22),transparent 27%),linear-gradient(135deg,#340713,#5b0b24);box-shadow:0 30px 75px rgba(63,12,28,.25);border:1px solid rgba(245,207,120,.25);overflow:hidden}.reviews-shell:before{content:"☾";position:absolute;left:34px;top:30px;font-size:68px;color:rgba(247,217,141,.13)}.reviews-shell:after{content:"✦";position:absolute;right:34px;bottom:28px;font-size:74px;color:rgba(247,217,141,.11)}.review{color:#fff}.review p{color:#f7e9df}.review h3{color:#ffd779}.review small{color:#efc9b8}.review img{border:5px solid rgba(255,223,151,.72);box-shadow:0 12px 34px rgba(0,0,0,.28)}
.feature-grid{position:relative;gap:20px}.feature-center-seal{position:absolute;width:160px;height:160px;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);border:1px dashed rgba(115,51,28,.14);animation:astroSpin 18s linear infinite;pointer-events:none;z-index:0}.feature-center-seal:before{content:"";position:absolute;inset:24px;border:1px solid rgba(115,51,28,.10);border-radius:50%}.feature-center-seal span{display:grid;place-items:center;width:100%;height:100%;font-size:44px;color:rgba(132,71,27,.08)}.feature{z-index:1;border-radius:24px;background:linear-gradient(150deg,#fff,#fff8e7);border:1px solid rgba(122,52,40,.12);box-shadow:0 18px 45px rgba(78,31,26,.10)}
.astrology-trust-band{overflow:hidden}.astrology-trust-band:before{content:"";position:absolute;width:480px;height:480px;border:1px dashed rgba(246,198,91,.12);border-radius:50%;right:-120px;top:-170px;animation:astroSpin 32s linear infinite}.trust-symbol{background:radial-gradient(circle,#5f102b,#24050e)}
footer{background:radial-gradient(circle at 88% 18%,rgba(244,179,55,.10),transparent 24%),linear-gradient(115deg,#16040a,#300611 60%,#1a040b)}.footer-grid{gap:44px}.footer-grid>div{position:relative}.footer-grid h3:after{content:"";display:block;width:42px;height:1px;background:linear-gradient(90deg,#f4ca6b,transparent);margin-top:8px}.footer-grid a{transition:.25s}.footer-grid a:hover{color:#ffd978;transform:translateX(4px)}
.service-detail-top{overflow:hidden}.service-detail-top:before{content:"";position:absolute;width:420px;height:420px;border:1px dashed rgba(152,85,28,.12);border-radius:50%;left:-130px;top:-130px;animation:astroSpin 36s linear infinite}.service-feature-image{overflow:visible}.service-feature-image:before{content:"☉";position:absolute;left:-40px;top:-42px;width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:#4f0b20;color:#f5cf72;border:1px solid #e8bc58;font-size:32px;z-index:5;box-shadow:0 12px 32px rgba(70,17,25,.2)}.service-feature-image img{object-fit:cover;object-position:center}.related-card img{object-fit:cover;object-position:center}.related-card{border-radius:20px;overflow:hidden}.related-card h3{min-height:46px}
@media(max-width:980px){section{padding:66px 0}.hero-grid{min-height:auto}.trust-grid{margin-top:-25px}.about-split{gap:32px}.guru-visual{min-height:470px}.guru-frame{height:420px}.guru-orbit{width:400px;height:400px}.service-grid{grid-template-columns:repeat(2,1fr)}.feature-center-seal{display:none}.reviews-shell{padding:38px 34px}}
@media(max-width:620px){section{padding:54px 0}.hero:after{display:none}.trust-grid{margin-top:-16px}.trust-card{padding:20px}.guru-visual{min-height:410px;padding:18px}.guru-frame{height:370px}.guru-orbit{width:350px;height:350px}.guru-badge{left:14px;bottom:26px}.service-grid{grid-template-columns:1fr}.service-image-wrap{height:245px}.service-card h3,.service-card p{min-height:0}.reviews-shell{padding:34px 20px}.ribbon-track{gap:28px}.zodiac-wheel{width:300px;height:300px}.zodiac-wheel span{display:none}}

/* ===== Home services: premium image-first redesign ===== */
.home-services{position:relative;overflow:hidden;background:linear-gradient(180deg,#fffdf9 0%,#fff8ed 48%,#fffdf9 100%)}
.home-services:before,.home-services:after{content:"";position:absolute;border:1px solid rgba(164,95,34,.14);border-radius:50%;pointer-events:none;animation:homeServiceOrbit 26s linear infinite}
.home-services:before{width:520px;height:520px;left:-310px;top:90px;box-shadow:0 0 0 34px rgba(241,174,73,.035),0 0 0 70px rgba(110,13,41,.025)}
.home-services:after{width:420px;height:420px;right:-250px;bottom:90px;animation-direction:reverse;box-shadow:0 0 0 30px rgba(241,174,73,.035),0 0 0 62px rgba(110,13,41,.025)}
@keyframes homeServiceOrbit{to{transform:rotate(360deg)}}
.home-services .container{position:relative;z-index:1}
.home-services .section-head{max-width:790px;margin-bottom:54px}
.home-services .section-head:before{content:"☉  ✦  ☾";display:block;color:#d89b3b;letter-spacing:12px;font-size:17px;margin-bottom:12px;opacity:.85}
.home-services .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:stretch}
.home-services .service-card{display:grid;grid-template-columns:minmax(0,48%) minmax(0,52%);min-height:300px;border-radius:26px;background:rgba(255,255,255,.96);border:1px solid rgba(121,54,45,.13);overflow:hidden;box-shadow:0 18px 45px rgba(75,31,25,.10);isolation:isolate;transform:translateZ(0)}
.home-services .service-card:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8);pointer-events:none;z-index:5}
.home-services .service-card:hover{transform:translateY(-8px);box-shadow:0 28px 68px rgba(75,31,25,.17)}
.home-services .service-image-wrap{height:auto;min-height:300px;aspect-ratio:auto;position:relative;background:#2b0714;overflow:hidden}
.home-services .service-image-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:none;transform:scale(1.001);transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .45s ease}
.home-services .service-card:hover .service-image-wrap img{transform:scale(1.055);filter:saturate(1.06) contrast(1.025)}
.home-services .service-image-wrap:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,transparent 58%,rgba(31,4,13,.16) 100%)}
.home-services .service-image-wrap:after{content:"";position:absolute;inset:auto 0 0;height:40%;z-index:1;background:linear-gradient(transparent,rgba(27,3,11,.52))}
.home-services .service-number{right:16px;top:15px;bottom:auto;min-width:42px;height:42px;padding:0 9px;border-radius:50px;display:grid;place-items:center;background:rgba(34,5,15,.7);backdrop-filter:blur(7px);border:1px solid rgba(255,229,155,.5);font-size:15px;color:#ffe8a5}
.home-services .service-astro-icon{left:17px;bottom:17px;width:50px;height:50px;background:linear-gradient(145deg,#fff8d9,#e5a239);border:2px solid rgba(255,255,255,.9);box-shadow:0 10px 25px rgba(0,0,0,.28);font-size:22px}
.home-services .service-copy{padding:30px 30px 28px!important;display:flex;flex-direction:column;justify-content:center;min-width:0;position:relative}
.home-services .service-copy:before{content:"✦";position:absolute;right:24px;top:20px;color:rgba(193,120,38,.22);font-size:30px;transform:rotate(18deg)}
.home-services .service-kicker{font-size:10px;letter-spacing:2.2px;color:#d46527;margin-bottom:6px}
.home-services .service-card h3{font-size:20px;line-height:1.28;min-height:0;margin:5px 0 10px;color:#6a102b}
.home-services .service-card p{font-size:13.5px;line-height:1.65;color:#6b5d61;min-height:0;margin:0 0 18px}
.home-services .service-card a{margin-top:auto;padding-top:14px;font-size:12px;letter-spacing:.25px;border-top:1px solid #eee0d8;align-items:center}
.home-services .service-card a span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff0d4;color:#b65325;transition:.3s}
.home-services .service-card:hover a span{transform:translateX(3px);background:#6a102b;color:#fff5cf}

@media(max-width:980px){
  .home-services .service-grid{grid-template-columns:1fr}
  .home-services .service-card{grid-template-columns:42% 58%;min-height:290px}
  .home-services .service-image-wrap{min-height:290px}
}
@media(max-width:620px){
  .home-services .section-head{margin-bottom:34px}
  .home-services .service-grid{gap:22px}
  .home-services .service-card{display:block;min-height:0;border-radius:22px}
  .home-services .service-image-wrap{min-height:0;height:auto;aspect-ratio:800/534}
  .home-services .service-image-wrap img{position:absolute;width:100%;height:100%;object-fit:cover}
  .home-services .service-copy{padding:23px 22px 21px!important}
  .home-services .service-card h3{font-size:19px}
  .home-services .service-card p{font-size:13.5px;margin-bottom:14px}
}

/* ===== Home Services V4: fixed 481×532 premium cards, full image visibility ===== */
.home-services .service-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 481px));
  justify-content:center;
  gap:30px;
}
.home-services .service-card{
  display:flex;
  flex-direction:column;
  width:100%;
  max-width:481px;
  height:532px;
  min-height:532px;
  border-radius:16px;
  border:1px solid rgba(106,16,43,.08);
  background:#fff;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(65,25,25,.08);
}
.home-services .service-card:before{
  box-shadow:none;
}
.home-services .service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 42px rgba(65,25,25,.13);
  border-color:rgba(204,123,53,.16);
}
.home-services .service-image-wrap{
  position:relative;
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:800/534;
  flex:0 0 auto;
  overflow:hidden;
  background:#f8efe6;
}
.home-services .service-image-wrap img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:none;
  filter:none;
}
.home-services .service-card:hover .service-image-wrap img{
  transform:scale(1.025);
  filter:saturate(1.03) contrast(1.01);
}
.home-services .service-image-wrap:before{
  background:none;
}
.home-services .service-image-wrap:after{
  height:28%;
  background:linear-gradient(transparent,rgba(28,4,12,.30));
}
.home-services .service-copy{
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  padding:18px 20px 17px!important;
}
.home-services .service-kicker{
  font-size:9px;
  letter-spacing:1.55px;
}
.home-services .service-card h3{
  font-size:19px;
  line-height:1.22;
  margin:5px 0 7px;
}
.home-services .service-card p{
  font-size:13px;
  line-height:1.52;
  margin:0 0 10px;
}
.home-services .service-card a{
  margin-top:auto;
  padding-top:10px;
  border-top:1px solid rgba(106,16,43,.07);
}
.home-services .service-astro-icon{
  width:40px;
  height:40px;
  left:13px;
  bottom:12px;
  border-width:2px;
  font-size:19px;
  box-shadow:0 6px 15px rgba(0,0,0,.16);
}
.home-services .service-number{
  right:14px;
  bottom:11px;
  font-size:19px;
}

@media (max-width:1040px){
  .home-services .service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .home-services .service-card{
    max-width:none;
  }
}
@media (max-width:760px){
  .home-services .service-grid{
    grid-template-columns:1fr;
    justify-items:center;
    gap:22px;
  }
  .home-services .service-card{
    max-width:481px;
    height:auto;
    min-height:0;
  }
  .home-services .service-copy{
    min-height:200px;
  }
}
@media (max-width:520px){
  .home-services .service-card{
    width:100%;
    max-width:100%;
    border-radius:14px;
  }
  .home-services .service-copy{
    min-height:190px;
    padding:16px 17px!important;
  }
}


/* ===== FINAL VISUAL POLISH V5 ===== */
/* top contact bar: clear premium icons */
.topbar{min-height:38px;align-items:center;padding:7px 4%;gap:34px;background:linear-gradient(90deg,#21040e 0%,#590719 35%,#8b2a1d 50%,#590719 65%,#21040e 100%);border-bottom:1px solid rgba(250,205,103,.26)}
.topbar a,.top-experience{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.top-icon{font-style:normal;width:22px;height:22px;display:inline-grid;place-items:center;border-radius:50%;background:rgba(255,224,143,.12);border:1px solid rgba(255,224,143,.34);color:#ffd978;font-size:11px;line-height:1;box-shadow:inset 0 0 10px rgba(255,211,99,.06)}
.top-contact a:hover .top-icon{background:#ffd978;color:#4d0a1c;transform:translateY(-1px)}

/* logo + nav slightly cleaner */
.brand-logo-only img{width:230px!important;height:66px!important;object-fit:contain!important;object-position:left center!important}
header{height:82px}
nav>a,.dropbtn{font-size:11.5px;letter-spacing:.55px}

/* About block: stop heading from looking cramped/cut */
.about-split{grid-template-columns:minmax(390px,.92fr) minmax(0,1.08fr);gap:62px}
.about-split>div:last-child{min-width:0;padding:12px 0}
.about-split h2{font-size:clamp(31px,3.1vw,43px)!important;line-height:1.13!important;letter-spacing:-.45px;margin:10px 0 18px!important;max-width:650px}
.about-split p{font-size:15px;line-height:1.78;color:#55454a}
.guru-visual{min-height:500px}

/* Home services: image first, less frame, full 800x534 visible */
.home-services .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:stretch}
.home-services .service-card{width:100%!important;max-width:none!important;height:auto!important;min-height:505px!important;border-radius:14px!important;border:1px solid rgba(91,9,33,.07)!important;box-shadow:0 12px 30px rgba(55,20,22,.08)!important;background:#fff!important;overflow:hidden!important}
.home-services .service-card:before{display:none!important}
.home-services .service-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 44px rgba(55,20,22,.13)!important}
.home-services .service-image-wrap{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:800/534!important;background:#f8f1e8!important;overflow:hidden!important;border:0!important;border-radius:0!important}
.home-services .service-image-wrap img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#f8f1e8!important;transform:none!important;filter:none!important}
.home-services .service-card:hover .service-image-wrap img{transform:scale(1.012)!important;filter:none!important}
.home-services .service-image-wrap:before{display:none!important}
.home-services .service-image-wrap:after{height:22%!important;background:linear-gradient(transparent,rgba(37,4,13,.25))!important}
.home-services .service-copy{padding:18px 18px 16px!important;min-height:224px!important}
.home-services .service-card h3{font-size:17px!important;line-height:1.25!important;margin:5px 0 8px!important;min-height:42px!important}
.home-services .service-card p{font-size:12.5px!important;line-height:1.55!important;margin-bottom:12px!important;min-height:58px!important}
.home-services .service-card a{font-size:11px!important;padding-top:9px!important}
.home-services .service-astro-icon{width:34px!important;height:34px!important;left:11px!important;bottom:10px!important;border:1px solid rgba(255,255,255,.9)!important;background:rgba(255,247,222,.94)!important;color:#6a102b!important;font-size:16px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}
.home-services .service-number{right:11px!important;bottom:9px!important;font-size:16px!important}

/* Inner service image: no thick orange frame, full image visible */
.service-detail-top{padding:48px 0!important;background:linear-gradient(180deg,#fffaf2 0%,#fffdf9 100%)!important}
.service-detail-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:32px!important}
.service-feature-image{padding:4px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(91,9,33,.09)!important;box-shadow:0 14px 34px rgba(65,25,25,.10)!important;overflow:hidden!important}
.service-feature-image:before{left:12px!important;top:12px!important;width:44px!important;height:44px!important;font-size:18px!important;border-width:1px!important}
.service-feature-image img{width:100%!important;height:auto!important;aspect-ratio:800/534!important;object-fit:contain!important;object-position:center!important;border-radius:14px!important;background:#f8f1e8!important}
.image-seal{right:12px!important;bottom:12px!important;width:78px!important;height:78px!important;border-width:2px!important;font-size:12px!important}
.image-seal small{font-size:8px!important}
.service-intro-card{padding:30px!important;border-radius:20px!important;box-shadow:0 12px 34px rgba(65,25,25,.08)!important}
.service-intro-card h2{font-size:clamp(26px,3vw,36px)!important;line-height:1.18!important}
.article{max-width:960px!important}
.article h2{margin-top:34px!important}
.process div{border-radius:14px!important;box-shadow:0 8px 20px rgba(60,20,20,.05)}

/* Reviews: high contrast, elegant, clearly readable */
.reviews-shell{max-width:980px!important;padding:34px!important;border-radius:28px!important;background:linear-gradient(135deg,#330813,#620d29)!important;border:1px solid rgba(245,207,120,.28)!important;box-shadow:0 24px 60px rgba(58,8,24,.22)!important}
.review{background:linear-gradient(180deg,#fffefa,#fff8ed)!important;color:#2a1119!important;border:1px solid rgba(246,198,91,.38)!important;border-radius:22px!important;padding:34px 42px!important;box-shadow:none!important;min-height:330px!important;align-content:center}
.review.active{display:grid!important}
.review img{width:86px!important;height:86px!important;border:4px solid #f5cf72!important;box-shadow:0 9px 28px rgba(68,15,25,.16)!important}
.review .stars{color:#e99f00!important;letter-spacing:2px}
.review h3{color:#64112b!important;font-size:22px!important;margin:6px 0 0!important}
.review small{color:#b65d35!important;font-size:13px!important}
.review p{color:#4d3a40!important;font-size:15px!important;line-height:1.75!important;max-width:760px!important;margin:14px auto 0!important;font-weight:500!important}
.review-dots{position:relative;z-index:3;margin-top:16px!important}
.review-dots button{width:9px!important;height:9px!important;background:#d9bac3!important}
.review-dots button.active{background:#ff7a24!important}

/* Trust cards/feature icons clearer */
.premium-icon{border:1px solid rgba(239,176,57,.34)!important;box-shadow:0 8px 20px rgba(132,67,21,.10)!important}
.feature,.trust-card{border-color:rgba(91,9,33,.08)!important;box-shadow:0 12px 32px rgba(64,20,24,.07)!important}

/* Footer: unique premium icons per link group */
.footer-grid a{position:relative;padding-left:24px!important;margin:9px 0!important;line-height:1.45}
.footer-grid a:before{position:absolute;left:0;top:1px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;color:#f4c75e;font-size:10px;border:1px solid rgba(244,199,94,.28);background:rgba(244,199,94,.05)}
.footer-grid>div:nth-child(2) a:nth-of-type(1):before{content:'✦'}
.footer-grid>div:nth-child(2) a:nth-of-type(2):before{content:'★'}
.footer-grid>div:nth-child(2) a:nth-of-type(3):before{content:'⌖'}
.footer-grid>div:nth-child(2) a:nth-of-type(4):before{content:'✉'}
.footer-grid>div:nth-child(3) a:nth-of-type(1):before{content:'♡'}
.footer-grid>div:nth-child(3) a:nth-of-type(2):before{content:'⚭'}
.footer-grid>div:nth-child(3) a:nth-of-type(3):before{content:'⌂'}
.footer-grid>div:nth-child(3) a:nth-of-type(4):before{content:'♃'}
.footer-grid>div:nth-child(3) a:nth-of-type(5):before{content:'✧'}
.footer-grid>div:nth-child(3) a:nth-of-type(6):before{content:'☾'}
.footer-grid>div:nth-child(3) a:nth-of-type(7):before{content:'✋'}
.footer-grid>div:nth-child(3) a:nth-of-type(8):before{content:'✵'}
.footer-grid>div:nth-child(3) a:nth-of-type(9):before{content:'◌'}
.footer-grid>div:nth-child(3) a:nth-of-type(10):before{content:'☿'}
.footer-grid>div:nth-child(4) a:nth-of-type(1):before{content:'☎'}
.footer-grid>div:nth-child(4) a:nth-of-type(2):before{content:'✉'}
.footer-grid>div:nth-child(4) a:nth-of-type(3):before{content:'⌂'}
.footer-grid a:hover:before{background:#f4c75e;color:#3d0818}
.footer-grid p{color:#e7cbc0}
.footer-grid h3{font-size:16px;letter-spacing:.5px}

/* Floating action buttons */
.float{width:52px!important;height:52px!important;border:2px solid rgba(255,255,255,.85)!important;font-size:17px!important}
.float.call span,.float.whatsapp span{display:grid;place-items:center;width:100%;height:100%}
.float.call{background:linear-gradient(145deg,#ff8a27,#e95513)!important}
.float.whatsapp{background:linear-gradient(145deg,#25d366,#109a45)!important;font-size:14px!important}
.float:hover{transform:translateY(-3px) scale(1.04)}

/* reduce empty-looking vertical areas */
section{padding-top:66px;padding-bottom:66px}
.home-services{padding-top:64px!important;padding-bottom:70px!important}
.inner-hero{min-height:390px!important}
.inner-hero .hero-copy{padding:60px 0!important}

@media(max-width:980px){
 .topbar{gap:16px;justify-content:center;flex-wrap:wrap}.top-contact{justify-content:center}
 .about-split{grid-template-columns:1fr!important;gap:28px!important}.guru-visual{min-height:440px}
 .home-services .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .service-detail-grid{grid-template-columns:1fr!important;max-width:760px;margin:auto}
 .service-feature-image img{aspect-ratio:800/534!important}
}
@media(max-width:620px){
 .topbar{font-size:10px;gap:7px;padding:6px 10px}.top-contact{gap:8px}.top-icon{width:18px;height:18px;font-size:9px}
 .top-contact a:last-child{display:none}
 .brand-logo-only img{width:190px!important;height:58px!important}
 .about-split h2{font-size:29px!important}.guru-visual{min-height:390px}
 .home-services .service-grid{grid-template-columns:1fr!important}.home-services .service-card{min-height:0!important;max-width:481px!important;margin:auto}.home-services .service-copy{min-height:190px!important}
 .review{padding:28px 18px!important;min-height:350px!important}.review p{font-size:13.5px!important}.reviews-shell{padding:18px!important}
 .service-feature-image{padding:3px!important}.image-seal{width:66px!important;height:66px!important}
 .footer-grid a{padding-left:23px!important}
}
/* Preserve requested 481×532 desktop service-card size */
@media(min-width:981px){
  .home-services .service-grid{grid-template-columns:repeat(2,481px)!important;justify-content:center!important;gap:26px!important}
  .home-services .service-card{width:481px!important;max-width:481px!important;height:532px!important;min-height:532px!important}
  .home-services .service-copy{min-height:0!important;flex:1 1 auto!important;padding:15px 18px 14px!important}
  .home-services .service-card h3{min-height:0!important;font-size:18px!important}
  .home-services .service-card p{min-height:0!important;font-size:12.5px!important;line-height:1.5!important;margin-bottom:8px!important}
}


/* ===== V6 VERIFIED VISUAL FIXES ===== */
:root{--card-border:rgba(95,18,39,.09)}
/* top contact bar: icons must be unmistakably visible */
.topbar{min-height:46px!important;padding:7px 4%!important;justify-content:space-between!important;gap:20px!important;background:#2a0611!important;border-bottom:1px solid rgba(247,202,100,.28)!important}
.top-experience,.top-link{display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:12px!important;font-weight:700!important;letter-spacing:.15px!important;color:#fff2d2!important}
.top-experience{color:#f6cc69!important}
.top-contact{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important}
.top-icon{width:27px!important;height:27px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:linear-gradient(145deg,#f8d273,#e37b28)!important;box-shadow:0 4px 14px rgba(239,145,50,.24)!important;flex:0 0 27px!important}
.top-icon svg{width:14px!important;height:14px!important;fill:none!important;stroke:#3b0817!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.top-icon svg path:first-child:not(:only-child){fill:none!important}
.top-whatsapp .top-icon{background:linear-gradient(145deg,#35d777,#16a955)!important}
.top-whatsapp .top-icon svg{stroke:white!important}
.brand-logo-only img{width:218px!important;height:68px!important;object-fit:contain!important;filter:drop-shadow(0 3px 10px rgba(246,198,91,.2))!important}
header{height:82px!important}

/* About: keep title/content fully readable */
.about-split{grid-template-columns:minmax(380px,.92fr) minmax(0,1.08fr)!important;gap:70px!important;align-items:center!important}
.about-split>div:last-child{padding:18px 0!important;overflow:visible!important}
.about-split h2{display:block!important;max-width:720px!important;font-size:clamp(32px,3vw,44px)!important;line-height:1.16!important;letter-spacing:-.35px!important;margin:12px 0 18px!important;overflow:visible!important;text-wrap:balance!important}
.about-split .eyebrow{margin-bottom:2px!important}
.about-split p{max-width:720px!important;color:#4e3d43!important;font-size:15px!important;line-height:1.78!important}
.tick-list{gap:8px!important}

/* HOME SERVICES: exact 481x532 IMAGE assets, not 481x532 cards. No thick frame. */
.home-services{background:linear-gradient(180deg,#fffaf0 0%,#fffdf8 100%)!important}
.home-services .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important;justify-content:stretch!important}
.home-services .service-card{width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;background:#fff!important;border:1px solid var(--card-border)!important;border-radius:16px!important;box-shadow:0 12px 28px rgba(45,8,18,.07)!important;overflow:hidden!important;color:#2a1018!important}
.home-services .service-card:hover{transform:translateY(-6px)!important;box-shadow:0 22px 42px rgba(63,11,26,.12)!important}
.home-services .service-image-wrap{position:relative!important;width:100%!important;height:auto!important;aspect-ratio:481/532!important;padding:0!important;margin:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#3b0a18!important}
.home-services .service-image-wrap img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;transform:none!important}
.home-services .service-image-wrap:before{display:none!important}
.home-services .service-image-wrap:after{content:''!important;display:block!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:18%!important;background:linear-gradient(transparent,rgba(31,4,13,.58))!important;pointer-events:none!important}
.home-services .service-astro-icon{position:absolute!important;left:14px!important;bottom:13px!important;width:40px!important;height:40px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:linear-gradient(145deg,#ffe9a5,#f1bc4c)!important;color:#5b0b25!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 6px 16px rgba(0,0,0,.18)!important;font-size:18px!important;z-index:2!important}
.home-services .service-number{position:absolute!important;right:15px!important;bottom:15px!important;color:#fff6d6!important;font-family:Cinzel,serif!important;font-size:18px!important;z-index:2!important;text-shadow:0 2px 8px #21050d!important}
.home-services .service-copy{padding:20px 20px 19px!important;min-height:190px!important;background:#fff!important;color:#2a1018!important}
.home-services .service-kicker{color:#db6a2a!important;font-size:10px!important;letter-spacing:1.25px!important}
.home-services .service-card h3{color:#65152f!important;font-size:18px!important;line-height:1.28!important;margin:6px 0 8px!important;min-height:0!important}
.home-services .service-card p{color:#5b4a50!important;font-size:13px!important;line-height:1.6!important;min-height:62px!important;margin:0 0 12px!important}
.home-services .service-card a{color:#6b102c!important;font-size:12px!important;font-weight:800!important;border-top:1px solid rgba(91,9,33,.08)!important;padding-top:10px!important;display:flex!important;justify-content:space-between!important}

/* Inner service hero image: exact portrait, almost no border */
.service-detail-grid{grid-template-columns:minmax(320px,481px) minmax(0,1fr)!important;gap:44px!important;align-items:center!important}
.service-feature-image{width:100%!important;max-width:481px!important;padding:0!important;border-radius:18px!important;background:transparent!important;border:1px solid rgba(91,9,33,.07)!important;box-shadow:0 16px 36px rgba(60,12,25,.11)!important;overflow:hidden!important}
.service-feature-image img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:481/532!important;object-fit:cover!important;border:0!important;border-radius:17px!important;background:#3b0a18!important}
.service-feature-image:before{width:40px!important;height:40px!important;left:12px!important;top:12px!important;border:0!important;background:#5a0b24!important;color:#f7cb69!important}
.image-seal{right:13px!important;bottom:13px!important;background:rgba(255,250,237,.94)!important;border:1px solid rgba(238,178,66,.55)!important;width:72px!important;height:72px!important}
.service-intro-card{border:1px solid rgba(91,9,33,.07)!important;box-shadow:0 14px 34px rgba(53,10,21,.08)!important}

/* Reviews: no oversized empty white slider. Three readable premium cards */
.reviews-shell{max-width:1120px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.review-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:22px!important}
.review.review-card{display:block!important;position:relative!important;min-height:330px!important;padding:30px 26px 27px!important;text-align:left!important;background:linear-gradient(160deg,#3b0818 0%,#6b1330 100%)!important;border:1px solid rgba(245,204,105,.32)!important;border-radius:20px!important;box-shadow:0 16px 34px rgba(52,9,23,.14)!important;color:white!important;overflow:hidden!important}
.review.review-card:before{content:'';position:absolute;inset:8px;border:1px solid rgba(255,224,151,.12);border-radius:15px;pointer-events:none}
.review-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ffe6a0,#f0b845);color:#520a22;font-family:Cinzel,serif;font-weight:800;font-size:18px;box-shadow:0 8px 20px rgba(0,0,0,.18);margin-bottom:12px}
.review.review-card .stars{color:#f8ca56!important;font-size:18px!important;letter-spacing:1px!important}
.review.review-card h3{color:#fff0c7!important;font-size:20px!important;margin:7px 0 0!important}
.review.review-card small{color:#f0b98f!important;font-size:12px!important;font-weight:700!important}
.review.review-card p{color:#fff8ef!important;font-size:14px!important;line-height:1.75!important;margin:18px 0 0!important;font-weight:500!important;max-width:none!important}
.quote-mark{position:absolute;right:19px;top:6px;font-family:Georgia,serif;font-size:82px;line-height:1;color:rgba(250,206,104,.18)}
.review-cta{text-align:center;margin-top:26px}

/* Feature / trust icons */
.premium-icon{width:46px!important;height:46px!important;border-radius:14px!important;background:linear-gradient(145deg,#fff2bf,#f5ca63)!important;color:#65122d!important;border:0!important}
.premium-icon svg{width:23px!important;height:23px!important;stroke:#65122d!important;stroke-width:1.55!important}
.trust-card{display:grid!important;grid-template-columns:50px 1fr!important;gap:14px!important;align-items:center!important;padding:22px!important;border-radius:16px!important}
.trust-card strong{font-size:25px!important}

/* Footer link icons: larger, clear, premium */
.footer-grid{grid-template-columns:1.35fr .8fr 1.12fr 1fr!important;gap:42px!important}
.footer-grid a{position:relative!important;padding-left:31px!important;margin:10px 0!important;color:#f7dfd2!important}
.footer-grid a:before{width:22px!important;height:22px!important;top:-1px!important;border-radius:7px!important;background:rgba(247,203,102,.10)!important;border:1px solid rgba(247,203,102,.32)!important;color:#f8cd68!important;font-size:11px!important;box-shadow:inset 0 0 12px rgba(247,203,102,.04)!important}
.footer-grid>div:nth-child(2) a:nth-of-type(1):before{content:'✦'!important}.footer-grid>div:nth-child(2) a:nth-of-type(2):before{content:'★'!important}.footer-grid>div:nth-child(2) a:nth-of-type(3):before{content:'⌖'!important}.footer-grid>div:nth-child(2) a:nth-of-type(4):before{content:'✉'!important}
.footer-grid>div:nth-child(3) a:nth-of-type(1):before{content:'♥'!important}.footer-grid>div:nth-child(3) a:nth-of-type(2):before{content:'⚭'!important}.footer-grid>div:nth-child(3) a:nth-of-type(3):before{content:'⌂'!important}.footer-grid>div:nth-child(3) a:nth-of-type(4):before{content:'♃'!important}.footer-grid>div:nth-child(3) a:nth-of-type(5):before{content:'✧'!important}.footer-grid>div:nth-child(3) a:nth-of-type(6):before{content:'☾'!important}.footer-grid>div:nth-child(3) a:nth-of-type(7):before{content:'✋'!important}.footer-grid>div:nth-child(3) a:nth-of-type(8):before{content:'✵'!important}.footer-grid>div:nth-child(3) a:nth-of-type(9):before{content:'◌'!important}.footer-grid>div:nth-child(3) a:nth-of-type(10):before{content:'☿'!important}
.footer-grid>div:nth-child(4) a:nth-of-type(1):before{content:'☎'!important}.footer-grid>div:nth-child(4) a:nth-of-type(2):before{content:'✉'!important}.footer-grid>div:nth-child(4) a:nth-of-type(3):before{content:'⌂'!important}
.footer-logo-only img{width:210px!important;height:auto!important}

/* floating action buttons with real svg-like visual hierarchy */
.float{width:52px!important;height:52px!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:0 10px 25px rgba(38,4,14,.24)!important}
.float.call span{font-size:20px!important}.float.whatsapp span{font-size:13px!important;letter-spacing:.3px!important}

@media(max-width:1080px){
 .home-services .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .review-grid{grid-template-columns:1fr 1fr!important}.review-grid .review-card:last-child{grid-column:1/-1!important}
 .topbar{justify-content:center!important;flex-wrap:wrap!important}.top-contact{justify-content:center!important}
}
@media(max-width:700px){
 .topbar{min-height:42px!important}.top-link span{display:none!important}.top-experience{font-size:10px!important}.top-icon{width:26px!important;height:26px!important}
 .brand-logo-only img{width:180px!important;height:58px!important}
 .about-split{grid-template-columns:1fr!important;gap:30px!important}.about-split h2{font-size:30px!important}
 .home-services .service-grid{grid-template-columns:1fr!important;gap:20px!important}.home-services .service-card{max-width:481px!important;margin:auto!important}.home-services .service-copy{min-height:0!important}
 .review-grid{grid-template-columns:1fr!important}.review-grid .review-card:last-child{grid-column:auto!important}
 .service-detail-grid{grid-template-columns:1fr!important}.service-feature-image{margin:auto!important}
 .footer-grid{grid-template-columns:1fr!important;gap:25px!important}
}

.float svg{width:23px;height:23px;fill:none;stroke:white;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.float.whatsapp svg{width:25px;height:25px}


/* ===== V7 PRECISE USER FIXES ===== */
/* Strong, readable highlighted labels everywhere */
.eyebrow,
.section-head .eyebrow,
.astrology-trust-band .eyebrow{
  color:#9b5b12!important;
  font-weight:900!important;
  letter-spacing:2.2px!important;
  opacity:1!important;
  text-shadow:none!important;
}
.cream .eyebrow,.home-services .eyebrow{color:#a56517!important}
.astrology-trust-band .eyebrow{color:#ffd77a!important}

/* HOME SERVICES — full original image, zero image border, no numeric 01–10 badges */
.home-services .service-number{display:none!important}
.home-services .service-grid{gap:26px!important;align-items:start!important}
.home-services .service-card{
  width:100%!important;
  max-width:481px!important;
  height:auto!important;
  min-height:0!important;
  border:0!important;
  border-radius:15px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(56,10,24,.09)!important;
}
.home-services .service-image-wrap{
  width:100%!important;
  height:auto!important;
  aspect-ratio:800/534!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  overflow:hidden!important;
}
.home-services .service-image-wrap:before,
.home-services .service-image-wrap:after{display:none!important}
.home-services .service-image-wrap img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  transform:none!important;
  filter:none!important;
  background:#f7efe8!important;
}
.home-services .service-card:hover .service-image-wrap img{transform:scale(1.015)!important}
.home-services .service-astro-icon{
  left:14px!important;bottom:12px!important;right:auto!important;
  width:42px!important;height:42px!important;border-radius:50%!important;
  border:1px solid rgba(255,255,255,.72)!important;
  background:linear-gradient(145deg,#ffe69d,#f1b945)!important;
  color:#64122e!important;box-shadow:0 8px 18px rgba(38,6,16,.17)!important;
}
.home-services .service-copy{padding:22px 22px 20px!important;min-height:0!important}
.home-services .service-card h3{font-size:19px!important;line-height:1.25!important}
.home-services .service-card p{font-size:13px!important;line-height:1.62!important;min-height:0!important;color:#514248!important}
.home-services .service-kicker{color:#b66819!important;font-weight:900!important;opacity:1!important}

/* HOME REVIEWS — real person photos + strong text contrast */
.review.review-card{min-height:350px!important;background:linear-gradient(145deg,#470916 0%,#741634 100%)!important}
.review.review-card .review-photo{
  width:76px!important;height:76px!important;object-fit:cover!important;object-position:center 35%!important;
  border-radius:50%!important;border:4px solid #f7cf68!important;
  box-shadow:0 9px 24px rgba(0,0,0,.22)!important;margin:0 0 13px!important;display:block!important;
}
.review.review-card h3{color:#fff1c9!important;opacity:1!important}
.review.review-card small{color:#ffc990!important;opacity:1!important}
.review.review-card p{color:#fffaf4!important;opacity:1!important;font-weight:600!important}
.review.review-card .stars{color:#ffd04e!important;opacity:1!important}
.quote-mark{color:rgba(255,210,110,.20)!important}

/* Also keep client review page portraits reliably local and visible */
.review img{object-fit:cover!important;object-position:center 34%!important}

/* WHY PEOPLE CHOOSE US — premium highlighted kicker, less empty/simple */
section:has(.feature-grid){position:relative;overflow:hidden;background:
 radial-gradient(circle at 15% 20%,rgba(238,184,63,.11),transparent 24%),
 radial-gradient(circle at 85% 78%,rgba(109,15,47,.07),transparent 28%),#fffaf2!important}
section:has(.feature-grid) .section-head{max-width:900px!important;margin-bottom:40px!important}
section:has(.feature-grid) .section-head .eyebrow{
 display:inline-flex!important;align-items:center!important;gap:10px!important;
 padding:9px 18px!important;border:1px solid rgba(176,105,19,.25)!important;border-radius:999px!important;
 background:linear-gradient(180deg,#fff8df,#fff0c1)!important;color:#92550f!important;
 box-shadow:0 8px 24px rgba(152,91,16,.08)!important;
}
section:has(.feature-grid) .section-head .eyebrow:before,
section:has(.feature-grid) .section-head .eyebrow:after{content:'✦';font-size:11px;color:#d49020}
section:has(.feature-grid) .section-head h2{font-size:clamp(32px,4vw,58px)!important;line-height:1.06!important}
.feature-grid{position:relative;gap:22px!important;padding-bottom:12px!important}
.feature-grid:before{content:'☾  ✦  ☉  ✧  ♃';position:absolute;left:50%;top:-31px;transform:translateX(-50%);color:rgba(112,16,47,.18);font-size:18px;letter-spacing:18px;white-space:nowrap}
.feature{
 border:1px solid rgba(118,20,50,.08)!important;border-radius:22px!important;
 background:linear-gradient(160deg,#fff 0%,#fff8ea 100%)!important;
 box-shadow:0 16px 38px rgba(73,17,30,.08)!important;padding:31px 28px!important;
}
.feature:hover{transform:translateY(-7px)!important;box-shadow:0 24px 46px rgba(73,17,30,.12)!important}
.feature .premium-icon{width:58px!important;height:58px!important;background:linear-gradient(145deg,#fff1ba,#eeb746)!important;box-shadow:0 10px 25px rgba(184,116,20,.20)!important}
.feature h3{font-size:20px!important;color:#61132c!important}
.feature p{font-size:14px!important;line-height:1.7!important;color:#5b4b50!important}

/* TRUST BAND — richer astrology treatment */
.astrology-trust-band{
  position:relative!important;overflow:hidden!important;
  background:linear-gradient(115deg,#26040d 0%,#4a0718 46%,#680d2c 100%)!important;
  border-top:1px solid rgba(255,213,116,.22)!important;border-bottom:1px solid rgba(255,213,116,.18)!important;
}
.astrology-trust-band:before{
 content:'';position:absolute;width:620px;height:620px;border:1px solid rgba(240,193,83,.09);border-radius:50%;left:-260px;top:-250px;
 box-shadow:0 0 0 55px rgba(240,193,83,.025),0 0 0 110px rgba(240,193,83,.018);
 animation:trustSpin 28s linear infinite;
}
.astrology-trust-band:after{content:'✦  ☾  ☉  ♃  ♀  ☿  ♄  ✧';position:absolute;right:-30px;bottom:18px;color:rgba(255,213,116,.08);font-size:28px;letter-spacing:25px;white-space:nowrap}
@keyframes trustSpin{to{transform:rotate(360deg)}}
.trust-band-grid{grid-template-columns:180px minmax(0,1.3fr) minmax(300px,.8fr)!important;gap:44px!important;align-items:center!important;padding-top:58px!important;padding-bottom:58px!important}
.celestial-seal{position:relative!important;width:154px!important;height:154px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:radial-gradient(circle,#7e1737 0 31%,#3c0817 32% 55%,transparent 56%)!important;border:1px solid rgba(255,213,116,.42)!important;box-shadow:0 0 0 10px rgba(255,213,116,.04),0 18px 40px rgba(0,0,0,.23)!important}
.celestial-core{position:relative;z-index:4;font-size:46px;color:#ffd367;text-shadow:0 0 20px rgba(255,202,82,.28)}
.celestial-orbit{position:absolute;inset:9px;border:1px dashed rgba(255,216,124,.32);border-radius:50%;display:flex;align-items:flex-start;justify-content:center;color:#ffd36b;font-size:12px;letter-spacing:4px;padding-top:4px;white-space:nowrap;animation:trustOrbit 18s linear infinite}
.celestial-orbit.orbit-two{inset:24px;animation-direction:reverse;animation-duration:12s;color:#f1a950}
@keyframes trustOrbit{to{transform:rotate(360deg)}}
.astrology-trust-band h2{font-size:clamp(31px,3.5vw,52px)!important;line-height:1.08!important;color:#fff0c8!important;margin:10px 0 16px!important}
.astrology-trust-band p{color:#f8ded4!important;font-size:16px!important;line-height:1.75!important;max-width:820px!important}
.trust-badges{display:grid!important;gap:12px!important}
.trust-badges span{position:relative!important;padding:16px 18px 16px 54px!important;border:1px solid rgba(249,205,99,.35)!important;border-radius:16px!important;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.025))!important;color:#fff8e7!important;font-weight:800!important;box-shadow:inset 0 1px rgba(255,255,255,.06)!important;transition:.25s ease!important}
.trust-badges span:before{content:attr(data-icon);position:absolute;left:14px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ffd977,#e9a936);color:#5b0c27;box-shadow:0 5px 14px rgba(0,0,0,.16)}
.trust-badges span:hover{transform:translateX(6px)!important;border-color:rgba(255,215,117,.65)!important;background:rgba(255,255,255,.10)!important}

/* Footer exact copyright and visible link */
.footer-bottom{color:#e8cfc5!important}
.footer-bottom a{color:#f7cc65!important;font-weight:800!important;text-decoration:none!important}
.footer-bottom a:hover{text-decoration:underline!important}

@media(max-width:980px){
 .trust-band-grid{grid-template-columns:130px 1fr!important}.trust-badges{grid-column:1/-1!important;grid-template-columns:1fr 1fr!important}.celestial-seal{width:120px!important;height:120px!important}
}
@media(max-width:720px){
 .home-services .service-card{max-width:481px!important}
 .trust-band-grid{grid-template-columns:1fr!important;text-align:center!important}.celestial-seal{margin:auto!important}.trust-badges{grid-template-columns:1fr!important}.astrology-trust-band p{margin-left:auto!important;margin-right:auto!important}
 section:has(.feature-grid) .section-head h2{font-size:34px!important}
}
\n\n/* ===== V8 INNER SERVICE IMAGE FIX ===== */
/* User requested: full service image, no frame/border, no badge/number. */
.service-detail-grid{
  grid-template-columns:minmax(0,560px) minmax(0,1fr)!important;
  gap:52px!important;
  align-items:center!important;
}
.service-feature-image{
  width:100%!important;
  max-width:560px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:16px!important;
  box-shadow:0 16px 38px rgba(54,10,23,.12)!important;
  overflow:hidden!important;
}
.service-feature-image:before,
.service-feature-image:after{
  content:none!important;
  display:none!important;
}
.service-feature-image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  outline:0!important;
  border-radius:16px!important;
  background:transparent!important;
}
.service-feature-image .image-seal,
.service-feature-image .service-number{display:none!important}
@media(max-width:980px){
  .service-detail-grid{grid-template-columns:1fr!important;gap:30px!important}
  .service-feature-image{max-width:800px!important;margin:0 auto!important}
}
@media(max-width:620px){
  .service-feature-image{border-radius:12px!important;box-shadow:0 10px 24px rgba(54,10,23,.10)!important}
  .service-feature-image img{border-radius:12px!important}
}


/* ===== V9: service-page content, visual separation & related excerpts ===== */
.service-detail-grid{align-items:stretch!important}
.service-feature-image{align-self:stretch!important;display:flex!important;align-items:center!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:18px!important;overflow:hidden!important}
.service-feature-image img{width:100%!important;height:100%!important;min-height:340px!important;aspect-ratio:800/534!important;object-fit:contain!important;object-position:center!important;border:0!important;border-radius:16px!important;background:#fff8ef!important}
.service-feature-image:before,.service-feature-image:after,.image-seal{display:none!important}
.service-intro-card{align-self:stretch!important;min-height:100%!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:clamp(34px,4vw,58px)!important;border:1px solid rgba(103,22,44,.10)!important;border-radius:22px!important;background:linear-gradient(145deg,#fff 0%,#fffaf2 100%)!important;box-shadow:0 18px 44px rgba(67,24,34,.08)!important;position:relative!important;overflow:hidden!important}
.service-intro-card:after{content:"✦";position:absolute;right:24px;bottom:16px;color:rgba(220,154,51,.18);font-size:58px;line-height:1}
.service-intro-card p{font-size:16px!important;line-height:1.85!important;max-width:720px!important}
.service-intro-card .mini-trust{margin-top:28px!important}
.service-section-divider{max-width:1180px;margin:0 auto;padding:5px 28px 12px;display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center}
.service-section-divider span{height:1px;background:linear-gradient(90deg,transparent,rgba(105,11,41,.45))}
.service-section-divider span:last-child{background:linear-gradient(90deg,rgba(105,11,41,.45),transparent)}
.service-section-divider b{font-size:20px;color:#d9922f;font-weight:400;animation:serviceStarPulse 2.5s ease-in-out infinite}
@keyframes serviceStarPulse{50%{transform:rotate(45deg) scale(1.18);opacity:.65}}
.article{max-width:980px!important;padding-top:34px!important}
.article .article-lead{font-size:18px!important;line-height:1.9!important;color:#423239!important;padding:24px 28px!important;background:linear-gradient(135deg,#fff8ea,#fff)!important;border-left:4px solid #d9922f!important;border-radius:0 18px 18px 0!important;box-shadow:0 8px 28px rgba(81,30,37,.05)!important;margin-bottom:34px!important}
.article h2{position:relative;padding-bottom:12px;margin-top:48px!important}
.article h2:after{content:"";display:block;width:78px;height:2px;margin-top:10px;background:linear-gradient(90deg,#f0b63d,#7c1533,transparent);border-radius:4px}
.article p{font-size:16px!important;line-height:1.86!important;color:#4c3d42!important}
.service-content-rule{display:flex;align-items:center;gap:14px;margin:50px 0 12px}
.service-content-rule:before,.service-content-rule:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,transparent,#d8b166)}
.service-content-rule:after{background:linear-gradient(90deg,#d8b166,transparent)}
.service-content-rule span{color:#d48e27;font-size:21px}
.process div{border-top:3px solid #edb64c!important;background:linear-gradient(180deg,#fff,#fffaf2)!important}
.related-card div{padding:22px!important;display:flex;flex-direction:column;min-height:220px}
.related-card h3{min-height:auto!important;margin-bottom:10px!important}
.related-excerpt{color:#625158!important;font-size:14px!important;line-height:1.65!important;margin:0 0 18px!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.related-card a{margin-top:auto!important}
.related-card img{height:200px!important;object-fit:cover!important}
@media(max-width:980px){.service-feature-image img{height:auto!important;min-height:0!important}.service-intro-card{min-height:0!important}.article{padding-top:20px!important}}
@media(max-width:620px){.service-section-divider{padding-left:18px;padding-right:18px}.article .article-lead{font-size:16px!important;padding:20px!important}.article p{font-size:15.5px!important}.service-intro-card{padding:28px 24px!important}.related-card div{min-height:0}}
