:root{--cream:#FAF7F2;--warm-white:#FDF9F4;--gold:#C9A84C;--gold-light:#E8D5A3;--gold-dark:#A07830;--charcoal:#1C1A17;--text:#3D3830;--muted:#7A736A;--border:#E8E0D4;--red-accent:#B85C4A;--green-accent:#5A8A6A;--indigo:#3D4A7A}.home-v2{font-family:var(--font-dm-sans,"DM Sans",sans-serif);background:var(--cream);color:var(--text);overflow-x:clip;line-height:1.6}.home-v2 .hero-v2{min-height:100vh;padding:80px 5% 60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:radial-gradient(ellipse 70% 60% at 85% 40%,rgba(201,168,76,.09) 0,transparent 65%),radial-gradient(ellipse 40% 50% at 5% 75%,rgba(61,74,122,.06) 0,transparent 55%),var(--warm-white);position:relative;overflow:hidden}.home-v2 .hero-v2:before{content:"";position:absolute;top:0;right:0;width:52%;height:100%;background:linear-gradient(145deg,rgba(201,168,76,.03),rgba(201,168,76,.11));clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);pointer-events:none}.home-v2 .hero-v2:after{content:"नीरली";position:absolute;bottom:-20px;right:3%;font-family:var(--font-cormorant,"Cormorant Garamond",serif);font-size:11rem;font-weight:600;color:rgba(201,168,76,.05);letter-spacing:.1em;pointer-events:none;line-height:1}@media (max-width:768px){.home-v2 .hero-v2:after{display:none}}.home-v2 .hero-text{position:relative;z-index:2}.home-v2 .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(201,168,76,.12);border:1px solid rgba(201,168,76,.3);padding:5px 14px;border-radius:20px;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:24px}.home-v2 .hero-eyebrow:before{content:"✦";font-size:.6rem}.home-v2 .hero-title{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:clamp(2.8rem,5vw,4.4rem);font-weight:300;line-height:1.08;color:var(--charcoal);margin-bottom:20px}.home-v2 .hero-title em{font-style:italic;color:var(--gold-dark)}.home-v2 .hero-title strong{font-weight:600;display:block}.home-v2 .hero-subtext{font-size:1rem;color:var(--muted);line-height:1.75;max-width:460px;margin-bottom:32px}.home-v2 .hero-subtext strong{color:var(--charcoal);font-weight:500}.home-v2 .hero-stats{display:flex;gap:36px;margin-bottom:32px}.home-v2 .stat-num{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:2.1rem;font-weight:600;color:var(--charcoal);line-height:1}.home-v2 .stat-label{font-size:.7rem;color:var(--muted);letter-spacing:.04em;margin-top:4px}.home-v2 .hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.home-v2 .badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;color:var(--muted);background:rgba(201,168,76,.07);border:1px solid rgba(201,168,76,.18);padding:4px 10px;border-radius:12px}.home-v2 .badge:before{content:"✦";color:var(--gold);font-size:.55rem}.home-v2 .hero-cta{display:inline-block;background:linear-gradient(135deg,var(--charcoal) 0,#2D2A24 100%);color:var(--gold-light);padding:14px 36px;border-radius:3px;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;font-weight:500;transition:transform .2s,box-shadow .2s}.home-v2 .hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(28,26,23,.22)}.home-v2 .hero-form{position:relative;z-index:2;background:white;border-radius:20px;box-shadow:0 8px 60px rgba(28,26,23,.12),0 0 0 1px var(--border);padding:36px;animation:homeFloatUp .9s ease .15s both}@keyframes homeFloatUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.home-v2 .form-header{margin-bottom:28px}.home-v2 .form-title-tabs{display:flex;gap:4px;background:var(--cream);border-radius:10px;padding:4px;margin-bottom:16px}.home-v2 .ftab{flex:1;padding:8px;text-align:center;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border:none;background:transparent;cursor:pointer;border-radius:7px;font-family:inherit;transition:all .22s}.home-v2 .ftab.active{background:white;color:var(--charcoal);box-shadow:0 1px 6px rgba(28,26,23,.1)}.home-v2 .form-subtitle{font-size:.78rem;color:var(--muted)}.home-v2 .form-subtitle strong{color:var(--gold-dark)}.home-v2 .fpanel{display:none}.home-v2 .fpanel.active{display:block}.home-v2 .fg{display:grid;grid-template-columns:1fr 1fr;gap:10px}.home-v2 .fgroup{display:flex;flex-direction:column;gap:4px}.home-v2 .fgroup.full{grid-column:1/-1}.home-v2 .fgroup label{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:500}.home-v2 .fgroup input,.home-v2 .fgroup select,.home-v2 .fgroup textarea{border:1px solid var(--border);border-radius:8px;padding:9px 11px;font-size:.84rem;font-family:inherit;color:var(--charcoal);background:var(--cream);outline:none;transition:border-color .2s,background .2s}.home-v2 .fgroup input:focus,.home-v2 .fgroup select:focus,.home-v2 .fgroup textarea:focus{border-color:var(--gold);background:white}.home-v2 .fgroup textarea{resize:none;font-size:.82rem}.home-v2 .form-divider{grid-column:1/-1;display:flex;align-items:center;gap:10px;margin:2px 0}.home-v2 .form-divider:after,.home-v2 .form-divider:before{content:"";flex:1;height:1px;background:var(--border)}.home-v2 .form-divider span{font-size:.68rem;color:var(--muted);letter-spacing:.1em;text-transform:uppercase}.home-v2 .section-label{font-size:.7rem;letter-spacing:.1em;color:var(--gold-dark);margin-top:8px}.home-v2 .form-btn,.home-v2 .section-label{grid-column:1/-1;text-transform:uppercase;font-weight:500}.home-v2 .form-btn{background:linear-gradient(135deg,var(--charcoal) 0,#2D2A24 100%);color:var(--gold-light);border:none;border-radius:10px;padding:13px;font-size:.82rem;letter-spacing:.06em;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:inherit;margin-top:4px}.home-v2 .form-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px rgba(28,26,23,.25)}.home-v2 .form-trust{grid-column:1/-1;display:flex;align-items:center;gap:6px;font-size:.7rem;color:var(--muted);justify-content:center;margin-top:2px}.home-v2 .sec-v2{padding:100px 5%}.home-v2 .section-eyebrow{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:12px;display:flex;align-items:center;gap:8px}.home-v2 .section-eyebrow:before{content:"";width:24px;height:1px;background:var(--gold)}.home-v2 .section-title{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.12;color:var(--charcoal)}.home-v2 .section-title em{font-style:italic;color:var(--gold-dark)}.home-v2 .trust-bar{background:var(--charcoal);padding:28px 5%;display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap;position:relative;overflow:hidden}.home-v2 .trust-bar:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 100% at 50% 0,rgba(201,168,76,.06) 0,transparent 70%)}.home-v2 .trust-stat{text-align:center;position:relative}.home-v2 .trust-num{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:2rem;font-weight:600;color:var(--gold-light);line-height:1}.home-v2 .trust-label{font-size:.72rem;color:rgba(255,255,255,.4);letter-spacing:.06em;margin-top:4px}.home-v2 .trust-divider{width:1px;height:40px;background:rgba(255,255,255,.08)}.home-v2 .wyg{background:var(--warm-white)}.home-v2 .wyg-head{margin-bottom:64px}.home-v2 .wyg-intro{font-size:1rem;color:var(--muted);max-width:560px;line-height:1.75;margin-top:14px}.home-v2 .modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-v2 .module-card{background:white;border:1px solid var(--border);border-radius:16px;padding:28px;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s}.home-v2 .module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light));transform:scaleX(0);transform-origin:left;transition:transform .3s}.home-v2 .module-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(28,26,23,.1)}.home-v2 .module-card:hover:before{transform:scaleX(1)}.home-v2 .module-n{font-size:3rem;font-weight:300;color:rgba(201,168,76,.12);line-height:1;margin-bottom:10px}.home-v2 .module-n,.home-v2 .module-t{font-family:var(--font-cormorant,"Cormorant Garamond"),serif}.home-v2 .module-t{font-size:1.15rem;color:var(--charcoal);margin-bottom:8px;font-weight:500}.home-v2 .module-d{font-size:.78rem;color:var(--muted);line-height:1.65;margin-bottom:14px}.home-v2 .module-tag{display:inline-block;font-size:.62rem;letter-spacing:.07em;text-transform:uppercase;padding:3px 10px;border-radius:10px;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.2);color:var(--gold-dark)}.home-v2 .module-tag.unique{background:rgba(90,138,106,.1);border-color:rgba(90,138,106,.2);color:var(--green-accent)}.home-v2 .showcase{background:var(--charcoal);position:relative;overflow:hidden}.home-v2 .showcase:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 75% 50%,rgba(201,168,76,.08) 0,transparent 60%)}.home-v2 .showcase-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start;position:relative;z-index:2}.home-v2 .showcase-left .section-title{color:white}.home-v2 .showcase-left .section-title em{color:var(--gold-light)}.home-v2 .showcase-left p{color:rgba(255,255,255,.5);font-size:.95rem;line-height:1.7;margin-top:14px}.home-v2 .preview-nav{margin-top:32px;display:flex;flex-direction:column;gap:8px}.home-v2 .pnav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;cursor:pointer;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);transition:all .2s}.home-v2 .pnav-item.active,.home-v2 .pnav-item:hover{background:rgba(201,168,76,.1);border-color:rgba(201,168,76,.3)}.home-v2 .pnav-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.2);flex-shrink:0;transition:background .2s}.home-v2 .pnav-item.active .pnav-dot{background:var(--gold)}.home-v2 .pnav-label{font-size:.84rem;color:rgba(255,255,255,.55);transition:color .2s}.home-v2 .pnav-item.active .pnav-label{color:white}.home-v2 .pnav-badge{margin-left:auto;font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:10px;background:rgba(201,168,76,.15);color:var(--gold)}.home-v2 .preview-card{background:var(--cream);border-radius:14px;overflow:hidden;box-shadow:0 40px 80px rgba(0,0,0,.5);border:1px solid rgba(201,168,76,.15);display:none}.home-v2 .preview-card.active{display:block}.home-v2 .preview-titlebar{background:var(--charcoal);border-bottom:1px solid rgba(255,255,255,.06);padding:12px 18px;display:flex;align-items:center;gap:8px}.home-v2 .pd{width:10px;height:10px;border-radius:50%}.home-v2 .preview-name{flex:1;text-align:center;font-size:.7rem;color:rgba(255,255,255,.35);letter-spacing:.04em}.home-v2 .preview-body{padding:28px}.home-v2 .preview-body h3{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:1.25rem;color:var(--charcoal);margin-bottom:4px}.home-v2 .preview-body .psub{font-size:.74rem;color:var(--muted);margin-bottom:20px}.home-v2 .dasha-block{background:var(--charcoal);border-radius:8px;padding:16px 18px;margin-bottom:10px;border-left:3px solid var(--gold)}.home-v2 .dasha-top{display:flex;justify-content:space-between;margin-bottom:8px}.home-v2 .dasha-name{font-size:.86rem;color:white;font-weight:500}.home-v2 .dasha-period{font-size:.7rem;color:var(--gold)}.home-v2 .dasha-desc{font-size:.74rem;color:rgba(255,255,255,.5);line-height:1.6}.home-v2 .dasha-bar{margin-top:10px;height:4px;background:rgba(255,255,255,.07);border-radius:3px;overflow:hidden}.home-v2 .dasha-fill{height:100%;background:var(--gold);border-radius:3px}.home-v2 .dasha-windows{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:16px}.home-v2 .dw{background:white;border-radius:8px;padding:10px;border:1px solid var(--border);text-align:center}.home-v2 .dw-lab{font-size:.64rem;color:var(--muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.05em}.home-v2 .dw-val{font-size:.8rem;font-weight:500}.home-v2 .dw.good .dw-val{color:var(--green-accent)}.home-v2 .dw.warn .dw-val{color:var(--red-accent)}.home-v2 .dw.next .dw-val{color:var(--gold-dark)}.home-v2 .wheel-wrap{display:flex;justify-content:center;margin:4px 0 16px}.home-v2 .wheel-scores{display:grid;grid-template-columns:1fr 1fr;gap:8px}.home-v2 .ws-item{display:flex;align-items:center;gap:8px}.home-v2 .ws-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.home-v2 .ws-label{font-size:.72rem;color:var(--muted);flex:1}.home-v2 .ws-val{font-size:.72rem;font-weight:600;color:var(--charcoal)}.home-v2 .ws-bad{color:var(--red-accent)!important}.home-v2 .wheel-alert{margin-top:14px;background:rgba(184,92,74,.08);border:1px solid rgba(184,92,74,.2);border-radius:6px;padding:10px 12px;font-size:.72rem;color:var(--red-accent)}.home-v2 .block-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--border)}.home-v2 .block-item:last-child{border-bottom:none}.home-v2 .block-icon{font-size:1.1rem;flex-shrink:0;margin-top:2px}.home-v2 .block-area{font-size:.82rem;font-weight:500;color:var(--charcoal);margin-bottom:3px}.home-v2 .block-planet{font-size:.71rem;color:var(--red-accent);margin-bottom:3px}.home-v2 .block-fix{font-size:.71rem;color:var(--muted);line-height:1.55}.home-v2 .astro-sec{background:var(--warm-white)}.home-v2 .astro-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.home-v2 .astro-eyebrow{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:12px;display:flex;align-items:center;gap:8px}.home-v2 .astro-eyebrow:before{content:"";width:24px;height:1px;background:var(--gold)}.home-v2 .astro-sub{font-size:.95rem;color:var(--muted);line-height:1.75;margin:14px 0 28px}.home-v2 .astro-feats{display:flex;flex-direction:column;gap:14px}.home-v2 .af{display:flex;align-items:flex-start;gap:14px;background:white;border-radius:12px;padding:16px 18px;border:1px solid var(--border);transition:border-color .2s}.home-v2 .af:hover{border-color:var(--gold-light)}.home-v2 .af-icon{font-size:1.15rem;flex-shrink:0;margin-top:2px}.home-v2 .af-title{font-size:.86rem;font-weight:500;color:var(--charcoal);margin-bottom:3px}.home-v2 .af-desc{font-size:.77rem;color:var(--muted);line-height:1.6}.home-v2 .astro-card{background:var(--charcoal);border-radius:20px;padding:32px;border:1px solid rgba(201,168,76,.2);box-shadow:0 24px 80px rgba(28,26,23,.2);position:relative;overflow:hidden}.home-v2 .astro-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),rgba(201,168,76,.2))}.home-v2 .ac-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.home-v2 .ac-live{display:flex;align-items:center;gap:8px;font-size:.74rem;color:rgba(255,255,255,.45)}.home-v2 .ac-see-all{font-size:.8rem;color:var(--gold);text-decoration:none;font-weight:500}.home-v2 .ac-see-all:hover{text-decoration:underline}.home-v2 .ac-dot{width:7px;height:7px;border-radius:50%;background:#4CAF50;box-shadow:0 0 8px rgba(76,175,80,.8)}.home-v2 .ac-profiles{display:flex;flex-direction:column;gap:10px}.home-v2 .ac-profile{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.05);border-radius:10px;padding:12px 14px;border:1px solid rgba(255,255,255,.06)}.home-v2 .ac-avatar{width:38px;height:38px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--gold-light),var(--gold));display:flex;align-items:center;justify-content:center;font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:1rem;font-weight:600;color:var(--charcoal)}.home-v2 .ac-name{font-size:.85rem;color:white;font-weight:500;margin-bottom:2px}.home-v2 .ac-spec{font-size:.71rem;color:rgba(255,255,255,.4)}.home-v2 .ac-rating{font-size:.7rem;color:var(--gold);margin-top:1px}.home-v2 .ac-btn{width:100%;margin-top:20px;background:rgba(201,168,76,.15);border:1px solid rgba(201,168,76,.3);color:var(--gold-light);padding:12px;font-family:inherit;font-size:.78rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;border-radius:8px;transition:all .2s}.home-v2 .ac-btn:hover{background:var(--gold);color:var(--charcoal)}.home-v2 .comp-sec{background:var(--cream)}.home-v2 .comp-head{text-align:center;margin-bottom:56px}.home-v2 .comp-head .section-eyebrow{justify-content:center}.home-v2 .comp-head .section-eyebrow:before{display:none}.home-v2 .comp-head .section-eyebrow:after{content:"";width:24px;height:1px;background:var(--gold)}.home-v2 .comp-wrap{max-width:940px;margin:0 auto}.home-v2 .comp-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:16px;overflow:hidden;border:1px solid var(--border)}.home-v2 .comp-table thead th{padding:16px 22px;text-align:center;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;background:white;border-bottom:2px solid var(--border)}.home-v2 .comp-table thead th:first-child{text-align:left}.home-v2 .th-nirali{color:var(--gold-dark)}.home-v2 .th-other{color:var(--muted)}.home-v2 .comp-table tbody tr{border-bottom:1px solid var(--border);transition:background .15s}.home-v2 .comp-table tbody tr:hover{background:rgba(201,168,76,.04)}.home-v2 .comp-table td{padding:13px 22px;font-size:.82rem;text-align:center}.home-v2 .comp-table td:first-child{text-align:left;color:var(--text)}.home-v2 .nirali-col{background:rgba(201,168,76,.05)}@media (max-width:768px){.home-v2 .comp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -24px;padding:0 24px}.home-v2 .comp-table{min-width:600px}.home-v2 .comp-table td:first-child{max-width:200px;white-space:normal}.home-v2 .comp-table td,.home-v2 .comp-table th{padding:12px 16px}}.home-v2 .cy{color:var(--gold-dark);font-size:1.1rem}.home-v2 .cn{color:var(--border);font-size:1.1rem}.home-v2 .cm{color:var(--muted);font-size:.75rem}.home-v2 .comp-cta{margin-top:36px;padding:32px;text-align:center;background:var(--charcoal);border-radius:16px;border:1px solid rgba(201,168,76,.15)}.home-v2 .comp-cta-t{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:1.4rem;color:white;font-weight:300;margin-bottom:8px}.home-v2 .comp-cta-s{font-size:.82rem;color:rgba(255,255,255,.4);margin-bottom:20px}.home-v2 .comp-cta-btn{display:inline-flex;align-items:center;gap:10px;background:transparent;border:1px solid rgba(201,168,76,.4);color:var(--gold-light);padding:11px 26px;font-family:inherit;font-size:.8rem;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;border-radius:8px;transition:all .2s}.home-v2 .comp-cta-btn:hover{background:var(--gold);color:var(--charcoal);border-color:var(--gold)}.home-v2 .diff-sec{background:var(--charcoal);position:relative;overflow:hidden}.home-v2 .diff-sec:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 70% at 15% 50%,rgba(201,168,76,.07) 0,transparent 55%)}.home-v2 .diff-head{margin-bottom:64px;position:relative;z-index:1}.home-v2 .diff-head .section-title{color:white}.home-v2 .diff-head .section-title em{color:var(--gold-light)}.home-v2 .diff-head p{color:rgba(255,255,255,.5);font-size:.95rem;line-height:1.75;max-width:540px;margin-top:14px}.home-v2 .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:1}.home-v2 .pillar{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:32px 28px;transition:border-color .3s}.home-v2 .pillar:hover{border-color:rgba(201,168,76,.28)}.home-v2 .pillar-icon{width:46px;height:46px;border-radius:8px;background:rgba(201,168,76,.1);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:18px}.home-v2 .pillar-t{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:1.25rem;color:white;font-weight:400;margin-bottom:10px}.home-v2 .pillar-d{font-size:.81rem;color:rgba(255,255,255,.5);line-height:1.75}.home-v2 .pillar-proof{margin-top:14px;padding:11px 14px;background:rgba(201,168,76,.07);border-radius:6px;font-size:.74rem;color:rgba(255,255,255,.38);border-left:2px solid var(--gold);font-style:italic;line-height:1.6}.home-v2 .sim-sec{background:var(--warm-white)}.home-v2 .sim-head{text-align:center;margin-bottom:56px}.home-v2 .sim-head .section-title{color:var(--charcoal)}.home-v2 .sim-head p{color:var(--muted);font-size:.95rem;margin-top:12px;max-width:560px;margin-left:auto;margin-right:auto}.home-v2 .sim-box{max-width:860px;margin:0 auto;background:white;border:1px solid var(--border);border-radius:20px;padding:40px;box-shadow:0 8px 40px rgba(28,26,23,.06)}.home-v2 .sim-intro{text-align:center;font-size:.85rem;color:var(--muted);margin-bottom:28px}.home-v2 .sim-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}.home-v2 .sim-choice{padding:16px 12px;text-align:center;background:var(--cream);border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s}.home-v2 .sim-choice.selected,.home-v2 .sim-choice:hover{background:white;border-color:var(--gold);box-shadow:0 4px 16px rgba(201,168,76,.15)}.home-v2 .sc-icon{font-size:1.5rem;margin-bottom:6px}.home-v2 .sc-label{font-size:.77rem;color:var(--muted);font-weight:500}.home-v2 .sim-choice.selected .sc-label{color:var(--charcoal)}.home-v2 .sim-result{display:none;background:var(--charcoal);border-radius:14px;padding:28px;border:1px solid rgba(201,168,76,.2);animation:homeFadeIn .4s ease}.home-v2 .sim-result.show{display:block}@keyframes homeFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.home-v2 .sr-title{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:1.2rem;color:white;margin-bottom:4px}.home-v2 .sr-sub{font-size:.76rem;color:rgba(255,255,255,.4);margin-bottom:20px}.home-v2 .sr-paths{display:grid;grid-template-columns:1fr 1fr;gap:14px}.home-v2 .sr-path{padding:16px;border-radius:10px;border:1px solid rgba(255,255,255,.07)}.home-v2 .sr-path.fav{border-color:rgba(90,138,106,.3);background:rgba(90,138,106,.06)}.home-v2 .sr-path.chal{border-color:rgba(184,92,74,.3);background:rgba(184,92,74,.06)}.home-v2 .sr-path-label{font-size:.67rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}.home-v2 .fav .sr-path-label{color:var(--green-accent)}.home-v2 .chal .sr-path-label{color:var(--red-accent)}.home-v2 .sr-path-text{font-size:.78rem;color:rgba(255,255,255,.52);line-height:1.7}.home-v2 .sim-cta-note{text-align:center;margin-top:16px;font-size:.78rem;color:var(--muted)}.home-v2 .sim-cta-note a{color:var(--gold-dark);text-decoration:none}.home-v2 .testi-sec{background:var(--cream)}.home-v2 .testi-head{text-align:center;margin-bottom:56px}.home-v2 .testi-head .section-eyebrow{justify-content:center}.home-v2 .testi-head .section-eyebrow:before{display:none}.home-v2 .testi-head .section-eyebrow:after{content:"";width:24px;height:1px;background:var(--gold)}.home-v2 .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:36px}.home-v2 .testi-card{background:white;border-radius:16px;padding:28px 28px 24px;border:1px solid var(--border);position:relative;transition:transform .22s,box-shadow .22s}.home-v2 .testi-card:before{content:"\201C";font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:5rem;line-height:.7;color:rgba(201,168,76,.15);position:absolute;top:20px;left:24px}.home-v2 .testi-card:hover{transform:translateY(-3px);box-shadow:0 14px 44px rgba(28,26,23,.09)}.home-v2 .testi-stars{color:var(--gold);font-size:.72rem;letter-spacing:2px;margin-bottom:8px}.home-v2 .testi-quote{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:.96rem;font-style:italic;color:var(--text);line-height:1.68;margin-bottom:18px;padding-top:14px}.home-v2 .testi-author{display:flex;align-items:center;gap:10px}.home-v2 .testi-av{width:38px;height:38px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--gold-light),var(--gold));display:flex;align-items:center;justify-content:center;font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:.95rem;font-weight:600;color:var(--charcoal)}.home-v2 .testi-name{font-size:.82rem;font-weight:500;color:var(--charcoal)}.home-v2 .testi-city{font-size:.7rem;color:var(--muted);margin-top:1px}.home-v2 .testi-hl{font-size:.65rem;color:var(--gold-dark);font-weight:500;padding:2px 8px;background:rgba(201,168,76,.1);border-radius:10px;margin-top:4px;display:inline-block}.home-v2 .testi-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:36px 40px;background:var(--charcoal);border-radius:16px;border:1px solid rgba(201,168,76,.12)}.home-v2 .ts{text-align:center}.home-v2 .ts-num{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:2.4rem;font-weight:300;color:var(--gold-light);line-height:1;margin-bottom:6px}.home-v2 .ts-label{font-size:.7rem;color:rgba(255,255,255,.38);letter-spacing:.05em}.home-v2 .faq-sec{background:var(--warm-white)}.home-v2 .faq-inner{max-width:780px;margin:0 auto}.home-v2 .faq-head{text-align:center;margin-bottom:48px}.home-v2 .faq-head .section-eyebrow{justify-content:center}.home-v2 .faq-head .section-eyebrow:before{display:none}.home-v2 .faq-head .section-eyebrow:after{content:"";width:24px;height:1px;background:var(--gold)}.home-v2 .faq-item{border-bottom:1px solid var(--border)}.home-v2 .faq-q{display:flex;align-items:center;justify-content:space-between;padding:22px 0;cursor:pointer;font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:1.05rem;color:var(--charcoal);gap:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s}.home-v2 .faq-q:hover{color:var(--gold-dark)}.home-v2 .faq-q:after{content:"+";font-size:1.2rem;color:var(--gold);flex-shrink:0;font-family:var(--font-dm-sans,"DM Sans"),sans-serif;font-weight:300}.home-v2 .faq-item.open .faq-q:after{content:"−"}.home-v2 .faq-a{max-height:0;overflow:hidden;transition:max-height .38s ease,padding .3s;font-size:.87rem;color:var(--muted);line-height:1.75}.home-v2 .faq-item.open .faq-a{max-height:320px;padding-bottom:22px}.home-v2 .final-cta{background:linear-gradient(135deg,var(--charcoal) 0,#252118 100%);padding:110px 5%;text-align:center;position:relative;overflow:hidden}.home-v2 .final-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 50%,rgba(201,168,76,.1) 0,transparent 60%)}.home-v2 .final-cta-inner{position:relative;z-index:2}.home-v2 .fc-eyebrow{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}.home-v2 .fc-title{font-family:var(--font-cormorant,"Cormorant Garamond"),serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:300;color:white;line-height:1.1;margin-bottom:18px}.home-v2 .fc-title em{font-style:italic;color:var(--gold)}.home-v2 .fc-sub{font-size:1rem;color:rgba(255,255,255,.48);margin-bottom:40px}.home-v2 .fc-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.home-v2 .btn-gold{background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:white;padding:14px 36px;border-radius:8px;font-size:.84rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;font-family:inherit;transition:transform .2s,box-shadow .2s}.home-v2 .btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(201,168,76,.3)}.home-v2 .btn-outline{background:transparent;border:1px solid rgba(201,168,76,.4);color:var(--gold-light);padding:14px 36px;border-radius:8px;font-size:.84rem;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;cursor:pointer;font-family:inherit;transition:border-color .2s,color .2s}.home-v2 .btn-outline:hover{border-color:var(--gold);color:var(--gold)}.home-v2 .fade-up{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.home-v2 .fade-up.visible{opacity:1;transform:translateY(0)}.home-v2 .fade-up-d1{transition-delay:.08s}.home-v2 .fade-up-d2{transition-delay:.16s}.home-v2 .fade-up-d3{transition-delay:.24s}.home-v2 .fade-up-d4{transition-delay:.32s}.home-v2 .fade-up-d5{transition-delay:.4s}@media (max-width:1024px){.home-v2 .astro-inner,.home-v2 .hero-v2,.home-v2 .showcase-grid{grid-template-columns:1fr}.home-v2 .hero-v2{padding-top:80px}.home-v2 .hero-form{max-width:600px;margin:0 auto}.home-v2 .modules-grid,.home-v2 .pillars,.home-v2 .testi-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.home-v2 .hero-stats{grid-template-columns:repeat(3,1fr);display:grid;text-align:center;gap:15px;justify-content:center}.home-v2 .stat-num{font-size:1.8rem}.home-v2 .hero-title{font-size:2.8rem}.home-v2 .section-title{font-size:2.2rem}.home-v2 .sec-v2{padding:60px 5%}.home-v2 .hero-v2{padding:60px 5% 40px}.home-v2 .hero-cta{width:100%;text-align:center}.home-v2 .hero-badges{justify-content:center}.home-v2 .hero-subtext{text-align:center;margin-left:auto;margin-right:auto}.home-v2 .hero-eyebrow{margin:0 auto 24px;display:flex;width:-moz-max-content;width:max-content}.home-v2 .hero-title{text-align:center}}@media (max-width:600px){.home-v2 .fg,.home-v2 .modules-grid,.home-v2 .pillars,.home-v2 .sim-choices,.home-v2 .testi-grid{grid-template-columns:1fr}.home-v2 .sim-choices{gap:10px}.home-v2 .sr-paths{grid-template-columns:1fr}.home-v2 .testi-stats{grid-template-columns:1fr 1fr;gap:15px;padding:24px 20px}.home-v2 .ts-num{font-size:1.8rem}.home-v2 .trust-bar{gap:20px;grid-template-columns:1fr 1fr;display:grid;padding:24px 5%}.home-v2 .trust-divider{display:none}.home-v2 .fc-btns{flex-direction:column;align-items:stretch}.home-v2 .fc-btns a,.home-v2 .fc-btns button{width:100%;text-align:center}.home-v2 .hero-form{padding:24px 20px}.home-v2 .ac-profiles{padding:0}.home-v2 .astro-card{padding:24px 20px}.home-v2 .fc-title{font-size:2.2rem}.home-v2 .preview-body{padding:20px 16px}.home-v2 .wheel-scores{grid-template-columns:1fr}}