.navbar{position:sticky;top:0;z-index:9999;width:100%;height:70px;display:flex;align-items:center;background:#1f2a35;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.25);box-shadow:0 8px 25px #0000001f}.navbar-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.navbar-logo{text-decoration:none;display:flex;align-items:center;line-height:1}.navbar-logo-img{height:50px;width:auto;object-fit:contain;filter:none;background:transparent;mix-blend-mode:normal}.logo-top{font-size:1.2rem;font-weight:700;letter-spacing:1px;margin-bottom:.1rem}.logo-bottom{display:flex;align-items:center;gap:.3rem;font-size:1.4rem;font-weight:600;letter-spacing:1px}.logo-line-left,.logo-line-right{width:20px;height:2px;background:#fff}.navbar-menu{display:flex;gap:2rem;align-items:center}.navbar-link{color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:.3s ease;position:relative;padding:8px 12px;white-space:nowrap;letter-spacing:.3px}.navbar-link:hover,.navbar-link.active{color:#f59e0b}.navbar-link.active:after{content:"";position:absolute;left:10px;right:10px;bottom:2px;height:2px;background:#f59e0b;border-radius:3px}.navbar-languages{position:relative;display:flex;align-items:center}.language-toggle{display:flex;align-items:center;gap:.6rem;padding:.6rem .9rem;border:none;background:transparent;color:#fff;cursor:pointer;border-radius:6px;font-size:1rem;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:all .3s ease;letter-spacing:.5px}.language-toggle:hover{background:#ffffff1a}.language-icon{font-size:1.4rem;display:flex;align-items:center}.language-current{font-size:1rem;font-weight:700}.language-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:80px;overflow:hidden;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-option{display:block;width:100%;padding:.75rem 1rem;border:none;background:transparent;color:#1f2a35;cursor:pointer;font-size:.95rem;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-align:left;transition:all .2s ease;letter-spacing:.5px}.language-option:hover{background:#f4f5f7;color:#f59e0b}.language-option.active{background:#f59e0b;color:#fff}.navbar-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.navbar-toggle span{width:25px;height:3px;background:#fff;border-radius:2px}@media (max-width: 768px){.navbar-container{padding:0 1rem}.navbar-toggle{display:flex}.navbar-menu{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background:#1f2a35;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;padding:1.5rem;transform:translate(-100%);opacity:0;visibility:hidden;transition:.3s ease;gap:1.2rem;align-items:flex-start;overflow-y:auto}.navbar-menu.active{transform:translate(0);opacity:1;visibility:visible}.navbar-link{width:100%;padding:12px 0;font-size:1.05rem;border-bottom:1px solid rgba(255,255,255,.12)}.navbar-link:last-child{border-bottom:none}.navbar-languages{margin-top:1rem}.language-dropdown{position:relative;margin-top:.5rem;width:100%}}.hero{color:#fff;padding:6rem 2rem;text-align:center;position:relative;overflow:hidden;min-height:600px;display:flex;align-items:center;justify-content:center}.hero-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1s ease-in-out;background-color:transparent}.hero-slide.active{opacity:1}.hero-overlay{display:none}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:900px;width:100%;padding:2rem;text-align:center;z-index:2}.hero-slogan{font-size:3.5rem;font-weight:700;margin:0;line-height:1.3;color:#fff;text-shadow:3px 3px 6px rgba(0,0,0,.7);letter-spacing:2px;min-height:1.3em;display:inline-block}.typing-cursor{color:#f59e0b;font-weight:300;animation:blink 1s infinite;margin-left:4px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff;font-size:2.5rem;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;transition:all .3s ease;line-height:1;padding:0}.carousel-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.carousel-btn-prev{left:2rem}.carousel-btn-next{right:2rem}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:3}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#ffffff4d;border-color:#fffc}.carousel-dot.active{background:#fff;border-color:#fff;width:30px;border-radius:6px}@media (max-width: 768px){.hero{padding:4rem 1.5rem;min-height:500px}.hero-slogan{font-size:2.2rem;letter-spacing:1px}.hero-cta{padding:.8rem 2rem;font-size:1rem}.carousel-btn{width:40px;height:40px;font-size:2rem}.carousel-btn-prev{left:1rem}.carousel-btn-next{right:1rem}.carousel-dots{bottom:1.5rem}.carousel-dot{width:10px;height:10px}.carousel-dot.active{width:25px}}@media (max-width: 480px){.hero{min-height:450px;padding:3rem 1rem}.carousel-btn{width:35px;height:35px;font-size:1.5rem}.carousel-btn-prev{left:.5rem}.carousel-btn-next{right:.5rem}}.home{width:100%}.page{min-height:calc(100vh - 140px);padding:4rem 2rem;position:relative;overflow:hidden;flex:1}.page:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;width:calc(100% + 20px);height:calc(100% + 20px);background-image:var(--bg-image, url(/images/baku-az-what-to-see.jpg));background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(10px);-webkit-filter:blur(10px);z-index:0;opacity:.5}.page:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#1f2a35;opacity:.5;z-index:0}.page-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.page-title{font-size:2.8rem;color:#fff;margin-bottom:3rem;text-align:center;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5),0 0 20px rgba(0,0,0,.3);position:relative;z-index:2;letter-spacing:1px}.page-content{max-width:900px;margin:0 auto;font-size:1.15rem;line-height:1.9;color:#1f2a35;background:linear-gradient(135deg,#fff,#f8f9fa);padding:3.5rem;border-radius:20px;border:1px solid rgba(245,158,11,.2);box-shadow:0 20px 40px #0000001a,0 10px 20px #00000014,inset 0 1px #ffffffe6;position:relative;z-index:2;transition:all .3s ease;overflow:hidden}.page-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f59e0b,#f97316,#f59e0b);border-radius:20px 20px 0 0}.page-content:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(245,158,11,.05) 0%,transparent 70%);pointer-events:none}.page-content:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026,0 15px 30px #0000001a,inset 0 1px #ffffffe6;border-color:#f59e0b66}.page-content p{margin:0;position:relative;z-index:1;font-weight:400;letter-spacing:.3px}@media (max-width: 768px){.page{padding:3rem 1.5rem}.page-title{font-size:2rem}.page-content{font-size:1rem;padding:2rem 1.5rem}}.contact-desc{text-align:center;margin-bottom:3rem;font-size:1.2rem;color:#6b7280}.contact-info{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.contact-item{padding:1.5rem;background:#f4f5f7;border-radius:8px;border-left:4px solid #F59E0B;transition:all .3s ease}.contact-item:hover{background:#f9fafb;transform:translate(5px)}.contact-item strong{display:block;color:#1f2a35;margin-bottom:.5rem;font-size:1.1rem}.contact-item a{color:#f59e0b;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#d97706;text-decoration:underline}.contact-emails{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.contact-emails a{display:block;padding:.5rem 0}.contact-item span{color:#6b7280}@media (max-width: 768px){.contact-info{gap:1.5rem}.contact-item{padding:1.2rem}}.footer{background:#1f2a35;color:#fff;padding:2rem 0;margin-top:auto;border-top:3px solid #F59E0B;position:relative;z-index:10;width:100%}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.footer-left{flex:1;min-width:200px}.footer-copyright{margin:0;font-size:.9rem;color:#fffc}.footer-contact{display:flex;flex-direction:row;gap:1.5rem;align-items:center;flex-wrap:wrap;flex:2;min-width:300px}.footer-contact-item{display:inline-flex;flex-direction:row;align-items:center;gap:.5rem;margin-right:1.5rem;flex-wrap:nowrap}.footer-contact-item strong{color:#f59e0b;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.footer-link{color:#ffffffe6;text-decoration:none;transition:color .3s ease;font-size:.9rem;display:inline-block}.footer-link:hover{color:#f59e0b;text-decoration:underline}.footer-emails{display:inline-flex;flex-direction:row;gap:.8rem;flex-wrap:wrap;align-items:center}.footer-address{font-size:.9rem;color:#ffffffe6;display:inline;white-space:nowrap}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:left;gap:1.5rem}.footer-left{width:100%;text-align:center}.footer-contact{width:100%;flex-direction:column;gap:1rem}.footer-contact-item{text-align:left;width:100%}}.whatsapp-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #25d36666;z-index:1000;transition:all .3s ease;animation:pulse 2s infinite}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-button svg{width:32px;height:32px;color:#fff}@keyframes pulse{0%{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 20px #25d36699}to{box-shadow:0 4px 12px #25d36666}}@media (max-width: 768px){.whatsapp-button{bottom:1.5rem;right:1.5rem;width:55px;height:55px}.whatsapp-button svg{width:28px;height:28px}}@media (max-width: 480px){.whatsapp-button{bottom:1rem;right:1rem;width:50px;height:50px}.whatsapp-button svg{width:26px;height:26px}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#6b7280;overflow-x:hidden;background:#f4f5f7}#root{min-height:100vh;background:#f4f5f7}
