*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;transition:all .3s ease;background-color:transparent}.navbar-scrolled{background-color:#fff;box-shadow:0 4px 6px #0000001a}.navbar-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:5.5rem}@media (max-width: 640px){.navbar-container{height:4.5rem}}.navbar-brand{font-size:2rem;font-weight:700;color:#fff;background:none;border:none;cursor:pointer;transition:color .3s ease;font-family:inherit}@media (max-width: 640px){.navbar-brand{font-size:1.75rem}}.navbar-scrolled .navbar-brand{color:#fed7aa}.brand-dot{color:#ec4899}.navbar-brand:hover{opacity:.8}.navbar-menu{display:none;gap:2rem;align-items:center}.navbar-link{font-weight:500;font-size:1.125rem;color:#fff;background:none;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit;padding:.5rem 0;position:relative}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#ec4899,#f472b6);transition:width .3s ease}.navbar-link-active:after{width:100%}.navbar-link-active{color:#fce7f3;font-weight:600}.navbar-scrolled .navbar-link{color:#374151}.navbar-scrolled .navbar-link-active,.navbar-link:hover,.navbar-scrolled .navbar-link:hover{color:#ec4899}@media (min-width: 768px){.navbar-menu{display:flex}}.navbar-mobile-button{display:block;background:none;border:none;cursor:pointer;padding:.5rem;color:#fff;transition:color .3s ease}.navbar-scrolled .navbar-mobile-button{color:#374151}.navbar-mobile-button:hover{opacity:.8}@media (min-width: 768px){.navbar-mobile-button{display:none}}.navbar-mobile-menu{background-color:#fff;box-shadow:0 4px 6px #0000001a;padding:1rem}.navbar-mobile-link{display:block;width:100%;text-align:left;padding:.75rem 1rem;font-size:1.125rem;font-weight:500;color:#374151;background:none;border:none;cursor:pointer;border-radius:.5rem;transition:all .3s ease;font-family:inherit;margin-bottom:.25rem;position:relative}.navbar-mobile-link-active{background:linear-gradient(90deg,#f3e8ff,#fce7f3);color:#9333ea;font-weight:600;border-left:3px solid #ec4899}.navbar-mobile-link:hover{background-color:#f3e8ff;color:#9333ea}.navbar-mobile-link:last-child{margin-bottom:0}@media (min-width: 768px){.navbar-mobile-menu{display:none}}html{scroll-behavior:smooth}button{font-family:inherit;font-size:inherit}.navbar-brand:focus-visible,.navbar-link:focus-visible,.navbar-mobile-button:focus-visible,.navbar-mobile-link:focus-visible{outline:2px solid #9333ea;outline-offset:2px;border-radius:4px}.navbar-brand:focus,.navbar-link:focus,.navbar-mobile-button:focus,.navbar-mobile-link:focus{outline:none}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-image:url(/assets/hero-background.jpg-334cfd19.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:scroll}@media (max-width: 1024px){.hero{background-attachment:scroll;background-size:cover}}@media (max-width: 768px){.hero{background-position:55% center;background-size:cover;min-height:100svh}}@media (max-width: 480px){.hero{background-position:60% center;background-size:auto 100%;min-height:100svh}}@media (max-width: 480px) and (orientation: portrait){.hero{background-size:cover;background-position:65% center}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(147,51,234,.7) 0%,rgba(236,72,153,.6) 50%,rgba(147,51,234,.7) 100%);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:2rem;max-width:900px;margin:0 auto;animation:fadeInUp 1s ease-out}.hero-title{font-size:10rem;font-weight:900;margin-bottom:1.5rem;text-shadow:3px 3px 6px rgba(255,255,255,.4);line-height:1.1;animation:fadeInScale 1s ease-out;background:linear-gradient(135deg,#ffffff 0%,#fef3c7 50%,#fed7aa 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.4);animation:fadeInUp 1s ease-out .3s backwards;letter-spacing:.5px}.hero-description{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.7;text-shadow:1px 1px 3px rgba(0,0,0,.4);max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .5s backwards;font-weight:500}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .7s backwards}.hero-btn{display:inline-block;padding:1.125rem 2.75rem;font-size:1.125rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 4px 15px #0003;border:none;font-family:inherit;position:relative;overflow:hidden;flex:1;min-width:200px}.hero-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.hero-btn:hover:before{left:100%}.hero-btn-primary{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);color:#fff}.hero-btn-primary:hover{background:linear-gradient(135deg,#db2777 0%,#be185d 100%);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #f9731680}.hero-btn-primary:active{transform:translateY(-1px) scale(1)}.hero-btn-secondary{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);color:#fff}.hero-btn-secondary:hover{background:linear-gradient(135deg,#db2777 0%,#be185d 100%);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #ec489980}.hero-btn-secondary:active{transform:translateY(-1px) scale(1)}.hero-btn-signed{width:100%;background:white;color:#f97316;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #00000026;animation:pulse 2s ease-in-out infinite;flex:none;border:2px solid transparent}.hero-btn-signed:hover{background:#fef3c7;color:#ea580c;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #f973164d;animation:none;border-color:#f97316}.hero-btn-signed:active{transform:translateY(-1px) scale(1)}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;font-size:.875rem;text-shadow:1px 1px 2px rgba(0,0,0,.3);animation:bounce 2s infinite;z-index:3}.hero-scroll-arrow{animation:bounce 2s infinite}@media (max-width: 768px){.hero{min-height:100vh;background-position:55% center}.hero-content{padding:5rem 1.5rem 2rem;max-width:100%}.hero-title{font-size:3rem;line-height:1.1;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;margin-bottom:1rem}.hero-description{font-size:1rem;margin-bottom:2rem}.hero-btn{padding:1rem 2rem;font-size:1rem;min-width:150px}.hero-buttons{flex-direction:column;align-items:stretch;gap:.75rem;max-width:100%}.hero-btn{width:100%;flex:none}.hero-btn-signed{order:3}}@media (max-width: 480px){.hero{background-position:60% center;background-size:cover;min-height:100svh}.hero-content{padding:5rem 1rem 2rem}.hero-title{font-size:2.25rem;margin-bottom:.75rem}.hero-subtitle{font-size:1.125rem;margin-bottom:.75rem}.hero-description{font-size:.9375rem;margin-bottom:1.5rem;line-height:1.5}.hero-btn{padding:.875rem 1.5rem;font-size:.9375rem;min-width:unset}.hero-buttons{gap:.75rem;max-width:100%}.hero-scroll-indicator{bottom:1rem;font-size:.75rem}}@media (max-width: 360px){.hero{background-position:65% center}.hero-title{font-size:2rem;margin-bottom:.5rem}.hero-subtitle{font-size:1rem;margin-bottom:.5rem}.hero-description{font-size:.875rem;margin-bottom:1.25rem}.hero-content{padding:4.5rem .875rem 1.5rem}.hero-btn{font-size:.875rem;padding:.75rem 1.25rem}.hero-scroll-indicator{bottom:.75rem;font-size:.7rem}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (prefers-reduced-motion: reduce){.hero-content,.hero-scroll-indicator,.hero-scroll-arrow{animation:none}.hero{background-attachment:scroll}}.about-section{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;padding:6rem 0;background:linear-gradient(135deg,#faf5ff 0%,#fef3c7 50%,#fed7aa 100%);overflow:hidden}.about-section:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(236,72,153,.1) 0%,transparent 70%);border-radius:50%;z-index:0}.about-section:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(147,51,234,.1) 0%,transparent 70%);border-radius:50%;z-index:0}.about-container{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image-side{position:relative;display:flex;justify-content:center;align-items:center}.about-image-wrapper{position:relative;width:100%;max-width:500px;aspect-ratio:3/4;animation:fadeInLeft 1s ease-out}.about-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#9333ea 0%,#ec4899 100%);background-image:url(/assets/finicky-felicia-image-9fbf22ab.jpg);background-size:cover;background-position:center;border-radius:1.5rem;box-shadow:0 20px 50px #9333ea4d;transition:transform .3s ease,box-shadow .3s ease}.about-image-placeholder:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 60px #9333ea66}.book-icon{width:120px;height:120px;color:#fff;margin-bottom:1rem;opacity:.9}.about-decoration{position:absolute;border-radius:1rem;opacity:.3;z-index:-1}.decoration-1{top:-20px;left:-20px;width:150px;height:150px;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);animation:float 6s ease-in-out infinite}.decoration-2{bottom:-20px;right:-20px;width:120px;height:120px;background:linear-gradient(135deg,#ec4899 0%,#db2777 100%);animation:float 6s ease-in-out infinite 3s}.about-content-side{position:relative;animation:fadeInRight 1s ease-out}.about-content{width:100%}.about-label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#f97316;background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(236,72,153,.1));padding:.5rem 1rem;border-radius:50px;margin-bottom:1rem;animation:fadeInUp 1s ease-out .2s backwards}.about-title{font-size:3.5rem;font-weight:900;margin-bottom:2rem;line-height:1.1;background:linear-gradient(135deg,#9333ea 0%,#ec4899 50%,#f97316 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out .3s backwards}.about-text{margin-bottom:2.5rem}.about-text p{font-size:1.125rem;line-height:1.8;color:#374151;margin-bottom:1.25rem}.about-question{font-size:1.375rem;font-weight:600;color:#9333ea;animation:fadeInUp 1s ease-out .5s backwards}.about-description{font-size:1.25rem;color:#ec4899;font-weight:500;animation:fadeInUp 1s ease-out .6s backwards}.about-intro{font-size:1.125rem;animation:fadeInUp 1s ease-out .7s backwards}.about-intro strong{color:#f97316;font-weight:700}.about-story{font-size:1.125rem;animation:fadeInUp 1s ease-out .8s backwards}.about-cta{font-size:1.125rem;font-weight:600;color:#9333ea;font-style:italic;animation:fadeInUp 1s ease-out .9s backwards}.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;animation:fadeInUp 1s ease-out 1s backwards}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:white;border-radius:1rem;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #9333ea26}.feature-icon{font-size:2rem;flex-shrink:0}.feature-text h4{font-size:.9375rem;font-weight:700;color:#9333ea;margin:0 0 .25rem}.feature-text p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}@media (min-width: 1200px){.about-grid{gap:5rem}.about-container{max-width:1400px}}@media (min-width: 769px) and (max-width: 1199px){.about-grid{gap:3rem}.about-title{font-size:3rem}.about-image-wrapper{max-width:400px}}@media (max-width: 768px){.about-section{padding:4rem 0}.about-grid{grid-template-columns:1fr;gap:3rem}.about-image-side{order:1}.about-content-side{order:2}.about-title{font-size:2.5rem}.about-question{font-size:1.25rem}.about-description{font-size:1.125rem}.about-text p{font-size:1rem}.about-features{grid-template-columns:1fr;gap:1rem}.about-image-wrapper{max-width:400px;margin:0 auto}.book-icon{width:100px;height:100px}}@media (max-width: 480px){.about-section{padding:3rem 0}.about-container{padding:0 1rem}.about-grid{gap:2rem}.about-title{font-size:2rem;margin-bottom:1.5rem}.about-label{font-size:.75rem;padding:.375rem .75rem}.about-question{font-size:1.125rem}.about-description{font-size:1rem}.about-text{margin-bottom:2rem}.about-text p{font-size:.9375rem;margin-bottom:1rem}.about-image-wrapper{max-width:300px}.book-icon{width:80px;height:80px}.placeholder-text{font-size:1rem}.feature-item{padding:1rem;flex-direction:column;text-align:center;align-items:center}.feature-icon{font-size:1.75rem}.decoration-1,.decoration-2{width:80px;height:80px}}@media (max-width: 360px){.about-title{font-size:1.75rem}.about-label{font-size:.7rem}.about-text p{font-size:.875rem}.about-image-wrapper{max-width:250px}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@media (prefers-reduced-motion: reduce){.about-image-wrapper,.about-content-side,.about-label,.about-title,.about-text p,.about-features,.about-question,.about-description,.about-intro,.about-story,.about-cta,.decoration-1,.decoration-2{animation:none}.feature-item:hover,.about-image-placeholder:hover{transform:none}}@media (prefers-contrast: high){.about-title{-webkit-text-fill-color:#9333ea}.feature-item{border:2px solid #9333ea}}.author-section{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;padding:6rem 0;background:linear-gradient(135deg,#ffffff 0%,#fef3c7 30%,#fce7f3 70%,#f3e8ff 100%);overflow:hidden}.author-section:before{content:"";position:absolute;top:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(147,51,234,.08) 0%,transparent 70%);border-radius:50%;z-index:0}.author-section:after{content:"";position:absolute;bottom:-40%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(236,72,153,.08) 0%,transparent 70%);border-radius:50%;z-index:0}.author-container{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.author-header{text-align:center;margin-bottom:4rem;animation:fadeInDown 1s ease-out}.author-label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#f97316;background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(236,72,153,.1));padding:.5rem 1rem;border-radius:50px;margin-bottom:1rem}.author-section-title{font-size:3.5rem;font-weight:900;margin:0;line-height:1.1;background:linear-gradient(135deg,#9333ea 0%,#ec4899 50%,#f97316 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.author-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:center}.author-image-side{position:relative;display:flex;flex-direction:column;align-items:center;gap:2rem;animation:fadeInLeft 1s ease-out .3s backwards}.author-image-wrapper{position:relative;width:100%;max-width:400px;aspect-ratio:1}.author-image-placeholder{width:100%;height:100%;background-image:url(/assets/AuthorImage-d31b9c94.jpg);background-size:cover;background-position:center;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 20px 50px #ec48994d;transition:transform .3s ease,box-shadow .3s ease}.author-image-placeholder:hover{transform:scale(1.05);box-shadow:0 25px 60px #ec489966}.author-photo{width:100%;height:100%;object-fit:cover;border-radius:50%;box-shadow:0 20px 50px #ec48994d;transition:transform .3s ease,box-shadow .3s ease}.author-photo:hover{transform:scale(1.05);box-shadow:0 25px 60px #ec489966}.author-icon{width:100px;height:100px;color:#fff;margin-bottom:1rem;opacity:.9}.placeholder-text{color:#fff;font-size:1.25rem;font-weight:600;opacity:.9;margin:0}.author-decoration{position:absolute;border-radius:50%;opacity:.2;z-index:-1}.decoration-1{top:-30px;left:-30px;width:200px;height:200px;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);animation:float 8s ease-in-out infinite}.decoration-2{bottom:-30px;right:-30px;width:150px;height:150px;background:linear-gradient(135deg,#9333ea 0%,#7c3aed 100%);animation:float 8s ease-in-out infinite 4s}.author-social{display:flex;gap:1rem;justify-content:center}.social-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:white;border-radius:50%;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;color:#9333ea}.social-link:hover{background:linear-gradient(135deg,#9333ea 0%,#ec4899 100%);color:#fff;transform:translateY(-5px);box-shadow:0 8px 20px #9333ea4d}.social-link svg{width:24px;height:24px}.author-bio-side{position:relative;animation:fadeInRight 1s ease-out .3s backwards}.author-bio-content{width:100%}.author-bio-text{margin-bottom:3rem}.author-bio-text p{font-size:1.125rem;line-height:1.8;color:#374151;margin-bottom:1.5rem}.author-intro{font-size:1.25rem;font-weight:600;color:#9333ea}.author-story{font-size:1.125rem}.author-story em{color:#ec4899;font-weight:600;font-style:italic}.author-mission{font-size:1.125rem}.author-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.highlight-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:white;border-radius:1rem;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.highlight-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #9333ea26;background:linear-gradient(135deg,rgba(147,51,234,.03),rgba(236,72,153,.03))}.highlight-icon{font-size:2rem;flex-shrink:0}.highlight-text h4{font-size:1rem;font-weight:700;color:#9333ea;margin:0 0 .25rem}.highlight-text p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}@media (min-width: 1200px){.author-grid{gap:6rem}.author-container{max-width:1400px}}@media (min-width: 769px) and (max-width: 1199px){.author-grid{gap:4rem}.author-section-title{font-size:3rem}.author-image-wrapper{max-width:350px}}@media (max-width: 768px){.author-section{padding:4rem 0}.author-header{margin-bottom:3rem}.author-section-title{font-size:2.5rem}.author-grid{grid-template-columns:1fr;gap:3rem}.author-image-wrapper{max-width:300px;margin:0 auto}.author-bio-text p{font-size:1rem}.author-intro{font-size:1.125rem}.author-highlights{grid-template-columns:1fr;gap:1rem}.author-icon{width:80px;height:80px}}@media (max-width: 480px){.author-section{padding:3rem 0}.author-container{padding:0 1rem}.author-header{margin-bottom:2rem}.author-label{font-size:.75rem;padding:.375rem .75rem}.author-section-title{font-size:2rem}.author-grid{gap:2rem}.author-image-wrapper{max-width:250px}.author-bio-text{margin-bottom:2rem}.author-bio-text p{font-size:.9375rem;margin-bottom:1.25rem}.highlight-item{padding:1rem;flex-direction:column;text-align:center;align-items:center}.highlight-icon{font-size:1.75rem}.social-link{width:45px;height:45px}.social-link svg{width:20px;height:20px}.author-icon{width:60px;height:60px}.placeholder-text{font-size:1rem}.decoration-1,.decoration-2{width:100px;height:100px}}@media (max-width: 360px){.author-section-title{font-size:1.75rem}.author-bio-text p{font-size:.875rem}.author-image-wrapper{max-width:200px}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-25px) rotate(10deg)}}@media (prefers-reduced-motion: reduce){.author-header,.author-image-side,.author-bio-side,.decoration-1,.decoration-2{animation:none}.highlight-item:hover,.author-image-placeholder:hover,.author-photo:hover,.social-link:hover{transform:none}}@media (prefers-contrast: high){.author-section-title{-webkit-text-fill-color:#9333ea}.highlight-item,.social-link{border:2px solid #9333ea}}.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-out}.popup-container{position:relative;width:100%;max-width:550px;background:white;border-radius:2rem;box-shadow:0 25px 50px #0000004d;animation:slideUp .4s ease-out;overflow:hidden}.popup-close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;background:rgba(255,255,255,.95);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px #0000001a}.popup-close:hover{background:#f97316;transform:rotate(90deg);box-shadow:0 6px 20px #f973164d}.popup-close svg{width:20px;height:20px;color:#374151;transition:color .3s ease}.popup-close:hover svg{color:#fff}.popup-content{position:relative}.popup-body{padding:3rem 2.5rem;text-align:center;position:relative;z-index:1}.popup-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;animation:scaleIn .5s ease-out .2s backwards}.popup-icon svg{width:40px;height:40px;color:#fff}.popup-title{font-size:2rem;font-weight:900;margin:0 0 .75rem;line-height:1.2;animation:fadeInUp .5s ease-out .3s backwards}.popup-subtitle{font-size:1.125rem;font-weight:600;color:#6b7280;margin:0 0 1rem;animation:fadeInUp .5s ease-out .4s backwards}.popup-description{font-size:1rem;color:#6b7280;line-height:1.7;margin:0 0 2rem;animation:fadeInUp .5s ease-out .5s backwards}.popup-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:inherit;box-shadow:0 10px 25px #00000026;animation:fadeInUp .5s ease-out .6s backwards}.popup-button:disabled{opacity:.7;cursor:not-allowed}.popup-button svg{width:20px;height:20px;transition:transform .3s ease}.popup-button:hover:not(:disabled) svg{transform:translate(4px)}.popup-skip{background:none;border:none;color:#9ca3af;font-size:.9375rem;cursor:pointer;margin-top:1rem;padding:.5rem;transition:color .3s ease;font-family:inherit;animation:fadeInUp .5s ease-out .7s backwards}.popup-skip:hover{color:#6b7280;text-decoration:underline}.event-popup .popup-icon{background:linear-gradient(135deg,#9333ea 0%,#ec4899 100%);box-shadow:0 10px 30px #9333ea4d}.event-popup .popup-title{background:linear-gradient(135deg,#9333ea 0%,#ec4899 50%,#f97316 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.popup-image-wrapper{position:relative;width:100%;height:200px;overflow:hidden}.popup-image{width:100%;height:100%;object-fit:cover}.popup-image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.9) 100%)}.event-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,rgba(147,51,234,.05),rgba(236,72,153,.05));border-radius:1rem;animation:fadeInUp .5s ease-out .5s backwards}.event-detail-item{display:flex;align-items:center;gap:.75rem;text-align:left}.event-detail-item svg{width:24px;height:24px;color:#9333ea;flex-shrink:0}.event-detail-item span{font-size:1rem;color:#374151;font-weight:500}.event-button{background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);color:#fff}.event-button:hover:not(:disabled){background:linear-gradient(135deg,#ea580c 0%,#c2410c 100%);transform:translateY(-2px);box-shadow:0 15px 35px #f9731666}.subscribe-popup{position:relative}.subscribe-popup .popup-icon{background:linear-gradient(135deg,#ec4899 0%,#9333ea 100%);box-shadow:0 10px 30px #ec48994d}.subscribe-popup .popup-title{background:linear-gradient(135deg,#ec4899 0%,#9333ea 50%,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subscribe-form{animation:fadeInUp .5s ease-out .5s backwards}.input-wrapper{margin-bottom:1rem}.subscribe-input{width:100%;padding:1rem 1.5rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:50px;outline:none;transition:all .3s ease;font-family:inherit;background:#f9fafb}.subscribe-input:focus{border-color:#9333ea;background:white;box-shadow:0 0 0 4px #9333ea1a}.subscribe-input:disabled{opacity:.6;cursor:not-allowed}.subscribe-button{background:linear-gradient(135deg,#9333ea 0%,#ec4899 100%);color:#fff}.subscribe-button:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed 0%,#db2777 100%);transform:translateY(-2px);box-shadow:0 15px 35px #9333ea66}.spinner{display:inline-block;width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.success-message{text-align:center;animation:fadeInUp .5s ease-out}.success-icon{width:60px;height:60px;margin:0 auto 1rem;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s ease-out}.success-icon svg{width:32px;height:32px;color:#fff;stroke-width:3}.success-message p{font-size:1.125rem;color:#059669;font-weight:600;margin:0}.popup-decoration{position:absolute;border-radius:50%;opacity:.1;z-index:0}.decoration-1{top:-50px;right:-50px;width:200px;height:200px;background:linear-gradient(135deg,#9333ea 0%,#ec4899 100%);animation:float 8s ease-in-out infinite}.decoration-2{bottom:-60px;left:-60px;width:180px;height:180px;background:linear-gradient(135deg,#ec4899 0%,#f97316 100%);animation:float 8s ease-in-out infinite 4s}@media (max-width: 768px){.popup-container{max-width:500px}.popup-body{padding:2.5rem 2rem}.popup-icon{width:70px;height:70px}.popup-icon svg{width:36px;height:36px}.popup-title{font-size:1.75rem}.popup-subtitle{font-size:1rem}.popup-description{font-size:.9375rem}.popup-button{font-size:1rem;padding:.875rem 1.75rem}}@media (max-width: 480px){.popup-overlay{padding:.5rem}.popup-container{border-radius:1.5rem;max-width:100%}.popup-body{padding:2rem 1.5rem}.popup-close{top:1rem;right:1rem;width:36px;height:36px}.popup-close svg{width:18px;height:18px}.popup-icon{width:60px;height:60px;margin-bottom:1rem}.popup-icon svg{width:32px;height:32px}.popup-title{font-size:1.5rem;margin-bottom:.5rem}.popup-subtitle{font-size:.9375rem;margin-bottom:.75rem}.popup-description{font-size:.875rem;margin-bottom:1.5rem}.popup-button{font-size:.9375rem;padding:.875rem 1.5rem}.popup-button svg{width:18px;height:18px}.event-details{padding:1.25rem;gap:.75rem;margin-bottom:1.5rem}.event-detail-item svg{width:20px;height:20px}.event-detail-item span{font-size:.9375rem}.subscribe-input{padding:.875rem 1.25rem;font-size:.9375rem}.success-icon{width:50px;height:50px}.success-icon svg{width:28px;height:28px}.success-message p{font-size:1rem}.popup-image-wrapper{height:150px}}@media (max-width: 360px){.popup-body{padding:1.75rem 1.25rem}.popup-title{font-size:1.375rem}.popup-subtitle{font-size:.875rem}.popup-description{font-size:.8125rem}.popup-button{font-size:.875rem;padding:.75rem 1.25rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}@media (prefers-reduced-motion: reduce){.popup-overlay,.popup-container,.popup-icon,.popup-title,.popup-subtitle,.popup-description,.popup-button,.popup-skip,.event-details,.subscribe-form,.success-message,.success-icon,.decoration-1,.decoration-2{animation:none}.popup-button:hover:not(:disabled),.popup-close:hover{transform:none}}.popup-close:focus-visible,.popup-button:focus-visible,.popup-skip:focus-visible,.subscribe-input:focus-visible{outline:3px solid #9333ea;outline-offset:3px}:root{--color-primary: #f97316;--color-primary-dark: #ea580c;--color-secondary: #ec4899;--color-secondary-dark: #db2777;--color-accent: #f59e0b;--color-accent-dark: #d97706;--color-special: #ffffff;--text-dark: #374151;--text-medium: #6b7280;--text-light: #9ca3af;--bg-white: #ffffff;--bg-light-peach: #fef3c7;--bg-soft-coral: #fed7aa;--bg-light-pink: #fce7f3;--bg-gray: #f9fafb}.button{background:var(--color-primary);color:var(--color-special)}.app{min-height:100vh}.section{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.section h1{font-size:3rem;margin-bottom:1rem}.section p{font-size:1.25rem;color:#6b7280;max-width:600px}.section-home{background:linear-gradient(135deg,#9333ea,#ec4899);color:#fff}.section-home p{color:#ffffffe6}.section-about{background:#f9fafb}.section-author{background:#ffffff}.section-order{background:#f3e8ff}.section-events{background:#fce7f3}.section-contact{background:#e5e7eb}@media (max-width: 768px){.section h1{font-size:2rem}.section p{font-size:1rem}}.contact-section{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;padding:6rem 0;background:linear-gradient(135deg,#ffffff 0%,#fef3c7 30%,#fce7f3 70%,#f3e8ff 100%);overflow:hidden}.contact-section:before{content:"";position:absolute;top:-30%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(236,72,153,.08) 0%,transparent 70%);border-radius:50%;z-index:0}.contact-section:after{content:"";position:absolute;bottom:-40%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(147,51,234,.08) 0%,transparent 70%);border-radius:50%;z-index:0}.contact-container{position:relative;z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;margin-bottom:4rem;animation:fadeInDown 1s ease-out}.contact-label{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#f97316;background:linear-gradient(135deg,rgba(249,115,22,.1),rgba(236,72,153,.1));padding:.5rem 1rem;border-radius:50px;margin-bottom:1rem}.contact-title{font-size:3.5rem;font-weight:900;margin:0 0 1rem;line-height:1.1;background:linear-gradient(135deg,#9333ea 0%,#ec4899 50%,#f97316 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start}.contact-info-side{position:relative;animation:fadeInLeft 1s ease-out .3s backwards}.contact-info-content{position:sticky;top:100px}.contact-intro{font-size:1.125rem;line-height:1.8;color:#374151;margin-bottom:2.5rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.contact-method{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:white;border-radius:1rem;box-shadow:0 4px 15px #00000014;transition:all .3s ease}.contact-method:hover{transform:translateY(-5px);box-shadow:0 8px 25px #9333ea26;background:linear-gradient(135deg,rgba(147,51,234,.03),rgba(236,72,153,.03))}.contact-method-icon{width:50px;height:50px;min-width:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#9333ea 0%,#ec4899 100%);border-radius:50%;box-shadow:0 4px 15px #9333ea33}.contact-method-icon svg{width:24px;height:24px;color:#fff}.contact-method-info h3{font-size:1.125rem;font-weight:700;color:#9333ea;margin:0 0 .5rem}.contact-method-info p{font-size:1rem;color:#6b7280;margin:0;line-height:1.5}.contact-method-info a{color:#ec4899;text-decoration:none;transition:color .3s ease;font-weight:500}.contact-method-info a:hover{color:#9333ea;text-decoration:underline}.contact-social{display:flex;gap:1rem;margin-top:2rem}.contact-social-link{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:white;border-radius:50%;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;color:#9333ea;text-decoration:none}.contact-social-link:hover{background:linear-gradient(135deg,#9333ea 0%,#ec4899 100%);color:#fff;transform:translateY(-5px);box-shadow:0 8px 20px #9333ea4d}.contact-social-link svg{width:24px;height:24px}.contact-form-side{position:relative;animation:fadeInRight 1s ease-out .3s backwards}.contact-form-wrapper{background:white;padding:3rem;border-radius:2rem;box-shadow:0 10px 40px #00000014}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-label{font-size:.9375rem;font-weight:600;color:#374151}.form-required{color:#ef4444;margin-left:.25rem}.form-input,.form-textarea{width:100%;padding:1rem 1.25rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:.75rem;outline:none;transition:all .3s ease;font-family:inherit;background:#f9fafb}.form-input:focus,.form-textarea:focus{border-color:#9333ea;background:white;box-shadow:0 0 0 4px #9333ea1a}.form-textarea{min-height:150px;resize:vertical}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-submit{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.125rem 2.5rem;font-size:1.125rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:inherit;background:linear-gradient(135deg,#9333ea 0%,#ec4899 100%);color:#fff;box-shadow:0 10px 25px #9333ea4d;width:100%}.form-submit:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed 0%,#db2777 100%);transform:translateY(-2px);box-shadow:0 15px 35px #9333ea66}.form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-submit svg{width:20px;height:20px;transition:transform .3s ease}.form-submit:hover:not(:disabled) svg{transform:translate(4px)}.button-spinner{display:inline-block;width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.form-success{padding:1.5rem;background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(5,150,105,.1));border-radius:1rem;text-align:center;animation:fadeInUp .5s ease-out}.success-icon-wrapper{width:60px;height:60px;margin:0 auto 1rem;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s ease-out}.success-icon-wrapper svg{width:32px;height:32px;color:#fff;stroke-width:3}.form-success h3{font-size:1.5rem;font-weight:700;color:#059669;margin:0 0 .5rem}.form-success p{font-size:1rem;color:#6b7280;margin:0}.form-error{padding:1rem;background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(220,38,38,.1));border-radius:.75rem;color:#dc2626;font-size:.9375rem;text-align:center}@media (min-width: 1200px){.contact-grid{gap:5rem}.contact-container{max-width:1400px}}@media (min-width: 769px) and (max-width: 1199px){.contact-grid{gap:3rem}.contact-title{font-size:3rem}}@media (max-width: 768px){.contact-section{padding:4rem 0}.contact-header{margin-bottom:3rem}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-info-content{position:static}.contact-intro{font-size:1rem;margin-bottom:2rem}.contact-methods{gap:1rem;margin-bottom:2rem}.contact-method{padding:1.25rem}.contact-form-wrapper{padding:2rem}.form-row{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.contact-section{padding:3rem 0}.contact-container{padding:0 1rem}.contact-header{margin-bottom:2rem}.contact-label{font-size:.75rem;padding:.375rem .75rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:.9375rem}.contact-grid{gap:2rem}.contact-intro{font-size:.9375rem;margin-bottom:1.5rem}.contact-methods{gap:.75rem;margin-bottom:1.5rem}.contact-method{padding:1rem;flex-direction:column;text-align:center;align-items:center}.contact-method-icon{width:45px;height:45px;min-width:45px}.contact-method-icon svg{width:22px;height:22px}.contact-method-info h3{font-size:1rem}.contact-method-info p{font-size:.9375rem}.contact-social{justify-content:center;gap:.75rem}.contact-social-link{width:45px;height:45px}.contact-social-link svg{width:20px;height:20px}.contact-form-wrapper{padding:1.5rem;border-radius:1.5rem}.contact-form{gap:1.25rem}.form-input,.form-textarea{padding:.875rem 1rem;font-size:.9375rem}.form-textarea{min-height:120px}.form-submit{padding:1rem 2rem;font-size:1rem}.form-success h3{font-size:1.25rem}.success-icon-wrapper{width:50px;height:50px}.success-icon-wrapper svg{width:28px;height:28px}}@media (max-width: 360px){.contact-title{font-size:1.75rem}.contact-form-wrapper{padding:1.25rem}.form-submit{padding:.875rem 1.5rem;font-size:.9375rem}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.contact-header,.contact-info-side,.contact-form-side,.form-success,.success-icon-wrapper{animation:none}.contact-method:hover,.contact-social-link:hover,.form-submit:hover:not(:disabled){transform:none}}@media (prefers-contrast: high){.contact-title{-webkit-text-fill-color:#9333ea}.contact-method,.contact-social-link,.contact-form-wrapper{border:2px solid #9333ea}.form-input:focus,.form-textarea:focus{border-width:3px}}.contact-social-link:focus-visible,.form-input:focus-visible,.form-textarea:focus-visible,.form-submit:focus-visible{outline:3px solid #9333ea;outline-offset:3px}
