.booking-form{flex-direction:column;gap:2rem;width:100%;display:flex}@media (min-width:480px){.booking-form{gap:3rem}}.booking-form-group{flex-direction:column;gap:1rem;display:flex}.booking-form-input-wrapper{align-items:center;display:flex;position:relative}.booking-form-icon{z-index:1;pointer-events:none;opacity:.6;color:#bfdbfecc;justify-content:center;align-items:center;width:18px;height:18px;transition:all .3s;display:flex;position:absolute;left:1rem}.booking-form-icon svg{stroke:currentColor;fill:none;width:100%;height:100%}@media (min-width:480px){.booking-form-icon{width:20px;height:20px;left:1.5rem}}.booking-form-input-wrapper:focus-within .booking-form-icon{opacity:1;color:#4da6ffe6}.booking-form-input{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ecc;border:1px solid #bfdbfe4d;border-radius:.5rem;width:100%;padding:1rem 1rem 1rem 2.5rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;transition:all .3s;box-shadow:0 4px 16px #0003}.booking-form-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #3b82f61a}.booking-form-input::placeholder{color:#8a9aa3}@media (min-width:480px){.booking-form-input{padding:1.5rem 1.5rem 1.5rem 3rem;font-size:1rem}}.booking-form-input:focus{background:#1a1a2ef2;border-color:#bfdbfe99;outline:none;box-shadow:0 4px 16px #0003,0 0 0 3px #bfdbfe33,0 0 20px #3b82f64d}.booking-form-input::placeholder{color:#8a9aa3;font-size:inherit}.booking-form-input[type=date],.booking-form-input[type=time]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.booking-form-input-disabled{opacity:.5;cursor:not-allowed;background:#1a1a2e66}.booking-form-input-error{border-color:#ff006e}.booking-form-input-error:focus{border-color:#ff006e;box-shadow:0 4px 16px #0003,0 0 0 3px #ff006e33}.booking-form-checkbox-group{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.booking-form-checkbox{cursor:pointer;accent-color:#bfdbfecc;flex-shrink:0;width:18px;height:18px}.booking-form-checkbox-label{color:#b8c5d4;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1rem}.booking-form-helper-short{color:#8a9aa3;margin-top:-.5rem;font-size:.875rem;font-style:italic}.booking-form-error{color:#ff006e;margin-top:.5rem;font-size:.875rem;display:block}.booking-form-status{text-align:center;border-radius:.5rem;padding:1.5rem;font-size:1rem;font-weight:500}.booking-form-status-success{color:#06b6d4;background:#06ffa51a;border:1px solid #06b6d4}.booking-form-status-error{color:#ff006e;background:#ff006e1a;border:1px solid #ff006e}.booking-form-submit{text-align:center;color:#fffffffa;letter-spacing:.05em;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 0 10px #60a5facc;background:linear-gradient(135deg,#60a5fa4d,#3b82f640);border:2px solid #60a5facc;border-radius:50px;width:100%;max-width:280px;margin-top:1rem;margin-left:auto;margin-right:auto;padding:1.5rem 4rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-block;position:relative;overflow:hidden;box-shadow:0 0 20px #60a5fa80,0 0 40px #60a5fa4d,0 4px 12px #0000004d,inset 0 1px #fff3}.booking-form-submit:disabled{opacity:.6;cursor:not-allowed}@media (min-width:480px){.booking-form-submit{max-width:300px}}@media (min-width:768px){.booking-form-submit{max-width:320px}}.booking-form-submit:hover:not(:disabled),.booking-form-submit:focus:not(:disabled){text-shadow:0 0 15px #60a5fa;background:linear-gradient(135deg,#60a5fa66,#3b82f659);border-color:#60a5fa;transform:translateY(-2px);box-shadow:0 0 30px #60a5facc,0 0 60px #60a5fa80,0 8px 24px #0006,inset 0 1px #ffffff4d}.booking-form-submit:active:not(:disabled),.booking-form-submit:focus:active:not(:disabled){transform:translateY(0)}.booking-form-submit:disabled{opacity:.5;cursor:not-allowed;border-color:#60a5fa66}.booking-form-submit:focus{outline-offset:2px;outline:2px solid #3b82f680}.booking-form-submit-text{z-index:2;display:block;position:relative}.booking-form-submit-glow{opacity:0;z-index:1;background:radial-gradient(circle,#0ff6 0%,#0000 70%);width:200%;height:200%;transition:opacity .3s;animation:2s ease-in-out infinite shimmer;display:none;left:50%;transform:translate(-50%,-50%)}@keyframes shimmer{0%,to{transform:translate(-50%,-50%)rotate(0)}50%{transform:translate(-50%,-50%)rotate(180deg)}}.booking-form-city-autocomplete{width:100%;position:relative}.booking-form-city-dropdown{z-index:100;background:#0d1b2a;border:1px solid #bfdbfe99;border-top:none;border-radius:0 0 .5rem .5rem;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 16px #0000004d}.booking-form-city-option{text-align:left;color:#fff;cursor:pointer;background:0 0;border:none;width:100%;padding:1rem 1.5rem;font-size:1rem;transition:background .15s;display:block}.booking-form-city-option:hover,.booking-form-city-option--selected{background:#2563eb33}.booking-form-city-option:not(:last-child){border-bottom:1px solid #ffffff0d}.booking-form-loading{background:linear-gradient(135deg,#0d1b2af2 0%,#1a2332f2 100%);border:2px solid #bfdbfe4d;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:700px;min-height:300px;margin:0 auto;padding:6rem 3rem;animation:.5s ease-out fadeIn;display:flex;box-shadow:0 4px 20px #0000004d,0 0 30px #8b5cf61a}.booking-form-loading-orb{background:linear-gradient(135deg,#8b5cf6cc 0%,#3b82f6cc 100%);border-radius:50%;width:60px;height:60px;animation:1.5s ease-in-out infinite pulse-orb;box-shadow:0 0 30px #8b5cf699,0 0 60px #3b82f666}@media (min-width:768px){.booking-form-loading-orb{width:80px;height:80px}}@keyframes pulse-orb{0%,to{transform:scale(1);box-shadow:0 0 30px #8b5cf699,0 0 60px #3b82f666}50%{transform:scale(1.1);box-shadow:0 0 50px #8b5cf6cc,0 0 100px #3b82f699}}.booking-form-loading-text{color:#b8c5d4;text-align:center;font-size:1.125rem;font-style:italic;animation:2s ease-in-out infinite shimmer-text}@keyframes shimmer-text{0%,to{opacity:.7}50%{opacity:1}}.booking-form-result{box-sizing:border-box;background:linear-gradient(135deg,#0d1b2af2 0%,#1a2332f2 100%);border:2px solid #bfdbfe4d;border-radius:.75rem;width:100%;max-width:700px;margin:0 auto;padding:6rem 1.5rem 1.5rem;scroll-margin-top:150px;animation:.6s ease-out fadeInUp;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000004d,0 0 30px #8b5cf61a}@media (min-width:640px){.booking-form-result{padding:6rem 2rem 2rem}}@media (min-width:768px){.booking-form-result{padding:6rem 3rem 3rem}}.booking-form-back-button{text-align:center;cursor:pointer;color:#8a9aa3;z-index:10;background:#6b728026;border:1px solid #6b72804d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:absolute;top:1rem;left:1rem}.booking-form-back-button:focus{outline-offset:2px;outline:2px solid #2563eb}.booking-form-back-button:disabled{opacity:.6;cursor:not-allowed}.booking-form-back-button svg{flex-shrink:0}.booking-form-back-button:hover{color:#fff;background:#6b72804d;border-color:#6b728080;transform:scale(1.05)}@media (min-width:768px){.booking-form-back-button{width:36px;height:36px;top:1.5rem;left:1.5rem}}.booking-form-result-header{border-bottom:1px solid #bfdbfe33;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.booking-form-result-icon{color:#3b82f6;filter:drop-shadow(0 0 8px #8b5cf699);font-size:1.5rem}.booking-form-result-title{color:#fff;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.25rem;font-weight:600}@media (min-width:768px){.booking-form-result-title{font-size:1.5rem}}.booking-form-result-content p{color:#b8c5d4;margin:0 0 1.5rem;font-size:1rem;line-height:1.75}.booking-form-result-content p:last-child{margin-bottom:0}@media (min-width:768px){.booking-form-result-content p{font-size:1.125rem}}.booking-form-result-actions{border-top:1px solid #bfdbfe33;flex-wrap:wrap;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}.booking-form-result-actions-visible{animation:.4s ease-out forwards booking-form-fadeInUp}@keyframes booking-form-fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.booking-form-chart-container{margin-bottom:3rem}.booking-form-reading-loading{background:#0d1b2a99;border:1px solid #bfdbfe33;border-radius:.5rem;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:3rem;display:flex}.booking-form-reading-loading-spinner{border:3px solid #8b5cf633;border-top-color:#3b82f6;border-radius:50%;width:32px;height:32px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.booking-form-reading-loading-text{color:#b8c5d4;text-align:center;font-size:1rem;font-style:italic;animation:2s ease-in-out infinite shimmer-text}.booking-form-interpretation-cta{background:#0d1b2a99;border:1px solid #bfdbfe33;border-radius:.5rem;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:3rem;display:flex}.booking-form-interpretation-cta-desc{color:#8a9aa3;text-align:center;margin:0;font-size:1rem}.booking-form-get-interpretation-btn{text-align:center;color:#fffffffa;letter-spacing:.05em;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 0 10px #8b5cf6cc;background:linear-gradient(135deg,#8b5cf64d,#3b82f640);border:2px solid #8b5cf6cc;border-radius:50px;min-width:220px;padding:1.5rem 4rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-block;position:relative;overflow:hidden;box-shadow:0 0 20px #8b5cf680,0 0 40px #8b5cf64d,0 4px 12px #0000004d,inset 0 1px #fff3}.booking-form-get-interpretation-btn:disabled{opacity:.6;cursor:not-allowed}@media (min-width:480px){.booking-form-get-interpretation-btn{min-width:260px}}.booking-form-get-interpretation-btn:hover:not(:disabled),.booking-form-get-interpretation-btn:focus:not(:disabled){text-shadow:0 0 15px #8b5cf6;background:linear-gradient(135deg,#8b5cf666,#3b82f659);border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 0 30px #8b5cf6cc,0 0 60px #8b5cf680,0 8px 24px #0006,inset 0 1px #ffffff4d}.booking-form-get-interpretation-btn:active:not(:disabled),.booking-form-get-interpretation-btn:focus:active:not(:disabled){transform:translateY(0)}.booking-form-get-interpretation-btn:disabled{opacity:.5;cursor:not-allowed;border-color:#8b5cf666}.booking-form-get-interpretation-btn:focus{outline-offset:2px;outline:2px solid #8b5cf680}.booking-form-get-interpretation-btn-text{z-index:2;display:block;position:relative}.booking-form-get-interpretation-btn-glow{opacity:0;z-index:1;background:radial-gradient(circle,#8b5cf666 0%,#0000 70%);width:200%;height:200%;transition:opacity .3s;animation:2s ease-in-out infinite shimmer;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.booking-form-reading{border-top:1px solid #bfdbfe33;margin-top:3rem;padding-top:3rem;scroll-margin-top:100px}.booking-form-reading-title{color:#fff;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 2rem;font-size:1.125rem;font-weight:600}@media (min-width:768px){.booking-form-reading-title{font-size:1.25rem}}.booking-form-tarot-cta{background:linear-gradient(135deg,#8b5cf61a 0%,#3b82f61a 100%);border:1px solid #8b5cf64d;border-radius:.5rem;flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem;padding:3rem;animation:.5s ease-out fadeInUp;display:flex}.booking-form-tarot-cta-text{color:#b8c5d4;text-align:center;margin:0;font-size:1rem}@media (min-width:768px){.booking-form-tarot-cta-text{font-size:1rem}}.booking-form-tarot-btn{text-align:center;color:#fffffffa;letter-spacing:.05em;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 0 10px #8b5cf6cc;background:linear-gradient(135deg,#8b5cf64d,#a855f740);border:2px solid #8b5cf6cc;border-radius:50px;justify-content:center;align-items:center;min-width:180px;padding:1.5rem 4rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 20px #8b5cf680,0 0 40px #8b5cf64d,0 4px 12px #0000004d,inset 0 1px #fff3}.booking-form-tarot-btn:disabled{opacity:.6;cursor:not-allowed}.booking-form-tarot-btn:hover,.booking-form-tarot-btn:focus{text-shadow:0 0 15px #8b5cf6;background:linear-gradient(135deg,#8b5cf666,#a855f759);border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 0 30px #8b5cf6cc,0 0 60px #8b5cf680,0 8px 24px #0006,inset 0 1px #ffffff4d}.booking-form-tarot-btn:active{transform:translateY(0)}.booking-form-tarot-btn:focus{outline-offset:2px;outline:2px solid #8b5cf680}.booking-form-tarot-btn-text{z-index:2;position:relative}.booking-form-tarot-btn-glow{display:none}
.contact-page{box-sizing:border-box;background:linear-gradient(#0a1628 0%,#0d1b2a 15%,#1a2332 30%,#0d1b2a 50%,#1a2332 70%,#0d1b2a 85%,#0a1628 100%) 50%/cover no-repeat fixed;width:100%;max-width:100%;min-height:100vh;position:relative;overflow:hidden}.contact-page:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#0a16284d 0%,#0d1b2a40 50%,#0a16284d 100%);position:fixed;inset:0}.contact-wrapper{z-index:1;min-height:100vh;padding:0;position:relative}.contact-mystic-bg{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.contact-mystic-glow{filter:blur(100px);opacity:.25;border-radius:50%;position:absolute}.contact-mystic-glow-1{background:radial-gradient(circle,#3b82f680,#0000 70%);width:100%;max-width:800px;height:800px;top:-300px;left:-300px}.contact-mystic-glow-2{background:radial-gradient(circle,#06b6d466,#0000 70%);width:100%;max-width:600px;height:600px;bottom:-200px;right:-200px}.contact-mystic-glow-3{background:radial-gradient(circle,#93c5fd4d,#0000 70%);width:100%;max-width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-mystic-stars{opacity:.5;background-image:radial-gradient(2px 2px at 15% 25%,#ffffffe6,#0000),radial-gradient(1.5px 1.5px at 45% 55%,#bfdbfeb3,#0000),radial-gradient(1px 1px at 75% 15%,#fffc,#0000),radial-gradient(2px 2px at 25% 75%,#bfdbfe99,#0000),radial-gradient(1.5px 1.5px at 85% 45%,#ffffffb3,#0000),radial-gradient(1px 1px at 35% 85%,#bfdbfe80,#0000);background-size:300% 300%;width:100%;height:100%;position:absolute}.contact-mystic-particles{opacity:.3;background-image:radial-gradient(1px 1px at 20% 30%,#3b82f666,#0000),radial-gradient(1px 1px at 60% 70%,#06b6d44d,#0000),radial-gradient(1px 1px at 40%,#93c5fd4d,#0000);background-size:200% 200%;width:100%;height:100%;position:absolute}.contact-hero{box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-width:1497px;height:559.34px;margin:0 auto;display:flex;position:relative}@media (max-width:1497px){.contact-hero{width:100%;max-width:100%}}@media (max-width:768px){.contact-hero{height:399px;overflow:hidden}}.contact-hero-overlay{z-index:1;background-image:url(/images/dreams/dream-hero.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:absolute;inset:0;overflow:hidden}.contact-hero-overlay:before{content:"";z-index:0;background:#0a1628b3;position:absolute;inset:0}@media (max-width:768px){.contact-hero-overlay{background-attachment:scroll}}.contact-hero-content{z-index:2;text-align:center;width:100%;max-width:900px;margin:0 auto;position:relative}.contact-hero-text{z-index:2;text-align:center;position:relative}.contact-hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f633,#06b6d426);border:1px solid #bfdbfe66;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;display:inline-flex;box-shadow:0 4px 20px #0003}.contact-hero-badge-icon{font-size:1rem}.contact-hero-badge-text{color:#bfdbfee6;letter-spacing:.05em;text-transform:uppercase;font-size:.875rem;font-weight:500}.contact-hero-title{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 10px #00000080,0 0 30px #3b82f64d;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}@media (min-width:768px){.contact-hero-title{margin-bottom:2rem;font-size:3.5rem}}@media (min-width:1024px){.contact-hero-title{font-size:4rem}}.contact-hero-accent{background:linear-gradient(135deg,#60a5fa 0%,#93c5fd 50%,#06b6d4 100%);-webkit-text-fill-color:#0000;filter:drop-shadow(0 0 20px #3b82f666);-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.contact-hero-description{color:#fffffff2;text-shadow:0 2px 8px #00000080,0 0 20px #3b82f633;max-width:700px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.75}@media (min-width:768px){.contact-hero-description{font-size:1.25rem}}.contact-content{padding:2rem 1.5rem 4rem;position:relative}@media (min-width:768px){.contact-content{padding:3rem 2rem 5rem}}.contact-content-container{grid-template-columns:1fr;gap:3rem;max-width:1400px;margin:0 auto;display:grid}@media (min-width:1024px){.contact-content-container{grid-template-columns:1fr;align-items:start;gap:4rem}}.contact-info-section{position:relative}.contact-info-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#0d1b2acc,#0a1628b3);border:1px solid #bfdbfe33;border-radius:1.5rem;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 0 40px #3b82f61a,inset 0 0 40px #3b82f60d}.contact-info-card:before{content:"";background:linear-gradient(90deg,#0000,#3b82f680,#06b6d480,#3b82f680,#0000);height:2px;position:absolute;top:0;left:0;right:0}@media (min-width:768px){.contact-info-card{padding:3rem}}.contact-info-header{margin-bottom:2rem}.contact-info-icon-wrapper{background:linear-gradient(135deg,#3b82f633,#06b6d426);border:1px solid #bfdbfe4d;border-radius:1rem;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:inline-flex;box-shadow:0 8px 24px #3b82f633}.contact-info-icon{filter:drop-shadow(0 0 15px #3b82f680);font-size:2rem}.contact-info-title{color:#fff;letter-spacing:-.01em;background:linear-gradient(135deg,#fff,#b8c5d4cc);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.75rem;font-weight:700}@media (min-width:768px){.contact-info-title{font-size:2rem}}.contact-info-intro{color:#ffffffb3;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}@media (min-width:768px){.contact-info-intro{font-size:1.125rem}}.contact-features{flex-direction:column;gap:1.5rem;display:flex}.contact-feature{background:#3b82f60d;border:1px solid #bfdbfe26;border-radius:1rem;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.contact-feature:hover{background:#3b82f61a;border-color:#bfdbfe4d;transform:translate(4px)}.contact-feature-icon{filter:drop-shadow(0 0 10px #bfdbfe80);flex-shrink:0;font-size:1.5rem}.contact-feature-content{flex:1}.contact-feature-title{color:#fff;margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.contact-feature-text{color:#fff9;margin:0;font-size:.875rem;line-height:1.5}.contact-form-section{z-index:2;pointer-events:auto;justify-content:center;width:100%;display:flex;position:relative}.contact-form-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;z-index:1;background:0 0;border:1px solid #bfdbfe66;border-radius:1.5rem;width:100%;max-width:500px;margin:0 auto;padding:1.5rem;position:relative;overflow:visible;box-shadow:0 25px 70px #0003,0 0 50px #3b82f61a}@media (min-width:480px){.contact-form-wrapper{padding:2rem}}@media (min-width:768px){.contact-form-wrapper{padding:2.5rem}}.contact-form-wrapper:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#3b82f61a 0%,#0000 70%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}@media (min-width:768px){.contact-form-wrapper{padding:3rem}}.contact-form{z-index:2;pointer-events:auto;flex-direction:column;gap:1.75rem;display:flex;position:relative}.contact-form button{pointer-events:auto!important}.contact-form-group{flex-direction:column;gap:.625rem;display:flex}.contact-form-label{color:#ffffffe6;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:flex}.contact-form-required{color:#ff006e;font-weight:700}.contact-form-optional{color:#ffffff80;text-transform:none;letter-spacing:0;font-size:.75rem;font-weight:400}.contact-form-helper-text{color:#bfdbfeb3;letter-spacing:.02em;margin-top:.25rem;margin-bottom:0;font-size:.75rem;font-weight:400}.contact-form-input{color:#fff;background:#0d1b2ae6;border:1.5px solid #bfdbfe4d;border-radius:.75rem;width:100%;padding:1rem 1.25rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;transition:all .3s}.contact-form-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #3b82f61a}.contact-form-input:focus{background:#0d1b2af2;border-color:#2563eb;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #3b82f626,0 0 25px #3b82f640,inset 0 0 20px #3b82f60d}.contact-form-input::placeholder{color:#fff6}.contact-form-input:hover:not(:focus){border-color:#bfdbfe80;box-shadow:0 0 15px #3b82f61a}.contact-form-input-error{border-color:#ff006e}.contact-form-input-error:focus{border-color:#ff006e;box-shadow:0 0 0 4px #ff006e26,0 0 25px #ff006e33}.contact-form-dropdown-wrapper{width:100%;position:relative}.contact-form-dropdown-trigger{color:#fff;text-align:left;cursor:pointer;background:#0d1b2ae6;border:1.5px solid #bfdbfe4d;border-radius:.75rem;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;transition:all .3s;display:flex}.contact-form-dropdown-trigger:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #3b82f61a}.contact-form-dropdown-trigger::placeholder{color:#8a9aa3}.contact-form-dropdown-trigger:focus{background:#0d1b2af2;border-color:#2563eb;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #3b82f626,0 0 25px #3b82f640,inset 0 0 20px #3b82f60d}.contact-form-dropdown-trigger:hover:not(:focus){border-color:#bfdbfe80;box-shadow:0 0 15px #3b82f61a}.contact-form-dropdown-trigger.contact-form-dropdown-open{border-color:#2563eb;border-bottom-right-radius:0;border-bottom-left-radius:0}.contact-form-dropdown-trigger.contact-form-input-error{border-color:#ff006e}.contact-form-dropdown-trigger.contact-form-input-error:focus{border-color:#ff006e;box-shadow:0 0 0 4px #ff006e26,0 0 25px #ff006e33}.contact-form-dropdown-placeholder{color:#fff6}.contact-form-dropdown-arrow{flex-shrink:0;margin-left:.5rem;transition:transform .3s}.contact-form-dropdown-open .contact-form-dropdown-arrow{transform:rotate(180deg)}.contact-form-dropdown-menu{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d1b2af2;border:1.5px solid #bfdbfe4d;border-top:none;border-radius:0 0 .75rem .75rem;max-height:300px;margin-top:-1.5px;position:absolute;top:100%;left:0;right:0;overflow:hidden auto;box-shadow:0 10px 30px #0000004d,0 0 20px #3b82f626,inset 0 0 20px #3b82f60d}.contact-form-dropdown-wrapper.contact-form-dropdown-error .contact-form-dropdown-menu{border-color:currentColor #ff006e #ff006e;border-top-style:none;border-top-width:medium}.contact-form-dropdown-option{color:#ffffffe6;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.875rem 1.25rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;transition:all .2s}.contact-form-dropdown-option:hover{color:#fff;background:#3b82f633}.contact-form-dropdown-option.contact-form-dropdown-option-selected{color:#fff;background:#3b82f64d}.contact-form-dropdown-option.contact-form-dropdown-option-placeholder{color:#ffffff80}.contact-form-dropdown-option.contact-form-dropdown-option-placeholder:hover{color:#ffffffb3;background:#3b82f626}.contact-form-dropdown-option:first-child{padding-top:1rem}.contact-form-dropdown-option:last-child{padding-bottom:1rem}.contact-form-textarea{resize:vertical;padding-top:1rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:.5}.contact-form-error{color:#ff006e;align-items:center;gap:.375rem;margin-top:.25rem;font-size:.8125rem;display:flex}.contact-form-error:before{content:"⚠";font-size:.875rem}.contact-form-status{border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1.6;display:flex;position:relative;overflow:hidden}.contact-form-status-icon{flex-shrink:0;font-size:1.5rem}.contact-form-status-success{color:#06b6d4;background:linear-gradient(135deg,#06b6d433,#06b6d41a);border:1.5px solid #06b6d480;box-shadow:0 0 25px #06b6d440,inset 0 0 25px #06b6d41a}.contact-form-status-error{color:#ff006e;background:linear-gradient(135deg,#ff006e33,#ff006e1a);border:1.5px solid #ff006e80;box-shadow:0 0 25px #ff006e40,inset 0 0 25px #ff006e1a}.contact-form-submit{text-align:center;color:#fffffffa;letter-spacing:.05em;cursor:pointer;text-shadow:0 0 10px #60a5facc;isolation:isolate;background:linear-gradient(135deg,#60a5faf2,#3b82f6e6);border:2px solid #60a5facc;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:1.5rem 4rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex;overflow:visible;box-shadow:0 0 20px #60a5fa80,0 0 40px #60a5fa4d,0 4px 12px #0000004d,inset 0 1px #fff3;z-index:1000!important;pointer-events:auto!important;position:relative!important}.contact-form-submit:disabled{opacity:.6;cursor:not-allowed}.contact-form-submit:hover:not(:disabled){text-shadow:0 0 15px #60a5fa;background:linear-gradient(135deg,#60a5fa,#3b82f6f2);border-color:#60a5fa;transform:translateY(-2px);box-shadow:0 0 30px #60a5facc,0 0 60px #60a5fa80,0 8px 24px #0006,inset 0 1px #ffffff4d}.contact-form-submit:active:not(:disabled){transform:translateY(0)}.contact-form-submit:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#60a5fa4d,#3b82f640);border-color:#60a5fa66;pointer-events:none!important}.contact-form-submit:not(:disabled),.contact-form-submit[type=submit]:not(:disabled){pointer-events:auto!important;cursor:pointer!important}.contact-form-submit:focus{outline-offset:3px;outline:2px solid #2563eb}.contact-form-submit.contact-form-submit-ready{animation:3s ease-in-out infinite contact-button-shine;position:relative;overflow:hidden;opacity:1!important;cursor:pointer!important;pointer-events:auto!important;text-shadow:0 0 15px #60a5fa!important;background:linear-gradient(135deg,#60a5fa,#3b82f6f2,#93c5fde6)!important;border-color:#60a5fa!important;box-shadow:0 0 30px #60a5facc,0 0 60px #60a5fa99,0 0 90px #3b82f666,0 4px 12px #0000004d,inset 0 1px #ffffff4d!important}.contact-form-submit.contact-form-submit-ready:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:2s ease-in-out infinite contact-button-shimmer;position:absolute;top:0;left:-100%}.contact-form-submit.contact-form-submit-ready:hover{text-shadow:0 0 20px #60a5fa!important;transform:translateY(-2px)!important;box-shadow:0 0 40px #60a5fa,0 0 80px #60a5facc,0 0 120px #3b82f699,0 8px 24px #0006,inset 0 1px #fff6!important}.contact-form-submit.contact-form-submit-ready:active{transform:translateY(0)!important}@keyframes contact-button-shine{0%,to{box-shadow:0 0 30px #60a5facc,0 0 60px #60a5fa99,0 0 90px #3b82f666,0 4px 12px #0000004d,inset 0 1px #ffffff4d}50%{box-shadow:0 0 40px #60a5fa,0 0 80px #60a5facc,0 0 120px #3b82f699,0 4px 12px #0000004d,inset 0 1px #fff6}}@keyframes contact-button-shimmer{0%{left:-100%}50%,to{left:100%}}.contact-form-submit-content{z-index:2;justify-content:center;align-items:center;gap:.5rem;display:flex;position:relative}.contact-form-submit-icon{font-size:1.125rem;display:inline-block}.contact-form-privacy{border-top:1px solid #bfdbfe33;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1rem;padding-top:1.5rem;display:flex}.contact-form-privacy-note{color:#ffffff80;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.contact-form-privacy-note:before{content:"✓";color:#06b6d4;font-size:1rem;font-weight:700}.contact-form-footer{border-top:1px solid #bfdbfe33;flex-direction:column;gap:1.5rem;margin-top:2.5rem;padding-top:2rem;display:flex}@media (min-width:768px){.contact-form-footer{flex-direction:row;justify-content:space-around;align-items:center}}.contact-form-footer-divider{display:none}@media (min-width:768px){.contact-form-footer-divider{background:#bfdbfe33;width:1px;height:40px;display:block}}.contact-form-footer-item{flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.contact-form-footer-item{justify-content:flex-start}}.contact-form-footer-icon{filter:drop-shadow(0 0 10px #bfdbfe80);flex-shrink:0;font-size:1.5rem}.contact-form-footer-content{flex-direction:column;gap:.25rem;display:flex}.contact-form-footer-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.75rem}.contact-form-footer-value{color:#fffc;margin:0;font-size:.9375rem;font-weight:500}@media (max-width:640px){.contact-hero{padding:4rem 1rem 3rem}.contact-hero-title{font-size:2rem}.contact-hero-description{font-size:1rem}.contact-info-card,.contact-form-wrapper{padding:2rem 1.5rem}.contact-form{gap:1.5rem}}.contact-section-divider{background:linear-gradient(90deg,#0000 0%,#60a5fa99 20%,#93c5fde6 50%,#60a5fa99 80%,#0000 100%);width:100%;height:1px;margin:0;position:relative;box-shadow:0 0 4px #60a5facc,0 0 8px #93c5fd99,0 0 12px #60a5fa66}.contact-section-divider:before{content:"";filter:blur(1px);background:#93c5fd66;height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}
.footer-wrapper{z-index:1100;isolation:isolate;box-sizing:border-box;background-color:#0a1628;background-image:none;width:100%;margin-top:0;position:relative}.footer{z-index:1;color:#ffffffd9;box-sizing:border-box;background-color:#0a1628;background-image:none;border-top:1px solid #bfdbfe40;width:100%;max-width:100%;height:auto;min-height:auto;max-height:none;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;position:relative;bottom:0;left:0;right:0;overflow:hidden visible}@media (min-width:768px){.footer{margin-top:0;overflow-y:visible}}.footer-contact-style{background-color:#0a1628;background-image:none}.footer-container{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:40px;width:100%;max-width:100%;margin:0 auto;padding:0 24px 24px;display:grid}@media (min-width:480px){.footer-container{padding:0 1.5rem 1.5rem}}@media (min-width:768px){.footer-container{padding:0 24px 24px}}.footer-section{flex-direction:column;gap:14px;display:flex}.footer-title{letter-spacing:.06em;background:linear-gradient(90deg,#60a5fa,#93c5fd);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:800}.footer-description{color:#ffffffb3;font-size:1rem;line-height:1.7}.footer-heading{letter-spacing:.08em;text-transform:uppercase;color:#ffffffe6;font-size:1rem;font-weight:700}.footer-links{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.footer-links li a{color:#ffffffbf;font-size:1rem;text-decoration:none;transition:color .18s,transform .18s;position:relative}.footer-links li a:hover{color:#fff;transform:translate(4px)}.footer-links li a:after{content:"";opacity:0;background:linear-gradient(90deg,#60a5fa,#0000);width:100%;height:1px;transition:opacity .2s;position:absolute;bottom:-2px;left:0}.footer-links li a:hover:after{opacity:1}.footer-social{gap:14px;margin-top:6px;display:flex}.footer-social-link{color:#fff;opacity:1;background:#ffffff0f;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.2rem;text-decoration:none;transition:transform .18s,background .18s,box-shadow .18s;display:flex}.footer-social-link span{color:#fff;opacity:1}.footer-social-link .footer-social-icon{-o-object-fit:contain;object-fit:contain;filter:brightness(0)invert();opacity:1;width:20px;height:20px}.footer-social-link:hover{background:#3b82f633;transform:translateY(-2px);box-shadow:0 10px 26px #00000059}.footer-fast-links{box-sizing:border-box;flex-shrink:0;order:-1;width:100%;max-width:100%;padding:0}@media (min-width:1024px){.footer-fast-links{flex:none;order:0;width:auto;min-width:400px;margin-left:6rem}}.footer-fast-links-container{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:6rem;width:100%;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.footer-fast-links-container{grid-template-columns:repeat(2,1fr);gap:4rem}}@media (max-width:640px){.footer-fast-links-container{grid-template-columns:repeat(2,1fr);gap:3rem;padding:0}}@media (max-width:480px){.footer-fast-links-container{grid-template-columns:repeat(2,1fr);gap:2rem}}.footer-fast-links-column{flex-direction:column;gap:1.5rem;display:flex}.footer-fast-links-title{letter-spacing:.05em;text-transform:uppercase;color:#fffffff2;background:linear-gradient(90deg,#60a5fa,#93c5fd);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1rem;font-weight:700}@media (max-width:640px){.footer-fast-links-title{margin-bottom:1rem;font-size:.9375rem}}@media (max-width:480px){.footer-fast-links-title{font-size:.9375rem}}.footer-fast-links-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer-fast-links-list li a{color:#ffffffbf;font-size:.9375rem;text-decoration:none;transition:color .18s,transform .18s;display:inline-block;position:relative}.footer-fast-links-list li a:hover{color:#fff;transform:translate(4px)}.footer-fast-links-list li a:after{content:"";opacity:0;background:linear-gradient(90deg,#60a5fa,#0000);width:100%;height:1px;transition:opacity .2s;position:absolute;bottom:-2px;left:0}.footer-fast-links-list li a:hover:after{opacity:1}.footer-fast-links-list li .footer-link-button{color:#ffffffbf;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9375rem;text-decoration:none;transition:color .18s,transform .18s;display:inline-block;position:relative}.footer-fast-links-list li .footer-link-button:hover{color:#fff;transform:translate(4px)}.footer-fast-links-list li .footer-link-button:after{content:"";opacity:0;background:linear-gradient(90deg,#60a5fa,#0000);width:100%;height:1px;transition:opacity .2s;position:absolute;bottom:-2px;left:0}.footer-fast-links-list li .footer-link-button:hover:after{opacity:1}@media (max-width:640px){.footer-fast-links-list{gap:.5rem}.footer-fast-links-list li a{padding:2px 0;font-size:.9375rem}}@media (max-width:480px){.footer-fast-links-list li a{font-size:.875rem}}.footer-bottom{box-sizing:border-box;color:#fff9;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;max-width:100%;height:auto;min-height:auto;max-height:none;margin-bottom:0;padding:1.5rem;font-size:.9375rem;display:flex;overflow:hidden}@media (max-width:640px){.footer-bottom{gap:3rem;padding:2rem 1.5rem}}@media (min-width:1024px){.footer-bottom{flex-wrap:nowrap;align-items:flex-start;padding:4rem 2rem}}.footer-bottom-content{box-sizing:border-box;flex-direction:column;flex:1;gap:3rem;width:100%;max-width:100%;display:flex}@media (max-width:640px){.footer-bottom-content{gap:4rem;padding:0}}@media (min-width:1024px){.footer-bottom-content{flex-direction:row;align-items:flex-start;gap:6rem}}.footer-disclaimer-section{flex-direction:column;flex:1;gap:1.5rem;width:100%;display:flex}@media (max-width:640px){.footer-disclaimer-section{gap:1rem}}.footer-disclaimer-section p{white-space:normal;color:#fff;opacity:1;word-wrap:break-word;overflow-wrap:break-word;flex-shrink:1;margin:0;padding:0;font-size:.9375rem;line-height:1.6}@media (max-width:640px){.footer-disclaimer-section p{text-align:left;font-size:.875rem;line-height:1.5}}@media (max-width:480px){.footer-disclaimer-section p{font-size:.8125rem}}.footer-bottom-social{flex-shrink:0;gap:1.5rem;margin:1rem 0 0;padding:0;display:flex}@media (max-width:640px){.footer-bottom-social{justify-content:flex-start;gap:1rem;margin-top:1.5rem}}@media (max-width:480px){.footer-bottom-social{gap:.5rem}}@media (max-width:900px){.footer-container{grid-template-columns:1fr 1fr}}@media (max-width:640px){.footer-container{text-align:center;grid-template-columns:1fr;gap:24px;padding:0 16px 16px}.footer-social{justify-content:center}.footer-links li a:hover{transform:none}.footer-section{gap:10px}.footer-title{font-size:1rem}.footer-heading,.footer-description,.footer-links li a{font-size:.9375rem}}.clickable-link{color:#28a8a8}
.home-page{box-sizing:border-box;width:100%;max-width:100%;min-height:100vh;overflow-x:hidden}.home-section-divider{background:linear-gradient(90deg,#0000 0%,#60a5fa99 20%,#93c5fde6 50%,#60a5fa99 80%,#0000 100%);width:100%;height:1px;margin:0;position:relative;box-shadow:0 0 4px #60a5facc,0 0 8px #93c5fd99,0 0 12px #60a5fa66}.home-section-divider:before{content:"";filter:blur(1px);background:#93c5fd66;height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.home-hero{justify-content:center;align-items:center;min-height:80vh;padding:6rem 1.5rem;display:flex;position:relative;overflow:hidden}.home-hero-stars{opacity:.6;background-image:radial-gradient(2px 2px at 20% 30%,#fff,#0000),radial-gradient(2px 2px at 60% 70%,#fff,#0000),radial-gradient(1px 1px,#fff,#0000),radial-gradient(1px 1px at 80% 10%,#fff,#0000),radial-gradient(2px 2px at 90% 60%,#fff,#0000),radial-gradient(1px 1px at 33% 80%,#fff,#0000),radial-gradient(1px 1px at 55% 20%,#fff,#0000),radial-gradient(2px 2px at 10%,#fff,#0000);background-position:0 0;background-size:200% 200%;width:100%;height:100%;animation:20s linear infinite stars;position:absolute;top:0;left:0}@keyframes stars{0%{background-position:0 0}to{background-position:100% 100%}}.home-hero-content{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.home-hero-title{color:#fff;margin-bottom:2rem;font-size:2.5rem}@media (min-width:768px){.home-hero-title{font-size:3rem}}.home-hero-accent{background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.home-hero-subtitle{color:#b8c5d4;margin-bottom:3rem;font-size:1.25rem;line-height:1.75}@media (min-width:768px){.home-hero-subtitle{font-size:1.5rem}}.home-hero-cta{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:640px){.home-hero-cta{flex-direction:row;justify-content:center}}.home-hero-button{text-align:center;cursor:pointer;border:2px solid #0000;border-radius:.5rem;min-width:200px;padding:1.5rem 3rem;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.home-hero-button:focus{outline-offset:2px;outline:2px solid #2563eb}.home-hero-button:disabled{opacity:.6;cursor:not-allowed}.home-hero-button-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af);border-color:#2563eb}.home-hero-button-primary:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#2563eb);transform:translateY(-2px);box-shadow:0 0 20px #3b82f680,0 0 40px #3b82f64d}.home-hero-button-secondary{color:#06b6d4;background:0 0;border-color:#06b6d4}.home-hero-button-secondary:hover:not(:disabled){background:#06ffa51a;transform:translateY(-2px);box-shadow:0 0 20px #06b6d480,0 0 40px #06b6d44d}.home-services{padding:6rem 1.5rem}.home-services-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:480px){.home-services-container{padding:0 1.5rem}}@media (min-width:768px){.home-services-container{padding:0 2rem}}.home-services-title{text-align:center;color:#fff;margin-bottom:1.5rem;font-size:2rem}@media (min-width:768px){.home-services-title{font-size:2.5rem}}.home-services-description{text-align:center;color:#b8c5d4;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.home-services-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.home-services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-services-grid{grid-template-columns:repeat(3,1fr)}}
.horoscope-page{position:relative}.horoscope-bg-decoration{pointer-events:none;z-index:0;box-sizing:border-box;width:100%;max-width:100vw;position:fixed;inset:0;overflow:hidden}@media (max-width:480px){.horoscope-bg-decoration{width:100%;max-width:100%;overflow:hidden}}.horoscope-bg-svg{opacity:.12;filter:blur(2px);pointer-events:none;transition:opacity .5s,transform .5s;position:absolute}.horoscope-bg-svg img{-o-object-fit:contain;object-fit:contain;opacity:.4;width:100%;height:100%}.horoscope-bg-svg-1{width:450px;height:450px;top:10%;left:-80px;transform:rotate(-20deg)}@media (max-width:480px){.horoscope-bg-svg-1{width:300px;height:300px;left:-50px}}@media (min-width:768px){.horoscope-bg-svg-1{width:600px;height:600px;left:-40px}}@media (min-width:1024px){.horoscope-bg-svg-1{width:700px;height:700px;left:0}}.horoscope-bg-svg-2{width:400px;height:400px;top:45%;right:-60px;transform:rotate(25deg)}@media (max-width:480px){.horoscope-bg-svg-2{width:280px;height:280px;right:-40px}}@media (min-width:768px){.horoscope-bg-svg-2{width:550px;height:550px;right:-20px}}@media (min-width:1024px){.horoscope-bg-svg-2{width:650px;height:650px;right:40px}}.horoscope-bg-svg-3{width:350px;height:350px;bottom:8%;left:50%;transform:translate(-50%)rotate(-15deg)}@media (max-width:480px){.horoscope-bg-svg-3{width:250px;height:250px}}@media (min-width:768px){.horoscope-bg-svg-3{width:450px;height:450px}}@media (min-width:1024px){.horoscope-bg-svg-3{width:550px;height:550px}}.horoscope-page{color:#fff;box-sizing:border-box;background:linear-gradient(#0a1628 0%,#0d1b2a 15%,#1a2332 30%,#0d1b2a 50%,#1a2332 70%,#0d1b2a 85%,#0a1628 100%);flex-direction:column;gap:0;width:100%;max-width:100vw;min-height:100vh;display:flex;position:relative;overflow-x:hidden}@media (max-width:480px){.horoscope-page{width:100%;max-width:100%;overflow-x:hidden}}.horoscope-page>:not(.horoscope-bg-decoration){z-index:1;position:relative}.horoscope-page .horoscope-bg-decoration{z-index:0}@media (min-width:1024px){.horoscope-page{flex-direction:column;align-items:center;gap:0}}@media (min-width:1024px) and (max-width:1366px){.horoscope-page{box-sizing:border-box;flex-direction:column;align-items:center;gap:0;width:100%;max-width:100vw;overflow-x:hidden}.horoscope-page:before{background-attachment:scroll}}.hero-section{background-image:url(/images/dreams/dream-hero.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;border-bottom:1px solid #ffffff0f;width:100%;max-width:100%;height:559.34px;margin:0 auto 3rem;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:0;background:#0a1628b3;position:absolute;inset:0}.hero-section .hero-content{z-index:1;flex-direction:column;justify-content:center;height:100%;display:flex;position:relative}@media (max-width:1497px){.hero-section{width:100%;max-width:100%}}@media (max-width:768px){.hero-section{background-attachment:scroll;height:auto;min-height:400px;overflow-x:hidden}}@media (max-width:520px){.hero-section{min-height:350px}}@media (min-width:1024px){.hero-section{margin-bottom:4rem}}.hero-content{box-sizing:border-box;flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1rem;display:flex}@media (min-width:480px){.hero-content{padding:1.5rem}}@media (min-width:768px){.hero-content{padding:1.5rem 24px}}@media (min-width:1024px){.hero-content{flex-direction:row;align-items:center;gap:3rem}}.hero-text{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}@media (min-width:1024px){.hero-text{flex:0 0 45%}}.horoscope-hero{text-align:center;width:100%;max-width:720px;margin:0 auto}@media (min-width:1024px){.horoscope-hero{text-align:center;max-width:100%;margin:0 auto}}@media (min-width:1024px) and (max-width:1366px){.horoscope-hero-description{color:#fffffff2!important;font-size:1.1rem!important;font-weight:500!important;line-height:1.8!important}}.horoscope-hero-title{letter-spacing:.04em;background:linear-gradient(135deg,#60a5fa 0%,#93c5fd 50%,#3b82f6 100%);-webkit-text-fill-color:#0000;text-shadow:0 0 30px #3b82f64d;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;position:relative}.horoscope-hero-title:after{content:"✨";font-size:2rem;animation:2s ease-in-out infinite twinkle;position:absolute;top:-10px;right:-40px}.horoscope-hero-description{color:#fffffff2;font-size:1.1rem;font-weight:500;line-height:1.8}.horoscope-content{justify-content:center;animation:1s ease-out .3s both fadeIn;display:flex}@media (min-width:1024px){.horoscope-content{width:100%;max-width:1200px;margin:0 auto}.horoscope-content .horoscope-content-container.result-visible{width:100%;max-width:100%}}@media (min-width:768px) and (max-width:1920px){.horoscope-content{margin-bottom:0}}@media (min-width:1024px){.horoscope-page:has(.horoscope-content-container.result-visible){flex-direction:column;align-items:center}.horoscope-page:has(.horoscope-content-container.result-visible) .hero-section{display:none}.horoscope-page:has(.horoscope-content-container.result-visible) .horoscope-content{flex:none;width:100%;max-width:1200px;margin:0 auto}.horoscope-page:has(.horoscope-content-container.result-visible) .horoscope-content-container.result-visible{width:100%;max-width:1200px;margin:0 auto}}.horoscope-content-container{box-sizing:border-box;width:100%;max-width:1200px;min-height:900px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;padding:2rem;position:relative;overflow:visible}@media (min-width:480px){.horoscope-content-container{padding:2.5rem 1.5rem}}@media (min-width:768px){.horoscope-content-container{padding:3rem 2rem}}@media (min-width:1024px){.horoscope-content-container{padding:48px}}@media (min-width:1024px) and (max-width:1366px){.horoscope-content-container{padding:3rem 2rem}}@media (min-width:768px) and (max-width:1920px){.horoscope-content-container{min-height:auto;padding-bottom:1rem}.horoscope-content-container:not(.result-visible){min-height:auto;padding-bottom:.5rem}}.horoscope-content-container.result-visible{width:100%;max-width:1200px;height:auto;min-height:900px;margin:0 auto;padding-bottom:3rem}@media (min-width:1024px){.horoscope-content-container.result-visible{width:100%;max-width:1200px}}@media (min-width:768px) and (max-width:1920px){.horoscope-content-container.result-visible{padding-bottom:1.5rem}}.zodiac-signs-circle{opacity:1;visibility:visible;width:100%;max-width:600px;height:600px;margin:-3rem auto 0;transition:opacity .5s,transform .5s,visibility .5s;position:relative;transform:scale(1)}@media (min-width:768px) and (max-width:1920px){.zodiac-signs-circle{margin-bottom:0}}.zodiac-signs-circle:after{content:"";z-index:1;width:calc(100% - 80px);max-width:520px;height:520px;box-shadow:none;border:1px solid #bfdbfe33;border-radius:50%;animation:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.zodiac-signs-circle-outer{z-index:0;border:1px solid #3b82f64d;border-radius:50%;width:calc(100% - 40px);max-width:560px;height:560px;animation:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 6px #3b82f640,0 0 12px #3b82f626,0 0 20px #3b82f61a,inset 0 0 8px #3b82f60a}.zodiac-signs-circle-outer.hidden{transform:scale(.8);opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:none!important}.zodiac-signs-circle-outer.mobile-layout.hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:none!important}.zodiac-circle-center{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:2;background:radial-gradient(circle,#3b82f626 0%,#3b82f60d 50%,#0000 100%);border:2px solid #bfdbfe99;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;animation:3s ease-in-out infinite pulse-center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 40px #3b82f64d,inset 0 0 30px #3b82f61a}.zodiac-circle-center:after{content:"";z-index:-1;border:1px dashed #bfdbfe66;border-radius:50%;width:160px;height:160px;animation:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.zodiac-circle-center .center-icon{z-index:1;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.zodiac-circle-center .center-star-icon{color:#93c5fd;filter:drop-shadow(0 0 15px #93c5fdcc);width:2.8rem;height:2.8rem;animation:2s ease-in-out infinite twinkle}.zodiac-circle-center .center-text{color:#ffffffe6;text-align:center;text-transform:uppercase;letter-spacing:.1em;z-index:1;text-shadow:0 0 10px #3b82f680;margin:0;font-size:.8rem;font-weight:600}.zodiac-sign-card{cursor:pointer;width:90px;height:90px;transform:translate(calc(-50% + var(--x,0px)),calc(-50% + var(--y,0px)));z-index:2;background:0 0;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;font-family:inherit;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out backwards float-in;display:flex;position:absolute;top:50%;left:50%;overflow:visible}.zodiac-sign-card:nth-child(2){animation-delay:40ms}.zodiac-sign-card:nth-child(3){animation-delay:80ms}.zodiac-sign-card:nth-child(4){animation-delay:.12s}.zodiac-sign-card:nth-child(5){animation-delay:.16s}.zodiac-sign-card:nth-child(6){animation-delay:.2s}.zodiac-sign-card:nth-child(7){animation-delay:.24s}.zodiac-sign-card:nth-child(8){animation-delay:.28s}.zodiac-sign-card:nth-child(9){animation-delay:.32s}.zodiac-sign-card:nth-child(10){animation-delay:.36s}.zodiac-sign-card:nth-child(11){animation-delay:.4s}.zodiac-sign-card:nth-child(12){animation-delay:.44s}.zodiac-sign-card:nth-child(13){animation-delay:.48s}.zodiac-sign-card:after{content:"";background:radial-gradient(circle,var(--sign-color,#60a5fa)0%,transparent 70%);opacity:0;z-index:-1;filter:blur(10px);border-radius:50%;transition:opacity .4s;position:absolute;inset:-5px}.zodiac-sign-card:hover:not(:disabled){transform:translate(calc(-50% + var(--x,0px)),calc(-50% + var(--y,0px)))scale(1.25)}.zodiac-sign-card:hover:not(:disabled):after{opacity:.6}.zodiac-sign-card:hover:not(:disabled) .zodiac-sign-symbol .zodiac-icon-svg{filter:drop-shadow(0 0 25px var(--sign-color,#60a5fa));color:var(--sign-color,#60a5fa);transform:scale(1.3)rotate(12deg)}.zodiac-sign-card:hover:not(:disabled) .zodiac-sign-label{color:var(--sign-color,#60a5fa);text-shadow:0 0 15px #3b82f699;font-weight:700;transform:scale(1.1)}.zodiac-sign-card.loading{pointer-events:none;opacity:.6;animation:1.5s ease-in-out infinite pulse-glow}.zodiac-sign-card:disabled{cursor:not-allowed;opacity:.5}.zodiac-sign-symbol{color:#fffffff2;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.zodiac-sign-symbol .zodiac-icon-svg{color:currentColor;filter:drop-shadow(0 2px 12px #00000080);width:2.8rem;height:2.8rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.zodiac-sign-label{color:#ffffffe6;text-transform:capitalize;text-align:center;letter-spacing:.05em;font-size:.75rem;font-weight:600;transition:all .3s}.zodiac-info-section{flex:1;animation:.8s ease-out .5s both fadeIn}@media (min-width:1024px){.zodiac-info-section{flex:0 0 55%}}.zodiac-info-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;max-width:900px;margin:0 auto;display:grid}@media (min-width:1024px){.zodiac-info-grid{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:100%;margin:0}}.zodiac-info-card{text-align:center;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffff0d;border:1px solid #bfdbfe33;border-radius:16px;padding:.875rem;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff1a}.zodiac-info-card:before{content:"";opacity:0;background:linear-gradient(90deg,#60a5fa,#93c5fd,#60a5fa);height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.zodiac-info-card:after{content:"";pointer-events:none;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);width:200%;height:200%;transition:transform .6s;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.zodiac-info-card:hover{background:#ffffff14;border-color:#bfdbfe66;transform:translateY(-4px);box-shadow:0 12px 40px #0003,0 0 20px #3b82f64d,inset 0 1px #ffffff26}.zodiac-info-card:hover:before{opacity:1}.zodiac-info-card:hover:after{transform:rotate(45deg)translate(100%,100%)}.zodiac-info-card:hover .info-icon .info-icon-svg{filter:drop-shadow(0 0 12px #ffd60acc);color:#ffd60a;transform:scale(1.1)rotate(5deg)}.info-icon{justify-content:center;align-items:center;margin-bottom:.5rem;transition:all .4s;display:flex}.info-icon .info-icon-svg{color:#ffd60a;filter:drop-shadow(0 0 6px #ffd60a80);width:1.4rem;height:1.4rem;transition:all .4s}.info-title{color:#fff;background:linear-gradient(135deg,#60a5fa,#93c5fd);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.375rem;font-size:19px;font-weight:600}.info-text{color:#fff;margin:0;font-size:15.3px;font-weight:300;line-height:1.5}.zodiac-sign-loader{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader-spinner{border:3px solid #fff3;border-top-color:var(--sign-color,#60a5fa);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}.horoscope-loading{text-align:center;padding:4rem 2rem;animation:.5s ease-out fadeIn}.horoscope-loading .loading-stars{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.horoscope-loading .loading-stars .sparkle-icon{color:#60a5fa;filter:drop-shadow(0 0 8px #3b82f699);width:2rem;height:2rem;animation:1.5s ease-in-out infinite twinkle-sparkle}.horoscope-loading .loading-stars .sparkle-icon:first-child{animation-delay:0s}.horoscope-loading .loading-stars .sparkle-icon:nth-child(2){animation-delay:.3s}.horoscope-loading .loading-stars .sparkle-icon:nth-child(3){animation-delay:.6s}.horoscope-loading p{color:#ffffffb3;font-size:1.1rem;font-weight:300}.horoscope-error{text-align:center;background:#ff006e1a;border:1px solid #ff006e4d;border-radius:16px;padding:3rem 2rem;animation:.5s ease-out fadeIn}.horoscope-error .error-icon{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.horoscope-error .error-icon .error-icon-svg{color:#ff006e;filter:drop-shadow(0 0 15px #ff006e99);width:3rem;height:3rem}.horoscope-error p{color:#ffffffe6;margin-bottom:1.5rem;font-size:1.1rem}.horoscope-empty{text-align:center;padding:4rem 2rem;animation:.5s ease-out fadeIn}.horoscope-empty .empty-icon{filter:drop-shadow(0 0 20px #ffd60a66);margin-bottom:1.5rem;font-size:4rem;animation:3s ease-in-out infinite float}.horoscope-empty p{color:#ffffffb3;font-size:1.1rem;font-weight:300}.back-button{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #bfdbfe80;border-radius:12px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.back-button .back-icon{width:1.2rem;height:1.2rem;transition:transform .3s}.back-button:hover{background:#3b82f61a;border-color:#bfdbfeb3;transform:translate(-5px);box-shadow:0 4px 15px #3b82f633}.back-button:hover .back-icon,.back-button:active{transform:translate(-3px)}.horoscope-result{opacity:0;visibility:hidden;max-height:none;margin-top:0;transition:opacity .6s,transform .6s,visibility .6s;position:absolute;top:0;left:0;right:0;overflow:visible;transform:translateY(30px)}.horoscope-result.visible{opacity:1;visibility:visible;max-height:none;position:relative;overflow:visible;transform:translateY(0)}.horoscope-result.hidden{opacity:0;visibility:hidden;position:absolute;transform:translateY(30px)}.horoscope-result-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:2rem;display:flex;position:relative}.horoscope-result-icon{z-index:2;background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;margin:0;padding:0;display:flex;position:relative}.horoscope-result-icon .result-zodiac-icon{width:64px;height:64px;color:var(--sign-color,#60a5fa);text-align:center;filter:drop-shadow(0 0 10px var(--sign-color,#60a5fa))drop-shadow(0 0 20px var(--sign-color,#60a5fa))drop-shadow(0 0 30px #3b82f699)drop-shadow(0 0 40px #3b82f666);z-index:1;justify-content:center;align-items:center;margin:0;padding:0;font-size:64px;line-height:1;transition:all .3s;animation:2s ease-in-out infinite icon-glow;display:inline-flex;position:relative}@keyframes icon-glow{0%,to{filter:drop-shadow(0 0 10px var(--sign-color,#60a5fa))drop-shadow(0 0 20px var(--sign-color,#60a5fa))drop-shadow(0 0 30px #3b82f699)drop-shadow(0 0 40px #3b82f666)}50%{filter:drop-shadow(0 0 15px var(--sign-color,#60a5fa))drop-shadow(0 0 25px var(--sign-color,#60a5fa))drop-shadow(0 0 35px #3b82f6cc)drop-shadow(0 0 50px #3b82f699)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 15px #3b82f64d}50%{box-shadow:0 0 30px #3b82f699}}.horoscope-result-title-group{flex:1}.horoscope-result-title{background:linear-gradient(135deg,var(--sign-color,#60a5fa),#93c5fd);-webkit-text-fill-color:#0000;text-transform:capitalize;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.horoscope-result-date{color:#fff9;font-size:1rem;font-weight:300}.horoscope-result-content{flex-direction:column;gap:2rem;max-height:none;display:flex;overflow:visible}.horoscope-message{border-left:4px solid var(--sign-color,#60a5fa);background:#ffffff0d;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 20px #0003}.horoscope-message .message-title{color:var(--sign-color,#60a5fa);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.prediction-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.prediction-grid{grid-template-columns:1fr;gap:1rem}}.prediction-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;padding:1.5rem;transition:all .3s}.prediction-card:hover{background:#ffffff0d;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.prediction-card--do{border-left:3px solid #10b981}.prediction-card--do .prediction-icon{color:#10b981;stroke-width:2.5px;background:#10b98126}.prediction-card--dont{border-left:3px solid #ef4444}.prediction-card--dont .prediction-icon{color:#ef4444;stroke-width:2.5px;background:#ef444426}.prediction-card-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.prediction-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:6px;transition:all .3s;display:flex}.prediction-card--do .prediction-icon{filter:drop-shadow(0 0 8px #10b98180)}.prediction-card--dont .prediction-icon{filter:drop-shadow(0 0 8px #ef444480)}.prediction-card:hover .prediction-icon{transform:scale(1.1)}.prediction-title{color:#fffffff2;text-transform:capitalize;margin:0;font-size:1rem;font-weight:600}.prediction-text{color:#fffffff2;margin:0;font-size:1rem;font-weight:500;line-height:1.7}.horoscope-advice{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:2rem;padding:2rem}.horoscope-advice .advice-title{color:#fffffff2;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.horoscope-advice .advice-title .advice-icon{color:#60a5fa;filter:drop-shadow(0 0 8px #3b82f680);width:1.2rem;height:1.2rem;animation:2s ease-in-out infinite twinkle-sparkle}.horoscope-advice p{color:#fffffff2;margin:0;font-size:1.05rem;font-weight:500;line-height:1.8}.horoscope-details{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.horoscope-detail-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex}.horoscope-detail-card:hover{border-color:var(--sign-color,#60a5fa);background:#ffffff14;transform:translateY(-4px);box-shadow:0 8px 25px #0000004d,0 0 20px #3b82f633}.detail-icon{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}.detail-icon .detail-icon-svg{width:1.8rem;height:1.8rem;color:var(--sign-color,#60a5fa);filter:drop-shadow(0 0 8px #3b82f666);transition:all .3s}.horoscope-detail-card:hover .detail-icon .detail-icon-svg{filter:drop-shadow(0 0 12px #3b82f699);transform:scale(1.1)}.detail-content{flex-direction:column;flex:1;gap:.25rem;display:flex}.detail-label{color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.detail-value{color:var(--sign-color,#60a5fa);text-shadow:0 0 10px #3b82f64d;font-size:1.5rem;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes twinkle{0%,to{opacity:.6;transform:scale(.95)rotate(0)}50%{opacity:1;transform:scale(1.05)rotate(5deg)}}@keyframes twinkle-sparkle{0%,to{opacity:.5;transform:scale(.9)rotate(0)}50%{opacity:1;transform:scale(1.1)rotate(180deg)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes float-in{0%{opacity:0;transform:translate(calc(-50% + var(--x,0px)),calc(-50% + var(--y,0px)))scale(.5)}to{opacity:1;transform:translate(calc(-50% + var(--x,0px)),calc(-50% + var(--y,0px)))scale(1)}}@keyframes pulse-center{0%,to{border-color:#bfdbfe99;box-shadow:0 0 40px #3b82f64d,inset 0 0 30px #3b82f61a}50%{border-color:#bfdbfecc;box-shadow:0 0 60px #3b82f680,inset 0 0 40px #3b82f633}}@keyframes rotate-ring{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes neon-pulse{0%,to{border-color:#3b82f666;box-shadow:0 0 8px #3b82f64d,0 0 15px #3b82f633,0 0 25px #3b82f61a,inset 0 0 10px #3b82f60d}50%{border-color:#3b82f680;box-shadow:0 0 12px #3b82f666,0 0 20px #3b82f640,0 0 35px #3b82f626,inset 0 0 12px #3b82f614}}@keyframes pulse{0%,to{box-shadow:0 0 30px #3b82f666,inset 0 2px 10px #fff3}50%{box-shadow:0 0 50px #3b82f699,inset 0 2px 10px #ffffff4d}}@media (max-width:768px){.horoscope-content-container{min-height:600px;padding:2rem 1.5rem}.horoscope-content-container.result-visible{min-height:auto;padding:1.5rem 1rem 2rem}.horoscope-hero-title{font-size:2.2rem}.horoscope-hero-title:after{display:none}.horoscope-hero-description,.horoscope-hero .horoscope-hero-description{font-size:1.05rem;line-height:1.7;color:#fffffff2!important;font-weight:500!important}.zodiac-signs-circle{width:100%;max-width:600px;height:600px;margin:1rem auto}.zodiac-signs-circle:after{width:calc(100% - 80px);max-width:520px;height:520px;box-shadow:none;border:1px solid #bfdbfe33;animation:none}.zodiac-signs-circle .zodiac-signs-circle-outer{border:1px solid #3b82f64d;width:calc(100% - 40px);max-width:560px;height:560px;box-shadow:0 0 5px #3b82f640,0 0 10px #3b82f626,0 0 18px #3b82f61a,inset 0 0 6px #3b82f60a}.zodiac-signs-circle.mobile-layout{grid-template-columns:repeat(3,1fr);place-items:start center;gap:1rem;height:auto;min-height:500px;padding:1rem;display:grid;position:relative}.zodiac-signs-circle.mobile-layout:before,.zodiac-signs-circle.mobile-layout:after,.zodiac-signs-circle.mobile-layout .zodiac-signs-circle-outer{display:none}.zodiac-signs-circle.mobile-layout.hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:none!important}.zodiac-sign-card{width:80px;height:80px;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.zodiac-signs-circle.mobile-layout .zodiac-sign-card{width:90px;height:90px;margin:0}.zodiac-sign-symbol .zodiac-icon-svg{width:2.4rem;height:2.4rem}.zodiac-sign-label{font-size:.7rem}.zodiac-circle-center{width:140px;height:140px}.zodiac-circle-center:after{width:160px;height:160px}.zodiac-circle-center .center-star-icon{width:2.2rem;height:2.2rem}.zodiac-circle-center .center-text{font-size:.7rem}.horoscope-result-header{text-align:center;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem}.horoscope-result-icon{width:80px;height:80px}.horoscope-result-icon .result-zodiac-icon{width:50px;height:50px;font-size:50px}.horoscope-result-title{margin-bottom:.25rem;font-size:1.75rem}.horoscope-result-content{gap:1.25rem}.horoscope-message{margin-bottom:1.25rem;padding:1.25rem}.horoscope-advice{padding:1.25rem}.horoscope-details{grid-template-columns:1fr;gap:.75rem}.horoscope-message p,.horoscope-advice p{font-size:.95rem;line-height:1.6}.hero-section{margin-bottom:2rem}.hero-content{gap:1.5rem}.zodiac-info-section{margin-top:0}.zodiac-info-grid{grid-template-columns:1fr;gap:1.25rem}.zodiac-info-card{padding:1.25rem}.info-icon{margin-bottom:.6rem}.info-icon .info-icon-svg{width:1.6rem;height:1.6rem}.info-title{margin-bottom:.4rem;font-size:.95rem}.info-text{font-size:.85rem}}@media (max-width:480px){.horoscope-hero-description,.horoscope-hero .horoscope-hero-description{font-size:1rem;line-height:1.7;color:#fffffff2!important;font-weight:500!important}.horoscope-content-container{min-height:500px;padding:1.5rem 1rem}.horoscope-content-container.result-visible{min-height:auto;padding:1rem .75rem 1.5rem}.zodiac-signs-circle{width:100%;max-width:450px;height:auto;min-height:500px}.zodiac-signs-circle:after{width:calc(100% - 60px);max-width:390px;height:390px;box-shadow:none;border:1px solid #bfdbfe33;animation:none}.zodiac-signs-circle .zodiac-signs-circle-outer{border:1px solid #3b82f64d;width:calc(100% - 30px);max-width:420px;height:420px;box-shadow:0 0 4px #3b82f640,0 0 8px #3b82f626,0 0 15px #3b82f61a,inset 0 0 5px #3b82f60a}.zodiac-signs-circle.mobile-layout{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.5rem}.zodiac-signs-circle.mobile-layout:before,.zodiac-signs-circle.mobile-layout:after,.zodiac-signs-circle.mobile-layout .zodiac-signs-circle-outer{display:none}.zodiac-signs-circle.mobile-layout.hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:none!important}.zodiac-sign-card{width:65px;height:65px}.zodiac-signs-circle.mobile-layout .zodiac-sign-card{width:75px;height:75px}.zodiac-sign-symbol .zodiac-icon-svg{width:1.8rem;height:1.8rem}.zodiac-sign-label{font-size:.6rem}.horoscope-result-header{gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem}.horoscope-result-icon{width:70px;height:70px}.horoscope-result-icon .result-zodiac-icon{width:45px;height:45px;font-size:45px}.horoscope-result-title{font-size:1.5rem}.horoscope-result-content{gap:1rem}.horoscope-message,.horoscope-advice{margin-bottom:1rem;padding:1rem}.prediction-grid{gap:.75rem}.prediction-card{padding:1rem}.prediction-text{font-size:.9rem}.horoscope-details{gap:.5rem}.zodiac-circle-center{width:100px;height:100px}.zodiac-circle-center .center-star-icon{width:1.5rem;height:1.5rem}.zodiac-circle-center .center-text{font-size:.6rem}.hero-section{margin-bottom:1.5rem}.hero-content{gap:1rem}.zodiac-info-section{margin-top:0}.zodiac-info-grid{gap:1rem}.zodiac-info-card{padding:1rem}.info-icon{margin-bottom:.5rem}.info-icon .info-icon-svg{width:1.5rem;height:1.5rem}.info-title{margin-bottom:.4rem;font-size:.9rem}.info-text{font-size:.8rem;line-height:1.5}.back-button{padding:.6rem 1.2rem;font-size:.9rem}}.horoscope-pro-buttons{box-sizing:border-box;width:100%;max-width:100%;margin-top:2rem;margin-bottom:0;padding:0;animation:.8s ease-out .2s both fadeInUp;overflow:visible}@media (max-width:768px){.horoscope-pro-buttons{box-sizing:border-box;width:100%;max-width:100%;margin-top:1.5rem;margin-bottom:0;padding:0;overflow:visible}}.horoscope-pro-buttons-container{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;max-width:100%;margin:0;display:grid;position:relative;overflow:visible}@media (max-width:1024px){.horoscope-pro-buttons-container{grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;max-width:100%;overflow:visible}}@media (max-width:768px){.horoscope-pro-buttons-container{grid-template-columns:1fr;gap:.75rem;width:100%;max-width:100%;overflow:visible}}.horoscope-pro-button{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:#1a1a2e99;border:1px solid #bfdbfe4d;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:100%;padding:2rem 1rem;transition:all .3s;display:flex;position:relative;overflow:visible}.horoscope-pro-button:hover{background:#1a1a2eb3;border-color:#60a5facc;transform:translateY(-2px);box-shadow:0 0 20px #60a5fa66,0 0 40px #3b82f64d,0 0 60px #60a5fa33,inset 0 0 20px #60a5fa1a}.horoscope-pro-button:active{transform:translateY(0)scale(.98)}@media (max-width:768px){.horoscope-pro-button{gap:.5rem;padding:1.5rem}}.horoscope-pro-button-icon{z-index:1;color:#bfdbfee6;background:#3b82f626;border:1px solid #bfdbfe4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;transition:all .3s;display:flex;position:relative}.horoscope-pro-button-icon svg{width:32px;height:32px}.horoscope-pro-button:hover .horoscope-pro-button-icon{color:#bfdbfe;background:#60a5fa40;border-color:#60a5fa99;transform:scale(1.05);box-shadow:0 0 15px #60a5fa80,0 0 30px #3b82f64d}@media (max-width:768px){.horoscope-pro-button-icon{width:50px;height:50px;margin-bottom:.75rem}.horoscope-pro-button-icon svg{width:28px;height:28px}}.horoscope-pro-button-text{z-index:1;color:#bfdbfee6;text-align:center;font-size:1.125rem;font-weight:600;line-height:1.4;transition:color .3s;position:relative}.horoscope-pro-button:hover .horoscope-pro-button-text{color:#bfdbfe;text-shadow:0 0 10px #60a5fa99}@media (max-width:768px){.horoscope-pro-button-text{font-size:1rem}}.horoscope-pro-button-badge{color:#000;text-transform:uppercase;letter-spacing:.05em;z-index:10;white-space:nowrap;box-sizing:border-box;background:linear-gradient(135deg,#ffd60ae6,#ffa500cc);border-radius:.5rem;max-width:calc(100% - 1.5rem);padding:.25rem .75rem;font-size:.75rem;font-weight:700;animation:2s ease-in-out infinite pulse-glow;position:absolute;top:-10px;right:.75rem;box-shadow:0 4px 12px #ffd60a66}@media (max-width:768px){.horoscope-pro-button-badge{max-width:calc(100% - 1rem);padding:.2rem .6rem;font-size:.7rem;top:-8px;right:.5rem}}.horoscope-discover-header{text-align:center;color:#bfdbfee6;background:linear-gradient(135deg,#60a5fa,#93c5fd);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.horoscope-reading-loading{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:200px;padding:3rem;display:flex}.horoscope-reading-loading .horoscope-reading-orb{background:linear-gradient(135deg,#8b5cf6cc,#3b82f6cc);border-radius:50%;width:60px;height:60px;animation:1.5s ease-in-out infinite pulse-orb;box-shadow:0 0 30px #8b5cf699,0 0 60px #3b82f666}.horoscope-reading-loading p{color:#ffffffb3;font-size:1rem;font-style:italic}@keyframes pulse-orb{0%,to{transform:scale(1);box-shadow:0 0 30px #8b5cf699,0 0 60px #3b82f666}50%{transform:scale(1.1);box-shadow:0 0 50px #8b5cf6cc,0 0 80px #3b82f699}}.horoscope-reading-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.horoscope-reading-error .horoscope-reading-error-icon{color:#ef4444;filter:drop-shadow(0 0 10px #ef444480)}.horoscope-reading-error p{color:#ffffffe6;margin:0;font-size:1rem}.horoscope-reading-result{animation:.6s ease-out fadeInUp}.horoscope-reading-back{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #bfdbfe80;border-radius:12px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.horoscope-reading-back:hover{background:#3b82f61a;border-color:#bfdbfeb3;transform:translate(-5px);box-shadow:0 4px 15px #3b82f633}.horoscope-reading-back:active{transform:translate(-3px)}.horoscope-reading-header{border-bottom:1px solid #bfdbfe33;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.horoscope-reading-icon{color:#60a5fa;filter:drop-shadow(0 0 8px #3b82f699);font-size:1.5rem}.horoscope-reading-header h3{background:linear-gradient(135deg,#60a5fa,#93c5fd);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:600}.horoscope-reading-content p{color:#ffffffe6;margin:0 0 1rem;font-size:1rem;line-height:1.8}.horoscope-reading-content p:last-child{margin-bottom:0}@media (max-width:768px){.horoscope-reading-loading{min-height:150px;padding:2rem 1rem}.horoscope-reading-loading .horoscope-reading-orb{width:50px;height:50px}.horoscope-reading-back{margin-bottom:1.5rem;padding:.6rem 1.2rem;font-size:.9rem}.horoscope-reading-header h3{font-size:1.25rem}.horoscope-reading-content p{font-size:.95rem;line-height:1.7}}.horoscope-neon-separator{background:#bfdbfe33;border:none;width:100%;height:1px;margin:0}
.couple-zodiac-container{box-sizing:border-box;width:100%;margin:0 auto;padding:3rem 1rem;animation:.4s ease-out fadeInUp;position:relative;overflow-x:hidden}@media (min-width:768px){.couple-zodiac-container{padding:4rem 1.5rem}}.couple-zodiac-back{color:#ffffffd9;cursor:pointer;background:#ffffff0f;border:1px solid #bfdbfe33;border-radius:.75rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #0003}.couple-zodiac-back:hover{color:#fff;background:#ffffff1f;border-color:#bfdbfe66;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f626}.couple-zodiac-back:active{transform:translateY(0)}.couple-zodiac-content{flex-direction:column;align-items:center;gap:3rem;width:100%;display:flex}.couple-zodiac-title{text-align:center;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}@media (min-width:768px){.couple-zodiac-title{font-size:2rem}}.couple-zodiac-squares{--puzzle-r:28px;--puzzle-d:calc(var(--puzzle-r)*2);--puzzle-y-top:33%;--puzzle-y-mid:62%;--puzzle-overlap:18px;grid-template-columns:1fr;gap:0;width:100%;display:grid;position:relative}@media (min-width:768px){.couple-zodiac-squares{grid-template-columns:repeat(2,1fr);gap:1rem}}.couple-zodiac-square{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d1b2a;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:1.5rem;transition:transform .3s;display:flex;position:relative;overflow:visible}.couple-zodiac-square:hover{transform:translateY(-2px)}.couple-zodiac-square--user{z-index:2;border:2px solid #3b83f670}.couple-zodiac-square--partner{z-index:10;border:2px solid #bfdbfe4d}@media (min-width:768px){.couple-zodiac-square--partner{margin-left:calc(var(--puzzle-overlap)*-1)}.couple-zodiac-square--user{-webkit-mask:linear-gradient(#000 0 0),radial-gradient(circle var(--puzzle-r)at 100% var(--puzzle-y-top),transparent 99%,#000 100%);-webkit-mask-composite:source-in,xor;-webkit-mask:linear-gradient(#000 0 0),radial-gradient(circle var(--puzzle-r)at 100% var(--puzzle-y-top),transparent 99%,#000 100%);-webkit-mask:linear-gradient(#000 0 0),radial-gradient(circle var(--puzzle-r)at 100% var(--puzzle-y-top),transparent 99%,#000 100%);mask:linear-gradient(#000 0 0),radial-gradient(circle var(--puzzle-r)at 100% var(--puzzle-y-top),transparent 99%,#000 100%);-webkit-mask-composite:source-in,xor,xor;-webkit-mask-composite:source-in,xor;mask-composite:intersect,exclude}.puzzle-tab,.puzzle-hole{width:var(--puzzle-d);height:var(--puzzle-d);left:calc(var(--puzzle-r)*-1);pointer-events:none;border-radius:50%;position:absolute;transform:translateY(-50%)}.puzzle-tab{top:var(--puzzle-y-top);z-index:8;background:#0d1b2a;box-shadow:0 8px 18px #00000038,inset 0 0 0 2px #dbfebf4d;-webkit-mask:linear-gradient(90deg,#000 51%,#0000 51%);mask:linear-gradient(90deg,#000 51%,#0000 51%)}.puzzle-hole{top:var(--puzzle-y-mid);z-index:1;background:#0d1b2a;position:absolute;box-shadow:0 8px 18px #00000038,inset 0 0 0 2px #3b83f670;-webkit-mask:linear-gradient(90deg,#0000 44%,#000 44%);mask:linear-gradient(90deg,#0000 44%,#000 44%)}}@media (max-width:767px){.couple-zodiac-square--partner{margin-top:calc(var(--puzzle-overlap)*-1)}.couple-zodiac-square--user{-webkit-mask:linear-gradient(#000 0 0),radial-gradient(circle var(--puzzle-r)at 50% 100%,transparent 99%,#000 100%);-webkit-mask-composite:source-in,xor;-webkit-mask:linear-gradient(#000 0 0),radial-gradient(circle var(--puzzle-r)at 50% 100%,transparent 99%,#000 100%);-webkit-mask:linear-gradient(#000 0 0),radial-gradient(circle var(--puzzle-r)at 50% 100%,transparent 99%,#000 100%);mask:linear-gradient(#000 0 0),radial-gradient(circle var(--puzzle-r)at 50% 100%,transparent 99%,#000 100%);-webkit-mask-composite:source-in,xor,xor;-webkit-mask-composite:source-in,xor;mask-composite:intersect,exclude}.couple-zodiac-square--partner .puzzle-tab,.couple-zodiac-square--partner .puzzle-hole{width:var(--puzzle-d);height:var(--puzzle-d);top:calc(var(--puzzle-r)*-1);pointer-events:none;border-radius:50%;position:absolute;left:50%;transform:translate(-50%)}.couple-zodiac-square--partner .puzzle-hole{z-index:1;background:#0d1b2a;box-shadow:0 8px 18px #00000038,inset 0 0 0 2px #bfdbfe4d;-webkit-mask:linear-gradient(#000 51%,#0000 51%);mask:linear-gradient(#000 51%,#0000 51%)}}.couple-zodiac-square-label{color:#bfdbfecc;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:1rem;font-weight:600}.couple-zodiac-square-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.couple-zodiac-square-name{color:#fff;text-align:center;font-size:1.25rem;font-weight:700}.couple-zodiac-square-empty{color:#ffffff80;text-align:center;font-size:1rem}.couple-zodiac-square-select{justify-content:center;align-items:center;width:100%;padding:6px;display:flex;overflow:visible}.couple-zodiac-zodiac-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;width:100%;min-width:0;max-width:100%;padding:4px 2px;display:grid;overflow:visible}@media (min-width:768px){.couple-zodiac-zodiac-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:6px 2px}}.couple-zodiac-zodiac-option{--zodiac-color:#3b82f6;cursor:pointer;color:#ffffffe6;box-sizing:border-box;z-index:1;background:#ffffff0d;border:1px solid #bfdbfe33;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;max-width:100%;min-height:56px;padding:.5rem;font-size:.65rem;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.couple-zodiac-zodiac-option:hover{border-color:var(--zodiac-color);box-shadow:0 0 14px #3b82f659,0 0 0 1px var(--zodiac-color);z-index:2;background:#ffffff1a;transform:scale(1.04)}.couple-zodiac-zodiac-option:active{transform:scale(.98)}.couple-zodiac-zodiac-option:focus-visible{outline:2px solid var(--zodiac-color);outline-offset:2px}.couple-zodiac-zodiac-option-label{text-align:center;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;line-height:1.1;overflow:hidden}.couple-zodiac-change-button{color:#06b6d4;cursor:pointer;background:#06b6d426;border:1px solid #06b6d466;border-radius:.75rem;justify-content:center;align-items:center;margin-top:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #00000026}.couple-zodiac-change-button:hover{color:#fff;background:#06b6d440;border-color:#06b6d4;transform:translateY(-1px);box-shadow:0 0 16px #06b6d44d}.couple-zodiac-change-button:active{transform:translateY(0)}.couple-zodiac-change-button:focus-visible{outline-offset:2px;outline:2px solid #06b6d4}.couple-zodiac-predictions-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:1rem;justify-content:center;align-items:center;width:100%;max-width:280px;padding:1.5rem 3rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #3b82f666}.couple-zodiac-predictions-button:before{content:"";opacity:0;background:linear-gradient(135deg,#0000,#ffffff26);transition:opacity .3s;position:absolute;inset:0}.couple-zodiac-predictions-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #3b82f680}.couple-zodiac-predictions-button:hover:not(:disabled):before{opacity:1}.couple-zodiac-predictions-button:active:not(:disabled){transform:translateY(0)}.couple-zodiac-predictions-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.couple-zodiac-predictions-button:focus-visible{outline-offset:3px;outline:2px solid #06b6d4}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.hero{background-image:url(https://img.freepik.com/premium-wektory/ciemno-niebieskie-tlo-z-niebieskim-gradientem_1055519-2175.jpg?semt=ais_hybrid&w=740&q=80);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;border-bottom:1px solid #ffffff0f;padding:50px 0 40px;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:#0a1628b3;position:absolute;inset:0}.hero__container{box-sizing:border-box;z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;position:relative}@media (min-width:480px){.hero__container{padding:0 1.5rem}}@media (min-width:768px){.hero__container{padding:0 24px}}.hero__content{flex-direction:column;gap:12px;display:flex}.hero__badge{letter-spacing:.02em;color:#ffffffdb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:10px;width:fit-content;padding:10px 14px;font-size:1rem;font-weight:600;display:inline-flex}.hero__title{letter-spacing:.01em;color:#fffffff5;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;line-height:1.1}.hero__titleAccent{background:linear-gradient(90deg,#60a5fa,#93c5fd);-webkit-text-fill-color:#0000;text-shadow:0 0 22px #3b82f62e;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:#ffffffb8;max-width:560px;font-size:1.0625rem;line-height:1.6}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}.hero__button{letter-spacing:.02em;border-radius:14px;justify-content:center;align-items:center;padding:12px 16px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.hero__button--primary{color:#fffffffa;letter-spacing:.05em;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 0 10px #60a5facc;background:linear-gradient(135deg,#60a5fa4d,#3b82f640);border:2px solid #60a5facc;border-radius:50px;padding:1.5rem 4rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;box-shadow:0 0 20px #60a5fa80,0 0 40px #60a5fa4d,0 4px 12px #0000004d,inset 0 1px #fff3}.hero__button--primary:hover{text-shadow:0 0 15px #60a5fa;background:linear-gradient(135deg,#60a5fa66,#3b82f659);border-color:#60a5fa;transform:translateY(-2px);box-shadow:0 0 30px #60a5facc,0 0 60px #60a5fa80,0 8px 24px #0006,inset 0 1px #ffffff4d}.hero__button--primary:active{transform:translateY(0)}.hero__button--ghost{color:#ffffffe6;background:#ffffff0f;border:1px solid #ffffff1f}.hero__button--ghost:hover{background:#ffffff14;transform:translateY(-1px)}.hero__stats{flex-wrap:wrap;gap:16px;margin-top:14px;display:flex}.hero__stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;min-width:150px;padding:12px 14px}.hero__statValue{color:#fffffff5;font-size:1.05rem;font-weight:900;display:block}.hero__statLabel{color:#ffffffb3;margin-top:4px;font-size:.9375rem;display:block}.hero__art{justify-content:center;align-items:center;min-height:360px;display:flex;position:relative}.hero__image{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 16px #3b82f666);width:100%;max-width:500px;height:auto;box-shadow:none;mix-blend-mode:normal;opacity:1;background:0 0;border-radius:0}.hero__fade{background:linear-gradient(#0000,#0a1628);height:60px;position:absolute;bottom:0;left:0;right:0}@media (max-width:900px){.hero__container{grid-template-columns:1fr;gap:28px}.hero__subtitle{max-width:100%}.hero__art{min-height:320px}.hero__art .hero__image{max-width:100%}}@media (max-width:520px){.hero{background-attachment:scroll;padding:74px 0 56px}.hero__button{width:100%}.hero__stat{min-width:100%}}
.service-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:inherit;background:linear-gradient(#121028f5,#0c0c1cf5);border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:12px;padding:22px;text-decoration:none;transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s,border-color .26s;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 55px #00000073,inset 0 1px #ffffff0a}.service-card:hover{border-color:#bfdbfe80;transform:translateY(-6px);box-shadow:0 36px 90px #0009,inset 0 1px #ffffff14}.service-card-icon{color:#fff;background:linear-gradient(#3b82f68c,#3b82f640);border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.4rem;display:inline-flex;box-shadow:0 0 0 1px #3b82f673,0 0 26px #3b82f673}.service-card-title{letter-spacing:.02em;color:#fff;margin:6px 0 0;font-size:1.12rem;font-weight:900}.service-card-description{color:#ffffffbf;font-size:.96rem;line-height:1.65}.service-card-arrow{color:#ffffff8c;align-self:flex-end;margin-top:auto;font-size:1.5rem;font-weight:700;transition:transform .22s,color .22s}.service-card:hover .service-card-arrow{color:#fff;transform:translate(8px)}.service-card:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f68c,0 36px 90px #0009}.service-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(500px 220px at 20% -15%,#3b82f647,#0000 65%);transition:opacity .26s;position:absolute;inset:0}.service-card:hover:before{opacity:1}@media (max-width:600px){.service-card{padding:20px}.service-card-title{font-size:1.05rem}.service-card-description{font-size:.94rem}}
.services-section{background:radial-gradient(circle at 20% 30%,#3b82f626 0%,#0000 50%),radial-gradient(circle at 80% 70%,#bfdbfe1f 0%,#0000 50%),linear-gradient(#0a1628 0%,#0d1b2a 50%,#0a1628 100%);padding:3rem 1.5rem;position:relative;overflow:hidden}.services-section:before{content:"";opacity:.6;pointer-events:none;background-image:radial-gradient(2px 2px at 20% 30%,#ffffff4d,#0000),radial-gradient(1px 1px at 60% 70%,#fff6,#0000),radial-gradient(1px 1px,#fff3,#0000),radial-gradient(2px 2px at 80% 20%,#ffffff4d,#0000),radial-gradient(1px 1px at 10% 80%,#ffffff40,#0000);background-size:200% 200%;animation:30s linear infinite stars-drift;position:absolute;inset:0}@keyframes stars-drift{0%{background-position:0 0}to{background-position:100% 100%}}.services-container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.services-header{text-align:center;padding:0 1.5rem}.services-title{letter-spacing:.02em;color:#fffffffa;background:linear-gradient(135deg,#fff 0%,#93c5fd 100%);-webkit-text-fill-color:#0000;text-shadow:0 0 40px #3b82f64d;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.services-subtitle{color:#ffffffbf;max-width:700px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.75}.services-showcase{grid-template-columns:1fr;align-items:stretch;gap:2rem;padding:2rem 0;display:grid}@media (min-width:768px){.services-showcase{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:1.5rem}}@media (min-width:1024px){.services-showcase{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1rem}}.service-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-style:preserve-3d;background:linear-gradient(135deg,#0d1b2af2 0%,#1a2332f2 50%,#0d1b2af2 100%);border:1px solid #bfdbfe66;border-radius:20px;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;box-shadow:0 12px 40px #0006,0 0 30px #3b82f61a,inset 0 1px #ffffff0d}.service-panel:hover{border-color:#bfdbfe99;transform:translateY(-8px)scale(1.01);box-shadow:0 20px 60px #00000080,0 0 50px #3b82f64d,inset 0 1px #ffffff1a}.service-panel-background{opacity:.7;pointer-events:none;z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .4s,transform .4s;position:absolute;inset:0}.service-panel-background:after{content:"";z-index:1;background:linear-gradient(135deg,#0a162866 0%,#0d1b2a80 50%,#0a162866 100%);position:absolute;inset:0}.service-panel:hover .service-panel-background{opacity:.85;transform:scale(1.02)}.service-panel--tarot .service-panel-background,.service-panel--horoscope .service-panel-background,.service-panel--nathal-chart .service-panel-background,.service-panel--palm-reading .service-panel-background{background-position:50%;background-size:cover}.service-panel-content{z-index:1;text-align:center;flex-direction:column;flex:1;justify-content:space-between;align-items:center;padding:2rem;display:flex;position:relative}@media (min-width:768px){.service-panel-content{padding:3rem 2rem}}.service-icon-wrapper{justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1rem;display:flex;position:relative}.service-icon{filter:drop-shadow(0 0 20px #3b82f699);z-index:2;width:100%;height:100%;transition:transform .4s cubic-bezier(.22,1,.36,1);position:relative}.service-icon img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.service-panel:hover .service-icon{transform:scale(1.1)rotate(5deg)}.service-icon--tarot{filter:drop-shadow(0 0 25px #3b82f6cc)}.service-icon--horoscope{filter:drop-shadow(0 0 25px #bfdbfecc)}.service-icon--nathal-chart{filter:drop-shadow(0 0 25px #3b82f6cc)}.service-icon--palm-reading{filter:drop-shadow(0 0 25px #bfdbfecc)}.service-icon-glow{opacity:0;background:radial-gradient(circle,#3b82f64d 0%,#0000 70%);border-radius:50%;width:110px;height:110px;transition:opacity .4s;animation:3s ease-in-out infinite icon-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.service-panel:hover .service-icon-glow{opacity:1}@keyframes icon-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.2)}}.service-title{letter-spacing:.03em;color:#fffffffa;margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;line-height:1.2}.service-description{color:#fffc;max-width:280px;margin-bottom:1rem;font-size:clamp(.8125rem,1.2vw,.9375rem);line-height:1.5}.service-benefits{text-align:left;flex:1;width:100%;max-width:240px;margin:0 0 1.5rem;padding:0;list-style:none}.service-benefits li{color:#ffffffbf;margin-bottom:.5rem;padding-left:1rem;font-size:.8125rem;line-height:1.4;position:relative}.service-benefits li:before{content:"✦";color:#3b82f6cc;font-size:.75rem;position:absolute;left:0}.service-button{letter-spacing:.05em;text-transform:uppercase;cursor:pointer;color:#fff;text-shadow:0 0 15px #bfdbfe99,0 0 30px #3b82f666,0 2px 4px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#a8a8a800 0%,#c0c0c079 25%,#d4d4d456 50%,#c0c0c02a 75%,#a8a8a813 100%) 0 0/200% 200%;border:1px solid #bfdbfe4d;border-radius:50px;justify-content:center;align-items:center;padding:1rem 3rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #a0a0a066,0 4px 8px #0000004d,inset 0 1px #fff6,inset 0 -1px #0003}.service-button:before{content:"";opacity:0;pointer-events:none;z-index:0;background:radial-gradient(circle,#bfdbfe4d 0%,#3b82f633 30%,#0000 70%);width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;left:-50%}.service-button:hover{text-shadow:0 0 20px #bfdbfee6,0 0 40px #3b82f6b3,0 0 60px #3b82f680,0 2px 4px #0000004d;background-position:100% 0;border-color:#bfdbfe99;transform:translateY(-3px)scale(1.05);box-shadow:0 15px 40px #3b82f699,0 8px 20px #bfdbfe80,0 0 50px #3b82f666,0 0 80px #bfdbfe4d,inset 0 1px #ffffff80,inset 0 -1px #0003}.service-button:hover:before{opacity:1;animation:2s ease-in-out infinite mystical-pulse}.service-button:active{transform:translateY(-1px)scale(1.02);box-shadow:0 6px 20px #3b82f680,0 3px 8px #0000004d,inset 0 2px 4px #0000004d}@keyframes mystical-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.1)}}.service-button-text{z-index:2;position:relative}.service-button-shimmer{z-index:1;background:linear-gradient(90deg,#0000,#bfdbfe99,#3b82f666,#bfdbfe99,#0000);width:100%;height:100%;transition:left .8s;position:absolute;top:0;left:-100%}.service-button:hover .service-button-shimmer{left:100%}@media (max-width:900px){.services-showcase{gap:3rem}.service-panel-content{padding:3rem}.service-icon-wrapper{width:100px;height:100px}.service-icon-glow{width:120px;height:120px}}@media (max-width:600px){.services-section{padding:4rem 1.5rem}.services-header{margin-bottom:4rem}.service-panel{border-radius:24px}.service-panel-content{padding:2rem}.service-button{width:100%;padding:1rem 3rem}}
