:root{--void:#050510;--deep:#0a0a24;--surface:#111140;--surface-hover:#181852;--border:#c9a55c1f;--border-bright:#c9a55c47;--gold:#c9a55c;--gold-light:#e8d5a3;--gold-dim:#8a7540;--gold-glow:#c9a55c40;--violet:#6b4fa0;--violet-light:#9b7fd4;--violet-glow:#6b4fa059;--text:#b8b0c8;--text-bright:#ece6f5;--text-dim:#6d6580;--font-display:"Cinzel", serif;--font-body:"Raleway", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:6rem;--space-2xl:8rem;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;font-family:var(--font-body);color:var(--text);background:var(--void);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--void);overflow-x:hidden}#root{flex-direction:column;min-height:100dvh;display:flex;position:relative}a{color:var(--gold);text-decoration:none;transition:color .3s}a:hover{color:var(--gold-light)}img{max-width:100%;height:auto}.star-field{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.stars{background:0 0;border-radius:50%;width:2px;height:2px;position:absolute}.stars-sm{width:1px;height:1px;animation:4s ease-in-out infinite alternate twinkle-sm}.stars-md{animation:6s ease-in-out infinite alternate twinkle-md}.stars-lg{width:3px;height:3px;animation:3s ease-in-out infinite alternate twinkle-lg}@keyframes twinkle-sm{0%{opacity:.4}to{opacity:1}}@keyframes twinkle-md{0%{opacity:.5}to{opacity:.9}}@keyframes twinkle-lg{0%{opacity:.6}to{opacity:1}}.site-header{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#050510b3;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.header-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.header-logo svg{width:36px;height:36px}.header-logo span{font-family:var(--font-display);color:var(--gold);letter-spacing:1px;font-size:1.25rem;font-weight:600}.header-nav{align-items:center;gap:2rem;list-style:none;display:flex}.header-nav a{color:var(--text);letter-spacing:.5px;text-transform:uppercase;font-size:.9rem;font-weight:500;font-family:var(--font-body);transition:color .3s}.header-nav a:hover{color:var(--gold)}.header-cta{font-family:var(--font-display);background:linear-gradient(135deg, var(--gold), var(--gold-light));border-radius:var(--radius-full);letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;padding:.6rem 1.5rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;color:var(--void)!important}.header-cta:hover{box-shadow:0 8px 32px var(--gold-glow);transform:translateY(-2px);color:var(--void)!important}.mobile-toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-toggle span{background:var(--gold);width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}@media (width<=768px){.site-header{padding:1rem}.header-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#050510f2;flex-direction:column;gap:1.5rem;padding:2rem;display:none;position:absolute;top:100%;left:0;right:0}.header-nav.open{display:flex}.mobile-toggle{display:block}.header-cta-desktop{display:none}}.site-footer{z-index:1;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050510cc;margin-top:auto;position:relative}.footer-inner{max-width:1200px;padding:var(--space-lg) var(--space-md);margin:0 auto}.footer-grid{gap:var(--space-lg);margin-bottom:var(--space-lg);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer-brand p{color:var(--text-dim);max-width:300px;margin-top:1rem;font-size:.9rem;line-height:1.7}.footer-brand .footer-logo{align-items:center;gap:.75rem;display:flex}.footer-brand .footer-logo svg{width:32px;height:32px}.footer-brand .footer-logo span{font-family:var(--font-display);color:var(--gold);font-size:1.1rem;font-weight:600}.footer-col h4{font-family:var(--font-display);color:var(--gold);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.75rem}.footer-col a{color:var(--text-dim);font-size:.9rem;transition:color .3s}.footer-col a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--border);padding-top:var(--space-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom p{color:var(--text-dim);font-size:.8rem}.footer-social{gap:1rem;display:flex}.footer-social a{border:1px solid var(--border);width:40px;height:40px;color:var(--text-dim);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .3s;display:flex}.footer-social a:hover{border-color:var(--gold);color:var(--gold);background:#c9a55c14}@media (width<=768px){.footer-grid{gap:var(--space-md);grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{text-align:center;flex-direction:column}}.scroll-reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.scroll-reveal-delay-1{transition-delay:.1s}.scroll-reveal-delay-2{transition-delay:.2s}.scroll-reveal-delay-3{transition-delay:.3s}.scroll-reveal-delay-4{transition-delay:.4s}.scroll-reveal-delay-5{transition-delay:.5s}.section-label{font-family:var(--font-display);text-transform:uppercase;letter-spacing:3px;color:var(--gold);margin-bottom:1rem;font-size:.75rem;font-weight:600}.section-title{font-family:var(--font-display);color:var(--text-bright);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2}.section-subtitle{color:var(--text-dim);max-width:600px;font-size:1.1rem;line-height:1.7}.gold-divider{background:linear-gradient(90deg, var(--gold), transparent);width:60px;height:2px;margin:1.5rem 0}.gold-divider.center{margin:1.5rem auto}.nebula-bg{filter:blur(120px);opacity:.15;pointer-events:none;border-radius:50%;position:absolute}.glass-card{border:1px solid var(--border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);background:#11114066;transition:border-color .3s,transform .3s,box-shadow .3s}.glass-card:hover{border-color:var(--border-bright);box-shadow:0 16px 48px #0006, 0 0 60px var(--violet-glow);transform:translateY(-4px)}.hero{text-align:center;min-height:calc(100dvh - 72px);padding:var(--space-xl) var(--space-md);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-nebula-1{background:radial-gradient(circle, var(--violet) 0%, transparent 70%);width:700px;height:700px;top:-200px;left:-200px}.hero-nebula-2{background:radial-gradient(circle,#1a3a6a 0%,#0000 70%);width:500px;height:500px;bottom:-100px;right:-150px}.hero-content{z-index:2;max-width:800px;position:relative}.hero-label{border:1px solid var(--border-bright);border-radius:var(--radius-full);font-family:var(--font-body);color:var(--gold);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:var(--space-md);background:#c9a55c0d;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:500;animation:1s fadeInDown;display:inline-flex}.hero-title{font-family:var(--font-display);color:var(--text-bright);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;animation:1s .2s both fadeInUp}.hero-title .gold{background:linear-gradient(135deg, var(--gold), var(--gold-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text);max-width:600px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7;animation:1s .4s both fadeInUp}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;animation:1s .6s both fadeInUp;display:flex}.btn-primary{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--void);font-family:var(--font-display);letter-spacing:1px;border-radius:var(--radius-full);cursor:pointer;border:none;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.btn-primary:hover{box-shadow:0 12px 40px var(--gold-glow);color:var(--void);transform:translateY(-3px)}.btn-secondary{color:var(--text-bright);font-family:var(--font-display);letter-spacing:1px;border-radius:var(--radius-full);border:1px solid var(--border-bright);cursor:pointer;background:0 0;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{border-color:var(--gold);color:var(--gold);background:#c9a55c14}.zodiac-ring-wrapper{pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.zodiac-ring{width:min(600px,85vw);height:min(600px,85vw);animation:90s linear infinite zodiac-rotate;position:relative}.zodiac-ring:before{content:"";border:1px solid #c9a55c14;border-radius:50%;position:absolute;inset:0}.zodiac-symbol{color:#c9a55c33;text-shadow:0 0 20px #c9a55c1a;font-size:clamp(1.2rem,2.5vw,1.8rem);position:absolute;top:50%;left:50%}@keyframes zodiac-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-orb{z-index:0;background:radial-gradient(circle,#c9a55c1f 0%,#6b4fa014 40%,#0000 70%);border-radius:50%;width:min(300px,50vw);height:min(300px,50vw);animation:6s ease-in-out infinite orb-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes orb-pulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}.features{padding:var(--space-2xl) var(--space-md);position:relative}.features-header{text-align:center;margin-bottom:var(--space-lg)}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.feature-card{text-align:center;padding:2rem;position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:0;width:80px;height:2px;transition:opacity .3s;position:absolute;top:0;left:50%;transform:translate(-50%)}.feature-card:hover:before{opacity:1}.feature-icon{border-radius:var(--radius-md);border:1px solid var(--border);background:#c9a55c0f;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;font-size:2rem;transition:all .3s;display:flex}.feature-card:hover .feature-icon{border-color:var(--border-bright);background:#c9a55c1f;box-shadow:0 0 40px #c9a55c1a}.feature-card h3{font-family:var(--font-display);color:var(--text-bright);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.feature-card p{color:var(--text-dim);font-size:.9rem;line-height:1.7}@media (width<=768px){.features-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.features-grid{grid-template-columns:1fr}}.how-it-works{padding:var(--space-2xl) var(--space-md);background:linear-gradient(#0000 0%,#6b4fa00a 50%,#0000 100%);position:relative}.how-it-works-header{text-align:center;margin-bottom:var(--space-lg)}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid;position:relative}.steps:before{content:"";background:linear-gradient(90deg, transparent, var(--border-bright), var(--border-bright), transparent);height:1px;position:absolute;top:48px;left:15%;right:15%}.step{text-align:center;z-index:1;position:relative}.step-number{background:var(--deep);border:2px solid var(--border-bright);width:96px;height:96px;font-family:var(--font-display);color:var(--gold);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;display:flex;position:relative}.step-number:after{content:"";border:1px solid var(--border);border-radius:50%;position:absolute;inset:-6px}.step h3{font-family:var(--font-display);color:var(--text-bright);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.step p{color:var(--text-dim);max-width:280px;margin:0 auto;font-size:.9rem;line-height:1.7}@media (width<=768px){.steps{grid-template-columns:1fr;gap:3rem}.steps:before{display:none}}.stats{padding:var(--space-lg) var(--space-md)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.stat-item{text-align:center;border:1px solid var(--border);border-radius:var(--radius-md);background:#1111404d;padding:2rem 1rem;transition:border-color .3s}.stat-item:hover{border-color:var(--border-bright)}.stat-value{font-family:var(--font-display);color:var(--gold);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;display:block}.stat-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:1.5px;font-size:.85rem}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.testimonials{padding:var(--space-2xl) var(--space-md);position:relative}.testimonials-header{text-align:center;margin-bottom:var(--space-lg)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;display:grid}.testimonial-card{padding:2rem}.testimonial-stars{color:var(--gold);letter-spacing:2px;margin-bottom:1rem;font-size:1rem}.testimonial-text{color:var(--text);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--violet), var(--gold-dim));width:44px;height:44px;font-family:var(--font-display);color:var(--text-bright);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.testimonial-name{color:var(--text-bright);font-size:.9rem;font-weight:600}.testimonial-sign{color:var(--text-dim);font-size:.8rem}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}}.download-cta{padding:var(--space-2xl) var(--space-md);text-align:center;position:relative;overflow:hidden}.download-cta-inner{z-index:1;max-width:700px;padding:var(--space-lg);border:1px solid var(--border-bright);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1111404d;margin:0 auto;position:relative}.download-cta-inner:before{content:"";border-radius:var(--radius-lg);z-index:-1;-webkit-mask-composite:xor;background:linear-gradient(135deg,#c9a55c33,#0000,#6b4fa033);padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.cta-zodiac-symbols{letter-spacing:8px;color:#c9a55c4d;margin-bottom:1.5rem;font-size:1.5rem}.download-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.store-btn{border-radius:var(--radius-md);border:1px solid var(--border-bright);color:var(--text-bright);background:#11114080;align-items:center;gap:.75rem;padding:.9rem 1.75rem;text-decoration:none;transition:all .3s;display:inline-flex}.store-btn:hover{border-color:var(--gold);color:var(--text-bright);background:#c9a55c14}.store-btn svg{width:28px;height:28px}.store-btn-text{text-align:left}.store-btn-text small{color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;font-size:.65rem;display:block}.store-btn-text strong{font-size:1rem;font-weight:600;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.support-hero{text-align:center;padding:var(--space-xl) var(--space-md) var(--space-lg);position:relative;overflow:hidden}.support-hero-nebula{background:radial-gradient(circle, var(--violet) 0%, transparent 70%);width:500px;height:500px;top:-200px;left:50%;transform:translate(-50%)}.support-hero-content{z-index:1;position:relative}.support-hero h1{font-family:var(--font-display);color:var(--text-bright);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;animation:.8s both fadeInUp}.support-hero p{color:var(--text);max-width:500px;margin:0 auto;font-size:1.15rem;animation:.8s .2s both fadeInUp}.quick-links{padding:0 var(--space-md) var(--space-lg);max-width:900px;margin:0 auto}.quick-links-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.quick-link-card{text-align:center;cursor:pointer;padding:1.5rem;text-decoration:none}.quick-link-icon{margin-bottom:.75rem;font-size:2rem}.quick-link-card h3{font-family:var(--font-display);color:var(--text-bright);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.quick-link-card p{color:var(--text-dim);font-size:.8rem}@media (width<=640px){.quick-links-grid{grid-template-columns:1fr}}.faq-section{padding:var(--space-lg) var(--space-md);max-width:800px;margin:0 auto}.faq-header{text-align:center;margin-bottom:var(--space-lg)}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{border:1px solid var(--border);border-radius:var(--radius-md);background:#1111404d;transition:border-color .3s;overflow:hidden}.faq-item.open{border-color:var(--border-bright)}.faq-question{width:100%;color:var(--text-bright);font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:500;transition:color .3s;display:flex}.faq-question:hover{color:var(--gold)}.faq-chevron{width:20px;height:20px;color:var(--gold);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px}.faq-answer-inner{color:var(--text);padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.7}.contact-section{padding:var(--space-lg) var(--space-md) var(--space-2xl);max-width:900px;margin:0 auto}.contact-header{text-align:center;margin-bottom:var(--space-lg)}.contact-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.contact-form-wrapper{padding:2rem}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text);letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-bright);font-family:var(--font-body);background:#05051099;outline:none;padding:.85rem 1rem;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-dim)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow)}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238a7540' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group select option{background:var(--deep);color:var(--text-bright)}.form-group textarea{resize:vertical;min-height:120px}.form-submit{background:linear-gradient(135deg, var(--gold), var(--gold-light));width:100%;color:var(--void);font-family:var(--font-display);letter-spacing:1px;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:1rem;font-size:.9rem;font-weight:600;transition:transform .3s,box-shadow .3s}.form-submit:hover{box-shadow:0 8px 32px var(--gold-glow);transform:translateY(-2px)}.contact-info-wrapper{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.contact-info-item{align-items:flex-start;gap:1rem;display:flex}.contact-info-icon{border-radius:var(--radius-sm);border:1px solid var(--border);width:48px;height:48px;color:var(--gold);background:#c9a55c0f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-item h4{font-family:var(--font-display);color:var(--text-bright);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.contact-info-item p{color:var(--text-dim);font-size:.9rem;line-height:1.6}.contact-info-item a{color:var(--gold)}.contact-note{border-radius:var(--radius-sm);border:1px solid var(--border);background:#c9a55c0a;margin-top:auto;padding:1.25rem}.contact-note p{color:var(--text-dim);font-size:.85rem;line-height:1.6}.contact-note strong{color:var(--gold)}@media (width<=768px){.contact-grid{grid-template-columns:1fr}}.privacy-hero{text-align:center;padding:var(--space-xl) var(--space-md) var(--space-lg);position:relative;overflow:hidden}.privacy-hero-nebula{background:radial-gradient(circle, var(--violet) 0%, transparent 70%);width:500px;height:500px;top:-200px;left:50%;transform:translate(-50%)}.privacy-hero-content{z-index:1;position:relative}.privacy-hero h1{font-family:var(--font-display);color:var(--text-bright);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;animation:.8s both fadeInUp}.privacy-hero p{color:var(--text-dim);font-size:1rem;animation:.8s .2s both fadeInUp}.privacy-content{max-width:800px;padding:0 var(--space-md) var(--space-2xl);margin:0 auto}.privacy-card{padding:2.5rem}.privacy-toc{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:2rem}.privacy-toc h3{font-family:var(--font-display);color:var(--gold);margin-bottom:1rem;font-size:1rem;font-weight:600}.privacy-toc ol{counter-reset:toc;padding:0;list-style:none}.privacy-toc li{counter-increment:toc;margin-bottom:.5rem}.privacy-toc li:before{content:counter(toc) ". ";color:var(--gold-dim);font-weight:600}.privacy-toc a{color:var(--text);font-size:.9rem;transition:color .3s}.privacy-toc a:hover{color:var(--gold)}.privacy-section{margin-bottom:2.5rem}.privacy-section:last-child{margin-bottom:0}.privacy-section h2{font-family:var(--font-display);color:var(--text-bright);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.75rem;font-size:1.3rem;font-weight:600}.privacy-section h3{font-family:var(--font-display);color:var(--text-bright);margin:1.5rem 0 .75rem;font-size:1.05rem;font-weight:600}.privacy-section p{color:var(--text);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.privacy-section ul{margin-bottom:1rem;padding:0;list-style:none}.privacy-section li{color:var(--text);margin-bottom:.5rem;padding-left:1.5rem;font-size:.95rem;line-height:1.7;position:relative}.privacy-section li:before{content:"";background:var(--gold-dim);border-radius:50%;width:6px;height:6px;position:absolute;top:.6rem;left:0}.privacy-highlight{border-radius:var(--radius-sm);border-left:3px solid var(--gold);background:#c9a55c0a;margin:1rem 0;padding:1.25rem 1.5rem}.privacy-highlight p{color:var(--text);margin:0}.privacy-contact-box{border-radius:var(--radius-md);border:1px solid var(--border);text-align:center;background:#c9a55c0a;margin-top:2rem;padding:1.5rem}.privacy-contact-box h3{font-family:var(--font-display);color:var(--gold);margin-bottom:.5rem}.privacy-contact-box a{color:var(--gold);font-weight:600}
