.hero{position:relative;background-color:var(--color-teal);text-align:center;padding:0;padding-top:var(--nav-height);color:var(--color-white)}.hero-picture{display:block;width:100%;line-height:0}.hero-picture img{display:block;width:100%;height:auto}.hero .hero-cta{position:absolute;left:50%;transform:translateX(-50%);bottom:-26px;z-index:2;background:rgba(30,90,100,.55);-webkit-backdrop-filter:blur(12px) saturate(1.4);backdrop-filter:blur(12px) saturate(1.4);border:1px solid rgba(255,255,255,.45);color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.45);box-shadow:0 4px 24px rgba(0,0,0,.25);white-space:nowrap}.hero .hero-cta:hover{background:rgba(255,255,255,.28)}@media(min-width:768px){.hero .hero-cta{left:21%;bottom:32%;background:rgba(255,255,255,.16)}.hero .hero-cta:hover{background:rgba(255,255,255,.28)}}.hero-content{max-width:700px}.hero h1{font-size:var(--text-display);font-weight:700;font-family:var(--font-heading);color:var(--color-white);margin-bottom:var(--space-md);text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero p{font-size:18px;max-width:600px;margin:0 auto var(--space-lg);line-height:1.5;color:var(--color-white)}.hero-cta{font-size:18px;padding:16px 32px}.tour-cards-section{padding:var(--space-3xl) var(--space-md);text-align:center;background:var(--color-white)}.tour-cards-section h2{margin-bottom:var(--space-2xl)}.tour-cards-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);max-width:var(--max-width);margin:0 auto}.tour-card{background:var(--color-white);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;text-align:left}.tour-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.tour-card img{width:100%;height:200px;object-fit:cover;object-position:center;transform:scale(1.02);background:linear-gradient(135deg,var(--color-teal) 0%,var(--color-green) 100%)}.tour-card-content{padding:var(--space-md)}.tour-card h3{font-family:var(--font-heading);font-size:var(--text-subheading);margin-bottom:var(--space-sm)}.tour-card p{color:var(--color-text-light);margin-bottom:var(--space-md);line-height:1.5}.tour-card .price{display:block;color:var(--color-teal);font-weight:600;font-size:18px;margin-bottom:var(--space-md)}.tour-card .btn-primary{display:inline-block;width:auto}@media(min-width:768px){.tour-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.tour-cards-grid{grid-template-columns:repeat(3,1fr)}}.why-us{padding:var(--space-3xl) var(--space-md);background:var(--color-white)}.why-us h2{text-align:center;margin-bottom:var(--space-2xl)}.why-us-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);max-width:var(--max-width);margin:0 auto;text-align:center}.why-us-item{padding:var(--space-md)}.why-us-item i{font-size:48px;color:var(--color-gold);margin-bottom:var(--space-md);display:block}.why-us-item h3{font-family:var(--font-heading);font-size:var(--text-subheading);margin-bottom:var(--space-sm)}.why-us-item p{color:var(--color-text-light);line-height:1.5}@media(min-width:768px){.why-us-grid{grid-template-columns:repeat(4,1fr)}}.social-proof{padding:var(--space-3xl) var(--space-md);background:var(--color-beige)}.social-proof h2{text-align:center;margin-bottom:var(--space-2xl)}.testimonial-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);max-width:var(--max-width);margin:0 auto}.testimonial-card{background:var(--color-white);padding:var(--space-lg);border-radius:8px;box-shadow:0 2px 8px #00000014}.testimonial-card .stars{color:var(--color-gold);font-size:20px;margin-bottom:var(--space-sm)}.testimonial-card .stars i{margin-right:2px}.testimonial-card blockquote{margin:0 0 var(--space-md)}.testimonial-card blockquote p{font-style:italic;color:var(--color-text);line-height:1.6}.testimonial-card cite{font-style:normal;font-weight:600;color:var(--color-teal);font-family:var(--font-heading)}.trust-signal{text-align:center;margin-top:var(--space-2xl);font-weight:600;color:var(--color-teal);font-size:18px}@media(min-width:768px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.crew-avatars{display:flex;justify-content:center;gap:0;margin-bottom:var(--space-md)}.crew-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:3px solid var(--color-white);margin-left:-12px;box-shadow:0 2px 4px #00000026}.crew-avatar:first-child{margin-left:0}.meet-crew{padding:var(--space-3xl) var(--space-md);background:var(--color-beige)}.meet-crew h2{text-align:center;margin-bottom:var(--space-sm)}.crew-showcase{display:grid;grid-template-columns:1fr;gap:var(--space-lg);max-width:900px;margin:0 auto;text-align:center}.crew-member{display:flex;flex-direction:column;align-items:center}.crew-member img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:5px solid var(--color-gold);margin-bottom:var(--space-md)}.crew-member h3{font-family:var(--font-heading);font-size:var(--text-subheading);font-weight:600;color:var(--color-text);margin:0 0 var(--space-xs);text-align:center}.crew-member span{color:var(--color-teal);font-size:14px;font-weight:500;text-align:center;max-width:220px}@media(min-width:768px){.crew-showcase{grid-template-columns:repeat(3,1fr)}}.final-cta{background:var(--color-teal);color:var(--color-white);text-align:center;padding:var(--space-3xl) var(--space-md)}.final-cta h2{color:var(--color-white);margin-bottom:var(--space-md)}.final-cta p{font-size:18px;max-width:600px;margin:0 auto var(--space-lg);color:#ffffffe6;line-height:1.5}
