:root{--evt-primary:#c94232;--evt-primary-dark:#a83527;--evt-primary-light:#f3897a;--evt-secondary:#2d4271;--evt-secondary-dark:#1e2e50;--evt-secondary-light:#3d5a9a;--evt-accent:#f5a623;--evt-accent-dark:#d98e10;--evt-accent-light:#ffc95c;--evt-success:#28a745;--evt-light-bg:#f8f9fa;--evt-white:#ffffff;--evt-dark:#212529;--evt-text:#495057;--evt-text-light:#5a6474;--evt-border:#dee2e6;--evt-shadow:0 2px 15px rgba(0, 0, 0, 0.08);--evt-shadow-hover:0 8px 30px rgba(0, 0, 0, 0.15);--evt-shadow-lg:0 10px 40px rgba(0, 0, 0, 0.12);--evt-radius:8px;--evt-radius-lg:12px;--evt-radius-sm:4px;--evt-transition:0.3s ease;--evt-font-primary:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--evt-font-heading:'Playfair Display',Georgia,'Times New Roman',serif;--evt-text-xs:0.75rem;--evt-text-sm:0.875rem;--evt-text-md:1rem;--evt-text-lg:1.125rem;--evt-container-max:1320px}html{scroll-behavior:smooth;font-size:100%}body{font-family:var(--evt-font-primary);color:var(--evt-text);font-size:1rem;line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--evt-font-heading);color:var(--evt-secondary);font-weight:700;line-height:1.2;letter-spacing:-.02em}h5,h6{font-family:var(--evt-font-primary);font-weight:600;letter-spacing:-.01em}a{color:var(--evt-primary);text-decoration:none;transition:color var(--evt-transition)}a:hover{color:var(--evt-primary-dark)}img{max-width:100%;height:auto}::selection{background:var(--evt-primary);color:var(--evt-white)}.top-bar{background:linear-gradient(135deg,var(--evt-secondary-dark) 0,var(--evt-secondary) 100%);color:rgba(255,255,255,.8);font-size:var(--evt-text-sm);padding:0;line-height:1;position:relative;z-index:1050;border-bottom:1px solid rgba(255,255,255,.06)}.top-bar a{color:rgba(255,255,255,.8);text-decoration:none;transition:color var(--evt-transition)}.top-bar a:hover{color:var(--evt-white)}.top-bar .top-bar-left{display:flex;align-items:center;gap:6px;padding:8px 0}.top-bar .top-bar-left i{color:var(--evt-primary-light);font-size:var(--evt-text-xs);margin-right:3px}.top-bar .top-bar-divider{width:1px;height:14px;background:rgba(255,255,255,.2);display:inline-block;vertical-align:middle;margin:0 6px}.top-bar .top-bar-right{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding:8px 0}.top-bar .top-bar-social{display:flex;gap:4px}.top-bar .top-bar-social a{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:var(--evt-text-xs);background:rgba(255,255,255,.06);transition:all var(--evt-transition)}.top-bar .top-bar-social a:hover{background:var(--evt-primary);color:#fff;transform:translateY(-1px)}.top-bar .top-bar-lang .dropdown-toggle{padding:3px 8px;border-radius:var(--evt-radius-sm);font-size:var(--evt-text-sm);transition:background var(--evt-transition)}.top-bar .top-bar-lang .dropdown-toggle::after{font-size:.6rem}.top-bar .top-bar-lang .dropdown-toggle:hover{background:rgba(255,255,255,.1)}.top-bar .top-bar-lang .dropdown-menu{min-width:130px;font-size:var(--evt-text-sm)}.top-bar .top-bar-login{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:50px;font-weight:500;background:rgba(255,255,255,.06);transition:all var(--evt-transition)}.top-bar .top-bar-login:hover{background:var(--evt-primary);color:#fff}.main-header{background:var(--evt-white);position:sticky;top:0;z-index:1040;box-shadow:0 1px 0 rgba(0,0,0,.06);transition:box-shadow var(--evt-transition),transform var(--evt-transition)}.main-header.header-sticky{position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px rgba(0,0,0,.1);animation:headerSlideDown .35s ease}.main-header.header-hidden{transform:translateY(-100%)}@keyframes headerSlideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}.header-inner{display:flex;align-items:center;min-height:72px;gap:20px}.header-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.header-logo .logo-icon{width:42px;height:42px;background:linear-gradient(135deg,var(--evt-primary),var(--evt-primary-dark));border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;box-shadow:0 3px 10px rgba(201,66,50,.3)}.logo-text-wrap{display:flex;flex-direction:column;line-height:1}.footer-logo span,.header-logo .logo-text,.offcanvas-brand .logo-text{font-family:var(--evt-font-heading);font-size:1.25rem;font-weight:700;color:var(--evt-secondary)}.logo-highlight{color:var(--evt-primary)!important}.header-logo .logo-tagline{font-size:var(--evt-text-xs);color:var(--evt-text-light);letter-spacing:.8px;text-transform:uppercase;margin-top:2px}.header-nav{flex:1;display:flex;justify-content:center}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:0}.nav-menu-item{position:relative}.nav-menu-link{display:flex;align-items:center;gap:5px;padding:26px 16px;color:var(--evt-secondary);font-size:.9375rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:color var(--evt-transition);position:relative;letter-spacing:-.01em}.nav-menu-link::after{content:'';position:absolute;bottom:0;left:16px;right:16px;height:3px;background:var(--evt-primary);border-radius:3px 3px 0 0;transform:scaleX(0);transition:transform var(--evt-transition)}.nav-menu-item.active>.nav-menu-link,.nav-menu-item:hover>.nav-menu-link{color:var(--evt-primary)}.nav-menu-item:hover>.nav-menu-link::after{transform:scaleX(1)}.nav-menu-link .caret{font-size:.55rem;transition:transform var(--evt-transition);opacity:.5}.nav-menu-item:hover .caret{transform:rotate(180deg);opacity:1}.dropdown-panel{position:absolute;top:100%;left:0;background:var(--evt-white);border:none;border-radius:0 0 var(--evt-radius-lg) var(--evt-radius-lg);box-shadow:0 15px 40px rgba(0,0,0,.12);min-width:230px;list-style:none;padding:8px 0;margin:0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease;z-index:1060}.nav-menu-item:hover>.dropdown-panel{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-panel li a{display:flex;align-items:center;gap:10px;padding:10px 20px;color:var(--evt-text);font-size:var(--evt-text-sm);text-decoration:none;transition:all var(--evt-transition)}.dropdown-panel li a i{color:var(--evt-primary);font-size:.9rem;width:18px;text-align:center;opacity:.7;transition:opacity var(--evt-transition)}.dropdown-panel li a:hover{background:var(--evt-light-bg);color:var(--evt-primary);padding-left:24px}.dropdown-panel li a:hover i{opacity:1}.dropdown-panel .dropdown-panel-footer{border-top:1px solid var(--evt-border);margin-top:4px;padding-top:4px}.dropdown-panel .dropdown-panel-footer a{font-weight:600;color:var(--evt-primary)}.nav-menu-item.has-mega{position:static}.nav-menu-item.has-mega.has-mega-narrow{position:relative}.nav-menu-item.has-mega.has-mega-narrow>.mega-panel{left:0;right:auto;width:820px}.mega-panel{position:absolute;top:100%;left:0;right:0;background:var(--evt-white);border-radius:0 0 var(--evt-radius-lg) var(--evt-radius-lg);box-shadow:0 15px 40px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease;z-index:1060}.nav-menu-item.has-mega:hover>.mega-panel{opacity:1;visibility:visible;transform:translateY(0)}.mega-panel-inner{display:flex;padding:28px 30px;gap:0;max-width:var(--evt-container-max);margin:0 auto}.mega-col{flex:1;padding:0 16px;border-right:1px solid var(--evt-border)}.mega-col:last-child{border-right:none}.mega-country{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid var(--evt-primary)}.mega-flag{font-size:1.1rem;line-height:1}.mega-country h6{margin:0;font-size:.9375rem;font-weight:600;color:var(--evt-secondary)}.mega-col ul{list-style:none;padding:0;margin:0 0 8px}.mega-col ul li a{display:block;padding:4px 0;color:var(--evt-text);font-size:var(--evt-text-sm);text-decoration:none;transition:all var(--evt-transition)}.mega-col ul li a:hover{color:var(--evt-primary);padding-left:6px}.mega-view-all{display:inline-flex;align-items:center;gap:4px;font-size:var(--evt-text-sm);font-weight:600;color:var(--evt-primary);text-decoration:none;transition:gap var(--evt-transition)}.mega-view-all:hover{gap:8px;color:var(--evt-primary-dark)}.mega-featured{flex:0 0 200px;min-width:200px}.mega-promo-card{position:relative;border-radius:var(--evt-radius);overflow:hidden;height:100%}.mega-promo-card img{width:100%;height:100%;object-fit:cover}.mega-promo-overlay{position:absolute;bottom:0;left:0;right:0;padding:14px;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff}.mega-promo-badge{display:inline-block;padding:2px 8px;background:var(--evt-primary);border-radius:50px;font-size:var(--evt-text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.mega-promo-overlay h6{margin:0;font-size:var(--evt-text-sm);color:#fff}.mega-promo-price{font-size:var(--evt-text-sm);font-weight:600;color:var(--evt-accent-light)}.mega-tours-outer{display:flex;max-width:var(--evt-container-max);margin:0 auto;min-height:280px}.mega-tours-sidebar{flex:0 0 200px;background:#f5f5f5;border-right:1px solid #e0e0e0;padding:6px 0;display:flex;flex-direction:column}.mega-tours-tab{padding:13px 22px;font-size:.9rem;font-weight:500;color:#555;cursor:pointer;border-left:3px solid transparent;transition:background .15s,color .15s,border-color .15s;user-select:none;line-height:1.3}.mega-tours-tab:hover{background:#ececec;color:#111}.mega-tours-tab.active{background:#fff;color:#111;font-weight:600;border-left-color:var(--evt-primary)}.mega-tours-right{flex:1;padding:28px 36px;overflow:hidden}.mega-tours-panel{display:none;animation:mtFadeIn .18s ease}.mega-tours-panel.active{display:block}@keyframes mtFadeIn{from{opacity:0;transform:translateX(5px)}to{opacity:1;transform:translateX(0)}}.mtp-section-label{font-size:var(--evt-text-xs);font-weight:700;letter-spacing:.09em;color:#aaa;text-transform:uppercase;margin-bottom:14px}.mtp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 0;margin-bottom:4px}.mtp-grid a{font-size:var(--evt-text-sm);color:#333;text-decoration:none;transition:color .14s;white-space:nowrap}.mtp-grid a:hover{color:var(--evt-primary)}.mtp-sep{height:1px;background:#e5e7eb;margin:18px 0 16px}.mtp-view-all-link{display:inline-flex;align-items:center;gap:4px;font-size:var(--evt-text-sm);font-weight:600;color:var(--evt-primary);text-decoration:none;padding:6px 0}.mtp-view-all-link:hover{text-decoration:underline}.mob-sub-link{display:block;padding:5px 0 5px 24px;font-size:var(--evt-text-sm);color:var(--evt-text);text-decoration:none;transition:color .15s}.mob-sub-link:hover{color:var(--evt-primary)}.mob-sub-all{display:block;padding:4px 0 4px 24px;font-size:var(--evt-text-sm);font-weight:600;color:var(--evt-primary);text-decoration:none;margin-bottom:2px}.mob-tours-sep{height:1px;background:var(--evt-border);margin:6px 0}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-action-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--evt-border);background:0 0;color:var(--evt-secondary);font-size:1rem;cursor:pointer;transition:all var(--evt-transition)}.header-action-btn:hover{background:var(--evt-light-bg);color:var(--evt-primary);border-color:var(--evt-primary)}.header-hotline{display:flex;align-items:center;gap:8px;text-decoration:none;padding:6px 12px;border-radius:var(--evt-radius);transition:background var(--evt-transition)}.header-hotline:hover{background:var(--evt-light-bg)}.header-hotline i{font-size:1.25rem;color:var(--evt-primary)}.header-hotline small{display:block;font-size:var(--evt-text-xs);color:var(--evt-text-light);text-transform:uppercase;letter-spacing:.5px;line-height:1}.header-hotline strong{display:block;font-size:var(--evt-text-sm);color:var(--evt-secondary);line-height:1.2}.btn-book-now{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;background:linear-gradient(135deg,var(--evt-primary),var(--evt-primary-dark));color:#fff;border:none;border-radius:50px;font-size:var(--evt-text-sm);font-weight:600;text-decoration:none;cursor:pointer;transition:all var(--evt-transition);box-shadow:0 3px 12px rgba(201,66,50,.25)}.btn-book-now:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(201,66,50,.35);color:#fff}.mobile-toggle{width:38px;height:38px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:none;background:0 0;cursor:pointer;padding:6px}.mobile-toggle span{display:block;width:22px;height:2px;background:var(--evt-secondary);border-radius:2px;transition:all var(--evt-transition)}#mobileMenu{max-width:320px;border-left:none;box-shadow:-10px 0 40px rgba(0,0,0,.15)}@media (min-width:1200px){#mobileMenu{display:none!important}}.offcanvas-brand{display:flex;align-items:center;gap:8px;font-family:var(--evt-font-heading);font-size:1.1rem;font-weight:700;color:var(--evt-secondary)}.offcanvas-brand i{font-size:1.25rem;color:var(--evt-primary)}.mobile-nav{display:flex;flex-direction:column}.mobile-nav-group{border-bottom:1px solid var(--evt-border)}.mobile-nav-toggle{display:flex;align-items:center;gap:10px;width:100%;padding:14px 0;border:none;background:0 0;font-size:.9375rem;font-weight:500;color:var(--evt-secondary);cursor:pointer;text-align:left}.mobile-nav-toggle i:first-child{color:var(--evt-primary);width:20px;text-align:center}.mobile-nav-toggle .bi-chevron-down{font-size:var(--evt-text-xs);transition:transform var(--evt-transition);opacity:.4}.mobile-nav-toggle[aria-expanded=true] .bi-chevron-down{transform:rotate(180deg)}.mobile-nav-sub{padding:0 0 12px 30px}.mobile-nav-sub a{display:block;padding:6px 0;color:var(--evt-text);font-size:var(--evt-text-sm);text-decoration:none;transition:color var(--evt-transition)}.mobile-nav-sub a:hover{color:var(--evt-primary)}.mobile-nav-country{font-size:var(--evt-text-xs);font-weight:700;color:var(--evt-secondary);text-transform:uppercase;letter-spacing:.5px;margin-top:10px;margin-bottom:4px;padding-bottom:4px;border-bottom:2px solid var(--evt-primary)}.mobile-nav-country:first-child{margin-top:0}.mobile-nav-link{display:flex;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid var(--evt-border);color:var(--evt-secondary);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color var(--evt-transition)}.mobile-nav-link:hover{color:var(--evt-primary)}.mobile-nav-link i{color:var(--evt-primary);width:20px;text-align:center}.mobile-cta{margin-top:auto;padding-top:20px;display:flex;flex-direction:column;gap:10px}.mobile-cta-phone{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border:1px solid var(--evt-border);border-radius:var(--evt-radius);color:var(--evt-secondary);font-weight:600;font-size:.9375rem;text-decoration:none;transition:all var(--evt-transition)}.mobile-cta-phone:hover{border-color:var(--evt-primary);color:var(--evt-primary)}.mobile-cta-phone i{color:var(--evt-primary)}@media (max-width:1199.98px){.header-inner{min-height:60px}}@media (max-width:575.98px){.header-logo .logo-text{font-size:1.05rem}.header-logo .logo-tagline{display:none}.header-logo .logo-icon{width:36px;height:36px;font-size:1rem}}.hero-section{position:relative;overflow:hidden;background:var(--evt-secondary)}.hero-slide{position:relative;height:525px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero-slide .hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-slide::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(45,66,113,.3) 0,rgba(45,66,113,.5) 50%,rgba(45,66,113,.7) 100%);z-index:1}.hero-overlay{position:relative;z-index:2;width:100%}.hero-title{font-size:2.5rem;font-weight:700;color:var(--evt-white);margin-bottom:10px;text-shadow:0 2px 10px rgba(0,0,0,.3);line-height:1.2}.hero-subtitle{font-size:1.125rem;color:rgba(255,255,255,.9);margin-bottom:0;text-shadow:0 1px 5px rgba(0,0,0,.2)}.hero-section .carousel-control-next,.hero-section .carousel-control-prev{width:50px;height:50px;top:50%;transform:translateY(-50%);bottom:auto;background:rgba(0,0,0,.3);border-radius:50%;opacity:.7;transition:all var(--evt-transition)}.hero-section .carousel-control-prev{left:16px}.hero-section .carousel-control-next{right:16px}.hero-section .carousel-control-next:hover,.hero-section .carousel-control-prev:hover{background:var(--evt-primary);opacity:1}.hero-section .carousel-indicators{margin-bottom:12px;z-index:5}.hero-section .carousel-indicators [data-bs-target]{position:relative;width:44px;height:44px;margin:0 2px;border-radius:50%;border:none;background:0 0;opacity:1;transition:all var(--evt-transition)}.hero-section .carousel-indicators [data-bs-target]::after{content:"";position:absolute;width:12px;height:12px;top:50%;left:50%;border-radius:50%;background:#fff;opacity:.55;transform:translate(-50%,-50%);transition:transform var(--evt-transition),opacity var(--evt-transition)}.hero-section .carousel-indicators .active::after{opacity:1;transform:translate(-50%,-50%) scale(1.2)}.hero-search{position:absolute;bottom:0;left:0;right:0;z-index:10;background:rgba(45,66,113,.85);backdrop-filter:blur(8px);padding:18px 0}.hero-search .search-form .form-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.hero-search .search-form .form-control,.hero-search .search-form .form-select{border:none;border-radius:var(--evt-radius);padding:8px 12px;font-size:.875rem}.hero-search .search-form .form-control:focus,.hero-search .search-form .form-select:focus{box-shadow:0 0 0 3px rgba(201,66,50,.3)}.btn-primary-custom{background:var(--evt-primary);color:var(--evt-white);border:none;border-radius:var(--evt-radius);font-weight:600;transition:all var(--evt-transition)}.btn-primary-custom:hover{background:var(--evt-primary-dark);color:var(--evt-white);transform:translateY(-1px);box-shadow:0 4px 12px rgba(201,66,50,.35)}@media (max-width:991.98px){.hero-slide{height:450px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}@media (max-width:767.98px){.hero-slide{height:375px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.875rem}.hero-section .carousel-control-next,.hero-section .carousel-control-prev{width:36px;height:36px}.hero-search{position:relative;padding:16px 0;background:var(--evt-secondary-dark)}.hero-search .search-form .form-label{display:none}}.section-padding{padding:60px 0}.section-padding-sm{padding:40px 0}.section-padding-lg{padding:80px 0}.section-bg-light{background-color:var(--evt-light-bg)}.section-bg-dark{background-color:var(--evt-secondary);color:var(--evt-white)}.section-bg-dark h2,.section-bg-dark h3,.section-bg-dark h4{color:var(--evt-white)}.section-title{text-align:center;margin-bottom:45px}.section-title h2{font-size:2rem;font-weight:700;margin-bottom:10px;position:relative;display:inline-block}.section-title h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--evt-primary);border-radius:2px}.section-title .subtitle{color:var(--evt-text-light);font-size:1.0625rem;margin-top:18px;max-width:600px;margin-left:auto;margin-right:auto}.section-title .section-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:rgba(201,66,50,.1);border-radius:50%;color:var(--evt-primary);font-size:1.25rem;margin-bottom:12px}@media (max-width:767.98px){.section-padding{padding:40px 0}.section-padding-lg{padding:50px 0}.section-title{margin-bottom:30px}.section-title h2{font-size:1.625rem}.section-title .subtitle{font-size:.9375rem}}.destination-card{position:relative;border-radius:var(--evt-radius-lg);overflow:hidden;cursor:pointer;height:280px;display:block}.destination-card .destination-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.destination-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.82) 0,rgba(0,0,0,.35) 45%,rgba(0,0,0,.05) 100%);z-index:1;transition:all var(--evt-transition)}.destination-card:hover::before{background:linear-gradient(to top,rgba(15,61,42,.88) 0,rgba(26,107,74,.45) 50%,rgba(26,107,74,.1) 100%)}.destination-card:hover .destination-img{transform:scale(1.08)}.destination-card .destination-info{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:2;color:#fff;transition:transform var(--evt-transition)}.destination-card:hover .destination-info{transform:translateY(-5px)}.destination-card .destination-info h3,.destination-card .destination-info h4{color:#fff;font-size:1.15rem;font-weight:700;margin-bottom:5px;text-shadow:0 1px 6px rgba(0,0,0,.9),0 2px 12px rgba(0,0,0,.6);line-height:1.3}.destination-card .destination-info .destination-country{display:inline-block;color:#fde68a;font-size:.82rem;font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,.9);letter-spacing:.04em;text-transform:uppercase}.destination-card .destination-info .tour-count{font-size:.875rem;color:#d1fae5;text-shadow:0 1px 4px rgba(0,0,0,.8);opacity:1}.destination-card .destination-info .tour-count i{margin-right:4px}.destination-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.destination-grid .destination-card.featured{grid-column:span 2;height:340px}@media (max-width:991.98px){.destination-grid{grid-template-columns:repeat(2,1fr)}.destination-card{height:220px}.destination-grid .destination-card.featured{height:260px}}@media (max-width:575.98px){.destination-grid{grid-template-columns:repeat(2,1fr);gap:12px}.destination-card{height:180px}.destination-grid .destination-card.featured{grid-column:span 2;height:200px}.destination-card .destination-info{padding:12px}.destination-card .destination-info h4{font-size:1rem}}.tour-card{background:var(--evt-white);border-radius:var(--evt-radius-lg);overflow:hidden;box-shadow:var(--evt-shadow);transition:all var(--evt-transition);height:100%;display:flex;flex-direction:column}.tour-card:hover{transform:translateY(-5px);box-shadow:var(--evt-shadow-hover)}.tour-card .tour-image{position:relative;overflow:hidden;aspect-ratio:4/3}.tour-card .tour-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tour-card:hover .tour-image img{transform:scale(1.08)}.tour-img-wrapper{position:relative;overflow:hidden;aspect-ratio:1/1}.tour-img-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.tour-card:hover .tour-img-wrapper img{transform:scale(1.08)}.tour-card .tour-image .overlay-gradient{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(0,0,0,.4),transparent);pointer-events:none}.tour-badge{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:50px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.tour-badge.badge-bestseller{background:var(--evt-primary);color:var(--evt-white)}.tour-badge.badge-new{background:var(--evt-success);color:var(--evt-white)}.tour-badge.badge-featured{background:var(--evt-accent);color:var(--evt-dark)}.tour-badge.badge-sale{background:#dc3545;color:var(--evt-white)}.tour-card .tour-wishlist{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9375rem;color:var(--evt-text-light);transition:all var(--evt-transition);z-index:2}.tour-card .tour-wishlist.active,.tour-card .tour-wishlist:hover{color:var(--evt-primary);background:var(--evt-white)}.tour-card .tour-body{padding:16px;flex:1;display:flex;flex-direction:column}.tour-card .tour-meta{display:flex;align-items:center;gap:12px;font-size:.8125rem;color:var(--evt-text-light);margin-bottom:8px;flex-wrap:wrap}.tour-card .tour-meta span{display:inline-flex;align-items:center;gap:4px}.tour-card .tour-meta i{color:var(--evt-primary);font-size:.75rem}.tour-card .tour-title{font-size:1rem;font-weight:600;color:var(--evt-secondary);margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tour-card .tour-title a{color:inherit;text-decoration:none}.tour-card .tour-title a:hover{color:var(--evt-primary)}.tour-card .tour-rating{display:flex;align-items:center;gap:6px;margin-bottom:10px}.tour-card .tour-rating .rating-stars{display:inline-flex;gap:1px}.tour-card .tour-rating .rating-count{font-size:.8125rem;color:var(--evt-text-light)}.tour-card .tour-footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid var(--evt-border)}.tour-card .tour-price{line-height:1.3}.tour-card .tour-price .price-from{font-size:.75rem;color:var(--evt-text-light);display:block}.tour-card .tour-price .price-original{font-size:.8125rem;color:var(--evt-text-light);text-decoration:line-through;margin-right:4px}.tour-card .tour-price .price-current{font-size:1.25rem;font-weight:700;color:var(--evt-primary)}.tour-card .tour-price .price-unit{font-size:.75rem;color:var(--evt-text-light);font-weight:400}.tour-card .tour-book-btn{padding:6px 16px;border:2px solid var(--evt-primary);background:0 0;color:var(--evt-primary);border-radius:50px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all var(--evt-transition);white-space:nowrap}.tour-card .tour-book-btn:hover{background:var(--evt-primary);color:var(--evt-white)}.tour-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width:1199.98px){.tour-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:991.98px){.tour-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:767.98px){.tour-grid{grid-template-columns:repeat(2,1fr);gap:12px}.tour-card .tour-body{padding:12px}.tour-card .tour-title{font-size:.875rem}.tour-card .tour-meta{font-size:.75rem;gap:8px}.tour-card .tour-price .price-current{font-size:1.0625rem}.tour-card .tour-book-btn{padding:5px 12px;font-size:.75rem}.tour-card .tour-footer{flex-direction:column;align-items:flex-start;gap:8px}}.tour-card.list-view{flex-direction:row;height:auto}.tour-card.list-view .tour-image{width:300px;flex-shrink:0;aspect-ratio:auto;min-height:220px}.tour-card.list-view .tour-body{padding:20px}@media (max-width:767.98px){.tour-card.list-view{flex-direction:column}.tour-card.list-view .tour-image{width:100%;aspect-ratio:16/9;min-height:auto}}.cruise-card{background:var(--evt-white);border-radius:var(--evt-radius-lg);overflow:hidden;box-shadow:var(--evt-shadow);transition:all var(--evt-transition);height:100%;display:flex;flex-direction:column}.cruise-card:hover{transform:translateY(-5px);box-shadow:var(--evt-shadow-hover)}.cruise-card .cruise-image{position:relative;overflow:hidden;aspect-ratio:16/10}.cruise-card .cruise-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cruise-card:hover .cruise-image img{transform:scale(1.08)}.cruise-card .cruise-badge{position:absolute;top:12px;left:12px;background:var(--evt-secondary);color:var(--evt-white);padding:4px 12px;border-radius:50px;font-size:.6875rem;font-weight:600;text-transform:uppercase;z-index:2}.cruise-card .cruise-body{padding:16px;flex:1;display:flex;flex-direction:column}.cruise-card .cruise-title{font-size:1.0625rem;font-weight:600;color:var(--evt-secondary);margin-bottom:8px;line-height:1.4}.cruise-card .cruise-title a{color:inherit;text-decoration:none}.cruise-card .cruise-title a:hover{color:var(--evt-primary)}.cruise-card .cruise-details{display:flex;flex-wrap:wrap;gap:12px;font-size:.8125rem;color:var(--evt-text-light);margin-bottom:10px}.cruise-card .cruise-details span{display:inline-flex;align-items:center;gap:4px}.cruise-card .cruise-details i{color:var(--evt-secondary-light);font-size:.875rem}.cruise-card .cruise-rating{display:flex;align-items:center;gap:6px;margin-bottom:10px}.cruise-card .cruise-footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid var(--evt-border)}.cruise-card .cruise-price .price-from{font-size:.75rem;color:var(--evt-text-light);display:block}.cruise-card .cruise-price .price-current{font-size:1.25rem;font-weight:700;color:var(--evt-primary)}.cruise-card .cruise-price .price-unit{font-size:.75rem;color:var(--evt-text-light);font-weight:400}.cruise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width:1199.98px){.cruise-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991.98px){.cruise-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:767.98px){.cruise-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cruise-card .cruise-body{padding:12px}.cruise-card .cruise-title{font-size:.9375rem}}.hotel-card{background:var(--evt-white);border-radius:var(--evt-radius-lg);overflow:hidden;box-shadow:var(--evt-shadow);transition:all var(--evt-transition);height:100%;display:flex;flex-direction:column}.hotel-card:hover{transform:translateY(-5px);box-shadow:var(--evt-shadow-hover)}.hotel-card .hotel-image{position:relative;overflow:hidden;aspect-ratio:4/3}.hotel-card .hotel-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hotel-card:hover .hotel-image img{transform:scale(1.08)}.hotel-card .hotel-badge{position:absolute;top:12px;left:12px;background:var(--evt-accent);color:var(--evt-dark);padding:4px 10px;border-radius:50px;font-size:.6875rem;font-weight:600;z-index:2}.hotel-card .hotel-body{padding:16px;flex:1;display:flex;flex-direction:column}.hotel-card .hotel-stars{display:flex;gap:2px;margin-bottom:6px}.hotel-card .hotel-stars i{color:var(--evt-accent);font-size:.75rem}.hotel-card .hotel-name{font-size:1.0625rem;font-weight:600;color:var(--evt-secondary);margin-bottom:6px;line-height:1.3}.hotel-card .hotel-name a{color:inherit;text-decoration:none}.hotel-card .hotel-name a:hover{color:var(--evt-primary)}.hotel-card .hotel-location{font-size:.8125rem;color:var(--evt-text-light);margin-bottom:8px;display:flex;align-items:center;gap:4px}.hotel-card .hotel-location i{color:var(--evt-primary)}.hotel-card .hotel-rating{display:flex;align-items:center;gap:8px;margin-bottom:10px}.hotel-card .hotel-rating .rating-score{background:var(--evt-secondary);color:var(--evt-white);padding:2px 8px;border-radius:var(--evt-radius-sm);font-size:.8125rem;font-weight:600}.hotel-card .hotel-rating .rating-text{font-size:.8125rem;color:var(--evt-text-light)}.hotel-card .hotel-amenities{display:flex;gap:10px;margin-bottom:12px;flex-wrap:wrap}.hotel-card .hotel-amenities i{font-size:1rem;color:var(--evt-text-light)}.hotel-card .hotel-footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid var(--evt-border)}.hotel-card .hotel-price .price-from{font-size:.75rem;color:var(--evt-text-light);display:block}.hotel-card .hotel-price .price-current{font-size:1.25rem;font-weight:700;color:var(--evt-primary)}.hotel-card .hotel-price .price-unit{font-size:.75rem;color:var(--evt-text-light);font-weight:400}.hotel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width:1199.98px){.hotel-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991.98px){.hotel-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:767.98px){.hotel-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hotel-card .hotel-body{padding:12px}.hotel-card .hotel-name{font-size:.9375rem}.hotel-card .hotel-amenities{display:none}}.testimonial-card{background:var(--evt-white);border-radius:var(--evt-radius-lg);padding:28px;box-shadow:var(--evt-shadow);transition:all var(--evt-transition);height:100%;position:relative}.testimonial-card:hover{box-shadow:var(--evt-shadow-hover);transform:translateY(-3px)}.testimonial-card .quote-icon{font-size:2.5rem;color:var(--evt-primary-light);opacity:.3;line-height:1;margin-bottom:10px;font-family:var(--evt-font-heading)}.testimonial-card .testimonial-text{font-size:.9375rem;color:var(--evt-text);line-height:1.7;font-style:italic;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:12px;margin-top:auto}.testimonial-card .testimonial-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid var(--evt-primary-light)}.testimonial-card .testimonial-author-info h6{font-size:.9375rem;font-weight:600;margin-bottom:2px}.testimonial-card .testimonial-author-info .author-location{font-size:.8125rem;color:var(--evt-text-light)}.testimonial-card .testimonial-rating{margin-bottom:12px}.testimonial-card .testimonial-tour{font-size:.8125rem;color:var(--evt-primary);margin-bottom:10px;display:inline-flex;align-items:center;gap:4px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:991.98px){.testimonial-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:767.98px){.testimonial-grid{grid-template-columns:1fr;gap:16px}.testimonial-card{padding:20px}}.section-blog{position:relative;overflow:hidden;background:radial-gradient(circle at 5% 10%,rgba(201,66,50,.075),transparent 24rem),radial-gradient(circle at 96% 90%,rgba(21,55,78,.07),transparent 28rem),#fff}.section-blog>.container{position:relative;z-index:1}.travel-journal-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.travel-journal-heading>div{max-width:760px}.travel-journal-eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.65rem;color:var(--evt-primary-dark);font-size:.76rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.travel-journal-heading .section-title{margin-bottom:.65rem;color:var(--evt-secondary);font-size:clamp(2rem, 4vw, 2.9rem);line-height:1.08;letter-spacing:-.035em}.travel-journal-heading .section-subtitle{margin:0;color:#627482;font-size:1rem;line-height:1.7}.travel-journal-heading-link{display:inline-flex;align-items:center;gap:.45rem;padding-bottom:.35rem;border-bottom:1px solid rgba(201,66,50,.4);color:var(--evt-primary-dark);font-size:.84rem;font-weight:750;text-decoration:none;white-space:nowrap}.travel-journal-heading-link:hover{color:var(--evt-primary);border-color:var(--evt-primary)}.travel-journal-lead{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr);gap:1.25rem}.travel-journal-card,.travel-journal-compact,.travel-journal-featured{overflow:hidden;border:1px solid rgba(21,55,78,.09);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(21,55,78,.09)}.travel-journal-featured{display:grid;grid-template-rows:minmax(290px,1fr) auto}.travel-journal-card-image,.travel-journal-compact-image,.travel-journal-featured-image{position:relative;display:block;overflow:hidden;background:#dfe7ec}.travel-journal-card-image img,.travel-journal-compact-image img,.travel-journal-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.travel-journal-card:hover img,.travel-journal-compact:hover img,.travel-journal-featured:hover img{transform:scale(1.045)}.travel-journal-image-shade{position:absolute;inset:48% 0 0;background:linear-gradient(transparent,rgba(7,24,36,.55))}.travel-journal-card-image>span,.travel-journal-category,.travel-journal-compact-image>span{position:absolute;z-index:2;top:.85rem;left:.85rem;padding:.38rem .65rem;border-radius:999px;color:#fff;background:rgba(21,55,78,.88);box-shadow:0 5px 15px rgba(0,0,0,.16);font-size:.64rem;font-weight:750;letter-spacing:.025em;text-transform:uppercase;backdrop-filter:blur(7px)}.travel-journal-featured-body{padding:1.35rem 1.45rem 1.4rem}.travel-journal-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem 1rem;color:#586a76;font-size:.69rem}.travel-journal-meta span,.travel-journal-meta time{display:inline-flex;align-items:center;gap:.3rem}.travel-journal-featured h3{margin:.7rem 0 .55rem;font-size:clamp(1.35rem, 2.4vw, 1.8rem);line-height:1.25;letter-spacing:-.02em}.travel-journal-card h3 a,.travel-journal-compact h3 a,.travel-journal-featured h3 a{color:var(--evt-secondary);text-decoration:none;transition:color .18s ease}.travel-journal-card h3 a:hover,.travel-journal-compact h3 a:hover,.travel-journal-featured h3 a:hover{color:var(--evt-primary)}.travel-journal-featured-body>p{margin:0 0 1rem;display:-webkit-box;overflow:hidden;color:#637482;font-size:.86rem;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.travel-journal-byline{display:flex;align-items:center;gap:.55rem;padding-top:.85rem;border-top:1px solid #edf1f4;color:#536674;font-size:.72rem}.travel-journal-author-mark{width:31px;height:31px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--evt-primary),var(--evt-primary-dark));font-size:.61rem;font-weight:800}.travel-journal-byline>a{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto;color:var(--evt-primary-dark);font-weight:750;text-decoration:none}.travel-journal-side{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:1.25rem}.travel-journal-compact{display:grid;grid-template-columns:42% minmax(0,1fr);min-height:0;transition:transform .25s ease,box-shadow .25s ease}.travel-journal-card:hover,.travel-journal-compact:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(21,55,78,.14)}.travel-journal-compact-body{display:flex;flex-direction:column;justify-content:center;padding:1rem}.travel-journal-compact h3{margin:.55rem 0 .75rem;display:-webkit-box;overflow:hidden;font-size:.94rem;line-height:1.38;-webkit-box-orient:vertical;-webkit-line-clamp:3}.travel-journal-read-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:auto;color:var(--evt-primary-dark);font-size:.7rem;font-weight:750;text-decoration:none}.travel-journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:1.25rem}.travel-journal-card{display:grid;grid-template-rows:190px 1fr;transition:transform .25s ease,box-shadow .25s ease}.travel-journal-card-body{display:flex;flex-direction:column;padding:1rem 1.05rem}.travel-journal-card h3{margin:.55rem 0;display:-webkit-box;overflow:hidden;font-size:1rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.travel-journal-card-body>p{margin-bottom:.8rem;display:-webkit-box;overflow:hidden;color:#6a7a86;font-size:.76rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.travel-journal-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.7rem;border-top:1px solid #edf1f4;color:#7a8994;font-size:.65rem}.travel-journal-card-footer>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.travel-journal-card-footer>a{width:30px;height:30px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;color:var(--evt-primary);background:rgba(201,66,50,.1);text-decoration:none}.travel-journal-card-footer>a:hover{color:#fff;background:var(--evt-primary)}.travel-journal-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.35rem;padding:1rem 1.2rem;border:1px solid rgba(21,55,78,.09);border-radius:16px;background:#f7f9fb}.travel-journal-footer>div{display:flex;align-items:center;gap:.65rem;color:#647581;font-size:.8rem}.travel-journal-footer>div>i{color:var(--evt-primary);font-size:1.15rem}.travel-journal-footer .btn{display:inline-flex;align-items:center;gap:.55rem;padding:.68rem 1rem;border-radius:10px;font-size:.8rem;font-weight:750;white-space:nowrap}.travel-journal-empty{padding:3rem 1.5rem;border:1px dashed #cbd6de;border-radius:20px;background:#f7f9fb;color:#647581;text-align:center}.travel-journal-empty>i{color:var(--evt-primary);font-size:2.5rem}.travel-journal-empty h3{margin:.8rem 0 .4rem;color:var(--evt-secondary)}@media (max-width:991.98px){.travel-journal-lead{grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr)}.travel-journal-compact{grid-template-columns:1fr;grid-template-rows:130px 1fr}.travel-journal-card{grid-template-rows:165px 1fr}}@media (max-width:767.98px){.travel-journal-heading{display:block;text-align:center}.travel-journal-heading-link{margin-top:1rem}.travel-journal-lead{grid-template-columns:1fr}.travel-journal-featured{grid-template-rows:260px auto}.travel-journal-side{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.travel-journal-grid{grid-template-columns:1fr}.travel-journal-card{grid-template-columns:38% minmax(0,1fr);grid-template-rows:minmax(190px,auto)}.travel-journal-footer{flex-direction:column;text-align:center}}@media (max-width:575.98px){.travel-journal-featured{grid-template-rows:220px auto}.travel-journal-featured-body{padding:1.1rem}.travel-journal-byline{align-items:start;flex-wrap:wrap}.travel-journal-byline>a{width:100%;margin:.25rem 0 0 2.2rem}.travel-journal-side{grid-template-columns:1fr}.travel-journal-compact{grid-template-columns:42% minmax(0,1fr);grid-template-rows:minmax(180px,auto)}.travel-journal-grid{gap:1rem}.travel-journal-card{grid-template-columns:1fr;grid-template-rows:190px 1fr}.travel-journal-footer .btn{width:100%;justify-content:center}}@media (max-width:767.98px){body.home-page .home-tour-tabs-wrap{margin-inline:0;padding:0;overflow:visible;scroll-snap-type:none}body.home-page .home-tour-tabs{width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;padding:.5rem}body.home-page .home-tour-tabs .nav-item{width:auto;min-width:0;flex:none}body.home-page .home-tour-tabs .nav-item:last-child{grid-column:1/-1}body.home-page .home-tour-tabs .nav-link{position:relative;min-height:112px;grid-template-columns:36px minmax(0,1fr);align-content:center;gap:.55rem;padding:.7rem}body.home-page .home-tour-tab-icon{width:36px;height:36px}body.home-page .home-tour-tab-copy{padding-right:0}body.home-page .home-tour-tab-copy strong{font-size:.9375rem}body.home-page .home-tour-tab-copy small{max-width:none;margin-top:.25rem;overflow:visible;font-size:.75rem;line-height:1.35;text-overflow:clip;white-space:normal}body.home-page .home-tour-tab-count{position:absolute;top:.45rem;right:.45rem;min-width:38px;padding:.28rem .35rem}body.home-page .home-tour-tabs-hint{display:none}}@media (max-width:374.98px){body.home-page .home-tour-tabs{grid-template-columns:1fr}body.home-page .home-tour-tabs .nav-item:last-child{grid-column:auto}body.home-page .home-tour-tabs .nav-link{min-height:92px}}body.home-page .home-service-card.home-service-card-visa{border-color:rgba(255,210,123,.55);background:rgba(255,210,123,.14)}body.home-page .home-service-card.home-service-card-visa:hover{border-color:#ffd27b;background:rgba(255,210,123,.2)}body.home-page .home-service-card-visa .home-service-icon{color:var(--evt-secondary-dark);background:#ffd27b}.home-hero-actions{display:flex;margin-top:1.15rem}.home-hero-visa-btn{display:inline-grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:.7rem;min-height:54px;padding:.55rem .8rem;border:1px solid rgba(255,255,255,.38);border-radius:13px;color:#fff;background:rgba(9,29,44,.62);box-shadow:0 10px 28px rgba(0,0,0,.2);text-decoration:none;backdrop-filter:blur(9px);transition:transform .2s ease,border-color .2s ease,background .2s ease}.home-hero-visa-btn:hover{transform:translateY(-2px);border-color:#fff;color:#fff;background:rgba(201,66,50,.94)}.home-hero-visa-btn>i:first-child{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:var(--evt-secondary-dark);background:#ffd27b;font-size:1.1rem}.home-hero-visa-btn span{display:grid;font-size:.9375rem;font-weight:750;line-height:1.2}.home-hero-visa-btn small{margin-bottom:.15rem;color:rgba(255,255,255,.75);font-size:.6875rem;font-weight:600}.home-service-card-visa{border-color:rgba(255,210,123,.5);background:rgba(255,210,123,.11)}.home-service-card-visa .home-service-icon{color:var(--evt-secondary-dark);background:#ffd27b}@media (max-width:767.98px){.home-hero-actions{justify-content:center;margin-top:.85rem}.home-hero-visa-btn{width:min(100%,330px);min-height:50px;padding:.45rem .65rem;text-align:left}.home-hero-visa-btn span{font-size:.875rem}}.blog-card{background:var(--evt-white);border-radius:var(--evt-radius-lg);overflow:hidden;box-shadow:var(--evt-shadow);transition:all var(--evt-transition);height:100%;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--evt-shadow-hover)}.blog-card .blog-image{position:relative;overflow:hidden;aspect-ratio:16/10}.blog-card .blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-img-wrapper{position:relative;overflow:hidden;aspect-ratio:1/1}.blog-img-wrapper img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.blog-card:hover .blog-img-wrapper img{transform:scale(1.05)}.blog-card .blog-category{position:absolute;top:12px;left:12px;background:var(--evt-primary);color:var(--evt-white);padding:4px 12px;border-radius:50px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.blog-card .blog-body{padding:20px;flex:1;display:flex;flex-direction:column}.blog-card .blog-date{font-size:.8125rem;color:var(--evt-text-light);margin-bottom:8px;display:flex;align-items:center;gap:4px}.blog-card .blog-date i{color:var(--evt-primary)}.blog-card .blog-title{font-size:1.125rem;font-weight:600;color:var(--evt-secondary);margin-bottom:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card .blog-title a{color:inherit;text-decoration:none}.blog-card .blog-title a:hover{color:var(--evt-primary)}.blog-card .blog-excerpt{font-size:.875rem;color:var(--evt-text-light);line-height:1.6;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-card .blog-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid var(--evt-border)}.blog-card .blog-author{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--evt-text-light)}.blog-card .blog-author img{width:28px;height:28px;border-radius:50%;object-fit:cover}.blog-card .blog-read-more{font-size:.8125rem;font-weight:600;color:var(--evt-primary);display:inline-flex;align-items:center;gap:4px;transition:gap var(--evt-transition)}.blog-card .blog-read-more:hover{gap:8px;color:var(--evt-primary-dark)}.blog-card.horizontal{flex-direction:row}.blog-card.horizontal .blog-image{width:280px;flex-shrink:0;aspect-ratio:auto}.blog-card.horizontal .blog-body{padding:20px}@media (max-width:767.98px){.blog-card.horizontal{flex-direction:column}.blog-card.horizontal .blog-image{width:100%;aspect-ratio:16/10}}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:991.98px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:767.98px){.blog-grid{grid-template-columns:1fr;gap:16px}.blog-card .blog-body{padding:16px}.blog-card .blog-title{font-size:1rem}}.footer-destinations{background:var(--evt-light-bg);padding:32px 0;border-top:1px solid var(--evt-border)}.footer-dest-title{font-size:var(--evt-text-sm);font-weight:700;color:var(--evt-secondary);text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--evt-primary);display:inline-block}.footer-dest-grid{display:flex;flex-wrap:wrap;gap:2px 0}.footer-dest-grid a{display:block;width:50%;padding:3px 0;font-size:var(--evt-text-sm);color:var(--evt-text-light);text-decoration:none;transition:all var(--evt-transition)}.footer-dest-grid a:hover{color:var(--evt-primary);padding-left:4px}.footer-main{background:var(--evt-secondary);color:rgba(255,255,255,.88);padding:48px 0 36px}.footer-brand{margin-bottom:10px}.footer-logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none;margin-bottom:16px}.footer-logo i{font-size:1.5rem;color:var(--evt-primary-light)}.footer-logo span{font-family:var(--evt-font-heading);font-size:1.25rem;font-weight:700;color:var(--evt-white)}.footer-logo .logo-highlight{color:#ff9e8f!important}.footer-about-text{font-size:var(--evt-text-sm);line-height:1.7;margin-bottom:20px;opacity:.85}.footer-trust-badges{display:flex;flex-direction:column;gap:8px}.trust-badge{display:inline-flex;align-items:center;gap:8px;font-size:var(--evt-text-sm);color:rgba(255,255,255,.7)}.trust-badge i{color:var(--evt-accent-light);font-size:.9rem;width:18px;text-align:center}.footer-heading{color:var(--evt-white);font-size:var(--evt-text-md);font-weight:600;margin-bottom:20px;position:relative;padding-bottom:12px}.footer-heading::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--evt-primary);border-radius:2px}.footer-sub-heading{color:rgba(255,255,255,.9);font-size:var(--evt-text-sm);font-weight:600;margin-top:20px;margin-bottom:10px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:6px}.footer-links li a{color:rgba(255,255,255,.7);font-size:var(--evt-text-sm);text-decoration:none;transition:all var(--evt-transition);display:inline-block}.footer-links li a:hover{color:var(--evt-white);transform:translateX(3px)}.footer-contact-block{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.footer-contact-item{display:flex;align-items:center;gap:10px;font-size:var(--evt-text-sm);color:rgba(255,255,255,.75);text-decoration:none;transition:color var(--evt-transition)}a.footer-contact-item:hover{color:var(--evt-white)}.footer-contact-item i{color:var(--evt-primary-light);font-size:.85rem;width:16px;text-align:center;flex-shrink:0}.footer-offices-grid{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}.footer-office-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:rgba(255,255,255,.08);border-radius:50px;font-size:.75rem;color:rgba(255,255,255,.75);cursor:default;transition:all var(--evt-transition)}.footer-office-chip:hover{background:rgba(255,255,255,.15);color:var(--evt-white)}.footer-office-chip i{color:var(--evt-primary-light);font-size:.65rem}.footer-newsletter-desc{font-size:var(--evt-text-sm);margin-bottom:8px;opacity:1}.footer-newsletter .input-group{border-radius:var(--evt-radius);overflow:hidden}.footer-newsletter .form-control{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:var(--evt-white);font-size:var(--evt-text-sm);padding:10px 14px}.footer-newsletter .form-control::placeholder{color:rgba(255,255,255,.4)}.footer-newsletter .form-control:focus{background:rgba(255,255,255,.12);border-color:var(--evt-primary);box-shadow:none;color:var(--evt-white)}.footer-newsletter .btn{background:var(--evt-primary);color:#fff;border:none;padding:10px 16px;font-size:.9rem;transition:background var(--evt-transition)}.footer-newsletter .btn:hover{background:var(--evt-primary-dark)}.footer-bottom{background:var(--evt-secondary-dark);padding:16px 0;color:rgba(255,255,255,.78);font-size:var(--evt-text-sm);border-top:1px solid rgba(255,255,255,.06)}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-copyright{margin:0}.footer-payment{display:flex;align-items:center;gap:10px}.footer-payment span{font-size:var(--evt-text-xs);opacity:1}.payment-icons{display:flex;gap:6px}.payment-icons i{font-size:1.1rem;opacity:.5;transition:opacity var(--evt-transition)}.payment-icons i:hover{opacity:1}.footer-social-bottom{display:flex;gap:6px}.footer-social-bottom a{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.06);display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:var(--evt-text-sm);text-decoration:none;transition:all var(--evt-transition)}.home-cruise-scroll{display:flex;gap:1.25rem;overflow-x:auto;overflow-y:hidden;padding:.25rem .25rem 1.1rem;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--evt-primary) #e7edf3;overscroll-behavior-inline:contain}.home-cruise-scroll-shell{position:relative;padding-inline:2.75rem}.home-cruise-arrow{position:absolute;top:50%;z-index:4;width:42px;height:42px;display:grid;place-items:center;transform:translateY(-65%);border:1px solid #dbe4ec;border-radius:50%;background:#fff;color:var(--evt-secondary);box-shadow:0 5px 18px rgba(22,38,63,.16);transition:color .18s,background .18s,transform .18s}.home-cruise-prev{left:0}.home-cruise-next{right:0}.home-cruise-arrow:focus-visible,.home-cruise-arrow:hover{color:#fff;background:var(--evt-primary);transform:translateY(-65%) scale(1.06)}.home-cruise-arrow:disabled{opacity:.38;cursor:not-allowed}.home-cruise-scroll::-webkit-scrollbar{height:9px}.home-cruise-scroll::-webkit-scrollbar-track{background:#e7edf3;border-radius:20px}.home-cruise-scroll::-webkit-scrollbar-thumb{background:var(--evt-primary);border-radius:20px}.home-cruise-item{flex:0 0 290px;width:290px;max-width:84vw;scroll-snap-align:start}.home-cruise-item .cruise-card{min-width:0}@media (max-width:575.98px){.home-cruise-scroll-shell{padding-inline:0}.home-cruise-arrow{top:.75rem;width:38px;height:38px;transform:none}.home-cruise-prev{left:.75rem}.home-cruise-next{right:.75rem}.home-cruise-arrow:focus-visible,.home-cruise-arrow:hover{transform:scale(1.05)}}.home-expertise-section{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 8% 15%,rgba(201,66,50,.25),transparent 26rem),radial-gradient(circle at 92% 85%,rgba(69,126,153,.2),transparent 30rem),var(--evt-secondary)}.home-expertise-section::before{content:"";position:absolute;inset:0;opacity:.13;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(110deg,#000,transparent 80%)}.home-expertise-section>.container{position:relative;z-index:1}.home-expertise-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.home-section-eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.65rem;color:var(--evt-primary-light);font-size:.75rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.home-expertise-story>h2{max-width:680px;margin-bottom:.9rem;font-size:clamp(2rem, 4vw, 3rem);line-height:1.08;letter-spacing:-.035em}.home-expertise-lead{max-width:720px;margin-bottom:1.4rem;color:rgba(255,255,255,.75);font-size:.96rem;line-height:1.75}.home-expertise-lead strong{color:#fff}.home-expertise-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-bottom:1rem}.home-expertise-proof>div{padding:.85rem .9rem;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.06)}.home-expertise-proof span,.home-expertise-proof strong{display:block}.home-expertise-proof strong{color:#fff;font-size:1.08rem}.home-expertise-proof span{margin-top:.15rem;color:rgba(255,255,255,.6);font-size:.63rem;line-height:1.35}.home-expertise-license{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:.75rem;margin-bottom:1.2rem;padding:.75rem .9rem;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(0,0,0,.12)}.home-expertise-license>i{color:#f5c66f;font-size:1.5rem}.home-expertise-license small,.home-expertise-license strong{display:block}.home-expertise-license small{color:rgba(255,255,255,.55);font-size:.6rem;text-transform:uppercase}.home-expertise-license strong{margin-top:.15rem;color:#fff;font-size:.77rem}.home-expertise-license a{display:inline-flex;align-items:center;gap:.3rem;color:#f5c66f;font-size:.68rem;font-weight:700;text-decoration:none;white-space:nowrap}.home-expertise-actions{display:flex;flex-wrap:wrap;gap:.7rem}.home-expertise-actions .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1rem;border-radius:9px;font-size:.78rem;font-weight:750}.home-expertise-actions .btn-outline-primary-custom{border-color:rgba(255,255,255,.5);color:#fff}.home-expertise-actions .btn-outline-primary-custom:hover{border-color:#fff;color:var(--evt-secondary);background:#fff}.home-service-cluster{display:grid;gap:.75rem}.home-service-card{display:grid;grid-template-columns:45px minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.85rem .9rem;border:1px solid rgba(255,255,255,.12);border-radius:14px;color:#fff;background:rgba(255,255,255,.07);text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.home-service-card:hover{transform:translateX(5px);border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.12)}.home-service-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--evt-primary),var(--evt-primary-dark));font-size:1.05rem}.home-service-card h3{margin:0 0 .18rem;font-size:.88rem}.home-service-card p{margin:0;color:rgba(255,255,255,.58);font-size:.68rem;line-height:1.4}.home-service-card>i{color:rgba(255,255,255,.55)}.home-booking-steps{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(0,2fr);gap:2rem;margin-top:2.2rem;padding-top:1.7rem;border-top:1px solid rgba(255,255,255,.12)}.home-booking-steps-heading h2{margin:0;font-size:1.35rem;line-height:1.3}.home-booking-steps ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none}.home-booking-steps li{display:grid;grid-template-columns:32px minmax(0,1fr);gap:.55rem}.home-booking-steps li>span{color:var(--evt-primary-light);font-size:.7rem;font-weight:800}.home-booking-steps h3{margin:0 0 .25rem;font-size:.82rem}.home-booking-steps p{margin:0;color:rgba(255,255,255,.55);font-size:.66rem;line-height:1.5}.home-faq-section{background:radial-gradient(circle at 95% 10%,rgba(201,66,50,.07),transparent 24rem),#f7f9fb}.home-faq-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(2rem,5vw,4rem);align-items:start}.home-faq-intro{position:sticky;top:100px}.home-faq-intro>h2{margin-bottom:.75rem;color:var(--evt-secondary);font-size:clamp(2rem, 3.4vw, 2.7rem);line-height:1.12;letter-spacing:-.03em}.home-faq-intro>p{margin-bottom:1.2rem;color:#667783;font-size:.88rem;line-height:1.7}.home-faq-contact{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.65rem;padding:.85rem;border:1px solid rgba(21,55,78,.1);border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(21,55,78,.07)}.home-faq-contact>span{width:42px;height:42px;display:grid;grid-row:span 2;place-items:center;border-radius:12px;color:#fff;background:var(--evt-primary)}.home-faq-contact small,.home-faq-contact strong{display:block}.home-faq-contact strong{color:var(--evt-secondary);font-size:.8rem}.home-faq-contact small{margin-top:.15rem;color:#536674;font-size:.65rem}.home-faq-contact>a{grid-column:2;display:inline-flex;align-items:center;gap:.35rem;color:var(--evt-primary-dark);font-size:.68rem;font-weight:750;text-decoration:none}.home-faq-all-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;color:var(--evt-primary-dark);font-size:.75rem;font-weight:750;text-decoration:none}.home-faq-accordion{display:grid;gap:.65rem}.home-faq-accordion .accordion-item{overflow:hidden;border:1px solid rgba(21,55,78,.1);border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(21,55,78,.055)}.home-faq-accordion .accordion-button{padding:1rem 1.05rem;color:var(--evt-secondary);background:#fff;box-shadow:none;font-size:.84rem;font-weight:750;line-height:1.45}.home-faq-accordion .accordion-button:not(.collapsed){color:var(--evt-primary-dark);background:rgba(201,66,50,.045)}.home-faq-accordion .accordion-button:focus{border-color:transparent;box-shadow:inset 0 0 0 2px rgba(201,66,50,.2)}.home-faq-accordion .accordion-button::after{width:1rem;height:1rem;background-size:1rem}.home-faq-accordion .accordion-body{padding:.1rem 1.05rem 1rem;color:#687985;font-size:.78rem;line-height:1.7}.home-faq-accordion .accordion-body a{color:var(--evt-primary-dark);font-weight:700}@media (max-width:991.98px){.home-expertise-grid{grid-template-columns:1fr}.home-service-cluster{grid-template-columns:repeat(2,minmax(0,1fr))}.home-booking-steps{grid-template-columns:1fr}}@media (max-width:767.98px){.home-expertise-story{text-align:center}.home-expertise-lead{margin-inline:auto}.home-expertise-license{text-align:left}.home-expertise-actions{justify-content:center}.home-booking-steps{text-align:center}.home-booking-steps ol{grid-template-columns:1fr;text-align:left}.home-faq-layout{grid-template-columns:1fr}.home-faq-intro{position:static;text-align:center}.home-faq-contact{max-width:430px;margin-inline:auto;text-align:left}}@media (max-width:575.98px){.home-expertise-proof{gap:.45rem}.home-expertise-proof>div{padding:.7rem .45rem}.home-expertise-license{grid-template-columns:34px minmax(0,1fr)}.home-expertise-license>a{grid-column:2}.home-expertise-actions .btn{width:100%;justify-content:center}.home-service-cluster{grid-template-columns:1fr}}.section-tours{position:relative;overflow:hidden;background:radial-gradient(circle at 90% 8%,rgba(201,66,50,.07),transparent 25rem),linear-gradient(180deg,#fff 0,#f7f9fb 100%)!important}.section-tours>.container{position:relative;z-index:1}.home-tour-heading{max-width:780px;margin:0 auto 1.75rem}.home-tour-eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.65rem;color:var(--evt-primary-dark);font-size:.76rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.home-tour-heading .section-title{margin-bottom:.65rem;color:var(--evt-secondary);font-size:clamp(2rem, 4vw, 2.8rem);line-height:1.1;letter-spacing:-.035em}.home-tour-heading .section-subtitle{margin:0;color:#637482;font-size:1rem;line-height:1.7}.home-tour-tabs-wrap{overflow-x:auto;margin:0 -.25rem 1.6rem;padding:.25rem;scrollbar-width:none}.home-tour-tabs-wrap::-webkit-scrollbar{display:none}.home-tour-tabs{display:grid;grid-template-columns:repeat(5,minmax(175px,1fr));gap:.65rem;min-width:940px;margin:0;padding:.45rem;border:1px solid rgba(21,55,78,.1);border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 12px 36px rgba(21,55,78,.08)}.home-tour-tabs .nav-link{width:100%;min-height:78px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.65rem;border:0;border-radius:13px;color:#506675;background:0 0;text-align:left;transition:color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.home-tour-tabs .nav-link:hover{color:var(--evt-secondary);background:#f3f6f8}.home-tour-tabs .nav-link.active{color:#fff;background:linear-gradient(135deg,var(--evt-secondary),#2a5770);box-shadow:0 9px 22px rgba(21,55,78,.22);transform:translateY(-1px)}.home-tour-tab-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:var(--evt-primary);background:rgba(201,66,50,.1);font-size:1rem}.home-tour-tabs .active .home-tour-tab-icon{color:#fff;background:rgba(255,255,255,.14)}.home-tour-tab-copy{display:grid;min-width:0}.home-tour-tab-copy strong{font-size:.88rem;line-height:1.2}.home-tour-tab-copy small{max-width:105px;margin-top:.15rem;overflow:hidden;color:#7a8994;font-size:.62rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.home-tour-tabs .active .home-tour-tab-copy small{color:rgba(255,255,255,.7)}.home-tour-tab-count{min-width:39px;display:grid;justify-items:center;padding:.3rem .4rem;border-radius:999px;color:var(--evt-secondary);background:#eaf0f3}.home-tour-tab-count strong{font-size:.72rem;line-height:1}.home-tour-tab-count small{margin-top:.12rem;font-size:.5rem;font-weight:700;line-height:1;text-transform:uppercase}.home-tour-tabs .active .home-tour-tab-count{color:#fff;background:var(--evt-primary)}.home-tour-scroll-shell{padding-inline:3rem}.home-tour-scroll{gap:1.1rem;padding:.6rem .25rem 1rem;scrollbar-width:none}.home-tour-scroll::-webkit-scrollbar{display:none}.home-tour-item{flex:0 0 300px;width:300px;max-width:84vw;scroll-snap-align:start}.home-tour-item .tour-card{min-width:0;overflow:hidden;border:1px solid rgba(21,55,78,.09);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(21,55,78,.09);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.home-tour-item .tour-card:hover{transform:translateY(-7px);border-color:rgba(201,66,50,.3);box-shadow:0 20px 42px rgba(21,55,78,.15)}.home-tour-item .tour-img-wrapper{overflow:hidden;aspect-ratio:3/2;background:#dfe8ed}.home-tour-item .tour-img-wrapper::after{content:"";position:absolute;inset:42% 0 0;pointer-events:none;background:linear-gradient(transparent,rgba(7,24,36,.72))}.home-tour-item .tour-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-tour-item .tour-card:hover .tour-img-wrapper img{transform:scale(1.045)}.home-tour-badges{position:absolute;z-index:2;top:.65rem;left:.65rem}.home-tour-badges .badge{border-radius:7px;box-shadow:0 4px 12px rgba(0,0,0,.14);font-size:.66rem}.home-tour-route{position:absolute;z-index:2;right:.7rem;bottom:.65rem;left:.7rem;display:flex;align-items:center;gap:.35rem;color:#fff;font-size:.7rem;font-weight:650}.home-tour-route span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-tour-item .card-body{padding:1rem 1.05rem 1.1rem}.home-tour-category{display:flex;align-items:center;gap:.35rem;margin-bottom:.4rem;color:var(--evt-primary-dark);font-size:.68rem;font-weight:750;letter-spacing:.025em;text-transform:uppercase}.home-tour-item .card-title{min-height:2.75em;margin-bottom:.5rem;font-size:1rem;line-height:1.38}.home-tour-item .card-title a{color:var(--evt-secondary);text-decoration:none}.home-tour-item .card-title a:hover{color:var(--evt-primary)}.home-tour-description{min-height:3em;margin-bottom:.65rem;display:-webkit-box;overflow:hidden;color:#697987;font-size:.78rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-tour-facts{display:flex;flex-wrap:wrap;gap:.4rem .8rem;margin-bottom:.55rem;color:#637482;font-size:.7rem}.home-tour-facts span{display:inline-flex;align-items:center;gap:.25rem}.home-tour-item .tour-rating{display:flex;align-items:center;gap:.25rem;min-height:20px;margin-bottom:.65rem;color:#efaa24;font-size:.72rem}.home-tour-item .tour-rating span{color:#7a8994}.home-tour-card-footer{display:flex;align-items:end;justify-content:space-between;gap:.65rem;padding-top:.75rem;border-top:1px solid #edf1f4}.home-tour-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem}.home-tour-price small{flex-basis:100%;color:#7a8994;font-size:.64rem}.home-tour-price strong{color:var(--evt-primary);font-size:1.15rem;letter-spacing:-.02em}.home-tour-price span{color:#89959e;font-size:.58rem}.home-tour-card-footer .btn{padding:.45rem .62rem;border-radius:9px;font-size:.72rem;font-weight:750;white-space:nowrap}.home-tour-empty{width:100%;min-height:260px;display:grid;place-items:center;align-content:center;gap:.5rem;border:1px dashed #cbd6de;border-radius:18px;color:#71818d;background:rgba(255,255,255,.8);text-align:center}.home-tour-empty>i{color:var(--evt-primary);font-size:2rem}.home-tour-empty p{margin:0}.home-tour-section-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem;padding:1rem 1.2rem;border:1px solid rgba(21,55,78,.09);border-radius:16px;background:rgba(255,255,255,.88)}.home-tour-section-footer p{margin:0;color:#667987;font-size:.84rem}.home-tour-section-footer p i{margin-right:.4rem;color:var(--evt-primary)}.home-tour-all-link{display:inline-flex;align-items:center;gap:.6rem;padding:.72rem 1.1rem;border-radius:10px;font-size:.84rem;font-weight:750;white-space:nowrap}@media (max-width:767.98px){.home-tour-section-footer{flex-direction:column;text-align:center}}@media (max-width:575.98px){.home-tour-scroll-shell{padding-inline:0}.home-tour-scroll{padding-inline:.1rem}.home-tour-item{flex-basis:calc(100vw - 3.25rem);width:calc(100vw - 3.25rem);max-width:330px}.home-tour-scroll-shell .home-cruise-arrow{top:5.25rem}.home-tour-all-link{width:100%;justify-content:center}}.section-cruises{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 10%,rgba(201,66,50,.08),transparent 24rem),radial-gradient(circle at 94% 88%,rgba(21,55,78,.08),transparent 28rem),#f7f9fb}.section-cruises::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(21,55,78,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(21,55,78,.025) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(to bottom,#000,transparent 75%)}.section-cruises>.container{position:relative;z-index:1}.home-cruise-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.home-cruise-heading-copy{max-width:720px}.home-cruise-eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.65rem;color:var(--evt-primary-dark);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-cruise-heading .section-title{margin-bottom:.65rem;color:var(--evt-secondary);font-size:clamp(2rem, 4vw, 3rem);line-height:1.08;letter-spacing:-.035em}.home-cruise-heading .section-subtitle{max-width:660px;margin:0;color:#586978;font-size:1.04rem;line-height:1.7}.home-cruise-assurance{display:grid;gap:.55rem;min-width:220px;padding:1rem 1.15rem;border:1px solid rgba(21,55,78,.1);border-radius:16px;background:rgba(255,255,255,.8);box-shadow:0 12px 35px rgba(21,55,78,.07);backdrop-filter:blur(8px)}.home-cruise-assurance span{display:flex;align-items:center;gap:.6rem;color:#344b5d;font-size:.84rem;font-weight:650}.home-cruise-assurance i{color:var(--evt-primary);font-size:1rem}.home-cruise-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;max-width:820px;margin:0 auto 2rem;padding:.45rem;border:1px solid rgba(21,55,78,.1);border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 12px 35px rgba(21,55,78,.07)}.home-cruise-tabs .nav-link{width:100%;min-height:72px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.7rem .85rem;border:0;border-radius:13px;color:#486071;background:0 0;text-align:left;transition:color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.home-cruise-tabs .nav-link:hover{color:var(--evt-secondary);background:#fff}.home-cruise-tabs .nav-link.active{color:#fff;background:linear-gradient(135deg,var(--evt-secondary),#264f68);box-shadow:0 10px 24px rgba(21,55,78,.22);transform:translateY(-1px)}.home-cruise-tab-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(201,66,50,.1);color:var(--evt-primary);font-size:1.15rem}.home-cruise-tabs .active .home-cruise-tab-icon{color:#fff;background:rgba(255,255,255,.14)}.home-cruise-tab-copy{display:grid;min-width:0}.home-cruise-tab-copy strong{font-size:.98rem;line-height:1.25}.home-cruise-tab-copy small{margin-top:.12rem;color:#718291;font-size:.73rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-cruise-tabs .active .home-cruise-tab-copy small{color:rgba(255,255,255,.72)}.home-cruise-tab-count{min-width:54px;display:grid;justify-items:center;padding:.28rem .5rem;border-radius:999px;background:#edf1f4;color:var(--evt-secondary);font-weight:800;text-align:center}.home-cruise-tab-count strong{font-size:.78rem;line-height:1}.home-cruise-tab-count small{margin-top:.12rem;font-size:.55rem;font-weight:700;line-height:1;letter-spacing:.025em;text-transform:uppercase}.home-cruise-tabs .active .home-cruise-tab-count{color:#fff;background:var(--evt-primary)}.section-cruises .home-cruise-scroll-shell{padding-inline:3rem}.section-cruises .home-cruise-scroll{gap:1.1rem;padding:.6rem .25rem 1.15rem;scrollbar-width:none}.section-cruises .home-cruise-scroll::-webkit-scrollbar{display:none}.section-cruises .home-cruise-item{flex-basis:300px;width:300px}.section-cruises .home-cruise-item .cruise-card{overflow:hidden;border:1px solid rgba(21,55,78,.09)!important;border-radius:18px!important;background:#fff;box-shadow:0 10px 28px rgba(21,55,78,.09)!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.section-cruises .home-cruise-item .cruise-card:hover{transform:translateY(-7px);border-color:rgba(201,66,50,.3)!important;box-shadow:0 20px 42px rgba(21,55,78,.16)!important}.section-cruises .cruise-img-wrapper{overflow:hidden;aspect-ratio:3/2;background:#dfe8ed}.section-cruises .cruise-img-wrapper .card-img-top{width:100%;height:100%!important;object-fit:cover;transition:transform .5s ease}.section-cruises .cruise-card:hover .card-img-top{transform:scale(1.045)}.section-cruises .cruise-img-wrapper::after{content:"";position:absolute;inset:45% 0 0;pointer-events:none;background:linear-gradient(transparent,rgba(7,24,36,.7))}.section-cruises .cruise-img-wrapper .badge{z-index:2;border-radius:7px;box-shadow:0 4px 12px rgba(0,0,0,.12);font-size:.67rem;letter-spacing:.01em}.home-cruise-route{position:absolute;z-index:2;right:.75rem;bottom:.65rem;left:.75rem;display:flex;align-items:center;gap:.35rem;color:#fff;font-size:.72rem;font-weight:650}.home-cruise-route span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-cruises .home-cruise-item .card-body{padding:1rem 1.05rem 1.1rem}.home-cruise-ship,.section-cruises .home-cruise-item .card-body>.small.text-muted{display:flex;align-items:center;gap:.35rem;margin-bottom:.4rem!important;color:var(--evt-primary-dark)!important;font-size:.72rem!important;font-weight:700;letter-spacing:.025em;text-transform:uppercase}.section-cruises .home-cruise-item .card-title{min-height:2.75em;margin-bottom:.5rem!important;font-size:1rem!important;line-height:1.38}.section-cruises .home-cruise-item .card-title a{color:var(--evt-secondary)!important;transition:color .18s ease}.section-cruises .home-cruise-item .card-title a:hover{color:var(--evt-primary)!important}.home-cruise-description,.section-cruises .home-cruise-item .card-body>p.text-muted{min-height:3em;margin-bottom:.7rem;color:#697987!important;font-size:.79rem!important;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.section-cruises .cruise-rating{display:flex;align-items:center;min-height:20px;color:#efaa24;font-size:.72rem}.section-cruises .home-cruise-item .card-body>div:last-child{padding-top:.75rem;border-top:1px solid #edf1f4}.section-cruises .home-cruise-item .fs-5{color:var(--evt-primary)!important;font-size:1.15rem!important;letter-spacing:-.02em}.section-cruises .home-cruise-item .btn{padding:.45rem .65rem;border-radius:9px;font-size:.75rem;font-weight:750;white-space:nowrap}.section-cruises .home-cruise-arrow{width:46px;height:46px;border-color:rgba(21,55,78,.12);color:var(--evt-secondary);box-shadow:0 10px 25px rgba(21,55,78,.16)}.home-cruise-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.25rem;padding:1rem 1.2rem;border:1px solid rgba(21,55,78,.09);border-radius:16px;background:rgba(255,255,255,.82)}.home-cruise-footer p{margin:0;color:#667987;font-size:.84rem}.home-cruise-footer p i{margin-right:.4rem;color:var(--evt-primary)}.home-cruise-all-link{display:inline-flex;align-items:center;gap:.65rem;padding:.72rem 1.15rem;border-radius:10px;font-size:.85rem;font-weight:750;white-space:nowrap}@media (max-width:991.98px){.home-cruise-heading{align-items:start}.home-cruise-assurance{min-width:205px}}@media (max-width:767.98px){.home-cruise-heading{display:block;text-align:center}.home-cruise-heading-copy{margin-inline:auto}.home-cruise-assurance{grid-template-columns:repeat(3,1fr);gap:.35rem;margin-top:1.25rem;padding:.8rem;text-align:center}.home-cruise-assurance span{flex-direction:column;gap:.25rem;font-size:.68rem}.home-cruise-tabs{grid-template-columns:1fr;max-width:520px}.home-cruise-footer{flex-direction:column;text-align:center}}@media (max-width:575.98px){.section-cruises .home-cruise-scroll-shell{padding-inline:0}.section-cruises .home-cruise-scroll{padding-inline:.1rem}.section-cruises .home-cruise-item{flex-basis:calc(100vw - 3.25rem);width:calc(100vw - 3.25rem);max-width:330px}.section-cruises .home-cruise-arrow{top:5.25rem;width:40px;height:40px;background:rgba(255,255,255,.94)}.home-cruise-tab-copy small{max-width:190px}.home-cruise-all-link{width:100%;justify-content:center}}.footer-legal{margin-top:.15rem;font-size:.8rem;line-height:1.5;opacity:.72}.footer-social-bottom a:hover{background:var(--evt-primary);color:#fff;transform:translateY(-2px)}@media (max-width:767.98px){.footer-destinations{padding:24px 0}.footer-dest-grid a{width:100%}.footer-main{padding:36px 0 24px}.footer-bottom-inner{flex-direction:column;text-align:center;gap:8px}.footer-social-bottom{justify-content:center}.footer-payment{justify-content:center}}.rating-stars{display:inline-flex;gap:1px}.rating-stars i{color:var(--evt-accent);font-size:.8125rem}.rating-stars i.empty{color:#ddd}.rating-stars i.half{position:relative;color:#ddd}.rating-stars i.half::before{content:'\f005';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;top:0;width:50%;overflow:hidden;color:var(--evt-accent)}.price-tag{display:inline-flex;align-items:baseline;gap:6px}.price-tag .price-original{font-size:.875rem;color:var(--evt-text-light);text-decoration:line-through}.price-tag .price-current{font-size:1.375rem;font-weight:700;color:var(--evt-primary)}.price-tag .price-unit{font-size:.75rem;color:var(--evt-text-light)}.price-tag .price-save{font-size:.6875rem;background:#dc3545;color:var(--evt-white);padding:2px 8px;border-radius:50px;font-weight:600}.badge-featured{background:var(--evt-accent)!important;color:var(--evt-dark)!important;font-weight:600}.badge-bestseller{background:var(--evt-primary)!important;color:var(--evt-white)!important;font-weight:600}.badge-new{background:var(--evt-success)!important;color:var(--evt-white)!important;font-weight:600}.badge-sale{background:#dc3545!important;color:var(--evt-white)!important;font-weight:600}.badge-luxury{background:linear-gradient(135deg,#c9a84c,#f0d78c)!important;color:#5a4a1e!important;font-weight:600}.overlay-gradient{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.overlay-gradient-bottom{background:linear-gradient(to top,rgba(0,0,0,.6) 0,transparent 100%)}.overlay-gradient-full{background:linear-gradient(to bottom,rgba(45,66,113,.3) 0,rgba(45,66,113,.6) 100%)}.btn-primary-custom{background:var(--evt-primary);color:var(--evt-white);border:2px solid var(--evt-primary);padding:10px 28px;border-radius:50px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all var(--evt-transition);display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-primary-custom:hover{background:var(--evt-primary-dark);border-color:var(--evt-primary-dark);color:var(--evt-white);transform:translateY(-2px);box-shadow:0 4px 15px rgba(201,66,50,.35)}.btn-primary-custom:active{transform:translateY(0)}.btn-outline-custom{background:0 0;color:var(--evt-primary);border:2px solid var(--evt-primary);padding:10px 28px;border-radius:50px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all var(--evt-transition);display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-outline-custom:hover{background:var(--evt-primary);color:var(--evt-white);transform:translateY(-2px);box-shadow:0 4px 15px rgba(201,66,50,.35)}.btn-secondary-custom{background:var(--evt-secondary);color:var(--evt-white);border:2px solid var(--evt-secondary);padding:10px 28px;border-radius:50px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all var(--evt-transition);display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-secondary-custom:hover{background:var(--evt-secondary-dark);border-color:var(--evt-secondary-dark);color:var(--evt-white);transform:translateY(-2px)}.btn-white-custom{background:var(--evt-white);color:var(--evt-secondary);border:2px solid var(--evt-white);padding:10px 28px;border-radius:50px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all var(--evt-transition);display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-white-custom:hover{background:0 0;color:var(--evt-white)}.view-all-link{font-size:.9375rem;font-weight:600;color:var(--evt-primary);display:inline-flex;align-items:center;gap:6px;transition:gap var(--evt-transition)}.view-all-link:hover{color:var(--evt-primary-dark);gap:10px}.breadcrumb-custom{background:var(--evt-light-bg);padding:14px 0;font-size:.8125rem}.breadcrumb-custom .breadcrumb{margin:0;background:0 0;padding:0}.breadcrumb-custom .breadcrumb-item a{color:var(--evt-text-light)}.breadcrumb-custom .breadcrumb-item a:hover{color:var(--evt-primary)}.breadcrumb-custom .breadcrumb-item.active{color:var(--evt-secondary);font-weight:500}.auth-modal .modal-content{border:none;border-radius:var(--evt-radius-lg);overflow:hidden;box-shadow:var(--evt-shadow-lg)}.auth-modal .modal-header{background:var(--evt-secondary);color:var(--evt-white);border:none;padding:20px 24px}.auth-modal .modal-header .modal-title{font-size:1.25rem;font-weight:600}.auth-modal .modal-header .btn-close{filter:invert(1)}.auth-modal .modal-body{padding:30px}.auth-modal .auth-tabs{display:flex;border-bottom:2px solid var(--evt-border);margin-bottom:24px}.auth-modal .auth-tabs .auth-tab{flex:1;padding:12px;text-align:center;font-size:.9375rem;font-weight:600;color:var(--evt-text-light);background:0 0;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:all var(--evt-transition)}.auth-modal .auth-tabs .auth-tab.active{color:var(--evt-primary);border-bottom-color:var(--evt-primary)}.auth-modal .form-group{margin-bottom:18px}.auth-modal .form-group label{font-size:.875rem;font-weight:500;color:var(--evt-secondary);margin-bottom:6px;display:block}.auth-modal .form-group .form-control{padding:10px 14px;border:1px solid var(--evt-border);border-radius:var(--evt-radius);font-size:.9375rem;transition:border-color var(--evt-transition),box-shadow var(--evt-transition)}.auth-modal .form-group .form-control:focus{border-color:var(--evt-primary);box-shadow:0 0 0 3px rgba(201,66,50,.15)}.auth-modal .form-group .input-group-text{background:var(--evt-light-bg);border-color:var(--evt-border);color:var(--evt-text-light)}.auth-modal .auth-remember{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;font-size:.875rem}.auth-modal .auth-remember a{color:var(--evt-primary)}.auth-modal .btn-auth-submit{width:100%;padding:12px;background:var(--evt-primary);color:var(--evt-white);border:none;border-radius:var(--evt-radius);font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--evt-transition)}.auth-modal .btn-auth-submit:hover{background:var(--evt-primary-dark)}.auth-modal .auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--evt-text-light);font-size:.8125rem}.auth-modal .auth-divider::after,.auth-modal .auth-divider::before{content:'';flex:1;height:1px;background:var(--evt-border)}.auth-modal .social-login{display:flex;gap:10px}.auth-modal .social-login .btn-social{flex:1;padding:10px;border-radius:var(--evt-radius);border:1px solid var(--evt-border);background:var(--evt-white);display:flex;align-items:center;justify-content:center;gap:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--evt-transition)}.auth-modal .social-login .btn-social:hover{border-color:var(--evt-text-light);background:var(--evt-light-bg)}.auth-modal .social-login .btn-social.google{color:#db4437}.auth-modal .social-login .btn-social.facebook{color:#4267b2}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in-up.visible{opacity:1;transform:translateY(0)}.fade-in-left{opacity:0;transform:translateX(-30px);transition:opacity .6s ease,transform .6s ease}.fade-in-left.visible{opacity:1;transform:translateX(0)}.fade-in-right{opacity:0;transform:translateX(30px);transition:opacity .6s ease,transform .6s ease}.fade-in-right.visible{opacity:1;transform:translateX(0)}.fade-in{opacity:0;transition:opacity .6s ease}.fade-in.visible{opacity:1}.delay-1{transition-delay:0.1s}.delay-2{transition-delay:0.2s}.delay-3{transition-delay:0.3s}.delay-4{transition-delay:0.4s}.delay-5{transition-delay:0.5s}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 rgba(201,66,50,.4)}70%{box-shadow:0 0 0 12px rgba(201,66,50,0)}100%{box-shadow:0 0 0 0 rgba(201,66,50,0)}}.btn-pulse{animation:pulse-glow 2s infinite}@keyframes shimmer{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:var(--evt-radius-sm)}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.loading-spinner{width:40px;height:40px;border:3px solid var(--evt-border);border-top-color:var(--evt-primary);border-radius:50%;animation:spin .8s linear infinite;margin:20px auto}.feature-box{text-align:center;padding:30px 20px;border-radius:var(--evt-radius-lg);transition:all var(--evt-transition);background:var(--evt-white);height:100%}.feature-box:hover{transform:translateY(-5px);box-shadow:var(--evt-shadow-hover)}.feature-box .feature-icon{width:70px;height:70px;border-radius:50%;background:rgba(201,66,50,.1);display:inline-flex;align-items:center;justify-content:center;font-size:1.75rem;color:var(--evt-primary);margin-bottom:18px;transition:all var(--evt-transition)}.feature-box:hover .feature-icon{background:var(--evt-primary);color:var(--evt-white)}.feature-box h5{font-size:1.0625rem;font-weight:600;margin-bottom:10px}.feature-box p{font-size:.875rem;color:var(--evt-text-light);margin:0;line-height:1.6}.cta-section{background:var(--evt-primary);padding:50px 0;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;border-radius:50%;background:rgba(255,255,255,.05)}.cta-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.05)}.cta-section .cta-content{position:relative;z-index:2;text-align:center;color:var(--evt-white)}.cta-section .cta-content h2{color:var(--evt-white);font-size:2rem;font-weight:700;margin-bottom:12px}.cta-section .cta-content p{font-size:1.0625rem;opacity:.9;margin-bottom:24px;max-width:600px;margin-left:auto;margin-right:auto}.cta-image-section{background-size:cover;background-position:center;background-attachment:fixed;position:relative;padding:80px 0}.cta-image-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(45,66,113,.75)}.cta-image-section .cta-content{position:relative;z-index:2}@media (max-width:767.98px){.cta-section{padding:40px 0}.cta-section .cta-content h2{font-size:1.5rem}}.deal-card{position:relative;border-radius:var(--evt-radius-lg);overflow:hidden;height:300px;display:block}.deal-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.deal-card:hover img{transform:scale(1.05)}.deal-card .deal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(201,66,50,.85),rgba(45,66,113,.85));display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;color:var(--evt-white);opacity:0;transition:opacity var(--evt-transition)}.deal-card:hover .deal-overlay{opacity:1}.deal-card .deal-info{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:var(--evt-white);z-index:2}.deal-card .deal-discount{position:absolute;top:16px;right:16px;background:#dc3545;color:var(--evt-white);padding:6px 14px;border-radius:50px;font-size:.875rem;font-weight:700;z-index:3}.stats-section{background:var(--evt-secondary);padding:40px 0}.stat-item{text-align:center;padding:20px;color:var(--evt-white)}.stat-item .stat-number{font-size:2.5rem;font-weight:700;color:var(--evt-primary-light);margin-bottom:6px;line-height:1.2}.stat-item .stat-label{font-size:.9375rem;opacity:.8}@media (max-width:767.98px){.stat-item .stat-number{font-size:1.75rem}.stat-item{padding:12px}}.partner-logos{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;padding:20px 0}.partner-logos img{max-height:45px;opacity:.5;filter:grayscale(100%);transition:all var(--evt-transition)}.partner-logos img:hover{opacity:1;filter:grayscale(0)}.tour-detail-gallery{position:relative;border-radius:var(--evt-radius-lg);overflow:hidden}.tour-detail-gallery .main-image{width:100%;aspect-ratio:16/9;object-fit:cover}.tour-detail-gallery .gallery-thumbs{display:flex;gap:8px;margin-top:8px}.tour-detail-gallery .gallery-thumbs img{width:80px;height:60px;object-fit:cover;border-radius:var(--evt-radius-sm);cursor:pointer;opacity:.6;transition:opacity var(--evt-transition);border:2px solid transparent}.tour-detail-gallery .gallery-thumbs img.active,.tour-detail-gallery .gallery-thumbs img:hover{opacity:1;border-color:var(--evt-primary)}.tour-detail-info .tour-detail-title{font-size:1.75rem;font-weight:700;margin-bottom:10px}.tour-detail-info .tour-detail-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;font-size:.9375rem;color:var(--evt-text-light)}.tour-detail-info .tour-detail-meta span{display:inline-flex;align-items:center;gap:6px}.tour-detail-info .tour-detail-meta i{color:var(--evt-primary)}.booking-sidebar{background:var(--evt-white);border-radius:var(--evt-radius-lg);box-shadow:var(--evt-shadow);padding:24px;position:sticky;top:90px}.booking-sidebar .booking-price-display{text-align:center;padding-bottom:16px;border-bottom:1px solid var(--evt-border);margin-bottom:16px}.booking-sidebar .booking-price-display .price-from{font-size:.8125rem;color:var(--evt-text-light)}.booking-sidebar .booking-price-display .price-amount{font-size:2rem;font-weight:700;color:var(--evt-primary)}.booking-sidebar .booking-price-display .price-unit{font-size:.875rem;color:var(--evt-text-light)}.itinerary-day{position:relative;padding-left:40px;padding-bottom:24px;border-left:2px solid var(--evt-border);margin-left:12px}.itinerary-day:last-child{border-left:2px solid transparent}.itinerary-day .day-number{position:absolute;left:-14px;top:0;width:28px;height:28px;background:var(--evt-primary);color:var(--evt-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.itinerary-day h5{font-size:1.0625rem;margin-bottom:8px}.itinerary-day p{font-size:.9375rem;color:var(--evt-text-light);line-height:1.7}.filter-sidebar{background:var(--evt-white);border-radius:var(--evt-radius-lg);padding:20px;box-shadow:var(--evt-shadow)}.filter-sidebar .filter-group{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--evt-border)}.filter-sidebar .filter-group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.filter-sidebar .filter-group h6{font-size:.9375rem;font-weight:600;margin-bottom:12px;color:var(--evt-secondary)}.filter-sidebar .filter-group .form-check{margin-bottom:8px}.filter-sidebar .filter-group .form-check-label{font-size:.875rem;color:var(--evt-text);cursor:pointer}.filter-sidebar .filter-group .form-check-input:checked{background-color:var(--evt-primary);border-color:var(--evt-primary)}.filter-sidebar .price-range-slider{padding:10px 0}.filter-sidebar .price-range-values{display:flex;justify-content:space-between;font-size:.8125rem;color:var(--evt-text-light);margin-top:6px}.listing-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.listing-toolbar .result-count{font-size:.9375rem;color:var(--evt-text-light)}.listing-toolbar .sort-options{display:flex;align-items:center;gap:10px}.listing-toolbar .view-toggle{display:flex;gap:4px}.listing-toolbar .view-toggle button{width:36px;height:36px;border:1px solid var(--evt-border);background:var(--evt-white);border-radius:var(--evt-radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--evt-text-light);transition:all var(--evt-transition)}.listing-toolbar .view-toggle button.active,.listing-toolbar .view-toggle button:hover{background:var(--evt-primary);border-color:var(--evt-primary);color:var(--evt-white)}.pagination-custom{display:flex;justify-content:center;gap:6px;margin-top:30px}.pagination-custom .page-item .page-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--evt-radius);border:1px solid var(--evt-border);background:var(--evt-white);color:var(--evt-text);font-size:.9375rem;font-weight:500;transition:all var(--evt-transition)}.pagination-custom .page-item .page-link:hover{background:var(--evt-primary);border-color:var(--evt-primary);color:var(--evt-white)}.pagination-custom .page-item.active .page-link{background:var(--evt-primary);border-color:var(--evt-primary);color:var(--evt-white)}.pagination-custom .page-item.disabled .page-link{opacity:.5;cursor:not-allowed}.back-to-top{position:fixed;bottom:30px;right:30px;width:44px;height:44px;border-radius:50%;background:var(--evt-primary);color:var(--evt-white);border:none;display:flex;align-items:center;justify-content:center;font-size:1.125rem;cursor:pointer;box-shadow:0 4px 15px rgba(201,66,50,.35);transition:all var(--evt-transition);z-index:1000;opacity:0;visibility:hidden;transform:translateY(10px)}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--evt-primary-dark);transform:translateY(-3px);box-shadow:0 6px 20px rgba(201,66,50,.45)}.floating-contact{position:fixed;bottom:30px;left:30px;z-index:1000;display:flex;flex-direction:column;gap:10px}.floating-contact .float-btn{width:50px;height:50px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;font-size:1.375rem;color:var(--evt-white);cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all var(--evt-transition)}.floating-contact .float-btn:hover{transform:scale(1.1)}.floating-contact .float-btn.whatsapp{background:#25d366}.floating-contact .float-btn.messenger{background:#0084ff}.floating-contact .float-btn.phone{background:var(--evt-primary)}@media (max-width:767.98px){.floating-contact{bottom:16px;left:16px}.floating-contact .float-btn{width:44px;height:44px;font-size:1.125rem}.back-to-top{bottom:16px;right:16px;width:40px;height:40px}}.form-control-custom{padding:10px 14px;border:1px solid var(--evt-border);border-radius:var(--evt-radius);font-size:.9375rem;color:var(--evt-text);transition:border-color var(--evt-transition),box-shadow var(--evt-transition);width:100%}.form-control-custom:focus{border-color:var(--evt-primary);box-shadow:0 0 0 3px rgba(201,66,50,.15);outline:0}.form-label-custom{font-size:.875rem;font-weight:500;color:var(--evt-secondary);margin-bottom:6px;display:block}.form-select-custom{padding:10px 14px;border:1px solid var(--evt-border);border-radius:var(--evt-radius);font-size:.9375rem;color:var(--evt-text);background:var(--evt-white);transition:border-color var(--evt-transition),box-shadow var(--evt-transition);width:100%;appearance:auto}.form-select-custom:focus{border-color:var(--evt-primary);box-shadow:0 0 0 3px rgba(201,66,50,.15);outline:0}.toast-custom{position:fixed;top:20px;right:20px;z-index:1090;min-width:300px;padding:14px 20px;border-radius:var(--evt-radius);color:var(--evt-white);font-size:.9375rem;box-shadow:var(--evt-shadow-lg);transform:translateX(120%);transition:transform .4s ease}.toast-custom.show{transform:translateX(0)}.toast-custom.success{background:var(--evt-success)}.toast-custom.error{background:#dc3545}.toast-custom.info{background:var(--evt-secondary)}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:var(--evt-secondary-dark);color:rgba(255,255,255,.85);padding:16px 0;z-index:1080;font-size:.875rem;box-shadow:0 -4px 20px rgba(0,0,0,.15);transform:translateY(100%);transition:transform .4s ease}.cookie-consent.show{transform:translateY(0)}.cookie-consent .cookie-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.cookie-consent .cookie-actions{display:flex;gap:10px;flex-shrink:0}.service-card{background:var(--evt-white);border-radius:var(--evt-radius-lg);padding:30px 24px;text-align:center;box-shadow:var(--evt-shadow);transition:all var(--evt-transition);height:100%;border:1px solid transparent}.service-card:hover{transform:translateY(-5px);box-shadow:var(--evt-shadow-hover);border-color:var(--evt-primary)}.service-card .service-icon{width:64px;height:64px;border-radius:var(--evt-radius-lg);background:rgba(201,66,50,.1);display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--evt-primary);margin-bottom:16px;transition:all var(--evt-transition)}.service-card:hover .service-icon{background:var(--evt-primary);color:var(--evt-white)}.service-card h5{font-size:1.0625rem;font-weight:600;margin-bottom:10px}.service-card p{font-size:.875rem;color:var(--evt-text-light);line-height:1.6;margin-bottom:14px}.service-card .service-link{font-size:.875rem;font-weight:600;color:var(--evt-primary);display:inline-flex;align-items:center;gap:4px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--evt-light-bg)}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@media print{.back-to-top,.cookie-consent,.floating-contact,.footer-bottom,.footer-main,.hero-section,.main-header,.top-bar{display:none!important}body{color:#000;font-size:12pt}.section-padding{padding:20px 0}.cruise-card,.hotel-card,.tour-card{box-shadow:none;border:1px solid #ddd;break-inside:avoid}}:focus-visible{outline:2px solid var(--evt-primary);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-muted{color:#5a6474!important}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}.blog-card:hover,.cruise-card:hover,.feature-box:hover,.hotel-card:hover,.service-card:hover,.testimonial-card:hover,.tour-card:hover{transform:none}.blog-card:hover .blog-image img,.cruise-card:hover .cruise-image img,.destination-card:hover .destination-img,.hotel-card:hover .hotel-image img,.tour-card:hover .tour-image img{transform:none}}body.dark-mode{--evt-light-bg:#1a1a2e;--evt-white:#16213e;--evt-dark:#e0e0e0;--evt-text:#c4c4c4;--evt-text-light:#999;--evt-border:#2a2a4a;--evt-shadow:0 2px 15px rgba(0, 0, 0, 0.3);--evt-shadow-hover:0 8px 30px rgba(0, 0, 0, 0.4);background:#0f0f23;color:#c4c4c4}body.dark-mode .main-header{background:#16213e}body.dark-mode .nav-menu-link{color:#c4c4c4}body.dark-mode .dropdown-panel,body.dark-mode .mega-panel{background:#1a1a2e}body.dark-mode .dropdown-panel li a{color:#c4c4c4}body.dark-mode .dropdown-panel li a:hover{background:#2a2a4a}.page-hero{background:linear-gradient(135deg,var(--evt-secondary) 0,var(--evt-secondary-dark) 100%);color:var(--evt-white);padding:64px 0 56px;text-align:center}.page-hero-sm{background:linear-gradient(135deg,var(--evt-secondary) 0,var(--evt-secondary-dark) 100%);color:var(--evt-white);padding:40px 0 36px;text-align:center}.page-hero-sm .page-hero-title,.page-hero-title{font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:700;color:var(--evt-white);margin-bottom:10px}.page-hero-sm .page-hero-sub,.page-hero-sub{font-size:1rem;color:rgba(255,255,255,.78);margin-bottom:0;max-width:560px;margin-left:auto;margin-right:auto}.header-user-btn{width:38px;height:38px;border-radius:50%!important;padding:0!important;background:var(--evt-primary)!important;color:var(--evt-white)!important;border:none!important;display:inline-flex!important;align-items:center;justify-content:center;transition:background var(--evt-transition),transform var(--evt-transition)}.header-user-btn:hover{background:var(--evt-primary-dark)!important;transform:translateY(-1px)}.user-avatar-initials{font-size:.8125rem;font-weight:700;line-height:1;letter-spacing:.02em}.account-page{background:var(--evt-light-bg);min-height:70vh}.account-card{background:var(--evt-white);border:none!important;border-radius:var(--evt-radius-lg)!important;box-shadow:var(--evt-shadow)!important}.account-avatar{width:72px;height:72px;border-radius:50%;background:var(--evt-primary);color:var(--evt-white);font-size:1.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.02em}.account-tabs{border-bottom:2px solid var(--evt-border)}.account-tabs .nav-link{color:var(--evt-text-light);font-weight:500;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:10px 20px;border-radius:0;transition:color var(--evt-transition),border-color var(--evt-transition)}.account-tabs .nav-link:hover{color:var(--evt-secondary);border-bottom-color:var(--evt-border)}.account-tabs .nav-link.active{color:var(--evt-primary);border-bottom-color:var(--evt-primary);background:0 0}body.home-page main{font-size:1.0625rem}body.home-page main .section-subtitle{font-size:1.0625rem;line-height:1.7}body.home-page main .btn{font-size:.875rem}body.home-page .home-cruise-eyebrow,body.home-page .home-section-eyebrow,body.home-page .home-tour-eyebrow,body.home-page .travel-journal-eyebrow{font-size:.8125rem;letter-spacing:.09em}body.home-page .home-expertise-section{background:radial-gradient(circle at 8% 15%,rgba(201,66,50,.3),transparent 26rem),radial-gradient(circle at 92% 85%,rgba(69,126,153,.24),transparent 30rem),#17364b}body.home-page .home-expertise-lead{color:rgba(255,255,255,.92);font-size:1.0625rem;line-height:1.75}body.home-page .home-expertise-proof>div{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.11)}body.home-page .home-expertise-proof strong{font-size:1.25rem}body.home-page .home-expertise-proof span{color:rgba(255,255,255,.84);font-size:.8125rem;line-height:1.45}body.home-page .home-expertise-license{border-color:rgba(255,255,255,.26);background:rgba(3,15,25,.32)}body.home-page .home-expertise-license small{color:rgba(255,255,255,.78);font-size:.75rem}body.home-page .home-expertise-license strong{font-size:.9375rem}body.home-page .home-expertise-license a{color:#ffd27b;font-size:.8125rem}body.home-page .home-expertise-actions .btn{font-size:.875rem}body.home-page .home-service-card{padding:1rem;border-color:rgba(255,255,255,.23);background:rgba(255,255,255,.11)}body.home-page .home-service-card:hover{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.17)}body.home-page .home-service-card h3{color:#fff;font-size:1rem}body.home-page .home-service-card p{color:rgba(255,255,255,.84);font-size:.8125rem;line-height:1.5}body.home-page .home-service-card>i{color:rgba(255,255,255,.82)}body.home-page .home-booking-steps-heading h2{color:#fff;font-size:1.625rem}body.home-page .home-booking-steps li>span{color:#ffb5aa;font-size:.8125rem}body.home-page .home-booking-steps h3{color:#fff;font-size:1rem}body.home-page .home-booking-steps p{color:rgba(255,255,255,.82);font-size:.8125rem;line-height:1.55}body.home-page .home-tour-tab-copy strong{font-size:1rem}body.home-page .home-tour-tab-copy small{max-width:125px;color:#5c6d79;font-size:.75rem}.home-tour-tabs-hint{display:none}body.home-page .home-tour-tabs .active .home-tour-tab-copy small{color:rgba(255,255,255,.88)}body.home-page .home-cruise-tab-count strong,body.home-page .home-tour-tab-count strong{font-size:.875rem}body.home-page .home-cruise-tab-count small,body.home-page .home-tour-tab-count small{font-size:.625rem}body.home-page .home-cruise-ship,body.home-page .home-tour-category,body.home-page .section-cruises .home-cruise-item .card-body>.small.text-muted{font-size:.8125rem!important}body.home-page .home-tour-item .card-title,body.home-page .section-cruises .home-cruise-item .card-title{font-size:1.0625rem!important}body.home-page .home-cruise-description,body.home-page .home-tour-description,body.home-page .section-cruises .home-cruise-item .card-body>p.text-muted{color:#536674!important;font-size:.875rem!important;line-height:1.6}body.home-page .home-cruise-route,body.home-page .home-tour-facts,body.home-page .home-tour-item .tour-rating,body.home-page .home-tour-route,body.home-page .section-cruises .cruise-rating{font-size:.8125rem}body.home-page .home-tour-price small,body.home-page .home-tour-price span{font-size:.75rem}body.home-page .home-tour-card-footer .btn,body.home-page .section-cruises .home-cruise-item .btn{font-size:.8125rem}body.home-page .home-cruise-all-link,body.home-page .home-cruise-assurance span,body.home-page .home-cruise-footer p,body.home-page .home-tour-all-link,body.home-page .home-tour-section-footer p{font-size:.9375rem}body.home-page .home-cruise-tab-copy small{color:#5c6d79;font-size:.8125rem}body.home-page .home-cruise-tabs .active .home-cruise-tab-copy small{color:rgba(255,255,255,.88)}body.home-page .testimonial-text p{color:#536674!important;font-size:1rem;line-height:1.65}body.home-page .travel-journal-card-footer,body.home-page .travel-journal-meta,body.home-page .travel-journal-read-link{font-size:.8125rem}body.home-page .travel-journal-card-body>p,body.home-page .travel-journal-featured-body>p{color:#536674;font-size:.9375rem}body.home-page .travel-journal-card h3,body.home-page .travel-journal-compact h3{font-size:1.0625rem}body.home-page .travel-journal-card-image>span,body.home-page .travel-journal-category,body.home-page .travel-journal-compact-image>span{font-size:.75rem}body.home-page .travel-journal-byline,body.home-page .travel-journal-footer>div{font-size:.875rem}body.home-page .home-faq-intro>p{color:#536674;font-size:1rem}body.home-page .home-faq-contact strong{font-size:.9375rem}body.home-page .home-faq-all-link,body.home-page .home-faq-contact small,body.home-page .home-faq-contact>a{font-size:.8125rem}body.home-page .home-faq-accordion .accordion-button{font-size:1rem}body.home-page .home-faq-accordion .accordion-body{color:#536674;font-size:.9375rem;line-height:1.7}@media (max-width:767.98px){body.home-page .home-tour-tabs-wrap{margin-inline:calc(var(--bs-gutter-x) * -.5);padding:.35rem calc(var(--bs-gutter-x) * .5) .2rem;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}body.home-page .home-tour-tabs{display:flex;gap:.65rem;min-width:max-content;padding:.4rem}body.home-page .home-tour-tabs .nav-item{flex:0 0 min(270px,calc(100vw - 3.5rem));width:min(270px,calc(100vw - 3.5rem));scroll-snap-align:start}body.home-page .home-tour-tabs .nav-link{min-height:88px;grid-template-columns:42px minmax(0,1fr) 46px;gap:.7rem;padding:.75rem}body.home-page .home-tour-tab-copy small{max-width:none;margin-top:.25rem;overflow:visible;font-size:.8125rem;line-height:1.35;text-overflow:clip;white-space:normal}body.home-page .home-tour-tabs-hint{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:.55rem 0 0;color:#637482;font-size:.8125rem}}@media (max-width:575.98px){body.home-page main{font-size:1rem}body.home-page main .section-subtitle{font-size:1rem}body.home-page .home-expertise-lead{font-size:1rem}body.home-page .home-expertise-proof strong{font-size:1.125rem}body.home-page .home-expertise-proof span{font-size:.75rem}body.home-page .home-booking-steps p,body.home-page .home-service-card p{font-size:.8125rem}body.home-page .home-tour-tabs-wrap{margin-inline:calc(var(--bs-gutter-x) * -.5);padding:.35rem calc(var(--bs-gutter-x) * .5) .2rem;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}body.home-page .home-tour-tabs{display:flex;gap:.65rem;min-width:max-content;padding:.4rem}body.home-page .home-tour-tabs .nav-item{flex:0 0 min(270px,calc(100vw - 3.5rem));width:min(270px,calc(100vw - 3.5rem));scroll-snap-align:start}body.home-page .home-tour-tabs .nav-link{min-height:88px;grid-template-columns:42px minmax(0,1fr) 46px;gap:.7rem;padding:.75rem}body.home-page .home-tour-tab-icon{width:42px;height:42px}body.home-page .home-tour-tab-copy strong{font-size:1rem}body.home-page .home-tour-tab-copy small{max-width:none;margin-top:.25rem;overflow:visible;font-size:.8125rem;line-height:1.35;text-overflow:clip;white-space:normal}body.home-page .home-tour-tab-count{min-width:46px;padding:.35rem .45rem}body.home-page .home-tour-tabs-hint{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:.55rem 0 0;color:#637482;font-size:.8125rem}}@media (max-width:767.98px){body.home-page .home-tour-tabs-wrap{margin-inline:0;padding:0;overflow:visible;scroll-snap-type:none}body.home-page .home-tour-tabs{width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;padding:.5rem}body.home-page .home-tour-tabs .nav-item{width:auto;min-width:0;flex:none;scroll-snap-align:none}body.home-page .home-tour-tabs .nav-item:last-child{grid-column:1/-1}body.home-page .home-tour-tabs .nav-link{position:relative;min-height:112px;grid-template-columns:36px minmax(0,1fr);align-content:center;gap:.55rem;padding:.7rem}body.home-page .home-tour-tab-icon{width:36px;height:36px}body.home-page .home-tour-tab-copy strong{font-size:.9375rem}body.home-page .home-tour-tab-copy small{max-width:none;margin-top:.25rem;overflow:visible;font-size:.75rem;line-height:1.35;text-overflow:clip;white-space:normal}body.home-page .home-tour-tab-count{position:absolute;top:.45rem;right:.45rem;min-width:38px;padding:.28rem .35rem}body.home-page .home-tour-tabs-hint{display:none}}@media (max-width:374.98px){body.home-page .home-tour-tabs{grid-template-columns:1fr}body.home-page .home-tour-tabs .nav-item:last-child{grid-column:auto}body.home-page .home-tour-tabs .nav-link{min-height:92px}}.home-page main>section:not(.hero-section){content-visibility:auto;contain-intrinsic-size:auto 800px}