.page-dot-background{height:100%}.header{position:fixed;top:0;left:0;width:100%;height:70px;background:transparent;z-index:1000;transition:background .3s ease,backdrop-filter .3s ease}.header--scrolled{background:rgba(0,0,0,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-content{width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 28px;justify-content:space-between}.header-content,.header-logo{display:flex;align-items:center}.header-logo{flex-shrink:0}.header-nav-desktop{display:flex;align-items:center;gap:6px}.header-nav-link{position:relative;color:rgba(255,255,255,.8);font-size:15px;font-weight:600;letter-spacing:.3px;padding:8px 14px;border:none;background:none;cursor:none;text-decoration:none;transition:color .2s ease;white-space:nowrap}.header-nav-link--active,.header-nav-link:hover{color:#fff}.header-nav-link--active:after{content:"";position:absolute;bottom:2px;left:14px;right:14px;height:2px;border-radius:1px;background:linear-gradient(90deg,#12c2e9,#c471ed,#f64f59)}.header-dropdown{position:relative}.header-dropdown-trigger{display:flex;align-items:center;gap:4px}.header-chevron{transition:transform .2s ease}.header-dropdown-trigger[aria-expanded=true] .header-chevron{transform:rotate(180deg)}.header-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);min-width:200px;background:rgba(15,15,15,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:6px;display:flex;flex-direction:column;box-shadow:0 16px 48px rgba(0,0,0,.5)}.header-dropdown-item{color:rgba(255,255,255,.8);font-size:14px;font-weight:500;padding:10px 16px;border-radius:8px;text-decoration:none;transition:background .15s ease,color .15s ease;cursor:none}.header-dropdown-item:hover{background:rgba(255,255,255,.08);color:#fff}.header-book-btn{display:inline-block;padding:8px 20px;font-size:13px;font-weight:700;color:#000;background:linear-gradient(90deg,#25D366,#128C7E);border-radius:8px;text-decoration:none;cursor:none;margin-left:8px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 12px rgba(37,211,102,.25);white-space:nowrap}.header-book-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(37,211,102,.4);color:#000}.header-book-btn--mobile{display:none}.header-right-group{display:flex;align-items:center;gap:12px}.header-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:none;padding:4px}.header-hamburger span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:transform .2s ease}.header-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:2000;display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .25s ease}.header-mobile-overlay--open{opacity:1;pointer-events:all}.header-mobile-top{display:flex;justify-content:space-between;align-items:center;padding:16px 28px;height:70px}.header-mobile-close{color:#fff;background:none;border:none;cursor:none;padding:4px}.header-mobile-nav{display:flex;flex-direction:column;padding:20px 28px;gap:4px}.header-mobile-link{color:rgba(255,255,255,.8);font-size:22px;font-weight:600;padding:14px 0;text-decoration:none;border:none;background:none;text-align:left;cursor:none;transition:color .15s ease}.header-mobile-link:hover{color:#fff}.header-mobile-link--active{color:#fff;background:linear-gradient(90deg,#12c2e9,#c471ed,#f64f59);-webkit-background-clip:text;background-clip:text;color:transparent}.header-mobile-link--sub{font-size:18px;padding-left:16px}.header-mobile-divider{height:1px;background:rgba(255,255,255,.1);margin:8px 0}.header-mobile-label{color:rgba(255,255,255,.4);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:8px 0 4px}.header-mobile-book-btn{display:block;margin-top:12px;padding:16px 24px;font-size:18px;font-weight:700;color:#000;background:linear-gradient(90deg,#25D366,#128C7E);border-radius:10px;text-decoration:none;text-align:center;cursor:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 20px rgba(37,211,102,.3)}.header-mobile-book-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(37,211,102,.4);color:#000}@media only screen and (max-width:1200px){.header-nav-desktop{display:none}.header-hamburger{display:flex}.header-book-btn--mobile{display:inline-block;padding:7px 16px;font-size:12px}}.footer-section{background:#0a0a0a;color:#fff}.footer-gradient-bar{height:3px;background:linear-gradient(90deg,#12c2e9,#c471ed,#f64f59)}.footer-main{max-width:1200px;margin:0 auto;padding:60px 28px 32px}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:48px;margin-bottom:48px}.footer-brand{display:flex;flex-direction:column}.footer-tagline{font-size:14px;color:rgba(255,255,255,.45);margin-top:12px;letter-spacing:.3px}.footer-social-links{display:flex;gap:14px;margin-top:24px}.footer-social-links a{width:40px;height:40px;background-repeat:no-repeat;background-position:50%;border-radius:10px;background-color:rgba(255,255,255,.06);transition:transform .2s ease,background-color .2s ease}.footer-social-links a:hover{transform:scale(1.15);background-color:rgba(255,255,255,.12)}.footer-links-group{display:flex;flex-direction:column;gap:10px}.footer-links-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;background:linear-gradient(90deg,#12c2e9,#c471ed,#f64f59);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:8px}.footer-links-group a{font-size:14px;color:rgba(255,255,255,.6);text-decoration:none;transition:color .15s ease;cursor:none}.footer-links-group a:hover{color:#fff}.footer-book-btn{display:inline-block;margin-top:8px;padding:12px 24px;font-size:14px;font-weight:700;color:#000;background:linear-gradient(90deg,#25D366,#128C7E);border-radius:8px;text-decoration:none!important;text-align:center;cursor:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 16px rgba(37,211,102,.25)}.footer-book-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,211,102,.35);color:#000}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin-bottom:24px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-address{font-size:13px;color:rgba(255,255,255,.35);line-height:1.5;margin:0}.footer-copyright{font-size:13px;color:rgba(255,255,255,.25);margin:0}@media only screen and (max-width:1200px){.footer-top{grid-template-columns:1fr 1fr;gap:36px}.footer-main{padding:48px 20px 28px}}@media only screen and (max-width:640px){.footer-top{grid-template-columns:1fr;gap:32px;text-align:center}.footer-brand{align-items:center}.footer-social-links{justify-content:center}.footer-links-group{align-items:center}.footer-bottom{flex-direction:column;text-align:center}}.arrow{width:55px;height:55px;border:3px solid #a77eed;display:flex;justify-content:center;align-items:center;border-radius:50%;position:fixed;bottom:40px;right:40px;z-index:999;transform:rotate(180deg)}.arrow:hover{border-color:#c471ed}.arrow-container{width:20px;animation:bounce 1.6s cubic-bezier(.445,.05,.55,.95) infinite;height:20px;position:relative;top:11px;right:2px}.arrow-down{height:4px;background:linear-gradient(270deg,#12c2e9,#c471ed,#f64f59);transform:rotate(45deg);transform-origin:0 0;border-radius:5px}.arrow-down:after{content:"";position:absolute;width:100%;height:100%;bottom:0;left:100%;border-radius:5px;background:linear-gradient(90deg,#12c2e9,#c471ed,#f64f59);transform:rotate(-90deg);transform-origin:0 100%}@keyframes bounce{50%{transform:translateY(-15px)}}@media only screen and (min-width:320px) and (max-width:1200px){.arrow{bottom:30px;right:30px}}