/* ==========================================================================
   Tavares Passeios — section styles
   ========================================================================== */

/* ---------- Floating WhatsApp ---------- */
#wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px 14px 16px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-radius: 999px;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 16px 40px -10px rgba(18,140,126,.55), 0 6px 16px -4px rgba(18,140,126,.4);
  transition: transform .25s ease, box-shadow .25s ease;
}
#wa-float:hover { transform: translateY(-2px) scale(1.02); }
#wa-float::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  background: rgba(37,211,102,.35);
  z-index: -1;
  animation: pulseRing 2.4s ease-out infinite;
}
@keyframes pulseRing {
  0% { transform: scale(.95); opacity: .8; }
  80% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}
@media (max-width: 640px) {
  .wa-float-label { display: none; }
  #wa-float { padding: 14px; }
}

/* ---------- Nav ---------- */
.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253,247,236,.85);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--c-line-soft);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo .brand-text {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--c-ink);
  line-height: 1;
}
.nav-logo .brand-sub {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-sea-deep);
  font-weight: 600;
  margin-top: 2px;
}
.nav-links {
  display: flex;
  gap: 28px;
  font-weight: 500;
  font-size: 15px;
  color: var(--c-ink-soft);
}
.nav-links a { position: relative; padding: 6px 0; transition: color .2s; }
.nav-links a:hover { color: var(--c-sea-deep); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--c-ink);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  transition: background .2s, transform .2s;
}
.nav-cta:hover { background: var(--c-sea-deep); transform: translateY(-1px); }
@media (max-width: 880px) {
  .nav-links { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 100px;
  background:
    radial-gradient(ellipse at 80% -10%, rgba(255,154,31,.18), transparent 55%),
    radial-gradient(ellipse at 0% 110%, rgba(103,211,230,.35), transparent 55%),
    linear-gradient(180deg, var(--c-cream) 0%, #fef0d6 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-eyebrow { margin-bottom: 22px; }
.hero h1 {
  font-size: clamp(44px, 6.2vw, 86px);
  letter-spacing: -0.035em;
  line-height: 0.98;
}
.hero h1 .accent-script {
  font-family: var(--f-script);
  font-weight: 700;
  font-style: italic;
  color: var(--c-sun-deep);
  letter-spacing: 0;
  display: inline-block;
  transform: rotate(-3deg);
  position: relative;
}
.hero h1 .accent-script::after {
  content: '';
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -2px;
  height: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12'><path d='M2 8 Q 50 2 100 7 T 198 5' stroke='%23ff9a1f' stroke-width='4' fill='none' stroke-linecap='round'/></svg>") no-repeat center / 100% 100%;
  opacity: .9;
  z-index: -1;
}
.hero h1 .ocean {
  background: linear-gradient(120deg, var(--c-sea-deep) 0%, var(--c-sea) 50%, var(--c-sea-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lede {
  margin-top: 44px;
  font-size: 19px;
  color: var(--c-ink-soft);
  max-width: 540px;
}
.hero h1 .accent-script { padding-bottom: 6px; }
.hero-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.hero-trust {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px 32px;
  align-items: center;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-ink-soft);
}
.hero-trust-item svg { color: var(--c-sun-deep); flex-shrink: 0; }
.hero-trust-item strong { color: var(--c-ink); font-weight: 800; }

/* Hero visual: stacked photo cards */
.hero-visual { position: relative; height: 580px; }
.hero-card {
  position: absolute;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #ddd;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-1 {
  top: 0; left: 0;
  width: 65%; height: 64%;
  transform: rotate(-3deg);
}
.hero-card-2 {
  bottom: 0; right: 0;
  width: 58%; height: 56%;
  transform: rotate(3deg);
  border: 6px solid #fff;
}
.hero-card-3 {
  top: 14%; right: 4%;
  width: 38%; height: 36%;
  transform: rotate(6deg);
  border: 6px solid #fff;
  z-index: 2;
}
.hero-badge {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-30%) rotate(-8deg);
  background: var(--c-sun);
  color: #fff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  box-shadow: 0 18px 40px -10px rgba(242,107,31,.6);
  z-index: 3;
  animation: bob 4s ease-in-out infinite;
}
.hero-badge .big {
  display: block;
  font-size: 30px;
  letter-spacing: -0.03em;
  margin: 2px 0;
}
@keyframes bob {
  0%, 100% { transform: translateY(-30%) rotate(-8deg); }
  50% { transform: translateY(-36%) rotate(-6deg); }
}

@media (max-width: 980px) {
  .hero { padding: 40px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { height: 420px; }
}
@media (max-width: 520px) {
  .hero-visual { height: 340px; }
  .hero-badge { width: 100px; height: 100px; font-size: 12px; left: 4%; }
  .hero-badge .big { font-size: 22px; }
}

/* ---------- Marquee strip ---------- */
.marquee {
  background: var(--c-ink);
  color: #fff;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
.marquee-track {
  display: flex;
  gap: 48px;
  animation: scroll 32s linear infinite;
  white-space: nowrap;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 48px; }
.marquee-track .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c-sun);
  display: inline-block;
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- Tours ---------- */
.tours {
  padding: 110px 0;
  background: var(--c-bg);
  position: relative;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
.section-head h2 {
  font-size: clamp(36px, 4.5vw, 60px);
  max-width: 18ch;
}
.section-head h2 em {
  font-family: var(--f-script);
  font-style: italic;
  color: var(--c-sun-deep);
  font-weight: 700;
}
.section-head p {
  max-width: 420px;
  color: var(--c-ink-soft);
  font-size: 17px;
}
@media (max-width: 760px) {
  .section-head { flex-direction: column; align-items: flex-start; }
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 980px) { .tour-grid { grid-template-columns: 1fr; } }

.tour-card {
  background: #fff;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
  border: 1px solid var(--c-line-soft);
}
.tour-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.tour-card.featured {
  background: var(--c-sea-deep);
  color: #fff;
  border-color: transparent;
}
.tour-card.featured h3 { color: #fff; }
.tour-card.featured .tour-rate-row { color: rgba(255,255,255,.85); }
.tour-card.featured .tour-rate-row .price { color: #fff; }
.tour-card.featured .tour-rate-row { border-color: rgba(255,255,255,.12); }
.tour-card.featured .tour-feats li { color: rgba(255,255,255,.85); }
.tour-card.featured .tour-feats svg { color: var(--c-sun); }
.tour-card.featured .from { background: rgba(255,255,255,.14); color: #fff; }

.tour-img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, var(--c-sea-light), var(--c-sea));
}
.tour-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tour-card:hover .tour-img img { transform: scale(1.05); }
.tour-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255,255,255,.95);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-sea-deep);
  backdrop-filter: blur(6px);
}
.tour-tag.popular { background: var(--c-sun); color: #fff; }

.tour-body { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.tour-body h3 {
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
.tour-body .from {
  display: inline-block;
  margin-top: 12px;
  background: rgba(10,143,179,.1);
  color: var(--c-sea-deep);
  font-weight: 700;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}
.tour-body .desc {
  margin-top: 16px;
  color: inherit;
  opacity: .85;
  font-size: 15px;
  line-height: 1.55;
}

.tour-feats {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 10px;
}
.tour-feats li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--c-ink-soft);
}
.tour-feats svg { color: var(--c-sun-deep); flex-shrink: 0; }

.tour-rates {
  margin-top: 22px;
  border-top: 1px dashed var(--c-line);
  padding-top: 16px;
}
.tour-rate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed var(--c-line);
  font-size: 14px;
  color: var(--c-ink-soft);
}
.tour-rate-row:last-child { border-bottom: 0; }
.tour-rate-row .price {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--c-ink);
  letter-spacing: -0.01em;
}
.tour-rate-row .note {
  font-size: 12px;
  opacity: .75;
  font-style: italic;
}

.tour-cta {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 10px 24px -8px rgba(18,140,126,.5);
}
.tour-cta:hover { transform: translateY(-2px); }
.tour-card.featured .tour-cta {
  background: var(--c-sun);
  color: var(--c-ink);
  box-shadow: 0 10px 24px -8px rgba(255,154,31,.6);
}

/* ---------- How it works ---------- */
.how {
  background: linear-gradient(180deg, #fef0d6 0%, var(--c-cream) 100%);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}
.how::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,154,31,.18), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }
.step {
  background: #fff;
  padding: 28px 24px;
  border-radius: var(--r-md);
  border: 1px solid var(--c-line-soft);
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-num {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 16px;
  color: var(--c-sun-deep);
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.step-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--c-sea-light), var(--c-sea));
  display: grid; place-items: center;
  color: #fff;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px -8px rgba(10,143,179,.6);
}
.step h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.step p { color: var(--c-ink-soft); font-size: 15px; line-height: 1.5; }

.included {
  margin-top: 64px;
  background: #fff;
  border-radius: var(--r-lg);
  padding: 44px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: center;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--c-line-soft);
}
.included h3 {
  font-size: 32px;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 12px;
}
.included p { color: var(--c-ink-soft); }
.included ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.included li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15px;
  color: var(--c-ink);
}
.included li svg {
  flex-shrink: 0;
  color: var(--c-leaf);
  margin-top: 2px;
}
@media (max-width: 880px) {
  .included { grid-template-columns: 1fr; padding: 28px; }
  .included ul { grid-template-columns: 1fr; }
}

