/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: #fff8f0;
  color: #2a1f3d;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s; }

:root {
  --bg:        #fff8f0;
  --bg-soft:   #fef0e0;
  --bg-warm:   #ffe8d1;
  --card:      #ffffff;
  --primary:   #ff7e3f;     /* sunset orange */
  --primary-2: #ff5a5f;     /* coral red */
  --primary-3: #e8423c;     /* deep coral */
  --accent:    #ff9f56;     /* peach */
  --gold:      #f5b769;     /* warm gold */
  --rose:      #f9c5b5;     /* soft rose */
  --text:      #2a1f3d;     /* deep purple-navy */
  --text-2:    #4a3d5e;
  --muted:     #8a7d96;
  --line:      rgba(255,126,63,.18);
  --shadow:    0 12px 40px rgba(255,90,95,.12);
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.accent { color: var(--primary-3); }

h1,h2,h3,h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; line-height: 1.15; letter-spacing: -.01em; color: var(--text); }
.h2 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); margin-bottom: .9rem; }
.eyebrow {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--primary-3);
  margin-bottom: 1rem;
}

.section { padding: 110px 0; }
.section-soft { background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg-warm) 100%); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: 14px 30px; font-weight: 600; font-size: .95rem;
  border-radius: 999px; border: none; cursor: pointer;
  transition: all .25s ease;
  font-family: inherit;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: #fff;
  box-shadow: 0 10px 26px rgba(255,90,95,.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(255,90,95,.5); color: #fff; }
.btn-outline {
  background: transparent; color: var(--text);
  border: 1.5px solid rgba(42,31,61,.2);
}
.btn-outline:hover { background: var(--text); color: #fff; border-color: var(--text); }
.btn-block { width: 100%; justify-content: center; padding: 13px; font-size: .9rem; }

/* ===== NAV ===== */
.nav-wrap {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100; padding: 18px 0;
  transition: background .3s, padding .3s, box-shadow .3s;
}
.nav-wrap.scrolled {
  background: rgba(255,248,240,.96);
  backdrop-filter: blur(14px);
  padding: 12px 0;
  box-shadow: 0 1px 0 var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem; font-weight: 700; color: var(--text);
  display: flex; align-items: center; gap: .55rem;
}
.brand i { color: var(--primary); font-size: 1.4rem; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-size: .92rem; color: var(--text-2); font-weight: 500; }
.nav-links a:hover { color: var(--primary-3); }
.nav-cta {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: 10px 22px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: #fff;
  border-radius: 999px; font-weight: 700; font-size: .85rem;
  box-shadow: 0 6px 18px rgba(255,90,95,.35);
  transition: all .25s;
}
.nav-cta:hover { transform: translateY(-1px); color: #fff; box-shadow: 0 10px 24px rgba(255,90,95,.5); }
.nav-burger { display: none; background: none; border: none; color: var(--text); font-size: 1.5rem; cursor: pointer; }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #fff5e8 0%, #ffe1c8 50%, #ffc7a8 100%);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 1;
  background-image: url("images/hero.jpg");
  background-size: cover;
  background-position: center;
  opacity: .85;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, rgba(255,248,240,.3) 0%, rgba(255,222,182,.45) 50%, rgba(255,248,240,.85) 100%);
}
.hero-inner { position: relative; z-index: 3; padding: 140px 0 80px; }
.hero-content { max-width: 760px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: 8px 18px; margin-bottom: 1.5rem;
  background: rgba(255,255,255,.85);
  border: 1px solid var(--line);
  border-radius: 999px; font-size: .82rem; color: var(--primary-3); font-weight: 600;
  box-shadow: 0 4px 16px rgba(255,90,95,.15);
  backdrop-filter: blur(8px);
}
.hero-title {
  font-size: clamp(2.8rem, 6.5vw, 5.8rem);
  color: var(--text); margin-bottom: 1.5rem; line-height: 1.05;
}
.hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--text-2);
  max-width: 620px; margin-bottom: 2rem;
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 1.8rem; margin-bottom: 2.5rem;
  padding: 16px 22px; background: rgba(255,255,255,.7);
  border: 1px solid var(--line);
  border-radius: 14px; backdrop-filter: blur(10px);
  width: fit-content;
  box-shadow: var(--shadow);
}
.meta-item { display: flex; align-items: center; gap: .55rem; font-size: .92rem; color: var(--text-2); font-weight: 500; }
.meta-item i { color: var(--primary); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; }

