:root{--color-primary: #1e88e5;--color-primary-light: #42a5f5;--color-accent: #f9a825;--color-background: #ffffff;--color-foreground: #1a1a2e;--color-muted: #64748b;--color-muted-light: #f1f5f9;--color-white: #ffffff;--color-black: #000000;--shadow-soft: 0 4px 20px rgba(0, 0, 0, .08);--shadow-medium: 0 8px 30px rgba(0, 0, 0, .12);--shadow-large: 0 12px 40px rgba(0, 0, 0, .15);--gradient-sky: linear-gradient(135deg, #1e88e5 0%, #42a5f5 100%);--font-display: "Playfair Display", Georgia, serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-foreground);line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInSlow{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-fade-in-slow{animation:fadeInSlow .8s ease-out forwards}.hero{position:relative;height:100vh;width:100%;overflow:hidden}.hero-background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0006,#0009)}.hero-content{position:relative;z-index:10;display:flex;height:100%;align-items:center;justify-content:center;padding:0 1rem}.hero-text{max-width:900px;text-align:center}.hero-title{font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--color-white);margin-bottom:1.5rem;line-height:1.2}.hero-title-highlight{display:block;background:var(--gradient-sky);-webkit-background-clip:text;background-clip:text;color:transparent;margin-top:.5rem}.hero-description{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:300}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}.hero-fade-bottom{position:absolute;bottom:0;left:0;right:0;height:6rem;background:linear-gradient(to top,var(--color-background),transparent)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease;border:none;gap:.5rem}.btn-primary{background:var(--gradient-sky);color:var(--color-white);box-shadow:0 4px 15px #1e88e54d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e88e566}.btn-outline{background:transparent;color:var(--color-white);border:2px solid var(--color-white)}.btn-outline:hover{background:var(--color-white);color:var(--color-foreground)}.btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#25d366;color:var(--color-white);border-radius:8px;font-size:.875rem;font-weight:600;transition:opacity .3s}.btn-whatsapp:hover{opacity:.9}.section{padding:6rem 1rem}.section-muted{background:linear-gradient(to bottom,var(--color-background),var(--color-muted-light))}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--color-foreground);margin-bottom:1rem}.section-description{color:var(--color-muted);font-size:1.125rem;max-width:600px;margin:0 auto}.destinations-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.destination-card{background:var(--color-white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-soft);cursor:pointer;transition:all .5s ease}.destination-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-large)}.destination-image-wrapper{position:relative;height:250px;overflow:hidden}.destination-image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.destination-card:hover .destination-image{transform:scale(1.1)}.destination-rating{position:absolute;top:1rem;right:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50px;padding:.25rem .75rem;display:flex;align-items:center;gap:.25rem}.destination-rating svg{width:16px;height:16px;color:var(--color-accent);fill:var(--color-accent)}.destination-rating span{font-size:.875rem;font-weight:600}.destination-content{padding:1.5rem}.destination-name-wrapper{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.destination-name-wrapper svg{width:20px;height:20px;color:var(--color-primary);flex-shrink:0;margin-top:2px}.destination-name{font-size:1.125rem;font-weight:600;color:var(--color-foreground);transition:color .3s}.destination-card:hover .destination-name{color:var(--color-primary)}.destination-description{color:var(--color-muted);font-size:.875rem;margin-bottom:1rem}.destination-price-row{display:flex;align-items:center;justify-content:space-between}.destination-price{color:var(--color-primary);font-weight:600}.destination-price-label{font-size:.875rem;color:var(--color-muted)}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}.feature-item{text-align:center}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:var(--gradient-sky);margin-bottom:1.5rem;box-shadow:var(--shadow-soft);transition:transform .3s}.feature-item:hover .feature-icon{transform:scale(1.1)}.feature-icon svg{width:40px;height:40px;color:var(--color-white)}.feature-title{font-size:1.25rem;font-weight:600;color:var(--color-foreground);margin-bottom:.75rem}.feature-description{color:var(--color-muted)}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem}.testimonial-card{background:var(--color-white);border-radius:12px;padding:2rem;box-shadow:var(--shadow-soft);transition:box-shadow .3s}.testimonial-card:hover{box-shadow:var(--shadow-medium)}.testimonial-quote{width:40px;height:40px;color:#1e88e533;margin-bottom:1rem}.testimonial-stars{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-stars svg{width:16px;height:16px;color:var(--color-accent);fill:var(--color-accent)}.testimonial-text{color:var(--color-muted);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:var(--gradient-sky);display:flex;align-items:center;justify-content:center;color:var(--color-white);font-weight:600}.testimonial-name{font-weight:600;color:var(--color-foreground)}.testimonial-location{font-size:.875rem;color:var(--color-muted)}.footer{background:var(--color-foreground);color:var(--color-white);padding:4rem 1rem 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}.footer-brand-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;background:var(--gradient-sky);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem}.footer-brand-description{color:#ffffffb3;margin-bottom:1rem}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social a{color:#ffffffb3;transition:color .3s}.footer-social a:hover{color:var(--color-primary)}.footer-social svg{width:20px;height:20px}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#ffffffb3;transition:color .3s}.footer-links a:hover{color:var(--color-primary)}.footer-contact-item{display:flex;align-items:flex-start;gap:.5rem;color:#ffffffb3;margin-bottom:.75rem}.footer-contact-item svg{width:20px;height:20px;flex-shrink:0;margin-top:2px}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;text-align:center;color:#ffffffb3}@media(min-width:640px){.hero-title{font-size:4rem}.hero-description{font-size:1.25rem}.hero-buttons{flex-direction:row}}@media(min-width:768px){.hero-title{font-size:4.5rem}.section-title{font-size:3rem}.destinations-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.destinations-grid,.features-grid{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}}
