:root{--bg-primary: #ffffff;--bg-secondary: #f8f5ff;--bg-genres: #ece8ff;--text-primary: #1a0b2e;--text-secondary: #6b5b95;--accent-color: #7c4dff;--accent-hover: #651fff;--border-color: #e0d7f7;--white: #ffffff;--card-shadow: 0 10px 30px rgba(124, 77, 255, .1)}body.dark-theme{--bg-primary: #0f0a1a;--bg-secondary: #191229;--text-primary: #ffffff;--text-secondary: #b3a1d9;--accent-color: #b388ff;--accent-hover: #d1c4e9;--border-color: #31264a;--white: #1f1633;--card-shadow: 0 10px 30px rgba(0, 0, 0, .5)}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease;overflow-x:hidden;line-height:1.5}h1,h2,h3,h4,.logo{font-family:Bebas Neue,sans-serif;font-weight:400;color:var(--text-primary);text-transform:uppercase;letter-spacing:1px}a{text-decoration:none;color:var(--accent-color);font-weight:500;transition:.3s}a:hover{color:var(--accent-hover)}.featured-section{padding:80px 10%;text-align:center}.featured-section .section-header{margin-bottom:50px}.featured-section .section-header .subtitle{display:block;color:var(--text-secondary);font-size:.8rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.featured-section .section-header h2{font-size:2.5rem}.featured-section .book-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px}.featured-section .book-card{text-align:left}.featured-section .book-card .book-img{background:var(--white);padding:20px;position:relative;margin-bottom:20px;transition:transform .3s}.featured-section .book-card .book-img img{margin:0 auto}.featured-section .book-card .book-img .add-to-cart{position:absolute;bottom:0;left:0;width:100%;background:var(--accent-color);color:var(--bg-primary);border:none;padding:10px;text-transform:uppercase;font-weight:600;cursor:pointer;opacity:0;transition:.3s}.featured-section .book-card .book-img:hover{transform:translateY(-5px);box-shadow:var(--card-shadow)}.featured-section .book-card .book-img:hover .add-to-cart{opacity:1}.featured-section .book-card h3{font-size:1.2rem;margin-bottom:5px}.featured-section .book-card .author{display:block;color:var(--text-secondary);font-size:.9rem;margin-bottom:10px}:root{--orange-accent: #BE5103;--footer-bg: #fdf9f0;--brand-purple: #341539;--text-dark-grey: #555555;--text-muted-grey: #667085;--gold-highlight: #b07c08}.main-footer{position:relative;padding-top:80px;padding-bottom:30px;width:100%;box-sizing:border-box;overflow:hidden;background-color:var(--footer-bg);border-top:solid 4px var(--orange-accent);border-radius:26px 26px 0 0;margin-top:auto}.main-footer .footer-container{max-width:1200px;margin:0 auto 60px;padding:0 5%;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2;gap:40px}.main-footer .footer-brand{padding-right:0;display:flex;flex-direction:column;align-items:center;width:100%}.main-footer .footer-brand .footer-slogan{display:block;font-family:Abel,sans-serif;font-size:.95rem;letter-spacing:2px;color:var(--brand-purple);margin-bottom:25px;text-transform:capitalize;font-weight:700}.main-footer .footer-brand .footer-logo{font-family:Bebas Neue,cursive;font-size:3.5rem;font-weight:400;letter-spacing:2px;margin:0 0 20px;color:var(--brand-purple);line-height:.9}.main-footer .footer-brand .footer-logo .dot{color:var(--orange-accent)}.main-footer .footer-brand .description{font-family:Abel,sans-serif;font-size:1.05rem;line-height:1.6;max-width:600px;margin:0 auto 30px;color:var(--text-dark-grey);font-weight:500}.main-footer .footer-brand .footer-contact{margin-top:25px}.main-footer .footer-brand .footer-contact .email-link{font-family:Abel,sans-serif;text-decoration:none;color:var(--text-dark-grey);font-size:1.05rem;display:inline-block;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.main-footer .footer-brand .footer-contact .email-link .email-highlight{color:var(--orange-accent);font-weight:600}.main-footer .footer-brand .footer-contact .email-link:hover{color:var(--brand-purple);transform:scale(1.08)}.main-footer .footer-brand .footer-social{margin-top:25px;display:flex;gap:15px;justify-content:center;width:100%}.main-footer .footer-brand .footer-social .social-icon{color:var(--brand-purple);display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#3415390d;border-radius:50%;text-decoration:none;transition:all .3s ease}.main-footer .footer-brand .footer-social .social-icon:hover{background:var(--orange-accent);color:#fff;transform:translateY(-5px) scale(1.1);box-shadow:0 5px 15px #be51034d}.main-footer .footer-brand .footer-social .social-icon svg{fill:currentColor}.main-footer .footer-col.links-col{text-align:center;justify-self:center;width:100%;display:flex;flex-direction:column;align-items:center}.main-footer .footer-col h4{font-family:Bebas Neue,cursive;font-size:1.3rem;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 25px;font-weight:400;color:var(--orange-accent)}.main-footer .footer-col a{font-family:Abel,sans-serif;display:block;text-decoration:none;font-size:1.1rem;margin-bottom:15px;color:var(--text-dark-grey);transition:all .3s ease;letter-spacing:.5px;font-weight:500}.main-footer .footer-col a:hover{color:var(--orange-accent);transform:translate(-5px)}.main-footer .footer-bottom{max-width:1200px;margin:0 auto;padding-top:25px;border-top:1px solid rgba(0,0,0,.08);text-align:center}.main-footer .footer-bottom .jac-link{font-family:Abel,sans-serif;font-size:.95rem;color:var(--text-muted-grey);text-decoration:none;letter-spacing:.5px;transition:opacity .3s ease}.main-footer .footer-bottom .jac-link .brand-highlight{color:var(--gold-highlight);font-weight:600;margin-left:3px}.main-footer .footer-bottom .jac-link:hover{opacity:.8}@media(max-width:992px){.main-footer .footer-container{grid-template-columns:2fr 1fr;gap:40px}}@media(max-width:600px){.main-footer{padding:60px 0 30px;border-radius:20px 20px 0 0}.main-footer .footer-container{grid-template-columns:1fr;text-align:center;gap:40px;margin-bottom:40px}.main-footer .footer-container .footer-slogan{margin:0 auto 25px}.main-footer .footer-container .description{margin:0 auto}.main-footer .footer-container .footer-col.links-col{text-align:center;justify-self:center;width:100%}.main-footer .footer-social{justify-content:center}.main-footer .footer-bottom{padding:20px 5%}}.footer-col.links-col{text-align:center;justify-self:center;width:100%;display:flex;flex-direction:column;align-items:center}.footer-col h4{font-family:Bebas Neue,cursive;font-size:1.3rem;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 25px;font-weight:400;color:var(--orange-accent)}.footer-col a{font-family:Abel,sans-serif;display:block;text-decoration:none;font-size:1.1rem;margin-bottom:15px;color:var(--text-dark-grey);transition:all .3s ease;letter-spacing:.5px;font-weight:500}.footer-col a:hover{color:var(--orange-accent);transform:translate(-5px)}.footer-newsletter{background-color:#fffbf5;border:1px solid rgba(0,0,0,.05);border-radius:20px;padding:35px;box-shadow:0 10px 30px #0000000d;max-width:500px;width:100%;margin:0 auto 40px;box-sizing:border-box}.footer-newsletter h4{font-family:Bebas Neue,cursive;font-size:1.8rem;line-height:1;color:#be5103;margin-bottom:25px;letter-spacing:1px;text-transform:uppercase;text-align:center}.footer-newsletter .newsletter-form{display:flex;align-items:center;gap:15px;width:100%;position:relative}.footer-newsletter .newsletter-form input{flex-grow:1;padding:16px 24px;border-radius:50px;border:1px solid #e0e0e0;background-color:#fff;font-family:Abel,sans-serif;font-size:1rem;color:var(--text-dark-grey);outline:none;transition:all .3s ease;width:0;min-width:0}.footer-newsletter .newsletter-form input::placeholder{color:#b0b0b0}.footer-newsletter .newsletter-form input:focus{border-color:var(--brand-purple);box-shadow:0 0 0 3px #3415391a}.footer-newsletter .newsletter-form button{flex-shrink:0;width:54px;height:54px;border-radius:50%;background-color:#341539;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,background-color .3s ease;box-shadow:0 4px 10px #0000001a}.footer-newsletter .newsletter-form button svg{width:24px;height:24px}.footer-newsletter .newsletter-form button:hover{transform:scale(1.05);background-color:var(--orange-accent)}@media(max-width:600px){.footer-newsletter{padding:25px}.footer-newsletter h4{text-align:center;font-size:1.5rem}.footer-newsletter .newsletter-form{flex-direction:column}.footer-newsletter .newsletter-form input{width:100%;min-width:100%}.footer-newsletter .newsletter-form button{width:50px}}:root{--white: #ffffff;--bg-secondary: #f4f1ea;--text-primary: #1a1a1a;--text-secondary: #555555;--accent-color: #BE5103;--brand-purple: #341539}.hero{background-color:#fdf9f0;width:100%;min-height:85vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:30px}.hero .hero-wrapper{width:90%;margin:0 auto;display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:stretch;gap:40px}.hero .hero-text-content{text-align:left;width:100%}.hero .hero-text-content .hero-title{font-family:Bebas Neue,sans-serif;font-size:2.3rem;line-height:1.1;margin-bottom:20px;color:var(--text-primary)}.hero .hero-text-content .hero-desc{font-size:1.1rem;color:var(--text-secondary);margin-bottom:30px;line-height:1.6}.hero .hero-text-content .hero-desc .brand-highlight{color:var(--brand-purple);font-weight:700}.hero .hero-text-content .btn{background:var(--accent-color);color:#fff;padding:16px 40px;border-radius:50px;border:none;font-weight:700;cursor:pointer;transition:opacity .3s ease}.hero .hero-text-content .btn:hover{opacity:.9}.hero .hero-image-slider{position:relative;width:100%;height:320px;display:flex;justify-content:center}.hero .hero-image-slider .slide-item{position:absolute;width:100%;height:100%;display:flex;justify-content:center;opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1)}.hero .hero-image-slider .slide-item img{height:100%;border-radius:12px;box-shadow:0 10px 30px #0000001a}.hero .hero-image-slider .slide-item.activeSlide{opacity:1;transform:translate(0);z-index:5}.hero .hero-image-slider .slide-item.lastSlide{opacity:0;transform:translate(-100%)}.hero .hero-image-slider .slide-item.nextSlide{opacity:0;transform:translate(100%)}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:15px}.popup-card{background:var(--white);width:100%;max-width:420px;padding:30px 15px;border-radius:20px;position:relative;text-align:center;box-shadow:0 10px 40px #00000026;font-family:var(--font-body)}.popup-card .close-x{position:absolute;top:2px;right:2px;border:none;background:#f5f5f5;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center}.popup-card .popup-h2{font-family:var(--font-heading);color:var(--brand-purple);font-size:2.2rem;letter-spacing:1px;margin-bottom:5px;line-height:1}.popup-card .popup-p{font-size:1rem;color:#666;margin-bottom:20px}.popup-card .role-selection{display:flex;flex-direction:row;gap:12px;justify-content:center}.popup-card .role-selection .choice-box{flex:1;background:#fafafa;padding:15px 10px;border-radius:15px;border:1px solid #eee;display:flex;flex-direction:column;align-items:center}.popup-card .role-selection .choice-box .role-header{margin-bottom:12px}.popup-card .role-selection .choice-box .role-header h3{font-family:var(--font-heading);color:var(--brand-purple);font-size:1.4rem;margin-bottom:2px;letter-spacing:.5px}.popup-card .role-selection .choice-box .role-header p{font-size:.85rem;color:#888;line-height:1.1}.popup-card .role-selection .choice-box .download-badges{display:flex;flex-direction:column;gap:10px;width:100%;align-items:center;margin-top:auto}.popup-card .role-selection .choice-box .download-badges a{display:flex;justify-content:center;width:100%}.popup-card .role-selection .choice-box .download-badges img{width:130px;height:40px;object-fit:contain;transition:transform .2s}.popup-card .role-selection .choice-box .download-badges img:hover{transform:scale(1.05)}@keyframes popupFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.popup-card{padding:25px 12px}.popup-card .popup-h2{font-size:1.4rem}.popup-card .role-selection{flex-direction:row;gap:8px}.popup-card .role-selection .choice-box{padding:12px 5px}.popup-card .role-selection .choice-box .role-header h3{font-size:1rem}.popup-card .role-selection .choice-box .role-header p{font-size:.75rem}.popup-card .role-selection .choice-box .download-badges img{width:100px}}@media(min-width:1024px){.hero .hero-wrapper{flex-direction:row;align-items:center}.hero .hero-wrapper .hero-text-content{flex:1.2}.hero .hero-wrapper .hero-text-content .hero-title{font-size:4rem}.hero .hero-wrapper .hero-image-slider{flex:.8;height:500px}.hero .hero-wrapper .hero-image-slider .slide-item img{max-width:340px}.popup-card .role-selection{flex-direction:row}.popup-card .role-selection .choice-box{flex:1}}.newsletter-section{padding:100px 0;background-color:#fdf9f0;position:relative;overflow:hidden;display:flex;justify-content:center;width:100%;box-sizing:border-box}.newsletter-section .newsletter-container{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1100px;z-index:2;gap:80px}.newsletter-section .newsletter-text{flex:1}.newsletter-section .newsletter-text .section-title{font-family:Playfair Display,serif;font-size:3rem;line-height:1.1;color:#111;margin-bottom:20px}.newsletter-section .newsletter-text .decorative-wave path{stroke:var(--accent-color);stroke-width:3px}.newsletter-section .newsletter-form-wrapper{flex:1;max-width:500px}.newsletter-section .newsletter-form-wrapper .form-desc{color:#444;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.newsletter-section .newsletter-form-wrapper .newsletter-form{display:flex;border-bottom:2px solid var(--accent-color);padding-bottom:12px;align-items:center;transition:all .3s ease}.newsletter-section .newsletter-form-wrapper .newsletter-form .newsletter-input{flex:1;background:transparent;border:none;font-size:1rem;color:#111;outline:none}.newsletter-section .newsletter-form-wrapper .newsletter-form .newsletter-input::placeholder{color:#888;font-style:italic}.newsletter-section .newsletter-form-wrapper .newsletter-form .newsletter-btn{background:transparent;border:none;color:#111;font-weight:700;font-size:.9rem;letter-spacing:2px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .3s ease}.newsletter-section .newsletter-form-wrapper .newsletter-form .newsletter-btn:hover{color:var(--accent-color);transform:translate(8px)}.newsletter-section .bg-circles{position:absolute;top:-50px;left:-50px;width:300px;height:300px;background:radial-gradient(circle,var(--bg-primary) 20%,transparent 21%);background-size:50px 50px}.newsletter-section .bg-waves{position:absolute;bottom:-20px;right:-20px;width:250px;height:150px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='20'%3E%3Cpath d='M0 10 Q12.5 0 25 10 T50 10 T75 10 T100 10' fill='none' stroke='%23000000' stroke-opacity='0.05'/%3E%3C/svg%3E")}.main-header{display:flex;justify-content:space-between;align-items:center;padding:10px 4%;background-color:#fdf9f0;position:relative;width:100%;box-sizing:border-box;box-shadow:0 2px 10px #0000000d;z-index:1000}.main-header .logo-container{display:flex;flex-direction:column;cursor:pointer;z-index:1001}.main-header .logo-container .logo-title{font-family:Bebas Neue,sans-serif;font-size:2.2rem;color:#341539;line-height:.8;margin:0}.main-header .logo-container .logo-slogan{font-family:Able,sans-serif;font-size:.8rem;font-weight:500;color:#341539;margin-top:3px}.main-header .header-actions{display:flex;gap:15px;align-items:center}.main-header .header-actions .btn-reader{background:#be5103;color:#fff;border:none;padding:10px 22px;border-radius:50px;font-family:Inter,sans-serif;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #be510333;white-space:nowrap}.main-header .header-actions .btn-reader:hover{background:#e67e22;transform:translateY(-2px);box-shadow:0 6px 20px #be51034d}.main-header .header-actions .btn-author{background:#341539;color:#fff;border:none;padding:10px 22px;border-radius:50px;font-family:Inter,sans-serif;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #34153933;white-space:nowrap}.main-header .header-actions .btn-author:hover{background:#5a2462;transform:translateY(-2px);box-shadow:0 6px 20px #3415394d}.text-mobile{display:none}@media(max-width:768px){.main-header{padding:10px 5%}.main-header .logo-container .logo-title{font-size:2.2rem}.main-header .header-actions{gap:10px}.main-header .header-actions .btn-reader,.main-header .header-actions .btn-author{padding:8px 16px;font-size:.75rem;box-shadow:0 2px 8px #0000001a}.main-header .header-actions .btn-reader .text-desktop,.main-header .header-actions .btn-author .text-desktop{display:none}.main-header .header-actions .btn-reader .text-mobile,.main-header .header-actions .btn-author .text-mobile{display:inline}}@media(max-width:380px){.main-header{padding:8px 5%}.main-header .header-actions .btn-reader,.main-header .header-actions .btn-author{padding:6px 12px}.main-header .logo-container .logo-title{font-size:1.6rem}.main-header .logo-container .logo-slogan{font-size:.7rem}}:root{--accent-color: #BE5103;--brand-purple: #341539;--text-primary: #1a1a1a;--text-secondary: #555555;--bg-light: #fdf9f0}.about-elegant{padding:80px 100px;background-color:var(--bg-light);display:flex;justify-content:space-between;overflow:hidden}.about-elegant .container{width:100%}.about-elegant .editorial-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:100px;align-items:start}.about-elegant .header-column .accent-bar{width:40px;height:2px;background-color:var(--accent-color);margin-bottom:25px}.about-elegant .header-column .main-title{font-family:Bebas Neue,sans-serif;font-size:5rem;line-height:1;color:var(--brand-purple);margin:0 0 15px;letter-spacing:1px;text-transform:uppercase}.about-elegant .header-column .subtitle{font-family:Abel,sans-serif;font-size:1.1rem;text-transform:uppercase;letter-spacing:4px;color:var(--accent-color);font-weight:600;padding-left:5px}.about-elegant .content-column{padding-top:20px}.about-elegant .content-column .lead-paragraph{font-family:Abel,sans-serif;font-size:1.8rem;line-height:1.4;color:var(--text-primary);margin-bottom:35px;font-weight:600}.about-elegant .content-column .main-description{font-family:Abel,sans-serif;font-size:1.3rem;line-height:1.5;color:var(--text-secondary);margin-bottom:40px;font-weight:500}.about-elegant .content-column .interactive-highlight{position:relative;font-family:Abel,sans-serif;font-weight:400;color:var(--text-primary);cursor:default;transition:color .3s ease}.about-elegant .content-column .interactive-highlight:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:4px;background-color:var(--accent-color);opacity:.15;transition:opacity .3s ease,height .3s ease;z-index:-1}.about-elegant .content-column .interactive-highlight:hover:after{opacity:.3;height:8px}.about-elegant .content-column .minimal-art{margin-top:20px;opacity:.5}@media(max-width:992px){.about-elegant{padding:60px 24px}.about-elegant .editorial-grid{grid-template-columns:1fr;gap:40px;text-align:left}.about-elegant .header-column .accent-bar{margin:0 0 25px}.about-elegant .header-column .main-title{font-size:3.5rem}.about-elegant .header-column .subtitle{letter-spacing:2px;font-size:1rem}.about-elegant .content-column{padding-top:0}.about-elegant .content-column .lead-paragraph{font-size:1.5rem}.about-elegant .content-column .minimal-art{display:flex;justify-content:flex-start;margin-top:20px}}:root{--accent-color: #BE5103;--text-primary: #1a1a1a;--text-secondary: #555555;--bg-secondary: #fdf9f0}.reader-section{padding:40px 20px;background-color:#fdf9f0;display:flex;justify-content:center;width:100%;box-sizing:border-box;overflow:hidden}.reader-section .container{width:90%;max-width:1600px;margin:0 auto}.reader-section .reader-grid{display:grid;grid-template-columns:.7fr 1.2fr;gap:80px;align-items:center}.reader-section .reader-image{display:flex;justify-content:center}.reader-section .reader-image img{max-width:380px;width:100%;height:auto;border-radius:20px;box-shadow:25px 25px #be51031a;transition:transform .5s ease}.reader-section .reader-image img:hover{transform:scale(1.02)}.reader-section .reader-text{text-align:left}.reader-section .reader-text .section-title{font-family:Bebas Neue,sans-serif;font-size:5rem;line-height:.9;margin:0 0 40px;color:var(--accent-color);text-transform:uppercase;letter-spacing:-1px;word-wrap:break-word;overflow-wrap:break-word}.reader-section .reader-text .reader-features{list-style:none;padding:0;margin-bottom:40px}.reader-section .reader-text .reader-features li{display:flex;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.05)}.reader-section .reader-text .reader-features li .feature-num{font-family:Bebas Neue,sans-serif;font-size:1.8rem;color:var(--accent-color);margin-right:25px;line-height:1;min-width:30px}.reader-section .reader-text .reader-features li p{font-family:Abel,sans-serif;font-size:1.25rem;color:var(--text-primary);font-weight:500;margin:0;line-height:1.2}.reader-section .reader-text .reader-description{margin-bottom:45px}.reader-section .reader-text .reader-description p{font-family:Abel,sans-serif;font-size:1.15rem;font-weight:600;line-height:1.7;color:var(--text-secondary);margin-bottom:20px}.reader-section .reader-text .reader-description .emphasis-text{font-size:1.2rem;font-style:italic;color:var(--text-primary);border-left:4px solid var(--accent-color);padding-left:20px}.reader-section .reader-text .reader-download-badges{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.reader-section .reader-text .reader-download-badges .badge-link{transition:transform .2s ease}.reader-section .reader-text .reader-download-badges .badge-link img{height:48px;width:auto;max-width:100%;display:block}.reader-section .reader-text .reader-download-badges .badge-link:hover{transform:translateY(-4px)}@media(max-width:800px){.reader-section{padding:60px 0}.reader-section .reader-grid{grid-template-columns:1fr;gap:50px}.reader-section .reader-grid .reader-image{display:flex;order:-1}.reader-section .reader-grid .reader-image img{max-width:300px;box-shadow:15px 15px #be51031a}.reader-section .reader-grid .reader-text{text-align:left;width:100%;max-width:600px;margin:0 auto}.reader-section .reader-grid .reader-text .section-title{font-size:3.5rem}.reader-section .reader-grid .reader-text .reader-features{padding:0 10px}.reader-section .reader-grid .reader-text .reader-features li{flex-direction:row;justify-content:flex-start;align-items:center;text-align:left;gap:15px}.reader-section .reader-grid .reader-text .reader-features li .feature-num{margin-right:0;margin-bottom:0}.reader-section .reader-grid .reader-text .reader-description{text-align:left;padding:0 10px}.reader-section .reader-grid .reader-text .reader-description .emphasis-text{border-left:none;border-top:2px solid var(--accent-color);padding-left:0;padding-top:15px;margin-top:25px;display:block;font-size:1.1rem;text-align:left}.reader-section .reader-grid .reader-text .reader-download-badges{justify-content:flex-start;margin-top:40px}}@media(max-width:400px){.reader-section .reader-grid{gap:30px}.reader-section .reader-grid .reader-image img{max-width:250px;box-shadow:10px 10px #be51031a}.reader-section .reader-grid .reader-text .section-title{font-size:2.8rem}.reader-section .reader-grid .reader-text .reader-features li p{font-size:1rem}.reader-section .reader-grid .reader-text .reader-features li .feature-num{font-size:1.4rem;min-width:25px}.reader-section .reader-grid .reader-text .reader-download-badges{flex-direction:column;gap:12px}.reader-section .reader-grid .reader-text .reader-download-badges .badge-link img{height:44px}}:root{--purple-accent: #341539;--text-primary: #1a1a1a;--text-secondary: #555555;--bg-white: #fdf9f0}.author-section{padding:100px 0;background-color:var(--bg-white);display:flex;justify-content:center;width:100%;box-sizing:border-box;overflow:hidden}.author-section .container{width:90%;max-width:1300px;margin:0 auto}.author-section .author-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.author-section .author-text{text-align:left}.author-section .author-text .section-title{font-family:Bebas Neue,sans-serif;font-size:5rem;line-height:.9;margin:0 0 40px;color:var(--purple-accent);text-transform:uppercase;letter-spacing:-1px;word-wrap:break-word;overflow-wrap:break-word}.author-section .author-text .author-description{margin-bottom:40px}.author-section .author-text .author-description .highlight-text{font-family:Abel,sans-serif;font-size:1.45rem;font-weight:700;color:var(--text-primary);margin-bottom:15px}.author-section .author-text .author-description p{font-family:Abel,sans-serif;font-size:1.15rem;font-weight:600;line-height:1.7;color:var(--text-secondary);margin-bottom:20px}.author-section .author-text .author-benefits{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:45px}.author-section .author-text .author-benefits .benefit-card{background:var(--purple-accent);padding:25px;border-radius:18px;transition:all .3s ease;border:1px solid rgba(52,21,57,.08)}.author-section .author-text .author-benefits .benefit-card h4{font-family:Bebas Neue,sans-serif;font-size:1.6rem;margin-bottom:10px;color:#fff;letter-spacing:.5px;transition:color .3s ease}.author-section .author-text .author-benefits .benefit-card p{font-family:Abel,sans-serif;font-size:1.05rem;font-weight:600;color:#fff;line-height:1.5;margin:0;transition:color .3s ease}.author-section .author-text .author-benefits .benefit-card:hover{background:#fff;box-shadow:0 10px 30px #34153926;transform:translateY(-5px);border-color:var(--purple-accent)}.author-section .author-text .author-benefits .benefit-card:hover h4{color:var(--purple-accent)}.author-section .author-text .author-benefits .benefit-card:hover p{color:var(--text-secondary)}.author-section .author-text .author-download-badges{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.author-section .author-text .author-download-badges .badge-link{transition:transform .2s ease}.author-section .author-text .author-download-badges .badge-link img{height:48px;width:auto;display:block;max-width:100%}.author-section .author-text .author-download-badges .badge-link:hover{transform:translateY(-4px)}.author-section .author-image{display:flex;justify-content:center}.author-section .author-image img{max-width:380px;width:100%;height:auto;border-radius:20px;box-shadow:-25px 25px #3415391a;transition:transform .5s ease}.author-section .author-image img:hover{transform:scale(1.02)}@media(max-width:800px){.author-section{padding:60px 0}.author-section .author-grid{grid-template-columns:1fr;gap:50px}.author-section .author-grid .author-image{display:flex;order:-1}.author-section .author-grid .author-image img{max-width:300px;box-shadow:-15px 15px #3415391a}.author-section .author-grid .author-text{text-align:left;width:100%;max-width:600px;margin:0 auto}.author-section .author-grid .author-text .section-title{font-size:3.5rem}.author-section .author-grid .author-text .author-description{text-align:left;padding:0 10px;margin-bottom:30px}.author-section .author-grid .author-text .author-description .highlight-text{text-align:left}.author-section .author-grid .author-text .author-benefits{grid-template-columns:1fr;gap:15px;padding:0 10px;margin-bottom:35px}.author-section .author-grid .author-text .author-benefits .benefit-card{text-align:left}.author-section .author-grid .author-text .author-download-badges{justify-content:flex-start;margin-top:40px}}@media(max-width:400px){.author-section .author-grid{gap:30px}.author-section .author-grid .author-image img{max-width:250px;box-shadow:-10px 10px #3415391a}.author-section .author-grid .author-text .section-title{font-size:2.8rem}.author-section .author-grid .author-text .author-benefits .benefit-card{padding:20px}.author-section .author-grid .author-text .author-benefits .benefit-card h4{font-size:1.4rem}.author-section .author-grid .author-text .author-benefits .benefit-card p{font-size:1rem}.author-section .author-grid .author-text .author-download-badges{flex-direction:column;gap:12px}.author-section .author-grid .author-text .author-download-badges .badge-link img{height:44px}}:root{--btn-purple: #341539;--btn-purple-hover: #4a1f50;--input-focus: #341539;--text-primary: #1a1a1a;--text-secondary: #555555;--success-green: #2d8a39;--bg-soft-orange: #fdf9f0}.reg-section{padding:80px 0;background-color:var(--bg-soft-orange);width:100%;display:flex;justify-content:center;overflow:hidden}.reg-section .reg-container{display:flex;align-items:center;justify-content:center;width:90%;max-width:1100px;gap:80px}.reg-section .mobile-frame{flex:0 0 300px;position:relative}.reg-section .mobile-frame .screen-container{position:relative;width:90%;height:550px;margin:0 auto;overflow:hidden}.reg-section .mobile-frame .screen-container .app-screen-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:scale(.9);transition:opacity .8s ease,transform .8s cubic-bezier(.25,1,.5,1)}.reg-section .mobile-frame .screen-container .app-screen-img.active{opacity:1;transform:scale(1);z-index:2}.reg-section .mobile-frame .slider-dots{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.reg-section .mobile-frame .slider-dots .dot{width:8px;height:8px;border-radius:50%;background:#3415394d;transition:all .3s ease}.reg-section .mobile-frame .slider-dots .dot.active{background:var(--btn-purple);width:20px;border-radius:10px}.reg-section .reg-content{flex:1;max-width:500px}.reg-section .reg-content .form-header,.reg-section .reg-content .success-message{text-align:left;display:flex;flex-direction:column;align-items:flex-start;width:100%}.reg-section .reg-content .section-title{font-family:Bebas Neue,sans-serif;font-size:3.5rem;color:var(--text-primary);margin-bottom:10px;line-height:1}.reg-section .reg-content .section-desc{font-family:Abel,sans-serif;font-size:1.15rem;font-weight:600;color:var(--text-secondary);margin-bottom:35px}.reg-section .reg-content .success-message{padding:40px 0;animation:zoomPopup .5s cubic-bezier(.175,.885,.32,1.275) forwards}.reg-section .reg-content .success-message .section-title{color:var(--success-green)}.reg-section .reg-content .reg-form{display:flex;flex-direction:column;gap:18px}.reg-section .reg-content .reg-form .input-group{width:100%}.reg-section .reg-content .reg-form .input-group input{width:100%;padding:16px 20px;border-radius:12px;border:1px solid rgba(0,0,0,.1);background:#fdfcff;font-family:Abel,sans-serif;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.reg-section .reg-content .reg-form .input-group input:focus{outline:none;border-color:var(--input-focus);box-shadow:0 0 0 4px #3415391a}.reg-section .reg-content .reg-form .location-input{position:relative;display:flex;align-items:center}.reg-section .reg-content .reg-form .location-input input{padding-right:50px!important}.reg-section .reg-content .reg-form .location-input .location-action-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;display:flex;align-items:center}.reg-section .reg-content .reg-form .location-input .location-action-btn .small-loc-icon{width:22px;height:22px;opacity:.6;transition:all .2s ease}.reg-section .reg-content .reg-form .location-input .location-action-btn:hover:not(:disabled) .small-loc-icon{opacity:1;transform:scale(1.1)}.reg-section .reg-content .reg-form .submit-btn{margin-top:10px;width:fit-content;align-self:center;padding:14px 45px;background:var(--btn-purple);color:#fff;border:none;border-radius:50px;font-family:Bebas Neue,sans-serif;font-size:1.3rem;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.reg-section .reg-content .reg-form .submit-btn:hover:not(:disabled){background:var(--btn-purple-hover);transform:translateY(-2px);box-shadow:0 10px 20px #34153940}.reg-section .reg-content .reg-form .submit-btn:active:not(:disabled){transform:translateY(0)}.reg-section .reg-content .reg-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.toast-popup{position:fixed;top:40px;left:50%;transform:translate(-50%) scale(.5);background-color:var(--success-green, #2d8a39);color:#fff;padding:14px 28px;border-radius:50px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 30px #2d8a3966;z-index:9999;font-family:Abel,sans-serif;font-weight:600;font-size:1.1rem;opacity:0;animation:zoomPopupToast .4s cubic-bezier(.175,.885,.32,1.275) forwards,fadeOutToast .4s ease-out 3.5s forwards}.toast-popup .toast-icon{width:24px;height:24px;fill:#fff}@keyframes zoomPopup{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes zoomPopupToast{0%{opacity:0;transform:translate(-50%) scale(.7)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes fadeOutToast{0%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%) scale(.8);visibility:hidden}}@media(max-width:792px){.reg-section{padding:60px 0}.reg-section .reg-container{flex-direction:column;align-items:center;gap:50px}.reg-section .reg-content{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:flex-start;margin:0 auto}.reg-section .mobile-frame{flex:0 0 auto;width:280px;height:auto}.reg-section .reg-form{width:100%;text-align:left}}:root{--orange-vibrant: #ff6b00;--orange-deep: #cc4400;--brand-purple: #341539;--bg-soft-orange: #fdf9f0}.genres-section{padding:30px 0;background-color:var(--bg-soft-orange);width:100%;overflow:hidden}.genres-section .genres-track{display:flex;width:max-content;align-items:stretch;gap:30px;padding:30px 0;will-change:transform;transform:translateZ(0);animation:scroll-infinite 20s linear infinite}.genres-section .genres-track:hover{animation-play-state:paused}.genres-section .genre-item{box-sizing:border-box;text-align:center;flex-shrink:0;min-width:170px;padding:25px 15px;cursor:pointer;border-radius:24px;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .4s ease;backface-visibility:hidden;transform:translateZ(0);-webkit-font-smoothing:antialiased}.genres-section .genre-item .icon-wrapper{margin-bottom:15px}.genres-section .genre-item .icon-wrapper .genre-icon-img{width:55px;height:55px;object-fit:contain;transition:all .4s ease}.genres-section .genre-item h4{font-family:Bebas Neue,sans-serif;font-size:1.4rem;text-transform:uppercase;margin-bottom:4px;letter-spacing:1px}.genres-section .genre-item .genre-desc{font-family:Abel,sans-serif;font-size:.9rem;font-weight:600}.genres-section .genre-item:nth-child(odd){border:2.5px solid var(--orange-deep)}.genres-section .genre-item:nth-child(odd) h4,.genres-section .genre-item:nth-child(odd) .genre-desc{color:var(--orange-deep)}.genres-section .genre-item:nth-child(odd) .genre-icon-img{filter:sepia(1) saturate(5) hue-rotate(-15deg) brightness(.8)}.genres-section .genre-item:nth-child(odd):hover{background:#cc44000d;transform:translate3d(0,-10px,0);box-shadow:0 10px 20px #cc440026}.genres-section .genre-item:nth-child(odd):hover .genre-icon-img{filter:none;transform:scale(1.1)}.genres-section .genre-item:nth-child(2n){border:2.5px solid var(--brand-purple)}.genres-section .genre-item:nth-child(2n) h4,.genres-section .genre-item:nth-child(2n) .genre-desc{color:var(--brand-purple)}.genres-section .genre-item:nth-child(2n) .genre-icon-img{filter:sepia(1) saturate(2) hue-rotate(240deg) brightness(.5)}.genres-section .genre-item:nth-child(2n):hover{background:#3415390d;transform:translate3d(0,-10px,0);box-shadow:0 10px 20px #34153926}.genres-section .genre-item:nth-child(2n):hover .genre-icon-img{filter:none;transform:scale(1.1)}@keyframes scroll-infinite{0%{transform:translateZ(0)}to{transform:translate3d(calc(-50% - 15px),0,0)}}@media(max-width:768px){.genre-item{min-width:130px;padding:15px 10px;border-width:2px}.genre-item h4{font-size:1.1rem}.genre-item .genre-desc{font-size:.75rem}.genre-item .icon-wrapper .genre-icon-img{width:40px;height:40px}}.articles-section{padding:30px 120px;background-color:#fdf9f0;width:100%;box-sizing:border-box;overflow:hidden;text-align:center}.articles-section .container{width:100%;margin:0 auto}.articles-section .section-header{margin-bottom:60px;position:relative;display:flex;flex-direction:column;align-items:center}.articles-section .section-header:before,.articles-section .section-header:after{content:"";position:absolute;top:65%;width:25%;height:1px;background-color:var(--border-color)}.articles-section .section-header:before{left:0}.articles-section .section-header:after{right:0}.articles-section .section-header .subtitle{font-family:Abel,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:3px;color:var(--text-secondary);margin-bottom:10px}.articles-section .section-header .title{font-family:Bebas Neue,cursive;font-size:3.5rem;letter-spacing:1px;color:var(--text-primary);margin:0;line-height:1}.articles-section .articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}.articles-section .article-card{text-align:left}.articles-section .article-card .article-image{margin-bottom:20px;overflow:hidden;border-radius:8px}.articles-section .article-card .article-image img{width:100%;height:auto;display:block;transition:transform .5s ease}.articles-section .article-card .article-image:hover img{transform:scale(1.05)}.articles-section .article-card .article-info .date{font-family:Abel,sans-serif;font-size:.9rem;color:var(--accent-color);display:block;margin-bottom:10px;font-weight:600;letter-spacing:1px}.articles-section .article-card .article-info .article-title{font-family:Bebas Neue,cursive;font-size:1.8rem;line-height:1.1;letter-spacing:.5px;color:var(--text-primary);margin-bottom:20px}.articles-section .section-footer{margin-top:40px;display:flex;justify-content:center}.articles-section .section-footer .btn-read-all{font-family:Abel,sans-serif;display:inline-flex;align-items:center;gap:12px;padding:14px 40px;background:transparent;border:1px solid var(--text-primary);border-radius:4px;font-size:1rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-primary);cursor:pointer;transition:all .3s ease}.articles-section .section-footer .btn-read-all i{font-size:.75rem;transition:transform .3s ease}.articles-section .section-footer .btn-read-all:hover{background:var(--text-primary);color:var(--white);transform:translateY(-3px)}.articles-section .section-footer .btn-read-all:hover i{transform:translate(5px)}@media(max-width:992px){.articles-section{padding:24px}.articles-section .articles-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.articles-section .section-header:before,.articles-section .section-header:after{display:none}.articles-section .articles-grid{grid-template-columns:1fr}.articles-section .section-header .title{font-size:2.8rem}}.contact-section{padding:100px 0;background-color:var(--bg-secondary);position:relative;overflow:hidden;width:100%}.contact-section .contact-container{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1100px;margin:0 auto;gap:80px;z-index:2}.contact-section .contact-text .section-title{font-family:Playfair Display,serif;font-size:3rem;line-height:1.1;color:var(--text-primary);margin-bottom:20px}.contact-section .contact-content-wrapper{flex:1;max-width:500px}.contact-section .contact-content-wrapper .section-desc{color:var(--text-secondary);margin-bottom:40px;font-size:1.1rem;line-height:1.7}.contact-section .contact-content-wrapper .btn-outline-contact{display:inline-flex;align-items:center;gap:12px;padding:15px 40px;background:transparent;border:1px solid var(--text-primary);color:var(--text-primary);font-weight:700;letter-spacing:2px;border-radius:4px;cursor:pointer;transition:all .3s ease}.contact-section .contact-content-wrapper .btn-outline-contact:hover{background:var(--text-primary);color:var(--white);transform:translateY(-3px)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1a0b2eb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-card{background:var(--white);padding:50px;border-radius:20px;width:90%;max-width:550px;position:relative;box-shadow:0 25px 50px #0003;animation:slideUp .4s ease-out}.modal-card .close-btn{position:absolute;top:20px;right:25px;font-size:2rem;background:none;border:none;cursor:pointer;color:var(--text-secondary)}.modal-card .close-btn:hover{color:var(--accent-color)}.modal-card .modal-title{font-family:Playfair Display,serif;font-size:2.2rem;margin-bottom:10px;color:var(--text-primary)}.modal-card .modal-subtitle{color:var(--text-secondary);margin-bottom:30px}.modal-card .modal-form{display:flex;flex-direction:column;gap:20px}.modal-card .modal-form input,.modal-card .modal-form textarea{width:100%;padding:15px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-secondary);font-size:1rem;outline:none}.modal-card .modal-form input:focus,.modal-card .modal-form textarea:focus{border-color:var(--accent-color)}.modal-card .modal-form .submit-btn{background:var(--accent-color);color:#fff;padding:18px;border:none;border-radius:8px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:background .3s}.modal-card .modal-form .submit-btn:hover{background:var(--accent-hover)}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.anim-book-container{position:relative;width:100%;height:100vh;height:100dvh;background-color:#f2f0e6;overflow:hidden;font-family:Inter,sans-serif;letter-spacing:0}.anim-book-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:transparent!important}.anim-loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f2f0e6;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .5s ease}.anim-loader .loader-text{font-family:Bebas Neue,sans-serif;font-size:4rem;letter-spacing:12px;font-weight:400;color:#001a33;animation:pulse 2s infinite;text-transform:uppercase}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.anim-overlay{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 8%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;pointer-events:none;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;z-index:10}.anim-overlay.active{opacity:1;transform:translateY(0);pointer-events:auto}.hero-phase{align-items:flex-start;justify-content:flex-start;padding-top:25vh}.hero-phase .content-box{max-width:800px}.hero-phase .hero-title{font-family:Bebas Neue,sans-serif;font-size:3.5rem;line-height:.95;color:#001a33;margin-bottom:20px;font-weight:400;text-transform:uppercase;letter-spacing:1px}.hero-phase .hero-desc{font-family:Inter,sans-serif;font-size:1.2rem;color:#001a33cc;margin-bottom:30px;line-height:1.6;font-weight:400}.contact-phase{align-items:flex-end;justify-content:center;padding-right:15%}.hero-marquee{position:absolute;bottom:72px;left:0;width:100%;background:#e6e6facc;padding:20px 0;padding-bottom:env(safe-area-inset-bottom,20px);overflow:hidden;white-space:nowrap;pointer-events:auto;z-index:20}.hero-marquee .marquee-content{display:inline-flex;gap:80px;animation:scroll-left 40s linear infinite}.hero-marquee .marquee-icon{height:50px;opacity:.6;filter:grayscale(1);transition:.3s}.hero-marquee .marquee-icon:hover{filter:grayscale(0);opacity:1;transform:scale(1.1)}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.glass-card{background:#8c64ff40;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);padding:40px;border-radius:20px;box-shadow:0 10px 40px #0000001a;border:1px solid rgba(255,255,255,.4);max-width:450px;width:100%}.glass-card h2{font-family:Bebas Neue,sans-serif;font-size:3rem;color:#001a33;margin-bottom:25px;margin-top:0;text-transform:uppercase;letter-spacing:1px}.glass-card .location-row{display:flex;gap:10px;width:100%;margin-bottom:15px}.glass-card .location-row .location-input{margin-bottom:0;flex:1}.glass-card .location-row .location-btn{width:50px;background:#fff;border:1px solid rgba(0,26,51,.1);border-radius:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:1.2rem;transition:background .2s}.glass-card .location-row .location-btn:hover{background:#f0f0f0}.glass-card input{width:100%;padding:15px;margin-bottom:15px;border-radius:10px;border:1px solid rgba(0,26,51,.1);background:#ffffffb3;box-sizing:border-box;font-family:Inter,sans-serif;font-size:.95rem;color:#001a33;transition:all .3s ease}.glass-card input::placeholder{color:#001a3380;text-transform:none}.glass-card input:focus{outline:none;background:#fff;border-color:#fff;box-shadow:0 0 0 3px #ffffff80}.glass-card .full-width-input{width:100%}.btn-primary{background-color:#001a33;color:#fff;padding:16px 40px;border-radius:50px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #001a3333}.btn-primary:hover{background-color:#7c4dff;transform:translateY(-2px);box-shadow:0 6px 20px #7c4dff4d}.btn-gradient{background:linear-gradient(135deg,#7c4dff,#4dd0e1);color:#fff;padding:16px 40px;border-radius:50px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;width:100%;box-shadow:0 4px 15px #7c4dff4d}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 8px 25px #7c4dff66}.btn-gradient:active{transform:translateY(0)}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1a0b2e99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;justify-content:center;align-items:center;padding:15px}.popup-content{background:#fff;padding:25px;border-radius:16px;width:100%;max-width:420px;position:relative;text-align:center;box-shadow:0 20px 50px #0003;animation:zoomIn .3s ease}.popup-content .close-btn{position:absolute;top:12px;right:15px;background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#999;transition:color .2s}.popup-content .close-btn:hover{color:#ff4d4d}.popup-content h2{font-family:Bebas Neue,sans-serif;font-size:2rem;margin-bottom:15px;color:#001a33;text-transform:uppercase;letter-spacing:1px;font-weight:400}.popup-content .options{display:flex;gap:12px;margin-top:5px}.popup-content .options .option-card{flex:1;background:#f8f5ff;padding:15px;border-radius:12px;border:2px solid transparent;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:default}.popup-content .options .option-card h3{font-family:Bebas Neue,sans-serif;font-size:1.5rem;color:#001a33;margin:0 0 4px;font-weight:400;letter-spacing:1px;text-transform:uppercase}.popup-content .options .option-card p{font-family:Inter,sans-serif;font-size:.85rem;color:#666;margin:0 0 12px}.popup-content .options .option-card:hover{border-color:#7c4dff;background:#fff;transform:translateY(-2px);box-shadow:0 6px 15px #7c4dff1a}.popup-content .options .option-card:hover h3{color:#7c4dff}.popup-content .options .option-card .store-buttons{display:flex;flex-direction:column;gap:8px;width:100%;align-items:center}.popup-content .options .option-card .store-buttons .store-badge{width:100%;max-width:130px;height:auto;cursor:pointer;transition:transform .2s ease;border:none;background:none}.popup-content .options .option-card .store-buttons .store-badge:hover{transform:scale(1.05)}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:768px){.hero-phase{align-items:center;text-align:center;padding-top:15vh}.hero-phase .hero-title{font-size:3rem}.contact-phase{align-items:center;padding:0 5%}.glass-card{padding:30px}.glass-card .form-row{flex-direction:column;gap:0}.popup-content .options{flex-direction:column}}.not-found-section{height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#fdf9f0}.not-found-section .not-found-content h1{font-family:Bebas Neue,sans-serif;font-size:8rem;color:#be5103;margin:0;line-height:1}.not-found-section .not-found-content h2{font-family:Bebas Neue,sans-serif;font-size:2.5rem;color:#341539;margin-bottom:15px}.not-found-section .not-found-content p{font-family:Abel,sans-serif;font-size:1.2rem;color:#555;margin-bottom:30px}.not-found-section .not-found-content .back-home-btn{display:inline-block;padding:12px 30px;background-color:#be5103;color:#fff;text-decoration:none;font-family:Abel,sans-serif;font-weight:600;border-radius:50px;transition:transform .3s ease,background-color .3s ease}.not-found-section .not-found-content .back-home-btn:hover{background-color:#341539;transform:scale(1.05)}@media(max-width:480px){.not-found-section .not-found-content h1{font-size:5rem}}