/* ===== TRUST STRIP ===== */
.trust-strip {
  background: linear-gradient(135deg, var(--bg-warm) 0%, var(--rose) 100%);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 44px 0;
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.trust-num { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; color: var(--primary-3); font-weight: 700; line-height: 1; }
.trust-lbl { color: var(--text-2); font-size: .82rem; margin-top: .35rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }

/* ===== CRUISE CARDS ===== */
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.cruise-card {
  background: var(--card);
  border: 1px solid var(--line); border-radius: 20px;
  overflow: hidden; transition: all .35s ease;
  display: flex; flex-direction: column;
  box-shadow: 0 4px 18px rgba(255,126,63,.06);
}
.cruise-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(255,90,95,.18); }
.cruise-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.cruise-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.cruise-card:hover .cruise-img img { transform: scale(1.08); }
.cruise-tag {
  position: absolute; top: 14px; left: 14px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: #fff;
  padding: 5px 14px; font-size: .72rem; font-weight: 700;
  border-radius: 999px; letter-spacing: .05em;
  box-shadow: 0 4px 14px rgba(255,90,95,.4);
}
.tag-elite { background: linear-gradient(135deg, var(--text) 0%, #4a3d5e 100%); }
.cruise-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.cruise-body h3 { color: var(--text); font-size: 1.65rem; margin-bottom: .25rem; }
.cruise-sub { color: var(--primary-3); font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1.2rem; }
.cruise-feat { list-style: none; display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.5rem; }
.cruise-feat li { color: var(--text-2); font-size: .9rem; display: flex; align-items: center; gap: .6rem; }
.cruise-feat i { color: var(--primary); width: 18px; }
.cruise-price {
  display: flex; align-items: baseline; gap: .4rem;
  padding: 14px 0; border-top: 1px dashed var(--line);
  margin-bottom: 1.2rem;
}
.cruise-price span { color: var(--muted); font-size: .82rem; }
.cruise-price strong { color: var(--primary-3); font-size: 1.85rem; font-family: 'Cormorant Garamond', serif; font-weight: 700; }
.cruise-card .btn { margin-top: auto; }

/* ===== WHY US ===== */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.why-card {
  padding: 36px 28px;
  background: var(--card);
  border: 1px solid var(--line); border-radius: 20px;
  transition: all .3s;
  box-shadow: 0 4px 18px rgba(255,126,63,.06);
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(255,90,95,.18); }
.why-icon {
  width: 64px; height: 64px; border-radius: 18px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.55rem; margin-bottom: 1.2rem;
  box-shadow: 0 8px 22px rgba(255,90,95,.35);
}
.why-card h3 { color: var(--text); font-size: 1.4rem; margin-bottom: .55rem; }
.why-card p { color: var(--muted); font-size: .95rem; }

/* ===== GALLERY ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-item { aspect-ratio: 1/1; border-radius: 16px; overflow: hidden; position: relative; box-shadow: 0 6px 18px rgba(255,90,95,.1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }

/* ===== REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.review-card {
  padding: 32px;
  background: var(--card);
  border: 1px solid var(--line); border-radius: 20px;
  box-shadow: 0 4px 18px rgba(255,126,63,.06);
}
.stars { color: var(--gold); margin-bottom: 1rem; font-size: 1rem; }
.review-card p { color: var(--text-2); font-style: italic; font-size: 1.02rem; margin-bottom: 1.5rem; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-author img { width: 50px; height: 50px; border-radius: 50%; }
.review-author strong { display: block; color: var(--text); font-size: .95rem; }
.review-author span { color: var(--muted); font-size: .82rem; }

/* ===== FAQ ===== */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--line); border-radius: 14px;
  margin-bottom: 14px; overflow: hidden;
  box-shadow: 0 2px 10px rgba(255,126,63,.05);
}
.faq-item summary {
  list-style: none; cursor: pointer; padding: 22px 24px;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--text); font-weight: 600; font-size: 1.02rem;
  transition: color .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { color: var(--primary); transition: transform .3s; }
