html{scroll-behavior:smooth;scroll-padding-top:100px;}ï»¿:root{--primary:#047857;--primary-dark:#047857;--secondary:#0ea5e9;--accent:#f59e0b;--bg-body:#f0fdf4;--bg-white:#ffffff;--text-main:#1f2937;--text-muted:#4b5563;--border-color:#d1fae5;--shadow-sm:0 1px 3px 0 rgba(0, 0, 0, 0.1);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1);--radius:16px;}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}*{margin:0;padding:0;box-sizing:border-box;}body{font-family:'Outfit', sans-serif;background-color:var(--bg-body);color:var(--text-main);line-height:1.6;}a{text-decoration:none;color:inherit;transition:all 0.2s;}ul{list-style:none;}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem;}.main-header{background:var(--bg-white);padding:1rem 0;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000;margin-bottom:0;}.header-inner{display:flex;justify-content:flex-start;align-items:center;gap:3rem;}.header-logo img{height:60px;width:auto;}.main-nav ul{display:flex;gap:1rem;align-items:center;margin:0;padding:0;}.nav-btn, a.nav-btn:visited, a.nav-btn:link{padding:0.6rem 1.2rem;border-radius:50px;font-weight:700;color:var(--text-muted);transition:all 0.2s ease-in-out;border:1px solid transparent;background:transparent;font-size:1rem;text-decoration:none !important;display:inline-block;}.nav-btn:hover{background-color:#ecfdf5 !important;color:var(--primary) !important;text-decoration:none !important;}html body header.main-header nav.main-nav ul li a.nav-btn.active, .nav-btn.active, a.nav-btn.active, .nav-btn.active:hover, .nav-btn.active:visited, .nav-btn.active:focus{background-color:#047857 !important;color:#ffffff !important;box-shadow:0 4px 12px rgba(4, 120, 87, 0.4);border-color:transparent;opacity:1 !important;text-shadow:none !important;visibility:visible !important;}html body header.main-header nav.main-nav ul li a.nav-btn.active span{color:#ffffff !important;}.nav-btn.active i, .nav-btn.active svg{color:#ffffff !important;fill:#ffffff !important;}.nav-btn.special{background:var(--accent);color:white;}.nav-btn.special:hover{background:#d97706;}.nav-btn:focus, .nav-btn:active{outline:none;}.home-grid{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;padding:3rem 0;}.landing-hero{height:400px;position:relative;overflow:hidden;margin-bottom:2rem;box-shadow:var(--shadow-md);}.hero-slider{width:100%;height:100%;}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none;color:white;opacity:0;transition:opacity 1s ease-in-out;z-index:1;}.hero-slide.active{opacity:1;z-index:2;}.hero-slide-content{z-index:10;}.slider-nav{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:20;}.nav-dot{width:12px;height:12px;border-radius:50%;background:rgba(255, 255, 255, 0.4);cursor:pointer;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);border:2px solid transparent;}.nav-dot:hover{background:rgba(255, 255, 255, 0.8);}.nav-dot.active{background:white;transform:scale(1.3);box-shadow:0 0 10px rgba(255, 255, 255, 0.5);border-color:rgba(255, 255, 255, 0.3);}.landing-hero h1{font-family:'Playfair Display', serif;font-size:3rem;margin-bottom:0.5rem;color:white;text-shadow:0 4px 15px rgba(0, 0, 0, 0.6);}.landing-hero p{font-size:1.1rem;opacity:0.95;max-width:600px;margin:0 auto;}.sidebar-right{margin-top:6rem;}.sidebar-widget{background:white;padding:1.5rem;border-radius:16px !important;overflow:hidden !important;box-shadow:var(--shadow-sm);margin-bottom:2rem;border:1px solid var(--border-color);}.sidebar-widget h3{margin-bottom:1rem;color:var(--primary-dark);font-size:1.2rem;border-bottom:2px solid var(--border-color);padding-bottom:0.5rem;}.section-title{margin-bottom:2rem;position:relative;padding-bottom:1rem;}.section-title h2, .popular-destinations h2, .featured-guides h2{color:#047857 !important;}.section-title h2{font-family:'Playfair Display', serif;font-size:2.2rem;margin-bottom:0.5rem;display:flex;align-items:center;gap:0.8rem;}.section-title h2 i{color:#047857;font-size:0.8em;}.sidebar-widget.booking-widget{}.sidebar-widget.booking-widget h3{color:#047857 !important;border-bottom:2px solid rgba(4, 120, 87, 0.2);padding-bottom:0.8rem;margin-bottom:1.2rem;}.sidebar-widget.booking-widget h3 i{color:#047857 !important;margin-right:0.5rem;}.sidebar-widget.booking-widget .search-btn{background-color:#047857 !important;color:#ffffff !important;font-weight:700;box-shadow:0 4px 6px rgba(4, 120, 87, 0.3);border:none !important;text-shadow:none;opacity:1 !important;}.sidebar-widget.booking-widget .search-btn:hover{background-color:#047857 !important;}.sidebar-widget h3{color:#047857 !important;}.feature-list{list-style:none;padding:0;margin:0;}.feature-list-item{margin-bottom:1rem;display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px dashed #e5e7eb;}.feature-list-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;}.feature-link{display:flex;align-items:center;gap:1rem;width:100%;color:var(--text-main);font-weight:600;transition:all 0.2s;}.feature-link:hover{color:var(--primary);transform:translateX(5px);}.feature-icon-box{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;}.box-teal{background:#ccfbf1;color:#0d9488;}.box-orange{background:#ffedd5;color:#ea580c;}.box-blue{background:#dbeafe;color:#2563eb;}.box-purple{background:#f3e8ff;color:#9333ea;}.feature-link span{display:flex;flex-direction:column;line-height:1.2;}.text-muted-small{font-size:0.8rem;color:var(--text-muted);font-weight:400;margin-top:2px;}a.view-all-link, a.feature-view-all{display:block;margin-top:1rem;text-align:center;color:#047857 !important;font-weight:700;}a.view-all-link:hover, a.feature-view-all:hover{text-decoration:underline;color:#047857 !important;}.booking-form .form-group{margin-bottom:1rem;}.booking-form label{display:block;font-size:0.9rem;font-weight:600;margin-bottom:0.5rem;color:var(--text-muted);}.booking-form input, .booking-form select{width:100%;padding:0.8rem;border:1px solid var(--border-color);border-radius:12px;font-family:inherit;outline:none;transition:border-color 0.2s;}.booking-form input:focus{border-color:var(--primary);}.search-btn{width:100%;background:var(--primary);color:white;border:none;padding:1rem;border-radius:12px;font-weight:700;cursor:pointer;transition:background 0.3s;}.search-btn:hover{background:var(--primary-dark);}.ad-box{background:linear-gradient(135deg, #0f172a, #334155);color:white;padding:1.5rem;border-radius:var(--radius);text-align:center;position:relative;overflow:hidden;}.ad-badge{position:absolute;top:10px;right:10px;font-size:0.7rem;background:rgba(255, 255, 255, 0.2);padding:2px 6px;border-radius:4px;}.horizontal-ad-section{padding:2rem 0;margin-top:2rem;}.horizontal-ad{background:linear-gradient(to right, #047857, #047857);border-radius:var(--radius);padding:3rem;display:flex;align-items:center;justify-content:space-between;color:white;box-shadow:var(--shadow-md);position:relative;overflow:hidden;}.horizontal-ad h2{font-family:'Playfair Display', serif;font-size:2rem;margin-bottom:0.5rem;}.ad-cta-btn{background:white;color:var(--primary-dark);padding:1rem 2rem;border-radius:50px;font-weight:700;box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);}.ad-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0, 0, 0, 0.3);}.destinations-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.5rem;}.destination-card{background:white;border-radius:16px !important;overflow:hidden !important;box-shadow:var(--shadow-sm);transition:all 0.3s;border:1px solid var(--border-color);}.destination-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--primary);}.dest-image{height:200px;position:relative;overflow:hidden;}.dest-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}.destination-card:hover .dest-image img{transform:scale(1.05);}.dest-overlay{position:absolute;top:15px;left:15px;background:white;color:var(--primary-dark);padding:4px 12px;border-radius:50px;font-size:0.75rem;font-weight:700;box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);z-index:10;border:1px solid rgba(4, 120, 87, 0.1);}.dest-content{padding:1.25rem;}.dest-content h3{font-family:'Playfair Display', serif;font-size:1.3rem;margin-bottom:0.5rem;color:var(--text-main);}.dest-meta{display:flex;justify-content:space-between;align-items:center;margin-top:0.5rem;}.dest-meta span{display:flex;align-items:center;gap:0.4rem;font-size:0.85rem;color:var(--text-muted);}.dest-meta .rating{font-weight:700;color:var(--accent);background:#fef3c7;padding:2px 8px;border-radius:4px;}.main-footer{background:var(--bg-white);color:var(--text-main);padding:3rem 0;text-align:center;margin-top:0;box-shadow:0 -1px 3px 0 rgba(0, 0, 0, 0.05);}@media (max-width:1024px){.home-grid{grid-template-columns:1fr;}}.grid-layout{display:grid;grid-template-columns:280px 1fr 320px;gap:2rem;padding:3rem 0;align-items:start;}.info-card{background:white;padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;border:1px solid var(--border-color);}.info-card h3{font-size:1.1rem;margin-bottom:1rem;color:var(--primary-dark);border-bottom:2px solid var(--border-color);padding-bottom:0.5rem;}.data-list li{display:flex;justify-content:space-between;margin-bottom:0.75rem;font-size:0.9rem;color:var(--text-muted);}.data-list li span.label{font-weight:600;color:var(--text-main);}.score{background:var(--primary);color:white;padding:2px 8px;border-radius:6px;font-weight:bold;font-size:0.8rem;}.weather-widget{display:flex;justify-content:space-between;font-size:0.9rem;}.season{text-align:center;}.season i{display:block;font-size:1.2rem;margin-bottom:0.25rem;color:var(--accent);}.tags{display:flex;flex-wrap:wrap;gap:0.5rem;}.tag{background:#ecfdf5;color:var(--primary-dark);padding:0.3rem 0.8rem;border-radius:50px;font-size:0.8rem;font-weight:600;}.map-container img{width:100%;border-radius:8px;border:1px solid var(--border-color);}.btn-block{display:block;width:100%;text-align:center;background:white;color:var(--primary);border:1px solid var(--primary);padding:0.75rem;border-radius:12px;font-weight:600;transition:all 0.2s;}.btn-block:hover{background:var(--primary);color:white;}.main-content{background:white;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);}.hero-image{position:relative;height:350px;}.featured-img{width:100%;height:100%;object-fit:cover;}.hero-text-overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);padding:2rem;color:white;}.hero-text-overlay h1{font-family:'Playfair Display', serif;font-size:3.5rem;margin-bottom:0.5rem;color:white;text-shadow:0 4px 20px rgba(0, 0, 0, 0.7);}.article-body{padding:2.5rem;font-size:1.05rem;color:#374151;}.article-body h2{font-family:'Playfair Display', serif;color:var(--primary-dark);font-size:1.8rem;margin:2rem 0 1rem;}.article-body h3{font-weight:700;margin:1.5rem 0 0.5rem;color:var(--text-main);}.article-body p{margin-bottom:1.5rem;}.intro-text{font-size:1.15rem;line-height:1.7;color:#1f2937;}blockquote{border-left:4px solid var(--accent);background:#fffbeb;padding:1.5rem;margin:2rem 0;font-style:italic;font-family:'Playfair Display', serif;font-size:1.2rem;border-radius:0 12px 12px 0;}.image-gallery img{width:100%;border-radius:12px;margin:1rem 0;}.vocab-list li{margin-bottom:0.5rem;font-size:0.95rem;border-bottom:1px dashed var(--border-color);padding-bottom:0.25rem;}.similar-list{list-style:none;padding:0;margin:0;}.similar-list li{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:8px;border-radius:8px;cursor:pointer;transition:background 0.2s, transform 0.2s;border:1px solid transparent;}.similar-list li:hover{background:#f3f4f6;transform:translateX(5px);border-color:#e5e7eb;}.similar-list img{flex-shrink:0;width:50px;height:50px;border-radius:6px;object-fit:cover;box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);}.similar-list li span{font-size:0.9rem;font-weight:600;color:var(--text-main);line-height:1.3;}@media (max-width:1200px){.grid-layout{grid-template-columns:1fr 300px;}.sidebar-left{display:none;}}@media (max-width:768px){.grid-layout{grid-template-columns:1fr;}}.social-icons{display:flex;gap:1rem;align-items:center;}.social-icons a{color:var(--text-muted);font-size:1.2rem;transition:color 0.3s;}.social-icons a:hover{color:var(--primary);}.footer-socials{margin-top:1rem;justify-content:center;}.footer-socials a{color:var(--primary);background:#f1f5f9;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.3s;}.footer-socials a:hover{background:var(--primary);color:white;}.ad-box.medium-rectangle{width:300px;height:250px;margin:0 auto 2rem;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;}.horizontal-ad.leaderboard{width:100%;max-width:970px;height:150px;margin:0 auto;padding:1.5rem 3rem;}.min-btn{text-align:right;margin-top:1rem;display:flex;justify-content:flex-end;}.more-link{display:inline-flex;align-items:center;gap:0.5rem;color:#047857 !important;font-weight:700;font-size:1rem;border-bottom:2px solid transparent;}.more-link:hover{border-color:var(--primary);transform:translateX(5px);}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;color:var(--text-main);cursor:pointer;z-index:1001;}@media (max-width:1024px){.container{padding:0 1rem;}.home-grid{grid-template-columns:1fr;padding:2rem 0;}.grid-layout{grid-template-columns:1fr 300px;}.sidebar-left{display:none;}.horizontal-ad.leaderboard{width:100%;max-width:100%;height:auto;padding:2rem;flex-direction:column;text-align:center;gap:1.5rem;}.horizontal-ad h2{font-size:1.5rem;}.horizontal-ad i{display:none;}}@media (max-width:768px){.header-inner{position:relative;}.mobile-menu-btn{display:block;}.main-nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:white;box-shadow:-5px 0 15px rgba(0, 0, 0, 0.1);padding:4rem 1.5rem 2rem;transition:right 0.3s ease-in-out;z-index:999;overflow-y:auto;}.main-nav.active{right:0;}.main-nav ul{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;}.main-nav li{width:100%;}.nav-btn{display:block;width:100%;text-align:left;padding:0.8rem;border-radius:8px;}.social-icons{margin-left:0 !important;padding-left:0 !important;border-left:none !important;margin-top:1rem;justify-content:flex-start;}.landing-hero h1, .hero-text-overlay h1{font-size:2rem;}.landing-hero p{font-size:1rem;padding:0 1rem;}.section-title h2{font-size:1.8rem;}.grid-layout{grid-template-columns:1fr;}.sidebar-right{margin-top:2rem;}.ad-box.medium-rectangle{width:100%;max-width:300px;}.destinations-grid{grid-template-columns:1fr;}}.map-container img{cursor:pointer;transition:transform 0.3s ease;}.map-container img:hover{transform:scale(1.02);}.modal-overlay{display:none;position:fixed;z-index:2000;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.9);backdrop-filter:blur(5px);justify-content:center;align-items:center;padding:2rem;}.modal-overlay.active{display:flex;animation:fadeIn 0.3s ease;}.modal-content{max-width:90%;max-height:90vh;box-shadow:0 0 30px rgba(0, 0, 0, 0.5);border-radius:8px;object-fit:contain;}.modal-close{position:absolute;top:20px;right:30px;color:white;font-size:40px;font-weight:bold;cursor:pointer;}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}.currency-converter{margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--border-color);}.converter-title{font-size:0.85rem;font-weight:700;color:var(--primary-dark);margin-bottom:0.5rem;display:flex;align-items:center;gap:0.4rem;}.converter-box{display:flex;flex-direction:column;gap:0.5rem;}.converter-input-wrap{display:flex;gap:0.4rem;}.converter-input-wrap input{width:60px;padding:0.4rem;border:1px solid var(--border-color);border-radius:8px;font-size:0.9rem;outline:none;}.converter-input-wrap select{flex:1;padding:0.4rem;border:1px solid var(--border-color);border-radius:8px;font-size:0.85rem;background:#f9fafb;}.converter-result{padding:0.6rem;background:#f0fdf4;border-radius:8px;font-size:0.9rem;font-weight:600;color:var(--primary-dark);text-align:center;border:1px solid #dcfce7;}.converter-loader{font-size:0.8rem;color:var(--text-muted);font-style:italic;}.weather-dynamic{margin-top:0.5rem;}.weather-current{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg, #047857, #3b82f6);color:white;padding:1.2rem;border-radius:12px;margin-bottom:1rem;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;}.weather-icon-box{display:flex;flex-direction:column;align-items:center;gap:0.3rem;}.weather-current i{font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));}.season-badge{background:rgba(255, 255, 255, 0.2);backdrop-filter:blur(4px);padding:2px 10px;border-radius:20px;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border:1px solid rgba(255, 255, 255, 0.3);}.weather-main-info{text-align:right;}.weather-temp{font-size:1.8rem;font-weight:800;}.weather-desc{font-size:0.85rem;text-transform:capitalize;opacity:0.9;}.forecast-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:0.5rem;margin-top:1rem;}.forecast-item{background:#f9fafb;border:1px solid var(--border-color);border-radius:8px;padding:0.5rem;text-align:center;font-size:0.75rem;}.forecast-item i{display:block;font-size:1rem;margin:0.3rem 0;color:var(--secondary);}.forecast-day{font-weight:700;color:var(--text-muted);text-transform:uppercase;}.forecast-temp{font-weight:600;color:var(--text-main);}.weather-date-checker{margin-top:1rem;padding-top:0.8rem;border-top:1px dashed var(--border-color);}.weather-date-checker input{width:100%;padding:0.5rem;border:1px solid var(--border-color);border-radius:8px;font-size:0.85rem;margin-top:0.4rem;}.plug-info-item{position:relative;}.plug-trigger{cursor:pointer;color:#f43f5e;font-weight:600;transition:all 0.3s ease;display:inline-flex;align-items:center;gap:5px;border-bottom:1px dashed #f43f5e;}.plug-trigger:hover{color:#6366f1;border-bottom-color:#6366f1;}@keyframes fadeInModal{from{opacity:0;transform:translate(-50%, -45%);}to{opacity:1;transform:translate(-50%, -50%);}}.plug-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.8);backdrop-filter:blur(8px);z-index:20000;cursor:pointer;animation:fadeInO 0.3s ease;}.plug-modal{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:90%;max-width:600px;background:white;padding:15px;border-radius:20px;z-index:20001;box-shadow:0 40px 100px rgba(0, 0, 0, 0.5);animation:zoomInM 0.3s cubic-bezier(0.16, 1, 0.3, 1);}.plug-modal img{width:100%;height:auto;border-radius:12px;display:block;}@keyframes fadeInO{from{opacity:0;}to{opacity:1;}}@keyframes zoomInM{from{opacity:0;transform:translate(-50%, -48%) scale(0.96);}to{opacity:1;transform:translate(-50%, -50%) scale(1);}}.plug-preview{position:absolute;left:0;bottom:150%;width:220px;background:white;padding:8px;border-radius:12px;box-shadow:0 15px 35px rgba(0, 0, 0, 0.25);display:none;z-index:1000;margin-bottom:5px;border:1px solid #e5e7eb;pointer-events:none;}.plug-info-item:hover .plug-preview{display:block;animation:fadeInUpHover 0.3s ease;}.plug-preview img{width:100%;height:auto;border-radius:8px;display:block;}@keyframes fadeInUpHover{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}.hero-compact{height:50vh;min-height:400px;}.hero-title-large{font-size:3.5rem !important;}.hero-subtitle-large{font-size:1.2rem !important;}.layout-mt-large{margin-top:3rem !important;}.article-image-box{margin:2rem 0 !important;}.article-image-full{width:100% !important;border-radius:12px !important;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1) !important;}.article-image-caption{font-size:0.9rem !important;color:var(--text-muted) !important;text-align:center !important;margin-top:0.5rem !important;font-style:italic !important;}.header-social-separator{margin-left:1rem !important;padding-left:1rem !important;border-left:1px solid #e5e7eb !important;}.footer-links-wrap{margin-bottom:1.5rem !important;text-align:center !important;}.footer-link-item{margin:0 10px !important;color:var(--text-main) !important;}html, body{overflow-x:hidden !important;position:relative;}.header-plane{position:absolute;top:50%;left:0;font-size:2.2rem;color:#bae6fd;text-shadow:0 4px 8px rgba(0, 0, 0, 0.1);animation:flyHeaderPlane 45s linear infinite;pointer-events:none;z-index:1000;will-change:transform;}@keyframes flyHeaderPlane{0%{transform:translate3d(-100px, -50%, 0) rotate(5deg);opacity:0;}5%{opacity:1;}25%{transform:translate3d(25vw, -150%, 0) rotate(-10deg);}50%{transform:translate3d(50vw, -50%, 0) rotate(5deg);}75%{transform:translate3d(75vw, 50%, 0) rotate(15deg);}100%{transform:translate3d(110vw, -50%, 0) rotate(0deg);opacity:0;}}.footer-plane{position:absolute;top:50%;right:0;font-size:2.2rem;color:#bae6fd;text-shadow:0 4px 8px rgba(0, 0, 0, 0.1);animation:flyFooterPlane 50s linear infinite;pointer-events:none;z-index:1000;will-change:transform;}@keyframes flyFooterPlane{0%{transform:translate3d(100px, -50%, 0) rotate(-185deg);opacity:0;}5%{opacity:1;}25%{transform:translate3d(-25vw, -150%, 0) rotate(-200deg);}50%{transform:translate3d(-50vw, -50%, 0) rotate(-185deg);}75%{transform:translate3d(-75vw, 50%, 0) rotate(-170deg);}100%{transform:translate3d(-110vw, -50%, 0) rotate(-180deg);opacity:0;}}@media (max-width:991px){.header-plane, .footer-plane{font-size:1.5rem;}}.hero-action-btn{display:inline-block;padding:12px 30px;border:2px solid white;border-radius:50px;color:white;font-family:'Outfit', sans-serif;font-weight:600;text-transform:uppercase;font-size:0.9rem;letter-spacing:1px;transition:all 0.3s ease;background:rgba(255, 255, 255, 0.1);backdrop-filter:blur(4px);margin-top:25px;}.hero-slide:hover .hero-action-btn{background:white;color:#0f172a;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0, 0, 0, 0.3);}.hero-slide:hover .hero-content{transform:scale(1.02);transition:transform 0.5s ease;}.main-header .container, .footer-links-wrap{position:relative !important;}.main-header, .footer-links-wrap{overflow:visible !important;}.article-image-container{width:100%;margin:2rem 0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);}.article-embedded-img{width:100%;height:auto !important;display:block;max-height:700px;object-fit:contain;}.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;max-width:600px;margin:0 auto;background:rgba(255, 255, 255, 0.98);backdrop-filter:blur(10px);box-shadow:0 10px 40px rgba(0, 0, 0, 0.15);border:1px solid rgba(0, 0, 0, 0.05);padding:24px;border-radius:16px;display:flex;flex-direction:row;align-items:center;gap:20px;z-index:9999;font-family:'Outfit', sans-serif;transform:translateY(150%);transition:transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);}.cookie-banner.active{transform:translateY(0);}.cookie-content{flex-grow:1;}.cookie-content strong{color:var(--text-main);font-size:1.1rem;display:block;margin-bottom:0.5rem;}.cookie-content p{color:var(--text-muted);font-size:0.95rem;line-height:1.5;margin:0;}.cookie-content a{color:var(--primary);text-decoration:underline;}.cookie-actions{display:flex;gap:12px;flex-shrink:0;}.btn-reject{padding:10px 20px;border:1px solid #cbd5e1;background:transparent;color:#475569;border-radius:50px;cursor:pointer;font-weight:600;font-size:0.9rem;transition:0.2s;}.btn-reject:hover{background:#f1f5f9;}.btn-accept{padding:10px 24px;border:1px solid #047857;background:#047857 !important;color:#ffffff !important;border-radius:50px;cursor:pointer;font-weight:600;font-size:0.9rem;box-shadow:0 4px 12px rgba(4, 120, 87, 0.3);transition:0.2s;}.btn-accept:hover{background:var(--primary-dark);transform:translateY(-2px);}@media (max-width:768px){.cookie-banner{flex-direction:column;align-items:flex-start;bottom:0;left:0;right:0;max-width:100%;border-radius:20px 20px 0 0;padding:30px 20px 40px 20px;gap:24px;}.cookie-content{width:100%;}.cookie-actions{width:100%;display:flex;flex-direction:row;gap:12px;}.btn-reject, .btn-accept{flex:1;text-align:center;padding:14px 20px;font-size:1rem;justify-content:center;display:flex;align-items:center;}}.font-cinzel{font-family:'Cinzel', serif;font-size:3.5rem;letter-spacing:2px;}.font-great-vibes{font-family:'Great Vibes', cursive;font-size:4.5rem;letter-spacing:1px;}.font-raleway{font-family:'Raleway', sans-serif;font-size:3.8rem;text-transform:uppercase;font-weight:800;}.font-montserrat{font-family:'Montserrat', sans-serif;font-size:3.5rem;font-weight:800;letter-spacing:-1px;}.section-header-left{text-align:left;margin-bottom:2rem;}.header-badge-icon{font-size:0.6em;vertical-align:middle;margin-left:0.5rem;opacity:0.5;}.loading-grid-area{grid-column:1/-1;text-align:center;padding:2rem;color:#94a3b8;}.spacer-large{margin-bottom:4rem;}.text-muted-small{font-size:0.9rem;color:var(--text-muted);margin-bottom:0.5rem;}.feature-list{list-style:none;margin-top:1rem;}.feature-list-item{margin-bottom:0.8rem;border-bottom:1px dashed #e5e7eb;padding-bottom:0.5rem;}.feature-link{font-weight:600;font-size:0.95rem;display:flex;align-items:center;gap:10px;}.feature-icon-box{width:40px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;}.box-teal{background-color:#e0f2f1;color:var(--primary);}.box-orange{background-color:#fff3e0;color:#f57c00;}.box-blue{background-color:#e3f2fd;color:#1976d2;}.box-purple{background-color:#f3e5f5;color:#7b1fa2;}.feature-view-all{color:var(--primary);font-weight:700;font-size:0.9rem;}.article-hero-modern{position:relative;width:100%;height:60vh;min-height:400px;background-size:cover;background-position:center;border-radius:0 0 24px 24px;margin-bottom:3rem;overflow:hidden;display:flex;align-items:flex-end;}.article-hero-modern::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));z-index:1;}.hero-overlay-content{position:relative;z-index:2;padding:3rem;width:100%;max-width:1200px;margin:0 auto;color:white;text-align:center;}.hero-overlay-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;text-shadow:0 4px 12px rgba(0, 0, 0, 0.3);}.article-meta-modern{display:flex;justify-content:center;gap:20px;font-size:1rem;opacity:0.9;margin-bottom:0;}.article-meta-item{display:flex;align-items:center;gap:8px;background:rgba(255, 255, 255, 0.15);padding:6px 16px;border-radius:30px;backdrop-filter:blur(5px);}.article-meta-item i{opacity:0.8;}.article-section-title{text-align:left;margin-top:3rem;margin-bottom:1.5rem;position:relative;padding-left:20px;border-left:5px solid var(--primary);}.article-section-title h2{font-size:2rem;color:var(--text-main);margin:0;display:flex;align-items:center;}.title-badge{font-size:0.5em;background:#f1f5f9;color:var(--text-muted);padding:4px 8px;border-radius:4px;margin-left:12px;vertical-align:middle;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.content-spacer-lg{margin-bottom:3rem !important;}.article-text{font-size:1.1rem;line-height:1.8;color:#334155;margin-bottom:2rem;}.modern-list{list-style:none;padding:0;margin:2rem 0;}.modern-list-item{display:flex;align-items:flex-start;gap:16px;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px dashed #e2e8f0;}.modern-list-item:last-child{border-bottom:none;}.list-icon-box{width:44px;height:44px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;}.icon-teal{background-color:#e0f2f1;color:var(--primary);}.icon-orange{background-color:#fff3e0;color:#f57c00;}.icon-blue{background-color:#e3f2fd;color:#1976d2;}.list-content h4{margin:0 0 4px 0;font-size:1.1rem;color:var(--text-main);font-weight:700;}.list-content p{margin:0;font-size:0.95rem;color:var(--text-muted);line-height:1.5;}.text-emphasized{color:var(--primary);font-weight:700;font-size:1.2rem;border-left:4px solid var(--secondary);padding-left:1rem;margin:2rem 0;font-family:'Outfit', sans-serif;background:#f8fafc;padding:1.5rem;border-radius:0 12px 12px 0;}.modern-article-body{font-family:'Outfit', sans-serif;color:#334155;line-height:1.8;padding:0 2rem;max-width:850px;margin:0 auto;}.modern-article-body p{margin-bottom:2rem;font-size:1.1rem;letter-spacing:0.01em;}.modern-article-body h2{text-align:left;font-family:'Montserrat', sans-serif;font-weight:800;color:var(--text-main);margin-top:3rem;margin-bottom:1.5rem;position:relative;padding-left:1rem;border-left:4px solid var(--primary);}.modern-article-body h3{text-align:left;font-family:'Montserrat', sans-serif;font-weight:700;color:var(--text-main);margin-top:2.5rem;margin-bottom:1rem;}.modern-article-body ul{list-style:none;padding:0;margin:2rem 0;}.modern-article-body ul li{position:relative;padding-left:40px;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed #e2e8f0;}.modern-article-body ul li:last-child{border-bottom:none;}.modern-article-body ul li::before{content:'\f00c';font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;top:2px;width:24px;height:24px;background:rgba(4, 120, 87, 0.1);color:var(--primary);border-radius:50%;font-size:0.8rem;display:flex;align-items:center;justify-content:center;}.modern-article-body strong{color:var(--primary);font-weight:700;}.modern-article-body blockquote{background:#f8fafc;border-left:4px solid var(--secondary);margin:2rem 0;padding:2rem;font-style:italic;color:var(--text-muted);border-radius:0 12px 12px 0;}.modern-article-body .feature-box{background:linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);border:1px solid #dcfce7;border-radius:12px;padding:2rem;margin:2.5rem 0;}@media (max-width:768px){.landing-hero h1{font-size:2rem !important;line-height:1.2 !important;padding:0 1rem;}.hero-text-overlay h1{font-size:1.8rem !important;line-height:1.25 !important;margin-bottom:0.8rem;word-wrap:break-word;}.hero-text-overlay{padding:1.5rem !important;background:linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)) !important;}.hero-overlay-content h1{font-size:1.8rem !important;line-height:1.3 !important;}.hero-overlay-content{padding:1.5rem 1rem !important;}.modern-article-body{padding:0 1.2rem !important;}.container{padding:0 1rem;}}@media (max-width:768px){.hero-title-large{font-size:1.8rem !important;line-height:1.25 !important;word-wrap:break-word;white-space:normal;}.hero-subtitle-large{font-size:1rem !important;}.hero-compact{min-height:300px !important;height:auto !important;padding-bottom:2rem;}}@media (max-width:480px){.hero-title-large, .hero-text-overlay h1, .hero-overlay-content h1{font-size:1.5rem !important;line-height:1.25 !important;}}@media (max-width:768px){.header-inner{justify-content:space-between !important;padding:0 1rem;}}@media (max-width:768px){.footer-socials{justify-content:center !important;width:100%;margin-top:1.5rem;}}@media (max-width:768px){.hero-compact.landing-hero, .landing-hero{height:75vh !important;min-height:450px !important;overflow:hidden !important;padding-bottom:0 !important;position:relative !important;background:#0f172a !important;display:block !important;}.hero-compact .hero-slider, .hero-slider{position:absolute !important;top:0;left:0;width:100% !important;height:100% !important;display:block !important;}.hero-compact .hero-slide, .hero-slide{position:absolute !important;height:100% !important;width:100% !important;min-height:auto !important;background-position:center !important;background-size:cover !important;display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:center !important;text-align:center !important;transform:none !important;left:0 !important;top:0 !important;opacity:0 !important;visibility:hidden !important;transition:opacity 0.8s ease-in-out, visibility 0.8s ease-in-out !important;z-index:1 !important;}.hero-slide.active{opacity:1 !important;visibility:visible !important;z-index:2 !important;}.hero-compact .hero-content, .hero-content{position:relative !important;transform:translateY(10px) !important;top:auto !important;left:auto !important;padding:0 1.5rem !important;text-align:center !important;width:100% !important;background:transparent !important;color:#ffffff !important;z-index:10 !important;margin:0 !important;}.hero-compact .hero-title-large, .hero-title-large{color:#ffffff !important;font-size:2rem !important;line-height:1.2 !important;text-shadow:2px 2px 8px rgba(0, 0, 0, 0.8) !important;margin-bottom:0.8rem !important;font-weight:800 !important;display:block !important;}.hero-compact .hero-subtitle-large, .hero-subtitle-large{color:#e2e8f0 !important;font-size:0.95rem !important;text-transform:uppercase !important;letter-spacing:1px !important;opacity:1 !important;display:block !important;text-shadow:1px 1px 4px rgba(0, 0, 0, 0.8) !important;}.hero-content p{color:#e2e8f0 !important;text-shadow:1px 1px 4px rgba(0, 0, 0, 0.8) !important;font-size:1rem !important;margin-bottom:1.5rem !important;}.hero-action-btn{padding:0.8rem 1.8rem !important;font-size:0.95rem !important;background:#047857 !important;color:white !important;border:none !important;display:inline-block !important;margin-top:0.5rem !important;}.layout-mt-large{margin-top:0 !important;}}.main-footer{padding:3.5rem 0 !important;text-align:center !important;background:#ffffff !important;position:relative !important;border-top:1px solid #f1f5f9 !important;color:#1e293b !important;z-index:20 !important;}.footer-links-wrap{margin-bottom:1.25rem !important;display:flex !important;justify-content:center !important;gap:2rem !important;flex-wrap:wrap !important;position:relative !important;}.footer-link-item{color:#475569 !important;text-decoration:none !important;font-weight:500 !important;font-size:0.95rem !important;transition:color 0.3s !important;}.footer-link-item:hover{color:#047857 !important;}.main-footer p{color:#64748b !important;font-size:0.9rem !important;margin-bottom:1.5rem !important;}.footer-socials{display:flex !important;justify-content:center !important;gap:1rem !important;margin-top:1rem !important;}.footer-socials a{width:40px !important;height:40px !important;background:#f0fdfa !important;color:#047857 !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;font-size:1.15rem !important;text-decoration:none !important;}.footer-socials a:hover{background:#047857 !important;color:#ffffff !important;transform:translateY(-4px) !important;box-shadow:0 4px 12px rgba(4, 120, 87, 0.2) !important;}.footer-plane{position:absolute !important;left:-60px !important;top:-20px !important;font-size:1.8rem !important;color:#bfdbfe !important;opacity:0.6 !important;animation:footerFly 15s linear infinite !important;pointer-events:none !important;}@keyframes footerFly{0%{transform:translate(0, 0) rotate(5deg);opacity:0;}10%{opacity:0.6;}90%{opacity:0.6;}100%{transform:translate(1200px, -40px) rotate(-5deg);opacity:0;}}@media (max-width:768px){.main-footer{padding:3rem 1rem !important;}.footer-links-wrap{gap:1rem !important;}.footer-link-item{font-size:0.9rem !important;}}@media (max-width:768px){.article-hero-modern{height:auto !important;position:relative !important;padding:4rem 1.5rem !important;background-attachment:scroll !important;background-size:cover !important;background-position:center !important;}.modern-article-body img{height:auto !important;max-width:100% !important;object-fit:contain !important;margin:1.5rem 0 !important;border-radius:8px !important;display:block !important;}.destination-card .dest-image, .destination-card img{height:220px !important;object-fit:cover !important;width:100% !important;}.content-image-wrap img, .gallery-grid img{width:100% !important;height:250px !important;object-fit:cover !important;}}@media (max-width:768px){.homepage-hero{display:none !important;}}@media (max-width:768px){.homepage-hero, .homepage-hero .hero-slider, .homepage-hero .hero-content, .homepage-hero h1, .homepage-hero h2, .homepage-hero p, .homepage-hero a{display:none !important;height:0 !important;overflow:hidden !important;visibility:hidden !important;opacity:0 !important;position:absolute !important;z-index:-9999 !important;}}.main-header{background-color:#ffffff !important;background:#ffffff !important;opacity:1 !important;z-index:9999 !important;}header, nav{background-color:#ffffff !important;}.learn-more-link{display:inline-block;margin-top:1rem;color:#047857;font-weight:600;}.logo-img-custom{height:45px;width:auto;display:block;}