*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#020617;color:#e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img{display:block;max-width:100%}button{background:none;border:none;cursor:pointer;font:inherit}.container{margin:0 auto;max-width:1100px;padding:0 1.5rem;width:100%}.navbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#020617f2;border-bottom:1px solid #94a3b84d;position:-webkit-sticky;position:sticky;top:0;z-index:20}.nav-inner{align-items:center;display:flex;height:64px;justify-content:space-between}.logo{font-size:.9rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.nav-links{align-items:center;display:flex;font-size:.9rem;gap:1.2rem}.nav-links a,.nav-links button{background:none;border:none;color:#9ca3af;cursor:pointer;font:inherit;padding:.5rem 0;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links button:hover{color:#f9fafb}.nav-links a.admin-link:hover{color:#fb923c!important}.nav-right{align-items:center;display:flex;gap:.75rem}.nav-toggle{background:none;border:none;cursor:pointer;display:none;padding:.5rem;z-index:100}.hamburger{display:flex;flex-direction:column;gap:4px;height:18px;position:relative;width:24px}.hamburger span{background:#e5e7eb;border-radius:2px;display:block;height:2px;transition:all .3s ease;width:100%}.hamburger.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.admin-link{color:#f97316!important;font-weight:600}.lang-switcher{background:#0f172ae6;border:1px solid #94a3b899;border-radius:999px;display:flex;gap:.3rem;padding:2px}.lang-btn{border-radius:999px;color:#9ca3af;font-size:.75rem;padding:.2rem .5rem}.lang-btn.active{background:#f97316;color:#111827}.hero{align-items:center;background-image:url(https://images.pexels.com/photos/1796715/pexels-photo-1796715.jpeg);background-position:50%;background-size:cover;display:flex;min-height:100vh;position:relative}.hero-overlay{background:linear-gradient(180deg,#0f172a73,#0f172a7a),radial-gradient(circle at top left,#3b82f633,#0000),radial-gradient(circle at bottom right,#f9731633,#0000);inset:0;position:absolute}.hero-content{max-width:540px;padding:5rem 0;position:relative}.hero-kicker{color:#e5e7eb;font-size:.7rem;letter-spacing:.25em;margin-bottom:1.1rem;text-transform:uppercase}.hero-title{font-size:clamp(2.6rem,4vw,3.4rem);line-height:1.05;margin-bottom:1rem}.hero-title span{background:linear-gradient(90deg,#f97316,#fde047);-webkit-background-clip:text;background-clip:text;color:#0000}.hero-subtitle{color:#cbd5f5;font-size:.95rem;margin-bottom:1.8rem}.hero-actions{gap:.8rem;margin-bottom:1.8rem}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{color:#e5e7eb;font-size:.85rem;gap:.9rem}.hero-stat{background:#0f172acc;border:1px solid #94a3b8b3;border-radius:999px;padding:.4rem .8rem}.btn{border:1px solid #0000;border-radius:999px;font-size:.85rem;letter-spacing:.08em;padding:.75rem 1.5rem;text-transform:uppercase}.btn.primary{background:linear-gradient(135deg,#f97316,#facc15);box-shadow:0 12px 24px #f9731680;color:#111827}.btn.primary:hover{box-shadow:0 18px 36px #f97316b3}.btn.ghost{background:#0f172ae6;border-color:#94a3b8e6;color:#e5e7eb}.btn.ghost:hover{border-color:#f97316}.section{background:#020617;padding:4.5rem 0}.section-alt{background:radial-gradient(circle at top right,#38bdf81f,#0000),#020617}.section-header{margin-bottom:2rem}.section-header h1{font-size:2.2rem;margin-bottom:.4rem}.section-header h2{font-size:1.6rem;margin-bottom:.4rem}.section-header p{color:#9ca3af;font-size:.9rem}.filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.filter-btn{background:#0f172ae6;border:1px solid #94a3b8b3;border-radius:999px;color:#9ca3af;font-size:.8rem;padding:.45rem 1rem}.filter-btn.active{background:#f973162e;border-color:#f97316;color:#fed7aa}.no-tours{color:#9ca3af;font-size:.9rem}.tours-grid{grid-gap:1.3rem;display:grid;gap:1.3rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.tour-card{background:#0f172af5;border:1px solid #94a3b859;border-radius:1.5rem;display:flex;flex-direction:column;overflow:hidden}.tour-image{background-position:50%;background-size:cover;height:180px;position:relative}.tour-tag{background:#0f172ae6;border:1px solid #94a3b8e6;border-radius:999px;font-size:.7rem;left:1rem;padding:.23rem .8rem;position:absolute;text-transform:uppercase;top:1rem}.tour-body{padding:1.1rem 1.2rem 1.2rem}.tour-body h3{font-size:1rem;margin-bottom:.4rem}.tour-meta{color:#9ca3af;display:flex;flex-wrap:wrap;font-size:.78rem;gap:.6rem;margin-bottom:.6rem}.tour-description{color:#9ca3af;font-size:.85rem;margin-bottom:.9rem}.tour-footer{align-items:center;display:flex;font-size:.82rem;justify-content:space-between}.tour-price-main{font-weight:600}.tour-price-note{color:#9ca3af}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.blog-card{background:#0f172af5;border:1px solid #94a3b859;border-radius:1.5rem;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,border-color .2s}.blog-card:hover{border-color:#94a3b880;transform:translateY(-4px)}.blog-image{background-position:50%;background-size:cover;height:220px;position:relative}.blog-tag{background:#0f172ae6;border:1px solid #94a3b8e6;border-radius:999px;font-size:.7rem;left:1rem;padding:.23rem .8rem;position:absolute;text-transform:uppercase;top:1rem}.blog-body{padding:1.5rem}.blog-body h2{font-size:1.3rem;margin-bottom:.6rem}.blog-meta{color:#9ca3af;display:flex;flex-wrap:wrap;font-size:.85rem;gap:.8rem;margin-bottom:.9rem}.blog-description{color:#9ca3af;font-size:.95rem;line-height:1.6;margin-bottom:1.2rem}.blog-footer{align-items:center;display:flex;font-size:.9rem;justify-content:space-between}.blog-price-main{font-size:1rem;font-weight:600}.blog-price-note{color:#9ca3af;font-size:.85rem}.destinations-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.destination-card{background:#0f172af5;border:1px solid #94a3b859;border-radius:1.5rem;overflow:hidden}.destination-image{background-position:50%;background-size:cover;height:150px}.dest-1{background-image:url(https://images.pexels.com/photos/1796715/pexels-photo-1796715.jpeg)}.dest-2{background-image:url(https://images.pexels.com/photos/258154/pexels-photo-258154.jpeg)}.dest-3{background-image:url(https://images.pexels.com/photos/2064827/pexels-photo-2064827.jpeg)}.destination-body{padding:1rem 1.2rem 1.2rem}.destination-body h3{font-size:1rem;margin-bottom:.4rem}.destination-body p{color:#9ca3af;font-size:.85rem}.reviews-slider{align-items:stretch;display:flex;gap:.9rem}.slider-arrow{background:#0f172af2;border:1px solid #94a3b8b3;border-radius:999px;color:#cbd5f5;height:2.4rem;width:2.4rem}.slider-arrow:hover{border-color:#f97316}.review-card{background:#0f172afa;border:1px solid #94a3b859;border-radius:1.5rem;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:1.4rem 1.6rem}.review-text{font-size:.92rem;margin-bottom:1rem}.review-footer{display:flex;font-size:.85rem;justify-content:space-between}.review-name{font-weight:600}.review-stars{font-size:1rem}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.contact-list{color:#9ca3af;font-size:.9rem;list-style:none;margin-top:1rem}.contact-list li+li{margin-top:.3rem}.contact-form{background:#0f172afa;border:1px solid #94a3b859;border-radius:1.5rem;padding:1.5rem 1.6rem}.field{margin-bottom:1rem}.field label{color:#9ca3af;display:block;font-size:.78rem;letter-spacing:.12em;margin-bottom:.25rem;text-transform:uppercase}.field input,.field textarea{background:#0f172af2;border:1px solid #94a3b8b3;border-radius:.9rem;color:#e5e7eb;font-size:.9rem;padding:.6rem .8rem;width:100%}.field-row{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1fr 1fr}.field input:focus,.field textarea:focus{border-color:#f97316;outline:none}.form-success{color:#bbf7d0;font-size:.85rem;margin-top:.7rem}.footer{background:#020617;border-top:1px solid #94a3b859;color:#9ca3af;font-size:.8rem;padding:1rem 0}.footer-inner{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.8rem;justify-content:space-between}.footer-inner>div{display:flex;flex-direction:column}@media (max-width:768px){.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172afa;border:1px solid #94a3b880;border-radius:1rem;box-shadow:0 10px 40px #00000080;display:none;flex-direction:column;gap:.5rem;min-width:200px;padding:1rem;position:fixed;right:1rem;top:70px;z-index:99}.nav-links.open{animation:slideDown .3s ease;display:flex}.nav-links a,.nav-links button{border-radius:.5rem;padding:.75rem 1rem;text-align:left;transition:background .2s}.nav-links a:hover,.nav-links button:hover{background:#94a3b81a}.nav-toggle{display:block}.container{padding:0 1rem}.hero-content{max-width:none;padding:3rem 0}.hero-title{font-size:2.5rem}.section-header h1{font-size:1.8rem}.section-header h2{font-size:1.4rem}.blog-grid,.destinations-grid,.tours-grid{gap:1.5rem;grid-template-columns:1fr}.reviews-slider{flex-direction:column;gap:1rem}.contact-grid,.field-row{grid-template-columns:1fr}.filters{flex-wrap:wrap;gap:.5rem}.filter-btn{font-size:.85rem;padding:.5rem 1rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.nav-inner{padding:0 1rem}.logo{font-size:.8rem}.nav-links{left:.5rem;min-width:auto;right:.5rem}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:.95rem}.section{padding:2.5rem 0}.section-header h1{font-size:1.6rem}.section-header h2{font-size:1.3rem}.section-header p{font-size:.85rem}.blog-card,.destination-card,.tour-card{border-radius:1rem}.blog-image,.tour-image{height:160px}.blog-image{height:200px}.container{padding:0 1rem}.footer-inner{flex-direction:column;gap:1rem;text-align:center}.lang-switcher{font-size:.7rem}}
/*# sourceMappingURL=main.b1306a89.css.map*/