.faq-item[open] summary { color: var(--primary-3); }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-item p { padding: 0 24px 22px; color: var(--muted); }

/* ===== CONTACT (light theme matching screenshot layout) ===== */
.contact-section {
  background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg-warm) 100%);
  padding: 110px 0;
  border-top: 1px solid var(--line);
}
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  margin-top: 50px;
}
.contact-info .contact-h {
  color: var(--primary-3);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.info-line {
  color: var(--text); font-size: 1rem; font-weight: 500;
  margin-bottom: .9rem; line-height: 1.6;
}
.info-line strong { color: var(--text); font-weight: 700; }
.info-line a { color: var(--primary-3); transition: color .2s; font-weight: 600; }
.info-line a:hover { color: var(--primary-2); }
.branches {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin-top: 1rem;
}
.branch {
  background: var(--card);
  border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 16px; color: var(--text); font-weight: 600; font-size: .95rem;
  display: flex; align-items: center; gap: .6rem;
  transition: all .25s;
  box-shadow: 0 2px 10px rgba(255,126,63,.06);
}
.branch:hover { background: var(--primary); color: #fff; border-color: var(--primary); transform: translateY(-2px); }
.branch:hover i { color: #fff; }
.branch i { color: var(--primary); }
.socials { display: flex; gap: 12px; margin-top: 2rem; }
.socials a {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--card); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-3); transition: all .25s;
  box-shadow: 0 2px 10px rgba(255,126,63,.1);
}
.socials a:hover {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: #fff; transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(255,90,95,.4);
}

/* Booking form */
.booking-form { display: flex; flex-direction: column; gap: 14px; }
.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 16px 20px;
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  color: var(--text); font-family: inherit; font-size: .98rem;
  transition: all .25s;
  box-shadow: 0 2px 10px rgba(255,126,63,.04);
}
.booking-form input::placeholder,
.booking-form textarea::placeholder { color: var(--muted); }
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none; border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,126,63,.15);
}
.booking-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff7e3f'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 50px;
}
.booking-form textarea { resize: vertical; min-height: 110px; }
.btn-submit {
  padding: 18px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  color: #fff; border: none; border-radius: 999px;
  font-size: 1rem; font-weight: 700; cursor: pointer;
  transition: all .25s; margin-top: .4rem;
  letter-spacing: .02em;
  box-shadow: 0 10px 26px rgba(255,90,95,.35);
  font-family: inherit;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(255,90,95,.5); }
.form-note { text-align: center; margin-top: .6rem; font-size: .9rem; min-height: 1.2em; }
.form-note.success { color: #2ec27e; }
.form-note.error { color: var(--primary-3); }

/* ===== FOOTER ===== */
.site-footer {
  background: var(--text);
  color: #fff;
  padding: 28px 0;
}
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  color: rgba(255,255,255,.75); font-size: .84rem;
}

/* ===== FLOAT WHATSAPP ===== */
.float-wa {
  position: fixed; bottom: 28px; right: 28px;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; box-shadow: 0 10px 30px rgba(37,211,102,.5);
  z-index: 90; transition: transform .25s;
  animation: pulse 2.4s infinite;
}
.float-wa:hover { transform: scale(1.1); color: #fff; }
@keyframes pulse {
  0%,100% { box-shadow: 0 10px 30px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.6); }
  50%     { box-shadow: 0 10px 30px rgba(37,211,102,.5), 0 0 0 14px rgba(37,211,102,0); }
}

/* ===== SCROLL REVEAL ===== */
.fade-in { opacity: 0; transform: translateY(30px); transition: all .8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .fleet-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
}
@media (max-width: 720px) {
  .section { padding: 80px 0; }
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .nav-cta { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 1.2rem;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(255,248,240,.98); backdrop-filter: blur(14px);
    padding: 30px 24px; border-top: 1px solid var(--line);
  }
  .hero-meta { gap: .9rem; padding: 14px 16px; }
  .hero-ctas { width: 100%; }
  .hero-ctas .btn { flex: 1; justify-content: center; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .fleet-grid, .why-grid, .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gallery-item:nth-child(1) { grid-column: span 2; grid-row: auto; aspect-ratio: 16/10; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .branches { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .float-wa { bottom: 20px; right: 20px; width: 54px; height: 54px; font-size: 1.6rem; }
}
