:root{--ink:#07101b;--ink-soft:#0c1928;--paper:#f4f1e9;--paper-bright:#fbfaf6;--white:#ffffff;--text:#13202b;--muted:#68737b;--night-text:#f6f7f2;--night-muted:#aeb8bf;--line:rgba(16,30,42,0.13);--line-light:rgba(255,255,255,0.14);--saffron:#eea94b;--saffron-soft:#f7d7a5;--cyan:#53c8c1;--violet:#8e7ceb;--coral:#e76f65;--serif:ui-serif,"Iowan Old Style",Baskerville,"Times New Roman",serif;--sans:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:light}html{background:var(--ink);overflow-x:clip}body{color:var(--text);background:var(--paper);font-family:var(--sans);overflow-x:hidden}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}::selection{color:var(--ink);background:var(--saffron-soft)}.site-header{position:fixed;inset:16px clamp(14px,3vw,44px) auto;z-index:50;min-height:66px;padding:9px 10px 9px 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:20px;gap:20px;color:var(--night-text);border:1px solid var(--line-light);border-radius:20px;background:rgba(5,13,23,.74);box-shadow:0 18px 60px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(24px) saturate(145%);backdrop-filter:blur(24px) saturate(145%)}.brand{display:inline-flex;align-items:center;gap:11px;justify-self:start;color:inherit;text-decoration:none}.brand>span:last-child{display:grid;grid-gap:3px;gap:3px}.brand b{font-size:1rem;line-height:1;letter-spacing:-.02em}.brand small{color:var(--night-muted);font-size:.54rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.brand-symbol{position:relative;width:39px;height:39px;border:1px solid rgba(238,169,75,.72);border-radius:50%;background:radial-gradient(circle,rgba(238,169,75,.2),transparent 65%);box-shadow:0 0 26px rgba(238,169,75,.12);animation:spin 32s linear infinite}.brand-symbol i,.brand-symbol:after,.brand-symbol:before{content:"";position:absolute;inset:8px;border:1px solid rgba(247,215,165,.64);transform:rotate(45deg)}.brand-symbol:after{border-radius:50%;transform:none}.brand-symbol i:first-child{transform:rotate(76deg)}.brand-symbol i:last-child{transform:rotate(105deg)}.desktop-nav{display:flex;align-items:center;gap:3px}.desktop-nav a{min-height:42px;padding:0 13px;display:inline-flex;align-items:center;color:#bac3c9;border-radius:11px;text-decoration:none;font-size:.74rem;font-weight:700;transition:.18s ease}.desktop-nav a:hover{color:white;background:rgba(255,255,255,.07);transform:translateY(-1px)}.header-login{min-height:46px;padding:0 16px;display:inline-flex;align-items:center;gap:16px;justify-self:end;color:var(--ink);border-radius:13px;background:var(--paper-bright);text-decoration:none;font-size:.73rem;font-weight:850;transition:.18s ease}.header-login:hover{background:var(--saffron-soft);transform:translateY(-2px)}.header-login b{color:var(--coral)}.mobile-menu{display:none;justify-self:end}.mobile-menu summary{width:46px;height:44px;display:grid;place-content:center;grid-gap:7px;gap:7px;border:1px solid var(--line-light);border-radius:12px;list-style:none;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:18px;border-top:2px solid white}.mobile-menu nav{position:fixed;inset:82px 10px auto;padding:14px;display:grid;border:1px solid var(--line-light);border-radius:18px;background:rgba(5,13,23,.97);box-shadow:0 30px 80px rgba(0,0,0,.42)}.mobile-menu nav a{padding:0 12px;display:flex;align-items:center;color:var(--night-text);border-bottom:1px solid var(--line-light);text-decoration:none;font-weight:700}.mobile-menu nav a:last-child{color:var(--saffron-soft);border:0}.client-hero{position:relative;min-height:100svh;display:flex;align-items:center;color:var(--night-text);background:var(--ink);overflow:hidden}.hero-art,.hero-art img,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-art img{object-fit:cover;object-position:68% center;animation:heroFloat 16s ease-in-out infinite alternate}.hero-shade{background:linear-gradient(90deg,rgba(3,9,16,.98),rgba(3,9,16,.91) 34%,rgba(3,9,16,.25) 68%,rgba(3,9,16,.08)),linear-gradient(0deg,rgba(3,9,16,.54),transparent 38%)}.hero-content{position:relative;z-index:2;width:min(720px,58vw);padding:150px 0 100px clamp(24px,7vw,112px)}.eyebrow{margin:0 0 17px;color:var(--cyan);font-size:.65rem;font-weight:850;letter-spacing:.17em;text-transform:uppercase}.eyebrow>span{width:28px;margin-right:10px;display:inline-block;border-top:1px solid;vertical-align:middle}.client-hero h1,.inner-hero h1{margin:0;font:540 clamp(4rem,7vw,7.8rem)/.84 var(--serif);letter-spacing:-.067em;text-wrap:balance}.client-hero h1 em,.closing-cta h2 em,.inner-hero h1 em{color:var(--saffron-soft);font-weight:520;font-style:italic}.hero-intro{max-width:610px;margin:29px 0 0;color:#cbd2d4;font-size:clamp(.98rem,1.4vw,1.12rem);line-height:1.72}.closing-cta>div,.hero-actions,.trust-status>div{margin-top:34px;display:flex;align-items:center;gap:13px;flex-wrap:wrap}.primary-action,.quiet-action{min-height:51px;padding:0 21px;display:inline-flex;align-items:center;gap:28px;border-radius:14px;text-decoration:none;font-size:.76rem;font-weight:850;transition:.19s ease}.primary-action{color:#17120b;background:linear-gradient(135deg,var(--saffron-soft),var(--saffron));box-shadow:0 16px 36px rgba(238,169,75,.17)}.primary-action:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(238,169,75,.24)}.quiet-action{color:inherit;border:1px solid;opacity:.78}.quiet-action:hover{opacity:1;transform:translateY(-2px)}.hero-proof{margin-top:54px;display:flex;gap:26px;flex-wrap:wrap}.hero-proof span{display:grid;grid-gap:5px;gap:5px;color:#aeb8bf;font-size:.69rem}.hero-proof b{color:var(--saffron);font-size:.59rem;letter-spacing:.12em}.hero-status{position:absolute;z-index:2;right:clamp(18px,3vw,44px);bottom:28px;padding:11px 14px;display:flex;align-items:center;gap:9px;color:#b9c2c7;border:1px solid var(--line-light);border-radius:999px;background:rgba(5,13,23,.68);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:.64rem;font-weight:700}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--saffron);box-shadow:0 0 14px var(--saffron);animation:pulse 2.4s ease-in-out infinite}.intro-band{padding:clamp(80px,10vw,145px) clamp(22px,9vw,145px);display:grid;grid-template-columns:.8fr 1.5fr 1fr;align-items:end;grid-gap:42px;gap:42px;background:var(--paper-bright)}.intro-band>p:first-child{align-self:start;color:var(--coral);font:650 1rem/1.3 var(--serif)}.intro-band h2{margin:0;font:560 clamp(2.9rem,5vw,5.6rem)/.94 var(--serif);letter-spacing:-.052em}.intro-band>p:last-child{margin:0;color:var(--muted);line-height:1.75}.life-paths{padding:clamp(85px,11vw,155px) clamp(22px,7vw,112px);color:var(--night-text);background:radial-gradient(circle at 18% 0,rgba(83,200,193,.1),transparent 34%),var(--ink-soft)}.section-copy{max-width:830px}.about-story h2,.how-heading h2,.preview-copy h2,.section-copy h2,.trust-simple h2{margin:0;font:540 clamp(3rem,5.5vw,6.1rem)/.91 var(--serif);letter-spacing:-.057em;text-wrap:balance}.section-copy>p:last-child{max-width:560px;margin-top:25px;color:var(--night-muted);line-height:1.75}.path-selector{margin-top:65px;display:grid;grid-template-columns:minmax(330px,.9fr) minmax(430px,1.1fr);grid-gap:18px;gap:18px}.path-tabs{display:grid;grid-gap:8px;gap:8px}.path-tabs button{min-height:82px;padding:0 20px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;color:#aeb8bf;border:1px solid var(--line-light);border-radius:17px;background:rgba(255,255,255,.025);text-align:left;transition:.2s ease}.path-tabs button.selected,.path-tabs button:hover{color:white;border-color:rgba(83,200,193,.5);background:linear-gradient(120deg,rgba(83,200,193,.11),rgba(142,124,235,.07));transform:translateX(5px)}.path-tabs button span{color:var(--saffron);font-size:.62rem;font-weight:850;letter-spacing:.1em}.path-tabs button b{font:620 1.36rem/1 var(--serif)}.path-tabs button i{color:var(--cyan);font-size:1.35rem;font-style:normal}.path-detail{position:relative;min-height:420px;padding:clamp(28px,5vw,62px);display:flex;flex-direction:column;justify-content:flex-end;border:1px solid rgba(247,215,165,.22);border-radius:28px;background:radial-gradient(circle at 82% 8%,rgba(238,169,75,.18),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));overflow:hidden}.detail-icon{position:absolute;right:42px;top:26px;color:rgba(247,215,165,.3);font:500 8rem/1 var(--serif)}.path-detail>p{margin:0;color:var(--cyan);font-size:.63rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.path-detail h3{margin:10px 0;font:580 clamp(2.8rem,5vw,5.2rem)/.9 var(--serif);letter-spacing:-.05em}.path-detail blockquote{max-width:600px;margin:12px 0 25px;color:#d3d9dc;font-size:.94rem;line-height:1.7}.detail-note{padding:15px 0;display:grid;grid-gap:5px;gap:5px;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}.detail-note span{color:#89969e;font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.detail-note b{color:var(--saffron-soft);font-size:.75rem}.path-detail>a{margin-top:24px;display:inline-flex;gap:18px;color:var(--cyan);text-decoration:none;font-size:.72rem;font-weight:850}.how-section{padding:clamp(85px,11vw,155px) clamp(22px,7vw,112px);display:grid;grid-template-columns:.78fr 1.22fr;grid-gap:75px;gap:75px;background:var(--paper)}.how-heading{position:-webkit-sticky;position:sticky;top:120px;align-self:start}.step-list{border-top:1px solid var(--line)}.step-list article{min-height:210px;padding:30px 0;display:grid;grid-template-columns:60px 1fr auto;grid-gap:25px;gap:25px;align-items:start;border-bottom:1px solid var(--line)}.step-list article>span{color:var(--coral);font-size:.65rem;font-weight:850;letter-spacing:.11em}.step-list h3{margin:0 0 12px;font:620 2rem/1.05 var(--serif)}.step-list p{max-width:600px;margin:0;color:var(--muted);line-height:1.75}.step-list article>b{color:#b7b5af;font:400 2rem/1 var(--serif)}.member-preview{padding:clamp(90px,11vw,160px) clamp(22px,7vw,112px);display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;grid-gap:clamp(50px,8vw,120px);gap:clamp(50px,8vw,120px);color:var(--night-text);background:radial-gradient(circle at 86% 28%,rgba(142,124,235,.2),transparent 33%),#07101b}.preview-copy>p:not(.eyebrow){color:var(--night-muted);line-height:1.75}.preview-copy ul{margin:27px 0 32px;padding:0;display:grid;grid-gap:13px;gap:13px;list-style:none}.preview-copy li{display:flex;gap:11px;color:#c4ccd1;font-size:.8rem}.preview-copy li:before{content:"✓";color:var(--cyan)}.preview-copy .primary-action{width:-moz-fit-content;width:fit-content}.dashboard-card{padding:17px;border:1px solid rgba(255,255,255,.17);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));box-shadow:0 46px 120px rgba(0,0,0,.35);transform:perspective(1300px) rotateY(-4deg) rotateX(2deg)}.dash-top{min-height:47px;padding:0 10px;display:flex;justify-content:space-between;align-items:center;color:#8c98a0;border-bottom:1px solid var(--line-light);font-size:.6rem}.mini-brand{color:var(--saffron-soft);font-weight:850}.dash-greeting{padding:30px 18px}.dash-greeting small,.dashboard-card article>span{color:var(--cyan);font-size:.54rem;font-weight:850;letter-spacing:.14em}.dash-greeting h3{margin:8px 0;font:600 2.5rem/1 var(--serif)}.dash-greeting p,.dashboard-card article p{color:#9eabb3;font-size:.75rem;line-height:1.6}.dash-grid{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:9px;gap:9px}.dashboard-card article{min-height:155px;padding:20px;border:1px solid var(--line-light);border-radius:17px;background:rgba(255,255,255,.035)}.dashboard-card article h4{margin:12px 0;font:600 1.25rem/1.15 var(--serif)}.dash-main{grid-row:span 2}.dash-main h4{font-size:2rem!important}.dash-main button{min-height:40px;padding:0;color:var(--saffron-soft);border:0;background:transparent;font-size:.7rem;font-weight:800}.mini-orbit{width:90px;height:90px;margin:14px auto 0;display:grid;place-items:center;color:var(--saffron);border:1px solid rgba(83,200,193,.35);border-radius:50%;position:relative}.mini-orbit b,.mini-orbit i{position:absolute;font-style:normal}.mini-orbit i{top:8px}.mini-orbit b{bottom:8px;color:var(--cyan)}.trust-ribbon{padding:24px clamp(22px,7vw,112px);display:grid;grid-template-columns:repeat(3,1fr) auto;align-items:center;grid-gap:20px;gap:20px;color:var(--night-text);border-top:1px solid var(--line-light);background:#07101b}.trust-ribbon div{min-height:55px;display:flex;align-items:center;gap:12px}.trust-ribbon div span{width:35px;height:35px;display:grid;place-items:center;color:var(--cyan);border:1px solid var(--line-light);border-radius:50%}.trust-ribbon b{font-size:.7rem}.trust-ribbon>a{color:var(--saffron-soft);font-size:.7rem;font-weight:850;text-decoration:none}.closing-cta{padding:clamp(95px,13vw,180px) 22px;color:var(--night-text);background:radial-gradient(circle at 50% 15%,rgba(238,169,75,.15),transparent 27%),linear-gradient(180deg,#101b28,#07101b);text-align:center}.closing-cta h2{margin:0;font:540 clamp(3.2rem,6vw,6.7rem)/.9 var(--serif);letter-spacing:-.06em}.closing-cta>div{justify-content:center}.site-footer{padding:72px clamp(22px,7vw,112px) 30px;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:60px;gap:60px;color:var(--night-text);border-top:1px solid var(--line-light);background:#050c14}.site-footer .brand{margin-bottom:22px}.footer-lead p{max-width:430px;color:#89969e;font-size:.8rem;line-height:1.7}.footer-links{display:grid;align-content:start;grid-gap:12px;gap:12px}.footer-links b{margin-bottom:8px;color:var(--saffron-soft);font-size:.63rem;letter-spacing:.13em;text-transform:uppercase}.footer-links a{width:-moz-fit-content;width:fit-content;color:#9eabb3;font-size:.75rem;text-decoration:none}.footer-links a:hover{color:white}.footer-base{grid-column:1/-1;padding-top:25px;display:flex;justify-content:space-between;align-items:center;gap:18px;color:#66747e;border-top:1px solid var(--line-light);font-size:.61rem}.install-app{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;gap:12px;color:var(--saffron-soft);border:1px solid rgba(238,169,75,.38);border-radius:999px;background:rgba(238,169,75,.07);font-size:.65rem;font-weight:800}.install-app:hover{color:var(--ink);background:var(--saffron-soft);transform:translateY(-2px)}.install-hint{cursor:default}.install-hint:hover{color:var(--saffron-soft);background:rgba(238,169,75,.07);transform:none}.offline-page{min-height:100svh;padding:28px;display:grid;place-items:center;color:var(--night-text);background:radial-gradient(circle at 50% 35%,rgba(83,200,193,.13),transparent 28%),radial-gradient(circle at 50% 38%,rgba(142,124,235,.17),transparent 48%),var(--ink)}.offline-card{width:min(720px,100%);padding:clamp(30px,7vw,70px);display:flex;flex-direction:column;align-items:center;border:1px solid var(--line-light);border-radius:32px;background:rgba(255,255,255,.035);text-align:center;box-shadow:0 35px 100px rgba(0,0,0,.32)}.offline-card .brand{align-self:flex-start}.offline-orbit{position:relative;width:130px;height:130px;margin:50px 0 38px;display:block;border:1px solid rgba(83,200,193,.55);border-radius:50%;box-shadow:0 0 55px rgba(83,200,193,.12);animation:spin 28s linear infinite}.offline-orbit i,.offline-orbit:after,.offline-orbit:before{content:"";position:absolute;inset:22px;border:1px solid rgba(247,215,165,.65);transform:rotate(45deg)}.offline-orbit:after{border-radius:50%;transform:none}.offline-orbit i:first-child{transform:rotate(76deg)}.offline-orbit i:last-child{transform:rotate(105deg)}.offline-card h1{margin:0;font:540 clamp(3rem,7vw,5.5rem)/.92 var(--serif);letter-spacing:-.055em}.offline-card h1 em{color:var(--saffron-soft);font-weight:520}.offline-card>p:not(.eyebrow){max-width:560px;color:var(--night-muted);line-height:1.75}.offline-card .primary-action{margin-top:22px}.inner-hero{min-height:82svh;padding:165px clamp(22px,8vw,130px) 90px;display:flex;flex-direction:column;justify-content:flex-end;color:var(--night-text);background:radial-gradient(circle at 78% 20%,rgba(83,200,193,.13),transparent 27%),radial-gradient(circle at 62% 35%,rgba(142,124,235,.15),transparent 40%),var(--ink)}.inner-hero h1{max-width:1050px}.inner-hero>p:last-child{max-width:680px;margin:30px 0 0;color:var(--night-muted);line-height:1.75}.experience-story{padding:40px clamp(22px,7vw,112px) 120px;background:var(--paper-bright)}.experience-story>article{min-height:620px;padding:100px 0;display:grid;grid-template-columns:60px .85fr 1.15fr;align-items:center;grid-gap:clamp(28px,6vw,90px);gap:clamp(28px,6vw,90px);border-bottom:1px solid var(--line)}.experience-story>article>span{align-self:start;color:var(--coral);font-size:.64rem;font-weight:850}.experience-story h2{margin:0;font:560 clamp(2.7rem,4vw,4.7rem)/.95 var(--serif);letter-spacing:-.05em}.experience-story article>div>p:last-child{color:var(--muted);line-height:1.75}.story-ui{min-height:390px;padding:34px;border:1px solid var(--line);border-radius:28px;background:white;box-shadow:0 34px 90px rgba(17,32,43,.11)}.story-ui small{color:var(--coral);font-size:.58rem;font-weight:850;letter-spacing:.13em}.story-ui h3{margin:15px 0 30px;font:600 2.6rem/1 var(--serif)}.question-ui button{width:100%;min-height:62px;margin-top:8px;padding:0 16px;display:flex;justify-content:space-between;align-items:center;color:var(--text);border:1px solid var(--line);border-radius:14px;background:var(--paper-bright);font-weight:750}.question-ui button i{color:var(--coral);font-style:normal}.question-ui button.chosen{color:white;border-color:var(--ink);background:var(--ink)}.process-ui{position:relative;display:grid;place-items:center;background:var(--ink-soft);overflow:hidden}.process-core{width:130px;height:130px;display:grid;place-items:center;color:white;border:1px solid rgba(83,200,193,.5);border-radius:50%;box-shadow:0 0 70px rgba(83,200,193,.14);font:600 2rem/1 var(--serif)}.process-core span{color:var(--saffron)}.process-ui>i{position:absolute;inset:55px;border:1px dashed rgba(255,255,255,.18);border-radius:50%;animation:spin 40s linear infinite}.process-ui>i:nth-of-type(2){inset:90px;animation-direction:reverse}.process-ui>i:nth-of-type(3){inset:125px}.process-ui>b{position:absolute;color:#9eabb3;font-size:.61rem;letter-spacing:.1em;text-transform:uppercase}.process-ui>b:first-of-type{top:28px}.process-ui>b:nth-of-type(2){right:28px;bottom:55px}.process-ui>b:nth-of-type(3){left:28px;bottom:55px}.result-ui{color:var(--night-text);background:linear-gradient(145deg,#132233,#07101b)}.result-ui>p{color:#9eabb3}.result-ui>div{display:grid;grid-gap:8px;gap:8px}.result-ui span{padding:15px;display:grid;grid-gap:5px;gap:5px;color:#98a5ad;border:1px solid var(--line-light);border-radius:13px;font-size:.69rem}.result-ui span b{color:var(--saffron-soft);font-size:.75rem}.experience-boundary{padding:100px clamp(22px,8vw,130px);display:grid;grid-template-columns:1.2fr .8fr;grid-gap:60px;gap:60px;align-items:end;color:var(--night-text);background:#0a1522}.experience-boundary h2{margin:0;font:560 clamp(2.8rem,4.7vw,5.4rem)/.94 var(--serif);letter-spacing:-.05em}.experience-boundary>p{color:var(--night-muted);line-height:1.75}.experience-boundary .primary-action{width:-moz-fit-content;width:fit-content}.promise-grid{padding:110px clamp(22px,7vw,112px);display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;background:var(--paper-bright)}.promise-grid article{min-height:330px;padding:clamp(26px,4vw,50px);display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:26px;background:var(--paper)}.promise-grid article span{color:var(--coral);font-size:.63rem;font-weight:850}.promise-grid h2{max-width:480px;margin:auto 0 15px;font:600 clamp(2rem,3vw,3.2rem)/1 var(--serif)}.promise-grid p{max-width:540px;color:var(--muted);line-height:1.7}.trust-simple{padding:120px clamp(22px,7vw,112px);display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:80px;gap:80px;color:var(--night-text);background:var(--ink-soft)}.private-list{border-top:1px solid var(--line-light)}.private-list p{margin:0;min-height:85px;padding:18px 0;display:grid;grid-template-columns:110px 1fr;grid-gap:20px;gap:20px;align-items:center;border-bottom:1px solid var(--line-light)}.private-list span{color:var(--cyan);font-size:.58rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.private-list b{font:580 1.22rem/1.2 var(--serif)}.trust-status{padding:110px clamp(22px,8vw,130px);color:var(--text);background:var(--saffron-soft)}.trust-status>span{color:#9e5e24;font-size:.64rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.trust-status h2{margin:12px 0;font:600 clamp(3.2rem,6vw,6.5rem)/.9 var(--serif);letter-spacing:-.055em}.trust-status>p{max-width:680px;color:#685844;line-height:1.7}.trust-status .primary-action{color:white;background:var(--ink)}.trust-status .quiet-action{color:var(--ink)}.about-story{padding:120px clamp(22px,7vw,112px);display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:90px;gap:90px;background:var(--paper-bright)}.about-story>div:last-child>p{color:var(--muted);font-size:1.02rem;line-height:1.85}.about-story blockquote{margin:45px 0 0;padding:30px 0;color:var(--text);border-top:1px solid var(--line);border-bottom:1px solid var(--line);font:560 2.1rem/1.2 var(--serif)}.value-cards{padding:0 clamp(22px,7vw,112px) 120px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;background:var(--paper-bright)}.value-cards article{min-height:300px;padding:25px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:21px;background:var(--paper)}.value-cards span{color:var(--coral);font-size:.62rem;font-weight:850}.value-cards h3{margin:auto 0 12px;font:620 2rem/1 var(--serif)}.value-cards p{color:var(--muted);font-size:.77rem;line-height:1.7}.about-cta{padding:100px clamp(22px,7vw,112px);display:flex;justify-content:space-between;align-items:center;gap:30px;color:white;background:var(--ink-soft)}.about-cta h2{max-width:720px;margin:0;font:560 clamp(2.5rem,4vw,4.4rem)/.97 var(--serif)}.policy-hero{padding:180px clamp(22px,12vw,190px) 90px;color:var(--night-text);background:var(--ink)}.policy-hero h1{max-width:850px;margin:0;font:560 clamp(3.6rem,6vw,6.8rem)/.9 var(--serif);letter-spacing:-.055em}.policy-hero>p:last-child{color:var(--night-muted)}.policy-body{padding:80px clamp(22px,12vw,190px) 120px;background:var(--paper-bright)}.policy-body section{min-height:230px;padding:42px 0;display:grid;grid-template-columns:90px 1fr;border-bottom:1px solid var(--line)}.policy-body section>span{color:var(--coral);font-size:.65rem;font-weight:850}.policy-body h2{margin:0 0 14px;font:600 2.1rem/1 var(--serif)}.policy-body p{max-width:760px;color:var(--muted);line-height:1.8}.policy-body aside{margin-top:50px;padding:24px;color:#705a3d;border-left:3px solid var(--saffron);border-radius:0 14px 14px 0;background:#f8e9cf;line-height:1.7}.login-page{min-height:100svh;display:grid;grid-template-columns:1.08fr .92fr;color:var(--night-text);background:var(--ink)}.login-visual{position:relative;min-height:100svh;overflow:hidden}.login-visual-shade,.login-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.login-visual>img{object-position:64% center}.login-visual-shade{background:linear-gradient(0deg,rgba(3,9,16,.92),transparent 62%),linear-gradient(90deg,transparent 65%,var(--ink))}.login-quote{position:absolute;left:clamp(25px,6vw,90px);bottom:60px;z-index:2;max-width:520px}.login-quote>span{color:var(--saffron);font-size:1.5rem}.login-quote blockquote{margin:15px 0;font:520 clamp(2rem,3.3vw,3.6rem)/1.04 var(--serif);letter-spacing:-.04em}.login-quote p{color:var(--night-muted);font-size:.66rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.login-chamber{padding:22px clamp(22px,5vw,75px) 55px;display:flex;flex-direction:column}.login-top{min-height:58px;display:flex;align-items:center;justify-content:space-between}.login-top>a{color:var(--night-muted);font-size:.7rem;text-decoration:none}.login-card{width:min(480px,100%);margin:auto;padding:40px 0}.login-card h1{margin:0;font:570 clamp(3.4rem,5vw,5.7rem)/.9 var(--serif);letter-spacing:-.055em}.login-card>p:not(.eyebrow){color:var(--night-muted);line-height:1.7}.login-options{margin-top:30px;display:grid;grid-gap:9px;gap:9px}.login-options button,.preview-dashboard{width:100%;min-height:57px;padding:0 16px;display:grid;grid-template-columns:30px 1fr 30px;align-items:center;color:var(--night-text);border:1px solid var(--line-light);border-radius:14px;background:rgba(255,255,255,.035);font-size:.77rem;font-weight:780;transition:.18s ease}.login-options button:hover{border-color:rgba(83,200,193,.55);background:rgba(83,200,193,.07);transform:translateY(-2px)}.login-options button span{color:var(--saffron-soft)}.login-divider{margin:24px 0;display:flex;align-items:center;gap:12px;color:#75828b;font-size:.58rem;text-transform:uppercase}.login-divider:after,.login-divider:before{content:"";flex:1 1;border-top:1px solid var(--line-light)}.preview-dashboard{grid-template-columns:1fr auto;color:var(--ink);border:0;background:var(--saffron-soft)}.login-notice{margin-top:15px;padding:18px;color:#dbe1e4;border:1px solid rgba(83,200,193,.32);border-radius:14px;background:rgba(83,200,193,.08)}.login-notice b{color:var(--cyan)}.login-notice p{font-size:.72rem;line-height:1.6}.login-notice button{min-height:36px;padding:0;color:var(--saffron-soft);border:0;background:transparent;font-weight:800}.login-card>small{margin-top:20px;display:block;color:#75828b;font-size:.62rem;line-height:1.6;text-align:center}.login-card>small a{color:#aeb8bf}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{50%{opacity:.35;box-shadow:0 0 4px var(--saffron)}}@keyframes heroFloat{0%{transform:scale(1.01)}to{transform:scale(1.045) translate3d(-10px,-4px,0)}}@media (max-width:1000px){.site-header{grid-template-columns:1fr auto auto}.desktop-nav{display:none}.header-login{margin-left:auto}.mobile-menu{display:block}.hero-content{width:min(760px,80vw)}.hero-shade{background:linear-gradient(90deg,rgba(3,9,16,.98),rgba(3,9,16,.74) 55%,rgba(3,9,16,.16)),linear-gradient(0deg,rgba(3,9,16,.62),transparent 55%)}.intro-band{grid-template-columns:1fr 2fr}.intro-band>p:last-child{grid-column:2}.about-story,.experience-boundary,.how-section,.member-preview,.path-selector,.trust-simple{grid-template-columns:1fr}.how-heading{position:static}.dashboard-card{transform:none}.trust-ribbon{grid-template-columns:1fr 1fr}.experience-story>article{grid-template-columns:45px 1fr}.story-ui{grid-column:2}.value-cards{grid-template-columns:1fr 1fr}.login-page{grid-template-columns:.82fr 1.18fr}.login-quote blockquote{font-size:2.3rem}}@media (max-width:700px){.site-header{inset:9px 9px auto;min-height:60px;padding-left:11px;border-radius:17px}.brand-symbol{width:35px;height:35px}.brand small,.header-login{display:none}.mobile-menu{display:block}.client-hero{min-height:850px;align-items:flex-end}.hero-art{height:52%;top:0}.hero-art img{object-position:67% center}.hero-shade{background:linear-gradient(0deg,var(--ink) 48%,rgba(3,9,16,.26) 80%,rgba(3,9,16,.08))}.hero-content{width:100%;padding:340px 17px 80px}.client-hero h1{font-size:clamp(3.6rem,16vw,5.3rem)}.hero-intro{font-size:.94rem}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions a{justify-content:space-between}.hero-proof{margin-top:34px;display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.hero-status{display:none}.intro-band{padding-inline:17px;grid-template-columns:1fr}.intro-band>p:last-child{grid-column:auto}.intro-band h2{font-size:3.6rem}.how-section,.life-paths,.member-preview{padding-inline:14px}.about-story h2,.how-heading h2,.preview-copy h2,.section-copy h2,.trust-simple h2{font-size:3.5rem}.path-selector{margin-top:40px}.path-tabs button{min-height:70px}.path-detail{min-height:380px;padding:25px}.detail-icon{right:20px;font-size:6rem}.path-detail h3{font-size:3.7rem}.step-list article{min-height:190px;grid-template-columns:45px 1fr}.step-list article>b{display:none}.dash-grid{grid-template-columns:1fr}.dash-main{grid-row:auto}.dashboard-card{padding:10px;border-radius:22px}.dash-greeting{padding-inline:10px}.dash-greeting h3{font-size:2rem}.trust-ribbon{padding-inline:16px;grid-template-columns:1fr}.closing-cta h2{font-size:3.65rem}.closing-cta>div{align-items:stretch;flex-direction:column}.closing-cta a{justify-content:space-between}.site-footer{padding-inline:20px;grid-template-columns:1fr 1fr}.footer-lead{grid-column:1/-1}.footer-base{align-items:flex-start;flex-direction:column;gap:12px}.offline-page{padding:10px}.offline-card{padding:27px 18px;border-radius:24px}.offline-card .brand{align-self:center}.offline-orbit{width:104px;height:104px;margin:38px 0 30px}.offline-card h1{font-size:3.35rem}.inner-hero{min-height:690px;padding:145px 17px 70px}.inner-hero h1{font-size:clamp(3.65rem,16vw,5.3rem)}.experience-story{padding-inline:14px}.experience-story>article{min-height:auto;padding:75px 0;grid-template-columns:1fr}.experience-story>article>span{display:none}.story-ui{min-height:350px;padding:22px;grid-column:auto}.story-ui h3{font-size:2.15rem}.experience-boundary{padding-inline:17px}.experience-boundary h2{font-size:3.5rem}.promise-grid{padding:75px 14px;grid-template-columns:1fr}.promise-grid article{min-height:270px}.trust-simple{padding-inline:17px}.private-list p{grid-template-columns:85px 1fr}.trust-status{padding-inline:17px}.trust-status h2{font-size:4rem}.trust-status>div{align-items:stretch;flex-direction:column}.trust-status a{justify-content:space-between}.about-story{padding-inline:17px}.about-story blockquote{font-size:1.75rem}.value-cards{padding-inline:14px;grid-template-columns:1fr}.value-cards article{min-height:240px}.about-cta{padding-inline:17px;align-items:flex-start;flex-direction:column}.policy-hero{padding:145px 17px 70px}.policy-hero h1{font-size:4rem}.policy-body{padding:55px 17px 90px}.policy-body section{grid-template-columns:45px 1fr}.login-page{grid-template-columns:1fr}.login-visual{min-height:330px}.login-visual-shade{background:linear-gradient(0deg,var(--ink),transparent 75%)}.login-quote{left:18px;right:18px;bottom:18px}.login-quote blockquote{margin:8px 0;font-size:1.8rem}.login-quote p{display:none}.login-chamber{min-height:690px;padding:12px 17px 50px}.login-top .brand{display:none}.login-top{min-height:48px;justify-content:flex-end}.login-card{padding-top:24px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}@media (forced-colors:active){.client-hero h1 em,.closing-cta h2 em,.inner-hero h1 em{color:CanvasText}}:root{--public-header-offset:104px}html{scroll-padding-top:var(--public-header-offset)}article,body,div,footer,header,main,nav,section{min-width:0}[id]{scroll-margin-top:var(--public-header-offset)}.site-header{inset:12px clamp(12px,2.4vw,36px) auto;min-height:62px;padding:7px 8px 7px 13px;gap:clamp(10px,1.6vw,20px)}.brand,.brand>span:last-child{min-width:0}.brand small{max-width:230px;line-height:1.25;white-space:normal}.desktop-nav{min-width:0}.desktop-nav a{min-height:44px;padding-inline:clamp(9px,1vw,13px);white-space:nowrap}.header-login{min-height:44px;padding-inline:14px}.mobile-menu summary{min-width:46px;min-height:46px}.mobile-menu:not([open]) nav{display:none}.mobile-menu nav{inset:calc(var(--public-header-offset) - 16px) 10px auto;max-height:calc(100dvh - var(--public-header-offset));overflow-y:auto;overscroll-behavior:contain}.mobile-menu nav a{min-height:48px}canvas,img,svg,video{max-width:100%}a,button,summary{touch-action:manipulation}@media (max-width:1180px){.desktop-nav,.header-login{display:none}.site-header{grid-template-columns:1fr auto}.mobile-menu{display:block}}@media (max-width:640px){:root{--public-header-offset:94px}.site-header{inset-inline:8px;border-radius:16px}.brand-symbol{width:36px;height:36px}.brand small{max-width:185px;font-size:.5rem;letter-spacing:.07em}.about-story h2,.client-hero h1,.how-heading h2,.inner-hero h1,.preview-copy h2,.section-copy h2,.trust-simple h2{overflow-wrap:anywhere}}@media (max-width:420px){#hero-title{font-size:clamp(3rem,14.5vw,3.7rem)!important;overflow-wrap:anywhere}#hero-title,#hero-title+p+p+div{width:calc(100vw - 54px);max-width:calc(100vw - 54px)}#hero-title+p+p+div{grid-template-columns:1fr}#hero-title+p+p+div>*{width:100%;max-width:100%}section#availability{width:calc(100% - 64px);max-width:calc(100% - 64px);margin-inline:auto;overflow:clip}section#availability>div:last-child{width:calc(100% - 18px);max-width:calc(100% - 18px);margin-inline:auto;grid-template-columns:repeat(2,minmax(0,1fr))}[data-area]{width:100%;min-width:0;max-width:100%;overflow-wrap:anywhere}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{color:var(--text,#13202b)!important}.brand-symbol,.mg-brand-mark{flex:0 0 auto!important;width:44px!important;height:44px!important;border:0!important;border-radius:0!important;background-color:transparent!important;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%3Cpath%20d%3D%22M18%203h12v4h6v5h5v6h4v12h-4v6h-5v5h-6v4H18v-4h-6v-5H7v-6H3V18h4v-6h5V7h6V3Z%22%20fill%3D%22none%22%20stroke%3D%22%23C99532%22%20stroke-width%3D%221.7%22%20stroke-linejoin%3D%22miter%22%2F%3E%0A%3Cpath%20d%3D%22M24%209%2039%2024%2024%2039%209%2024%2024%209Z%22%20fill%3D%22none%22%20stroke%3D%22%23E0B55B%22%20stroke-width%3D%221.15%22%20opacity%3D%22.95%22%2F%3E%0A%3Cpath%20d%3D%22M24%2011.5c-4.8%204.1-5.5%208.3%200%2012.5%205.5-4.2%204.8-8.4%200-12.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23E9C77C%22%20stroke-width%3D%221.15%22%2F%3E%0A%3Cpath%20d%3D%22M36.5%2024c-4.1-4.8-8.3-5.5-12.5%200%204.2%205.5%208.4%204.8%2012.5%200Z%22%20fill%3D%22none%22%20stroke%3D%22%23E9C77C%22%20stroke-width%3D%221.15%22%2F%3E%0A%3Cpath%20d%3D%22M24%2036.5c4.8-4.1%205.5-8.3%200-12.5-5.5%204.2-4.8%208.4%200%2012.5Z%22%20fill%3D%22none%22%20stroke%3D%22%23E9C77C%22%20stroke-width%3D%221.15%22%2F%3E%0A%3Cpath%20d%3D%22M11.5%2024c4.1%204.8%208.3%205.5%2012.5%200-4.2-5.5-8.4-4.8-12.5%200Z%22%20fill%3D%22none%22%20stroke%3D%22%23E9C77C%22%20stroke-width%3D%221.15%22%2F%3E%0A%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%227%22%20fill%3D%22none%22%20stroke%3D%22%23C99532%22%20stroke-width%3D%221.4%22%2F%3E%0A%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%224.3%22%20fill%3D%22%23D89B2B%22%2F%3E%0A%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%221.65%22%20fill%3D%22%23FFF0C8%22%2F%3E%0A%3C%2Fsvg%3E")!important;background-repeat:no-repeat!important;background-position:50%!important;background-size:contain!important;box-shadow:none!important;animation:none!important;color:transparent!important;font-size:0!important}.brand small,.brand-symbol i,.brand-symbol:after,.brand-symbol:before,.mg-brand small{display:none!important}.mg-brand>span:last-child{gap:0!important}.mg-brand strong{font-size:0!important;line-height:1!important}.mg-brand strong:after{content:"AIKundli";display:inline-block;color:var(--mg-text,#f5f2e8);font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:600;letter-spacing:.01em;line-height:1}@media (max-width:540px){.brand-symbol,.mg-brand-mark{width:40px!important;height:40px!important}.mg-brand strong:after{font-size:18px}}:root{--v2-bg:#eef1f5;--v2-paper:#f8fafc;--v2-ink:#171820;--v2-muted:#66707d;--v2-line:rgba(23,24,32,.12);--v2-dark:#191b22;--v2-dark-2:#232631;--v2-coral:#f0644d;--v2-coral-soft:#ffd7cf;--v2-aqua:#54c7bd;--v2-lime:#c6ef69;--v2-white:#fff;--v2-radius:28px;--v2-shadow:0 24px 80px rgba(30,34,44,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.v2-app-shell{min-height:100vh;background:radial-gradient(circle at 78% 0,rgba(84,199,189,.16),transparent 22rem),var(--v2-bg)}.v2-topbar{width:min(1440px,calc(100% - 48px));min-height:86px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px}.v2-brand{display:inline-flex;align-items:center;gap:12px;width:max-content;font-weight:820;font-size:1.18rem}.v2-mark{position:relative;width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(23,24,32,.2);border-radius:12px;transform:rotate(45deg);background:rgba(255,255,255,.55)}.v2-mark i:first-child{width:16px;height:16px;border:1.5px solid var(--v2-coral)}.v2-mark i:nth-child(2){width:8px;height:8px;border:1.5px solid var(--v2-aqua)}.v2-mark b,.v2-mark i:nth-child(2){position:absolute;border-radius:50%}.v2-mark b{width:4px;height:4px;background:var(--v2-lime);box-shadow:0 0 0 4px rgba(198,239,105,.18)}.v2-brand>span:last-child{transform:translateY(1px)}.v2-nav{display:flex;gap:8px;padding:6px;border:1px solid var(--v2-line);background:rgba(255,255,255,.58);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.v2-nav,.v2-nav a{border-radius:999px}.v2-nav a{padding:10px 16px;font-size:.88rem;color:var(--v2-muted)}.v2-nav a[data-active=true]{background:var(--v2-dark);color:white}.v2-account-button{justify-self:end;display:inline-flex;gap:12px;align-items:center;padding:11px 14px 11px 17px;border-radius:999px;background:var(--v2-white);border:1px solid var(--v2-line);font-size:.86rem;font-weight:700}.v2-account-button b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:white}.v2-home,.v2-page{width:min(1440px,calc(100% - 48px));margin:0 auto}.v2-hero{min-height:690px;padding:clamp(50px,7vw,96px);border-radius:36px;background:var(--v2-dark);color:white;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;grid-gap:60px;gap:60px;overflow:hidden;position:relative;box-shadow:var(--v2-shadow)}.v2-hero:before{content:"";position:absolute;inset:auto -10% -45% 35%;height:85%;border-radius:50%;background:radial-gradient(circle,rgba(240,100,77,.22),transparent 66%);pointer-events:none}.v2-kicker{display:inline-block;font-size:.72rem;letter-spacing:.17em;text-transform:uppercase;font-weight:800;color:var(--v2-coral)}.v2-hero .v2-kicker{color:var(--v2-lime)}.v2-hero h1{margin:20px 0 24px;max-width:760px;font-size:clamp(3.2rem,6.7vw,6.7rem);line-height:.93;letter-spacing:-.075em;font-weight:760}.v2-dashboard-hero h1 em,.v2-hero h1 em,.v2-philosophy h2 em{color:var(--v2-coral);font-style:normal;font-weight:inherit}.v2-hero-copy>p{max-width:620px;color:#c7cbd3;font-size:1.08rem;line-height:1.75}.v2-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.v2-primary,.v2-secondary{padding:0 20px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-weight:780;font-size:.9rem;border:1px solid transparent;cursor:pointer}.v2-primary{background:var(--v2-coral);color:white;box-shadow:0 14px 30px rgba(240,100,77,.22)}.v2-primary:hover{transform:translateY(-1px)}.v2-secondary{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);color:inherit}.v2-guidance-section .v2-secondary,.v2-page .v2-secondary{background:white;border-color:var(--v2-line);color:var(--v2-ink)}.v2-proof-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:48px;color:#8f96a3;font-size:.76rem}.v2-proof-row span{display:flex;gap:8px;align-items:center}.v2-proof-row b{color:var(--v2-aqua)}.v2-hero-orbit{min-height:500px;position:relative;display:grid;place-items:center}.v2-orbit-core{width:210px;height:210px;border-radius:50%;border:1px solid rgba(255,255,255,.13);display:grid;place-items:center;position:relative;background:radial-gradient(circle at 40% 35%,#303541,#181a21 68%);box-shadow:0 0 0 42px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.015)}.v2-orbit-core:after,.v2-orbit-core:before{content:"";position:absolute;border:1px solid rgba(84,199,189,.28);border-radius:50%}.v2-orbit-core:before{inset:-72px;border-style:dashed}.v2-orbit-core:after{inset:-130px;border-color:rgba(240,100,77,.15)}.v2-orbit-core b{font-size:5rem;letter-spacing:-.1em}.v2-orbit-core span{position:absolute;top:48px;right:56px;color:var(--v2-aqua);font-size:.65rem;font-weight:800}.v2-orbit-core i{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--v2-lime);top:29px;left:72px;box-shadow:0 0 26px var(--v2-lime)}.v2-orbit-card{position:absolute;z-index:2;width:230px;padding:18px 19px;border:1px solid rgba(255,255,255,.13);background:rgba(35,38,49,.78);border-radius:20px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 18px 50px rgba(0,0,0,.18)}.v2-orbit-card small{color:var(--v2-aqua);font-size:.6rem;letter-spacing:.12em}.v2-orbit-card b,.v2-orbit-card span{display:block}.v2-orbit-card b{margin:8px 0 5px;font-size:.95rem}.v2-orbit-card span{color:#8e95a1;font-size:.72rem}.v2-orbit-card-a{top:42px;left:0}.v2-orbit-card-b{right:-10px;bottom:68px}.v2-orbit-signal{position:absolute;right:22px;top:58px;color:#737b87;font-size:.66rem;line-height:1.5;text-transform:uppercase;letter-spacing:.14em}.v2-guidance-section{padding:110px 0 80px}.v2-section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:34px}.v2-section-heading h2{margin:10px 0 0;font-size:clamp(2.2rem,4.6vw,4.8rem);letter-spacing:-.06em;line-height:.98}.v2-section-heading>p{max-width:440px;color:var(--v2-muted);line-height:1.7}.v2-guidance-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.v2-guidance-card{min-height:310px;padding:28px;border-radius:var(--v2-radius);background:var(--v2-paper);border:1px solid rgba(23,24,32,.08);display:flex;flex-direction:column;position:relative;transition:.2s ease;overflow:hidden}.v2-guidance-card:hover{transform:translateY(-4px);box-shadow:var(--v2-shadow);border-color:rgba(240,100,77,.25)}.v2-card-index{color:#9aa2ad;font-size:.66rem;letter-spacing:.14em}.v2-card-glyph{position:absolute;right:26px;top:22px;font-style:normal;width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#1d2028;color:var(--v2-lime);font-size:1.15rem}.v2-guidance-card h3{margin:auto 0 8px;font-size:1.65rem;letter-spacing:-.04em}.v2-guidance-card p{color:var(--v2-muted);line-height:1.55;margin:0 0 20px}.v2-guidance-card>b{font-size:.78rem;display:flex;justify-content:space-between;padding-top:18px;border-top:1px solid var(--v2-line)}.v2-intelligence-strip{margin:40px 0 100px;padding:52px;border-radius:34px;background:#dce5e6;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:80px;gap:80px}.v2-intelligence-intro h2{font-size:clamp(2rem,3.4vw,3.8rem);line-height:1;letter-spacing:-.055em;margin:12px 0 18px}.v2-intelligence-intro p{color:#5d6871;line-height:1.7}.v2-intelligence-intro a{display:inline-block;margin-top:20px;font-weight:800;font-size:.82rem}.v2-layer-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(23,24,32,.16)}.v2-layer-list a{min-height:88px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;grid-gap:12px;gap:12px;border-bottom:1px solid rgba(23,24,32,.16)}.v2-layer-list a:nth-child(odd){padding-right:24px;border-right:1px solid rgba(23,24,32,.16)}.v2-layer-list a:nth-child(2n){padding-left:24px}.v2-layer-list span{color:var(--v2-coral);font-size:.68rem;font-weight:900}.v2-layer-list b{font-size:.88rem}.v2-layer-list em{color:#7d8790;font-style:normal;font-size:.65rem}.v2-philosophy{margin-bottom:100px;border-radius:36px;background:var(--v2-paper);padding:70px;display:grid;grid-template-columns:1fr 1fr;grid-gap:100px;gap:100px}.v2-philosophy h2{margin:14px 0 0;font-size:clamp(2.7rem,5vw,5.6rem);line-height:.95;letter-spacing:-.07em}.v2-philosophy-copy{align-self:end}.v2-philosophy-copy p{color:var(--v2-muted);line-height:1.8}.v2-philosophy-copy .v2-secondary{margin-top:18px}.v2-footer{width:min(1440px,calc(100% - 48px));margin:0 auto;padding:42px 0 36px;border-top:1px solid var(--v2-line);display:grid;grid-template-columns:1.2fr 1fr;grid-gap:30px;gap:30px;align-items:start}.v2-footer>div:first-child p{max-width:500px;color:var(--v2-muted);font-size:.82rem;line-height:1.6}.v2-footer-links{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:18px;font-size:.78rem;font-weight:720}.v2-footer>small{grid-column:1/-1;color:#89919c}.v2-page{padding:48px 0 100px}.v2-start-page{max-width:1160px}.v2-wizard{background:var(--v2-paper);border-radius:36px;padding:clamp(28px,5vw,64px);box-shadow:var(--v2-shadow);min-height:650px}.v2-wizard-head{display:flex;justify-content:space-between;gap:30px;align-items:end;padding-bottom:28px;border-bottom:1px solid var(--v2-line)}.v2-wizard-head h1{margin:10px 0 0;font-size:clamp(2rem,4vw,4.2rem);letter-spacing:-.06em;line-height:1;max-width:760px}.v2-progress{display:flex;gap:6px}.v2-progress span{width:38px;height:5px;border-radius:9px;background:#d9dee4}.v2-progress span[data-on=true]{background:var(--v2-coral)}.v2-demo-boundary{margin:24px 0;padding:14px 16px;border-radius:14px;background:#e4f4f1;color:#316c68;display:flex;gap:12px;font-size:.78rem}.v2-demo-boundary b{color:#1c5350}.v2-wizard-stage{max-width:820px;margin:58px auto 0}.v2-step-number{color:var(--v2-coral);font-size:.7rem;font-weight:900;letter-spacing:.15em}.v2-wizard-stage h2{font-size:clamp(2rem,3.5vw,3.7rem);margin:10px 0;letter-spacing:-.055em}.v2-wizard-stage>p:not(.v2-step-number){color:var(--v2-muted);line-height:1.7;max-width:650px}.v2-field{display:grid;grid-gap:8px;gap:8px;margin:24px 0}.v2-field span{font-size:.72rem;font-weight:800;color:#525d69}.v2-field input,.v2-field textarea{width:100%;border:1px solid var(--v2-line);background:white;border-radius:15px;padding:15px 16px;color:var(--v2-ink);outline:none}.v2-field textarea{min-height:100px;resize:none}.v2-field-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 16px;gap:0 16px}.v2-field-wide{grid-column:1/-1}.v2-wizard-actions{display:flex;justify-content:space-between;gap:12px;margin-top:30px}.v2-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin:26px 0}.v2-choice-grid button{padding:17px;border-radius:14px;background:white;border:1px solid var(--v2-line);color:var(--v2-ink);font-weight:720;cursor:pointer}.v2-choice-grid button[data-selected=true]{background:var(--v2-dark);color:white;border-color:var(--v2-dark);box-shadow:inset 0 -3px 0 var(--v2-coral)}.v2-dashboard-hero{padding:70px 0 62px;display:flex;justify-content:space-between;align-items:end;gap:30px}.v2-dashboard-hero h1{margin:12px 0;font-size:clamp(3rem,6vw,6.2rem);line-height:.94;letter-spacing:-.075em}.v2-dashboard-hero p{color:var(--v2-muted);max-width:650px;line-height:1.7}.v2-dash-section{padding:48px 0 70px;border-top:1px solid var(--v2-line)}.v2-dash-title{display:flex;gap:18px;align-items:start;margin-bottom:26px}.v2-dash-title>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--v2-dark);color:var(--v2-lime);font-size:.65rem;font-weight:900}.v2-dash-title h2{margin:0;font-size:1.7rem;letter-spacing:-.04em}.v2-dash-title p{margin:5px 0 0;color:var(--v2-muted);font-size:.85rem}.v2-dash-grid{display:grid;grid-gap:12px;gap:12px}.v2-dash-grid-primary{grid-template-columns:repeat(3,1fr)}.v2-dash-card{padding:24px;min-height:220px;border-radius:24px;background:var(--v2-paper);border:1px solid var(--v2-line);display:flex;flex-direction:column;align-items:flex-start}.v2-dash-card>i{width:42px;height:42px;border-radius:13px;background:#1f222b;display:grid;place-items:center;color:var(--v2-lime);font-style:normal}.v2-dash-card>div{margin:auto 0 18px}.v2-dash-card h3{margin:0 0 7px;font-size:1.2rem}.v2-dash-card p{margin:0;color:var(--v2-muted);line-height:1.5;font-size:.8rem}.v2-status{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;padding:0 10px;font-size:.62rem;font-weight:820;letter-spacing:.025em;background:#e7eaee;color:#59636e}.v2-status-synthetic-only{background:var(--v2-coral-soft);color:#9e3f30}.v2-status-pilot-infrastructure{background:#d7f1ed;color:#34716c}.v2-compact-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.v2-compact-grid a{min-height:118px;padding:18px;border-radius:20px;background:#dde4e8;display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center}.v2-compact-grid i{font-style:normal;color:var(--v2-coral);font-weight:900;font-size:.68rem}.v2-compact-grid span b,.v2-compact-grid span small{display:block}.v2-compact-grid small{color:var(--v2-muted);margin-top:5px;line-height:1.4}.v2-compact-grid em{font-style:normal}.v2-dash-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;padding:60px 0;border-top:1px solid var(--v2-line)}.v2-stack-list{display:grid;grid-gap:8px;gap:8px}.v2-stack-list a{display:grid;grid-template-columns:36px 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--v2-line)}.v2-stack-list i{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:white;color:var(--v2-coral);font-style:normal;font-size:.68rem;font-weight:900}.v2-stack-list span b,.v2-stack-list span small{display:block}.v2-stack-list small{color:var(--v2-muted);margin-top:4px}.v2-stack-list em{font-style:normal;color:#7c8791}.v2-feature-page{max-width:1260px}.v2-feature-hero{padding:80px 0 68px;display:grid;grid-template-columns:100px 1fr;grid-gap:34px;gap:34px;align-items:start}.v2-feature-glyph{width:88px;height:88px;display:grid;place-items:center;border-radius:26px;background:var(--v2-dark);color:var(--v2-lime);font-size:1.5rem;font-weight:900}.v2-feature-hero h1{margin:12px 0 18px;font-size:clamp(3rem,6vw,6rem);line-height:.94;letter-spacing:-.07em;max-width:1000px}.v2-feature-hero p{color:var(--v2-muted);font-size:1.05rem;line-height:1.75;max-width:800px}.v2-result-anatomy,.v2-signal-board{padding:52px;border-radius:30px;background:var(--v2-paper);margin-bottom:18px}.v2-result-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.v2-result-grid article{padding:22px;border-radius:20px;background:#e9edf0}.v2-result-grid article span{color:var(--v2-coral);font-size:.66rem;font-weight:900}.v2-result-grid h3{margin:34px 0 8px}.v2-result-grid p{color:var(--v2-muted);font-size:.8rem;line-height:1.55}.v2-signal-board{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:50px;gap:50px}.v2-signal-board h2{font-size:2.6rem;line-height:1;letter-spacing:-.055em;margin:12px 0}.v2-signal-board p{color:var(--v2-muted);line-height:1.65}.v2-signal-slots{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.v2-signal-slots article{padding:20px;border-radius:18px;background:#e8edef}.v2-signal-slots b,.v2-signal-slots small,.v2-signal-slots span{display:block}.v2-signal-slots small{font-size:.59rem;letter-spacing:.12em;color:var(--v2-coral);font-weight:900}.v2-signal-slots b{margin:24px 0 6px}.v2-signal-slots span{font-size:.73rem;color:var(--v2-muted)}.v2-integration-panel{margin-top:18px;padding:42px;border-radius:30px;background:var(--v2-dark);color:white;display:grid;grid-template-columns:1fr auto;grid-gap:40px;gap:40px;align-items:center}.v2-integration-panel h2{margin:10px 0;font-size:2rem;letter-spacing:-.04em}.v2-integration-panel p{color:#aeb5c0;max-width:720px;line-height:1.65}.v2-integration-meta{min-width:250px;display:grid;grid-gap:12px;gap:12px;justify-items:start}.v2-integration-meta>span:not(.v2-status){font-size:.72rem;color:#aeb5c0}.v2-integration-meta code{color:var(--v2-aqua)}.v2-integration-meta a{font-size:.78rem;font-weight:800;color:var(--v2-lime)}.v2-two-profile{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:18px;gap:18px;align-items:center;margin-bottom:18px}.v2-two-profile>div{padding:36px;border-radius:26px;background:var(--v2-paper)}.v2-two-profile>div>span{color:var(--v2-coral);font-size:.7rem;font-weight:900}.v2-two-profile h2{margin:34px 0 8px}.v2-two-profile p{color:var(--v2-muted)}.v2-two-profile>i{font-style:normal;font-size:2rem;color:#89929c}.v2-ask-demo{display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:40px;gap:40px;background:var(--v2-paper);padding:42px;border-radius:30px;margin-bottom:18px}.v2-ask-demo h2{font-size:2.4rem;letter-spacing:-.05em;margin:10px 0}.v2-ask-demo p{color:var(--v2-muted);line-height:1.7}.v2-composer textarea{width:100%;min-height:140px;padding:18px;border-radius:18px;border:1px solid var(--v2-line);background:#e9edf0}.v2-composer button{margin-top:10px;padding:13px 18px;border:0;border-radius:13px;background:#cbd1d6;color:#7a838c}.v2-composer small{display:block;color:#8a939d;margin-top:10px}.v2-empty-state{padding:60px;border-radius:30px;background:var(--v2-paper);margin-bottom:18px}.v2-empty-state h2{font-size:2.6rem;letter-spacing:-.05em;margin:12px 0}.v2-empty-state p{color:var(--v2-muted);max-width:680px;line-height:1.7}.v2-profile-preview{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:18px}.v2-profile-preview div{padding:28px;border-radius:22px;background:var(--v2-paper)}.v2-profile-preview b,.v2-profile-preview small,.v2-profile-preview span{display:block}.v2-profile-preview span{color:var(--v2-coral);font-size:.62rem;font-weight:900;letter-spacing:.12em}.v2-profile-preview b{margin:32px 0 7px}.v2-profile-preview small{color:var(--v2-muted)}.v2-control-list{display:grid;grid-gap:8px;gap:8px}.v2-control-list article{display:grid;grid-template-columns:50px 1fr auto;align-items:center;grid-gap:18px;gap:18px;padding:22px 26px;border-radius:20px;background:var(--v2-paper)}.v2-control-list article>span{color:var(--v2-coral);font-weight:900;font-size:.7rem}.v2-control-list h2{margin:0 0 4px;font-size:1.1rem}.v2-control-list p{margin:0;color:var(--v2-muted);font-size:.8rem}.v2-control-list article>b{font-size:.7rem;color:#35736d;background:#d7f1ed;padding:7px 10px;border-radius:999px}.v2-status-page{max-width:1200px}.v2-status-hero{padding:82px 0 55px}.v2-status-hero h1{font-size:clamp(3rem,6vw,6rem);line-height:.95;letter-spacing:-.07em;margin:14px 0 22px}.v2-status-hero p{max-width:820px;color:var(--v2-muted);line-height:1.75;font-size:1.05rem}.v2-status-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.v2-status-cards article{min-height:290px;padding:28px;border-radius:26px;background:var(--v2-paper);display:flex;flex-direction:column}.v2-status-cards article>span{font-size:.62rem;font-weight:900;letter-spacing:.12em;color:var(--v2-coral)}.v2-status-cards h2{margin:auto 0 10px;font-size:1.55rem}.v2-status-cards p{color:var(--v2-muted);font-size:.82rem;line-height:1.6}.v2-status-cards a{margin-top:14px;font-size:.76rem;font-weight:800}.login-page{background:var(--v2-bg)!important;color:var(--v2-ink)!important}.login-chamber{background:var(--v2-paper)!important}.login-card{border-radius:28px!important;box-shadow:var(--v2-shadow)!important}.login-card h1{color:var(--v2-ink)!important;letter-spacing:-.05em!important}.login-card p,.login-card small{color:var(--v2-muted)!important}.login-notice{background:#e4f4f1!important;border-color:rgba(84,199,189,.35)!important}.login-page .primary-action{background:var(--v2-coral)!important;color:white!important}.login-page .brand-symbol{filter:none}.policy-hero{background:var(--v2-dark)!important;color:white!important}.policy-hero .eyebrow{color:var(--v2-lime)!important}.policy-body{background:var(--v2-paper)!important}.policy-body,.policy-body h2{color:var(--v2-ink)!important}.policy-body p{color:var(--v2-muted)!important}.site-header{background:rgba(248,250,252,.9)!important;border-bottom-color:var(--v2-line)!important}.site-header .brand small{display:none!important}.desktop-nav a,.header-login,.site-header .brand b{color:var(--v2-ink)!important}.site-footer{background:var(--v2-dark)!important;color:white!important}@media (max-width:1050px){.v2-topbar{grid-template-columns:1fr auto}.v2-nav{display:none}.v2-hero{grid-template-columns:1fr;padding:64px 50px}.v2-hero-orbit{min-height:420px}.v2-guidance-grid{grid-template-columns:repeat(2,1fr)}.v2-ask-demo,.v2-intelligence-strip,.v2-philosophy,.v2-signal-board{grid-template-columns:1fr;gap:36px}.v2-compact-grid,.v2-dash-grid-primary,.v2-result-grid{grid-template-columns:repeat(2,1fr)}.v2-profile-preview,.v2-status-cards{grid-template-columns:1fr}}@media (max-width:720px){.v2-footer,.v2-home,.v2-page,.v2-topbar{width:min(100% - 28px,1440px)}.v2-topbar{min-height:72px}.v2-account-button span{display:none}.v2-account-button{padding:7px}.v2-hero{min-height:auto;padding:48px 24px;border-radius:26px;gap:24px}.v2-hero h1{font-size:3.35rem}.v2-hero-orbit{min-height:360px;transform:scale(.86)}.v2-orbit-card-a{left:-28px}.v2-orbit-card-b{right:-32px}.v2-guidance-section{padding:70px 0 50px}.v2-section-heading{display:block}.v2-section-heading>p{margin-top:18px}.v2-guidance-grid{grid-template-columns:1fr}.v2-guidance-card{min-height:260px}.v2-intelligence-strip,.v2-philosophy{padding:28px;border-radius:26px}.v2-layer-list{grid-template-columns:1fr}.v2-layer-list a:nth-child(2n),.v2-layer-list a:nth-child(odd){padding:0;border-right:0}.v2-philosophy{margin-bottom:70px}.v2-footer{grid-template-columns:1fr}.v2-footer-links{justify-content:flex-start}.v2-wizard{padding:24px;border-radius:26px}.v2-wizard-head{display:block}.v2-progress{margin-top:20px}.v2-demo-boundary{display:grid}.v2-wizard-stage{margin-top:38px}.v2-choice-grid,.v2-field-grid{grid-template-columns:1fr}.v2-field-wide{grid-column:auto}.v2-dashboard-hero{display:block}.v2-dashboard-hero .v2-primary{margin-top:20px}.v2-compact-grid,.v2-dash-grid-primary,.v2-dash-split{grid-template-columns:1fr}.v2-dash-split{gap:48px}.v2-feature-hero{grid-template-columns:1fr;padding-top:54px}.v2-feature-glyph{width:64px;height:64px;border-radius:20px}.v2-ask-demo,.v2-empty-state,.v2-integration-panel,.v2-result-anatomy,.v2-signal-board{padding:26px}.v2-integration-panel,.v2-result-grid,.v2-signal-slots,.v2-two-profile{grid-template-columns:1fr}.v2-two-profile>i{text-align:center}.v2-control-list article{grid-template-columns:32px 1fr}.v2-control-list article>b{grid-column:2}.v2-status-hero{padding-top:50px}}.v2-access-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#191b22;color:white}.v2-access-story{padding:clamp(34px,6vw,82px);display:flex;flex-direction:column;position:relative;overflow:hidden}.v2-access-story:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;bottom:-220px;background:radial-gradient(circle,rgba(84,199,189,.34),rgba(240,100,77,.16) 45%,transparent 70%)}.v2-access-story .v2-brand{color:white}.v2-access-story>.v2-brand{margin-bottom:auto}.v2-access-story>div:nth-child(2){max-width:650px;margin:80px 0}.v2-access-story h1{font-size:clamp(3.2rem,6vw,6.4rem);line-height:.93;letter-spacing:-.075em;margin:16px 0 24px}.v2-access-story p{max-width:600px;color:#aeb5c0;line-height:1.75}.v2-access-principles{display:grid;grid-gap:10px;gap:10px;position:relative;z-index:1}.v2-access-principles span{display:flex;gap:12px;align-items:center;color:#aeb5c0;font-size:.78rem}.v2-access-principles b{color:#c6ef69;font-size:.65rem}.v2-access-panel{background:#f8fafc;color:#171820;padding:clamp(28px,5vw,66px);display:flex;flex-direction:column}.v2-access-top{display:flex;justify-content:space-between;gap:20px;color:#737d89;font-size:.72rem;font-weight:750}.v2-access-card{width:min(570px,100%);margin:auto}.v2-access-card h2{font-size:clamp(2.5rem,4.5vw,4.5rem);line-height:.98;letter-spacing:-.065em;margin:14px 0 18px}.v2-access-card>p{color:#66707d;line-height:1.7}.v2-access-disabled,.v2-access-form{display:grid;grid-gap:14px;gap:14px;margin:30px 0}.v2-access-disabled label,.v2-access-form label{display:grid;grid-gap:8px;gap:8px}.v2-access-disabled label span,.v2-access-form label span{font-size:.7rem;font-weight:800;color:#59636e}.v2-access-disabled input,.v2-access-form input{width:100%;padding:16px;border-radius:14px;border:1px solid rgba(23,24,32,.14);background:white;color:#171820;outline:none}.v2-access-disabled button{padding:15px;border:0;border-radius:14px;background:#d9dee3;color:#828b95;font-weight:800}.v2-access-form .v2-primary{border:0;width:100%}.v2-access-note{padding:17px;border-radius:16px;background:#e4f4f1;color:#316c68;font-size:.78rem;line-height:1.55}.v2-access-note p{margin:6px 0 0}.v2-access-warning{background:#fff0e8;color:#914d3f}.v2-reset-link{font-size:.75rem;font-weight:800;color:#59636e;text-align:center}.v2-form-error{color:#a03931;background:#ffe4df;padding:12px 14px;border-radius:12px;font-size:.78rem}.v2-access-details{margin-top:24px;border-top:1px solid rgba(23,24,32,.12);padding-top:18px;color:#66707d;font-size:.75rem;line-height:1.6}.v2-access-details summary{font-weight:800;color:#353b44;cursor:pointer}.v2-access-details p{margin:12px 0}.v2-private-preview .v2-access-story:before{content:"PREVIEW";position:absolute;right:7%;top:14%;font-size:9rem;font-weight:900;letter-spacing:-.08em;color:rgba(255,255,255,.025);transform:rotate(-9deg)}@media(max-width:900px){.v2-access-page{grid-template-columns:1fr}.v2-access-story{min-height:520px}.v2-access-story>div:nth-child(2){margin:70px 0 45px}.v2-access-panel{min-height:620px}.v2-access-card{margin:70px auto}}@media(max-width:600px){.v2-access-panel,.v2-access-story{padding:28px}.v2-access-story{min-height:500px}.v2-access-story h1{font-size:3.6rem}.v2-access-top span{display:none}.v2-access-card{margin:55px auto}}:root{--v2-bg:#eee8dc;--v2-paper:#f8f3e8;--v2-ink:#17211f;--v2-muted:#65706b;--v2-line:rgba(23,33,31,.14);--v2-dark:#13201d;--v2-dark-2:#1c2a27;--v2-coral:#b94f38;--v2-coral-soft:#ead2c5;--v2-aqua:#2e746c;--v2-lime:#c69a54;--v2-white:#fffdf8;--v2-shadow:0 28px 70px rgba(35,45,39,.11)}body{background:var(--v2-bg);color:var(--v2-ink);font-family:Avenir Next,Segoe UI Variable,Inter,ui-sans-serif,system-ui,sans-serif;text-rendering:optimizeLegibility}.v2-app-shell{background:radial-gradient(circle at 86% 3%,rgba(46,116,108,.12),transparent 23rem),linear-gradient(180deg,#f2eee5,#eee8dc 52%,#ebe4d7)}.v2-topbar{width:min(1440px,calc(100% - 56px));min-height:92px}.v2-brand{color:#18231f;font-weight:780;letter-spacing:-.035em}.v2-mark{width:38px;height:38px;border-color:rgba(23,33,31,.2);border-radius:11px;background:rgba(255,253,248,.72);box-shadow:0 8px 24px rgba(30,40,35,.08)}.v2-mark i:first-child{border-color:var(--v2-coral)}.v2-mark i:nth-child(2){border-color:var(--v2-aqua)}.v2-mark b{background:#c69a54;box-shadow:0 0 0 4px rgba(198,154,84,.14)}.v2-nav{background:rgba(255,253,248,.78);border-color:rgba(23,33,31,.12);box-shadow:0 8px 26px rgba(35,45,39,.05)}.v2-nav a{color:#59645f;font-weight:650}.v2-nav a:hover{color:var(--v2-ink);background:rgba(46,116,108,.07)}.v2-nav a[data-active=true]{background:#19302b;color:#fffaf0}.v2-account-button{background:#fffdf8;border-color:rgba(23,33,31,.13)}.v2-account-button b{background:var(--v2-coral)}.v2-kicker{color:#8c5e2f;letter-spacing:.15em}.v2-primary{background:#aa4632;color:#fff;box-shadow:0 14px 30px rgba(170,70,50,.2)}.v2-primary:hover{background:#963d2c}.v2-secondary{border-color:rgba(255,255,255,.18)}.v2-guidance-section .v2-secondary,.v2-page .v2-secondary,.v2-process-next .v2-secondary{background:#fffdf8;border-color:var(--v2-line);color:var(--v2-ink)}.v2-account-button:focus-visible,.v2-choice-grid button:focus-visible,.v2-nav a:focus-visible,.v2-primary:focus-visible,.v2-secondary:focus-visible,summary:focus-visible{outline:3px solid rgba(46,116,108,.38);outline-offset:3px}.cultural-hero{min-height:680px;background:radial-gradient(circle at 79% 42%,rgba(198,154,84,.1),transparent 19rem),radial-gradient(circle at 87% 110%,rgba(185,79,56,.17),transparent 30rem),linear-gradient(135deg,#111b19,#162522 58%,#101817);border:1px solid rgba(198,154,84,.18);box-shadow:0 30px 90px rgba(24,36,32,.18)}.cultural-hero:before{display:none}.cultural-hero .v2-kicker{color:#d4af70}.cultural-hero .v2-hero-copy>p{color:#cbd1ca}.v2-hero h1{letter-spacing:-.064em;font-weight:720}.v2-dashboard-hero h1 em,.v2-hero h1 em,.v2-philosophy h2 em{color:#dc7355}.v2-proof-row{color:#9da9a2}.v2-proof-row b{color:#7fc0b5}.v2-public-truth{margin-top:24px;max-width:600px;font-size:.72rem!important;line-height:1.55!important;color:#95a39b!important}.kundli-map{min-height:520px;position:relative;display:grid;place-items:center;margin:0;isolation:isolate}.kundli-map-halo{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(46,116,108,.14),transparent 68%);filter:blur(4px)}.kundli-map-svg{width:min(100%,510px);height:auto;overflow:visible}.kundli-map-svg *{vector-effect:non-scaling-stroke}.kundli-frame{fill:rgba(255,255,255,.012);stroke:rgba(198,154,84,.48);stroke-width:1.3}.kundli-diamond{fill:none;stroke:rgba(226,201,153,.4);stroke-width:1}.kundli-grid{fill:none;stroke:rgba(232,229,214,.16);stroke-width:1}.kundli-inner{fill:rgba(255,255,255,.01);stroke:rgba(46,116,108,.48);stroke-width:1}.kundli-orbit{fill:none;stroke:rgba(117,185,174,.24);stroke-width:1;stroke-dasharray:3 8}.kundli-orbit-two{stroke:rgba(198,154,84,.22);stroke-dasharray:1 7}.kundli-evidence{fill:none;stroke:rgba(220,115,85,.5);stroke-width:1.4;stroke-linecap:round;stroke-dasharray:2 8}.kundli-bindu-glow{fill:rgba(198,154,84,.09);stroke:rgba(198,154,84,.22)}.kundli-bindu{fill:#d0a35b;filter:drop-shadow(0 0 12px rgba(208,163,91,.72))}.kundli-label{position:absolute;display:grid;grid-gap:3px;gap:3px;padding:10px 12px;min-width:112px;border:1px solid rgba(240,232,213,.13);border-radius:12px;background:rgba(18,30,27,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f4efe4;box-shadow:0 16px 34px rgba(0,0,0,.16)}.kundli-label b{font-size:.75rem;font-weight:720}.kundli-label small{color:#8e9d95;font-size:.6rem}.kundli-label-lagna{left:1%;top:15%}.kundli-label-nakshatra{right:0;top:24%}.kundli-label-dasha{left:9%;bottom:18%}.kundli-label-transit{right:4%;bottom:12%}.kundli-map-caption{position:absolute;bottom:1%;color:#8fa097;font-size:.62rem;text-transform:uppercase;letter-spacing:.14em}.v2-guidance-section{padding-top:100px}.v2-guidance-card{background:rgba(255,253,248,.8);border-color:rgba(23,33,31,.09)}.v2-guidance-card:hover{border-color:rgba(185,79,56,.28)}.v2-card-glyph{background:#172621;color:#d2ad6c}.v2-intelligence-strip{background:#dce5df;border:1px solid rgba(46,116,108,.1)}.v2-layer-list span{color:#a44835}.v2-philosophy{background:#f8f3e8}.v2-footer{border-color:rgba(23,33,31,.13)}.v2-footer>small{color:#737e78}.v2-start-page{max-width:1280px;padding-top:34px}.v2-intake-single{min-height:0;background:#faf6ec;border:1px solid rgba(23,33,31,.08)}.v2-wizard-head{align-items:start}.v2-wizard-head h1{font-size:clamp(2.2rem,4.2vw,4.5rem);max-width:820px}.v2-wizard-head p{color:var(--v2-muted);max-width:620px;line-height:1.65}.v2-intake-count{color:#9a6f3c;font-size:.68rem;font-weight:800;letter-spacing:.14em}.v2-demo-boundary{background:#e3eee9;color:#365d55;border:1px solid rgba(46,116,108,.12)}.v2-demo-boundary b{color:#214a43}.v2-intake-layout{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:46px;gap:46px;margin-top:32px}.v2-intake-birth{padding-right:44px;border-right:1px solid var(--v2-line)}.v2-form-section-label{display:inline-block;margin-bottom:12px;color:#8c5e2f;font-size:.68rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.v2-intake-question h2{margin:0 0 18px;font-size:clamp(1.75rem,2.7vw,2.8rem);letter-spacing:-.045em}.v2-field-grid-compact{gap:0 14px}.v2-intake-single .v2-field{margin:13px 0}.v2-intake-single .v2-field input,.v2-intake-single .v2-field textarea{background:#fffdf8;border-color:rgba(23,33,31,.14)}.v2-intake-single .v2-field input[readonly],.v2-intake-single .v2-field textarea[readonly]{color:#3d4944;opacity:1}.v2-choice-grid-compact{grid-template-columns:repeat(3,1fr);gap:8px}.v2-choice-grid-compact button{min-height:46px;border:1px solid rgba(23,33,31,.13);background:#fffdf8;color:#4d5a54;border-radius:13px;font-weight:700}.v2-choice-grid-compact button[data-selected=true]{background:#1b4d46;border-color:#1b4d46;color:#fffdf8}.v2-optional-context{margin-top:10px;padding-top:13px;border-top:1px solid var(--v2-line)}.v2-optional-context summary{cursor:pointer;color:#4f5c56;font-size:.78rem;font-weight:720}.v2-optional-context summary span{margin-left:6px;color:#89938e;font-weight:500}.v2-intake-submit{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-top:34px;padding-top:24px;border-top:1px solid var(--v2-line)}.v2-intake-submit p{margin:0;max-width:650px;color:var(--v2-muted);font-size:.82rem;line-height:1.65}.v2-process-page{max-width:1280px}.v2-process-hero{padding:clamp(32px,5vw,62px);border-radius:34px;background:#14221f;color:#f8f2e6;display:grid;grid-template-columns:1fr .85fr;grid-gap:52px;gap:52px;align-items:center;overflow:hidden}.v2-process-hero h1{margin:12px 0 18px;font-size:clamp(2.6rem,5vw,5rem);line-height:.98;letter-spacing:-.06em}.v2-process-hero>div>p{color:#b8c3bd;line-height:1.75;max-width:650px}.v2-process-hero .kundli-map{min-height:410px;transform:scale(.88)}.v2-process-flow{margin:24px 0;border-radius:28px;overflow:hidden;border:1px solid var(--v2-line);background:#f8f3e8}.v2-process-flow article{display:grid;grid-template-columns:76px 1fr;grid-gap:22px;gap:22px;padding:25px 30px;border-bottom:1px solid var(--v2-line)}.v2-process-flow article:last-child{border-bottom:0}.v2-process-flow article>span{color:#a44835;font-weight:850}.v2-process-flow small{color:#8c6a3e;letter-spacing:.13em;font-weight:800}.v2-process-flow h2{margin:4px 0 5px;font-size:1.3rem}.v2-process-flow p{margin:0;color:var(--v2-muted);line-height:1.55}.v2-process-next{padding:44px;border-radius:28px;background:#e2e9e3;display:grid;grid-template-columns:1.2fr .8fr;grid-gap:30px;gap:30px;align-items:end}.v2-process-next h2{margin:10px 0;font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.045em}.v2-process-next p{color:#5e6c65;line-height:1.65}.v2-policy-page{max-width:1180px}.v2-policy-hero{padding:68px 0 46px;border-bottom:1px solid var(--v2-line)}.v2-policy-hero h1{max-width:870px;margin:14px 0 18px;font-size:clamp(2.5rem,5vw,5.2rem);line-height:.98;letter-spacing:-.06em;font-weight:710}.v2-policy-hero>p{max-width:700px;color:var(--v2-muted);line-height:1.7}.v2-policy-body{max-width:900px;margin:38px 0 60px auto}.v2-policy-body section{display:grid;grid-template-columns:64px 1fr;grid-gap:24px;gap:24px;padding:30px 0;border-bottom:1px solid var(--v2-line)}.v2-policy-body section>span{color:#a44835;font-size:.7rem;font-weight:850;letter-spacing:.12em}.v2-policy-body h2{margin:0 0 9px;font-size:1.5rem;letter-spacing:-.03em}.v2-policy-body p{margin:0;color:#5d6963;line-height:1.75}.v2-policy-body code{color:#1b5c54;background:rgba(46,116,108,.08);padding:2px 5px;border-radius:5px}.v2-status-page{max-width:1180px}.v2-status-cards article{background:#faf6ec;border-color:rgba(23,33,31,.1)}.v2-status-cards article>span{color:#946a35}.v2-private-status-page{max-width:1120px}.v2-private-status-card{padding:clamp(34px,6vw,72px);border-radius:34px;background:#14221f;color:#f7f0e3;box-shadow:var(--v2-shadow)}.v2-private-status-card h1{margin:12px 0 16px;max-width:800px;font-size:clamp(2.5rem,5vw,5rem);line-height:.98;letter-spacing:-.06em}.v2-private-status-card>div:first-child>p{color:#b8c3bd;max-width:650px;line-height:1.7}.v2-private-access-preview{margin:42px 0 24px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;grid-gap:14px;gap:14px}.v2-private-access-preview>span{min-height:116px;padding:18px;border-radius:18px;border:1px solid rgba(244,239,228,.13);background:rgba(255,255,255,.035);display:grid;align-content:center;grid-gap:5px;gap:5px}.v2-private-access-preview small{color:#d0a35b;letter-spacing:.12em;font-size:.58rem}.v2-private-access-preview b{font-size:1.05rem}.v2-private-access-preview em{color:#8fa099;font-style:normal;font-size:.7rem}.v2-private-access-preview>i{color:#7e9189;font-style:normal}.v2-private-status-card .v2-demo-boundary{background:rgba(46,116,108,.12);border-color:rgba(127,192,181,.14);color:#bfccc6}.v2-private-status-card .v2-demo-boundary b{color:#e5eee8}@media (max-width:980px){.cultural-hero,.v2-process-hero{grid-template-columns:1fr}.kundli-map{min-height:430px}.v2-intake-layout{grid-template-columns:1fr;gap:28px}.v2-intake-birth{border-right:0;border-bottom:1px solid var(--v2-line);padding:0 0 26px}.v2-private-access-preview,.v2-process-next{grid-template-columns:1fr}.v2-private-access-preview>i{transform:rotate(90deg);justify-self:center}}@media (max-width:720px){.v2-topbar{width:min(100% - 28px,1440px);grid-template-columns:1fr auto;min-height:76px}.v2-nav{order:3;grid-column:1/-1;width:100%;justify-content:center;margin-bottom:10px}.v2-account-button span{display:none}.v2-footer,.v2-home,.v2-page{width:min(100% - 28px,1440px)}.cultural-hero{padding:34px 24px;border-radius:26px;min-height:0}.kundli-map{min-height:370px}.kundli-label{min-width:94px;padding:8px 9px}.kundli-label small{display:none}.v2-choice-grid-compact{grid-template-columns:repeat(2,1fr)}.v2-intake-submit{align-items:stretch;flex-direction:column}.v2-intake-submit .v2-primary{width:100%}.v2-process-hero{padding:30px 22px}.v2-process-hero .kundli-map{min-height:330px}.v2-policy-hero{padding-top:36px}.v2-policy-body{margin-left:0}.v2-policy-body section{grid-template-columns:40px 1fr;gap:14px}}@media (prefers-reduced-motion:reduce){.v2-guidance-card,.v2-primary{transition:none!important;transform:none!important}}:root{--heritage-parchment:#efe2c8;--heritage-paper:#fbf3e2;--heritage-ink:#2b211b;--heritage-muted:#746456;--heritage-charcoal:#241a16;--heritage-charcoal-2:#31231d;--heritage-temple:#9d432d;--heritage-terracotta:#b65f3d;--heritage-brass:#b78a45;--heritage-teal:#3f6862;--heritage-sandal:#d8c3a0;--heritage-line:rgba(82,57,39,.20);--v2-bg:var(--heritage-parchment);--v2-paper:var(--heritage-paper);--v2-ink:var(--heritage-ink);--v2-muted:var(--heritage-muted);--v2-line:var(--heritage-line);--v2-dark:var(--heritage-charcoal);--v2-dark-2:var(--heritage-charcoal-2);--v2-coral:var(--heritage-temple);--v2-coral-soft:#ead2c1;--v2-aqua:var(--heritage-teal);--v2-lime:var(--heritage-brass);--v2-white:#fffaf0;--v2-radius:6px;--v2-shadow:0 18px 46px rgba(55,37,25,.08)}body{background-color:var(--heritage-parchment);background-image:radial-gradient(circle at 18% 8%,rgba(183,138,69,.07),transparent 24rem),repeating-linear-gradient(0deg,rgba(78,51,33,.018) 0 1px,transparent 1px 5px);color:var(--heritage-ink)}.v2-app-shell{background:radial-gradient(circle at 88% 2%,rgba(63,104,98,.08),transparent 26rem),linear-gradient(180deg,#f4ead6,#efe2c8 58%,#eadabe)}.v2-ask-demo h2,.v2-dash-card h3,.v2-dash-title h2,.v2-dashboard-hero h1,.v2-empty-state h2,.v2-feature-hero h1,.v2-guidance-card h3,.v2-hero h1,.v2-intake-question h2,.v2-integration-panel h2,.v2-intelligence-intro h2,.v2-philosophy h2,.v2-policy-body h2,.v2-policy-hero h1,.v2-process-flow h2,.v2-process-hero h1,.v2-process-next h2,.v2-result-anatomy h2,.v2-section-heading h2,.v2-signal-board h2,.v2-signal-board h3,.v2-two-profile h2,.v2-wizard-head h1{font-family:Baskerville,Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-weight:560;letter-spacing:-.025em}.v2-card-index,.v2-form-section-label,.v2-intake-count,.v2-kicker,.v2-layer-list span,.v2-status{font-family:Avenir Next,Segoe UI Variable,Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.17em}.v2-topbar{position:relative;min-height:96px;border-bottom:1px solid rgba(103,72,45,.17)}.v2-topbar:after{content:"";position:absolute;left:0;bottom:-1px;width:72px;height:2px;background:linear-gradient(90deg,var(--heritage-temple),var(--heritage-brass))}.v2-nav{gap:28px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.v2-nav a{padding:12px 2px 10px;border-radius:0;border-bottom:1px solid transparent;color:#65574b;font-size:.79rem;font-weight:720;letter-spacing:.04em}.v2-nav a:hover{background:transparent;color:var(--heritage-temple)}.v2-nav a[data-active=true]{background:transparent;color:var(--heritage-ink);border-bottom-color:var(--heritage-temple)}.v2-account-button{border-radius:2px;background:rgba(255,250,240,.62);border-color:rgba(134,92,55,.28);box-shadow:none;letter-spacing:.025em}.v2-account-button b{border-radius:2px;background:var(--heritage-temple)}.v2-brand{gap:13px;color:var(--heritage-ink)}.v2-brand>span:last-child{display:grid;font-family:Baskerville,Iowan Old Style,Georgia,serif;font-size:1.32rem;font-weight:600;letter-spacing:-.02em;line-height:.95}.v2-brand>span:last-child:after{content:"ज्योतिष";margin-top:5px;color:#9a7141;font-family:Nirmala UI,Mangal,sans-serif;font-size:.48rem;font-weight:600;letter-spacing:.13em}.v2-mark{width:39px;height:39px;border-radius:1px;border-color:rgba(122,82,49,.38);background:#f6ead2;box-shadow:none}.v2-mark:after,.v2-mark:before{content:"";position:absolute;inset:5px;border:1px solid rgba(183,138,69,.52)}.v2-mark:after{inset:10px;border-color:rgba(157,67,45,.46);transform:rotate(45deg)}.v2-mark i:first-child{border-color:var(--heritage-temple)}.v2-mark i:nth-child(2){border-color:var(--heritage-teal)}.v2-mark b{background:var(--heritage-brass)}.v2-primary,.v2-secondary{min-height:50px;border-radius:2px;box-shadow:none;font-weight:730;letter-spacing:.025em}.v2-primary{background:var(--heritage-temple);border-color:var(--heritage-temple)}.v2-primary:hover{background:#873724}.v2-secondary{border-color:rgba(218,193,150,.32)}.v2-guidance-section .v2-secondary,.v2-page .v2-secondary,.v2-process-next .v2-secondary{background:transparent;border-color:rgba(112,78,50,.26)}.cultural-hero{min-height:665px;border-radius:4px;border:1px solid rgba(194,148,79,.42);background:linear-gradient(rgba(183,138,69,.045) 1px,transparent 0),linear-gradient(90deg,rgba(183,138,69,.045) 1px,transparent 0),radial-gradient(circle at 78% 43%,rgba(63,104,98,.17),transparent 18rem),radial-gradient(circle at 98% 108%,rgba(157,67,45,.24),transparent 30rem),linear-gradient(135deg,#211814,#2c211b 58%,#1d1613);background-size:38px 38px,38px 38px,auto,auto,auto;box-shadow:0 24px 70px rgba(48,31,20,.18)}.cultural-hero:before{display:block;inset:12px;height:auto;border:1px solid rgba(210,169,101,.16);border-radius:1px;background:none}.cultural-hero:after,.cultural-hero:before{content:"";position:absolute;pointer-events:none}.cultural-hero:after{top:28px;right:28px;width:92px;height:92px;opacity:.28;background:linear-gradient(45deg,transparent 46%,var(--heritage-brass) 47% 49%,transparent 50%),linear-gradient(-45deg,transparent 46%,var(--heritage-brass) 47% 49%,transparent 50%)}.cultural-hero .v2-kicker{color:#d2aa69}.v2-hero h1{max-width:720px;font-size:clamp(3.35rem,6.2vw,6.1rem);line-height:.98;font-weight:540;letter-spacing:-.035em}.v2-dashboard-hero h1 em,.v2-hero h1 em,.v2-philosophy h2 em{color:#d27655}.v2-hero-copy>p{color:#d5c8b7}.v2-proof-row{color:#a99b89}.v2-proof-row b{color:#c99a50}.heritage-sutra{display:inline-block;margin-top:20px;color:rgba(218,187,132,.72);font-family:Nirmala UI,Mangal,sans-serif;font-size:.72rem;letter-spacing:.12em}.kundli-map-halo{background:radial-gradient(circle,rgba(183,138,69,.12),transparent 66%)}.kundli-map-svg{width:min(100%,500px)}.kundli-frame{rx:0;fill:rgba(245,224,186,.018);stroke:rgba(218,176,104,.68);stroke-width:1.25}.kundli-diamond{stroke:rgba(224,193,137,.58)}.kundli-grid{stroke:rgba(223,201,160,.32)}.kundli-inner{stroke:rgba(63,104,98,.44)}.kundli-orbit{stroke:rgba(63,104,98,.2)}.kundli-orbit-two{stroke:rgba(183,138,69,.24)}.kundli-bindu{fill:#d0a055}.kundli-house-number{fill:rgba(219,192,143,.58);font-family:Georgia,serif;font-size:11px}.kundli-label{min-width:122px;padding:9px 11px;border-radius:2px;border-color:rgba(225,195,142,.18);background:rgba(38,27,22,.82);box-shadow:none;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.kundli-label b{font-family:Baskerville,Iowan Old Style,Georgia,serif;font-size:.82rem;font-weight:570}.kundli-label small{color:#aa9a84}.kundli-map-caption{color:#aa9678;letter-spacing:.12em}.kundli-map-inscription{position:absolute;top:2%;color:rgba(207,171,108,.58);font-family:Nirmala UI,Mangal,sans-serif;font-size:.66rem;letter-spacing:.14em}.v2-guidance-card{border-radius:4px;background:linear-gradient(180deg,rgba(255,250,240,.96),rgba(247,236,215,.88));border-color:rgba(99,68,44,.18);box-shadow:none}.v2-guidance-card:before{content:"";position:absolute;top:0;left:0;width:64px;height:2px;background:linear-gradient(90deg,var(--heritage-temple),var(--heritage-brass))}.v2-guidance-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(64,42,27,.07);border-color:rgba(157,67,45,.34)}.v2-card-glyph{border-radius:2px;background:transparent;color:var(--heritage-temple);border:1px solid rgba(183,138,69,.55)}.v2-guidance-card h3{font-size:1.82rem}.v2-intelligence-strip{border-radius:4px;background:repeating-linear-gradient(135deg,rgba(111,76,49,.025) 0 1px,transparent 1px 8px),#dfceb1;border-color:rgba(111,76,49,.18)}.v2-intelligence-intro h2{letter-spacing:-.025em}.v2-layer-list{border-color:rgba(96,65,43,.24)}.v2-layer-list a{border-color:rgba(96,65,43,.2)}.v2-layer-list span{color:var(--heritage-temple)}.v2-philosophy{border-radius:4px;background:#f7ecd8;border:1px solid rgba(98,66,43,.15)}.v2-intake-single,.v2-wizard{position:relative;border-radius:4px;background:#fbf2df;border-color:rgba(101,67,42,.22);box-shadow:0 18px 46px rgba(70,46,29,.06)}.v2-intake-single:before{content:"";position:absolute;inset:10px;border:1px solid rgba(183,138,69,.16);pointer-events:none}.v2-demo-boundary{border-radius:2px;background:#e4e4d6;color:#4c625a;border-color:rgba(63,104,98,.17)}.v2-composer textarea,.v2-field input,.v2-field textarea{border-radius:2px;background:#fffaf0;border-color:rgba(103,72,46,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}.v2-field span{color:#665546}.v2-choice-grid button,.v2-choice-grid-compact button{border-radius:2px;background:#fffaf0;border-color:rgba(103,72,46,.24)}.v2-choice-grid button[data-selected=true],.v2-choice-grid-compact button[data-selected=true]{background:var(--heritage-temple);border-color:var(--heritage-temple);color:#fff7e8;box-shadow:inset 0 -2px 0 var(--heritage-brass)}.v2-form-section-label{color:#8b5d31}.v2-integration-panel,.v2-process-hero{border-radius:4px;background:radial-gradient(circle at 83% 28%,rgba(63,104,98,.13),transparent 18rem),linear-gradient(135deg,#251b17,#32241e);border:1px solid rgba(183,138,69,.34)}.v2-ask-demo,.v2-empty-state,.v2-process-flow,.v2-process-next,.v2-profile-preview div,.v2-result-anatomy,.v2-signal-board,.v2-two-profile>div{border-radius:4px;background:#f8edd9;border:1px solid rgba(99,67,43,.16)}.v2-dash-title>span{border-radius:2px;background:var(--heritage-charcoal);color:var(--heritage-brass)}.v2-dash-card{border-radius:4px;background:#f8edd9;border-color:rgba(99,67,43,.18)}.v2-dash-card>i,.v2-feature-glyph,.v2-stack-list i{border-radius:2px;background:var(--heritage-charcoal);color:var(--heritage-brass)}.v2-compact-grid a{border-radius:3px;background:#dfceb1;border:1px solid rgba(99,67,43,.15)}.v2-result-grid article,.v2-signal-slots article{border-radius:3px;background:#e9dcc4;border:1px solid rgba(99,67,43,.12)}.v2-status{border-radius:2px;background:#e5d8c1;color:#665344}.v2-status-synthetic-only{background:#ead1c1;color:#833b2c}.v2-status-pilot-infrastructure{background:#d7e0d7;color:#3f625b}.v2-dashboard-hero h1,.v2-feature-hero h1{letter-spacing:-.03em}.v2-feature-glyph{border:1px solid rgba(183,138,69,.34)}.v2-policy-hero{border-bottom-color:rgba(103,72,46,.22)}.v2-policy-hero h1{letter-spacing:-.025em}.v2-policy-body section{border-bottom-color:rgba(103,72,46,.18)}.v2-policy-body section>span{color:var(--heritage-temple)}.v2-policy-body aside{border-radius:2px;background:#dfceb1;border-color:rgba(103,72,46,.18)}.v2-footer{border-top-color:rgba(103,72,46,.2)}.v2-footer-links a:hover{color:var(--heritage-temple)}@media (max-width:980px){.cultural-hero,.v2-intelligence-strip,.v2-philosophy,.v2-process-hero,.v2-process-next{border-radius:3px}}@media (max-width:720px){.v2-topbar{min-height:76px}.v2-brand>span:last-child:after{display:none}.v2-hero{border-radius:3px}.v2-hero h1{font-size:3.15rem;line-height:1}.cultural-hero:before{inset:7px}.cultural-hero:after{width:56px;height:56px;top:18px;right:18px}.heritage-sutra{font-size:.64rem}.kundli-label{min-width:104px}.v2-ask-demo,.v2-empty-state,.v2-guidance-card,.v2-integration-panel,.v2-intelligence-strip,.v2-philosophy,.v2-process-flow,.v2-process-hero,.v2-process-next,.v2-result-anatomy,.v2-signal-board,.v2-wizard{border-radius:3px}}@media (prefers-reduced-motion:reduce){.v2-guidance-card:hover,.v2-primary:hover{transform:none}}