*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--dark:#1a1714;--dark2:#252118;--dark3:#2e2a22;--gold:#c9a96e;--gold-l:#e8c97a;--gold-xl:#fdf6e8;--ivory:#f7f4ef;--muted:#a08050;--brown:#5a4a2a;--white:#ffffff;--green:#3B6D11;--green-l:#EAF3DE;--blue:#185FA5;--blue-l:#E6F1FB;--amber:#BA7517;--amber-l:#FAEEDA;--red:#A32D2D;--red-l:#FCEBEB;--teal:#0F6E56;--teal-l:#E1F5EE;--border:rgba(201,169,110,0.18)}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--dark);color:var(--ivory);line-height:1.6;overflow-x:hidden}.serif,h1,h2,h3{font-family:Cormorant Garamond,serif}h1,h2,h3{font-weight:600;line-height:1.15}h1{font-size:clamp(2.6rem,6vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.3rem,2.5vw,1.8rem)}.container{max-width:1180px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-sm{padding:4rem 0}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgba(201,169,110,.3)}70%{box-shadow:0 0 0 14px rgba(201,169,110,0)}to{box-shadow:0 0 0 0 rgba(201,169,110,0)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:background .3s,-webkit-backdrop-filter .3s;transition:background .3s,backdrop-filter .3s;transition:background .3s,backdrop-filter .3s,-webkit-backdrop-filter .3s}nav.scrolled{background:rgba(26,23,20,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--border)}.nav-inner{justify-content:space-between}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:10px;text-decoration:none}.nav-logo-icon{width:36px;height:36px;border-radius:50%;background:rgba(201,169,110,.12);border:1px solid rgba(201,169,110,.4);display:flex;align-items:center;justify-content:center}.nav-logo-icon svg{width:18px;height:18px}.nav-brand{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:var(--gold-l);letter-spacing:.02em}.nav-links{display:flex;gap:2rem;align-items:center;list-style:none}.nav-links a{text-decoration:none;font-size:.875rem;color:rgba(240,230,206,.7);font-weight:400;transition:color .2s;letter-spacing:.02em}.nav-links a:hover{color:var(--gold-l)}.nav-cta{background:var(--gold);padding:.5rem 1.25rem!important;border-radius:4px;font-weight:600!important;font-size:.8rem!important;letter-spacing:.06em!important;text-transform:uppercase;transition:background .2s!important}.nav-cta,.nav-cta:hover{color:var(--dark)!important}.nav-cta:hover{background:var(--gold-l)!important}.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--gold);border-radius:2px;transition:all .3s}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:5rem}.hero-bg{background:var(--dark)}.hero-bg,.hero-grid{position:absolute;inset:0}.hero-grid{background-image:linear-gradient(rgba(201,169,110,.04) 1px,transparent 0),linear-gradient(90deg,rgba(201,169,110,.04) 1px,transparent 0);background-size:64px 64px}.hero-glow{width:700px;height:700px;background:radial-gradient(circle,rgba(201,169,110,.07) 0,transparent 70%);top:-200px;right:-200px}.hero-glow,.hero-glow2{position:absolute;border-radius:50%;pointer-events:none}.hero-glow2{width:500px;height:500px;background:radial-gradient(circle,rgba(59,109,17,.06) 0,transparent 70%);bottom:-100px;left:-100px}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;min-height:calc(100vh - 5rem);padding:3rem 0}.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);background:rgba(201,169,110,.1);border:.5px solid rgba(201,169,110,.3);padding:5px 14px;border-radius:100px;margin-bottom:1.25rem;animation:fadeIn .8s ease forwards}.hero-tag:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);animation:pulse-ring 2s infinite}.hero h1{color:var(--ivory);margin-bottom:1.25rem;animation:fadeUp .9s ease .1s both}.hero h1 em{color:var(--gold);font-style:italic}.hero-sub{font-size:1.1rem;font-weight:300;color:rgba(240,230,206,.65);line-height:1.75;margin-bottom:2rem;max-width:500px;animation:fadeUp .9s ease .2s both}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp .9s ease .3s both}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:var(--dark);padding:.875rem 2rem;border-radius:5px;font-weight:600;font-size:.9rem;letter-spacing:.04em;text-decoration:none;transition:background .2s,transform .2s;border:none;cursor:pointer}.btn-primary:hover{background:var(--gold-l);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--gold);padding:.875rem 2rem;border-radius:5px;font-weight:500;font-size:.9rem;letter-spacing:.04em;text-decoration:none;border:1.5px solid rgba(201,169,110,.4);transition:all .2s;cursor:pointer}.btn-secondary:hover{background:rgba(201,169,110,.1);border-color:var(--gold)}.hero-stats{display:flex;gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:.5px solid var(--border);animation:fadeUp .9s ease .4s both}.hero-stat-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;color:var(--gold-l);line-height:1}.hero-stat-label{font-size:.8rem;color:rgba(240,230,206,.5);margin-top:3px;letter-spacing:.04em}.hero-visual{display:flex;align-items:center;justify-content:center;animation:fadeIn 1.2s ease .3s both}.hero-card-stack{position:relative;width:380px;height:420px}.hcs-card{position:absolute;border-radius:16px;padding:1.5rem;border:1px solid;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hcs-1{width:320px;bottom:0;left:30px;background:rgba(42,33,24,.9);border-color:rgba(201,169,110,.3);transform:rotate(-4deg)}.hcs-2{width:340px;bottom:40px;left:10px;background:rgba(37,33,24,.95);border-color:rgba(201,169,110,.5);transform:rotate(1.5deg);animation:float 5s ease-in-out infinite}.hcs-3{width:310px;top:0;right:0;background:rgba(30,27,21,.95);border-color:rgba(201,169,110,.25);transform:rotate(-1deg);animation:float 7s ease-in-out 1s infinite}.hcs-label{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-weight:600}.hcs-title{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;color:var(--ivory);margin-bottom:6px;line-height:1.3}.hcs-body{font-size:.8rem;color:rgba(240,230,206,.55);line-height:1.6}.hcs-bar-wrap{margin-top:10px}.hcs-bar-label{display:flex;justify-content:space-between;font-size:.72rem;color:rgba(240,230,206,.5);margin-bottom:4px}.hcs-bar-bg{background:rgba(26,23,20,.8);margin-bottom:6px;overflow:hidden}.hcs-bar-bg,.hcs-bar-fill{border-radius:100px;height:5px}.hcs-node{display:inline-block;padding:3px 9px;border-radius:5px;font-size:.72rem;font-weight:500;margin:2px}.problem-section{background:var(--dark)}.problem-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.problem-quote{font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;font-style:italic;color:var(--ivory);line-height:1.5;padding-left:1.5rem;border-left:3px solid var(--gold)}.problem-quote strong{color:var(--gold);font-style:normal;font-weight:600}.problem-items{display:flex;flex-direction:column;gap:1rem}.problem-item{background:var(--dark2);border-radius:10px;padding:1rem 1.25rem;border:.5px solid rgba(201,169,110,.15);display:flex;gap:1rem;align-items:flex-start;transition:border-color .2s}.problem-item:hover{border-color:rgba(201,169,110,.35)}.problem-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.problem-icon svg{width:16px;height:16px}.problem-item-title{font-size:.95rem;font-weight:500;color:var(--ivory);margin-bottom:3px}.problem-item-body{font-size:.85rem;color:rgba(240,230,206,.55);line-height:1.6}.system-section{background:var(--dark2)}.section-label{font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:.75rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:var(--ivory);margin-bottom:.75rem}.section-header h2 em{color:var(--gold);font-style:italic}.section-header p{font-size:1.05rem;color:rgba(240,230,206,.55);font-weight:300;max-width:560px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--border);border-radius:14px;overflow:hidden}.step-card{background:var(--dark);padding:2rem 1.5rem;position:relative;overflow:hidden;transition:background .2s}.step-card:hover{background:#211e17}.step-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--step-color)}.step-number{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:700;color:var(--step-color);opacity:.12;position:absolute;top:.5rem;right:1rem;line-height:1}.step-icon-wrap{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:rgba(0,0,0,.2);border:.5px solid var(--step-color)}.step-icon-wrap svg{width:22px;height:22px}.step-name{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--step-color);margin-bottom:.5rem}.step-tagline{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(240,230,206,.4);margin-bottom:.75rem}.step-desc{font-size:.875rem;color:rgba(240,230,206,.65);line-height:1.7}.step-outcomes{margin-top:1.25rem;display:flex;flex-direction:column;gap:5px}.step-outcome{display:flex;gap:7px;align-items:flex-start;font-size:.8rem;color:rgba(240,230,206,.5)}.step-outcome:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--step-color);flex-shrink:0;margin-top:5px;opacity:.7}.audience-section{background:var(--dark)}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.audience-card{background:var(--dark2);border-radius:12px;padding:1.75rem;border:.5px solid var(--border);transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.audience-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--card-color);opacity:0;transition:opacity .2s}.audience-card:hover{border-color:rgba(201,169,110,.3);transform:translateY(-2px)}.audience-card:hover:after{opacity:1}.audience-avatar{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:600;margin-bottom:1rem;border:2px solid var(--card-color)}.audience-who{font-size:1.1rem;font-weight:500;color:var(--ivory);margin-bottom:4px}.audience-type{font-size:.75rem;color:var(--card-color);letter-spacing:.06em;margin-bottom:.875rem;font-weight:500}.audience-problem{font-size:.875rem;color:rgba(240,230,206,.6);line-height:1.65;margin-bottom:.875rem}.audience-solution{font-size:.875rem;color:rgba(240,230,206,.85);font-style:italic;padding-left:.875rem;line-height:1.6;border-left:2px solid var(--card-color)}.concept-section{background:linear-gradient(180deg,var(--dark2) 0,var(--dark) 100%)}.concept-preview{background:var(--dark);border:1px solid rgba(201,169,110,.3);border-radius:16px;overflow:hidden;max-width:860px;margin:0 auto}.cp-header{background:#211e17;padding:1.25rem 1.75rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cp-dots{display:flex;gap:7px}.cp-dot{width:10px;height:10px;border-radius:50%}.cp-title{font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600;color:var(--gold-l)}.cp-body{padding:1.75rem}.cp-step{padding:1.25rem 1.5rem;border-radius:10px;margin-bottom:1rem;border:.5px solid;transition:transform .2s}.cp-step:hover{transform:translateX(4px)}.cp-step-num{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;margin-bottom:5px}.cp-step-title{font-size:1rem;font-weight:500;color:var(--ivory);margin-bottom:4px}.cp-step-body{font-size:.85rem;color:rgba(240,230,206,.6);line-height:1.6}.cp-step-quote{font-size:.875rem;font-style:italic;color:rgba(240,230,206,.85);background:rgba(0,0,0,.2);border-left:2px solid;padding:7px 12px;border-radius:0 6px 6px 0;margin-top:8px;line-height:1.6}.pricing-section{background:var(--dark2)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:900px;margin:0 auto}.plan-card{border-radius:14px;overflow:hidden;border:.5px solid var(--border);transition:transform .2s,border-color .2s}.plan-card:hover{transform:translateY(-4px)}.plan-card.featured{border:1.5px solid var(--gold);transform:scale(1.03)}.plan-card.featured:hover{transform:scale(1.03) translateY(-4px)}.plan-top{padding:1.75rem}.plan-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:100px;margin-bottom:.875rem}.plan-name{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;color:var(--ivory);margin-bottom:3px}.plan-tagline{font-size:.82rem;color:rgba(240,230,206,.5);margin-bottom:1.25rem}.plan-price{display:flex;align-items:baseline;gap:4px;margin-bottom:5px}.plan-currency{font-size:1.1rem;font-weight:600}.plan-amount{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:600;line-height:1}.plan-period{font-size:.85rem}.plan-annual,.plan-period{color:rgba(240,230,206,.4)}.plan-annual{font-size:.8rem;margin-bottom:1.25rem}.plan-body{border-top:.5px solid var(--border);padding:1.25rem 1.75rem 1.75rem}.plan-includes{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(240,230,206,.4);margin-bottom:.75rem;font-weight:600}.plan-feature{display:flex;gap:8px;align-items:flex-start;font-size:.875rem;color:rgba(240,230,206,.75);margin-bottom:7px;line-height:1.4}.plan-feature:before{content:"";width:5px;height:5px;border-radius:50%;flex-shrink:0;margin-top:5px}.plan-feature.dim{color:rgba(240,230,206,.25);text-decoration:line-through}.plan-feature.dim:before{background:rgba(240,230,206,.15)!important}.plan-btn{display:block;width:100%;text-align:center;padding:.75rem;border-radius:6px;font-size:.85rem;font-weight:600;letter-spacing:.05em;text-decoration:none;margin-top:1.25rem;cursor:pointer;border:none;transition:opacity .2s,transform .2s}.plan-btn:hover{opacity:.88;transform:translateY(-1px)}.trust-section{background:var(--dark)}.trust-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.trust-card{background:var(--dark2);border-radius:12px;padding:1.5rem;border:.5px solid var(--border);transition:border-color .2s}.trust-card:hover{border-color:rgba(201,169,110,.3)}.trust-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.trust-icon svg{width:18px;height:18px}.trust-title{font-size:1rem;font-weight:500;color:var(--ivory);margin-bottom:6px}.trust-body{font-size:.875rem;color:rgba(240,230,206,.55);line-height:1.65}.testimonial-section{background:var(--gold);padding:5rem 0}.testimonial-inner{text-align:center;max-width:680px;margin:0 auto}.testimonial-quote{font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3.5vw,2.2rem);font-style:italic;font-weight:400;color:var(--dark);line-height:1.5;margin-bottom:1.25rem}.testimonial-author{font-size:.85rem;color:rgba(26,23,20,.65);letter-spacing:.08em}.cta-section{background:var(--dark2);padding:7rem 0;position:relative;overflow:hidden}.cta-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(201,169,110,.05) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.cta-inner{text-align:center;position:relative;z-index:2}.cta-inner h2{color:var(--ivory);margin-bottom:.875rem}.cta-inner h2 em{color:var(--gold)}.cta-inner p{font-size:1.05rem;color:rgba(240,230,206,.55);font-weight:300;max-width:500px;margin:0 auto 2.5rem}.cta-note{font-size:.78rem;color:rgba(240,230,206,.3)}footer{background:#111009;padding:3rem 0 2rem;border-top:.5px solid var(--border)}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.footer-brand{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600;color:var(--gold-l);margin-bottom:.625rem}.footer-desc{font-size:.85rem;color:rgba(240,230,206,.4);line-height:1.7;max-width:280px}.footer-col-title{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer-links a{text-decoration:none;font-size:.875rem;color:rgba(240,230,206,.5);transition:color .2s}.footer-links a:hover{color:var(--gold-l)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:.5px solid var(--border);flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.8rem;color:rgba(240,230,206,.3)}.footer-tagline{font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;color:rgba(201,169,110,.5)}.mobile-nav{display:none;position:fixed;inset:0;z-index:99;background:var(--dark);padding:6rem 2rem 2rem;flex-direction:column;gap:1.5rem}.mobile-nav.open{display:flex}.mobile-nav a{text-decoration:none;font-size:1.5rem;font-family:Cormorant Garamond,serif;font-weight:600;color:var(--ivory);border-bottom:.5px solid var(--border);padding-bottom:1rem;transition:color .2s}.mobile-nav a:hover{color:var(--gold)}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;min-height:auto;padding:6rem 0 3rem}.hero-visual{display:none}.hero-stats{gap:1.5rem}.problem-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr 1fr}.audience-grid,.pricing-grid{grid-template-columns:1fr}.pricing-grid{max-width:380px}.plan-card.featured{transform:none}.footer-inner,.trust-grid{grid-template-columns:1fr 1fr}.footer-inner{gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.nav-links{display:none}.nav-hamburger{display:flex}.concept-preview{margin:0 -.5rem;border-radius:10px}}@media (max-width:580px){.footer-inner,.steps-grid,.trust-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:1rem}}.dash-shell{display:flex;min-height:100vh;background:#0a0a0a;font-family:system-ui,-apple-system,sans-serif}.dash-sidebar{width:200px;min-width:200px;max-width:200px;background:#111;border-right:1px solid #222;display:flex;flex-direction:column;height:100vh;position:-webkit-sticky;position:sticky;top:0;overflow-y:auto;flex-shrink:0}.dash-logo-block{padding:20px;border-bottom:1px solid #222;display:block}.dash-logo-text{display:block;font-size:18px;font-weight:800;background:linear-gradient(135deg,#d4a843,#f0c060);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;text-decoration:none}.dash-role-text{display:block;margin-top:4px;font-size:11px;color:#555;text-transform:capitalize}.dash-nav{flex:1 1;padding:8px 0;display:flex;flex-direction:column;position:static!important;top:auto!important;left:auto!important;right:auto!important;width:auto!important;background:transparent!important;z-index:auto!important}.dash-nav-link{display:block;padding:9px 20px;font-size:14px;color:#888;text-decoration:none;line-height:1.4;white-space:nowrap}.dash-nav-link:hover{color:#d4a843;background:#161616}.dash-user-block{padding:14px 20px;border-top:1px solid #222;flex-shrink:0}.dash-user-name{font-size:13px;color:#555;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-signout-btn{display:block;width:100%;padding:6px 0;background:transparent;border:1px solid #333;border-radius:6px;color:#666;font-size:13px;cursor:pointer;text-align:center;font-family:inherit}.dash-signout-btn:hover{border-color:#555;color:#888}.dash-main{flex:1 1;min-width:0;overflow:auto}