.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__gradient{background:linear-gradient(135deg,var(--ocean-deep)0%,var(--ocean-dark)30%,var(--ocean-mid)60%,var(--ocean-blue)80%,var(--turquoise)100%);position:absolute;inset:0}.hero__gradient:after{content:"";background:radial-gradient(at 20%,#00bcd433 0%,#0000 50%),radial-gradient(at 80% 30%,#ff6b6b1a 0%,#0000 40%),radial-gradient(at 60% 80%,#ffb74d1a 0%,#0000 40%);position:absolute;inset:0}.hero__particles{position:absolute;inset:0}.hero__particle{background:#fff3;border-radius:50%;width:6px;height:6px;animation:6s ease-in-out infinite float;position:absolute}.hero__particle--1{width:4px;height:4px;animation-delay:0s;top:20%;left:10%}.hero__particle--2{width:8px;height:8px;animation-delay:1s;top:40%;left:75%}.hero__particle--3{animation-delay:2s;top:60%;left:30%}.hero__particle--4{width:5px;height:5px;animation-delay:3s;top:30%;left:60%}.hero__particle--5{width:7px;height:7px;animation-delay:4s;top:70%;left:80%}.hero__particle--6{width:3px;height:3px;animation-delay:5s;top:50%;left:45%}.hero__content{z-index:1;padding-top:var(--header-height);position:relative}.hero__text{max-width:650px;animation:.8s fadeInUp}.hero__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);color:var(--aqua);margin-bottom:var(--space-lg);background:#ffffff1f;border:1px solid #ffffff26;padding:8px 20px;font-size:.85rem;font-weight:500;display:inline-block}.hero__title{color:var(--white);margin-bottom:var(--space-lg);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.hero__subtitle{color:#fffc;margin-bottom:var(--space-2xl);max-width:500px;font-size:1.2rem;line-height:1.6}.hero__actions{gap:var(--space-md);margin-bottom:var(--space-3xl);flex-wrap:wrap;display:flex}.hero__stats{gap:var(--space-2xl);display:flex}.hero__stat{flex-direction:column;display:flex}.hero__stat-num{font-family:var(--font-heading);color:var(--white);font-size:1.5rem;font-weight:700}.hero__stat-label{color:#fff9;font-size:.8rem}.hero__wave{z-index:2;line-height:0;position:absolute;bottom:-2px;left:0;right:0}.hero__wave svg{width:100%;height:100px}.locations__grid{gap:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.location-card{border-radius:var(--radius-xl);background:var(--white);box-shadow:var(--shadow-md);transition:all var(--transition-base);overflow:hidden}.location-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.location-card__image{height:280px;position:relative;overflow:hidden}.location-card__image--pq{background:linear-gradient(135deg,#0077b6 0%,#00b4d8 50%,#90e0ef 100%)}.location-card__image--cd{background:linear-gradient(135deg,#e76f51 0%,#f4a261 50%,#e9c46a 100%)}.location-card__overlay{top:var(--space-md);left:var(--space-md);position:absolute}.location-card__content{padding:var(--space-xl)}.location-card__content h3{margin-bottom:var(--space-md)}.location-card__content p{margin-bottom:var(--space-lg);font-size:.95rem;line-height:1.7}.tours-grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}.tour-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.tour-card__image{background:var(--gray-100);height:220px;position:relative;overflow:hidden}.tour-card__image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.tour-card:hover .tour-card__image img{transform:scale(1.05)}.tour-card__placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.tour-card__placeholder--pq{background:linear-gradient(135deg,#e0f7fa 0%,#b2ebf2 100%)}.tour-card__placeholder--cd{background:linear-gradient(135deg,#fff3e0 0%,#ffe0b2 100%)}.tour-card__badge{top:var(--space-md);left:var(--space-md);position:absolute}.tour-card__sale{top:var(--space-md);right:var(--space-md);background:var(--coral);color:var(--white);border-radius:var(--radius-full);text-transform:uppercase;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute}.tour-card__content{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.tour-card__title{margin-bottom:var(--space-sm);color:var(--ocean-deep);font-size:1.1rem}.tour-card__meta{gap:var(--space-md);color:var(--gray-500);margin-bottom:var(--space-sm);font-size:.8rem;display:flex}.tour-card__desc{color:var(--gray-500);margin-bottom:var(--space-md);flex:1;font-size:.85rem;line-height:1.6}.tour-card__footer{padding-top:var(--space-md);border-top:1px solid var(--gray-200);justify-content:space-between;align-items:center;display:flex}.tour-card__price{align-items:baseline;gap:var(--space-xs);display:flex}.tour-card__price-old{color:var(--gray-400);font-size:.85rem;text-decoration:line-through}.tour-card__price-current{font-family:var(--font-heading);color:var(--ocean-bright);font-size:1.3rem;font-weight:700}.tour-card__price-per{color:var(--gray-400);font-size:.75rem}.featured__cta{text-align:center;margin-top:var(--space-2xl)}.gallery__grid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;display:grid}.gallery__item--wide{grid-column:span 2}.gallery__item--tall{grid-row:span 2}.gallery__img{border-radius:var(--radius-lg);cursor:pointer;width:100%;height:100%;transition:transform var(--transition-base);position:relative;overflow:hidden}.gallery__img:hover{transform:scale(1.02)}.gallery__img--1{background:linear-gradient(135deg,#ff9a56 0%,#ff6b6b 50%,#ee5a24 100%)}.gallery__img--2{background:linear-gradient(135deg,#0077b6 0%,#00b4d8 100%)}.gallery__img--3{background:linear-gradient(135deg,#2d6a4f 0%,#52b788 100%)}.gallery__img--4{background:linear-gradient(135deg,#ffd54f 0%,#ff8a50 100%)}.gallery__img--5{background:linear-gradient(135deg,#134074 0%,#13a4dc 100%)}.gallery__img--6{background:linear-gradient(135deg,#e76f51 0%,#f4a261 100%)}.gallery__img-overlay{padding:var(--space-md);opacity:0;transition:opacity var(--transition-base);background:#0000004d;align-items:flex-end;display:flex;position:absolute;inset:0}.gallery__img:hover .gallery__img-overlay{opacity:1}.gallery__img-overlay span{color:var(--white);font-family:var(--font-heading);font-size:.9rem;font-weight:600}.testimonials__grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}.testimonial-card{padding:var(--space-xl);flex-direction:column;display:flex}.testimonial-card__stars{margin-bottom:var(--space-md);gap:2px;display:flex}.star{color:var(--gray-300);font-size:1.1rem}.star--filled{color:var(--golden)}.testimonial-card__comment{color:var(--gray-600);margin-bottom:var(--space-lg);flex:1;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-card__author{align-items:center;gap:var(--space-md);display:flex}.testimonial-card__avatar{background:linear-gradient(135deg,var(--turquoise),var(--ocean-bright));width:48px;height:48px;color:var(--white);font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.testimonial-card__name{font-family:var(--font-heading);color:var(--ocean-deep);font-size:.95rem;font-weight:600}.testimonial-card__tour{color:var(--gray-400);font-size:.8rem}.cta-section{padding:var(--space-4xl)0;position:relative;overflow:hidden}.cta-section__bg{position:absolute;inset:0}.cta-section__gradient{background:linear-gradient(135deg,var(--ocean-deep)0%,var(--ocean-mid)50%,var(--turquoise)100%);position:absolute;inset:0}.cta-section__content{z-index:1;text-align:center;position:relative}.cta-section__content h2{color:var(--white);margin-bottom:var(--space-md);font-size:clamp(1.8rem,4vw,2.8rem)}.cta-section__content p{color:#fffc;max-width:600px;margin:0 auto var(--space-xl);font-size:1.1rem}.cta-section__actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}@media (max-width:768px){.hero__text{max-width:100%}.hero__stats{gap:var(--space-xl)}.locations__grid,.tours-grid{grid-template-columns:1fr}.gallery__grid{grid-template-columns:1fr 1fr;grid-auto-rows:160px}.gallery__item--wide,.gallery__item--tall{grid-area:span 1/span 1}.testimonials__grid{grid-template-columns:1fr}}@media (max-width:480px){.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.gallery__grid{grid-template-columns:1fr}}
