*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--primary:#2c5f7c;--primary-dark:#1e4259;--primary-light:#4a8ba8;--secondary:#e8a444;--secondary-dark:#d4912e;--accent:#6b9b76;--text:#2d3748;--text-light:#4a5568;--text-muted:#718096;--bg:#f7f5f2;--bg-alt:#eee9e2;--bg-card:#ffffff;--white:#ffffff;--shadow:0 4px 20px rgba(0,0,0,0.08);--shadow-lg:0 10px 40px rgba(0,0,0,0.12);--radius:12px;--radius-lg:20px;--transition:0.3s ease}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Poppins',sans-serif;background:var(--bg);color:var(--text);line-height:1.7;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Playfair Display',serif;font-weight:600;line-height:1.3}
h1{font-size:clamp(2rem,5vw,3.5rem)}
h2{font-size:clamp(1.75rem,4vw,2.5rem)}
h3{font-size:clamp(1.25rem,3vw,1.75rem)}
p{font-family:'Lora',serif}
a{text-decoration:none;color:inherit;transition:var(--transition)}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
#page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg);display:flex;align-items:center;justify-content:center;z-index:10000;transition:opacity 0.4s,visibility 0.4s}
#page-loader.hidden{opacity:0;visibility:hidden}
.loader-spinner{width:50px;height:50px;border:4px solid var(--bg-alt);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:0.75rem 0;box-shadow:var(--shadow)}
.header-container{max-width:1300px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:0.75rem;color:var(--white)}
.logo-icon{width:40px;height:40px}
.logo-text{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:600}
.main-nav{display:none}
@media(min-width:992px){.main-nav{display:block}}
.nav-list{display:flex;gap:2rem}
.nav-list a{color:rgba(255,255,255,0.9);font-size:0.95rem;font-weight:500;padding:0.5rem 0;position:relative}
.nav-list a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--secondary);transition:var(--transition)}
.nav-list a:hover,.nav-list a.active{color:var(--white)}
.nav-list a:hover::after,.nav-list a.active::after{width:100%}
.burger-menu{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0.5rem}
@media(min-width:992px){.burger-menu{display:none}}
.burger-menu span{width:25px;height:3px;background:var(--white);border-radius:2px;transition:var(--transition)}
.burger-menu.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}
.burger-menu.active span:nth-child(2){opacity:0}
.burger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}
.mobile-nav{position:fixed;top:0;right:-100%;width:min(320px,85%);height:100%;background:var(--white);z-index:2000;transition:right 0.4s ease;overflow-y:auto;box-shadow:var(--shadow-lg)}
.mobile-nav.active{right:0}
.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--bg-alt)}
.mobile-nav-title{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:600}
.mobile-nav-close{width:36px;height:36px;border:none;background:var(--bg-alt);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}
.mobile-nav-close svg{width:20px;height:20px}
.mobile-nav-list{padding:1rem 0}
.mobile-nav-list li{border-bottom:1px solid var(--bg-alt)}
.mobile-nav-list a{display:block;padding:1rem 1.5rem;font-weight:500;transition:var(--transition)}
.mobile-nav-list a:hover{background:var(--bg);color:var(--primary)}
.mobile-nav-articles{padding:1.5rem;background:var(--bg)}
.mobile-nav-articles h3{font-size:1rem;margin-bottom:1rem;color:var(--primary)}
.mobile-nav-articles ul li{margin-bottom:0.5rem}
.mobile-nav-articles a{font-size:0.9rem;color:var(--text-light)}
.mobile-nav-articles a:hover{color:var(--primary)}
.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1500;opacity:0;visibility:hidden;transition:var(--transition)}
.mobile-nav-overlay.active{opacity:1;visibility:visible}
.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 50%,#1a3a4f 100%);overflow:hidden;margin-top:62px}
.hero-bg{position:absolute;inset:0;opacity:0.15}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(232,164,68,0.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(107,155,118,0.1) 0%,transparent 50%)}
.hero-content{position:relative;z-index:10;text-align:center;padding:2rem;max-width:900px}
.hero-badge{display:inline-block;background:rgba(255,255,255,0.15);backdrop-filter:blur(10px);padding:0.5rem 1.5rem;border-radius:50px;color:var(--white);font-size:0.85rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,0.2)}
.hero h1{color:var(--white);margin-bottom:1.5rem}
.hero-subtitle{color:rgba(255,255,255,0.9);font-size:clamp(1rem,2.5vw,1.25rem);max-width:650px;margin:0 auto 2rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:1rem 2rem;border-radius:50px;font-family:'Poppins',sans-serif;font-weight:500;font-size:0.95rem;transition:var(--transition);border:none;cursor:pointer}
.btn-primary{background:var(--secondary);color:var(--text)}
.btn-primary:hover{background:var(--secondary-dark);transform:translateY(-2px);box-shadow:0 8px 25px rgba(232,164,68,0.3)}
.btn-outline{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,0.5)}
.btn-outline:hover{background:rgba(255,255,255,0.1);border-color:var(--white)}
.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:var(--white);opacity:0.7;animation:bounce 2s infinite}
@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}
.hero-scroll svg{width:30px;height:30px}
.section{padding:5rem 1.5rem}
.section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}
.section-badge{display:inline-block;background:var(--primary);color:var(--white);padding:0.4rem 1.25rem;border-radius:50px;font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}
.section-header h2{margin-bottom:1rem;color:var(--text)}
.section-header p{color:var(--text-light)}
.container{max-width:1300px;margin:0 auto}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.feature-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;transition:var(--transition);box-shadow:var(--shadow);position:relative;overflow:hidden}
.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--accent))}
.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.feature-icon{width:70px;height:70px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--bg) 0%,var(--bg-alt) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.feature-icon svg{width:35px;height:35px;color:var(--primary)}
.feature-card h3{margin-bottom:1rem}
.feature-card p{color:var(--text-light);font-size:0.95rem}
.destinations{background:var(--bg-alt)}
.dest-grid{display:grid;gap:2rem}
@media(min-width:768px){.dest-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.dest-grid{grid-template-columns:repeat(3,1fr)}}
.dest-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;cursor:pointer}
.dest-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.dest-card:hover img{transform:scale(1.08)}
.dest-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.8) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}
.dest-card h3{color:var(--white);margin-bottom:0.5rem}
.dest-card p{color:rgba(255,255,255,0.8);font-size:0.9rem}
.dest-badge{position:absolute;top:1rem;right:1rem;background:var(--secondary);color:var(--text);padding:0.4rem 1rem;border-radius:50px;font-size:0.75rem;font-weight:600}
.tips-section{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);position:relative;overflow:hidden}
.tips-pattern{position:absolute;inset:0;opacity:0.05;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.tips-container{position:relative;z-index:1}
.tips-section .section-header h2{color:var(--white)}
.tips-section .section-header p{color:rgba(255,255,255,0.85)}
.tips-grid{display:grid;gap:1.5rem}
@media(min-width:768px){.tips-grid{grid-template-columns:repeat(2,1fr)}}
.tip-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:var(--radius);padding:2rem;border:1px solid rgba(255,255,255,0.15);transition:var(--transition)}
.tip-card:hover{background:rgba(255,255,255,0.15);transform:translateX(5px)}
.tip-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--secondary);color:var(--text);border-radius:50%;font-weight:700;font-size:1.1rem;margin-bottom:1rem}
.tip-card h4{font-size:1.25rem;margin-bottom:0.75rem}
.tip-card p{color:rgba(255,255,255,0.85);font-size:0.95rem}
.cta-section{text-align:center;background:var(--bg-card);border-radius:var(--radius-lg);max-width:900px;margin:5rem auto;padding:4rem 2rem;box-shadow:var(--shadow-lg)}
.cta-section h2{margin-bottom:1rem}
.cta-section p{color:var(--text-light);max-width:600px;margin:0 auto 2rem}
.page-header{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:8rem 1.5rem 4rem;text-align:center;margin-top:62px}
.page-header h1{color:var(--white);margin-bottom:1rem}
.page-header p{color:rgba(255,255,255,0.9);max-width:650px;margin:0 auto;font-size:1.1rem}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:0.5rem;margin-top:1.5rem;font-size:0.9rem}
.breadcrumb a{color:rgba(255,255,255,0.7)}
.breadcrumb a:hover{color:var(--white)}
.breadcrumb span{color:rgba(255,255,255,0.5)}
.breadcrumb-current{color:var(--white)}
.content-section{padding:4rem 1.5rem}
.content-grid{display:grid;gap:3rem;max-width:1100px;margin:0 auto}
@media(min-width:992px){.content-grid{grid-template-columns:2fr 1fr}}
.content-main{background:var(--bg-card);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow)}
.content-main h2{margin-bottom:1.5rem;color:var(--primary)}
.content-main h3{margin:2rem 0 1rem;color:var(--text)}
.content-main p{margin-bottom:1.25rem;color:var(--text-light)}
.content-main ul{margin:1.5rem 0;padding-left:1.5rem}
.content-main li{margin-bottom:0.75rem;position:relative;padding-left:1.5rem;color:var(--text-light)}
.content-main li::before{content:'';position:absolute;left:0;top:0.6rem;width:8px;height:8px;background:var(--accent);border-radius:50%}
.content-image{border-radius:var(--radius);overflow:hidden;margin:2rem 0}
.content-image img{width:100%;height:auto}
.content-sidebar{display:flex;flex-direction:column;gap:2rem}
.sidebar-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow)}
.sidebar-card h3{font-size:1.2rem;margin-bottom:1.25rem;padding-bottom:0.75rem;border-bottom:2px solid var(--bg-alt)}
.sidebar-list li{margin-bottom:0.75rem}
.sidebar-list a{display:flex;align-items:center;gap:0.75rem;color:var(--text-light);font-size:0.95rem;transition:var(--transition)}
.sidebar-list a:hover{color:var(--primary);transform:translateX(5px)}
.sidebar-list a::before{content:'';width:6px;height:6px;background:var(--primary);border-radius:50%}
.info-box{background:linear-gradient(135deg,var(--bg) 0%,var(--bg-alt) 100%);border-radius:var(--radius);padding:1.5rem;border-left:4px solid var(--primary)}
.info-box h4{font-size:1rem;margin-bottom:0.5rem;color:var(--primary)}
.info-box p{font-size:0.9rem;color:var(--text-light);margin:0}
.gallery-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.gallery-item{border-radius:var(--radius);overflow:hidden;aspect-ratio:16/10}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}
.gallery-item:hover img{transform:scale(1.05)}
.contact-section{background:var(--bg-alt)}
.contact-grid{display:grid;gap:3rem;max-width:1000px;margin:0 auto}
@media(min-width:768px){.contact-grid{grid-template-columns:repeat(3,1fr)}}
.contact-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow);transition:var(--transition)}
.contact-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.contact-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center}
.contact-icon svg{width:28px;height:28px;color:var(--white)}
.contact-card h3{font-size:1.25rem;margin-bottom:0.5rem}
.contact-card p{color:var(--text-light);font-size:0.9rem;margin-bottom:1rem}
.contact-link{color:var(--primary);font-weight:500;word-break:break-all}
.faq-section{max-width:800px;margin:0 auto}
.faq-item{background:var(--bg-card);border-radius:var(--radius);margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow)}
.faq-question{width:100%;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;font-family:'Poppins',sans-serif;font-size:1rem;font-weight:500;text-align:left;color:var(--text);transition:var(--transition)}
.faq-question:hover{background:var(--bg)}
.faq-icon{width:24px;height:24px;transition:transform 0.3s}
.faq-item.active .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}
.faq-item.active .faq-answer{max-height:300px}
.faq-answer p{padding:0 2rem 1.5rem;color:var(--text-light)}
.about-intro{display:grid;gap:3rem;align-items:center;margin-bottom:4rem}
@media(min-width:992px){.about-intro{grid-template-columns:1fr 1fr}}
.about-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.about-image img{width:100%;height:auto}
.about-content h2{margin-bottom:1.5rem}
.about-content p{color:var(--text-light);margin-bottom:1rem}
.values-grid{display:grid;gap:2rem;margin-top:3rem}
@media(min-width:768px){.values-grid{grid-template-columns:repeat(3,1fr)}}
.value-card{text-align:center;padding:2rem}
.value-icon{width:60px;height:60px;margin:0 auto 1rem;background:var(--bg-alt);border-radius:50%;display:flex;align-items:center;justify-content:center}
.value-icon svg{width:30px;height:30px;color:var(--primary)}
.value-card h3{font-size:1.1rem;margin-bottom:0.5rem}
.value-card p{color:var(--text-light);font-size:0.9rem}
.site-footer{background:var(--primary-dark);color:var(--white);position:relative}
.footer-wave{position:absolute;top:-60px;left:0;right:0;color:var(--primary-dark)}
.footer-wave svg{width:100%;height:60px}
.footer-container{max-width:1300px;margin:0 auto;padding:4rem 1.5rem 2rem}
.footer-grid{display:grid;gap:2.5rem;margin-bottom:3rem}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:992px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
.footer-section h3{font-size:1.1rem;margin-bottom:1.25rem;position:relative;padding-bottom:0.75rem}
.footer-section h3::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background:var(--secondary)}
.footer-about p{color:rgba(255,255,255,0.75);font-size:0.9rem;line-height:1.7}
.footer-social{display:flex;gap:0.75rem;margin-top:1.5rem}
.footer-social a{width:40px;height:40px;background:rgba(255,255,255,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition)}
.footer-social a:hover{background:var(--secondary)}
.footer-social svg{width:20px;height:20px}
.footer-links li{margin-bottom:0.6rem}
.footer-links a{color:rgba(255,255,255,0.75);font-size:0.9rem;transition:var(--transition)}
.footer-links a:hover{color:var(--white);padding-left:5px}
.footer-contact p{color:rgba(255,255,255,0.75);font-size:0.9rem;margin-bottom:0.5rem}
.footer-update{color:rgba(255,255,255,0.5);font-size:0.8rem;margin-top:1rem}
.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1)}
.footer-bottom p{color:rgba(255,255,255,0.6);font-size:0.85rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--bg-card);box-shadow:0 -4px 20px rgba(0,0,0,0.15);z-index:9999;transform:translateY(100%);animation:slideUp 0.5s ease forwards;animation-delay:1s}
@keyframes slideUp{to{transform:translateY(0)}}
.cookie-banner.hidden{display:none}
.cookie-content{max-width:1200px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}
@media(min-width:768px){.cookie-content{flex-direction:row;align-items:center;justify-content:space-between}}
.cookie-text h4{font-size:1rem;margin-bottom:0.5rem}
.cookie-text p{color:var(--text-light);font-size:0.85rem;margin-bottom:0.5rem}
.cookie-link{color:var(--primary);font-size:0.85rem;text-decoration:underline}
.cookie-buttons{display:flex;gap:1rem;flex-shrink:0}
.cookie-btn{padding:0.75rem 1.5rem;border-radius:50px;font-family:'Poppins',sans-serif;font-weight:500;font-size:0.9rem;cursor:pointer;transition:var(--transition);border:none}
.cookie-accept{background:var(--primary);color:var(--white)}
.cookie-accept:hover{background:var(--primary-dark)}
.cookie-reject{background:var(--bg-alt);color:var(--text)}
.cookie-reject:hover{background:var(--bg)}
.policy-content{max-width:800px;margin:0 auto}
.policy-content h2{color:var(--primary);margin:2rem 0 1rem}
.policy-content h3{margin:1.5rem 0 0.75rem}
.policy-content p{color:var(--text-light);margin-bottom:1rem}
.policy-content ul{margin:1rem 0;padding-left:1.5rem}
.policy-content li{color:var(--text-light);margin-bottom:0.5rem;padding-left:0.5rem}
@media(max-width:767px){.section{padding:3rem 1rem}.hero{min-height:75vh}.hero-content{padding:1.5rem}.feature-card{padding:2rem 1.5rem}.tips-section .section-header,.tips-grid{padding:0 1rem}.content-main{padding:1.5rem}.sidebar-card{padding:1.5rem}.contact-card{padding:2rem 1.5rem}}
