@charset "UTF-8";.destinations-page{min-height:100vh;background:linear-gradient(180deg,#fef2f2,#fff 40%,#fee2e2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}.destinations-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(248,113,113,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(251,146,60,.08) 0%,transparent 50%);pointer-events:none;z-index:0}.hero-section{position:relative;background:linear-gradient(135deg,#f87171,#fb923c);padding:100px 20px;text-align:center;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}@media (max-width: 768px){.hero-section{padding:80px 16px}}@media (max-width: 640px){.hero-section{padding:60px 16px}}.hero-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.15) 2px,transparent 2px);background-size:60px 60px;opacity:.4;animation:float 20s ease-in-out infinite}.hero-section:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:100px;background:linear-gradient(to top,rgba(255,255,255,.3),transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-section .hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;animation:fadeInUp 1s ease-out}.hero-section .hero-content h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;color:#fff;margin-bottom:20px;text-shadow:0 4px 20px rgba(0,0,0,.3);line-height:1.1;letter-spacing:-.02em}.hero-section .hero-content p{font-size:clamp(1.125rem,3vw,1.5rem);color:#fffffff2;opacity:.95;line-height:1.6;font-weight:500}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.destinations-container{max-width:1536px;margin:-60px auto 0;padding:0 16px 60px;position:relative;z-index:1}@media (max-width: 768px){.destinations-container{padding:0 16px 40px;margin:-40px auto 0}}.filter-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:32px;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:20px 24px;border-radius:20px;box-shadow:0 8px 32px #f8717126;border:1px solid rgba(255,255,255,.5)}@media (max-width: 640px){.filter-controls{flex-direction:column;align-items:stretch}}@media (max-width: 1024px){.filter-controls .mobile-filter-btn{display:flex}}.filter-controls .mobile-filter-btn{display:none;align-items:center;gap:10px;padding:14px 24px;background:#fff;border:2px solid #FEE2E2;border-radius:16px;font-weight:700;color:#1f2937;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #f871711a}.filter-controls .mobile-filter-btn:hover{background:linear-gradient(135deg,#f87171,#fb923c);color:#fff;border-color:transparent;box-shadow:0 6px 20px #f8717126;transform:translateY(-2px)}.filter-controls .mobile-filter-btn .filter-badge{background:linear-gradient(135deg,#f87171,#fb923c);color:#fff;font-size:.75rem;padding:4px 10px;border-radius:20px;font-weight:800;min-width:24px;text-align:center}.filter-controls .results-count{color:#4b5563;font-weight:600;font-size:1rem}.filter-controls .results-count strong{color:#f87171;font-size:1.25rem}@media (max-width: 640px){.filter-controls .results-count{order:-1;text-align:center}}.view-toggle{display:flex;gap:8px;background:#fffffff2;padding:6px;border-radius:16px;box-shadow:0 4px 12px #f871711a;border:1px solid rgba(248,113,113,.1)}.view-toggle button{padding:12px;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#4b5563}.view-toggle button:hover{background:#fef2f2;color:#f87171;transform:scale(1.1)}.view-toggle button.active{background:linear-gradient(135deg,#f87171,#fb923c);color:#fff;box-shadow:0 4px 12px #f8717126;transform:scale(1.05)}.view-toggle button svg{display:block}.filter-sidebar{position:sticky;top:24px;width:300px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:28px;box-shadow:0 12px 40px #f8717126;height:fit-content;max-height:calc(100vh - 48px);overflow-y:auto;border:1px solid rgba(255,255,255,.5)}@media (max-width: 1024px){.filter-sidebar{position:fixed;top:0;left:0;width:340px;height:100vh;max-height:100vh;border-radius:0;z-index:50;transform:translate(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.filter-sidebar.open{transform:translate(0);box-shadow:0 0 100px #0000004d}}.filter-sidebar::-webkit-scrollbar{width:8px}.filter-sidebar::-webkit-scrollbar-track{background:#fef2f2;border-radius:10px}.filter-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#f87171,#fb923c);border-radius:10px}.filter-sidebar::-webkit-scrollbar-thumb:hover{background:#f64040}.filter-sidebar .filter-header{display:none}@media (max-width: 1024px){.filter-sidebar .filter-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;margin-bottom:24px;border-bottom:2px solid #FEE2E2}}.filter-sidebar .filter-header h2{font-size:1.5rem;font-weight:800;color:#1f2937;display:flex;align-items:center;gap:10px}.filter-sidebar .filter-header h2 svg{color:#f87171}.filter-sidebar .filter-header .close-btn{padding:10px;background:transparent;border:none;cursor:pointer;border-radius:12px;transition:all .3s}.filter-sidebar .filter-header .close-btn:hover{background:#fef2f2;transform:rotate(90deg)}.filter-sidebar .filter-header .close-btn svg{color:#4b5563}.filter-sidebar .filter-section{margin-bottom:32px}.filter-sidebar .filter-section h3{font-size:.875rem;font-weight:800;color:#4b5563;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;display:flex;align-items:center;gap:8px}.filter-sidebar .filter-section h3 svg{color:#f87171}.filter-sidebar .filter-section .filter-chips{display:flex;flex-wrap:wrap;gap:10px}.filter-sidebar .filter-section .filter-chips .chip{padding:10px 20px;border-radius:50px;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fef2f2;color:#1f2937;border:2px solid transparent}.filter-sidebar .filter-section .filter-chips .chip:hover{background:#fee2e2;transform:translateY(-3px);box-shadow:0 6px 16px #f871711a}.filter-sidebar .filter-section .filter-chips .chip.active{background:linear-gradient(135deg,#f87171,#fb923c);color:#fff;box-shadow:0 6px 20px #f8717126;transform:translateY(-3px);border-color:transparent}.filter-sidebar .filter-section .filter-radio-list{display:flex;flex-direction:column;gap:10px}.filter-sidebar .filter-section .filter-radio-list .radio-option{display:flex;align-items:center;padding:14px 16px;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fef2f2;border:2px solid transparent}.filter-sidebar .filter-section .filter-radio-list .radio-option:hover{background:#fee2e2;transform:translate(6px);box-shadow:0 4px 12px #f871711a}.filter-sidebar .filter-section .filter-radio-list .radio-option.active{background:linear-gradient(135deg,#f87171,#fb923c);color:#fff;box-shadow:0 6px 16px #f8717126;transform:translate(6px);border-color:transparent}.filter-sidebar .filter-section .filter-radio-list .radio-option input[type=radio]{width:20px;height:20px;accent-color:#FFFFFF;cursor:pointer}.filter-sidebar .filter-section .filter-radio-list .radio-option label{margin-left:14px;font-weight:600;cursor:pointer;flex:1;font-size:.9375rem}.filter-sidebar .filter-section .filter-select{width:100%;padding:14px 18px;background:#fef2f2;border:2px solid #FEF2F2;border-radius:16px;font-weight:600;color:#1f2937;font-size:.9375rem;cursor:pointer;transition:all .3s}.filter-sidebar .filter-section .filter-select:hover{border-color:#fee2e2;background:#fff}.filter-sidebar .filter-section .filter-select:focus{outline:none;border-color:#f87171;background:#fff;box-shadow:0 0 0 4px #f8717126}.filter-sidebar .reset-filters-btn{width:100%;padding:16px;background:linear-gradient(135deg,#f87171,#fb923c);color:#fff;border:none;border-radius:16px;font-weight:800;font-size:1.0625rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #f8717126;position:relative;overflow:hidden}.filter-sidebar .reset-filters-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 .6s ease}.filter-sidebar .reset-filters-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 28px #f8717140}.filter-sidebar .reset-filters-btn:hover:not(:disabled):before{left:100%}.filter-sidebar .reset-filters-btn:active:not(:disabled){transform:translateY(-1px)}.filter-sidebar .reset-filters-btn:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed;box-shadow:none}.filter-overlay{display:none}@media (max-width: 1024px){.filter-overlay{display:block;position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:40;opacity:0;pointer-events:none;transition:opacity .3s ease}.filter-overlay.open{opacity:1;pointer-events:auto}}.destinations-main{flex:1;min-width:0}.destinations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px}@media (max-width: 1024px){.destinations-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}}@media (max-width: 768px){.destinations-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (max-width: 640px){.destinations-grid{grid-template-columns:1fr}}.destinations-list{display:flex;flex-direction:column;gap:28px}@media (max-width: 768px){.destinations-list{gap:24px}}.destinations-list .destination-card{display:flex;flex-direction:row}@media (max-width: 768px){.destinations-list .destination-card{flex-direction:column}}.destinations-list .destination-card .card-image{width:360px;height:100%;min-height:280px}@media (max-width: 768px){.destinations-list .destination-card .card-image{width:100%;height:280px;min-height:280px}}.destinations-list .destination-card .card-content{flex:1}.destination-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #f8717126;transition:all .4s cubic-bezier(.4,0,.2,1)}.destination-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 50px #f8717140}.destination-card{border:1px solid rgba(255,255,255,.5);animation:fadeInUp .6s ease-out backwards}.destination-card:nth-child(1){animation-delay:.1s}.destination-card:nth-child(2){animation-delay:.2s}.destination-card:nth-child(3){animation-delay:.3s}.destination-card:nth-child(4){animation-delay:.4s}.destination-card:nth-child(5){animation-delay:.5s}.destination-card:nth-child(6){animation-delay:.6s}.destination-card:nth-child(7){animation-delay:.7s}.destination-card:nth-child(8){animation-delay:.8s}.destination-card:nth-child(9){animation-delay:.9s}.destination-card:nth-child(10){animation-delay:1s}.destination-card:nth-child(11){animation-delay:1.1s}.destination-card:nth-child(12){animation-delay:1.2s}.destination-card .card-image{position:relative;width:100%;height:260px;overflow:hidden;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.destination-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.destination-card .card-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 100%);opacity:0;transition:opacity .4s ease;z-index:1}.destination-card .card-image .card-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#f87171,#fb923c);color:#fff;padding:8px 20px;border-radius:50px;font-size:.875rem;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 6px 20px #f8717166;z-index:2;text-transform:uppercase;letter-spacing:.05em}.destination-card:hover .card-image img{transform:scale(1.15)}.destination-card:hover .card-image:before{opacity:1}.destination-card .card-content{padding:28px}@media (max-width: 640px){.destination-card .card-content{padding:24px}}.destination-card .card-content h3{font-size:1.625rem;font-weight:800;color:#1f2937;margin-bottom:16px;line-height:1.3}@media (max-width: 640px){.destination-card .card-content h3{font-size:1.375rem}}.destination-card .card-content .card-meta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:16px}.destination-card .card-content .card-meta .meta-item{display:flex;align-items:center;gap:8px;color:#4b5563;font-size:.9375rem;font-weight:600;background:#fef2f2;padding:8px 14px;border-radius:12px}.destination-card .card-content .card-meta .meta-item svg{color:#f87171;flex-shrink:0}.destination-card .card-content p{color:#4b5563;line-height:1.7;margin-bottom:24px;font-size:1rem}.destination-card .card-content .view-details-btn{width:100%;padding:16px;background:linear-gradient(135deg,#f87171,#fb923c);color:#fff;border:none;border-radius:16px;font-weight:800;font-size:1.0625rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px #f8717126;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.destination-card .card-content .view-details-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 .6s ease}.destination-card .card-content .view-details-btn svg{transition:transform .3s ease}.destination-card .card-content .view-details-btn:hover{transform:translateY(-3px);box-shadow:0 8px 28px #f8717140}.destination-card .card-content .view-details-btn:hover svg{transform:translate(4px)}.destination-card .card-content .view-details-btn:hover:before{left:100%}.destination-card .card-content .view-details-btn:active{transform:translateY(-1px)}.map-view{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:28px;padding:48px;box-shadow:0 12px 40px #f8717126;border:1px solid rgba(255,255,255,.5)}@media (max-width: 768px){.map-view{padding:32px}}@media (max-width: 640px){.map-view{padding:24px}}.map-view .map-placeholder{text-align:center;padding:80px 24px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:20px;margin-bottom:40px}@media (max-width: 640px){.map-view .map-placeholder{padding:60px 20px}}.map-view .map-placeholder svg{color:#f87171;margin-bottom:20px;filter:drop-shadow(0 8px 16px rgba(248,113,113,.3))}.map-view .map-placeholder h3{color:#1f2937;font-size:2rem;font-weight:800;margin-bottom:12px}@media (max-width: 640px){.map-view .map-placeholder h3{font-size:1.625rem}}.map-view .map-placeholder p{color:#4b5563;font-size:1.125rem;font-weight:500}.map-view .map-pins{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}@media (max-width: 768px){.map-view .map-pins{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 640px){.map-view .map-pins{grid-template-columns:1fr}}.map-view .map-pins .map-pin-item{display:flex;align-items:center;gap:14px;padding:18px;background:#fef2f2;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:2px solid transparent}.map-view .map-pins .map-pin-item:hover{background:linear-gradient(135deg,#f87171,#fb923c);color:#fff;transform:translate(8px);box-shadow:0 6px 20px #f8717126;border-color:transparent}.map-view .map-pins .map-pin-item .pin-icon{font-size:1.5rem;flex-shrink:0}.map-view .map-pins .map-pin-item span{color:inherit;font-weight:600;font-size:1rem}.seo-section{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:80px 20px;margin-top:60px;border-top:1px solid rgba(248,113,113,.2)}@media (max-width: 768px){.seo-section{padding:60px 16px;margin-top:48px}}.seo-section .seo-content{max-width:1200px;margin:0 auto}.seo-section .seo-content h2{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#1f2937;margin-bottom:40px;text-align:center;background:linear-gradient(135deg,#f87171,#fb923c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.seo-section .seo-content p{color:#4b5563;line-height:1.9;font-size:1.0625rem;margin-bottom:24px;text-align:justify}@media (max-width: 640px){.seo-section .seo-content p{font-size:1rem;text-align:left}}.seo-section .seo-content p:last-child{margin-bottom:0}.empty-state{text-align:center;padding:100px 24px}@media (max-width: 640px){.empty-state{padding:80px 20px}}.empty-state svg{color:#f87171;margin-bottom:24px;opacity:.6}.empty-state h3{font-size:1.75rem;font-weight:800;color:#1f2937;margin-bottom:12px}.empty-state p{color:#4b5563;font-size:1.125rem}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:80px}.loading-spinner:after{content:"";width:48px;height:48px;border:5px solid #FEF2F2;border-top-color:#f87171;border-radius:50%;animation:spin .8s linear infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #F87171;outline-offset:3px}@media print{.filter-sidebar,.view-toggle,.filter-controls{display:none}.destination-card{break-inside:avoid;page-break-inside:avoid}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.navbar{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;padding:1rem 0!important;background:#fffffffa!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-bottom:1px solid rgba(255,107,53,.1)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.navbar.scrolled{padding:.75rem 0!important;box-shadow:0 8px 24px #ff6b351f!important;border-bottom-color:#ff6b3533!important}.navbar-container{max-width:1440px!important;margin:0 auto!important;padding:0 2rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:2rem!important}@media (max-width: 1280px){.navbar-container{padding:0 1.5rem!important}}@media (max-width: 768px){.navbar-container{padding:0 1rem!important}}.navbar-logo-section{display:flex!important;align-items:center!important;gap:1.2rem!important;flex-shrink:0!important}@media (max-width: 1024px){.navbar-logo-section{gap:0!important}}.navbar-logo{display:flex!important;align-items:center!important;gap:.875rem!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;flex-shrink:0!important;text-decoration:none}@media (max-width: 768px){.navbar-logo{gap:.625rem!important}}.navbar-logo:hover .logo-icon{transform:rotate(15deg) scale(1.05)!important;color:#ff8556!important}@media (max-width: 640px){.navbar-logo{gap:.5rem!important}}.logo-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#ff6b351a,#f7b7331a)!important;padding:.75rem!important;border-radius:14px!important;border:2px solid rgba(255,107,53,.2)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}@media (max-width: 768px){.logo-wrapper{padding:.5rem!important;border-radius:12px!important}}@media (max-width: 640px){.logo-wrapper{padding:.4rem!important}}.logo-icon{width:32px;height:32px;object-fit:contain}.mobile-logo-icon{width:28px;height:28px;object-fit:contain}@media (max-width: 768px){.logo-icon{width:28px!important;height:28px!important}}@media (max-width: 640px){.logo-icon{width:24px!important;height:24px!important}}.logo-content{display:flex!important;flex-direction:column!important;gap:.125rem!important}@media (max-width: 640px){.logo-content{display:flex!important;gap:.1rem!important}}.logo-text{font-size:1.5rem!important;font-weight:800!important;background:linear-gradient(135deg,#1a202c,#ff6b35)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;letter-spacing:-.02em!important;line-height:1!important}@media (max-width: 1024px){.logo-text{font-size:1.375rem!important}}@media (max-width: 640px){.logo-text{font-size:1.125rem!important}}.logo-tagline{font-size:.6875rem!important;font-weight:600!important;color:#64748b!important;letter-spacing:.5px!important;text-transform:uppercase!important}@media (max-width: 640px){.logo-tagline{font-size:.625rem!important}}.license-badge{display:flex!important;align-items:center!important;gap:.45rem!important;background:linear-gradient(105deg,#eaf7ff 60%,#fffbe1)!important;border:2px solid #4ecdc4!important;border-radius:10px!important;padding:.38rem .85rem!important;box-shadow:0 2px 12px #4ccdc42e!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.license-badge:hover{box-shadow:0 3px 16px #4ccdc447!important;transform:translateY(-1px)!important}.badge-icon{width:14px!important;height:14px!important;flex-shrink:0!important}.badge-text{display:flex!important;flex-direction:column!important;gap:.02rem!important}.license-title{font-size:.7rem!important;font-weight:700!important;color:#4ecdc4!important;letter-spacing:.5px!important;text-transform:uppercase!important;line-height:1!important}.license-number{font-size:.8rem!important;font-weight:600!important;color:#ff5722!important;letter-spacing:.8px!important;line-height:1!important}@media (max-width: 1024px){.license-badge{display:none!important}}.navbar-menu{display:flex!important;list-style:none!important;gap:.25rem!important;align-items:center!important;margin:0!important;padding:0!important}@media (max-width: 1024px){.navbar-menu{display:none!important}}.nav-item{position:relative!important}.nav-link{text-decoration:none!important;color:#475569!important;font-weight:700!important;font-size:.9375rem!important;display:flex!important;align-items:center!important;gap:.375rem!important;padding:.75rem 1.25rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;border-radius:12px!important;position:relative!important}.nav-link:hover{color:#ff6b35!important;background:#ff6b3514!important;transform:translateY(-1px)!important}.nav-link-text{position:relative!important;z-index:1!important}.dropdown-icon{transition:transform .3s ease!important;color:#ff6b35!important;flex-shrink:0!important}.dropdown-icon.rotated{transform:rotate(180deg)!important}.dropdown-menu{position:absolute!important;top:calc(100% + .75rem)!important;left:50%!important;transform:translate(-50%)!important;background:#fffffffa!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border-radius:16px!important;box-shadow:0 16px 40px #ff6b3526!important;list-style:none!important;padding:.75rem!important;min-width:240px!important;opacity:0!important;visibility:hidden!important;transform:translate(-50%) translateY(-10px)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;border:2px solid rgba(255,107,53,.1)!important}.dropdown-menu.open{opacity:1!important;visibility:visible!important;transform:translate(-50%) translateY(0)!important}.dropdown-menu li{margin-bottom:.25rem!important}.dropdown-menu li:last-child{margin-bottom:0!important}.dropdown-link{text-decoration:none!important;color:#475569!important;font-weight:600!important;font-size:.9375rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:.75rem 1rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;border-radius:12px!important}.dropdown-link:hover{background:#ff6b3514!important;color:#ff6b35!important}.dropdown-link-text{flex:1!important}.dropdown-badge{padding:.25rem .625rem!important;border-radius:50px!important;font-size:.6875rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.05em!important}.dropdown-badge.hot{background:linear-gradient(135deg,#ff6b35,#f7b733)!important;color:#fff!important}.dropdown-badge.new{background:linear-gradient(135deg,#06d6a0,#4ecdc4)!important;color:#fff!important}.navbar-actions{display:flex!important;align-items:center!important;gap:.5rem!important}@media (max-width: 1024px){.navbar-actions{display:none!important}}.icon-btn{background:transparent!important;color:#475569!important;border:none!important;padding:.75rem!important;border-radius:50%!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;flex-shrink:0!important}.icon-btn:hover{background:#ff6b351a!important;color:#ff6b35!important;transform:translateY(-2px)!important}.notification-btn{position:relative!important}.notification-badge{position:absolute!important;top:6px!important;right:6px!important;background:linear-gradient(135deg,#ff6b35,#f7b733)!important;color:#fff!important;font-size:.625rem!important;font-weight:800!important;padding:.125rem .375rem!important;border-radius:50px!important;min-width:18px!important;height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:2px solid #ffffff!important}.btn-primary{background:linear-gradient(135deg,#ff6b35,#f7b733)!important;color:#fff!important;border:none!important;padding:.75rem 1.75rem!important;border-radius:50px!important;font-weight:800!important;font-size:.9375rem!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 8px #ff6b3514!important;white-space:nowrap!important;display:flex!important;align-items:center!important;gap:.5rem!important}.btn-primary:hover{transform:translateY(-2px)!important;box-shadow:0 8px 24px #ff6b351f!important}.btn-primary:active{transform:translateY(0)!important}.btn-text{position:relative!important;z-index:1!important}.mobile-menu-btn{display:none!important;background:transparent!important;border:none!important;color:#475569!important;padding:.625rem!important;border-radius:50%!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;flex-shrink:0!important}.mobile-menu-btn:hover{background:#ff6b351a!important;color:#ff6b35!important}@media (max-width: 1024px){.mobile-menu-btn{display:flex!important;align-items:center!important;justify-content:center!important}}.mobile-overlay{position:fixed!important;inset:0!important;background:#1a202c99!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;z-index:999!important;opacity:0!important;transition:opacity .3s ease!important;pointer-events:none!important}.mobile-overlay.open{opacity:1!important;pointer-events:auto!important}.mobile-menu{position:fixed!important;top:0!important;right:0!important;width:360px!important;height:100vh!important;background:#fff!important;box-shadow:-8px 0 32px #ff6b3526!important;z-index:1000!important;transform:translate(100%)!important;transition:transform .3s ease!important;overflow-y:auto!important}@media (max-width: 480px){.mobile-menu{width:100%!important}}.mobile-menu.open{transform:translate(0)!important}.mobile-menu-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:1.25rem 1.5rem!important;background:#fff8f0!important;position:sticky!important;top:0!important;z-index:10!important}.mobile-logo{display:flex!important;align-items:center!important;gap:.75rem!important;text-decoration:none}.mobile-logo-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#ff6b351a,#f7b7331a)!important;padding:.625rem!important;border-radius:12px!important;border:2px solid rgba(255,107,53,.2)!important}.mobile-logo-icon{color:#ff6b35!important}.mobile-logo-content{display:flex!important;flex-direction:column!important;gap:.125rem!important}.mobile-logo-text{font-size:1.125rem!important;font-weight:900!important;background:linear-gradient(135deg,#1a202c,#ff6b35)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;line-height:1!important}.mobile-logo-tagline{font-size:.6875rem!important;font-weight:600!important;color:#64748b!important;text-transform:uppercase!important;letter-spacing:.5px!important}.mobile-close-btn{background:transparent!important;border:none!important;color:#475569!important;padding:.5rem!important;border-radius:50%!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.mobile-close-btn:hover{background:#ff6b351a!important;color:#ff6b35!important}.mobile-menu-content{padding:1.5rem!important;display:flex!important;flex-direction:column!important;gap:2rem!important}.mobile-license-badge{display:flex!important;align-items:center!important;gap:.6rem!important;background:linear-gradient(105deg,#eaf7ff 60%,#fffbe1)!important;border:2.5px solid #4ecdc4!important;border-radius:12px!important;padding:.65rem 1.1rem!important;box-shadow:0 3px 14px #4ccdc438!important;margin-bottom:.5rem!important}.mobile-badge-icon{width:16px!important;height:16px!important;flex-shrink:0!important}.mobile-badge-text{display:flex!important;flex-direction:column!important;gap:.15rem!important}.mobile-license-title{font-size:.88rem!important;font-weight:800!important;color:#4ecdc4!important;letter-spacing:.6px!important;text-transform:uppercase!important;line-height:1!important}.mobile-license-number{font-size:.95rem!important;font-weight:900!important;color:#ff5722!important;letter-spacing:1px!important;line-height:1!important}.mobile-nav-list{list-style:none!important;display:flex!important;flex-direction:column!important;gap:.25rem!important;flex:1!important;margin:0!important;padding:0!important}.mobile-nav-item:last-child{border-bottom:none!important}.mobile-nav-link{text-decoration:none!important;color:#475569!important;font-weight:700!important;font-size:1.0625rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:1rem 0!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;background:transparent!important;border:none!important;width:100%!important;text-align:left!important;cursor:pointer!important}.mobile-nav-link:hover{color:#ff6b35!important}.mobile-nav-link:hover .mobile-link-arrow,.mobile-nav-link:hover .mobile-dropdown-icon{color:#ff6b35!important;transform:translate(4px)!important}.mobile-link-text{position:relative!important;z-index:1!important}.mobile-link-arrow{font-size:1.5rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;color:#94a3b8!important;flex-shrink:0!important}.mobile-dropdown-icon{transition:all .3s cubic-bezier(.4,0,.2,1)!important;color:#64748b!important;flex-shrink:0!important}.mobile-dropdown-icon.rotated{transform:rotate(180deg)!important}.mobile-dropdown-menu{list-style:none!important;padding:.5rem 0 .75rem 1.25rem!important}.mobile-dropdown-menu li{padding:.5rem 0!important}.mobile-dropdown-link{text-decoration:none!important;color:#64748b!important;font-size:.9375rem!important;font-weight:600!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.5rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.mobile-dropdown-link:hover{color:#ff6b35!important}.mobile-badge{padding:.25rem .625rem!important;border-radius:50px!important;font-size:.6875rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.05em!important}.mobile-badge.hot{background:linear-gradient(135deg,#ff6b35,#f7b733)!important;color:#fff!important}.mobile-badge.new{background:linear-gradient(135deg,#06d6a0,#4ecdc4)!important;color:#fff!important}.mobile-actions{display:flex!important;flex-direction:column!important;gap:1.25rem!important;padding-top:1.5rem!important;border-top:2px solid rgba(255,107,53,.1)!important}.mobile-book{width:100%!important;padding:1rem!important;font-size:1.0625rem!important;border-radius:50px!important;justify-content:center!important}.mobile-icons{display:flex!important;gap:1rem!important;justify-content:center!important}.mobile-icon-btn{background:#ff6b3514!important;color:#475569!important;border:none!important;padding:.75rem!important;border-radius:50%!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative!important}.mobile-icon-btn:hover{background:#ff6b3526!important;color:#ff6b35!important;transform:translateY(-2px)!important}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e293b;background:linear-gradient(135deg,#fef3c7,#fff7ed,#fce7f3);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.homepage{min-height:100vh;width:100%;background:linear-gradient(180deg,#fef3c7,#fff7ed,#fce7f3 40%,#dbeafe,#ecfdf5)}.hero-carousel{position:relative;height:100vh;max-height:900px;overflow:hidden;width:100%;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.hero-carousel{height:80vh}}@media (max-width: 768px){.hero-carousel{height:70vh}}@media (max-width: 480px){.hero-carousel{height:60vh}}.carousel-container{position:relative;width:100%;height:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s cubic-bezier(.4,0,.2,1)}.carousel-slide.active{opacity:1}.carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0891b2d1,#f97316c7);mix-blend-mode:multiply}.carousel-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:90%;max-width:1200px;padding:0 1.5rem}@media (max-width: 1024px){.carousel-content{top:45%;padding:0 1rem}}@media (max-width: 768px){.carousel-content{top:40%}}@media (max-width: 480px){.carousel-content{top:35%;padding:0 .75rem}}.carousel-badge{display:inline-block;padding:.75rem 2rem;background:#ffffff4d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:50px;font-size:clamp(.75rem,2vw,.875rem);font-weight:700;letter-spacing:.15em;margin-bottom:1.5rem;border:2px solid rgba(255,255,255,.5);animation:fadeInUp .8s ease-out;box-shadow:0 8px 32px #00000026}.carousel-title{font-size:clamp(2rem,6vw,5rem);font-weight:900;margin-bottom:1.5rem;text-shadow:0 10px 40px rgba(0,0,0,.4);letter-spacing:-.05em;animation:fadeInUp .8s ease-out .1s backwards;line-height:1.1;color:#fff}.carousel-subtitle{font-size:clamp(1rem,3vw,1.5rem);font-weight:400;opacity:.95;animation:fadeInUp .8s ease-out .2s backwards;text-shadow:0 4px 20px rgba(0,0,0,.5);color:#fffffff2;letter-spacing:.01em;max-width:90%;margin:0 auto}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:2px solid rgba(255,255,255,.5);color:#fff;width:clamp(48px,5vw,60px);height:clamp(48px,5vw,60px);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:12}.carousel-btn.prev{left:clamp(1rem,3vw,2rem)}.carousel-btn.next{right:clamp(1rem,3vw,2rem)}.carousel-btn:hover{background:#fff6;border-color:#fff;transform:translateY(-50%) scale(1.12);box-shadow:0 12px 32px #fff6}.carousel-dots{position:absolute;bottom:clamp(1rem,3vw,2rem);left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:12}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.dot.active{background:#fff;width:clamp(24px,4vw,36px);border-radius:10px;box-shadow:0 0 25px #fffc}.search-card{position:absolute;bottom:clamp(2%,3vw,4%);left:50%;transform:translate(-50%);background:linear-gradient(135deg,#fffffff2,#fff7edf2);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px;padding:clamp(.625rem,1.2vw,.875rem) clamp(.875rem,1.8vw,1.25rem);box-shadow:0 20px 60px #0891b259;width:90%;max-width:700px;z-index:10;border:2px solid rgba(249,115,22,.3);overflow:hidden}@media (max-width: 768px){.search-card{max-width:85%;padding:clamp(.375rem,.8vw,.5rem) clamp(.625rem,1.2vw,.875rem);bottom:clamp(6%,5vw,8%);border-radius:16px}}@media (max-width: 480px){.search-card{max-width:80%;padding:clamp(.25rem,.6vw,.375rem) clamp(.5rem,1vw,.625rem);bottom:clamp(5%,4vw,6%);border-radius:12px}.form-row{gap:.25rem}.input-wrapper{border-radius:6px;padding:.25rem .5rem;border:1px solid #bfdbfe}input{font-size:.75rem}.input-icon{width:16px;height:16px}.search-btn{padding:.25rem .5rem;font-size:.75rem;border-radius:6px}.carousel-title{font-size:1.5rem}.carousel-subtitle{font-size:.9rem}.carousel-badge{padding:.5rem 1rem;font-size:.7rem}}.search-header{text-align:center;margin-bottom:.75rem}.search-header h2{font-size:clamp(.875rem,2vw,1rem);font-weight:800;color:#1e293b;margin-bottom:.375rem;letter-spacing:-.03em}.search-header p{color:#64748b;font-size:clamp(.625rem,1.5vw,.75rem)}.search-form{display:flex;flex-direction:column}.form-row{display:grid;grid-template-columns:2fr 1.25fr auto;gap:clamp(.375rem,1vw,.5rem);align-items:center}@media (max-width: 768px){.form-row{grid-template-columns:1fr;gap:.375rem}}.input-group{position:relative;width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.input-wrapper{position:relative;display:flex;align-items:center;background:linear-gradient(135deg,#dbeafe,#ecfdf5);border-radius:10px;padding:clamp(.25rem,.8vw,.5rem) clamp(.375rem,1vw,.625rem);border:2px solid #bfdbfe;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}@media (max-width: 768px){.input-wrapper{border-radius:8px;padding:clamp(.2rem,.6vw,.375rem) clamp(.3rem,.8vw,.5rem)}}.input-wrapper:focus-within{border-color:#0891b2;background:linear-gradient(135deg,#dbeafecc,#ecfdf5cc);box-shadow:0 0 0 3px #0891b233}.input-icon{color:#0891b2;margin-right:.375rem;flex-shrink:0;width:clamp(14px,1.8vw,16px);height:clamp(14px,1.8vw,16px)}input{border:none;background:transparent;flex:1;outline:none;font-size:clamp(.625rem,1.5vw,.75rem);color:#1e293b;font-weight:500;width:100%;min-width:0}input::placeholder{color:#94a3b8;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:400}.search-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;background:linear-gradient(135deg,#f97316,#f43f5e);color:#fff;border:none;padding:clamp(.375rem,1vw,.5rem) clamp(.75rem,1.5vw,1rem);border-radius:10px;font-weight:700;font-size:clamp(.625rem,1.5vw,.75rem);cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 15px #f9731673;white-space:nowrap}.search-btn:hover{background:linear-gradient(135deg,#fb923c,#f97316);transform:translateY(-2px);box-shadow:0 10px 25px #f9731699}@media (max-width: 768px){.search-btn{width:100%}}.destinations-section,.packages-section,.themes-section,.why-section,.testimonials-section,.blog-section,.cta-section{padding:clamp(3rem,6vw,6rem) clamp(1rem,3vw,2rem);max-width:1520px;margin:0 auto;width:100%}@media (max-width: 768px){.destinations-section,.packages-section,.themes-section,.why-section,.testimonials-section,.blog-section,.cta-section{padding:clamp(2rem,5vw,4rem) clamp(.75rem,2vw,1.5rem)}}.testimonials-section{background:linear-gradient(135deg,#ecfdf5,#f0f9ff,#fef3c7);position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(6,182,212,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none}.testimonials-section:after{content:"";position:absolute;bottom:-40%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(249,115,22,.12) 0%,transparent 70%);border-radius:50%;pointer-events:none}.testimonials-section .section-header{position:relative;z-index:2}.testimonials-container{max-width:1400px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1.5rem,3vw,3rem);border-radius:32px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.testimonials-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}@media (max-width: 1024px){.testimonials-container{padding:clamp(2rem,4vw,3rem) clamp(1.25rem,2.5vw,2rem);border-radius:28px}}@media (max-width: 768px){.testimonials-container{padding:clamp(1.5rem,3vw,2.5rem) clamp(1rem,2vw,1.5rem);border-radius:24px;box-shadow:0 10px 40px #0891b240}}@media (max-width: 480px){.testimonials-container{padding:clamp(1.25rem,2.5vw,2rem) clamp(.875rem,1.5vw,1.25rem);border-radius:20px}}.elfsight-app-c99f0272-00e3-41ef-8033-3d7f6155d682{width:100%;min-height:400px;position:relative}@media (max-width: 768px){.elfsight-app-c99f0272-00e3-41ef-8033-3d7f6155d682{min-height:350px}}@media (max-width: 480px){.elfsight-app-c99f0272-00e3-41ef-8033-3d7f6155d682{min-height:300px}}.eapps-google-reviews-badge{background:linear-gradient(135deg,#fefefe,#dbeafecc)!important;border-radius:20px!important;padding:1.5rem!important;box-shadow:0 4px 20px #0891b233!important;border:2px solid rgba(6,182,212,.2)!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}.eapps-google-reviews-badge:hover{transform:translateY(-4px)!important;box-shadow:0 10px 40px #0891b240,0 0 30px #06b6d44d!important;border-color:#06b6d466!important}.eapps-google-reviews-reviews-item{background:linear-gradient(135deg,#fff,#ecfdf580)!important;border-radius:24px!important;padding:clamp(1.25rem,2.5vw,1.75rem)!important;margin-bottom:1.5rem!important;box-shadow:0 4px 20px #00000014!important;border:2px solid rgba(20,184,166,.2)!important;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important}.eapps-google-reviews-reviews-item:hover{transform:translateY(-6px) scale(1.01)!important;box-shadow:0 10px 40px #0891b240,0 0 40px #14b8a640!important;border-color:#14b8a6!important}@media (max-width: 768px){.eapps-google-reviews-reviews-item{padding:clamp(1rem,2vw,1.5rem)!important;margin-bottom:1.25rem!important;border-radius:20px!important}}.eapps-google-reviews-name{font-weight:800!important;font-size:clamp(1.125rem,2.5vw,1.375rem)!important;background:linear-gradient(135deg,#0e7490,#f97316)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;letter-spacing:-.03em!important;margin-bottom:.5rem!important}.eapps-google-reviews-date,.eapps-google-reviews-business-location{color:#64748b!important;font-size:clamp(.8125rem,1.8vw,.9375rem)!important;font-weight:500!important;margin-bottom:.75rem!important}.eapps-google-reviews-rating{margin:.75rem 0!important;display:flex!important;align-items:center!important;gap:.375rem!important}.eapps-google-reviews-star{color:#f59e0b!important;font-size:1.125rem!important;filter:drop-shadow(0 2px 4px rgba(245,158,11,.3))!important}.eapps-google-reviews-text{color:#475569!important;font-size:clamp(.9375rem,2vw,1.0625rem)!important;line-height:1.75!important;font-weight:400!important;font-style:italic!important;margin-top:1rem!important;padding:1rem 0!important;border-top:2px solid rgba(20,184,166,.15)!important;position:relative!important}.eapps-google-reviews-text:before{content:'"';position:absolute;top:-.25rem;left:-.5rem;font-size:3rem;color:#0891b226;font-family:Georgia,serif;line-height:1}.eapps-google-reviews-avatar{width:clamp(56px,7vw,72px)!important;height:clamp(56px,7vw,72px)!important;border-radius:50%!important;border:3px solid #0891b2!important;box-shadow:0 4px 16px #0891b259!important;object-fit:cover!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}.eapps-google-reviews-avatar:hover{transform:scale(1.08)!important;border-color:#f97316!important;box-shadow:0 6px 24px #f9731666!important}.eapps-google-reviews-header{display:flex!important;align-items:center!important;gap:1.25rem!important;margin-bottom:1.25rem!important;padding-bottom:1rem!important;border-bottom:2px solid rgba(20,184,166,.15)!important}.eapps-google-reviews-business-logo{width:clamp(44px,6vw,56px)!important;height:clamp(44px,6vw,56px)!important;border-radius:14px!important;box-shadow:0 1px 3px #0891b226!important}.eapps-google-reviews-business-name{font-size:clamp(1.0625rem,2.2vw,1.25rem)!important;font-weight:700!important;color:#1e293b!important}.eapps-google-reviews-business-rating{display:flex!important;align-items:center!important;gap:.5rem!important;font-size:clamp(.9375rem,2vw,1.0625rem)!important;font-weight:700!important;color:#f59e0b!important;padding:.5rem 1rem!important;background:linear-gradient(135deg,#f59e0b26,#fb923c26)!important;border-radius:50px!important;border:2px solid rgba(245,158,11,.3)!important}.eapps-google-reviews-more{display:inline-flex!important;align-items:center!important;gap:.5rem!important;padding:.875rem 1.75rem!important;background:linear-gradient(135deg,#f97316,#f43f5e)!important;color:#fff!important;border:none!important;border-radius:50px!important;font-weight:700!important;font-size:clamp(.875rem,2vw,1rem)!important;cursor:pointer!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 6px 20px #f9731666!important;text-decoration:none!important;margin:2rem auto 0!important;display:block!important;width:fit-content!important}.eapps-google-reviews-more:hover{background:linear-gradient(135deg,#fb923c,#f97316)!important;transform:translateY(-3px)!important;box-shadow:0 10px 30px #fb923c80!important}.eapps-google-reviews-load-more{text-align:center!important;margin-top:2.5rem!important}.eapps-google-reviews-slider-navigation button{background:#fffffff2!important;border:2px solid rgba(8,145,178,.3)!important;color:#0891b2!important;width:clamp(44px,5vw,56px)!important;height:clamp(44px,5vw,56px)!important;border-radius:50%!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 20px #0891b233!important}.eapps-google-reviews-slider-navigation button:hover{background:#0891b2!important;color:#fff!important;border-color:#0891b2!important;transform:scale(1.12)!important;box-shadow:0 10px 40px #0891b240,0 0 25px #0891b280!important}.eapps-google-reviews-loader{border-top-color:#0891b2!important;border-right-color:#f97316!important}@keyframes reviewFadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.eapps-google-reviews-reviews-item{animation:reviewFadeIn .6s ease-out backwards!important;animation-delay:calc(var(--review-index, 0) * .1s)!important}@media (max-width: 768px){.eapps-google-reviews-reviews-item{padding:clamp(1rem,2vw,1.25rem)!important}.eapps-google-reviews-header{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.eapps-google-reviews-avatar{width:52px!important;height:52px!important}}@media (max-width: 480px){.eapps-google-reviews-name{font-size:1rem!important}.eapps-google-reviews-text{font-size:.875rem!important;line-height:1.65!important}.eapps-google-reviews-more{width:100%!important;justify-content:center!important}}.section-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.section-badge{display:inline-block;padding:.625rem 1.5rem;background:linear-gradient(135deg,#f9731633,#f43f5e33);color:#f97316;border-radius:50px;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:700;letter-spacing:.15em;margin-bottom:1rem;border:2px solid rgba(249,115,22,.4)}.section-badge.light{background:#ffffff4d;color:#fff;border-color:#fff9}.section-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem;letter-spacing:-.05em;line-height:1.15}.section-subtitle{font-size:clamp(.875rem,2vw,1.125rem);color:#475569;max-width:680px;margin:0 auto;line-height:1.7;font-weight:500}.destinations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:0}.destination-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;animation:slideUp .6s ease-out backwards;animation-delay:calc(var(--index) * .08s);border:1px solid rgba(0,0,0,.06)}.destination-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #06b6d440;border-color:#06b6d44d}.card-image-container{position:relative;height:250px;overflow:hidden;background:#f0f9ff}.card-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s ease;background:linear-gradient(135deg,#f0f9ff,#ecfdf5)}.destination-card:hover .card-image{transform:scale(1.05)}@media (max-width: 768px){.card-image-container{height:180px}}@media (max-width: 480px){.card-image-container{height:220px}}.image-gradient{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);pointer-events:none}.category-badge{position:absolute;top:12px;left:12px;padding:6px 14px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#0891b2;font-size:.7rem;font-weight:800;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #00000026}.duration-badge{position:absolute;top:12px;right:12px;padding:6px 12px;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:.7rem;font-weight:700;border-radius:20px;display:flex;align-items:center;gap:4px}.duration-badge svg{opacity:.9}.card-body{padding:1.25rem}.destination-name{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 .5rem;line-height:1.3}.destination-desc{font-size:.85rem;color:#64748b;margin:0 0 1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-stats{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.stat-rating{display:flex;align-items:center;gap:6px;color:#f59e0b;font-size:.875rem;font-weight:700}.stat-rating svg{color:#f59e0b}.review-count{color:#94a3b8;font-weight:600;margin-left:2px}.card-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.price-info{display:flex;flex-direction:column;gap:2px}.from-text{font-size:.7rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.price-amount{font-size:1.5rem;font-weight:900;color:#0891b2;line-height:1}.explore-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#0891b2,#14b8a6);color:#fff!important;border:none;border-radius:25px;font-size:.85rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease;box-shadow:0 4px 16px #0891b24d}.explore-btn:hover{transform:translate(4px);box-shadow:0 6px 24px #0891b273}.explore-btn svg{transition:transform .3s ease}.explore-btn:hover svg{transform:translate(3px)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.destinations-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}}@media (max-width: 768px){.destinations-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.card-image-container{height:180px}.card-body{padding:1rem}.destination-name{font-size:1.1rem}}@media (max-width: 480px){.destinations-grid{grid-template-columns:1fr;gap:1.25rem}.card-image-container{height:220px}.card-actions{flex-direction:column;align-items:stretch}.explore-btn{width:100%;justify-content:center}.price-info{align-items:center}}.view-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#14b8a6,#0891b2);color:#fff;border:none;border-radius:50px;font-weight:800;font-size:clamp(.85rem,1.9vw,.95rem);cursor:pointer;transition:all .5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 28px #06b6d473;text-transform:uppercase;letter-spacing:.08em;position:relative;overflow:hidden}.view-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.view-btn:hover:before{width:300px;height:300px}.view-btn:hover{transform:scale(1.08);box-shadow:0 16px 40px #06b6d4a6}.view-btn svg{transition:transform .5s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:1}.view-btn:hover svg{transform:translate(6px)}.view-btn span{position:relative;z-index:1}@media (max-width: 1024px){.destinations-grid{grid-template-columns:repeat(auto-fill,minmax(clamp(260px,35vw,340px),1fr));gap:clamp(1.25rem,2.5vw,2rem)}}@media (max-width: 768px){.destinations-grid{grid-template-columns:repeat(auto-fill,minmax(clamp(240px,42vw,320px),1fr));gap:1.25rem}.card-category-badge{top:1rem;right:1rem;padding:.6rem 1.4rem}.destination-card.enhanced .card-image{height:clamp(180px,28vw,240px)}.destination-card.enhanced:hover{transform:translateY(-12px) scale(1.02)}}@media (max-width: 480px){.destinations-grid{grid-template-columns:1fr;gap:1.5rem}.card-category-badge{top:.875rem;right:.875rem;padding:.5rem 1.2rem}.destination-card.enhanced .card-image{height:clamp(200px,48vw,280px)}.card-footer{flex-direction:column;align-items:stretch;gap:1rem}.view-btn{width:100%;justify-content:center}}.view-btn:hover{background:linear-gradient(135deg,#06b6d4,#0891b2);transform:translateY(-2px);box-shadow:0 10px 25px #06b6d480}.themes-section{background:linear-gradient(135deg,#fff7ed,#fed7aa,#fce7f3)}.themes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(150px,100%),1fr));gap:clamp(1rem,2vw,1.5rem)}@media (max-width: 1024px){.themes-grid{grid-template-columns:repeat(auto-fit,minmax(min(140px,100%),1fr))}}@media (max-width: 768px){.themes-grid{grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr))}}.theme-card{position:relative;background:#fefefe;border-radius:28px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);border:3px solid rgba(253,224,71,.5);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--index) * .08s);display:flex;flex-direction:column;align-items:center;min-height:clamp(180px,20vw,200px)}.theme-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .7s cubic-bezier(.4,0,.2,1)}.theme-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0891b2e0,#f97316e0);transition:all .4s cubic-bezier(.4,0,.2,1)}.theme-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:clamp(1.5rem,3vw,2rem) clamp(1rem,2vw,1.5rem);height:100%;width:100%}.theme-card:hover .theme-bg{transform:scale(1.12)}.theme-card:hover .theme-overlay{background:linear-gradient(135deg,#06b6d4d9,#fb923cd9)}.theme-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0891b259,0 0 50px #f9731680;border-color:#f97316b3}.theme-card.active{border-color:#f97316;box-shadow:0 20px 60px #0891b259,0 0 50px #f9731680}.theme-card.active .theme-overlay{background:linear-gradient(135deg,#06b6d4d1,#fb923cd1)}.theme-icon{width:clamp(48px,6vw,60px);height:clamp(48px,6vw,60px);background:#ffffff59;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .4s cubic-bezier(.4,0,.2,1);border:3px solid rgba(255,255,255,.6)}.theme-card:hover .theme-icon{transform:scale(1.15) rotate(6deg);background:#ffffff73;border-color:#fff}.theme-title{font-size:clamp(1rem,2vw,1.25rem);font-weight:800;color:#fff;margin:0;text-shadow:0 3px 15px rgba(0,0,0,.4);letter-spacing:-.02em}.packages-grid,.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:clamp(1.5rem,3vw,2rem)}@media (max-width: 480px){.packages-grid,.blog-grid{grid-template-columns:1fr}}.package-card,.blog-card{background:linear-gradient(135deg,#fefefe,#fff7ed);border-radius:28px;overflow:hidden;box-shadow:0 4px 20px #0891b233;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--index) * .08s);position:relative;border:3px solid rgba(254,215,170,.6);cursor:pointer;display:flex;flex-direction:column}.package-card:hover,.blog-card:hover{transform:translateY(-12px);box-shadow:0 20px 60px #0891b259,0 0 50px #f9731680;border-color:#fb923c}.package-image-wrapper,.blog-image-wrapper{position:relative;overflow:hidden}.package-image,.blog-image{height:clamp(200px,25vw,240px);background-size:cover;background-position:center;transition:transform .7s cubic-bezier(.4,0,.2,1)}.package-card:hover .package-image,.blog-card:hover .blog-image{transform:scale(1.1)}.package-badge,.blog-category{position:absolute;top:1rem;right:1rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#f43f5e,#c026d3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-size:clamp(.625rem,1.5vw,.75rem);font-weight:700;border-radius:50px;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 6px 20px #f43f5e80}.package-content,.blog-content{padding:clamp(1.5rem,3vw,2rem);flex:1;display:flex;flex-direction:column;background:linear-gradient(135deg,#fff7edcc,#fed7aa80)}.package-title,.blog-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:800;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem;letter-spacing:-.03em;line-height:1.3}.package-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-weight:600;font-size:clamp(.875rem,2vw,.9375rem)}.meta-item.rating{color:#f59e0b}.meta-item.rating span{color:#1e293b}.package-highlights{list-style:none;margin-bottom:1.25rem;flex:1}.package-highlights li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#475569;font-size:clamp(.875rem,2vw,.9375rem);line-height:1.6}.package-highlights li svg{color:#0891b2;flex-shrink:0}.package-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;padding-top:1rem;border-top:3px solid rgba(254,215,170,.6)}.package-price{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:900;color:#0891b2;letter-spacing:-.03em}.book-btn,.read-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#f97316,#f43f5e);color:#fff;border:none;padding:clamp(.75rem,2vw,.875rem) clamp(1.25rem,2.5vw,1.5rem);border-radius:14px;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:clamp(.875rem,2vw,.9375rem);white-space:nowrap;box-shadow:0 6px 20px #f9731666}.book-btn:hover,.read-btn:hover{background:linear-gradient(135deg,#fb923c,#f97316);transform:translateY(-2px);box-shadow:0 10px 30px #fb923c80}.blog-date{font-size:clamp(.75rem,1.5vw,.875rem);color:#64748b;margin-bottom:.75rem;font-weight:600}.blog-excerpt{color:#475569;margin-bottom:1.25rem;line-height:1.7;font-size:clamp(.875rem,2vw,1rem);flex:1}.read-btn{width:100%}.why-section{background:linear-gradient(135deg,#fce7f3,#dbeafe,#ecfdf5)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:clamp(1.5rem,3vw,2rem)}@media (max-width: 640px){.why-grid{grid-template-columns:1fr}}.why-card{position:relative;background:linear-gradient(135deg,#fefefe,#fce7f399);border-radius:32px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:3px solid rgba(244,63,94,.3);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--index) * .08s);display:flex;flex-direction:column;min-height:clamp(350px,40vw,380px);box-shadow:0 4px 20px #0891b233}.why-card:hover{transform:translateY(-12px);box-shadow:0 20px 60px #0891b259,0 0 50px #06b6d480;border-color:#06b6d4}.why-image{position:relative;height:clamp(150px,20vw,170px);background-size:cover;background-position:center;transition:transform .7s cubic-bezier(.4,0,.2,1)}.why-card:hover .why-image{transform:scale(1.1)}.why-card:before{content:"";position:absolute;top:0;left:0;right:0;height:clamp(150px,20vw,170px);background:linear-gradient(to bottom,transparent 0%,rgba(254,254,254,.95) 100%);z-index:1;pointer-events:none}.why-content-wrapper{position:relative;padding:clamp(1.5rem,3vw,2rem);flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.why-icon-wrapper{width:clamp(72px,8vw,88px);height:clamp(72px,8vw,88px);background:linear-gradient(135deg,#fefefe,#dbeafe);border-radius:26px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;margin-top:-50px;transition:all .4s cubic-bezier(.4,0,.2,1);border:3px solid var(--icon-color, #0891b2);box-shadow:0 10px 40px #0891b240;z-index:2}.why-icon-wrapper svg{color:var(--icon-color, #0891b2)}.why-card:hover .why-icon-wrapper{transform:scale(1.12) rotate(6deg);box-shadow:0 20px 60px #0891b259,0 0 30px var(--icon-color, #0891b2);background:linear-gradient(135deg,#fff,#dbeafe)}.why-content{flex:1;display:flex;flex-direction:column;align-items:center}.why-title{font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:800;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.75rem;letter-spacing:-.03em}.why-desc{color:#475569;font-size:clamp(.875rem,2vw,1rem);line-height:1.7;margin-bottom:1.25rem}.why-stat{display:inline-flex;padding:.625rem 1.25rem;background:linear-gradient(135deg,#f9731640,#f43f5e40);border:2px solid rgba(249,115,22,.5);border-radius:50px;color:#f97316;font-weight:700;font-size:clamp(.875rem,2vw,.9375rem);letter-spacing:.03em;margin-top:auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:clamp(1.5rem,3vw,2rem)}@media (max-width: 640px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:linear-gradient(135deg,#fefefe,#ecfdf599);border-radius:28px;padding:clamp(1.5rem,3vw,2rem);box-shadow:0 4px 20px #0891b233;transition:all .4s cubic-bezier(.4,0,.2,1);border:3px solid rgba(20,184,166,.3);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--index) * .08s);display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px #0891b240,0 0 50px #06b6d480;border-color:#14b8a6}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.testimonial-photo{width:clamp(48px,6vw,60px);height:clamp(48px,6vw,60px);border-radius:50%;object-fit:cover;border:3px solid #0891b2;box-shadow:0 0 25px #0891b280;flex-shrink:0}.testimonial-info{flex:1}.testimonial-name{font-size:clamp(1rem,2vw,1.25rem);font-weight:800;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.25rem;letter-spacing:-.03em}.testimonial-location{font-size:clamp(.875rem,2vw,.9375rem);color:#64748b;font-weight:500}.testimonial-rating{display:flex;gap:.375rem;margin-bottom:1rem;color:#f59e0b}.testimonial-review{font-style:italic;color:#475569;font-size:clamp(.875rem,2vw,1rem);line-height:1.75;flex:1}.cta-section{background:linear-gradient(135deg,#0891b2,#f97316,#f43f5e);color:#fff;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.15)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');opacity:.6;pointer-events:none}.cta-content{position:relative;z-index:1}.cta-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));gap:clamp(.75rem,2vw,1rem);max-width:950px;margin:2.5rem auto 0}@media (max-width: 640px){.cta-form{grid-template-columns:1fr}}.cta-form .input-group{position:relative}.form-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#f97316;z-index:2}.cta-input{background:#fffffff2;border:2px solid rgba(255,255,255,.5);border-radius:14px;padding:clamp(.75rem,2vw,.875rem) clamp(.75rem,2vw,1rem) clamp(.75rem,2vw,.875rem) 2.5rem;font-size:clamp(.875rem,2vw,.9375rem);font-weight:500;color:#1e293b;width:100%;transition:all .4s cubic-bezier(.4,0,.2,1)}.cta-input::placeholder{color:#94a3b8}.cta-input:focus{border-color:#fff;background:#fff;box-shadow:0 0 0 4px #ffffff4d}.cta-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#fff,#fefefe);color:#0e7490;border:none;padding:clamp(.75rem,2vw,.875rem) clamp(1.5rem,3vw,2rem);border-radius:14px;font-weight:700;font-size:clamp(.875rem,2vw,.9375rem);cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #ffffff73;white-space:nowrap}.cta-btn:hover{background:linear-gradient(135deg,#fefefe,#fff);transform:translateY(-3px);box-shadow:0 15px 40px #fff9;color:#0891b2}.footer{background:linear-gradient(135deg,#0f172a,#0e7490);color:#fff;padding:clamp(3rem,6vw,4rem) clamp(1rem,3vw,2rem);width:100%}.footer-content{max-width:1520px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:clamp(1.5rem,3vw,2rem)}@media (max-width: 640px){.footer-content{grid-template-columns:1fr}}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:800;margin-bottom:1rem}.footer-logo svg{color:#f97316}.footer-section p{font-size:clamp(.875rem,2vw,.9375rem);color:#94a3b8;line-height:1.7}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social a{color:#94a3b8;transition:all .25s ease}.footer-social a:hover{color:#f97316;transform:scale(1.2)}.footer-section h4{font-size:clamp(1rem,2vw,1.125rem);font-weight:700;margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#94a3b8;font-size:clamp(.875rem,2vw,.9375rem);text-decoration:none;transition:all .25s ease}.footer-section ul li a:hover{color:#f97316}.contact-list li{display:flex;align-items:center;gap:.75rem;color:#94a3b8;font-size:clamp(.875rem,2vw,.9375rem)}.contact-list li svg{color:#f97316}.newsletter{display:flex;gap:.5rem}.newsletter input{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:14px;padding:clamp(.75rem,2vw,.875rem);color:#fff;font-size:clamp(.875rem,2vw,.9375rem)}.newsletter input::placeholder{color:#94a3b8}.newsletter button{background:#f97316;border:none;padding:clamp(.75rem,2vw,.875rem);border-radius:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.newsletter button:hover{background:#fb923c;transform:scale(1.1)}.footer-bottom{text-align:center;margin-top:clamp(2rem,4vw,3rem);padding-top:clamp(1rem,2vw,1.5rem);border-top:1px solid rgba(255,255,255,.2)}.footer-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.footer-links a{color:#64748b;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#f97316}.footer-bottom p{font-size:clamp(.75rem,1.5vw,.875rem);color:#94a3b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.contact-page{width:100%;background:linear-gradient(180deg,#fef3c7,#fff7ed,#fce7f3 40%,#dbeafe,#ecfdf5);overflow-x:hidden}.contact-hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 1024px){.contact-hero{height:70vh}}@media (max-width: 768px){.contact-hero{height:60vh}}@media (max-width: 480px){.contact-hero{height:60vh}}@media (max-width: 360px){.contact-hero{height:60vh}}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0891b2d9,#f97316cc)}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 1.5rem;animation:fadeInUp .8s ease-out;width:100%;box-sizing:border-box}@media (max-width: 768px){.hero-content{padding:0 1rem;max-width:95%}}@media (max-width: 480px){.hero-content{padding:0 .75rem;max-width:100%}}@media (max-width: 360px){.hero-content{padding:0 .5rem}}.hero-badge{display:inline-block;padding:.75rem 2rem;background:#ffffff4d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:50px;font-size:.875rem;font-weight:700;letter-spacing:.15em;margin-bottom:1.5rem;border:2px solid rgba(255,255,255,.5);color:#fff}@media (max-width: 768px){.hero-badge{padding:.625rem 1.5rem;font-size:.8125rem;margin-bottom:1.25rem}}@media (max-width: 480px){.hero-badge{padding:.5rem 1.25rem;font-size:.75rem;margin-bottom:1rem}}@media (max-width: 360px){.hero-badge{padding:.375rem 1rem;font-size:.6875rem;margin-bottom:.75rem}}.hero-title{font-size:4rem;font-weight:900;color:#fff;margin-bottom:1.25rem;letter-spacing:-.05em;line-height:1.1;text-shadow:0 10px 40px rgba(0,0,0,.3);overflow-wrap:break-word}@media (max-width: 1024px){.hero-title{font-size:3.25rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem;margin-bottom:1rem}}@media (max-width: 480px){.hero-title{font-size:2rem;margin-bottom:.875rem}}@media (max-width: 360px){.hero-title{font-size:1.75rem;margin-bottom:.75rem}}.hero-subtitle{font-size:1.25rem;color:#fffffff2;line-height:1.8;max-width:80%;margin:0 auto}@media (max-width: 1024px){.hero-subtitle{font-size:1.125rem}}@media (max-width: 768px){.hero-subtitle{font-size:1rem;max-width:90%}}@media (max-width: 480px){.hero-subtitle{font-size:.9375rem;max-width:95%}}@media (max-width: 360px){.hero-subtitle{font-size:.875rem;max-width:100%}}.contact-us{padding:6.5rem 0;position:relative}@media (max-width: 1024px){.contact-us{padding:5rem 0}}@media (max-width: 768px){.contact-us{padding:4rem 0}}@media (max-width: 480px){.contact-us{padding:3rem 0}}@media (max-width: 360px){.contact-us{padding:2.5rem 0}}.contact-container{max-width:1520px;margin:0 auto;padding:0 2.5rem}@media (max-width: 1024px){.contact-container{padding:0 2rem}}@media (max-width: 768px){.contact-container{padding:0 1.5rem}}@media (max-width: 480px){.contact-container{padding:0 1rem}}@media (max-width: 360px){.contact-container{padding:0 .75rem}}.contact-content{display:grid;grid-template-columns:420px 1fr;gap:3rem}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:2.5rem}}@media (max-width: 768px){.contact-content{gap:2rem}}@media (max-width: 480px){.contact-content{gap:1.5rem}}@media (max-width: 360px){.contact-content{gap:1.25rem}}.contact-sidebar{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.contact-sidebar{gap:1.5rem}}@media (max-width: 480px){.contact-sidebar{gap:1.25rem}}@media (max-width: 360px){.contact-sidebar{gap:1rem}}.contact-info-card{background:linear-gradient(135deg,#fefefe,#dbeafe);border-radius:32px;padding:3rem;box-shadow:0 10px 40px #0891b240;border:3px solid #bfdbfe;animation:fadeInLeft .8s ease-out}@media (max-width: 1024px){.contact-info-card{padding:2.5rem;border-radius:24px}}@media (max-width: 768px){.contact-info-card{padding:2rem;border-radius:20px}}@media (max-width: 480px){.contact-info-card{padding:1.5rem;border-radius:16px}}@media (max-width: 360px){.contact-info-card{padding:1.25rem;border-radius:12px}}.info-card-title{font-size:2rem;font-weight:900;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.03em}@media (max-width: 768px){.info-card-title{font-size:1.75rem;margin-bottom:.625rem}}@media (max-width: 480px){.info-card-title{font-size:1.5rem;margin-bottom:.5rem}}@media (max-width: 360px){.info-card-title{font-size:1.375rem;margin-bottom:.375rem}}.info-card-subtitle{font-size:1.0625rem;color:#475569;margin-bottom:2rem;line-height:1.7}@media (max-width: 768px){.info-card-subtitle{font-size:1rem;margin-bottom:1.5rem}}@media (max-width: 480px){.info-card-subtitle{font-size:.9375rem;margin-bottom:1.25rem}}@media (max-width: 360px){.info-card-subtitle{font-size:.875rem;margin-bottom:1rem}}.contact-info{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.contact-info{gap:1.5rem}}@media (max-width: 480px){.contact-info{gap:1.25rem}}@media (max-width: 360px){.contact-info{gap:1rem}}.info-item{display:flex;gap:1.25rem;padding:1.5rem;background:linear-gradient(135deg,#06b6d41a,#f973161a);border-radius:20px;border:2px solid rgba(6,182,212,.2);transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.info-item{padding:1.25rem;border-radius:16px;gap:1rem}}@media (max-width: 480px){.info-item{padding:1rem;border-radius:12px;gap:.75rem}}@media (max-width: 360px){.info-item{padding:.75rem;border-radius:10px;gap:.5rem}}.info-item:hover{transform:translate(8px);border-color:#06b6d4;box-shadow:0 8px 24px #06b6d44d}@media (max-width: 768px){.info-item:hover{transform:translate(6px)}}@media (max-width: 480px){.info-item:hover{transform:translate(4px)}}.info-icon{width:56px;height:56px;background:linear-gradient(135deg,#0891b2,#14b8a6);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 20px #0891b266}@media (max-width: 768px){.info-icon{width:48px;height:48px;border-radius:12px}}@media (max-width: 480px){.info-icon{width:40px;height:40px;border-radius:10px}.info-icon svg{width:20px;height:20px}}@media (max-width: 360px){.info-icon{width:36px;height:36px;border-radius:8px}.info-icon svg{width:18px;height:18px}}.info-item h4{font-size:1.125rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;letter-spacing:-.02em}@media (max-width: 768px){.info-item h4{font-size:1rem;margin-bottom:.375rem}}@media (max-width: 480px){.info-item h4{font-size:.9375rem;margin-bottom:.25rem}}@media (max-width: 360px){.info-item h4{font-size:.875rem;margin-bottom:.2rem}}.info-item p{color:#475569;font-size:.9375rem;line-height:1.7;font-weight:500}@media (max-width: 768px){.info-item p{font-size:.875rem}}@media (max-width: 480px){.info-item p{font-size:.8125rem}}@media (max-width: 360px){.info-item p{font-size:.75rem;line-height:1.6}}.social-card{background:linear-gradient(135deg,#fff7ed,#fed7aa);border-radius:28px;padding:2.5rem;box-shadow:0 4px 20px #0891b233;border:3px solid rgba(254,215,170,.6);animation:fadeInLeft .8s ease-out .2s backwards}@media (max-width: 1024px){.social-card{padding:2rem;border-radius:24px}}@media (max-width: 768px){.social-card{padding:1.75rem;border-radius:20px}}@media (max-width: 480px){.social-card{padding:1.5rem;border-radius:16px}}@media (max-width: 360px){.social-card{padding:1.25rem;border-radius:12px}}.social-title{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;letter-spacing:-.03em}@media (max-width: 768px){.social-title{font-size:1.375rem;margin-bottom:1.25rem}}@media (max-width: 480px){.social-title{font-size:1.25rem;margin-bottom:1rem}}@media (max-width: 360px){.social-title{font-size:1.125rem;margin-bottom:.75rem}}.social-links{display:flex;gap:1rem}@media (max-width: 480px){.social-links{gap:.75rem}}@media (max-width: 360px){.social-links{gap:.5rem}}.social-link{width:52px;height:52px;background:linear-gradient(135deg,#0891b2,#14b8a6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #0891b24d}@media (max-width: 768px){.social-link{width:48px;height:48px}}@media (max-width: 480px){.social-link{width:40px;height:40px}.social-link svg{width:18px;height:18px}}@media (max-width: 360px){.social-link{width:36px;height:36px}.social-link svg{width:16px;height:16px}}.social-link:hover{transform:translateY(-5px);box-shadow:0 8px 24px #06b6d480,0 0 50px #06b6d480}@media (max-width: 768px){.social-link:hover{transform:translateY(-4px)}}@media (max-width: 480px){.social-link:hover{transform:translateY(-3px)}}.contact-form-wrapper{animation:fadeInRight .8s ease-out}.contact-form{display:flex;flex-direction:column;gap:2rem;padding:3rem;background:linear-gradient(135deg,#fefefe,#ecfdf599);border-radius:32px;box-shadow:0 10px 40px #0891b240;border:3px solid rgba(20,184,166,.3)}@media (max-width: 1024px){.contact-form{padding:2.5rem;border-radius:24px}}@media (max-width: 768px){.contact-form{padding:2rem;border-radius:20px}}@media (max-width: 480px){.contact-form{padding:1.5rem;border-radius:16px}}@media (max-width: 360px){.contact-form{padding:1.25rem;border-radius:12px}}.form-header{text-align:center;margin-bottom:1.5rem}@media (max-width: 768px){.form-header{margin-bottom:1.25rem}}@media (max-width: 480px){.form-header{margin-bottom:1rem}}@media (max-width: 360px){.form-header{margin-bottom:.75rem}}.form-header svg{color:#0891b2;margin-bottom:1rem}@media (max-width: 768px){.form-header svg{width:28px;height:28px;margin-bottom:.75rem}}@media (max-width: 480px){.form-header svg{width:24px;height:24px;margin-bottom:.5rem}}@media (max-width: 360px){.form-header svg{width:20px;height:20px;margin-bottom:.375rem}}.form-header h3{font-size:2rem;font-weight:900;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.03em}@media (max-width: 768px){.form-header h3{font-size:1.75rem;margin-bottom:.625rem}}@media (max-width: 480px){.form-header h3{font-size:1.5rem;margin-bottom:.5rem}}@media (max-width: 360px){.form-header h3{font-size:1.375rem;margin-bottom:.375rem}}.form-header p{font-size:1rem;color:#475569;font-weight:500}@media (max-width: 768px){.form-header p{font-size:.9375rem}}@media (max-width: 480px){.form-header p{font-size:.875rem}}@media (max-width: 360px){.form-header p{font-size:.8125rem}}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem}@media (max-width: 968px){.form-row{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.form-row{gap:1.25rem}}@media (max-width: 360px){.form-row{gap:1rem}}.input-group{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 480px){.input-group{gap:.625rem}}@media (max-width: 360px){.input-group{gap:.5rem}}.input-group label{font-size:.9375rem;font-weight:700;color:#1e293b;letter-spacing:.02em}@media (max-width: 768px){.input-group label{font-size:.875rem}}@media (max-width: 480px){.input-group label{font-size:.8125rem}}@media (max-width: 360px){.input-group label{font-size:.75rem}}.input-wrapper{position:relative;display:flex;align-items:center;background:linear-gradient(135deg,#dbeafe,#ecfdf5cc);border-radius:16px;border:2px solid #bfdbfe;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.input-wrapper{border-radius:12px}}@media (max-width: 480px){.input-wrapper{border-radius:10px}}@media (max-width: 360px){.input-wrapper{border-radius:8px}}.input-wrapper:focus-within{border-color:#0891b2;box-shadow:0 0 0 4px #0891b233}.input-wrapper:hover{border-color:#06b6d4}.input-wrapper input,.input-wrapper select,.input-wrapper textarea{border:none;background:transparent;flex:1;outline:none;font-size:1rem;color:#1e293b;padding:1rem 1.25rem;width:100%;font-weight:500;font-family:inherit}@media (max-width: 768px){.input-wrapper input,.input-wrapper select,.input-wrapper textarea{font-size:.9375rem;padding:.875rem 1rem}}@media (max-width: 480px){.input-wrapper input,.input-wrapper select,.input-wrapper textarea{font-size:.875rem;padding:.75rem .875rem}}@media (max-width: 360px){.input-wrapper input,.input-wrapper select,.input-wrapper textarea{font-size:.8125rem;padding:.625rem .75rem}}.input-wrapper input::placeholder,.input-wrapper textarea::placeholder{color:#94a3b8;font-size:1rem;font-weight:400}@media (max-width: 768px){.input-wrapper input::placeholder,.input-wrapper textarea::placeholder{font-size:.9375rem}}@media (max-width: 480px){.input-wrapper input::placeholder,.input-wrapper textarea::placeholder{font-size:.875rem}}@media (max-width: 360px){.input-wrapper input::placeholder,.input-wrapper textarea::placeholder{font-size:.8125rem}}.input-wrapper textarea{min-height:150px;resize:vertical;padding-top:1rem;padding-bottom:1rem}@media (max-width: 768px){.input-wrapper textarea{min-height:120px}}@media (max-width: 480px){.input-wrapper textarea{min-height:100px}}@media (max-width: 360px){.input-wrapper textarea{min-height:80px}}.input-wrapper select{appearance:none;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230891b2' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 1.25rem center;padding-right:3rem;cursor:pointer}@media (max-width: 768px){.input-wrapper select{padding-right:2.5rem;background-position:right 1rem center}}@media (max-width: 480px){.input-wrapper select{padding-right:2rem;background-position:right .875rem center}}@media (max-width: 360px){.input-wrapper select{padding-right:1.75rem;background-position:right .75rem center}}.input-wrapper select option{background:#fff;color:#1e293b;padding:.5rem}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#f97316,#f43f5e);color:#fff;border:none;padding:1.125rem 2.5rem;border-radius:16px;font-weight:800;font-size:1.0625rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #f9731666;position:relative;overflow:hidden}@media (max-width: 768px){.submit-btn{padding:1rem 2rem;font-size:1rem;border-radius:12px}}@media (max-width: 480px){.submit-btn{padding:.875rem 1.75rem;font-size:.9375rem;border-radius:10px}}@media (max-width: 360px){.submit-btn{padding:.75rem 1.5rem;font-size:.875rem;border-radius:8px}.submit-btn svg{width:18px;height:18px}}.submit-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 .6s}.submit-btn:hover{background:linear-gradient(135deg,#fb923c,#f97316);transform:translateY(-3px);box-shadow:0 12px 32px #fb923c80,0 0 50px #f9731680}@media (max-width: 768px){.submit-btn:hover{transform:translateY(-2px)}}@media (max-width: 480px){.submit-btn:hover{transform:translateY(-1px)}}.submit-btn:hover:before{left:100%}.submit-btn:active{transform:translateY(-1px)}.status-message{font-size:1rem;font-weight:600;text-align:center;padding:1.25rem 1.75rem;border-radius:16px;animation:fadeIn .3s ease-out}@media (max-width: 768px){.status-message{font-size:.9375rem;padding:1rem 1.5rem;border-radius:12px}}@media (max-width: 480px){.status-message{font-size:.875rem;padding:.875rem 1.25rem;border-radius:10px}}@media (max-width: 360px){.status-message{font-size:.8125rem;padding:.75rem 1rem;border-radius:8px}}.status-message.success{color:#10b981;background:linear-gradient(135deg,#10b98126,#14b8a626);border:2px solid rgba(16,185,129,.4);box-shadow:0 0 30px #10b9814d}.status-message.error{color:#f43f5e;background:linear-gradient(135deg,#f43f5e26,#f9731626);border:2px solid rgba(244,63,94,.4);box-shadow:0 0 30px #f43f5e4d}.faq-section{padding:6.5rem 0;background:linear-gradient(135deg,#fce7f3,#dbeafe,#ecfdf5)}@media (max-width: 1024px){.faq-section{padding:5rem 0}}@media (max-width: 768px){.faq-section{padding:4rem 0}}@media (max-width: 480px){.faq-section{padding:3rem 0}}@media (max-width: 360px){.faq-section{padding:2.5rem 0}}.faq-container{max-width:1520px;margin:0 auto;padding:0 2.5rem}@media (max-width: 1024px){.faq-container{padding:0 2rem}}@media (max-width: 768px){.faq-container{padding:0 1.5rem}}@media (max-width: 480px){.faq-container{padding:0 1rem}}@media (max-width: 360px){.faq-container{padding:0 .75rem}}@media (max-width: 360px){.section-header{margin-bottom:2rem}}.section-badge{display:inline-block;padding:.625rem 1.5rem;background:linear-gradient(135deg,#f9731633,#f43f5e33);color:#f97316;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:1.25rem;border:2px solid rgba(249,115,22,.4)}@media (max-width: 768px){.section-badge{padding:.5rem 1.25rem;font-size:.6875rem;margin-bottom:1rem}}@media (max-width: 480px){.section-badge{padding:.375rem 1rem;font-size:.625rem;margin-bottom:.75rem}}@media (max-width: 360px){.section-badge{padding:.25rem .75rem;font-size:.5625rem}}.section-title{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;letter-spacing:-.05em;line-height:1.15}@media (max-width: 768px){.section-title{font-size:2.25rem;margin-bottom:1rem}}@media (max-width: 480px){.section-title{font-size:1.75rem;margin-bottom:.75rem}}@media (max-width: 360px){.section-title{font-size:1.5rem;margin-bottom:.625rem}}.section-subtitle{font-size:1.125rem;color:#475569;max-width:680px;margin:0 auto;line-height:1.7;font-weight:500}@media (max-width: 360px){.section-subtitle{font-size:.875rem}}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media (max-width: 1024px){.faq-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.faq-grid{gap:1.5rem}}@media (max-width: 480px){.faq-grid{gap:1.25rem}}@media (max-width: 360px){.faq-grid{gap:1rem}}.faq-card{background:linear-gradient(135deg,#fefefe,#fce7f399);border-radius:28px;padding:2.5rem;box-shadow:0 4px 20px #0891b233;border:3px solid rgba(244,63,94,.3);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--faq-index) * .1s)}@media (max-width: 1024px){.faq-card{padding:2rem;border-radius:24px}}@media (max-width: 768px){.faq-card{padding:1.75rem;border-radius:20px}}@media (max-width: 480px){.faq-card{padding:1.5rem;border-radius:16px}}@media (max-width: 360px){.faq-card{padding:1.25rem;border-radius:12px}}.faq-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0891b259,0 0 50px #f9731680;border-color:#f97316}@media (max-width: 768px){.faq-card:hover{transform:translateY(-8px)}}@media (max-width: 480px){.faq-card:hover{transform:translateY(-6px)}}.faq-icon{width:64px;height:64px;background:linear-gradient(135deg,#f97316,#f43f5e);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.5rem;box-shadow:0 6px 20px #f9731666}@media (max-width: 768px){.faq-icon{width:56px;height:56px;border-radius:16px;margin-bottom:1.25rem}}@media (max-width: 480px){.faq-icon{width:48px;height:48px;border-radius:12px;margin-bottom:1rem}.faq-icon svg{width:20px;height:20px}}@media (max-width: 360px){.faq-icon{width:40px;height:40px;border-radius:10px;margin-bottom:.75rem}.faq-icon svg{width:18px;height:18px}}.faq-question{font-size:1.375rem;font-weight:800;color:#1e293b;margin-bottom:1rem;letter-spacing:-.03em;line-height:1.3}@media (max-width: 768px){.faq-question{font-size:1.25rem;margin-bottom:.75rem}}@media (max-width: 480px){.faq-question{font-size:1.125rem;margin-bottom:.625rem}}@media (max-width: 360px){.faq-question{font-size:1rem;margin-bottom:.5rem}}.faq-answer{font-size:1rem;color:#475569;line-height:1.75}@media (max-width: 768px){.faq-answer{font-size:.9375rem}}@media (max-width: 480px){.faq-answer{font-size:.875rem}}@media (max-width: 360px){.faq-answer{font-size:.8125rem;line-height:1.6}}.map-section{padding:6.5rem 0}@media (max-width: 1024px){.map-section{padding:5rem 0}}@media (max-width: 768px){.map-section{padding:4rem 0}}@media (max-width: 480px){.map-section{padding:3rem 0}}@media (max-width: 360px){.map-section{padding:2.5rem 0}}.map-container{max-width:1520px;margin:0 auto;padding:0 2.5rem}@media (max-width: 1024px){.map-container{padding:0 2rem}}@media (max-width: 768px){.map-container{padding:0 1.5rem}}@media (max-width: 480px){.map-container{padding:0 1rem}}@media (max-width: 360px){.map-container{padding:0 .75rem}}.map-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:center}@media (max-width: 1024px){.map-content{grid-template-columns:1fr;gap:2.5rem}}@media (max-width: 768px){.map-content{gap:2rem}}@media (max-width: 480px){.map-content{gap:1.5rem}}@media (max-width: 360px){.map-content{gap:1.25rem}}.map-info{animation:fadeInLeft .8s ease-out}.map-badge{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.5rem;background:linear-gradient(135deg,#f9731633,#f43f5e33);color:#f97316;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:1.5rem;border:2px solid rgba(249,115,22,.4)}@media (max-width: 768px){.map-badge{padding:.5rem 1.25rem;font-size:.6875rem;margin-bottom:1.25rem}}@media (max-width: 480px){.map-badge{padding:.375rem 1rem;font-size:.625rem;margin-bottom:1rem}.map-badge svg{width:16px;height:16px}}@media (max-width: 360px){.map-badge{padding:.25rem .75rem;font-size:.5625rem;margin-bottom:.75rem}.map-badge svg{width:14px;height:14px}}.map-title{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;letter-spacing:-.05em;line-height:1.15}@media (max-width: 1024px){.map-title{font-size:2.5rem}}@media (max-width: 768px){.map-title{font-size:2.25rem;margin-bottom:1rem}}@media (max-width: 480px){.map-title{font-size:1.75rem;margin-bottom:.75rem}}@media (max-width: 360px){.map-title{font-size:1.5rem;margin-bottom:.625rem}}.map-description{font-size:1.125rem;color:#475569;line-height:1.8;margin-bottom:2rem}@media (max-width: 768px){.map-description{font-size:1rem;margin-bottom:1.5rem}}@media (max-width: 480px){.map-description{font-size:.9375rem;margin-bottom:1.25rem}}@media (max-width: 360px){.map-description{font-size:.875rem;margin-bottom:1rem}}.map-features{display:flex;gap:2rem;flex-wrap:wrap}@media (max-width: 768px){.map-features{gap:1.5rem}}@media (max-width: 480px){.map-features{gap:1rem}}@media (max-width: 360px){.map-features{gap:.75rem}}.map-feature{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#06b6d426,#f9731626);border-radius:16px;border:2px solid rgba(6,182,212,.3);font-weight:700;color:#1e293b}@media (max-width: 768px){.map-feature{padding:.875rem 1.25rem;border-radius:12px;gap:.625rem}}@media (max-width: 480px){.map-feature{padding:.75rem 1rem;border-radius:10px;gap:.5rem}.map-feature svg{width:16px;height:16px}}@media (max-width: 360px){.map-feature{padding:.625rem .875rem;border-radius:8px}.map-feature svg{width:14px;height:14px}.map-feature span{font-size:.875rem}}.map-feature svg{color:#0891b2}.map-embed{height:500px;border-radius:28px;overflow:hidden;box-shadow:0 20px 60px #0891b259;border:4px solid #bfdbfe;animation:fadeInRight .8s ease-out}@media (max-width: 1024px){.map-embed{height:400px;border-radius:24px}}@media (max-width: 768px){.map-embed{height:350px;border-radius:20px}}@media (max-width: 480px){.map-embed{height:300px;border-radius:16px}}@media (max-width: 360px){.map-embed{height:250px;border-radius:12px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px)}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)}}.gallery-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#fef3c7,#fff7ed,#fce7f3 40%,#dbeafe,#ecfdf5);padding-top:80px}@media (max-width: 768px){.gallery-page{padding-top:70px}}@media (max-width: 480px){.gallery-page{padding-top:60px}}.gallery-hero{position:relative;height:70vh;min-height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 768px){.gallery-hero{height:60vh;min-height:400px}}@media (max-width: 480px){.gallery-hero{height:55vh;min-height:350px}}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;animation:slowZoom 20s infinite alternate}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0891b2e0,#f97316d1)}.hero-content{position:relative;z-index:2;text-align:center;max-width:1000px;padding:0 1.5rem;animation:fadeInUp .8s ease-out}@media (max-width: 480px){.hero-content{padding:0 1rem}}.hero-badge{display:inline-block;padding:.875rem 2.25rem;background:#ffffff40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:50px;font-size:.9375rem;font-weight:800;letter-spacing:.15em;margin-bottom:2rem;border:2px solid rgba(255,255,255,.6);color:#fff;box-shadow:0 8px 32px #0003}@media (max-width: 480px){.hero-badge{padding:.75rem 1.75rem;font-size:.8125rem;margin-bottom:1.5rem}}.hero-title{font-size:4rem;font-weight:600;color:#fff;margin-bottom:1.75rem;letter-spacing:-.05em;line-height:1.1;text-shadow:0 12px 48px rgba(0,0,0,.35)}@media (max-width: 1024px){.hero-title{font-size:3rem}}@media (max-width: 768px){.hero-title{font-size:2rem;margin-bottom:1.25rem}}@media (max-width: 480px){.hero-title{font-size:1rem;margin-bottom:1rem}}.hero-subtitle{font-size:1.375rem;color:#fffffff2;line-height:1.8;max-width:850px;margin:0 auto;font-weight:500}@media (max-width: 768px){.hero-subtitle{font-size:1.125rem;line-height:1.7}}@media (max-width: 480px){.hero-subtitle{font-size:1rem;line-height:1.6}}.gallery-section{padding:7rem 0}@media (max-width: 1024px){.gallery-section{padding:5rem 0}}@media (max-width: 768px){.gallery-section{padding:4rem 0}}@media (max-width: 480px){.gallery-section{padding:3rem 0}}.gallery-container,.testimonials-container{max-width:1600px;margin:0 auto;padding:0 2.5rem}@media (max-width: 1024px){.gallery-container,.testimonials-container{padding:0 2rem}}@media (max-width: 768px){.gallery-container,.testimonials-container{padding:0 1.5rem}}@media (max-width: 480px){.gallery-container,.testimonials-container{padding:0 1rem}}.section-header{text-align:center;margin-bottom:4.5rem}@media (max-width: 768px){.section-header{margin-bottom:3.5rem}}.header-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background:linear-gradient(135deg,#f9731633,#f43f5e33);color:#f97316;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:1.25rem;border:2px solid rgba(249,115,22,.4)}@media (max-width: 480px){.header-badge{padding:.5rem 1.25rem;font-size:.6875rem;margin-bottom:1rem}}.section-title{font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;letter-spacing:-.05em;line-height:1.15}@media (max-width: 1024px){.section-title{font-size:3rem}}@media (max-width: 768px){.section-title{font-size:2.5rem;margin-bottom:1rem}}@media (max-width: 480px){.section-title{font-size:2rem}}.section-subtitle{font-size:1.1875rem;color:#475569;max-width:850px;margin:0 auto;line-height:1.75;font-weight:500}@media (max-width: 768px){.section-subtitle{font-size:1.0625rem;line-height:1.7}}@media (max-width: 480px){.section-subtitle{font-size:1rem;line-height:1.6}}.category-filter{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4.5rem}@media (max-width: 768px){.category-filter{gap:.75rem;margin-bottom:3.5rem}}@media (max-width: 480px){.category-filter{gap:.625rem;margin-bottom:2.5rem}}.filter-btn{display:flex;align-items:center;gap:.75rem;padding:1.125rem 2.25rem;background:linear-gradient(135deg,#fefefe,#dbeafe);border:3px solid rgba(191,219,254,.6);border-radius:20px;color:#475569;font-weight:700;font-size:1.0625rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0891b233}@media (max-width: 1024px){.filter-btn{padding:1rem 2rem;font-size:1rem}}@media (max-width: 768px){.filter-btn{padding:.875rem 1.75rem;font-size:.9375rem;gap:.625rem;border-width:2px}}@media (max-width: 480px){.filter-btn{padding:.75rem 1.5rem;font-size:.875rem;gap:.5rem}.filter-btn svg{width:16px;height:16px}}.filter-btn:hover{border-color:#0891b2;color:#0891b2;transform:translateY(-5px);box-shadow:0 8px 28px #0891b259}@media (hover: none){.filter-btn:hover{transform:none}.filter-btn:active{transform:scale(.98)}}.filter-btn.active{background:linear-gradient(135deg,#0891b2,#14b8a6);border-color:transparent;color:#fff;box-shadow:0 8px 32px #0891b280,0 0 50px #06b6d480}.masonry-gallery{column-count:4;column-gap:2rem}@media (max-width: 1400px){.masonry-gallery{column-count:3;column-gap:1.75rem}}@media (max-width: 1024px){.masonry-gallery{column-count:2;column-gap:1.5rem}}@media (max-width: 640px){.masonry-gallery{column-count:1}}.gallery-item{position:relative;break-inside:avoid;margin-bottom:2rem;border-radius:28px;overflow:hidden;cursor:pointer;background:linear-gradient(135deg,#fefefe,#fff7ed);border:3px solid rgba(254,215,170,.6);box-shadow:0 4px 20px #0891b233;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--item-index) * .05s)}@media (max-width: 1024px){.gallery-item{margin-bottom:1.75rem;border-radius:24px}}@media (max-width: 768px){.gallery-item{margin-bottom:1.5rem;border-radius:20px;border-width:2px}}@media (max-width: 480px){.gallery-item{margin-bottom:1.25rem}}.gallery-item:hover{transform:translateY(-12px);box-shadow:0 20px 60px #0891b259,0 0 50px #f9731680;border-color:#fb923c}@media (hover: none){.gallery-item:hover{transform:none}.gallery-item:active{transform:scale(.98)}}.gallery-image{width:100%;height:350px;background-size:cover;background-position:center;transition:transform .7s cubic-bezier(.4,0,.2,1)}@media (max-width: 1024px){.gallery-image{height:320px}}@media (max-width: 768px){.gallery-image{height:280px}}@media (max-width: 480px){.gallery-image{height:250px}}.gallery-item:hover .gallery-image{transform:scale(1.12)}@media (hover: none){.gallery-item:active .gallery-image{transform:scale(1.05)}}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(8,145,178,.95) 0%,transparent 100%);transform:translateY(100%);transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.gallery-overlay{padding:1.5rem}}@media (max-width: 480px){.gallery-overlay{padding:1.25rem}}.gallery-item:hover .gallery-overlay{transform:translateY(0)}@media (hover: none){.gallery-overlay{transform:translateY(0);background:linear-gradient(to top,rgba(8,145,178,.9) 0%,rgba(8,145,178,.3) 60%,transparent 100%)}}.gallery-content{color:#fff}.gallery-category-badge{display:inline-block;padding:.5rem 1.25rem;background:#f97316f2;border-radius:50px;font-size:.8125rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}@media (max-width: 480px){.gallery-category-badge{padding:.4375rem 1rem;font-size:.75rem;margin-bottom:.75rem}}.gallery-title{font-size:1.5rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.03em}@media (max-width: 768px){.gallery-title{font-size:1.375rem}}@media (max-width: 480px){.gallery-title{font-size:1.25rem;margin-bottom:.625rem}}.gallery-location{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:.75rem;opacity:.95}@media (max-width: 480px){.gallery-location{font-size:.9375rem;gap:.375rem}.gallery-location svg{width:14px;height:14px}}.gallery-rating{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:#f59e0b;margin-bottom:.75rem}@media (max-width: 480px){.gallery-rating{font-size:1rem;gap:.375rem}.gallery-rating svg{width:14px;height:14px}}.gallery-description{font-size:1rem;line-height:1.6;opacity:.9}@media (max-width: 480px){.gallery-description{font-size:.9375rem;line-height:1.5}}.gallery-icon{position:absolute;top:1.5rem;right:1.5rem;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#ffffff59,#ffffff40);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:3px solid rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 32px #0000004d;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.gallery-icon{width:60px;height:60px;top:1.25rem;right:1.25rem}.gallery-icon svg{width:24px;height:24px}}@media (max-width: 480px){.gallery-icon{width:50px;height:50px;top:1rem;right:1rem;border-width:2px}.gallery-icon svg{width:20px;height:20px}}.gallery-item:hover .gallery-icon{transform:scale(1.15) rotate(12deg)}@media (hover: none){.gallery-item:active .gallery-icon{transform:scale(1.05)}}.testimonials-section{padding:7rem 0;background:linear-gradient(135deg,#fce7f3,#dbeafe)}@media (max-width: 1024px){.testimonials-section{padding:5rem 0}}@media (max-width: 768px){.testimonials-section{padding:4rem 0}}@media (max-width: 480px){.testimonials-section{padding:3rem 0}}.testimonials-wrapper{display:grid;grid-template-columns:380px 1fr;gap:4rem}@media (max-width: 1200px){.testimonials-wrapper{grid-template-columns:320px 1fr;gap:3rem}}@media (max-width: 1024px){.testimonials-wrapper{grid-template-columns:1fr;gap:2.5rem}}.testimonials-nav{display:flex;flex-direction:column;gap:1.75rem}@media (max-width: 1024px){.testimonials-nav{flex-direction:row;overflow-x:auto;padding-bottom:1rem;gap:1.5rem}.testimonials-nav::-webkit-scrollbar{height:8px}.testimonials-nav::-webkit-scrollbar-track{background:#dbeafe80;border-radius:10px}.testimonials-nav::-webkit-scrollbar-thumb{background:#0891b2;border-radius:10px}}@media (max-width: 480px){.testimonials-nav{gap:1.25rem}}.testimonial-nav-btn{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:linear-gradient(135deg,#fefefe,#dbeafe);border:3px solid rgba(191,219,254,.6);border-radius:24px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:left;min-width:320px;position:relative}@media (max-width: 768px){.testimonial-nav-btn{padding:1.25rem;gap:1rem;border-radius:20px;border-width:2px;min-width:280px}}@media (max-width: 480px){.testimonial-nav-btn{padding:1rem;gap:.875rem;min-width:260px}}.testimonial-nav-btn:hover{border-color:#06b6d4;transform:translate(12px);box-shadow:0 4px 20px #0891b233}@media (max-width: 1024px){.testimonial-nav-btn:hover{transform:translateY(-5px)}}@media (hover: none){.testimonial-nav-btn:hover{transform:none}.testimonial-nav-btn:active{transform:scale(.98)}}.testimonial-nav-btn.active{background:linear-gradient(135deg,#0891b2,#14b8a6);border-color:transparent;box-shadow:0 10px 40px #0891b240,0 0 50px #06b6d480}.testimonial-nav-btn img{width:75px;height:75px;border-radius:50%;object-fit:cover;border:4px solid #ffffff;box-shadow:0 0 25px #0891b266;flex-shrink:0}@media (max-width: 768px){.testimonial-nav-btn img{width:65px;height:65px;border-width:3px}}@media (max-width: 480px){.testimonial-nav-btn img{width:55px;height:55px}}.nav-details{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}@media (max-width: 480px){.nav-details{gap:.375rem}}.nav-name{font-weight:800;font-size:1.125rem;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.nav-name{font-size:1.0625rem}}@media (max-width: 480px){.nav-name{font-size:1rem}}.testimonial-nav-btn.active .nav-name{color:#fff}.nav-location{font-size:.9375rem;color:#64748b;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 480px){.nav-location{font-size:.875rem}}.testimonial-nav-btn.active .nav-location{color:#ffffffe6}.testimonials-display{position:relative;min-height:750px}@media (max-width: 1024px){.testimonials-display{min-height:650px}}@media (max-width: 768px){.testimonials-display{min-height:600px}}@media (max-width: 480px){.testimonials-display{min-height:auto}}.testimonial-card{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#fefefe,#ecfdf5b3);border-radius:36px;padding:3.5rem;box-shadow:0 20px 60px #0891b259;border:4px solid rgba(20,184,166,.4)}@media (max-width: 1024px){.testimonial-card{padding:3rem;border-radius:32px}}@media (max-width: 768px){.testimonial-card{padding:2.5rem;border-radius:28px;border-width:3px}}@media (max-width: 640px){.testimonial-card{padding:2rem;border-radius:24px}}@media (max-width: 480px){.testimonial-card{padding:1.5rem;border-radius:20px;border-width:2px}}.testimonial-card.active{opacity:1;visibility:visible;position:relative}.testimonial-header{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}@media (max-width: 768px){.testimonial-header{gap:1.5rem;margin-bottom:2.5rem}}@media (max-width: 480px){.testimonial-header{gap:1.25rem;margin-bottom:2rem}}.testimonial-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:5px solid #0891b2;box-shadow:0 0 40px #0891b299;flex-shrink:0}@media (max-width: 768px){.testimonial-avatar{width:85px;height:85px;border-width:4px}}@media (max-width: 480px){.testimonial-avatar{width:70px;height:70px;border-width:3px}}.testimonial-info{flex:1;min-width:200px}@media (max-width: 480px){.testimonial-info{min-width:150px}}.testimonial-name{font-size:2.25rem;font-weight:900;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.03em}@media (max-width: 1024px){.testimonial-name{font-size:2rem}}@media (max-width: 768px){.testimonial-name{font-size:1.75rem;margin-bottom:.625rem}}@media (max-width: 480px){.testimonial-name{font-size:1.5rem;margin-bottom:.5rem}}.testimonial-location{font-size:1.1875rem;color:#64748b;margin-bottom:1rem;font-weight:500}@media (max-width: 768px){.testimonial-location{font-size:1.0625rem;margin-bottom:.875rem}}@media (max-width: 480px){.testimonial-location{font-size:1rem;margin-bottom:.75rem}}.testimonial-rating{display:flex;gap:.5rem}@media (max-width: 480px){.testimonial-rating{gap:.375rem}.testimonial-rating svg{width:16px;height:16px}}.testimonial-date{display:flex;align-items:center;gap:.75rem;color:#64748b;font-size:1.0625rem;font-weight:600}@media (max-width: 768px){.testimonial-date{font-size:1rem;gap:.625rem}}@media (max-width: 480px){.testimonial-date{font-size:.9375rem;gap:.5rem}.testimonial-date svg{width:16px;height:16px}}.testimonial-content{position:relative;margin-bottom:3rem}@media (max-width: 768px){.testimonial-content{margin-bottom:2.5rem}}@media (max-width: 480px){.testimonial-content{margin-bottom:2rem}}.quote-icon{color:#0891b233;margin-bottom:1.5rem}@media (max-width: 768px){.quote-icon{width:40px;height:40px;margin-bottom:1.25rem}}@media (max-width: 480px){.quote-icon{width:36px;height:36px;margin-bottom:1rem}}.testimonial-text{font-size:1.25rem;color:#475569;line-height:1.9;font-style:italic;margin-bottom:2rem;font-weight:500}@media (max-width: 1024px){.testimonial-text{font-size:1.1875rem}}@media (max-width: 768px){.testimonial-text{font-size:1.0625rem;line-height:1.8;margin-bottom:1.75rem}}@media (max-width: 480px){.testimonial-text{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}}.testimonial-trip-badge{display:inline-block;padding:1rem 2.25rem;background:linear-gradient(135deg,#0891b240,#f9731640);color:#0891b2;border-radius:50px;font-weight:700;font-size:1.125rem;border:3px solid rgba(8,145,178,.5)}@media (max-width: 768px){.testimonial-trip-badge{padding:.875rem 2rem;font-size:1.0625rem;border-width:2px}}@media (max-width: 480px){.testimonial-trip-badge{padding:.75rem 1.75rem;font-size:1rem}}.testimonial-photos{background:linear-gradient(135deg,#dbeafe80,#ecfdf580);padding:2.5rem;border-radius:28px;border:3px solid rgba(191,219,254,.6)}@media (max-width: 768px){.testimonial-photos{padding:2rem;border-radius:24px;border-width:2px}}@media (max-width: 480px){.testimonial-photos{padding:1.5rem;border-radius:20px}}.photos-header{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;color:#0891b2;margin-bottom:1.75rem}@media (max-width: 768px){.photos-header{font-size:1.125rem;margin-bottom:1.5rem}}@media (max-width: 480px){.photos-header{font-size:1.0625rem;gap:.625rem;margin-bottom:1.25rem}.photos-header svg{width:18px;height:18px}}.photos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}@media (max-width: 1024px){.photos-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem}}@media (max-width: 640px){.photos-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.photos-grid{grid-template-columns:1fr;gap:1rem}}.photo-item{height:220px;background-size:cover;background-position:center;border-radius:20px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);border:3px solid rgba(191,219,254,.6);box-shadow:0 4px 20px #0891b233}@media (max-width: 768px){.photo-item{height:200px;border-radius:16px;border-width:2px}}@media (max-width: 480px){.photo-item{height:180px}}.photo-item:hover{transform:scale(1.08);box-shadow:0 10px 40px #0891b240,0 0 50px #06b6d480;border-color:#06b6d4}@media (hover: none){.photo-item:hover{transform:none}.photo-item:active{transform:scale(.98)}}.lightbox{position:fixed;inset:0;background:#000000f5;z-index:99999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease-out}@media (max-width: 768px){.lightbox{padding:1.5rem}}@media (max-width: 480px){.lightbox{padding:1rem}}.lightbox-close{position:fixed;top:1.5rem;right:1.5rem;width:55px;height:55px;background:#ffffff40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:2px solid rgba(255,255,255,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0000004d;z-index:100000}@media (max-width: 768px){.lightbox-close{width:48px;height:48px;top:1.25rem;right:1.25rem}.lightbox-close svg{width:24px;height:24px}}@media (max-width: 480px){.lightbox-close{width:42px;height:42px;top:1rem;right:1rem}.lightbox-close svg{width:20px;height:20px}}.lightbox-close:hover{background:#ffffff59;transform:scale(1.1)}@media (hover: none){.lightbox-close:hover{transform:none}.lightbox-close:active{transform:scale(.95)}}.lightbox-content{max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (max-width: 768px){.lightbox-content{gap:1.25rem}}@media (max-width: 480px){.lightbox-content{gap:1rem}}.lightbox-content img{width:100%;height:70vh;max-width:900px;max-height:30vh;object-fit:contain;border-radius:16px;box-shadow:0 20px 80px #00000080}@media (max-width: 1024px){.lightbox-content img{max-height:45vh}}@media (max-width: 768px){.lightbox-content img{max-height:40vh;border-radius:12px}}@media (max-width: 480px){.lightbox-content img{max-height:35vh;border-radius:10px}}.lightbox-info{text-align:center;color:#fff;padding:0 1rem;width:100%}.lightbox-category{display:inline-block;padding:.625rem 1.5rem;background:#f97316e6;border-radius:50px;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}@media (max-width: 480px){.lightbox-category{padding:.5rem 1.25rem;font-size:.8125rem;margin-bottom:.75rem}}.lightbox-info h3{font-size:1.875rem;font-weight:800;margin-bottom:.75rem;line-height:1.3}@media (max-width: 768px){.lightbox-info h3{font-size:1.625rem}}@media (max-width: 480px){.lightbox-info h3{font-size:1.375rem;margin-bottom:.625rem}}.lightbox-info p{font-size:1.0625rem;color:#ffffffe6;line-height:1.6}@media (max-width: 768px){.lightbox-info p{font-size:1rem}}@media (max-width: 480px){.lightbox-info p{font-size:.9375rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.faqs-page{min-height:100vh;background:linear-gradient(135deg,#fee8e3,#fff)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section{background:linear-gradient(135deg,#ffb5a7,#ff9b88);padding:80px 20px;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.1)"/></svg>');opacity:.3}.hero-section .hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-section .hero-content h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:16px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}@media (max-width: 768px){.hero-section .hero-content h1{font-size:2rem}}.hero-section .hero-content p{font-size:1.25rem;color:#fff;opacity:.95}@media (max-width: 768px){.hero-section .hero-content p{font-size:1rem}}.search-section{padding:40px 0;margin-top:-30px;position:relative;z-index:10}.search-section .search-bar{max-width:600px;margin:0 auto;background:#fff;border-radius:50px;padding:16px 28px;display:flex;align-items:center;gap:16px;box-shadow:0 8px 30px #ffb5a733;transition:all .3s}.search-section .search-bar:focus-within{box-shadow:0 12px 40px #ffb5a759;transform:translateY(-2px)}.search-section .search-bar svg{color:#ffb5a7;flex-shrink:0}.search-section .search-bar input{flex:1;border:none;outline:none;font-size:1rem;color:#4a4a4a;background:transparent}.search-section .search-bar input::placeholder{color:#6b6b6b}.faq-content{padding:40px 0 80px}.faq-content .faq-layout{display:grid;grid-template-columns:300px 1fr;gap:40px}@media (max-width: 968px){.faq-content .faq-layout{grid-template-columns:1fr;gap:30px}}.category-sidebar{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px #ffb5a733;height:fit-content;position:sticky;top:20px}@media (max-width: 968px){.category-sidebar{position:static}}.category-sidebar h3{font-size:1.25rem;font-weight:700;color:#4a4a4a;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #FCD5CE}.category-sidebar .category-btn{width:100%;display:flex;align-items:center;gap:12px;padding:16px;background:transparent;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .3s;margin-bottom:8px;text-align:left}.category-sidebar .category-btn:hover{background:#fee8e3}.category-sidebar .category-btn.active{background:linear-gradient(135deg,#ffb5a7,#ff9b88);border-color:#f08080;box-shadow:0 4px 12px #ffb5a733}.category-sidebar .category-btn.active .category-icon,.category-sidebar .category-btn.active .category-title,.category-sidebar .category-btn.active .category-count{color:#fff}.category-sidebar .category-btn .category-icon{font-size:1.5rem;flex-shrink:0}.category-sidebar .category-btn .category-title{flex:1;font-weight:600;color:#4a4a4a;font-size:.95rem}.category-sidebar .category-btn .category-count{background:#fcd5ce;color:#4a4a4a;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600}.category-sidebar .category-btn.active .category-count{background:#ffffff4d}.faq-main{background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 20px #ffb5a733}@media (max-width: 640px){.faq-main{padding:24px}}.faq-main .faq-header{margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #F0E6E3}.faq-main .faq-header h2{font-size:2rem;font-weight:700;color:#4a4a4a;margin-bottom:12px}@media (max-width: 640px){.faq-main .faq-header h2{font-size:1.5rem}}.faq-main .faq-header .search-results{color:#6b6b6b;font-size:.95rem;font-style:italic}.faq-main .faq-list .faq-item{margin-bottom:16px;border:2px solid #F0E6E3;border-radius:12px;overflow:hidden;transition:all .3s}.faq-main .faq-list .faq-item:hover{border-color:#fcd5ce;box-shadow:0 4px 12px #ffb5a733}.faq-main .faq-list .faq-item .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s;font-size:1.05rem;font-weight:600;color:#4a4a4a}@media (max-width: 640px){.faq-main .faq-list .faq-item .faq-question{padding:16px;font-size:.95rem}}.faq-main .faq-list .faq-item .faq-question:hover{background:#fee8e3}.faq-main .faq-list .faq-item .faq-question.active{background:linear-gradient(135deg,#fcd5ce,#fee8e3);color:#f08080}.faq-main .faq-list .faq-item .faq-question .chevron{flex-shrink:0;color:#ffb5a7;transition:transform .3s}.faq-main .faq-list .faq-item .faq-question .chevron.rotated{transform:rotate(180deg)}.faq-main .faq-list .faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .3s;background:#fee8e3}.faq-main .faq-list .faq-item .faq-answer.expanded{max-height:500px;padding:24px;border-top:2px solid #F0E6E3}@media (max-width: 640px){.faq-main .faq-list .faq-item .faq-answer.expanded{padding:16px}}.faq-main .faq-list .faq-item .faq-answer p{color:#6b6b6b;line-height:1.8;font-size:.95rem;margin:0}.faq-main .no-results{text-align:center;padding:60px 20px;color:#6b6b6b}.faq-main .no-results svg{color:#ffb5a7;margin-bottom:24px;opacity:.5}.faq-main .no-results h3{font-size:1.5rem;color:#4a4a4a;margin-bottom:12px}.faq-main .no-results p{font-size:1rem}.contact-section{padding:80px 0;background:#fff}.contact-section .contact-card{background:linear-gradient(135deg,#fee8e3,#fcd5ce);border-radius:30px;padding:60px 40px;text-align:center;box-shadow:0 8px 30px #ffb5a733}@media (max-width: 640px){.contact-section .contact-card{padding:40px 24px}}.contact-section .contact-card h2{font-size:2.5rem;font-weight:700;color:#4a4a4a;margin-bottom:16px;background:linear-gradient(135deg,#ffb5a7,#ff9b88);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 640px){.contact-section .contact-card h2{font-size:1.8rem}}.contact-section .contact-card>p{color:#6b6b6b;font-size:1.1rem;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.contact-section .contact-card .contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:40px}@media (max-width: 768px){.contact-section .contact-card .contact-methods{grid-template-columns:1fr;gap:20px}}.contact-section .contact-card .contact-methods .contact-method{background:#fff;padding:32px 24px;border-radius:20px;transition:all .3s;box-shadow:0 4px 12px #ffb5a726}.contact-section .contact-card .contact-methods .contact-method:hover{transform:translateY(-8px);box-shadow:0 8px 25px #ffb5a74d}.contact-section .contact-card .contact-methods .contact-method .method-icon{font-size:3rem;margin-bottom:16px}.contact-section .contact-card .contact-methods .contact-method h4{font-size:1.2rem;font-weight:700;color:#4a4a4a;margin-bottom:12px}.contact-section .contact-card .contact-methods .contact-method p{font-size:1rem;font-weight:600;color:#ffb5a7;margin-bottom:8px}.contact-section .contact-card .contact-methods .contact-method span{font-size:.85rem;color:#6b6b6b;display:block}.contact-section .contact-card .contact-btn{padding:16px 48px;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#ffb5a7,#ff9b88);border:none;border-radius:50px;cursor:pointer;transition:all .3s;box-shadow:0 4px 20px #ffb5a733}.contact-section .contact-card .contact-btn:hover{transform:translateY(-4px);box-shadow:0 8px 30px #ffb5a766}.contact-section .contact-card .contact-btn:active{transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-item{animation:fadeIn .4s ease-out;animation-fill-mode:both}.faq-item:nth-child(1){animation-delay:.05s}.faq-item:nth-child(2){animation-delay:.1s}.faq-item:nth-child(3){animation-delay:.15s}.faq-item:nth-child(4){animation-delay:.2s}.faq-item:nth-child(5){animation-delay:.25s}.faq-item:nth-child(6){animation-delay:.3s}.faq-item:nth-child(7){animation-delay:.35s}.faq-item:nth-child(8){animation-delay:.4s}.faq-item:nth-child(9){animation-delay:.45s}.faq-item:nth-child(10){animation-delay:.5s}.faq-main::-webkit-scrollbar{width:6px}.faq-main::-webkit-scrollbar-track{background:#fee8e3;border-radius:3px}.faq-main::-webkit-scrollbar-thumb{background:#ffb5a7;border-radius:3px}.faq-main::-webkit-scrollbar-thumb:hover{background:#f08080}@media (max-width: 968px){.category-sidebar h3{cursor:pointer;position:relative}.category-sidebar h3:after{content:"▼";position:absolute;right:0;font-size:.8rem;color:#ffb5a7}}.culture-tours-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#faf5ff,#fef3c7 40%,#fff7ed,#fef3c7b3);overflow-x:hidden}.culture-hero{position:relative;height:85vh;min-height:750px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 1024px){.culture-hero{height:75vh;min-height:550px}}@media (max-width: 768px){.culture-hero{height:70vh;min-height:500px}}@media (max-width: 480px){.culture-hero{height:65vh;min-height:450px}}.culture-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;animation:kenBurns 20s ease-in-out infinite alternate}.culture-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000073,#00000059);z-index:1}.culture-hero .hero-content{position:relative;z-index:2;text-align:center;max-width:1000px;padding:0 2rem;animation:fadeInUp 1s ease-out}@media (max-width: 768px){.culture-hero .hero-content{padding:0 1.5rem}}@media (max-width: 480px){.culture-hero .hero-content{padding:0 1rem}}.culture-hero .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 2.25rem;background:#ffffff40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:60px;font-size:.875rem;font-weight:800;letter-spacing:.12em;margin-bottom:2rem;border:2px solid rgba(255,255,255,.6);color:#fff;box-shadow:0 8px 32px #00000026;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.culture-hero .hero-content .hero-badge{padding:.625rem 1.5rem;font-size:.75rem;gap:.5rem;margin-bottom:1.25rem}.culture-hero .hero-content .hero-badge svg{width:16px;height:16px}}@media (max-width: 480px){.culture-hero .hero-content .hero-badge{padding:.5rem 1.25rem;font-size:.6875rem;margin-bottom:1rem}.culture-hero .hero-content .hero-badge svg{width:14px;height:14px}}.culture-hero .hero-content .hero-badge:hover{background:#ffffff59;transform:translateY(-2px)}.culture-hero .hero-content .hero-badge svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));animation:sparkle 2s ease-in-out infinite}.culture-hero .hero-content .hero-title{font-size:4.5rem;font-weight:900;color:#fff!important;margin-bottom:1.5rem;letter-spacing:-.04em;text-shadow:0 4px 20px rgba(0,0,0,.3),0 8px 40px rgba(0,0,0,.2);line-height:1.1}@media (max-width: 1024px){.culture-hero .hero-content .hero-title{font-size:3.5rem}}@media (max-width: 768px){.culture-hero .hero-content .hero-title{font-size:2.5rem;margin-bottom:1rem}}@media (max-width: 640px){.culture-hero .hero-content .hero-title{font-size:2rem}}@media (max-width: 480px){.culture-hero .hero-content .hero-title{font-size:1.75rem;margin-bottom:.875rem}}@media (max-width: 360px){.culture-hero .hero-content .hero-title{font-size:1.5rem}}.culture-hero .hero-content .hero-subtitle{font-size:1.375rem;color:#fffffff7!important;margin-bottom:3rem;font-weight:500;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.2)}@media (max-width: 1024px){.culture-hero .hero-content .hero-subtitle{font-size:1.25rem;margin-bottom:2rem}}@media (max-width: 768px){.culture-hero .hero-content .hero-subtitle{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}}@media (max-width: 480px){.culture-hero .hero-content .hero-subtitle{font-size:.9375rem;margin-bottom:1.25rem}}@media (max-width: 360px){.culture-hero .hero-content .hero-subtitle{font-size:.875rem}}.culture-hero .hero-content .hero-features{display:flex;justify-content:center;gap:80px;flex-wrap:wrap}@media (max-width: 1024px){.culture-hero .hero-content .hero-features{gap:60px}}@media (max-width: 768px){.culture-hero .hero-content .hero-features{gap:40px}}@media (max-width: 640px){.culture-hero .hero-content .hero-features{gap:30px}}@media (max-width: 480px){.culture-hero .hero-content .hero-features{gap:20px;flex-direction:row;justify-content:space-around}}.culture-hero .hero-content .hero-features .feature-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.culture-hero .hero-content .hero-features .feature-item{gap:.5rem;flex:0 1 auto}}.culture-hero .hero-content .hero-features .feature-item:hover{transform:translateY(-5px)}@media (max-width: 768px){.culture-hero .hero-content .hero-features .feature-item:hover{transform:translateY(-3px)}}.culture-hero .hero-content .hero-features .feature-item svg{color:#fffffff2;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}@media (max-width: 768px){.culture-hero .hero-content .hero-features .feature-item svg{width:20px;height:20px}}@media (max-width: 480px){.culture-hero .hero-content .hero-features .feature-item svg{width:18px;height:18px}}.culture-hero .hero-content .hero-features .feature-item span{color:#fffffff2;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-shadow:0 2px 4px rgba(0,0,0,.3);white-space:nowrap}@media (max-width: 768px){.culture-hero .hero-content .hero-features .feature-item span{font-size:.8125rem}}@media (max-width: 480px){.culture-hero .hero-content .hero-features .feature-item span{font-size:.6875rem;letter-spacing:.05em}}@media (max-width: 360px){.culture-hero .hero-content .hero-features .feature-item span{font-size:.625rem}}.culture-hero .hero-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:3;animation:bounce 2s infinite}@media (max-width: 768px){.culture-hero .hero-scroll-indicator{bottom:30px}}@media (max-width: 480px){.culture-hero .hero-scroll-indicator{bottom:20px}}.culture-hero .hero-scroll-indicator .scroll-arrow{width:30px;height:50px;border:3px solid rgba(255,255,255,.8);border-radius:25px;position:relative}@media (max-width: 480px){.culture-hero .hero-scroll-indicator .scroll-arrow{width:24px;height:40px;border:2px solid rgba(255,255,255,.8)}}.culture-hero .hero-scroll-indicator .scroll-arrow:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#ffffffe6;animation:scrollDot 2s infinite}@media (max-width: 480px){.culture-hero .hero-scroll-indicator .scroll-arrow:before{width:4px;height:4px;top:8px}}.section-badge{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.75rem;background:linear-gradient(135deg,#f9731626,#f43f5e26);color:#ea580c;border-radius:60px;font-size:.8125rem;font-weight:800;letter-spacing:.12em;margin-bottom:1.5rem;border:2px solid rgba(249,115,22,.3);transition:all .4s cubic-bezier(.4,0,.2,1)}.section-badge:hover{background:linear-gradient(135deg,#f9731640,#f43f5e40);transform:translateY(-2px)}.section-badge svg{animation:rotate 4s linear infinite}.section-title{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#c026d3,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;letter-spacing:-.03em}.region-filter{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem;padding:2rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:2px solid rgba(192,38,211,.15);box-shadow:0 2px 8px #c026d314}@media (max-width: 1024px){.region-filter{padding:1.5rem}}@media (max-width: 768px){.region-filter{gap:.75rem;padding:1.25rem}}@media (max-width: 480px){.region-filter{padding:1rem;gap:.625rem;border-radius:16px;margin-bottom:2rem}}.filter-btn{padding:.875rem 1.875rem;background:#fff;border:2px solid #cbd5e1;border-radius:16px;color:#475569;font-weight:700;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #c026d314;position:relative;overflow:hidden}.filter-btn:hover{border-color:#c026d3;color:#c026d3;transform:translateY(-3px);box-shadow:0 8px 24px #c026d31f}.filter-btn.active{background:linear-gradient(135deg,#c026d3,#a855f7);border-color:transparent;color:#fff;box-shadow:0 6px 20px #c026d366;transform:translateY(-2px)}.results-info .results-count .count-number{color:#c026d3;font-weight:800;font-size:1.125rem}.tour-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 8px 24px #c026d31f;border:2px solid rgba(192,38,211,.1);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .7s ease-out forwards;animation-delay:calc(var(--index) * .1s);position:relative}.tour-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 24px 60px #c026d340;border-color:#c026d3}.region-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1.25rem;border-radius:50px;font-size:.8125rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#fff;box-shadow:0 6px 20px #00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}@media (max-width: 480px){.region-badge{padding:.4rem 1rem;font-size:.75rem;top:.75rem;right:.75rem}}.region-badge.region-north{background:linear-gradient(135deg,#c026d3,#d946ef)}.region-badge.region-south{background:linear-gradient(135deg,#f97316,#dc2626)}.region-badge.region-east{background:linear-gradient(135deg,#14b8a6,#10b981)}.region-badge.region-west{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.tour-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(192,38,211,.95));display:flex;align-items:flex-end;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .4s}.tour-overlay .quick-view-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#fff;color:#c026d3;border:none;border-radius:50px;font-weight:800;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 24px #0003}.tour-location svg{color:#c026d3;flex-shrink:0}.meta-item{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.875rem;font-weight:700;padding:.5rem .875rem;background:#c026d314;border-radius:12px}.meta-item svg{color:#c026d3;flex-shrink:0}.tour-highlights{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1.5rem}@media (max-width: 480px){.tour-highlights{gap:.5rem;margin-bottom:1.25rem}}.tour-highlights .highlight-tag{display:flex;align-items:center;gap:.375rem;background:linear-gradient(135deg,#c026d31a,#f973161a);color:#1e293b;padding:.5rem .875rem;border-radius:14px;font-size:.8125rem;font-weight:700;border:1.5px solid rgba(192,38,211,.2);transition:all .25s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.tour-highlights .highlight-tag{padding:.4rem .75rem;font-size:.75rem;border-radius:10px;gap:.3rem}.tour-highlights .highlight-tag svg{width:10px;height:10px}}.tour-highlights .highlight-tag svg{color:#c026d3;flex-shrink:0}.tour-highlights .highlight-tag:hover{background:linear-gradient(135deg,#c026d333,#f9731633);transform:translateY(-2px);border-color:#c026d366}.tour-footer{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;padding-top:1.5rem;border-top:2px solid rgba(192,38,211,.12)}.price{font-size:1.75rem;font-weight:900;background:linear-gradient(135deg,#c026d3,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em;line-height:1}.book-btn{display:flex;align-items:center;gap:.625rem;padding:.9375rem 1.75rem;background:linear-gradient(135deg,#c026d3,#a855f7);color:#fff;border:none;border-radius:16px;font-weight:900;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 24px #c026d359;white-space:nowrap;position:relative;overflow:hidden}.book-btn:hover{background:linear-gradient(135deg,#a855f7,#c026d3);transform:translateY(-3px);box-shadow:0 10px 32px #c026d380;gap:.875rem}.cta-section .cta-background{position:absolute;inset:0;background:linear-gradient(135deg,#c026d3,#f97316)}.cta-section .cta-background .pattern-overlay{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.15) 2px,transparent 2px),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 2px,transparent 2px);background-size:100px 100px,150px 150px;animation:patternMove 30s linear infinite}.cta-section .cta-content .cta-icon{margin:0 auto 1.5rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));animation:sparkle 3s ease-in-out infinite}.cta-section .cta-content .cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;background:#fff;color:#c026d3;border:none;border-radius:60px;font-weight:900;font-size:1.125rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #0000004d;animation:fadeInUp .8s ease-out .4s backwards}@keyframes sparkle{0%,to{opacity:1;transform:scale(1) rotate(0)}50%{opacity:.8;transform:scale(1.1) rotate(180deg)}}@keyframes patternMove{0%{background-position:0 0,0 0}to{background-position:100px 100px,150px 150px}}.beach-getaway-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#ecfeff,#fef3c7 40%,#fff7ed,#fef3c7b3);overflow-x:hidden}.beach-hero{position:relative;height:100vh;min-height:750px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 1024px){.beach-hero{height:100vh;min-height:700px}}@media (max-width: 768px){.beach-hero{height:90vh;min-height:650px}}@media (max-width: 480px){.beach-hero{height:80vh;min-height:600px}}.beach-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;animation:kenBurns 20s ease-in-out infinite alternate}.beach-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000073,#00000059);z-index:1}.beach-hero .hero-content{position:relative;z-index:2;text-align:center;max-width:1000px;padding:0 2rem;animation:fadeInUp 1s ease-out}@media (max-width: 768px){.beach-hero .hero-content{padding:0 1.5rem}}@media (max-width: 480px){.beach-hero .hero-content{padding:0 1rem}}.beach-hero .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 2.25rem;background:#ffffff40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:60px;font-size:.875rem;font-weight:800;letter-spacing:.12em;margin-bottom:2rem;border:2px solid rgba(255,255,255,.6);color:#fff;box-shadow:0 8px 32px #00000026;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.beach-hero .hero-content .hero-badge{padding:.625rem 1.5rem;font-size:.75rem;gap:.5rem;margin-bottom:1.25rem}.beach-hero .hero-content .hero-badge svg{width:16px;height:16px}}@media (max-width: 480px){.beach-hero .hero-content .hero-badge{padding:.5rem 1.25rem;font-size:.6875rem;margin-bottom:1rem}.beach-hero .hero-content .hero-badge svg{width:14px;height:14px}}.beach-hero .hero-content .hero-badge:hover{background:#ffffff59;transform:translateY(-2px)}.beach-hero .hero-content .hero-badge svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.beach-hero .hero-content .hero-title{font-size:4.5rem;font-weight:900;color:#fff!important;margin-bottom:1.5rem;letter-spacing:-.04em;text-shadow:0 4px 20px rgba(0,0,0,.3),0 8px 40px rgba(0,0,0,.2);line-height:1.1}@media (max-width: 1024px){.beach-hero .hero-content .hero-title{font-size:3.5rem}}@media (max-width: 768px){.beach-hero .hero-content .hero-title{font-size:2.5rem;margin-bottom:1rem}}@media (max-width: 640px){.beach-hero .hero-content .hero-title{font-size:2rem}}@media (max-width: 480px){.beach-hero .hero-content .hero-title{font-size:1.75rem;margin-bottom:.875rem}}@media (max-width: 360px){.beach-hero .hero-content .hero-title{font-size:1.5rem}}.beach-hero .hero-content .hero-subtitle{font-size:1.375rem;color:#fffffff7!important;margin-bottom:3rem;font-weight:500;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.2)}@media (max-width: 1024px){.beach-hero .hero-content .hero-subtitle{font-size:1.25rem;margin-bottom:2rem}}@media (max-width: 768px){.beach-hero .hero-content .hero-subtitle{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}}@media (max-width: 480px){.beach-hero .hero-content .hero-subtitle{font-size:.9375rem;margin-bottom:1.25rem}}@media (max-width: 360px){.beach-hero .hero-content .hero-subtitle{font-size:.875rem}}.beach-hero .hero-content .hero-features{display:flex;justify-content:center;gap:80px;flex-wrap:wrap}@media (max-width: 1024px){.beach-hero .hero-content .hero-features{gap:60px}}@media (max-width: 768px){.beach-hero .hero-content .hero-features{gap:40px}}@media (max-width: 640px){.beach-hero .hero-content .hero-features{gap:30px}}@media (max-width: 480px){.beach-hero .hero-content .hero-features{gap:20px;flex-direction:row;justify-content:space-around}}.beach-hero .hero-content .hero-features .feature-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.beach-hero .hero-content .hero-features .feature-item{gap:.5rem;flex:0 1 auto}}.beach-hero .hero-content .hero-features .feature-item:hover{transform:translateY(-5px)}@media (max-width: 768px){.beach-hero .hero-content .hero-features .feature-item:hover{transform:translateY(-3px)}}.beach-hero .hero-content .hero-features .feature-item svg{color:#fffffff2;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}@media (max-width: 768px){.beach-hero .hero-content .hero-features .feature-item svg{width:20px;height:20px}}@media (max-width: 480px){.beach-hero .hero-content .hero-features .feature-item svg{width:18px;height:18px}}.beach-hero .hero-content .hero-features .feature-item span{color:#fffffff2;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-shadow:0 2px 4px rgba(0,0,0,.3);white-space:nowrap}@media (max-width: 768px){.beach-hero .hero-content .hero-features .feature-item span{font-size:.8125rem}}@media (max-width: 480px){.beach-hero .hero-content .hero-features .feature-item span{font-size:.6875rem;letter-spacing:.05em}}@media (max-width: 360px){.beach-hero .hero-content .hero-features .feature-item span{font-size:.625rem}}.beach-hero .hero-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:3;animation:bounce 2s infinite}@media (max-width: 768px){.beach-hero .hero-scroll-indicator{bottom:30px}}@media (max-width: 480px){.beach-hero .hero-scroll-indicator{bottom:20px}}.beach-hero .hero-scroll-indicator .scroll-arrow{width:30px;height:50px;border:3px solid rgba(255,255,255,.8);border-radius:25px;position:relative}@media (max-width: 480px){.beach-hero .hero-scroll-indicator .scroll-arrow{width:24px;height:40px;border:2px solid rgba(255,255,255,.8)}}.beach-hero .hero-scroll-indicator .scroll-arrow:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#ffffffe6;animation:scrollDot 2s infinite}@media (max-width: 480px){.beach-hero .hero-scroll-indicator .scroll-arrow:before{width:4px;height:4px;top:8px}}.tours-section{padding:6rem 2.5rem}.tours-container{max-width:1520px;margin:0 auto}.section-header{text-align:center;margin-bottom:3.5rem}.section-badge{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.75rem;background:linear-gradient(135deg,#06b6d426,#3b82f626);color:#0891b2;border-radius:60px;font-size:.8125rem;font-weight:800;letter-spacing:.12em;margin-bottom:1.5rem;border:2px solid rgba(6,182,212,.3);transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.section-badge{padding:.5rem 1.5rem;font-size:.75rem}.section-badge svg{width:14px;height:14px}}@media (max-width: 480px){.section-badge{padding:.5rem 1.25rem}}.section-badge:hover{background:linear-gradient(135deg,#06b6d440,#3b82f640);transform:translateY(-2px)}.section-badge svg{animation:float 3s ease-in-out infinite}.section-title{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;letter-spacing:-.03em}@media (max-width: 1024px){.section-title{font-size:2.5rem}}@media (max-width: 768px){.section-title{font-size:2.25rem}}@media (max-width: 480px){.section-title{font-size:1.875rem;margin-bottom:1rem}}.section-subtitle{font-size:1.125rem;color:#475569;max-width:750px;margin:0 auto;line-height:1.7;font-weight:500}@media (max-width: 768px){.section-subtitle{font-size:1rem;max-width:90%}}@media (max-width: 480px){.section-subtitle{font-size:.9375rem}}.type-filter{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem;padding:2rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:2px solid rgba(6,182,212,.15);box-shadow:0 2px 8px #06b6d414}@media (max-width: 1024px){.type-filter{padding:1.5rem}}@media (max-width: 768px){.type-filter{gap:.75rem;padding:1.25rem}}@media (max-width: 480px){.type-filter{padding:1rem;gap:.625rem;border-radius:16px;margin-bottom:2rem}}.filter-btn{padding:.875rem 1.875rem;background:#fff;border:2px solid #cbd5e1;border-radius:16px;color:#475569;font-weight:700;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #06b6d414;position:relative;overflow:hidden}@media (max-width: 768px){.filter-btn{padding:.75rem 1.5rem;font-size:.875rem}}@media (max-width: 480px){.filter-btn{padding:.625rem 1.25rem;font-size:.8125rem;border-radius:12px;flex:1 1 auto;min-width:calc(50% - .3125rem)}}.filter-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.filter-btn:hover{border-color:#22d3ee;color:#06b6d4;transform:translateY(-3px);box-shadow:0 8px 24px #06b6d41f}@media (max-width: 768px){.filter-btn:hover{transform:translateY(-2px)}}.filter-btn:hover:before{left:100%}.filter-btn.active{background:linear-gradient(135deg,#06b6d4,#3b82f6);border-color:transparent;color:#fff;box-shadow:0 6px 20px #06b6d466;transform:translateY(-2px)}.results-info{margin-bottom:2rem}@media (max-width: 480px){.results-info{margin-bottom:1.5rem}}.results-info .results-count{color:#64748b;font-size:1.0625rem;font-weight:600}@media (max-width: 768px){.results-info .results-count{font-size:1rem}}@media (max-width: 480px){.results-info .results-count{font-size:.9375rem}}.results-info .results-count .count-number{color:#06b6d4;font-weight:800;font-size:1.125rem}@media (max-width: 768px){.results-info .results-count .count-number{font-size:1.0625rem}}@media (max-width: 480px){.results-info .results-count .count-number{font-size:1rem}}.tours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem}@media (max-width: 1200px){.tours-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}}@media (max-width: 968px){.tours-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.tours-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 480px){.tours-grid{gap:1.5rem}}.tour-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 8px 24px #06b6d41f;border:2px solid rgba(6,182,212,.1);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .7s ease-out forwards;animation-delay:calc(var(--index) * .1s);position:relative}@media (max-width: 768px){.tour-card{border-radius:24px}}@media (max-width: 480px){.tour-card{border-radius:20px}}.tour-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 24px 60px #06b6d440;border-color:#22d3ee}@media (max-width: 768px){.tour-card:hover{transform:translateY(-8px) scale(1.01)}}@media (max-width: 480px){.tour-card:hover{transform:translateY(-6px)}}.tour-card .featured-badge{position:absolute;top:1rem;left:1rem;z-index:3;display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;border-radius:50px;font-size:.75rem;font-weight:800;text-transform:uppercase;box-shadow:0 4px 16px #f9731666;animation:pulse 2s ease-in-out infinite}@media (max-width: 480px){.tour-card .featured-badge{padding:.4rem .875rem;font-size:.6875rem;gap:.3rem;top:.75rem;left:.75rem}.tour-card .featured-badge svg{width:12px;height:12px}}.tour-card .featured-badge svg{animation:trendingIcon 1.5s ease-in-out infinite}.tour-image-wrapper{position:relative;height:240px;overflow:hidden}@media (max-width: 768px){.tour-image-wrapper{height:220px}}@media (max-width: 480px){.tour-image-wrapper{height:200px}}.tour-image{width:100%;height:100%;background-size:cover;background-position:center;transition:transform .8s cubic-bezier(.4,0,.2,1)}.tour-card:hover .tour-image{transform:scale(1.15)}.type-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1.25rem;border-radius:50px;font-size:.8125rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#fff;box-shadow:0 6px 20px #00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}@media (max-width: 480px){.type-badge{padding:.4rem 1rem;font-size:.75rem;top:.75rem;right:.75rem}}.type-badge.type-luxury{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.type-badge.type-adventure{background:linear-gradient(135deg,#f97316,#dc2626)}.type-badge.type-relaxation{background:linear-gradient(135deg,#14b8a6,#10b981)}.favorite-btn{position:absolute;bottom:1rem;right:1rem;width:44px;height:44px;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);color:#64748b;box-shadow:0 4px 12px #00000026;z-index:2}@media (max-width: 480px){.favorite-btn{width:38px;height:38px;bottom:.75rem;right:.75rem}.favorite-btn svg{width:16px;height:16px}}.favorite-btn:hover{transform:scale(1.15);background:#fff}.favorite-btn.active{color:#f43f5e;animation:heartBeat .6s ease-in-out}.tour-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(6,182,212,.95));display:flex;align-items:flex-end;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .4s}@media (max-width: 480px){.tour-overlay{padding:1rem}}.tour-overlay .quick-view-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#fff;color:#06b6d4;border:none;border-radius:50px;font-weight:800;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 24px #0003}@media (max-width: 480px){.tour-overlay .quick-view-btn{padding:.75rem 1.5rem;font-size:.875rem}.tour-overlay .quick-view-btn svg{width:14px;height:14px}}.tour-overlay .quick-view-btn:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000004d;gap:.75rem}.tour-image-wrapper:hover .tour-overlay{opacity:1}.tour-content{padding:1.75rem}@media (max-width: 768px){.tour-content{padding:1.5rem}}@media (max-width: 480px){.tour-content{padding:1.25rem}}.tour-title{font-size:1.5rem;font-weight:900;color:#1e293b;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.3}@media (max-width: 768px){.tour-title{font-size:1.375rem}}@media (max-width: 480px){.tour-title{font-size:1.25rem;margin-bottom:.875rem}}.tour-location{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9375rem;font-weight:600;margin-bottom:1.25rem}@media (max-width: 480px){.tour-location{font-size:.875rem;margin-bottom:1rem;gap:.4rem}.tour-location svg{width:14px;height:14px}}.tour-location svg{color:#06b6d4;flex-shrink:0}.tour-meta{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}@media (max-width: 480px){.tour-meta{gap:.75rem;margin-bottom:.875rem}}.meta-item{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.875rem;font-weight:700;padding:.5rem .875rem;background:#06b6d414;border-radius:12px}@media (max-width: 480px){.meta-item{padding:.4rem .75rem;font-size:.8125rem;gap:.4rem;border-radius:10px}.meta-item svg{width:13px;height:13px}}.meta-item svg{color:#06b6d4;flex-shrink:0}.tour-rating{display:flex;align-items:center;gap:.375rem;color:#f59e0b;font-size:.9375rem;font-weight:700;margin-bottom:1.25rem;padding:.5rem .875rem;background:#f59e0b1a;border-radius:50px;display:inline-flex;width:fit-content}@media (max-width: 480px){.tour-rating{padding:.4rem .75rem;font-size:.875rem;margin-bottom:1rem;gap:.3rem}.tour-rating svg{width:14px;height:14px}}.tour-rating .rating-value{color:#1e293b}.tour-rating .reviews{color:#64748b;font-size:.875rem;font-weight:600}@media (max-width: 480px){.tour-rating .reviews{font-size:.8125rem}}.tour-activities{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1.5rem}@media (max-width: 480px){.tour-activities{gap:.5rem;margin-bottom:1.25rem}}.tour-activities .activity-tag{display:flex;align-items:center;gap:.375rem;background:linear-gradient(135deg,#06b6d41a,#3b82f61a);color:#1e293b;padding:.5rem .875rem;border-radius:14px;font-size:.8125rem;font-weight:700;border:1.5px solid rgba(6,182,212,.2);transition:all .25s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.tour-activities .activity-tag{padding:.4rem .75rem;font-size:.75rem;border-radius:10px;gap:.3rem}}.tour-activities .activity-tag .dot{width:6px;height:6px;border-radius:50%;background:#06b6d4}@media (max-width: 480px){.tour-activities .activity-tag .dot{width:5px;height:5px}}.tour-activities .activity-tag:hover{background:linear-gradient(135deg,#06b6d433,#3b82f633);transform:translateY(-2px);border-color:#06b6d466}.tour-footer{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;padding-top:1.5rem;border-top:2px solid rgba(6,182,212,.12)}@media (max-width: 640px){.tour-footer{flex-direction:column;align-items:stretch;gap:1rem}}@media (max-width: 480px){.tour-footer{padding-top:1.25rem;gap:.875rem}}.price-section{display:flex;flex-direction:column;gap:.25rem}@media (max-width: 640px){.price-section{align-items:center}}.price-label{font-size:.75rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.08em}@media (max-width: 480px){.price-label{font-size:.6875rem}}.price{font-size:1.75rem;font-weight:900;background:linear-gradient(135deg,#06b6d4,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em;line-height:1}@media (max-width: 768px){.price{font-size:1.625rem}}@media (max-width: 480px){.price{font-size:1.5rem}}.price-person{font-size:.75rem;color:#94a3b8;font-weight:600}@media (max-width: 480px){.price-person{font-size:.6875rem}}.book-btn{display:flex;align-items:center;gap:.625rem;padding:.9375rem 1.75rem;background:linear-gradient(135deg,#06b6d4,#3b82f6);color:#fff;border:none;border-radius:16px;font-weight:900;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 24px #06b6d459;white-space:nowrap;position:relative;overflow:hidden}@media (max-width: 640px){.book-btn{justify-content:center;width:100%}}@media (max-width: 480px){.book-btn{padding:.875rem 1.5rem;font-size:.875rem;border-radius:14px}.book-btn svg{width:16px;height:16px}}.book-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 .6s}.book-btn:hover{background:linear-gradient(135deg,#22d3ee,#06b6d4);transform:translateY(-3px);box-shadow:0 10px 32px #06b6d480;gap:.875rem}@media (max-width: 768px){.book-btn:hover{transform:translateY(-2px)}}.book-btn:hover:before{left:100%}.book-btn:active{transform:translateY(-1px)}.cta-section{padding:120px 40px;position:relative;overflow:hidden;min-height:450px;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.cta-section{padding:100px 30px;min-height:400px}}.cta-section .cta-background{position:absolute;inset:0;background:linear-gradient(135deg,#06b6d4,#3b82f6)}.cta-section .cta-background .wave-animation{position:absolute;bottom:0;left:0;width:200%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120'%3E%3Cpath d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' opacity='.25' fill='%23ffffff'/%3E%3Cpath d='M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z' opacity='.5' fill='%23ffffff'/%3E%3Cpath d='M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z' fill='%23ffffff'/%3E%3C/svg%3E") repeat-x;opacity:.15}.cta-section .cta-background .wave1{animation:wave 15s linear infinite;z-index:1}.cta-section .cta-background .wave2{animation:wave 20s linear infinite reverse;z-index:2;opacity:.1}.cta-section .cta-background .wave3{animation:wave 25s linear infinite;z-index:3;opacity:.08}.cta-section .cta-content{position:relative;z-index:4;max-width:900px;text-align:center;color:#fff;padding:0 20px}.cta-section .cta-content .cta-icon{margin:0 auto 1.5rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));animation:float 3s ease-in-out infinite}@media (max-width: 768px){.cta-section .cta-content .cta-icon{width:40px;height:40px}}@media (max-width: 480px){.cta-section .cta-content .cta-icon{width:36px;height:36px;margin-bottom:1.25rem}}.cta-section .cta-content .cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;background:#fff;color:#06b6d4;border:none;border-radius:60px;font-weight:900;font-size:1.125rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #0000004d;animation:fadeInUp .8s ease-out .4s backwards}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes heartBeat{0%,to{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1.1)}75%{transform:scale(1.25)}}@keyframes wave{0%{transform:translate(0)}to{transform:translate(-50%)}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e293b;line-height:1.7;-webkit-font-smoothing:antialiased}.about-page{width:100%;background:linear-gradient(180deg,#fef3c7,#fff7ed,#fef3c7b3)}.about-hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 1024px){.about-hero{height:85vh;min-height:600px}}@media (max-width: 768px){.about-hero{height:75vh;min-height:500px}}@media (max-width: 480px){.about-hero{height:70vh;min-height:450px}}.about-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;animation:kenBurns 20s ease-in-out infinite alternate}.about-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000080,#0006);z-index:1}.about-hero .hero-content{position:relative;z-index:2;text-align:center;max-width:1100px;padding:0 2rem;animation:fadeInUp .8s ease-out}@media (max-width: 768px){.about-hero .hero-content{padding:0 1.5rem}}@media (max-width: 480px){.about-hero .hero-content{padding:0 1rem}}.about-hero .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:#ffffff40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:50px;font-size:.875rem;font-weight:800;letter-spacing:.15em;margin-bottom:2rem;border:2px solid rgba(255,255,255,.6);color:#fff}@media (max-width: 768px){.about-hero .hero-content .hero-badge{padding:.625rem 1.5rem;font-size:.75rem;margin-bottom:1.5rem}}@media (max-width: 480px){.about-hero .hero-content .hero-badge{padding:.5rem 1.25rem;font-size:.6875rem;margin-bottom:1.25rem;gap:.375rem}}@media (max-width: 480px){.about-hero .hero-content .hero-badge svg{width:14px;height:14px}}.about-hero .hero-content .hero-title{font-size:4.5rem;font-weight:900;color:#fff;margin-bottom:2rem;letter-spacing:-.04em;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.3),0 8px 40px rgba(0,0,0,.2)}@media (max-width: 1024px){.about-hero .hero-content .hero-title{font-size:3.5rem;margin-bottom:1.5rem}}@media (max-width: 768px){.about-hero .hero-content .hero-title{font-size:2.75rem;margin-bottom:1.25rem}}@media (max-width: 640px){.about-hero .hero-content .hero-title{font-size:2.25rem}}@media (max-width: 480px){.about-hero .hero-content .hero-title{font-size:2rem;margin-bottom:1rem}}.about-hero .hero-content .hero-subtitle{font-size:1.375rem;color:#fffffff7;margin-bottom:3rem;line-height:1.7;max-width:850px;margin-left:auto;margin-right:auto;text-shadow:0 2px 8px rgba(0,0,0,.2)}@media (max-width: 1024px){.about-hero .hero-content .hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem}}@media (max-width: 768px){.about-hero .hero-content .hero-subtitle{font-size:1.0625rem;margin-bottom:2rem;max-width:90%}}@media (max-width: 480px){.about-hero .hero-content .hero-subtitle{font-size:.9375rem;margin-bottom:1.75rem;line-height:1.6}}.about-hero .hero-content .hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media (max-width: 640px){.about-hero .hero-content .hero-buttons{gap:1rem}}@media (max-width: 480px){.about-hero .hero-content .hero-buttons{flex-direction:column;align-items:center;gap:.875rem}}.about-hero .hero-content .hero-buttons .hero-btn{display:flex;align-items:center;gap:.75rem;padding:1.25rem 2.75rem;border-radius:16px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);border:none;white-space:nowrap}@media (max-width: 768px){.about-hero .hero-content .hero-buttons .hero-btn{padding:1.125rem 2.25rem;font-size:.9375rem}}@media (max-width: 480px){.about-hero .hero-content .hero-buttons .hero-btn{padding:1rem 2rem;font-size:.875rem;width:100%;max-width:280px;justify-content:center}}@media (max-width: 480px){.about-hero .hero-content .hero-buttons .hero-btn svg{width:18px;height:18px}}.about-hero .hero-content .hero-buttons .hero-btn.primary{background:linear-gradient(135deg,#fff,#fed7aae6);color:#f97316;box-shadow:0 10px 30px #fff6}.about-hero .hero-content .hero-buttons .hero-btn.primary:hover{background:#fff;transform:translateY(-3px);box-shadow:0 15px 40px #ffffff80}@media (max-width: 768px){.about-hero .hero-content .hero-buttons .hero-btn.primary:hover{transform:translateY(-2px)}}.about-hero .hero-content .hero-buttons .hero-btn.secondary{background:#fff3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;border:2px solid rgba(255,255,255,.5)}.about-hero .hero-content .hero-buttons .hero-btn.secondary:hover{background:#ffffff4d;border-color:#fff;transform:translateY(-3px)}@media (max-width: 768px){.about-hero .hero-content .hero-buttons .hero-btn.secondary:hover{transform:translateY(-2px)}}.about-hero .hero-scroll{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#ffffffe6;font-size:.875rem;font-weight:600;letter-spacing:.05em;animation:float 3s ease-in-out infinite;z-index:2}@media (max-width: 768px){.about-hero .hero-scroll{bottom:2rem;font-size:.8125rem}}@media (max-width: 480px){.about-hero .hero-scroll{display:none}}.about-hero .hero-scroll .scroll-line{width:2px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.8),transparent)}.stats-section{padding:6rem 2.5rem 3rem;max-width:1520px;margin:-5rem auto 0;position:relative;z-index:10}@media (max-width: 1024px){.stats-section{padding:5rem 2rem 2.5rem;margin-top:-4rem}}@media (max-width: 768px){.stats-section{padding:4rem 1.5rem 2rem;margin-top:-3rem}}@media (max-width: 480px){.stats-section{padding:3rem 1rem 1.5rem;margin-top:-2.5rem}}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 1024px){.stats-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 640px){.stats-section .stats-grid{grid-template-columns:1fr;gap:1.25rem}}.stats-section .stats-grid .stat-card{background:linear-gradient(135deg,#fff,#dbeafe66);border-radius:28px;padding:3rem 2rem;text-align:center;box-shadow:0 15px 45px #0891b240;border:3px solid transparent;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media (max-width: 1024px){.stats-section .stats-grid .stat-card{padding:2.5rem 1.75rem;border-radius:24px}}@media (max-width: 768px){.stats-section .stats-grid .stat-card{padding:2rem 1.5rem;border-radius:20px}}@media (max-width: 480px){.stats-section .stats-grid .stat-card{padding:1.75rem 1.25rem;border-radius:18px}}.stats-section .stats-grid .stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0891b20d,#f973160d);opacity:0;transition:all .35s cubic-bezier(.4,0,.2,1);border-radius:28px}.stats-section .stats-grid .stat-card .stat-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:28px;background:radial-gradient(circle,var(--stat-color, #0891b2) 0%,transparent 70%);opacity:0;animation:pulse 2s ease-in-out infinite;pointer-events:none}.stats-section .stats-grid .stat-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 15px 45px #0891b240,0 0 50px var(--stat-color, #0891b2);border-color:var(--stat-color, #0891b2)}@media (max-width: 768px){.stats-section .stats-grid .stat-card:hover{transform:translateY(-8px) scale(1.01)}}@media (max-width: 480px){.stats-section .stats-grid .stat-card:hover{transform:translateY(-6px)}}.stats-section .stats-grid .stat-card:hover:before{opacity:1}.stats-section .stats-grid .stat-card:hover .stat-icon{transform:scale(1.15) rotate(5deg);filter:drop-shadow(0 8px 20px var(--stat-color, #0891b2))}.stats-section .stats-grid .stat-card .stat-icon{color:var(--stat-color, #0891b2);margin-bottom:1.5rem;display:flex;justify-content:center;position:relative;z-index:1;filter:drop-shadow(0 4px 12px rgba(8,145,178,.3));transition:all .35s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.stats-section .stats-grid .stat-card .stat-icon{margin-bottom:1.25rem}.stats-section .stats-grid .stat-card .stat-icon svg{width:36px;height:36px}}@media (max-width: 480px){.stats-section .stats-grid .stat-card .stat-icon{margin-bottom:1rem}.stats-section .stats-grid .stat-card .stat-icon svg{width:32px;height:32px}}.stats-section .stats-grid .stat-card .stat-number{font-size:3.25rem;font-weight:900;background:linear-gradient(135deg,var(--stat-color, #0891b2) 0%,#f97316 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;position:relative;z-index:1;letter-spacing:-.03em}@media (max-width: 1024px){.stats-section .stats-grid .stat-card .stat-number{font-size:2.75rem}}@media (max-width: 768px){.stats-section .stats-grid .stat-card .stat-number{font-size:2.5rem}}@media (max-width: 480px){.stats-section .stats-grid .stat-card .stat-number{font-size:2.25rem;margin-bottom:.5rem}}.stats-section .stats-grid .stat-card .stat-label{font-size:1.0625rem;color:#475569;font-weight:700;position:relative;z-index:1;letter-spacing:.01em}@media (max-width: 768px){.stats-section .stats-grid .stat-card .stat-label{font-size:1rem}}@media (max-width: 480px){.stats-section .stats-grid .stat-card .stat-label{font-size:.9375rem}}.founder-section{padding:6rem 2.5rem;max-width:1520px;margin:0 auto;background:linear-gradient(135deg,#0891b20d,#f973160d)}@media (max-width: 1024px){.founder-section{padding:5rem 2rem}}@media (max-width: 768px){.founder-section{padding:4rem 1.5rem}}@media (max-width: 480px){.founder-section{padding:3rem 1rem}}.founder-section .founder-container{display:grid;grid-template-columns:480px 1fr;gap:5rem;align-items:flex-start;background:#fff;border-radius:32px;padding:4rem;box-shadow:0 15px 45px #0891b240;border:3px solid #bfdbfe}@media (max-width: 1200px){.founder-section .founder-container{grid-template-columns:400px 1fr;gap:4rem;padding:3.5rem}}@media (max-width: 1024px){.founder-section .founder-container{grid-template-columns:1fr;gap:3rem;padding:3rem}}@media (max-width: 768px){.founder-section .founder-container{padding:2.5rem;border-radius:28px}}@media (max-width: 480px){.founder-section .founder-container{padding:2rem;border-radius:24px;gap:2.5rem}}.founder-section .founder-container .founder-image-wrapper{position:relative}@media (max-width: 1024px){.founder-section .founder-container .founder-image-wrapper{max-width:450px;margin:0 auto}}@media (max-width: 640px){.founder-section .founder-container .founder-image-wrapper{max-width:100%}}.founder-section .founder-container .founder-image-wrapper .founder-image{width:100%;height:580px;background-size:cover;background-position:center;border-radius:28px;box-shadow:0 8px 30px #0891b233;border:4px solid #ffffff;position:relative;overflow:hidden}@media (max-width: 1200px){.founder-section .founder-container .founder-image-wrapper .founder-image{height:500px}}@media (max-width: 768px){.founder-section .founder-container .founder-image-wrapper .founder-image{height:450px;border-radius:24px}}@media (max-width: 640px){.founder-section .founder-container .founder-image-wrapper .founder-image{height:400px}}@media (max-width: 480px){.founder-section .founder-container .founder-image-wrapper .founder-image{height:350px;border-radius:20px;border:3px solid #ffffff}}.founder-section .founder-container .founder-image-wrapper .founder-image .founder-overlay{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.2) 100%)}.founder-section .founder-container .founder-image-wrapper .founder-badge{position:absolute;top:2rem;right:2rem;width:75px;height:75px;background:linear-gradient(135deg,#0891b2,#f97316);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #0891b280;border:4px solid #ffffff;animation:pulse 2s ease-in-out infinite}@media (max-width: 768px){.founder-section .founder-container .founder-image-wrapper .founder-badge{width:65px;height:65px;top:1.5rem;right:1.5rem;border:3px solid #ffffff}.founder-section .founder-container .founder-image-wrapper .founder-badge svg{width:22px;height:22px}}@media (max-width: 480px){.founder-section .founder-container .founder-image-wrapper .founder-badge{width:55px;height:55px;top:1rem;right:1rem}.founder-section .founder-container .founder-image-wrapper .founder-badge svg{width:20px;height:20px}}.founder-section .founder-container .founder-image-wrapper .founder-quote{position:absolute;bottom:2rem;left:2rem;width:70px;height:70px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0891b2;box-shadow:0 6px 20px #00000026;border:3px solid #ffffff}@media (max-width: 768px){.founder-section .founder-container .founder-image-wrapper .founder-quote{width:60px;height:60px;bottom:1.5rem;left:1.5rem}.founder-section .founder-container .founder-image-wrapper .founder-quote svg{width:26px;height:26px}}@media (max-width: 480px){.founder-section .founder-container .founder-image-wrapper .founder-quote{width:50px;height:50px;bottom:1rem;left:1rem}.founder-section .founder-container .founder-image-wrapper .founder-quote svg{width:22px;height:22px}}@media (max-width: 1024px){.founder-section .founder-container .founder-content{text-align:center;display:flex;flex-direction:column;align-items:center}}.founder-section .founder-container .founder-content .section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background:linear-gradient(135deg,#f9731633,#f43f5e33);color:#f97316;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:1.5rem;border:2px solid rgba(249,115,22,.4)}@media (max-width: 480px){.founder-section .founder-container .founder-content .section-badge{padding:.5rem 1.25rem;font-size:.6875rem;margin-bottom:1.25rem;gap:.375rem}.founder-section .founder-container .founder-content .section-badge svg{width:12px;height:12px}}.founder-section .founder-container .founder-content .founder-name{font-size:3.5rem;font-weight:900;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.04em;line-height:1.1}@media (max-width: 1200px){.founder-section .founder-container .founder-content .founder-name{font-size:3rem}}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-name{font-size:2.5rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-name{font-size:2.25rem;margin-bottom:.875rem}}.founder-section .founder-container .founder-content .founder-tagline{font-size:1.375rem;color:#475569;font-weight:600;margin-bottom:2rem;line-height:1.5}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-tagline{font-size:1.25rem;margin-bottom:1.75rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-tagline{font-size:1.125rem;margin-bottom:1.5rem}}.founder-section .founder-container .founder-content .founder-quote-text{background:linear-gradient(135deg,#0891b214,#f9731614);border-left:4px solid #0891b2;padding:1.75rem 2rem;border-radius:16px;margin-bottom:2.5rem;position:relative}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-quote-text{padding:1.5rem 1.75rem;margin-bottom:2rem;border-radius:14px}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-quote-text{padding:1.25rem 1.5rem;margin-bottom:1.75rem;border-radius:12px;border-left-width:3px}}.founder-section .founder-container .founder-content .founder-quote-text svg{position:absolute;top:1.25rem;right:1.5rem;color:#0891b233}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-quote-text svg{width:16px;height:16px;top:1rem;right:1rem}}.founder-section .founder-container .founder-content .founder-quote-text p{font-size:1.0625rem;color:#1e293b;line-height:1.8;font-style:italic;font-weight:500}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-quote-text p{font-size:1rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-quote-text p{font-size:.9375rem;line-height:1.7}}.founder-section .founder-container .founder-content .founder-specialties{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2.5rem}@media (max-width: 1024px){.founder-section .founder-container .founder-content .founder-specialties{max-width:600px}}@media (max-width: 640px){.founder-section .founder-container .founder-content .founder-specialties{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-specialties{margin-bottom:2rem}}.founder-section .founder-container .founder-content .founder-specialties .specialty-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#0891b21a,#f973161a);border-radius:18px;border:2px solid rgba(8,145,178,.25);transition:all .35s cubic-bezier(.4,0,.2,1)}@media (max-width: 1024px){.founder-section .founder-container .founder-content .founder-specialties .specialty-item{justify-content:flex-start}}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-specialties .specialty-item{padding:1.125rem 1.25rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-specialties .specialty-item{padding:1rem;gap:.875rem}.founder-section .founder-container .founder-content .founder-specialties .specialty-item svg{width:18px;height:18px}}.founder-section .founder-container .founder-content .founder-specialties .specialty-item svg{color:#0891b2;flex-shrink:0}.founder-section .founder-container .founder-content .founder-specialties .specialty-item div{text-align:left}.founder-section .founder-container .founder-content .founder-specialties .specialty-item div h4{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:.25rem;letter-spacing:-.02em}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-specialties .specialty-item div h4{font-size:.9375rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-specialties .specialty-item div h4{font-size:.875rem;margin-bottom:.2rem}}.founder-section .founder-container .founder-content .founder-specialties .specialty-item div span{font-size:.875rem;color:#64748b;font-weight:500}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-specialties .specialty-item div span{font-size:.8125rem}}.founder-section .founder-container .founder-content .founder-specialties .specialty-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0891b226;border-color:#0891b2;background:linear-gradient(135deg,#0891b226,#f9731626)}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-specialties .specialty-item:hover{transform:translateY(-3px)}}.founder-section .founder-container .founder-content .founder-description{margin-bottom:2rem}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-description{margin-bottom:1.75rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-description{margin-bottom:1.5rem}}.founder-section .founder-container .founder-content .founder-description p{font-size:1.0625rem;color:#475569;line-height:1.8;margin-bottom:1rem}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-description p{font-size:1rem;margin-bottom:.875rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-description p{font-size:.9375rem;line-height:1.7;margin-bottom:.75rem}}.founder-section .founder-container .founder-content .founder-description p:last-child{margin-bottom:0}.founder-section .founder-container .founder-content .founder-credentials{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}@media (max-width: 1024px){.founder-section .founder-container .founder-content .founder-credentials{justify-content:center}}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-credentials{margin-bottom:1.75rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-credentials{margin-bottom:1.5rem;gap:.875rem}}.founder-section .founder-container .founder-content .founder-credentials .credential-item{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#10b9811a;border-radius:50px;font-size:.875rem;font-weight:600;color:#10b981;border:2px solid rgba(16,185,129,.25)}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-credentials .credential-item{padding:.5rem 1rem;font-size:.8125rem;gap:.4rem}.founder-section .founder-container .founder-content .founder-credentials .credential-item svg{width:16px;height:16px}}.founder-section .founder-container .founder-content .founder-credentials .credential-item svg{flex-shrink:0}.founder-section .founder-container .founder-content .founder-location{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.75rem;background:#06b6d41a;border-radius:16px;border:2px solid rgba(6,182,212,.25);margin-bottom:2rem}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-location{padding:.875rem 1.5rem;margin-bottom:1.75rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-location{padding:.75rem 1.25rem;margin-bottom:1.5rem;gap:.625rem}.founder-section .founder-container .founder-content .founder-location svg{width:16px;height:16px}}.founder-section .founder-container .founder-content .founder-location svg{color:#0891b2;flex-shrink:0}.founder-section .founder-container .founder-content .founder-location div{display:flex;flex-direction:column;gap:.25rem}.founder-section .founder-container .founder-content .founder-location div .location-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-location div .location-label{font-size:.6875rem}}.founder-section .founder-container .founder-content .founder-location div .location-name{font-size:.9375rem;color:#0891b2;font-weight:700}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-location div .location-name{font-size:.875rem}}.founder-section .founder-container .founder-content .founder-contact{display:flex;gap:1rem;margin-bottom:2rem}@media (max-width: 1024px){.founder-section .founder-container .founder-content .founder-contact{justify-content:center}}@media (max-width: 640px){.founder-section .founder-container .founder-content .founder-contact{flex-direction:column;max-width:400px}}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-contact{margin-bottom:1.75rem}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-contact{margin-bottom:1.5rem;gap:.875rem}}.founder-section .founder-container .founder-content .founder-contact .contact-btn{display:flex;align-items:center;gap:.625rem;padding:1rem 1.75rem;background:linear-gradient(135deg,#0891b2,#06b6d4);color:#fff;border-radius:14px;font-weight:700;font-size:.9375rem;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-contact .contact-btn{padding:.875rem 1.5rem;font-size:.875rem}}@media (max-width: 640px){.founder-section .founder-container .founder-content .founder-contact .contact-btn{width:100%;justify-content:center}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-contact .contact-btn{padding:.75rem 1.25rem;font-size:.8125rem;gap:.5rem}.founder-section .founder-container .founder-content .founder-contact .contact-btn svg{width:16px;height:16px}}.founder-section .founder-container .founder-content .founder-contact .contact-btn:hover{background:linear-gradient(135deg,#0e7490,#0891b2);transform:translateY(-3px);box-shadow:0 8px 24px #0891b266}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-contact .contact-btn:hover{transform:translateY(-2px)}}.founder-section .founder-container .founder-content .founder-contact .contact-btn:nth-child(2){background:linear-gradient(135deg,#f97316,#fb923c)}.founder-section .founder-container .founder-content .founder-contact .contact-btn:nth-child(2):hover{background:linear-gradient(135deg,#d65b06,#f97316);box-shadow:0 8px 24px #f9731666}.founder-section .founder-container .founder-content .founder-social{display:flex;gap:1rem}@media (max-width: 1024px){.founder-section .founder-container .founder-content .founder-social{justify-content:center}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-social{gap:.875rem}}.founder-section .founder-container .founder-content .founder-social a{width:50px;height:50px;background:linear-gradient(135deg,#0891b21a,#f973161a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0891b2;border:2px solid rgba(8,145,178,.25);transition:all .35s cubic-bezier(.4,0,.2,1);text-decoration:none}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-social a{width:46px;height:46px}.founder-section .founder-container .founder-content .founder-social a svg{width:16px;height:16px}}@media (max-width: 480px){.founder-section .founder-container .founder-content .founder-social a{width:42px;height:42px}.founder-section .founder-container .founder-content .founder-social a svg{width:15px;height:15px}}.founder-section .founder-container .founder-content .founder-social a:hover{background:linear-gradient(135deg,#0891b2,#f97316);color:#fff;border-color:transparent;transform:translateY(-3px);box-shadow:0 8px 24px #0891b266}@media (max-width: 768px){.founder-section .founder-container .founder-content .founder-social a:hover{transform:translateY(-2px)}}.story-section,.values-section,.services-section,.destinations-section,.why-choose-section,.timeline-section,.testimonials-section,.achievements-section{padding:5.5rem 2.5rem;max-width:1520px;margin:0 auto}@media (max-width: 1024px){.story-section,.values-section,.services-section,.destinations-section,.why-choose-section,.timeline-section,.testimonials-section,.achievements-section{padding:4.5rem 2rem}}@media (max-width: 768px){.story-section,.values-section,.services-section,.destinations-section,.why-choose-section,.timeline-section,.testimonials-section,.achievements-section{padding:4rem 1.5rem}}@media (max-width: 480px){.story-section,.values-section,.services-section,.destinations-section,.why-choose-section,.timeline-section,.testimonials-section,.achievements-section{padding:3rem 1rem}}.section-header{text-align:center;margin-bottom:4rem}@media (max-width: 768px){.section-header{margin-bottom:3rem}}@media (max-width: 480px){.section-header{margin-bottom:2.5rem}}.section-header .section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;background:linear-gradient(135deg,#f9731633,#f43f5e33);color:#f97316;border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:1.25rem;border:2px solid rgba(249,115,22,.4)}@media (max-width: 480px){.section-header .section-badge{padding:.5rem 1.25rem;font-size:.6875rem;margin-bottom:1rem;gap:.375rem}.section-header .section-badge svg{width:12px;height:12px}}.section-header .section-title{font-size:2.75rem;font-weight:900;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;letter-spacing:-.04em;line-height:1.15}@media (max-width: 1024px){.section-header .section-title{font-size:2.5rem}}@media (max-width: 768px){.section-header .section-title{font-size:2.25rem}}@media (max-width: 480px){.section-header .section-title{font-size:1.875rem;margin-bottom:1rem}}.section-header .section-subtitle{font-size:1.0625rem;color:#475569;max-width:680px;margin:0 auto;line-height:1.7;font-weight:500}@media (max-width: 768px){.section-header .section-subtitle{font-size:1rem;max-width:90%}}@media (max-width: 480px){.section-header .section-subtitle{font-size:.9375rem}}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media (max-width: 1024px){.story-content{gap:3.5rem}}@media (max-width: 768px){.story-content{grid-template-columns:1fr;gap:3rem}}.story-content .story-text{order:1}@media (max-width: 768px){.story-content .story-text{order:2}}.story-content .story-text .story-paragraph{font-size:1.0625rem;color:#475569;margin-bottom:1.5rem;line-height:1.8}@media (max-width: 768px){.story-content .story-text .story-paragraph{font-size:1rem;margin-bottom:1.25rem}}@media (max-width: 480px){.story-content .story-text .story-paragraph{font-size:.9375rem;line-height:1.7}}.story-content .story-text .story-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}@media (max-width: 640px){.story-content .story-text .story-features{grid-template-columns:1fr;gap:.875rem}}@media (max-width: 480px){.story-content .story-text .story-features{margin-top:1.5rem}}.story-content .story-text .story-features .feature-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:#06b6d41a;border-radius:14px;border:2px solid rgba(6,182,212,.25);font-weight:600;color:#1e293b;font-size:.9375rem}@media (max-width: 768px){.story-content .story-text .story-features .feature-item{padding:.75rem 1rem;font-size:.875rem}}@media (max-width: 480px){.story-content .story-text .story-features .feature-item{padding:.625rem .875rem;font-size:.8125rem;gap:.625rem}.story-content .story-text .story-features .feature-item svg{width:18px;height:18px}}.story-content .story-text .story-features .feature-item svg{color:#0891b2;flex-shrink:0}.story-content .story-images{position:relative;height:600px;order:2}@media (max-width: 1024px){.story-content .story-images{height:500px}}@media (max-width: 768px){.story-content .story-images{height:450px;order:1}}@media (max-width: 480px){.story-content .story-images{height:380px}}.story-content .story-images .story-image{position:absolute;background-size:cover;background-position:center;border-radius:24px;box-shadow:0 8px 30px #0891b233;border:3px solid #ffffff;overflow:hidden}@media (max-width: 768px){.story-content .story-images .story-image{border-radius:20px;border:2px solid #ffffff}}@media (max-width: 480px){.story-content .story-images .story-image{border-radius:16px}}.story-content .story-images .story-image .image-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:1.5rem 1.25rem 1rem;font-size:.9375rem;font-weight:700;letter-spacing:.02em}@media (max-width: 480px){.story-content .story-images .story-image .image-caption{padding:1.25rem 1rem .875rem;font-size:.875rem}}.story-content .story-images .story-image.main{width:70%;height:75%;top:0;left:0;z-index:2}.story-content .story-images .story-image.secondary{width:60%;height:60%;bottom:0;right:0;z-index:1}.story-content .story-images .story-badge{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 1.75rem;border-radius:20px;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 30px #00000026;border:2px solid #0891b2;z-index:3}@media (max-width: 768px){.story-content .story-images .story-badge{padding:.875rem 1.5rem;bottom:1.5rem}}@media (max-width: 480px){.story-content .story-images .story-badge{padding:.75rem 1.25rem;bottom:1rem;border-radius:16px}.story-content .story-images .story-badge svg{width:26px;height:26px}}.story-content .story-images .story-badge svg{color:#0891b2}.story-content .story-images .story-badge span{font-size:1.125rem;font-weight:800;background:linear-gradient(135deg,#0891b2,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 480px){.story-content .story-images .story-badge span{font-size:1rem}}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 1024px){.services-grid{gap:1.75rem}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}}.services-grid .service-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 1px 3px #0891b21f;border:2px solid #bfdbfe;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media (max-width: 768px){.services-grid .service-card{padding:2rem;border-radius:20px}}@media (max-width: 480px){.services-grid .service-card{padding:1.75rem;border-radius:18px}}.services-grid .service-card:before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:var(--service-color, #0891b2);opacity:.05;border-radius:50%;transform:translate(50%,-50%);transition:all .35s cubic-bezier(.4,0,.2,1)}.services-grid .service-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0891b233,0 0 40px var(--service-color, #0891b2);border-color:var(--service-color, #0891b2)}@media (max-width: 768px){.services-grid .service-card:hover{transform:translateY(-6px)}}.services-grid .service-card:hover:before{transform:translate(30%,-30%) scale(1.5);opacity:.1}.services-grid .service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.services-grid .service-card .service-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.75rem;box-shadow:0 8px 24px #00000026;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}@media (max-width: 768px){.services-grid .service-card .service-icon{width:70px;height:70px;margin-bottom:1.5rem}.services-grid .service-card .service-icon svg{width:28px;height:28px}}@media (max-width: 480px){.services-grid .service-card .service-icon{width:65px;height:65px;margin-bottom:1.25rem;border-radius:16px}.services-grid .service-card .service-icon svg{width:26px;height:26px}}.services-grid .service-card .service-title{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:.875rem;letter-spacing:-.03em;position:relative;z-index:1}@media (max-width: 768px){.services-grid .service-card .service-title{font-size:1.375rem;margin-bottom:.75rem}}@media (max-width: 480px){.services-grid .service-card .service-title{font-size:1.25rem}}.services-grid .service-card .service-description{font-size:1rem;color:#475569;line-height:1.7;margin-bottom:1.5rem;position:relative;z-index:1}@media (max-width: 768px){.services-grid .service-card .service-description{font-size:.9375rem;margin-bottom:1.25rem}}@media (max-width: 480px){.services-grid .service-card .service-description{font-size:.875rem}}.services-grid .service-card .service-features{list-style:none;margin-bottom:1.75rem;position:relative;z-index:1}@media (max-width: 768px){.services-grid .service-card .service-features{margin-bottom:1.5rem}}@media (max-width: 480px){.services-grid .service-card .service-features{margin-bottom:1.25rem}}.services-grid .service-card .service-features li{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:#475569;margin-bottom:.625rem;font-weight:500}@media (max-width: 480px){.services-grid .service-card .service-features li{font-size:.875rem;margin-bottom:.5rem}.services-grid .service-card .service-features li svg{width:14px;height:14px}}.services-grid .service-card .service-features li svg{color:var(--service-color, #0891b2);flex-shrink:0}.services-grid .service-card .service-features li:last-child{margin-bottom:0}.services-grid .service-card .service-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#0891b21a,#f973161a);color:#0891b2;border-radius:12px;font-weight:700;font-size:.9375rem;border:2px solid rgba(8,145,178,.25);cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}@media (max-width: 480px){.services-grid .service-card .service-btn{padding:.625rem 1.25rem;font-size:.875rem}.services-grid .service-card .service-btn svg{width:14px;height:14px}}.services-grid .service-card .service-btn:hover{background:linear-gradient(135deg,#0891b2,#f97316);color:#fff;border-color:transparent;transform:translate(5px)}.destinations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.destinations-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (max-width: 640px){.destinations-grid{grid-template-columns:1fr;gap:1.5rem}}.destinations-grid .destination-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 1px 3px #0891b21f;border:2px solid #bfdbfe;transition:all .35s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.destinations-grid .destination-card{border-radius:20px}}@media (max-width: 480px){.destinations-grid .destination-card{border-radius:18px}}.destinations-grid .destination-card:hover{transform:translateY(-10px);box-shadow:0 8px 30px #0891b233,0 0 40px #06b6d44d;border-color:#06b6d4}@media (max-width: 768px){.destinations-grid .destination-card:hover{transform:translateY(-6px)}}.destinations-grid .destination-card:hover .destination-image{transform:scale(1.1)}.destinations-grid .destination-card:hover .destination-overlay{opacity:.5}.destinations-grid .destination-card .destination-image{position:relative;height:280px;background-size:cover;background-position:center;transition:transform .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.destinations-grid .destination-card .destination-image{height:240px}}@media (max-width: 480px){.destinations-grid .destination-card .destination-image{height:220px}}.destinations-grid .destination-card .destination-image .destination-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 100%);opacity:.6;transition:all .35s cubic-bezier(.4,0,.2,1)}.destinations-grid .destination-card .destination-image .destination-season{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.5rem 1rem;border-radius:50px;display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;color:#0891b2;border:2px solid #ffffff;z-index:1}@media (max-width: 480px){.destinations-grid .destination-card .destination-image .destination-season{padding:.4rem .875rem;font-size:.75rem;top:.875rem;right:.875rem}.destinations-grid .destination-card .destination-image .destination-season svg{width:12px;height:12px}}.destinations-grid .destination-card .destination-content{padding:1.75rem}@media (max-width: 768px){.destinations-grid .destination-card .destination-content{padding:1.5rem}}@media (max-width: 480px){.destinations-grid .destination-card .destination-content{padding:1.25rem}}.destinations-grid .destination-card .destination-content .destination-icon{width:48px;height:48px;background:linear-gradient(135deg,#0891b2,#f97316);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem;box-shadow:0 6px 20px #0891b24d}@media (max-width: 480px){.destinations-grid .destination-card .destination-content .destination-icon{width:44px;height:44px;margin-bottom:.875rem;border-radius:12px}.destinations-grid .destination-card .destination-content .destination-icon svg{width:20px;height:20px}}.destinations-grid .destination-card .destination-content .destination-name{font-size:1.375rem;font-weight:800;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.625rem;letter-spacing:-.03em}@media (max-width: 768px){.destinations-grid .destination-card .destination-content .destination-name{font-size:1.25rem}}@media (max-width: 480px){.destinations-grid .destination-card .destination-content .destination-name{font-size:1.125rem;margin-bottom:.5rem}}.destinations-grid .destination-card .destination-content .destination-description{font-size:.9375rem;color:#475569;line-height:1.6;margin-bottom:1.25rem}@media (max-width: 480px){.destinations-grid .destination-card .destination-content .destination-description{font-size:.875rem;margin-bottom:1rem}}.destinations-grid .destination-card .destination-content .destination-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#0891b21a,#f973161a);color:#0891b2;border-radius:12px;font-weight:700;font-size:.875rem;border:2px solid rgba(8,145,178,.25);cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.destinations-grid .destination-card .destination-content .destination-btn{padding:.5rem 1rem;font-size:.8125rem}.destinations-grid .destination-card .destination-content .destination-btn svg{width:12px;height:12px}}.destinations-grid .destination-card .destination-content .destination-btn:hover{background:linear-gradient(135deg,#0891b2,#f97316);color:#fff;border-color:transparent;transform:translate(5px)}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 1024px){.values-grid{gap:1.5rem}}@media (max-width: 768px){.values-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.values-grid{gap:1.25rem}}.values-grid .value-card{background:#fff;border-radius:24px;padding:2.5rem;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);border:2px solid #bfdbfe;box-shadow:0 1px 3px #0891b21f;min-height:300px;position:relative;overflow:hidden}@media (max-width: 1024px){.values-grid .value-card{padding:2rem;border-radius:20px;min-height:270px}}@media (max-width: 768px){.values-grid .value-card{padding:2rem 1.75rem;min-height:auto}}@media (max-width: 480px){.values-grid .value-card{padding:1.75rem 1.5rem;border-radius:18px}}.values-grid .value-card .value-number{position:absolute;bottom:1.5rem;right:1.5rem;font-size:5rem;font-weight:900;color:var(--value-color, #0891b2);opacity:.08;line-height:1}@media (max-width: 768px){.values-grid .value-card .value-number{font-size:4rem;bottom:1.25rem;right:1.25rem}}@media (max-width: 480px){.values-grid .value-card .value-number{font-size:3.5rem;bottom:1rem;right:1rem}}.values-grid .value-card:hover,.values-grid .value-card.active{transform:translateY(-8px);box-shadow:0 8px 30px #0891b233,0 0 35px var(--value-color, #0891b2);border-color:var(--value-color, #0891b2)}@media (max-width: 768px){.values-grid .value-card:hover,.values-grid .value-card.active{transform:translateY(-6px)}}.values-grid .value-card:hover .value-number,.values-grid .value-card.active .value-number{opacity:.12}.values-grid .value-card .value-icon{margin-bottom:1.5rem;position:relative;z-index:1}@media (max-width: 768px){.values-grid .value-card .value-icon{margin-bottom:1.25rem}.values-grid .value-card .value-icon svg{width:40px;height:40px}}@media (max-width: 480px){.values-grid .value-card .value-icon{margin-bottom:1rem}.values-grid .value-card .value-icon svg{width:36px;height:36px}}.values-grid .value-card .value-title{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem;letter-spacing:-.03em;position:relative;z-index:1}@media (max-width: 768px){.values-grid .value-card .value-title{font-size:1.375rem}}@media (max-width: 480px){.values-grid .value-card .value-title{font-size:1.25rem;margin-bottom:.875rem}}.values-grid .value-card .value-description{font-size:1rem;color:#475569;line-height:1.75;position:relative;z-index:1}@media (max-width: 768px){.values-grid .value-card .value-description{font-size:.9375rem}}@media (max-width: 480px){.values-grid .value-card .value-description{font-size:.875rem;line-height:1.7}}.why-choose-content .why-choose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}@media (max-width: 1024px){.why-choose-content .why-choose-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (max-width: 640px){.why-choose-content .why-choose-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.why-choose-content .why-choose-grid{margin-top:2.5rem}}.why-choose-content .why-choose-grid .why-item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.75rem;background:#fff;border-radius:20px;border:2px solid #bfdbfe;box-shadow:0 1px 3px #0891b21f;transition:all .35s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.why-choose-content .why-choose-grid .why-item{padding:1.5rem}}@media (max-width: 480px){.why-choose-content .why-choose-grid .why-item{padding:1.25rem;gap:1rem;border-radius:16px}}.why-choose-content .why-choose-grid .why-item:hover{transform:translateY(-6px);box-shadow:0 4px 16px #0891b226,0 0 40px #06b6d44d;border-color:#0891b2}@media (max-width: 768px){.why-choose-content .why-choose-grid .why-item:hover{transform:translateY(-4px)}}.why-choose-content .why-choose-grid .why-item:hover .why-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#0891b2,#f97316);color:#fff}.why-choose-content .why-choose-grid .why-item .why-icon{width:56px;height:56px;min-width:56px;background:linear-gradient(135deg,#0891b21a,#f973161a);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#0891b2;transition:all .35s cubic-bezier(.4,0,.2,1);border:2px solid rgba(8,145,178,.25)}@media (max-width: 480px){.why-choose-content .why-choose-grid .why-item .why-icon{width:50px;height:50px;min-width:50px;border-radius:14px}.why-choose-content .why-choose-grid .why-item .why-icon svg{width:26px;height:26px}}.why-choose-content .why-choose-grid .why-item .why-text h4{font-size:1.125rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;letter-spacing:-.02em}@media (max-width: 768px){.why-choose-content .why-choose-grid .why-item .why-text h4{font-size:1.0625rem}}@media (max-width: 480px){.why-choose-content .why-choose-grid .why-item .why-text h4{font-size:1rem;margin-bottom:.4rem}}.why-choose-content .why-choose-grid .why-item .why-text p{font-size:.9375rem;color:#475569;line-height:1.6}@media (max-width: 480px){.why-choose-content .why-choose-grid .why-item .why-text p{font-size:.875rem}}.timeline{max-width:1100px;margin:0 auto;position:relative}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:3px;height:100%;background:linear-gradient(180deg,#0891b2,#f97316)}@media (max-width: 768px){.timeline:before{left:35px;transform:none}}@media (max-width: 480px){.timeline:before{left:27.5px}}.timeline .timeline-item{display:grid;grid-template-columns:1fr auto 1fr;gap:2.5rem;margin-bottom:3.5rem;opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--timeline-index) * .15s)}@media (max-width: 1024px){.timeline .timeline-item{gap:2rem;margin-bottom:3rem}}@media (max-width: 768px){.timeline .timeline-item{grid-template-columns:auto 1fr;gap:1.5rem;margin-bottom:2.5rem}}@media (max-width: 480px){.timeline .timeline-item{gap:1.25rem;margin-bottom:2rem}}.timeline .timeline-item:nth-child(2n) .timeline-year{grid-column:3;text-align:left}@media (max-width: 768px){.timeline .timeline-item:nth-child(2n) .timeline-year{grid-column:2}}.timeline .timeline-item:nth-child(2n) .timeline-connector{grid-column:2}@media (max-width: 768px){.timeline .timeline-item:nth-child(2n) .timeline-connector{grid-column:1}}.timeline .timeline-item:nth-child(2n) .timeline-content{grid-column:1;text-align:right}@media (max-width: 768px){.timeline .timeline-item:nth-child(2n) .timeline-content{grid-column:2;text-align:left}}.timeline .timeline-item:nth-child(odd) .timeline-year{grid-column:1;text-align:right}@media (max-width: 768px){.timeline .timeline-item:nth-child(odd) .timeline-year{grid-column:2;text-align:left}}.timeline .timeline-item:nth-child(odd) .timeline-connector{grid-column:2}@media (max-width: 768px){.timeline .timeline-item:nth-child(odd) .timeline-connector{grid-column:1}}.timeline .timeline-item:nth-child(odd) .timeline-content{grid-column:3;text-align:left}@media (max-width: 768px){.timeline .timeline-item:nth-child(odd) .timeline-content{grid-column:2}}.timeline .timeline-item .timeline-year{font-size:2rem;font-weight:900;background:linear-gradient(135deg,#0891b2,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center}@media (max-width: 768px){.timeline .timeline-item .timeline-year{font-size:1.75rem;justify-content:flex-start}}@media (max-width: 480px){.timeline .timeline-item .timeline-year{font-size:1.5rem}}.timeline .timeline-item .timeline-connector{display:flex;flex-direction:column;align-items:center;position:relative}.timeline .timeline-item .timeline-connector .timeline-dot{width:24px;height:24px;background:#fff;border:4px solid #0891b2;border-radius:50%;box-shadow:0 0 0 8px #0891b226,0 4px 12px #0891b24d;position:relative;z-index:2}@media (max-width: 480px){.timeline .timeline-item .timeline-connector .timeline-dot{width:20px;height:20px;border-width:3px}}.timeline .timeline-item .timeline-connector .timeline-line{display:none}.timeline .timeline-item .timeline-content{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 1px 3px #0891b21f;border:2px solid #bfdbfe;transition:all .35s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.timeline .timeline-item .timeline-content{padding:1.75rem;border-radius:18px}}@media (max-width: 480px){.timeline .timeline-item .timeline-content{padding:1.5rem;border-radius:16px}}.timeline .timeline-item .timeline-content:hover{transform:translateY(-6px);box-shadow:0 4px 16px #0891b226,0 0 40px #06b6d44d;border-color:#06b6d4}@media (max-width: 768px){.timeline .timeline-item .timeline-content:hover{transform:translateY(-4px)}}.timeline .timeline-item .timeline-content .timeline-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#0891b2,#f97316);border-radius:16px;color:#fff;margin-bottom:1.25rem;box-shadow:0 6px 20px #0891b24d}@media (max-width: 480px){.timeline .timeline-item .timeline-content .timeline-icon{width:52px;height:52px;margin-bottom:1rem;border-radius:14px}.timeline .timeline-item .timeline-content .timeline-icon svg{width:24px;height:24px}}.timeline .timeline-item .timeline-content .timeline-title{font-size:1.375rem;font-weight:800;color:#1e293b;margin-bottom:.625rem;letter-spacing:-.03em}@media (max-width: 768px){.timeline .timeline-item .timeline-content .timeline-title{font-size:1.25rem}}@media (max-width: 480px){.timeline .timeline-item .timeline-content .timeline-title{font-size:1.125rem;margin-bottom:.5rem}}.timeline .timeline-item .timeline-content .timeline-description{font-size:.9375rem;color:#475569;line-height:1.7}@media (max-width: 480px){.timeline .timeline-item .timeline-content .timeline-description{font-size:.875rem}}.testimonials-section{background:linear-gradient(135deg,#0891b20d,#f973160d)}.testimonials-slider{max-width:900px;margin:0 auto 2rem;position:relative;min-height:320px}@media (max-width: 768px){.testimonials-slider{min-height:360px}}@media (max-width: 480px){.testimonials-slider{min-height:380px}}.testimonials-slider .testimonial-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 15px 45px #0891b240;border:2px solid #bfdbfe;position:absolute;top:0;left:0;right:0;opacity:0;transform:translate(100px);transition:all .6s cubic-bezier(.4,0,.2,1);pointer-events:none}@media (max-width: 768px){.testimonials-slider .testimonial-card{padding:2rem;border-radius:20px}}@media (max-width: 480px){.testimonials-slider .testimonial-card{padding:1.75rem;border-radius:18px}}.testimonials-slider .testimonial-card.active{opacity:1;transform:translate(0);pointer-events:auto;position:relative}.testimonials-slider .testimonial-card .testimonial-header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;position:relative}@media (max-width: 480px){.testimonials-slider .testimonial-card .testimonial-header{gap:1rem;margin-bottom:1.25rem}}.testimonials-slider .testimonial-card .testimonial-header .testimonial-image{width:70px;height:70px;border-radius:50%;background-size:cover;background-position:center;border:4px solid #0891b2;box-shadow:0 4px 16px #0891b24d;flex-shrink:0}@media (max-width: 480px){.testimonials-slider .testimonial-card .testimonial-header .testimonial-image{width:60px;height:60px;border-width:3px}}.testimonials-slider .testimonial-card .testimonial-header .testimonial-info{flex:1}.testimonials-slider .testimonial-card .testimonial-header .testimonial-info h4{font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,#0e7490,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.375rem}@media (max-width: 480px){.testimonials-slider .testimonial-card .testimonial-header .testimonial-info h4{font-size:1.125rem;margin-bottom:.3rem}}.testimonials-slider .testimonial-card .testimonial-header .testimonial-info p{font-size:.9375rem;color:#64748b;font-weight:500;margin-bottom:.625rem}@media (max-width: 480px){.testimonials-slider .testimonial-card .testimonial-header .testimonial-info p{font-size:.875rem;margin-bottom:.5rem}}.testimonials-slider .testimonial-card .testimonial-header .testimonial-info .testimonial-rating{display:flex;gap:.25rem}@media (max-width: 480px){.testimonials-slider .testimonial-card .testimonial-header .testimonial-info .testimonial-rating svg{width:14px;height:14px}}.testimonials-slider .testimonial-card .testimonial-header>svg{position:absolute;top:0;right:0;color:#0891b226}@media (max-width: 480px){.testimonials-slider .testimonial-card .testimonial-header>svg{width:26px;height:26px}}.testimonials-slider .testimonial-card .testimonial-text{font-size:1.0625rem;color:#1e293b;line-height:1.8;margin-bottom:1.5rem;font-style:italic}@media (max-width: 768px){.testimonials-slider .testimonial-card .testimonial-text{font-size:1rem;margin-bottom:1.25rem}}@media (max-width: 480px){.testimonials-slider .testimonial-card .testimonial-text{font-size:.9375rem;line-height:1.7;margin-bottom:1rem}}.testimonials-slider .testimonial-card .testimonial-package{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#10b9811a;border-radius:50px;font-size:.875rem;font-weight:700;color:#10b981;border:2px solid rgba(16,185,129,.25)}@media (max-width: 480px){.testimonials-slider .testimonial-card .testimonial-package{padding:.5rem 1rem;font-size:.8125rem;gap:.4rem}.testimonials-slider .testimonial-card .testimonial-package svg{width:12px;height:12px}}.testimonial-dots{display:flex;justify-content:center;gap:.75rem}@media (max-width: 480px){.testimonial-dots{gap:.625rem}}.testimonial-dots .dot{width:12px;height:12px;border-radius:50%;background:#0891b24d;border:none;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);padding:0}@media (max-width: 480px){.testimonial-dots .dot{width:10px;height:10px}}.testimonial-dots .dot.active{background:linear-gradient(135deg,#0891b2,#f97316);width:36px;border-radius:6px}@media (max-width: 480px){.testimonial-dots .dot.active{width:30px}}.testimonial-dots .dot:hover{background:#0891b280}.achievements-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 1200px){.achievements-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (max-width: 640px){.achievements-grid{grid-template-columns:1fr;gap:1.5rem}}.achievements-grid .achievement-card{background:#fff;border-radius:24px;padding:2.5rem 2rem;text-align:center;box-shadow:0 1px 3px #0891b21f;border:2px solid #bfdbfe;transition:all .35s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--achievement-index) * .1s);position:relative;overflow:hidden}@media (max-width: 768px){.achievements-grid .achievement-card{padding:2rem 1.75rem;border-radius:20px}}@media (max-width: 480px){.achievements-grid .achievement-card{padding:1.75rem 1.5rem;border-radius:18px}}.achievements-grid .achievement-card .achievement-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);transition:left .6s ease}.achievements-grid .achievement-card:hover{transform:translateY(-10px);box-shadow:0 8px 30px #0891b233,0 0 40px #06b6d44d;border-color:#f97316}@media (max-width: 768px){.achievements-grid .achievement-card:hover{transform:translateY(-6px)}}.achievements-grid .achievement-card:hover .achievement-shine{left:100%}.achievements-grid .achievement-card:hover .achievement-icon{transform:scale(1.15) rotate(10deg)}.achievements-grid .achievement-card .achievement-icon{color:#f97316;margin-bottom:1.25rem;display:flex;justify-content:center;transition:all .35s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.achievements-grid .achievement-card .achievement-icon{margin-bottom:1rem}.achievements-grid .achievement-card .achievement-icon svg{width:28px;height:28px}}@media (max-width: 480px){.achievements-grid .achievement-card .achievement-icon svg{width:26px;height:26px}}.achievements-grid .achievement-card .achievement-title{font-size:1.125rem;font-weight:800;color:#1e293b;margin-bottom:.625rem;letter-spacing:-.03em}@media (max-width: 768px){.achievements-grid .achievement-card .achievement-title{font-size:1.0625rem}}@media (max-width: 480px){.achievements-grid .achievement-card .achievement-title{font-size:1rem;margin-bottom:.5rem}}.achievements-grid .achievement-card .achievement-org{font-size:.9375rem;color:#64748b;font-weight:600}@media (max-width: 480px){.achievements-grid .achievement-card .achievement-org{font-size:.875rem}}.reviews-section .reviews-container{max-width:1200px;margin:0 auto;padding:2rem;background:#fff;border-radius:24px;box-shadow:0 1px 3px #0891b21f}@media (max-width: 768px){.reviews-section .reviews-container{padding:1.5rem;border-radius:20px}}@media (max-width: 480px){.reviews-section .reviews-container{padding:1rem;border-radius:16px}}.cta-section{background:linear-gradient(135deg,#0891b2,#f97316,#f43f5e);padding:7rem 2.5rem;position:relative;overflow:hidden}@media (max-width: 1024px){.cta-section{padding:6rem 2rem}}@media (max-width: 768px){.cta-section{padding:5rem 1.5rem}}@media (max-width: 480px){.cta-section{padding:4rem 1rem}}.cta-section .cta-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:.15;z-index:0}.cta-section .cta-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0891b2e6,#f97316d9);z-index:0}.cta-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='grid' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 100 0 L 0 0 0 100' fill='none' stroke='rgba(255,255,255,0.15)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23grid)'/%3E%3C/svg%3E");opacity:.6;z-index:0}.cta-section .cta-content{position:relative;z-index:1;text-align:center;max-width:950px;margin:0 auto}.cta-section .cta-content .cta-icon{width:100px;height:100px;background:#ffffff40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:28px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 2rem;border:3px solid rgba(255,255,255,.5);animation:pulse 2s ease-in-out infinite}@media (max-width: 768px){.cta-section .cta-content .cta-icon{width:80px;height:80px;margin-bottom:1.5rem}.cta-section .cta-content .cta-icon svg{width:44px;height:44px}}@media (max-width: 480px){.cta-section .cta-content .cta-icon{width:70px;height:70px;border-radius:20px;margin-bottom:1.25rem}.cta-section .cta-content .cta-icon svg{width:36px;height:36px}}.cta-section .cta-content .cta-title{font-size:3rem;font-weight:900;color:#fff;margin-bottom:1.25rem;letter-spacing:-.04em;line-height:1.15}@media (max-width: 1024px){.cta-section .cta-content .cta-title{font-size:2.5rem}}@media (max-width: 768px){.cta-section .cta-content .cta-title{font-size:2.25rem}}.cta-section .cta-content .cta-subtitle{font-size:1.125rem;color:#fffffff2;margin-bottom:2.5rem;line-height:1.8}@media (max-width: 768px){.cta-section .cta-content .cta-subtitle{font-size:1.0625rem;margin-bottom:2rem}}@media (max-width: 480px){.cta-section .cta-content .cta-subtitle{font-size:1rem;margin-bottom:1.75rem;line-height:1.7}}.cta-section .cta-content .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}@media (max-width: 640px){.cta-section .cta-content .cta-buttons{gap:1rem}}@media (max-width: 480px){.cta-section .cta-content .cta-buttons{flex-direction:column;align-items:center;gap:.875rem;margin-bottom:2rem}}.cta-section .cta-content .cta-buttons .cta-btn{display:flex;align-items:center;gap:.75rem;padding:1.25rem 2.75rem;border-radius:16px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);border:none;white-space:nowrap}@media (max-width: 768px){.cta-section .cta-content .cta-buttons .cta-btn{padding:1.125rem 2.25rem;font-size:.9375rem}}@media (max-width: 480px){.cta-section .cta-content .cta-buttons .cta-btn{padding:1rem 2rem;font-size:.875rem;width:100%;max-width:280px;justify-content:center}}@media (max-width: 480px){.cta-section .cta-content .cta-buttons .cta-btn svg{width:18px;height:18px}}.cta-section .cta-content .cta-buttons .cta-btn.primary{background:linear-gradient(135deg,#fff,#fed7aae6);color:#f97316;box-shadow:0 10px 30px #fff6}.cta-section .cta-content .cta-buttons .cta-btn.primary:hover{background:#fff;transform:translateY(-3px);box-shadow:0 15px 40px #ffffff80}@media (max-width: 768px){.cta-section .cta-content .cta-buttons .cta-btn.primary:hover{transform:translateY(-2px)}}.cta-section .cta-content .cta-buttons .cta-btn.secondary{background:#fff3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;border:2px solid rgba(255,255,255,.5)}.cta-section .cta-content .cta-buttons .cta-btn.secondary:hover{background:#ffffff4d;border-color:#fff;transform:translateY(-3px)}@media (max-width: 768px){.cta-section .cta-content .cta-buttons .cta-btn.secondary:hover{transform:translateY(-2px)}}.cta-section .cta-content .cta-features{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}@media (max-width: 640px){.cta-section .cta-content .cta-features{gap:1.5rem}}@media (max-width: 480px){.cta-section .cta-content .cta-features{flex-direction:column;align-items:center;gap:1rem}}.cta-section .cta-content .cta-features .cta-feature{display:flex;align-items:center;gap:.625rem;color:#fff;font-size:1rem;font-weight:600}@media (max-width: 768px){.cta-section .cta-content .cta-features .cta-feature{font-size:.9375rem}}@media (max-width: 480px){.cta-section .cta-content .cta-features .cta-feature{font-size:.875rem;gap:.5rem}.cta-section .cta-content .cta-features .cta-feature svg{width:16px;height:16px}}@keyframes float{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}*{margin:0;padding:0;box-sizing:border-box}.adventure-tours-page{width:100%;min-height:100vh;background:linear-gradient(180deg,#f0f9ff,#fff 30%,#fff7ed 70%,#fef3c7);position:relative;overflow-x:hidden}.container,.tours-container,.why-container{max-width:1280px;margin:0 auto;padding:0 24px}@media (max-width: 1024px){.container,.tours-container,.why-container{padding:0 20px}}@media (max-width: 768px){.container,.tours-container,.why-container{padding:0 16px}}@media (max-width: 480px){.container,.tours-container,.why-container{padding:0 12px}}.adventure-hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 1024px){.adventure-hero{height:75vh;min-height:550px}}@media (max-width: 768px){.adventure-hero{height:70vh;min-height:500px}}@media (max-width: 480px){.adventure-hero{height:65vh;min-height:400px}}@media (max-width: 360px){.adventure-hero{height:60vh;min-height:360px}}.adventure-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;animation:kenBurns 20s ease-in-out infinite alternate}.adventure-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000073,#00000059);z-index:1}.adventure-hero .hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 1.5rem;animation:fadeInUp 1s ease-out;width:100%;box-sizing:border-box}@media (max-width: 768px){.adventure-hero .hero-content{padding:0 1rem;max-width:95%}}@media (max-width: 480px){.adventure-hero .hero-content{padding:0 .75rem;max-width:100%}}@media (max-width: 360px){.adventure-hero .hero-content{padding:0 .5rem}}.adventure-hero .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.625rem;padding:.75rem 2rem;background:#ffffff40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:60px;font-size:.875rem;font-weight:800;letter-spacing:.12em;margin-bottom:1.5rem;border:2px solid rgba(255,255,255,.6);color:#fff;box-shadow:0 8px 32px #00000026;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.adventure-hero .hero-content .hero-badge{padding:.625rem 1.5rem;font-size:.75rem;gap:.5rem;margin-bottom:1.25rem}.adventure-hero .hero-content .hero-badge svg{width:16px;height:16px}}@media (max-width: 480px){.adventure-hero .hero-content .hero-badge{padding:.5rem 1.25rem;font-size:.6875rem;margin-bottom:1rem}.adventure-hero .hero-content .hero-badge svg{width:14px;height:14px}}@media (max-width: 360px){.adventure-hero .hero-content .hero-badge{padding:.5rem 1rem;font-size:.625rem}}.adventure-hero .hero-content .hero-badge:hover{background:#ffffff59;transform:translateY(-2px)}.adventure-hero .hero-content .hero-badge svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.adventure-hero .hero-content .hero-title{font-size:4rem;font-weight:900;color:#fff!important;margin-bottom:1.25rem;letter-spacing:-.04em;text-shadow:0 4px 20px rgba(0,0,0,.3),0 8px 40px rgba(0,0,0,.2);line-height:1.1;word-wrap:break-word}@media (max-width: 1024px){.adventure-hero .hero-content .hero-title{font-size:3.25rem}}@media (max-width: 768px){.adventure-hero .hero-content .hero-title{font-size:2.5rem;margin-bottom:1rem}}@media (max-width: 480px){.adventure-hero .hero-content .hero-title{font-size:1.875rem;margin-bottom:.875rem}}@media (max-width: 360px){.adventure-hero .hero-content .hero-title{font-size:1.625rem;margin-bottom:.75rem}}.adventure-hero .hero-content .hero-subtitle{font-size:1.25rem;color:#fffffff7!important;margin-bottom:2rem;font-weight:500;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.2);max-width:80%;margin-left:auto;margin-right:auto}@media (max-width: 1024px){.adventure-hero .hero-content .hero-subtitle{font-size:1.125rem}}@media (max-width: 768px){.adventure-hero .hero-content .hero-subtitle{font-size:1rem;margin-bottom:1.5rem;max-width:90%}}@media (max-width: 480px){.adventure-hero .hero-content .hero-subtitle{font-size:.875rem;margin-bottom:1.25rem;line-height:1.5;max-width:95%}}@media (max-width: 360px){.adventure-hero .hero-content .hero-subtitle{font-size:.75rem;margin-bottom:1rem}}.adventure-hero .hero-content .hero-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}@media (max-width: 1024px){.adventure-hero .hero-content .hero-stats{gap:40px}}@media (max-width: 768px){.adventure-hero .hero-content .hero-stats{gap:30px}}@media (max-width: 480px){.adventure-hero .hero-content .hero-stats{gap:20px}}@media (max-width: 360px){.adventure-hero .hero-content .hero-stats{gap:15px;flex-direction:column;align-items:center}}.adventure-hero .hero-content .hero-stats .stat{text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);min-width:100px}.adventure-hero .hero-content .hero-stats .stat:hover{transform:translateY(-5px)}.adventure-hero .hero-content .hero-stats .stat .stat-number{display:block;font-size:2.5rem;font-weight:800;color:#fff!important;margin-bottom:.375rem;text-shadow:0 4px 12px rgba(0,0,0,.4),0 2px 4px rgba(0,0,0,.3);letter-spacing:-.02em}@media (max-width: 1024px){.adventure-hero .hero-content .hero-stats .stat .stat-number{font-size:2rem}}@media (max-width: 768px){.adventure-hero .hero-content .hero-stats .stat .stat-number{font-size:1.75rem}}@media (max-width: 480px){.adventure-hero .hero-content .hero-stats .stat .stat-number{font-size:1.5rem;margin-bottom:.25rem}}@media (max-width: 360px){.adventure-hero .hero-content .hero-stats .stat .stat-number{font-size:1.25rem}}.adventure-hero .hero-content .hero-stats .stat .stat-label{display:block;font-size:.9375rem;color:#fffffff2!important;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media (max-width: 768px){.adventure-hero .hero-content .hero-stats .stat .stat-label{font-size:.875rem}}@media (max-width: 480px){.adventure-hero .hero-content .hero-stats .stat .stat-label{font-size:.75rem}}@media (max-width: 360px){.adventure-hero .hero-content .hero-stats .stat .stat-label{font-size:.6875rem}}.adventure-hero .hero-scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:3;animation:bounce 2s infinite}@media (max-width: 768px){.adventure-hero .hero-scroll-indicator{bottom:20px}}@media (max-width: 480px){.adventure-hero .hero-scroll-indicator{bottom:15px}}.adventure-hero .hero-scroll-indicator .scroll-arrow{width:24px;height:40px;border:2px solid rgba(255,255,255,.8);border-radius:20px;position:relative}@media (max-width: 480px){.adventure-hero .hero-scroll-indicator .scroll-arrow{width:20px;height:32px;border:1.5px solid rgba(255,255,255,.8)}}.adventure-hero .hero-scroll-indicator .scroll-arrow:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:5px;height:5px;border-radius:50%;background:#ffffffe6;animation:scrollDot 2s infinite}@media (max-width: 480px){.adventure-hero .hero-scroll-indicator .scroll-arrow:before{width:4px;height:4px;top:6px}}.intro-section{padding:100px 0;background:linear-gradient(135deg,#f0f9ffcc,#fffffff2);position:relative}@media (max-width: 1024px){.intro-section{padding:80px 0}}@media (max-width: 768px){.intro-section{padding:60px 0}}@media (max-width: 480px){.intro-section{padding:50px 0}}.intro-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#06b6d4,#fb923c,transparent)}.intro-section .section-title{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#0891b2,#a855f7,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:1.5rem;letter-spacing:-.03em}@media (max-width: 1024px){.intro-section .section-title{font-size:2.5rem}}@media (max-width: 768px){.intro-section .section-title{font-size:2.25rem;margin-bottom:1.25rem}}@media (max-width: 480px){.intro-section .section-title{font-size:1.875rem;margin-bottom:1rem}}.intro-section .section-subtitle{font-size:1.125rem;color:#475569;text-align:center;max-width:750px;margin:0 auto;line-height:1.8;font-weight:500}@media (max-width: 768px){.intro-section .section-subtitle{font-size:1rem;max-width:90%}}@media (max-width: 480px){.intro-section .section-subtitle{font-size:.9375rem;line-height:1.7}}.tours-section{padding:6rem 2.5rem;position:relative}@media (max-width: 1024px){.tours-section{padding:5rem 2rem}}@media (max-width: 768px){.tours-section{padding:4rem 1.5rem}}@media (max-width: 480px){.tours-section{padding:3rem 1rem}}.tours-section .section-header{text-align:center;margin-bottom:4rem}@media (max-width: 768px){.tours-section .section-header{margin-bottom:3rem}}@media (max-width: 480px){.tours-section .section-header{margin-bottom:2.5rem}}.tours-section .section-header .section-badge{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.75rem;background:linear-gradient(135deg,#f9731626,#a855f726);color:#ea580c;border-radius:60px;font-size:.8125rem;font-weight:800;letter-spacing:.12em;margin-bottom:1.5rem;border:2px solid rgba(249,115,22,.3);transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.tours-section .section-header .section-badge{padding:.5rem 1.5rem;font-size:.75rem;gap:.5rem}.tours-section .section-header .section-badge svg{width:14px;height:14px}}@media (max-width: 480px){.tours-section .section-header .section-badge{padding:.5rem 1.25rem}}.tours-section .section-header .section-badge:hover{background:linear-gradient(135deg,#f9731640,#a855f740);transform:translateY(-2px)}.tours-section .section-header .section-badge svg{animation:rotate 3s linear infinite}.tours-section .section-header .section-title{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#0891b2,#a855f7,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;letter-spacing:-.03em}@media (max-width: 1024px){.tours-section .section-header .section-title{font-size:2.5rem}}@media (max-width: 768px){.tours-section .section-header .section-title{font-size:2.25rem}}@media (max-width: 480px){.tours-section .section-header .section-title{font-size:1.875rem;margin-bottom:1rem}}.tours-section .section-header .section-subtitle{font-size:1.125rem;color:#475569;max-width:700px;margin:0 auto;line-height:1.7;font-weight:500}@media (max-width: 768px){.tours-section .section-header .section-subtitle{font-size:1rem;max-width:90%}}@media (max-width: 480px){.tours-section .section-header .section-subtitle{font-size:.9375rem}}.tours-section .controls-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;gap:30px;padding:2rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:2px solid rgba(8,145,178,.15);box-shadow:0 2px 8px #0891b214}@media (max-width: 1024px){.tours-section .controls-wrapper{padding:1.5rem;gap:20px}}@media (max-width: 968px){.tours-section .controls-wrapper{flex-direction:column;align-items:stretch}}@media (max-width: 480px){.tours-section .controls-wrapper{padding:1.25rem;border-radius:16px;margin-bottom:2rem}}.tours-section .controls-wrapper .filter-group{display:flex;align-items:center;flex-wrap:wrap;gap:14px}@media (max-width: 968px){.tours-section .controls-wrapper .filter-group{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width: 480px){.tours-section .controls-wrapper .filter-group{gap:10px}}.tours-section .controls-wrapper .filter-group label{font-weight:700;color:#1e293b;font-size:1rem;white-space:nowrap}@media (max-width: 768px){.tours-section .controls-wrapper .filter-group label{font-size:.9375rem}}@media (max-width: 480px){.tours-section .controls-wrapper .filter-group label{font-size:.875rem}}.tours-section .controls-wrapper .filter-group .difficulty-filter{display:flex;gap:.75rem;flex-wrap:wrap}@media (max-width: 480px){.tours-section .controls-wrapper .filter-group .difficulty-filter{gap:.5rem;width:100%}}.tours-section .controls-wrapper .filter-group .filter-btn{padding:.875rem 1.75rem;background:#fff;border:2px solid #cbd5e1;border-radius:16px;color:#475569;font-weight:700;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0891b214;position:relative;overflow:hidden}@media (max-width: 768px){.tours-section .controls-wrapper .filter-group .filter-btn{padding:.75rem 1.5rem;font-size:.875rem}}@media (max-width: 480px){.tours-section .controls-wrapper .filter-group .filter-btn{padding:.625rem 1.25rem;font-size:.8125rem;border-radius:12px;flex:1 1 auto;min-width:calc(50% - .25rem)}}.tours-section .controls-wrapper .filter-group .filter-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.tours-section .controls-wrapper .filter-group .filter-btn:hover{border-color:#06b6d4;color:#0891b2;transform:translateY(-3px);box-shadow:0 8px 24px #0891b21f}.tours-section .controls-wrapper .filter-group .filter-btn:hover:before{left:100%}@media (max-width: 768px){.tours-section .controls-wrapper .filter-group .filter-btn:hover{transform:translateY(-2px)}}.tours-section .controls-wrapper .filter-group .filter-btn.active{background:linear-gradient(135deg,#0891b2,#a855f7);border-color:transparent;color:#fff;box-shadow:0 6px 20px #0891b266;transform:translateY(-2px)}.tours-section .controls-wrapper .sort-group{display:flex;align-items:center;gap:14px}@media (max-width: 968px){.tours-section .controls-wrapper .sort-group{width:100%;justify-content:space-between}}@media (max-width: 480px){.tours-section .controls-wrapper .sort-group{gap:10px}}.tours-section .controls-wrapper .sort-group label{font-weight:700;color:#1e293b;font-size:1rem;white-space:nowrap}@media (max-width: 768px){.tours-section .controls-wrapper .sort-group label{font-size:.9375rem}}@media (max-width: 480px){.tours-section .controls-wrapper .sort-group label{font-size:.875rem}}.tours-section .controls-wrapper .sort-group .sort-select{padding:.875rem 1.25rem;border:2px solid #cbd5e1;border-radius:12px;background:#fff;color:#1e293b;font-size:.9375rem;font-weight:600;cursor:pointer;outline:none;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0891b214}@media (max-width: 968px){.tours-section .controls-wrapper .sort-group .sort-select{flex:1}}@media (max-width: 768px){.tours-section .controls-wrapper .sort-group .sort-select{padding:.75rem 1rem;font-size:.875rem}}@media (max-width: 480px){.tours-section .controls-wrapper .sort-group .sort-select{padding:.625rem .875rem;font-size:.8125rem}}.tours-section .controls-wrapper .sort-group .sort-select:hover{border-color:#06b6d4}.tours-section .controls-wrapper .sort-group .sort-select:focus{border-color:#0891b2;box-shadow:0 0 0 4px #0891b21a}.tours-section .results-count{color:#64748b;font-size:1.0625rem;font-weight:600;margin-bottom:2rem}@media (max-width: 768px){.tours-section .results-count{font-size:1rem}}@media (max-width: 480px){.tours-section .results-count{font-size:.9375rem;margin-bottom:1.5rem}}.tours-section .results-count .count-highlight{color:#0891b2;font-weight:800;font-size:1.125rem}@media (max-width: 768px){.tours-section .results-count .count-highlight{font-size:1.0625rem}}@media (max-width: 480px){.tours-section .results-count .count-highlight{font-size:1rem}}.tours-section .tours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem}@media (max-width: 1200px){.tours-section .tours-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}}@media (max-width: 968px){.tours-section .tours-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.tours-section .tours-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 480px){.tours-section .tours-grid{gap:1.5rem}}.tours-section .tour-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 8px 24px #0891b21f;border:2px solid rgba(8,145,178,.1);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .7s ease-out forwards;animation-delay:calc(var(--index) * .1s);position:relative}@media (max-width: 768px){.tours-section .tour-card{border-radius:24px}}@media (max-width: 480px){.tours-section .tour-card{border-radius:20px}}.tours-section .tour-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 24px 60px #0891b240;border-color:#06b6d4}@media (max-width: 768px){.tours-section .tour-card:hover{transform:translateY(-8px) scale(1.01)}}@media (max-width: 480px){.tours-section .tour-card:hover{transform:translateY(-6px)}}.tours-section .tour-card .trending-badge{position:absolute;top:1rem;left:1rem;z-index:3;display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;border-radius:50px;font-size:.75rem;font-weight:800;text-transform:uppercase;box-shadow:0 4px 16px #f9731666;animation:pulse 2s ease-in-out infinite}@media (max-width: 480px){.tours-section .tour-card .trending-badge{padding:.4rem .875rem;font-size:.6875rem;gap:.3rem;top:.75rem;left:.75rem}.tours-section .tour-card .trending-badge svg{width:12px;height:12px}}.tours-section .tour-card .trending-badge svg{animation:trendingIcon 1.5s ease-in-out infinite}.tours-section .tour-card .tour-image-wrapper{position:relative;height:240px;overflow:hidden}@media (max-width: 768px){.tours-section .tour-card .tour-image-wrapper{height:220px}}@media (max-width: 480px){.tours-section .tour-card .tour-image-wrapper{height:200px}}.tours-section .tour-card .tour-image-wrapper .tour-image{width:100%;height:100%;background-size:cover;background-position:center;transition:transform .8s cubic-bezier(.4,0,.2,1)}.tours-section .tour-card .tour-image-wrapper:hover .tour-image{transform:scale(1.15)}.tours-section .tour-card .tour-image-wrapper .difficulty-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1.25rem;border-radius:50px;font-size:.8125rem;font-weight:900;text-transform:uppercase;color:#fff;box-shadow:0 6px 20px #00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.05em;z-index:2}@media (max-width: 480px){.tours-section .tour-card .tour-image-wrapper .difficulty-badge{padding:.4rem 1rem;font-size:.75rem;top:.75rem;right:.75rem}}.tours-section .tour-card .tour-image-wrapper .difficulty-badge.difficulty-easy{background:linear-gradient(135deg,#10b981,#059669)}.tours-section .tour-card .tour-image-wrapper .difficulty-badge.difficulty-moderate{background:linear-gradient(135deg,#f59e0b,#f97316)}.tours-section .tour-card .tour-image-wrapper .difficulty-badge.difficulty-hard{background:linear-gradient(135deg,#f43f5e,#dc2626)}.tours-section .tour-card .tour-image-wrapper .difficulty-badge.difficulty-extreme{background:linear-gradient(135deg,#dc2626,#991b1b)}.tours-section .tour-card .tour-image-wrapper .favorite-btn{position:absolute;bottom:1rem;right:1rem;width:44px;height:44px;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);color:#64748b;box-shadow:0 4px 12px #00000026;z-index:2}@media (max-width: 480px){.tours-section .tour-card .tour-image-wrapper .favorite-btn{width:38px;height:38px;bottom:.75rem;right:.75rem}.tours-section .tour-card .tour-image-wrapper .favorite-btn svg{width:16px;height:16px}}.tours-section .tour-card .tour-image-wrapper .favorite-btn:hover{transform:scale(1.15);background:#fff}.tours-section .tour-card .tour-image-wrapper .favorite-btn.active{color:#f43f5e;animation:heartBeat .6s ease-in-out}.tours-section .tour-card .tour-image-wrapper .tour-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(8,145,178,.95));display:flex;align-items:flex-end;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .4s}@media (max-width: 480px){.tours-section .tour-card .tour-image-wrapper .tour-overlay{padding:1rem}}.tours-section .tour-card .tour-image-wrapper .tour-overlay .quick-view-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#fff;color:#0891b2;border:none;border-radius:50px;font-weight:800;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 24px #0003}@media (max-width: 480px){.tours-section .tour-card .tour-image-wrapper .tour-overlay .quick-view-btn{padding:.75rem 1.5rem;font-size:.875rem}.tours-section .tour-card .tour-image-wrapper .tour-overlay .quick-view-btn svg{width:14px;height:14px}}.tours-section .tour-card .tour-image-wrapper .tour-overlay .quick-view-btn:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000004d;gap:.75rem}.tours-section .tour-card .tour-image-wrapper:hover .tour-overlay{opacity:1}.tours-section .tour-card .tour-content{padding:1.75rem}@media (max-width: 768px){.tours-section .tour-card .tour-content{padding:1.5rem}}@media (max-width: 480px){.tours-section .tour-card .tour-content{padding:1.25rem}}.tours-section .tour-card .tour-content .tour-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-header{gap:.75rem;margin-bottom:.875rem}}.tours-section .tour-card .tour-content .tour-header .tour-title{font-size:1.5rem;font-weight:900;color:#1e293b;flex:1;line-height:1.3;letter-spacing:-.02em}@media (max-width: 768px){.tours-section .tour-card .tour-content .tour-header .tour-title{font-size:1.375rem}}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-header .tour-title{font-size:1.25rem}}.tours-section .tour-card .tour-content .tour-header .tour-rating{display:flex;align-items:center;gap:.375rem;color:#f59e0b;font-size:.9375rem;font-weight:700;flex-shrink:0;padding:.375rem .75rem;background:#f59e0b1a;border-radius:50px}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-header .tour-rating{padding:.3rem .625rem;font-size:.875rem;gap:.3rem}.tours-section .tour-card .tour-content .tour-header .tour-rating svg{width:14px;height:14px}}.tours-section .tour-card .tour-content .tour-header .tour-rating .rating-value{color:#1e293b}.tours-section .tour-card .tour-content .tour-header .tour-rating .reviews{color:#64748b;font-size:.875rem;font-weight:600}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-header .tour-rating .reviews{font-size:.8125rem}}.tours-section .tour-card .tour-content .tour-location{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9375rem;font-weight:600;margin-bottom:1.25rem}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-location{font-size:.875rem;margin-bottom:1rem;gap:.4rem}.tours-section .tour-card .tour-content .tour-location svg{width:14px;height:14px}}.tours-section .tour-card .tour-content .tour-location svg{color:#f97316;flex-shrink:0}.tours-section .tour-card .tour-content .tour-meta{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-meta{gap:.75rem;margin-bottom:.875rem}}.tours-section .tour-card .tour-content .tour-meta .meta-item{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.875rem;font-weight:700;padding:.5rem .875rem;background:#0891b214;border-radius:12px}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-meta .meta-item{padding:.4rem .75rem;font-size:.8125rem;gap:.4rem;border-radius:10px}.tours-section .tour-card .tour-content .tour-meta .meta-item svg{width:13px;height:13px}}.tours-section .tour-card .tour-content .tour-meta .meta-item svg{color:#0891b2;flex-shrink:0}.tours-section .tour-card .tour-content .best-time{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.625rem 1rem;background:linear-gradient(135deg,#10b9811a,#06b6d41a);border-radius:12px;border-left:4px solid #10b981;font-size:.875rem;font-weight:700;color:#1e293b}@media (max-width: 480px){.tours-section .tour-card .tour-content .best-time{padding:.5rem .875rem;font-size:.8125rem;margin-bottom:1rem;gap:.4rem;border-radius:10px}.tours-section .tour-card .tour-content .best-time svg{width:12px;height:12px}}.tours-section .tour-card .tour-content .best-time svg{color:#10b981;flex-shrink:0}.tours-section .tour-card .tour-content .tour-highlights{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1.5rem}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-highlights{gap:.5rem;margin-bottom:1.25rem}}.tours-section .tour-card .tour-content .tour-highlights .highlight-tag{display:flex;align-items:center;gap:.375rem;background:linear-gradient(135deg,#f973161a,#fb923c1a);color:#1e293b;padding:.5rem .875rem;border-radius:14px;font-size:.8125rem;font-weight:700;border:1.5px solid rgba(249,115,22,.2);transition:all .25s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-highlights .highlight-tag{padding:.4rem .75rem;font-size:.75rem;border-radius:10px;gap:.3rem}}.tours-section .tour-card .tour-content .tour-highlights .highlight-tag .check-icon{color:#10b981;font-weight:900}.tours-section .tour-card .tour-content .tour-highlights .highlight-tag:hover{background:linear-gradient(135deg,#f9731633,#fb923c33);transform:translateY(-2px);border-color:#f9731666}.tours-section .tour-card .tour-content .tour-footer{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;padding-top:1.5rem;border-top:2px solid rgba(8,145,178,.12)}@media (max-width: 640px){.tours-section .tour-card .tour-content .tour-footer{flex-direction:column;align-items:stretch;gap:1rem}}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-footer{padding-top:1.25rem;gap:.875rem}}.tours-section .tour-card .tour-content .tour-footer .price-section{display:flex;flex-direction:column;gap:.25rem}@media (max-width: 640px){.tours-section .tour-card .tour-content .tour-footer .price-section{align-items:center}}.tours-section .tour-card .tour-content .tour-footer .price-section .price-label{font-size:.75rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.08em}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-footer .price-section .price-label{font-size:.6875rem}}.tours-section .tour-card .tour-content .tour-footer .price-section .price{font-size:1.75rem;font-weight:900;background:linear-gradient(135deg,#0891b2,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em;line-height:1}@media (max-width: 768px){.tours-section .tour-card .tour-content .tour-footer .price-section .price{font-size:1.625rem}}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-footer .price-section .price{font-size:1.5rem}}.tours-section .tour-card .tour-content .tour-footer .price-section .price-person{font-size:.75rem;color:#94a3b8;font-weight:600}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-footer .price-section .price-person{font-size:.6875rem}}.tours-section .tour-card .tour-content .tour-footer .book-btn{display:flex;align-items:center;gap:.625rem;padding:.9375rem 1.75rem;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;border:none;border-radius:16px;font-weight:900;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 24px #f9731659;position:relative;overflow:hidden}@media (max-width: 640px){.tours-section .tour-card .tour-content .tour-footer .book-btn{justify-content:center;width:100%}}@media (max-width: 480px){.tours-section .tour-card .tour-content .tour-footer .book-btn{padding:.875rem 1.5rem;font-size:.875rem;border-radius:14px}.tours-section .tour-card .tour-content .tour-footer .book-btn svg{width:16px;height:16px}}.tours-section .tour-card .tour-content .tour-footer .book-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 .6s}.tours-section .tour-card .tour-content .tour-footer .book-btn:hover{background:linear-gradient(135deg,#ea580c,#f97316);transform:translateY(-3px);box-shadow:0 10px 32px #f9731680;gap:.875rem}.tours-section .tour-card .tour-content .tour-footer .book-btn:hover:before{left:100%}@media (max-width: 768px){.tours-section .tour-card .tour-content .tour-footer .book-btn:hover{transform:translateY(-2px)}}.tours-section .tour-card .tour-content .tour-footer .book-btn:active{transform:translateY(-1px)}.why-adventure-section{padding:6rem 2.5rem;background:linear-gradient(135deg,#f0f9ff99,#fff7ed99);position:relative}@media (max-width: 1024px){.why-adventure-section{padding:5rem 2rem}}@media (max-width: 768px){.why-adventure-section{padding:4rem 1.5rem}}@media (max-width: 480px){.why-adventure-section{padding:3rem 1rem}}.why-adventure-section .section-header{text-align:center;margin-bottom:4rem}@media (max-width: 768px){.why-adventure-section .section-header{margin-bottom:3rem}}@media (max-width: 480px){.why-adventure-section .section-header{margin-bottom:2.5rem}}.why-adventure-section .section-header .section-badge{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.75rem;background:linear-gradient(135deg,#f9731626,#a855f726);color:#ea580c;border-radius:60px;font-size:.8125rem;font-weight:800;letter-spacing:.12em;margin-bottom:1.5rem;border:2px solid rgba(249,115,22,.3);transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.why-adventure-section .section-header .section-badge{padding:.5rem 1.5rem;font-size:.75rem}.why-adventure-section .section-header .section-badge svg{width:14px;height:14px}}@media (max-width: 480px){.why-adventure-section .section-header .section-badge{padding:.5rem 1.25rem}}.why-adventure-section .section-header .section-badge:hover{background:linear-gradient(135deg,#f9731640,#a855f740);transform:translateY(-2px)}.why-adventure-section .section-header .section-badge svg{animation:rotate 3s linear infinite}.why-adventure-section .section-header .section-title{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#0891b2,#a855f7,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;letter-spacing:-.03em}@media (max-width: 1024px){.why-adventure-section .section-header .section-title{font-size:2.5rem}}@media (max-width: 768px){.why-adventure-section .section-header .section-title{font-size:2.25rem}}@media (max-width: 480px){.why-adventure-section .section-header .section-title{font-size:1.875rem;margin-bottom:1rem}}.why-adventure-section .section-header .section-subtitle{font-size:1.0625rem;color:#475569;max-width:700px;margin:0 auto;line-height:1.7;font-weight:500}@media (max-width: 768px){.why-adventure-section .section-header .section-subtitle{font-size:1rem;max-width:90%}}@media (max-width: 480px){.why-adventure-section .section-header .section-subtitle{font-size:.9375rem}}.why-adventure-section .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 1024px){.why-adventure-section .why-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (max-width: 768px){.why-adventure-section .why-grid{gap:1.5rem}}@media (max-width: 640px){.why-adventure-section .why-grid{grid-template-columns:1fr}}@media (max-width: 480px){.why-adventure-section .why-grid{gap:1.25rem}}.why-adventure-section .why-card{background:#fff;border-radius:24px;padding:2.5rem 2rem;text-align:center;box-shadow:0 2px 8px #0891b214;border:2px solid rgba(8,145,178,.1);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .7s ease-out forwards;animation-delay:calc(var(--card-index) * .15s);position:relative;overflow:hidden}@media (max-width: 768px){.why-adventure-section .why-card{padding:2rem 1.75rem;border-radius:20px}}@media (max-width: 480px){.why-adventure-section .why-card{padding:1.75rem 1.5rem;border-radius:18px}}.why-adventure-section .why-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0891b2,#a855f7,#f97316);transform:scaleX(0);transition:transform .5s ease}.why-adventure-section .why-card:hover{transform:translateY(-10px);box-shadow:0 16px 40px #0891b22e;border-color:#06b6d4}@media (max-width: 768px){.why-adventure-section .why-card:hover{transform:translateY(-6px)}}@media (max-width: 480px){.why-adventure-section .why-card:hover{transform:translateY(-4px)}}.why-adventure-section .why-card:hover:before{transform:scaleX(1)}.why-adventure-section .why-card:hover .why-icon-wrapper{transform:scale(1.1) rotate(5deg)}.why-adventure-section .why-card .why-icon-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 480px){.why-adventure-section .why-card .why-icon-wrapper{margin-bottom:1.25rem}}.why-adventure-section .why-card .why-icon-wrapper .why-icon{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#0891b21a,#a855f71a);display:flex;align-items:center;justify-content:center;color:#0891b2;box-shadow:0 8px 24px #0891b226;border:2px solid rgba(8,145,178,.2)}@media (max-width: 768px){.why-adventure-section .why-card .why-icon-wrapper .why-icon{width:70px;height:70px}.why-adventure-section .why-card .why-icon-wrapper .why-icon svg{width:32px;height:32px}}@media (max-width: 480px){.why-adventure-section .why-card .why-icon-wrapper .why-icon{width:60px;height:60px;border-radius:16px}.why-adventure-section .why-card .why-icon-wrapper .why-icon svg{width:28px;height:28px}}.why-adventure-section .why-card .why-title{font-size:1.375rem;font-weight:900;color:#1e293b;margin-bottom:.875rem;letter-spacing:-.02em}@media (max-width: 768px){.why-adventure-section .why-card .why-title{font-size:1.25rem}}@media (max-width: 480px){.why-adventure-section .why-card .why-title{font-size:1.125rem;margin-bottom:.75rem}}.why-adventure-section .why-card .why-description{font-size:.9375rem;color:#475569;line-height:1.7;font-weight:500}@media (max-width: 768px){.why-adventure-section .why-card .why-description{font-size:.875rem}}@media (max-width: 480px){.why-adventure-section .why-card .why-description{font-size:.8125rem;line-height:1.6}}.cta-section{padding:120px 40px;position:relative;overflow:hidden;min-height:400px;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.cta-section{padding:100px 30px}}@media (max-width: 768px){.cta-section{padding:80px 24px;min-height:350px}}@media (max-width: 480px){.cta-section{padding:60px 20px;min-height:300px}}.cta-section .cta-background{position:absolute;inset:0;background:linear-gradient(135deg,#0891b2,#a855f7,#f97316);animation:gradientShift 8s ease infinite}.cta-section .cta-background:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:backgroundMove 20s linear infinite}.cta-section .cta-content{position:relative;z-index:2;max-width:900px;text-align:center;color:#fff;padding:0 20px}@media (max-width: 480px){.cta-section .cta-content{padding:0 10px}}.cta-section .cta-content .cta-title{font-size:3.25rem;font-weight:900;margin-bottom:1.5rem;letter-spacing:-.03em;text-shadow:0 4px 20px rgba(0,0,0,.2);animation:fadeInUp .8s ease-out}@media (max-width: 1024px){.cta-section .cta-content .cta-title{font-size:2.75rem}}@media (max-width: 768px){.cta-section .cta-content .cta-title{font-size:2.25rem;margin-bottom:1.25rem}}@media (max-width: 480px){.cta-section .cta-content .cta-title{font-size:1.875rem;margin-bottom:1rem}}.cta-section .cta-content .cta-subtitle{font-size:1.375rem;margin-bottom:2.5rem;font-weight:500;opacity:.97;line-height:1.6;animation:fadeInUp .8s ease-out .2s backwards}@media (max-width: 1024px){.cta-section .cta-content .cta-subtitle{font-size:1.25rem}}@media (max-width: 768px){.cta-section .cta-content .cta-subtitle{font-size:1.125rem;margin-bottom:2rem}}@media (max-width: 480px){.cta-section .cta-content .cta-subtitle{font-size:1rem;margin-bottom:1.75rem;line-height:1.5}}.cta-section .cta-content .cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;background:#fff;color:#0891b2;border:none;border-radius:60px;font-weight:900;font-size:1.125rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #0000004d;animation:fadeInUp .8s ease-out .4s backwards}@media (max-width: 768px){.cta-section .cta-content .cta-button{padding:1.125rem 2.5rem;font-size:1.0625rem}}@media (max-width: 480px){.cta-section .cta-content .cta-button{padding:1rem 2rem;font-size:1rem;gap:.625rem}.cta-section .cta-content .cta-button svg{width:18px;height:18px}}.cta-section .cta-content .cta-button:hover{background:#fffffff2;transform:translateY(-5px) scale(1.05);box-shadow:0 15px 50px #0006;gap:1rem}@media (max-width: 768px){.cta-section .cta-content .cta-button:hover{transform:translateY(-3px) scale(1.03)}}@media (max-width: 480px){.cta-section .cta-content .cta-button:hover{transform:translateY(-2px) scale(1.02)}}.cta-section .cta-content .cta-button:active{transform:translateY(-3px) scale(1.03)}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes scrollDot{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes trendingIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(-50%,-50%)}}@media (max-width: 360px){.adventure-hero .hero-content{padding:0 .5rem}.adventure-hero .hero-content .hero-title{font-size:1.5rem;line-height:1.2;margin-bottom:.75rem}.adventure-hero .hero-content .hero-subtitle{font-size:.6875rem;line-height:1.4;max-width:100%;margin-bottom:1rem}.adventure-hero .hero-content .hero-badge{padding:.4rem .875rem;font-size:.625rem}.adventure-hero .hero-content .hero-badge svg{width:12px;height:12px}.adventure-hero .hero-content .hero-stats{gap:10px;flex-direction:column}.adventure-hero .hero-content .hero-stats .stat{min-width:80px}.adventure-hero .hero-content .hero-stats .stat .stat-number{font-size:1.125rem}.adventure-hero .hero-content .hero-stats .stat .stat-label{font-size:.625rem}.adventure-hero .hero-scroll-indicator{bottom:10px}.adventure-hero .hero-scroll-indicator .scroll-arrow{width:18px;height:28px;border:1.5px solid rgba(255,255,255,.8)}.adventure-hero .hero-scroll-indicator .scroll-arrow:before{width:3px;height:3px;top:5px}.intro-section{padding:40px 0}.intro-section .section-title{font-size:1.625rem}.intro-section .section-subtitle{font-size:.875rem;max-width:100%}.tours-section{padding:2.5rem .75rem}.tours-section .section-header{margin-bottom:2rem}.tours-section .section-header .section-badge{padding:.4rem 1rem;font-size:.6875rem}.tours-section .section-header .section-badge svg{width:12px;height:12px}.tours-section .section-header .section-title{font-size:1.625rem}.tours-section .section-header .section-subtitle{font-size:.875rem}.tours-section .controls-wrapper{padding:1rem;gap:8px}.tours-section .controls-wrapper .filter-group{gap:8px}.tours-section .controls-wrapper .filter-group label{font-size:.8125rem}.tours-section .controls-wrapper .filter-group .filter-btn{padding:.5rem 1rem;font-size:.75rem;min-width:0;flex:1 1 calc(33.33% - .2rem)}.tours-section .controls-wrapper .sort-group{gap:8px}.tours-section .controls-wrapper .sort-group label{font-size:.8125rem}.tours-section .controls-wrapper .sort-group .sort-select{padding:.5rem .75rem;font-size:.75rem}.tours-section .results-count{font-size:.875rem;margin-bottom:1.25rem}.tours-section .results-count .count-highlight{font-size:.9375rem}.tours-section .tours-grid{gap:1.25rem}.tours-section .tour-card{border-radius:16px}.tours-section .tour-card .tour-image-wrapper{height:180px}.tours-section .tour-card .tour-content{padding:1rem}.tours-section .tour-card .tour-content .tour-header{gap:.5rem;margin-bottom:.75rem}.tours-section .tour-card .tour-content .tour-header .tour-title{font-size:1.125rem}.tours-section .tour-card .tour-content .tour-header .tour-rating{padding:.25rem .5rem;font-size:.8125rem}.tours-section .tour-card .tour-content .tour-header .tour-rating svg{width:12px;height:12px}.tours-section .tour-card .tour-content .tour-header .tour-rating .reviews{font-size:.75rem}.tours-section .tour-card .tour-content .tour-location{font-size:.8125rem;margin-bottom:.75rem}.tours-section .tour-card .tour-content .tour-location svg{width:12px;height:12px}.tours-section .tour-card .tour-content .tour-meta{gap:.5rem}.tours-section .tour-card .tour-content .tour-meta .meta-item{padding:.375rem .625rem;font-size:.75rem}.tours-section .tour-card .tour-content .tour-meta .meta-item svg{width:12px;height:12px}.tours-section .tour-card .tour-content .best-time{padding:.375rem .75rem;font-size:.75rem;margin-bottom:.75rem}.tours-section .tour-card .tour-content .best-time svg{width:10px;height:10px}.tours-section .tour-card .tour-content .tour-highlights{gap:.375rem}.tours-section .tour-card .tour-content .tour-highlights .highlight-tag{padding:.375rem .625rem;font-size:.6875rem;border-radius:8px}.tours-section .tour-card .tour-content .tour-highlights .highlight-tag .check-icon{font-size:.75rem}.tours-section .tour-card .tour-content .tour-footer{padding-top:1rem;gap:.75rem}.tours-section .tour-card .tour-content .tour-footer .price-section .price-label{font-size:.625rem}.tours-section .tour-card .tour-content .tour-footer .price-section .price{font-size:1.375rem}.tours-section .tour-card .tour-content .tour-footer .price-section .price-person{font-size:.625rem}.tours-section .tour-card .tour-content .tour-footer .book-btn{padding:.75rem 1.25rem;font-size:.8125rem;border-radius:12px}.tours-section .tour-card .tour-content .tour-footer .book-btn svg{width:14px;height:14px}.why-adventure-section{padding:2.5rem .75rem}.why-adventure-section .section-header{margin-bottom:2rem}.why-adventure-section .section-header .section-badge{padding:.4rem 1rem;font-size:.6875rem}.why-adventure-section .section-header .section-badge svg{width:12px;height:12px}.why-adventure-section .section-header .section-title{font-size:1.625rem}.why-adventure-section .section-header .section-subtitle{font-size:.875rem}.why-adventure-section .why-grid{gap:1rem}.why-adventure-section .why-card{padding:1.5rem 1.25rem;border-radius:16px}.why-adventure-section .why-card .why-icon-wrapper{margin-bottom:1rem}.why-adventure-section .why-card .why-icon-wrapper .why-icon{width:50px;height:50px;border-radius:12px}.why-adventure-section .why-card .why-icon-wrapper .why-icon svg{width:24px;height:24px}.why-adventure-section .why-card .why-title{font-size:1rem;margin-bottom:.625rem}.why-adventure-section .why-card .why-description{font-size:.75rem}.cta-section{padding:50px 16px;min-height:280px}.cta-section .cta-content{padding:0 8px}.cta-section .cta-content .cta-title{font-size:1.625rem;margin-bottom:.875rem}.cta-section .cta-content .cta-subtitle{font-size:.9375rem;margin-bottom:1.5rem}.cta-section .cta-content .cta-button{padding:.875rem 1.75rem;font-size:.9375rem;border-radius:50px}.cta-section .cta-content .cta-button svg{width:16px;height:16px}}.booking-page{padding-top:80px}@media (max-width: 768px){.booking-page{padding-top:70px}}@media (max-width: 480px){.booking-page{padding-top:60px}}.booking-page--error{padding:40px 20px;text-align:center}.booking-page--error .booking-page__error-title{font-size:2rem;font-weight:700;color:#dc2626;margin-bottom:16px}@media (max-width: 768px){.booking-page--error .booking-page__error-title{font-size:1.75rem}}@media (max-width: 480px){.booking-page--error .booking-page__error-title{font-size:1.5rem}}.booking-page--error .booking-page__error-message{font-size:1.125rem;color:#374151}@media (max-width: 480px){.booking-page--error .booking-page__error-message{font-size:1rem}}.booking-page__header{background:linear-gradient(135deg,#1e40af,#7c3aed);color:#fff;padding:60px 20px;text-align:center}@media (max-width: 768px){.booking-page__header{padding:40px 20px}}@media (max-width: 480px){.booking-page__header{padding:30px 16px}}.booking-page__header-content{max-width:1200px;margin:0 auto}.booking-page__header-content h1{font-size:3rem;font-weight:800;margin-bottom:16px}@media (max-width: 768px){.booking-page__header-content h1{font-size:2.25rem;margin-bottom:12px}}@media (max-width: 480px){.booking-page__header-content h1{font-size:1.875rem;margin-bottom:10px}}.booking-page__header-content p{font-size:1.25rem;opacity:.9}@media (max-width: 768px){.booking-page__header-content p{font-size:1.125rem}}@media (max-width: 480px){.booking-page__header-content p{font-size:1rem}}.booking-page__container{max-width:1200px;margin:0 auto;padding:40px 20px}@media (max-width: 1024px){.booking-page__container{padding:32px 16px}}@media (max-width: 768px){.booking-page__container{padding:24px 12px}}@media (max-width: 480px){.booking-page__container{padding:20px 10px}}.booking-page__grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 1024px){.booking-page__grid{grid-template-columns:2fr 1fr}}@media (max-width: 768px){.booking-page__grid{gap:24px}}@media (max-width: 480px){.booking-page__grid{gap:20px}}.booking-page__main-content{display:flex;flex-direction:column;gap:24px}@media (max-width: 480px){.booking-page__main-content{gap:20px}}@media (min-width: 1024px){.booking-page__sidebar{position:sticky;top:100px;height:fit-content}}.package-details{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}@media (max-width: 480px){.package-details{border-radius:10px}}.package-details__image{width:100%;height:300px;object-fit:cover}@media (max-width: 768px){.package-details__image{height:250px}}@media (max-width: 480px){.package-details__image{height:200px}}.package-details__content{padding:32px}@media (max-width: 768px){.package-details__content{padding:24px}}@media (max-width: 480px){.package-details__content{padding:20px}}.package-details__title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:16px}@media (max-width: 768px){.package-details__title{font-size:1.75rem;margin-bottom:12px}}@media (max-width: 480px){.package-details__title{font-size:1.5rem}}.package-details__meta{display:flex;gap:24px;margin-bottom:24px;flex-wrap:wrap}@media (max-width: 480px){.package-details__meta{gap:16px;margin-bottom:20px}}.package-details__meta-item{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:.875rem}@media (max-width: 480px){.package-details__meta-item{font-size:.8125rem;gap:6px}}.package-details__meta-icon{width:20px;height:20px}@media (max-width: 480px){.package-details__meta-icon{width:18px;height:18px}}.package-details__highlights{margin-bottom:24px}@media (max-width: 480px){.package-details__highlights{margin-bottom:20px}}.package-details__highlights h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:16px}@media (max-width: 768px){.package-details__highlights h3{font-size:1.125rem;margin-bottom:12px}}@media (max-width: 480px){.package-details__highlights h3{font-size:1.0625rem}}.package-details__highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}@media (max-width: 640px){.package-details__highlights-grid{grid-template-columns:1fr;gap:10px}}.package-details__highlights-item{display:flex;align-items:center;gap:8px;color:#059669;font-size:.875rem}@media (max-width: 480px){.package-details__highlights-item{font-size:.8125rem;gap:6px}}.package-details__highlights-icon{width:20px;height:20px;flex-shrink:0}@media (max-width: 480px){.package-details__highlights-icon{width:18px;height:18px}}.package-details__itinerary-toggle{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-bottom:24px;width:100%;font-size:1rem}@media (max-width: 480px){.package-details__itinerary-toggle{padding:10px 20px;font-size:.9375rem;margin-bottom:20px}}.package-details__itinerary-toggle:hover{background:#2563eb}.package-details__itinerary-toggle:active{transform:scale(.98)}.package-details__itinerary{background:#f8fafc;border-radius:8px;padding:24px;margin-bottom:24px}@media (max-width: 768px){.package-details__itinerary{padding:20px;margin-bottom:20px}}@media (max-width: 480px){.package-details__itinerary{padding:16px}}.package-details__itinerary-day{margin-bottom:20px}@media (max-width: 480px){.package-details__itinerary-day{margin-bottom:16px}}.package-details__itinerary-day h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:8px}@media (max-width: 480px){.package-details__itinerary-day h4{font-size:1.0625rem}}.package-details__itinerary-day ul{list-style-type:disc;margin-left:20px;color:#6b7280}@media (max-width: 480px){.package-details__itinerary-day ul{margin-left:16px;font-size:.875rem}}.package-details__itinerary-day ul li{margin-bottom:4px}.package-details__info-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.package-details__info-grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.package-details__info-grid{gap:20px}}.package-details__info-section{background:#f8fafc;border-radius:8px;padding:20px}@media (max-width: 480px){.package-details__info-section{padding:16px}}.package-details__info-section h3{display:flex;align-items:center;gap:8px;font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:12px}@media (max-width: 480px){.package-details__info-section h3{font-size:1.0625rem;gap:6px}}.package-details__info-section--inclusions h3{color:#059669}.package-details__info-section--inclusions ul{list-style-type:none}.package-details__info-section--inclusions ul li{position:relative;padding-left:24px;margin-bottom:8px;color:#374151;font-size:.875rem}@media (max-width: 480px){.package-details__info-section--inclusions ul li{padding-left:20px;font-size:.8125rem;margin-bottom:6px}}.package-details__info-section--inclusions ul li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700}.package-details__info-section--exclusions ul{list-style-type:none}.package-details__info-section--exclusions ul li{position:relative;padding-left:24px;margin-bottom:8px;color:#374151;font-size:.875rem}@media (max-width: 480px){.package-details__info-section--exclusions ul li{padding-left:20px;font-size:.8125rem;margin-bottom:6px}}.package-details__info-section--exclusions ul li:before{content:"✕";position:absolute;left:0;color:#dc2626;font-weight:700}.package-details__info-section-icon{width:20px;height:20px}@media (max-width: 480px){.package-details__info-section-icon{width:18px;height:18px}}.addons-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:32px}@media (max-width: 768px){.addons-section{padding:24px}}@media (max-width: 480px){.addons-section{padding:20px;border-radius:10px}}.addons-section__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:8px}@media (max-width: 768px){.addons-section__title{font-size:1.375rem}}@media (max-width: 480px){.addons-section__title{font-size:1.25rem}}.addons-section__description{color:#6b7280;margin-bottom:24px}@media (max-width: 480px){.addons-section__description{font-size:.9375rem;margin-bottom:20px}}.addons-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}@media (max-width: 640px){.addons-section__grid{grid-template-columns:1fr}}@media (max-width: 480px){.addons-section__grid{gap:12px}}.addons-section__card{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:20px;text-align:left;cursor:pointer;transition:all .2s;position:relative}@media (max-width: 480px){.addons-section__card{padding:16px}}.addons-section__card:hover{border-color:#3b82f6;transform:translateY(-2px)}.addons-section__card:active{transform:scale(.98)}.addons-section__card--selected{border-color:#3b82f6;background:#eff6ff}.addons-section__card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}@media (max-width: 480px){.addons-section__card-header{margin-bottom:10px}}.addons-section__card-icon{width:24px;height:24px;color:#3b82f6}@media (max-width: 480px){.addons-section__card-icon{width:22px;height:22px}}.addons-section__card-check{width:20px;height:20px;color:#059669}@media (max-width: 480px){.addons-section__card-check{width:18px;height:18px}}.addons-section__card h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:8px}@media (max-width: 480px){.addons-section__card h3{font-size:1.0625rem}}.addons-section__card p{color:#6b7280;font-size:.875rem;margin-bottom:12px;line-height:1.4}@media (max-width: 480px){.addons-section__card p{font-size:.8125rem;margin-bottom:10px}}.addons-section__card-price{font-weight:600;color:#059669;font-size:1rem}@media (max-width: 480px){.addons-section__card-price{font-size:.9375rem}}.booking-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:32px}@media (max-width: 768px){.booking-form{padding:24px}}@media (max-width: 480px){.booking-form{padding:20px;border-radius:10px}}.booking-form__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:24px}@media (max-width: 768px){.booking-form__title{font-size:1.375rem;margin-bottom:20px}}@media (max-width: 480px){.booking-form__title{font-size:1.25rem;margin-bottom:16px}}.booking-form__row{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 640px){.booking-form__row{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.booking-form__row{gap:12px}}.booking-form__field{margin-bottom:20px}@media (max-width: 480px){.booking-form__field{margin-bottom:16px}}.booking-form__field label{display:block;font-weight:500;color:#374151;margin-bottom:8px;font-size:.9375rem}@media (max-width: 480px){.booking-form__field label{font-size:.875rem;margin-bottom:6px}}.booking-form__field input,.booking-form__field textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s}@media (max-width: 480px){.booking-form__field input,.booking-form__field textarea{padding:10px 14px;font-size:.9375rem}}.booking-form__field input:focus,.booking-form__field textarea:focus{outline:none;border-color:#3b82f6}.booking-form__field textarea{resize:vertical;min-height:100px}@media (max-width: 480px){.booking-form__field textarea{min-height:80px}}.booking-summary{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:24px}@media (max-width: 1024px){.booking-summary{position:static}}@media (max-width: 768px){.booking-summary{padding:20px}}@media (max-width: 480px){.booking-summary{padding:16px;border-radius:10px}}.booking-summary__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:24px;text-align:center}@media (max-width: 768px){.booking-summary__title{font-size:1.375rem;margin-bottom:20px}}@media (max-width: 480px){.booking-summary__title{font-size:1.25rem;margin-bottom:16px}}.booking-summary__travelers{margin-bottom:24px}@media (max-width: 480px){.booking-summary__travelers{margin-bottom:20px}}.booking-summary__travelers label{display:block;font-weight:500;color:#374151;margin-bottom:12px;font-size:.9375rem}@media (max-width: 480px){.booking-summary__travelers label{font-size:.875rem;margin-bottom:10px}}.booking-summary__travelers-control{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border-radius:8px;padding:8px}.booking-summary__travelers-btn{background:#fff;border:2px solid #e5e7eb;border-radius:6px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}@media (max-width: 480px){.booking-summary__travelers-btn{width:36px;height:36px}}.booking-summary__travelers-btn:hover{border-color:#3b82f6;background:#eff6ff}.booking-summary__travelers-btn:active{transform:scale(.95)}.booking-summary__travelers-display{display:flex;align-items:center;gap:8px;font-weight:600;color:#1f2937;padding:0 16px;font-size:1.125rem}@media (max-width: 480px){.booking-summary__travelers-display{font-size:1.0625rem;padding:0 12px}}.booking-summary__travelers-icon{width:20px;height:20px}@media (max-width: 480px){.booking-summary__travelers-icon{width:18px;height:18px}}.booking-summary__breakdown{margin-bottom:24px}@media (max-width: 480px){.booking-summary__breakdown{margin-bottom:20px}}.booking-summary__breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e5e7eb;font-size:.9375rem}@media (max-width: 480px){.booking-summary__breakdown-item{padding:10px 0;font-size:.875rem}}.booking-summary__breakdown-item:last-child{border-bottom:none}.booking-summary__breakdown-item--addon{color:#059669;font-size:.875rem}@media (max-width: 480px){.booking-summary__breakdown-item--addon{font-size:.8125rem}}.booking-summary__total{background:#f8fafc;border-radius:8px;padding:20px;margin-bottom:24px}@media (max-width: 480px){.booking-summary__total{padding:16px;margin-bottom:20px}}.booking-summary__total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.booking-summary__total-label{font-weight:600;color:#1f2937;font-size:1.125rem}@media (max-width: 480px){.booking-summary__total-label{font-size:1.0625rem}}.booking-summary__total-amount{font-weight:700;color:#059669;font-size:1.5rem}@media (max-width: 768px){.booking-summary__total-amount{font-size:1.375rem}}@media (max-width: 480px){.booking-summary__total-amount{font-size:1.25rem}}.booking-summary__total-note{color:#6b7280;font-size:.875rem;text-align:center}@media (max-width: 480px){.booking-summary__total-note{font-size:.8125rem}}.booking-summary__book-btn{width:100%;background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none;padding:16px 24px;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:24px}@media (max-width: 480px){.booking-summary__book-btn{padding:14px 20px;font-size:1.0625rem;margin-bottom:20px}}.booking-summary__book-btn:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0596694d}.booking-summary__book-btn:active{transform:translateY(0)}.booking-summary__payment-info{background:#eff6ff;border-radius:8px;padding:16px;margin-bottom:24px}@media (max-width: 480px){.booking-summary__payment-info{padding:12px;margin-bottom:20px}}.booking-summary__payment-info-content{display:flex;align-items:flex-start;gap:12px}@media (max-width: 480px){.booking-summary__payment-info-content{gap:10px}}.booking-summary__payment-info-icon{width:20px;height:20px;color:#3b82f6;flex-shrink:0;margin-top:2px}@media (max-width: 480px){.booking-summary__payment-info-icon{width:18px;height:18px}}.booking-summary__payment-info p:first-child{font-weight:600;color:#1f2937;margin-bottom:4px;font-size:.9375rem}@media (max-width: 480px){.booking-summary__payment-info p:first-child{font-size:.875rem}}.booking-summary__payment-info p:last-child{color:#6b7280;font-size:.875rem;line-height:1.4}@media (max-width: 480px){.booking-summary__payment-info p:last-child{font-size:.8125rem}}.booking-summary__contact-title{font-weight:600;color:#1f2937;margin-bottom:12px;font-size:.9375rem}@media (max-width: 480px){.booking-summary__contact-title{font-size:.875rem;margin-bottom:10px}}.booking-summary__contact-item{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:.875rem;margin-bottom:8px}@media (max-width: 480px){.booking-summary__contact-item{font-size:.8125rem;gap:6px;margin-bottom:6px}}.booking-summary__contact-icon{width:16px;height:16px}@media (max-width: 480px){.booking-summary__contact-icon{width:14px;height:14px}}.payment-modal{position:fixed;inset:0;background:#0009;display:flex;align-items:flex-start;justify-content:center;z-index:99999;padding:80px 20px 20px;overflow-y:auto}@media (max-width: 768px){.payment-modal{padding:60px 16px 16px}}@media (max-width: 480px){.payment-modal{padding:40px 12px 12px}}.payment-modal__overlay{position:absolute;inset:0;cursor:pointer}.payment-modal__content{background:#fff;border-radius:16px;max-width:28rem;width:100%;padding:24px;position:relative;z-index:100000;max-height:calc(100vh - 100px);overflow-y:auto;margin:0 auto;box-shadow:0 20px 60px #0000004d}@media (max-width: 768px){.payment-modal__content{max-height:calc(100vh - 80px)}}@media (max-width: 480px){.payment-modal__content{padding:20px;border-radius:12px;max-width:calc(100% - 24px);max-height:calc(100vh - 60px)}}.payment-modal__close-btn{position:absolute;top:16px;right:16px;color:#9ca3af;background:#fff;border:none;cursor:pointer;padding:8px;z-index:100001;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s}@media (max-width: 480px){.payment-modal__close-btn{top:12px;right:12px;width:28px;height:28px;padding:6px}}.payment-modal__close-btn:hover{color:#1f2937;background:#f3f4f6}.payment-modal__close-btn:active{transform:scale(.95)}.payment-modal__close-icon{width:20px;height:20px}@media (max-width: 480px){.payment-modal__close-icon{width:16px;height:16px}}.payment-modal__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:8px;padding-right:40px}@media (max-width: 480px){.payment-modal__title{font-size:1.375rem;padding-right:36px}}.payment-modal__description{color:#6b7280;margin-bottom:24px;font-size:.9375rem;line-height:1.5}@media (max-width: 480px){.payment-modal__description{font-size:.875rem;margin-bottom:20px}}.payment-modal__methods{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}@media (max-width: 480px){.payment-modal__methods{gap:10px;margin-bottom:20px}}.payment-modal__method-btn{width:100%;border:none;padding:16px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;font-size:1rem}@media (max-width: 480px){.payment-modal__method-btn{padding:14px 12px;font-size:.9375rem;gap:6px}}.payment-modal__method-btn--card{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.payment-modal__method-btn--card:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.payment-modal__method-btn--card:active{transform:translateY(0)}.payment-modal__method-btn--upi{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.payment-modal__method-btn--upi:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf666}.payment-modal__method-btn--upi:active{transform:translateY(0)}.payment-modal__method-btn--netbanking{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.payment-modal__method-btn--netbanking:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.payment-modal__method-btn--netbanking:active{transform:translateY(0)}.payment-modal__method-btn--wallet{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.payment-modal__method-btn--wallet:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.payment-modal__method-btn--wallet:active{transform:scale(.98)}.payment-modal__method-icon{width:20px;height:20px}@media (max-width: 480px){.payment-modal__method-icon{width:18px;height:18px}}.payment-modal__breakdown{margin-top:24px;padding-top:16px;border-top:2px solid #e5e7eb}@media (max-width: 480px){.payment-modal__breakdown{margin-top:20px;padding-top:12px}}.payment-modal__breakdown-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.payment-modal__breakdown-item:last-child{margin-bottom:0}.payment-modal__breakdown-label{color:#6b7280;font-size:.875rem}@media (max-width: 480px){.payment-modal__breakdown-label{font-size:.8125rem}}.payment-modal__breakdown-value{font-weight:600;font-size:.9375rem;color:#1f2937}@media (max-width: 480px){.payment-modal__breakdown-value{font-size:.875rem}}.payment-modal__security-note{font-size:.75rem;color:#9ca3af;text-align:center;margin-top:16px;display:flex;align-items:center;justify-content:center;gap:4px}@media (max-width: 480px){.payment-modal__security-note{font-size:.6875rem;margin-top:12px}}.payment-modal__security-note:before{content:"🔒";font-size:.875rem}.destination-detail{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow-x:hidden}.hero-section{height:85vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,#667eea4d,#121212d9);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:900px;padding:2.5rem;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.back-btn{position:absolute;top:2.5rem;left:2.5rem;display:flex;align-items:center;gap:.625rem;padding:.875rem 1.75rem;background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;border:1.5px solid rgba(255,255,255,.4);border-radius:50px;font-weight:700;font-size:.9375rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:10}.back-btn:hover{background:#ffffff4d;transform:translate(-8px);box-shadow:0 8px 32px #667eea66}.category-tag{display:inline-block;padding:.625rem 1.75rem;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border-radius:50px;font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;box-shadow:0 8px 24px #f5576c66;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:900;margin:0 0 1.25rem;text-shadow:0 6px 40px rgba(0,0,0,.7);background:linear-gradient(135deg,#fff,#a8edea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.hero-tagline{font-size:clamp(1.25rem,3vw,1.75rem);margin:0 0 2.5rem;opacity:.95;font-weight:500;line-height:1.5}.hero-meta{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.625rem;font-size:1rem;font-weight:700;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.meta-item:hover{background:#fff3;transform:translateY(-4px)}.meta-item svg{color:#fbbf24}.content-wrapper{max-width:1280px;margin:-80px auto 0;padding:0 1.5rem 4rem;position:relative;z-index:5}.section-heading{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#fff;margin:0 0 3rem;text-align:center;position:relative;padding-bottom:1rem}.section-heading:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:5px;background:linear-gradient(90deg,#f093fb,#f5576c);border-radius:10px}.overview-section{margin-bottom:5rem}.overview-content{background:#fffffff2;padding:3rem;border-radius:32px;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);transition:all .4s ease}.overview-content:hover{transform:translateY(-8px);box-shadow:0 30px 80px #667eea66}.overview-content p{font-size:1.125rem;line-height:1.9;color:#334155;margin-bottom:1.75rem;font-weight:400}.overview-content p:last-child{margin-bottom:0}.attractions-section{margin-bottom:5rem}.attractions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.attraction-card{background:#fffffff2;border-radius:24px;overflow:hidden;box-shadow:0 15px 50px #0003;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.3)}.attraction-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 70px #667eea80}.attraction-image{height:220px;background-size:cover;background-position:center;position:relative;overflow:hidden}.attraction-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.4) 100%);transition:all .4s ease}.attraction-card:hover .attraction-image:before{background:linear-gradient(180deg,#667eea4d,#764ba299)}.attraction-content{padding:1.75rem}.attraction-content h3{font-size:1.375rem;font-weight:800;color:#0f172a;margin:0 0 .75rem}.attraction-content p{font-size:.9375rem;color:#64748b;margin:0;line-height:1.7}.packages-section{margin-bottom:5rem}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2.5rem}.package-card{background:#fffffff2;border-radius:28px;overflow:hidden;box-shadow:0 20px 60px #0003;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative}.package-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f093fb1a,#f5576c1a);opacity:0;transition:opacity .4s ease;pointer-events:none}.package-card:hover{transform:translateY(-12px);box-shadow:0 30px 80px #667eea66;border-color:#667eea}.package-card:hover:before{opacity:1}.package-image{height:240px;background-size:cover;background-position:center;position:relative}.package-duration{position:absolute;top:1.25rem;right:1.25rem;padding:.625rem 1.25rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#667eea;border-radius:50px;font-size:.875rem;font-weight:800;box-shadow:0 8px 24px #0003}.package-info{padding:2rem}.package-info h3{font-size:1.5rem;font-weight:900;color:#0f172a;margin:0 0 1.25rem}.package-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.package-price{font-size:1.875rem;font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.package-highlights{list-style:none;padding:0;margin:0 0 2rem}.package-highlights li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#475569;margin-bottom:.875rem;font-weight:500}.package-highlights li svg{color:#10b981;flex-shrink:0}.book-now-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:16px;font-size:1.0625rem;font-weight:800;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #667eea66;position:relative;overflow:hidden}.book-now-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 .6s ease}.book-now-btn:hover:before{left:100%}.book-now-btn:hover{transform:scale(1.05);box-shadow:0 15px 40px #667eea99}.seasonal-section{margin-bottom:5rem}.seasonal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.season-card{background:#fffffff2;padding:2.5rem;border-radius:28px;box-shadow:0 15px 50px #0003;text-align:center;transition:all .4s ease;border:1px solid rgba(255,255,255,.3)}.season-card:hover{transform:translateY(-10px);box-shadow:0 25px 70px #667eea66}.season-icon{font-size:4rem;margin-bottom:1.25rem;filter:drop-shadow(0 8px 16px rgba(0,0,0,.1))}.season-card h3{font-size:1.625rem;font-weight:900;color:#0f172a;margin:0 0 .625rem}.season-months{font-size:.9375rem;color:#64748b;font-weight:700;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em}.season-temp{display:flex;align-items:center;justify-content:center;gap:.625rem;font-size:1.125rem;font-weight:800;color:#667eea;margin-bottom:1.25rem}.season-card p{font-size:1rem;color:#475569;line-height:1.7;margin:0}.gallery-section{margin-bottom:5rem}.gallery-viewer{background:#fffffff2;padding:2rem;border-radius:32px;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.3)}.main-image{height:550px;background-size:cover;background-position:center;border-radius:20px;position:relative;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 15px 40px #0000004d}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #0003;z-index:2}.gallery-nav:hover{background:#fff;transform:translateY(-50%) scale(1.15);box-shadow:0 12px 32px #667eea66}.gallery-nav svg{color:#667eea}.gallery-nav.prev{left:1.5rem}.gallery-nav.next{right:1.5rem}.gallery-thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.25rem}.thumbnail{height:100px;background-size:cover;background-position:center;border-radius:16px;cursor:pointer;border:3px solid transparent;transition:all .3s ease;box-shadow:0 8px 20px #00000026}.thumbnail:hover{transform:scale(1.08);box-shadow:0 12px 32px #00000040}.thumbnail.active{border-color:#667eea;box-shadow:0 12px 32px #667eea80}.tips-section{margin-bottom:5rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.tips-card{background:#fffffff2;padding:2.5rem;border-radius:28px;box-shadow:0 15px 50px #0003;transition:all .4s ease;border:1px solid rgba(255,255,255,.3)}.tips-card:hover{transform:translateY(-10px);box-shadow:0 25px 70px #667eea66}.tips-card h3{font-size:1.5rem;font-weight:900;color:#0f172a;margin:0 0 1.5rem}.tips-card ul{list-style:none;padding:0;margin:0}.tips-card ul li{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;color:#475569;margin-bottom:1rem;line-height:1.7;font-weight:500}.tips-card ul li svg{flex-shrink:0;margin-top:.25rem}.tips-card:nth-child(1) ul li svg{color:#10b981}.tips-card:nth-child(2) ul li svg{color:#ef4444}.food-card ul li{font-weight:600;color:#667eea}.cta-section{margin:6rem 0 4rem}.cta-card{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 3rem;border-radius:32px;text-align:center;box-shadow:0 30px 80px #667eea80;position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-card h2{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#fff;margin:0 0 1rem;position:relative;z-index:1}.cta-card p{font-size:1.25rem;color:#ffffffe6;margin:0 0 2.5rem;position:relative;z-index:1}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.125rem 3rem;background:#fff;color:#667eea;border:none;border-radius:50px;font-size:1.125rem;font-weight:900;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 15px 40px #0000004d;position:relative;z-index:1}.cta-button:hover{transform:scale(1.08);box-shadow:0 20px 50px #0006}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-close{position:absolute;top:2rem;right:2rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:none;border-radius:50%;width:56px;height:56px;font-size:2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.lightbox-close:hover{background:#ffffff4d;transform:rotate(90deg)}.lightbox img{max-width:90%;max-height:90%;border-radius:20px;box-shadow:0 30px 80px #000c}.loading-spinner{width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:10rem auto}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.packages-grid,.attractions-grid,.seasonal-grid,.tips-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 768px){.hero-section{height:70vh;clip-path:polygon(0 0,100% 0,100% 90%,0 100%)}.back-btn{top:1.5rem;left:1.5rem;padding:.75rem 1.25rem;font-size:.875rem}.content-wrapper{padding:0 1rem 3rem;margin:-60px auto 0}.overview-content,.tips-card,.season-card{padding:2rem}.main-image{height:350px}.gallery-nav{width:48px;height:48px}.gallery-nav.prev{left:1rem}.gallery-nav.next{right:1rem}.cta-card{padding:3rem 2rem}.packages-grid,.attractions-grid,.seasonal-grid,.tips-grid{grid-template-columns:1fr}.hero-meta{gap:1rem}.meta-item{padding:.625rem 1rem;font-size:.875rem}}@media (max-width: 480px){.section-heading{margin-bottom:2rem}.attraction-image,.package-image{height:200px}.thumbnail{height:80px}.overview-content,.tips-card,.season-card{padding:1.5rem}}body{font-family:Poppins,sans-serif;margin:0;background-color:#f8fafc}.container{width:90%;max-width:800px;margin:auto;padding:2rem 0}.navbar{background:#07f;padding:1rem 2rem}.navbar ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar ul a{color:#fff;text-decoration:none;font-weight:500;transition:.2s}.navbar ul a:hover{text-decoration:underline}.destination-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:1rem}.destination-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:transform .2s ease}.destination-card:hover{transform:translateY(-5px)}.destination-card img{width:100%;height:180px;object-fit:cover}.destination-card .info{padding:1rem}.destination-card .info h3{margin:0;color:#07f}.destination-card .info p{color:#555;font-size:.9rem;margin-top:.3rem}.package-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.package-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;text-align:center}.package-card button{margin-top:1rem;padding:.6rem 1.2rem;background:#07f;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:.2s}.package-card button:hover{background:#005fcc}
