*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#f5f5f5;overflow-x:hidden}h1,h2{font-family:Mountains of Christmas,cursive}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero{position:relative;height:100vh;min-height:500px;display:flex;align-items:center;justify-content:center;background-image:url(/background.jpg);background-size:cover;background-position:center;background-attachment:fixed}@supports (background-image: url(/background.webp)){.hero{background-image:url(/background.webp)}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#00000080)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.title{font-size:clamp(2.5rem,8vw,5rem);margin-bottom:.5rem;color:#fff;animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:2px 2px 8px rgba(0,0,0,.7),0 0 20px rgba(255,215,0,.3)}to{text-shadow:2px 2px 8px rgba(0,0,0,.7),0 0 30px rgba(255,215,0,.6)}}.subtitle{font-size:clamp(1.2rem,3vw,1.8rem);opacity:.9}.message{padding:4rem 0;background:linear-gradient(135deg,#8b0000,#c41e3a);color:#fff}.message h2{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:gold}.message p{max-width:800px;margin:0 auto 1.5rem;font-size:1.1rem;text-align:center}.destinations{padding:4rem 0;background:#fff}.destinations h2{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:#228b22}.destinations-intro{text-align:center;margin-bottom:3rem;color:#666}.country-section{margin-bottom:3rem}.country-title{font-family:Open Sans,sans-serif;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #FFD700;color:#c41e3a}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.destination-card{background:linear-gradient(to bottom,#fff,#fafafa);border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #e0e0e0;display:flex;flex-direction:column}.destination-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026;border-color:gold}.card-content{padding:1.5rem;flex-grow:1}.card-content h4{font-size:1.3rem;margin-bottom:.75rem;color:#1a1a1a;font-family:Open Sans,sans-serif;font-weight:600}.card-content p{color:#555;font-size:.95rem;line-height:1.5}.card-links{display:flex;border-top:1px solid #eee}.card-links a{flex:1;padding:.875rem;text-align:center;text-decoration:none;font-size:.85rem;font-weight:600;transition:background-color .2s ease,color .2s ease}.card-links a:first-child{background:#c41e3a;color:#fff;border-bottom-left-radius:10px}.card-links a:first-child:hover{background:#8b0000}.card-links a:last-child{background:#228b22;color:#fff;border-bottom-right-radius:10px}.card-links a:last-child:hover{background:#1a6b1a}footer{padding:2rem 0;background:linear-gradient(135deg,#228b22,#2e8b57);color:#fff;text-align:center}footer p{font-family:Mountains of Christmas,cursive;font-size:1.5rem}#snowflakes{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.snowflake{position:absolute;top:-20px;color:#fff;font-size:1rem;opacity:.8;animation:fall linear infinite;text-shadow:0 0 5px rgba(255,255,255,.5)}@keyframes fall{to{transform:translateY(100vh) rotate(360deg)}}@media(max-width:768px){.hero{background-image:url(/mobile.jpg);background-attachment:scroll}@supports (background-image: url(/mobile.webp)){.hero{background-image:url(/mobile.webp)}}.message,.destinations{padding:2.5rem 0}.cards-grid{grid-template-columns:1fr}.card-links a{padding:1rem;font-size:.9rem}}@media(max-width:480px){.title{font-size:2rem}.message h2,.destinations h2{font-size:1.8rem}}