/* ---------- Gallery ---------- */
.gallery { padding: 110px 0; background: var(--c-bg); }
.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
  margin-top: 48px;
}
.gal-item {
  border-radius: var(--r-md);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.gal-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.gal-item:hover img { transform: scale(1.06); }
.gal-item.tall { grid-row: span 2; }
.gal-item.wide { grid-column: span 2; }
.gal-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px 20px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.7));
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media (max-width: 980px) {
  .gal-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- FAQ ---------- */
.faq { padding: 110px 0; background: linear-gradient(180deg, var(--c-cream) 0%, #fef0d6 100%); }
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 880px) { .faq-grid { grid-template-columns: 1fr; gap: 30px; } }
.faq-list { display: grid; gap: 12px; }
.faq-item {
  background: #fff;
  border-radius: var(--r-md);
  border: 1px solid var(--c-line-soft);
  overflow: hidden;
  transition: box-shadow .25s, border-color .25s;
}
.faq-item[open] { box-shadow: var(--shadow-md); border-color: rgba(10,143,179,.25); }
.faq-q {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--c-ink);
  letter-spacing: -0.01em;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q .ico {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(10,143,179,.1);
  color: var(--c-sea-deep);
  display: grid; place-items: center;
  flex-shrink: 0;
  transition: transform .3s;
}
.faq-item[open] .faq-q .ico { transform: rotate(45deg); background: var(--c-sun); color: #fff; }
.faq-a {
  padding: 0 24px 24px;
  color: var(--c-ink-soft);
  font-size: 15.5px;
  line-height: 1.6;
}

/* ---------- Contact ---------- */
.contact {
  padding: 110px 0;
  background: var(--c-sea-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute;
  top: -200px; left: -100px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,154,31,.25), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.contact::after {
  content: '';
  position: absolute;
  bottom: -200px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(103,211,230,.3), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}
.contact .container { position: relative; z-index: 1; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } }
.contact h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  color: #fff;
  letter-spacing: -0.03em;
}
.contact h2 em {
  font-family: var(--f-script);
  font-style: italic;
  color: var(--c-sun);
}
.contact .lede {
  margin-top: 18px;
  color: rgba(255,255,255,.85);
  font-size: 17px;
  max-width: 460px;
}
.contact-info {
  margin-top: 32px;
  display: grid;
  gap: 18px;
}
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}
.contact-info-item .ico {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.contact-info-item .label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  font-weight: 600;
}
.contact-info-item .val { font-weight: 700; font-size: 16px; }

.form-card {
  background: #fff;
  color: var(--c-ink);
  padding: 36px;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
}
.form-card h3 {
  font-size: 26px;
  letter-spacing: -0.02em;
}
.form-card p.muted { color: var(--c-ink-soft); margin-top: 6px; font-size: 14px; }
.form-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-grid .full { grid-column: 1 / -1; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-ink-soft);
}
.form-field input,
.form-field select,
.form-field textarea {
  appearance: none;
  background: #f6f4ee;
  border: 1.5px solid transparent;
  border-radius: 12px;
  padding: 12px 14px;
  font-family: var(--f-body);
  font-size: 15px;
  color: var(--c-ink);
  transition: border-color .2s, background .2s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 0;
  background: #fff;
  border-color: var(--c-sea);
}
.form-field textarea { min-height: 90px; resize: vertical; }
.form-submit {
  margin-top: 18px;
  width: 100%;
  padding: 16px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 14px 30px -10px rgba(18,140,126,.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.form-submit:hover { transform: translateY(-2px); }
.form-foot { margin-top: 14px; font-size: 12px; color: var(--c-ink-soft); text-align: center; }

/* ---------- Footer ---------- */
.footer {
  background: var(--c-ink);
  color: rgba(255,255,255,.75);
  padding: 64px 0 32px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.foot-brand .brand-text { color: #fff; font-family: var(--f-display); font-weight: 700; font-size: 22px; }
.foot-col h4 {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--f-body);
  font-weight: 700;
  margin-bottom: 18px;
}
.foot-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.foot-col a:hover { color: #fff; }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: rgba(255,255,255,.5);
}
.foot-bottom .made {
  font-family: var(--f-script);
  font-size: 18px;
  color: var(--c-sun);
}
