.astro-theme{--astro-primary:#af3589;--astro-primary-glow:rgba(175,53,137,0.3);--astro-secondary:#af3589;--astro-secondary-glow:rgba(175,53,137,0.25);--astro-accent:#af3589;--astro-accent-muted:#74225c;--astro-harmony:#FF6B9D;--astro-tension:#FF4757;--astro-venus:#FF6B9D;--astro-mars:#FF4757;--astro-bg-primary:#F5F5F0;--astro-bg-card:#FFFFFF;--astro-bg-section:rgba(242,243,247,1);--astro-text-primary:#230332;--astro-text-secondary:#4A4A68;--astro-text-muted:#666666;--astro-gradient-mystical:linear-gradient(135deg,#303030,#29293D 50%,#af3589);--astro-gradient-aurora:linear-gradient(180deg,#af3589,#74225c);--astro-gradient-purple:linear-gradient(135deg,#af3589,#74225c);font-family:Montserrat,sans-serif;color:var(--astro-text-primary);background-color:var(--astro-bg-primary)}.astro-theme h1,.astro-theme h2,.astro-theme h3,.astro-theme h4,.astro-theme h5,.astro-theme h6{font-family:Montserrat,sans-serif;font-weight:700;color:var(--astro-text-primary)}.astro-theme p{font-family:Montserrat,sans-serif;color:var(--astro-text-primary);line-height:1.7}.astro-card{background-color:var(--astro-bg-card);border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);padding:1.5rem}.astro-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.astro-btn-primary{display:inline-block;padding:.75rem 1.5rem;background-color:#af3589;color:white!important;font-weight:600;font-size:1.1rem;border-radius:.75rem;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none}.astro-btn-primary:hover{background-color:#74225c;box-shadow:0 10px 15px -3px rgba(175,53,137,.3);transform:translateY(-2px)}.astro-btn-primary:active{transform:scale(.95)}.astro-btn-secondary{display:inline-block;padding:.75rem 1.5rem;background-color:transparent;color:#af3589;font-weight:600;border:2px solid #af3589;border-radius:.75rem;transition:all .3s ease;cursor:pointer}.astro-btn-secondary:hover{background-color:#af3589;color:white}.astro-input{width:100%;padding:.75rem 1rem;background-color:var(--astro-bg-card);border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .2s ease;font-family:Montserrat,sans-serif}.astro-input:focus{outline:none;border-color:#af3589;box-shadow:0 0 0 3px rgba(175,53,137,.2)}.astro-text-gradient,.astro-text-gradient-purple{background:linear-gradient(90deg,#af3589,#a72286);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.astro-form-box{background:linear-gradient(135deg,#af3589,#74225c 50%,#5e1a4a);border-radius:1rem;padding:2rem}.astro-form-box h2,.astro-form-box label,.astro-form-box p{color:white}.astro-form-box input{border-color:#af3589}.astro-bg-section{background-color:var(--astro-bg-section)}.astro-harmony-bar{background:linear-gradient(90deg,#FF6B9D,#FF9BB8)}.astro-tension-bar{background:linear-gradient(90deg,#FF4757,#FF7B86)}.astro-venus-bar{background:linear-gradient(90deg,#FF6B9D,#FF9BB8)}.astro-mars-bar{background:linear-gradient(90deg,#FF4757,#FF7B86)}.astro-glow,.astro-glow-purple{box-shadow:0 10px 15px -3px rgba(175,53,137,.2)}.astro-sales-letter{max-width:48rem;margin:0 auto;padding:3rem 1rem}.astro-sales-headline{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#af3589;font-style:italic}@media (min-width:640px){.astro-sales-headline{font-size:2.5rem}}@media (min-width:768px){.astro-sales-headline{font-size:3rem}}.astro-sales-subheadline{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#af3589}.astro-sales-body{font-size:1rem;line-height:1.75;color:var(--astro-text-secondary);margin-bottom:1.5rem}.astro-sales-cta-section{text-align:center;margin:3rem 0;padding:2.5rem 1.5rem;border-radius:1rem;background:linear-gradient(90deg,rgba(175,53,137,.05),rgba(175,53,137,.1),rgba(175,53,137,.05))}.astro-sales-cta-button{display:inline-block;padding:1rem 2rem;font-size:1.25rem;font-weight:700;color:white;background:linear-gradient(135deg,#af3589,#74225c);border-radius:.75rem;transition:all .3s ease;box-shadow:0 10px 15px -3px rgba(175,53,137,.25);text-decoration:none}.astro-sales-cta-button:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 20px 40px -10px rgba(175,53,137,.4)}.astro-sales-feature-box{background-color:var(--astro-bg-card);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);margin-bottom:1.5rem;border:1px solid transparent;transition:border-color .3s ease}.astro-sales-feature-box:hover{border-color:rgba(175,53,137,.3)}.astro-sales-testimonial{border-left:4px solid var(--astro-primary);padding-left:1.5rem;padding-top:.5rem;padding-bottom:.5rem;margin:1.5rem 0;font-style:italic;color:var(--astro-text-secondary);background-color:rgba(175,53,137,.05);border-radius:0 .5rem .5rem 0}.astro-divider{margin:2.5rem 0;border-top:1px solid #e5e7eb}.astro-divider-stars{display:flex;justify-content:center;gap:1rem;font-size:1.5rem;margin:2.5rem 0;color:var(--astro-primary)}.astro-report-section{background-color:var(--astro-bg-card);border-radius:1rem;margin-bottom:1rem;overflow:hidden}.astro-report-section-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;cursor:pointer;transition:background-color .2s ease}.astro-report-section-header:hover{background-color:rgba(175,53,137,.05)}.astro-report-section-title{font-weight:600;color:var(--astro-text-primary)}.astro-report-section-content{padding:0 1.5rem 1.5rem;color:var(--astro-text-secondary);line-height:1.75}.astro-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:astro-shimmer 1.5s infinite;border-radius:.5rem}@keyframes astro-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.astro-fade-in{animation:astro-fadeIn .6s ease-out forwards}@keyframes astro-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.astro-scale-in{animation:astro-scaleIn .3s ease-out forwards}@keyframes astro-scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.astro-back-to-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;background-color:#af3589;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:all .3s ease;opacity:0;visibility:hidden}.astro-back-to-top.visible{opacity:1;visibility:visible}.astro-back-to-top:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(175,53,137,.3)}.astro-expandable-fade{position:relative}.astro-expandable-fade:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3rem;background:linear-gradient(to top,var(--astro-bg-card),transparent);pointer-events:none}.astro-chapter-card{background-color:var(--astro-bg-card);border-radius:.75rem;padding:1rem;border-left:4px solid var(--astro-primary);margin-bottom:.75rem}.astro-chapter-card-title{font-weight:600;color:var(--astro-text-primary);margin-bottom:.25rem}.astro-chapter-card-index{font-size:.875rem;color:var(--astro-text-muted)}.sales-letter{max-width:48rem;margin:0 auto;padding:3rem 1rem 1rem}@media (min-width:640px){.sales-letter{padding:3rem 1.5rem}}@media (min-width:1024px){.sales-letter{padding:3rem 2rem}}.sales-headline{font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#af3589;font-style:italic}@media (min-width:640px){.sales-headline{font-size:2.25rem}}@media (min-width:768px){.sales-headline{font-size:3rem}}.sales-subheadline{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#af3589}@media (min-width:640px){.sales-subheadline{font-size:1.5rem}}@media (min-width:768px){.sales-subheadline{font-size:1.875rem}}.sales-h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--astro-text-primary)}@media (min-width:640px){.sales-h3{font-size:1.25rem}}@media (min-width:768px){.sales-h3{font-size:1.5rem}}.sales-body{font-size:1rem;line-height:1.75;color:var(--astro-text-secondary);margin-bottom:1.5rem}@media (min-width:640px){.sales-body{font-size:1.125rem}}.sales-lead{font-size:1.125rem;line-height:1.75;color:var(--astro-text-primary);margin-bottom:1.5rem;font-weight:500}@media (min-width:640px){.sales-lead{font-size:1.25rem}}.sales-emphasis{font-weight:600;color:var(--astro-text-primary)}.sales-italic{font-style:italic;color:var(--astro-text-secondary)}.sales-section{margin-bottom:3rem}.sales-report-section{margin-bottom:2.5rem;padding:1.25rem 1rem;border:1px solid rgba(175,53,137,.15);border-radius:1rem;background:rgba(255,255,255,.5)}@media (min-width:640px){.sales-report-section{padding:1.75rem 1.5rem;margin-left:.5rem;margin-right:.5rem}}@media (min-width:768px){.sales-report-section{padding:2rem;margin-left:1rem;margin-right:1rem}}.sales-report-section .sales-h3:first-child{margin-top:0}.sales-report-section .sales-body:last-child,.sales-report-section .sales-highlight:last-child{margin-bottom:0}.sales-divider{margin:2.5rem 0;border:none;border-top:1px solid #e5e7eb}.sales-divider-stars{display:flex;justify-content:center;gap:1rem;font-size:1.5rem;margin:2.5rem 0}.sales-list{list-style-type:disc;list-style-position:inside;margin-bottom:1.5rem;color:var(--astro-text-secondary)}.sales-list li{font-size:1rem;margin-bottom:.5rem}@media (min-width:640px){.sales-list li{font-size:1.125rem}}.sales-testimonial{border-left:4px solid var(--astro-primary);padding-left:1.5rem;padding-top:.5rem;padding-bottom:.5rem;margin:1.5rem 0;background-color:rgba(175,53,137,.05);border-radius:0 .5rem .5rem 0}.sales-quote,.sales-testimonial{font-style:italic;color:var(--astro-text-secondary)}.sales-quote{font-size:1.125rem;text-align:center;margin:2rem 0}@media (min-width:640px){.sales-quote{font-size:1.25rem}}.sales-feature-box{background-color:var(--astro-bg-card);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);margin-bottom:1.5rem;border:1px solid transparent;transition:border-color .3s ease}@media (min-width:640px){.sales-feature-box{padding:2rem}}.sales-feature-box:hover{border-color:rgba(175,53,137,.2)}.sales-feature-title{font-size:1.125rem;font-weight:700;color:var(--astro-primary);margin-bottom:.75rem}@media (min-width:640px){.sales-feature-title{font-size:1.25rem}}.sales-cta-section{text-align:center;margin:3rem 0;padding:2.5rem 1.5rem;border-radius:1rem;background:linear-gradient(90deg,rgba(175,53,137,.05),rgba(175,53,137,.1),rgba(175,53,137,.05))}.sales-cta-button{display:inline-block;padding:1rem 2rem;font-size:1.125rem;font-weight:700;color:white;background:linear-gradient(135deg,#af3589,#74225c);border-radius:.75rem;transition:all .3s ease;box-shadow:0 10px 15px -3px rgba(175,53,137,.25);cursor:pointer}@media (min-width:640px){.sales-cta-button{padding:1.25rem 3rem;font-size:1.25rem}}.sales-cta-button:hover{transform:scale(1.05);box-shadow:0 20px 40px -10px rgba(175,53,137,.4)}.sales-cta-button:active{transform:scale(.95)}.sales-ps{font-size:.875rem;color:var(--astro-text-secondary);font-style:italic;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}@media (min-width:640px){.sales-ps{font-size:1rem}}.sales-ps p{margin-bottom:1rem}.sales-faq{margin-bottom:1.5rem}.sales-faq-question{font-weight:600;color:var(--astro-text-primary);margin-bottom:.5rem}.sales-faq-answer{color:var(--astro-text-secondary)}.sales-highlight{background:linear-gradient(90deg,rgba(175,53,137,.08),rgba(175,53,137,.03));border-left:4px solid var(--astro-primary);padding:1.5rem;border-radius:0 1rem 1rem 0;margin:1.5rem 0}.sales-checkmark-list{margin-bottom:1.5rem}.sales-checkmark-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;color:var(--astro-text-secondary)}.sales-checkmark-icon{color:#22c55e;font-weight:700}.text-gradient{color:#af3589}.text-primary{color:var(--astro-primary)}.text-secondary{color:#af3589}.geoapify-autocomplete-input{border-color:#af3589!important;border-radius:.75rem!important;font-family:Montserrat,sans-serif!important}.geoapify-autocomplete-input:focus{border-color:#af3589!important;box-shadow:0 0 0 3px rgba(175,53,137,.2)!important}.geoapify-autocomplete-items{border-radius:.75rem!important;font-family:Montserrat,sans-serif!important}.geoapify-autocomplete-item:hover{background-color:rgba(175,53,137,.1)!important}