:root {
  --navy: #031b30;
  --navy-soft: #082b47;
  --teal: #087d8d;
  --teal-light: #18a7b0;
  --gold: #f5a51c;
  --gold-soft: #ffc75c;
  --sand: #f4eddf;
  --cream: #fffaf1;
  --white: #ffffff;
  --ink: #09243b;
  --muted: #687789;
  --line: #e2ded5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; }
.site-container { width: min(1280px, calc(100% - 56px)); margin-inline: auto; }

.trust-bar { height: 34px; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .02em; }
.trust-items { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.trust-items span { white-space: nowrap; }

.main-header { height: 104px; background: var(--navy); position: relative; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.brand { width: 176px; height: 104px; display: grid; place-items: center; overflow: visible; }
.brand img { width: 150px; height: 100px; object-fit: contain; transform: scale(1.3); filter: drop-shadow(0 7px 14px rgba(0,0,0,.28)); }
nav { height: 100%; display: flex; align-items: center; gap: 34px; color: white; font-size: 12px; font-weight: 800; }
nav a { height: 100%; display: flex; align-items: center; position: relative; opacity: .72; transition: opacity .2s, color .2s; }
nav a:hover, nav a.active { opacity: 1; color: var(--gold-soft); }
nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 4px 4px 0 0; background: var(--gold); }
.header-button { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 0 19px; border-radius: 999px; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 900; box-shadow: 0 10px 26px rgba(245,165,28,.22); transition: transform .2s, background .2s; }
.header-button:hover { transform: translateY(-2px); background: var(--gold-soft); }
.header-button svg { fill: currentColor; }

.hero { min-height: 720px; position: relative; overflow: visible; background: var(--sand); }
.hero::before { content: "ROTA DAS EMOÇÕES"; position: absolute; z-index: 0; left: 2vw; bottom: 50px; color: rgba(3,27,48,.045); font-size: clamp(60px,9vw,150px); font-weight: 900; letter-spacing: -.06em; white-space: nowrap; }
.hero-bg { position: absolute; z-index: 1; inset: 0 0 0 51%; background: url('/images/lencois.jpg') center/cover no-repeat; clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 7% 70%, 0 50%, 7% 29%); animation: heroScenes 24s steps(1,end) infinite; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,27,48,.18), rgba(3,27,48,.03) 52%, rgba(3,27,48,.3)), linear-gradient(0deg, rgba(3,27,48,.48), transparent 40%); }
@keyframes heroScenes {
  0%, 24% { background-image: url('/images/lencois.jpg'); }
  25%, 49% { background-image: url('/images/parnaiba.webp'); }
  50%, 74% { background-image: url('/images/jericoacoara.jpg'); }
  75%, 100% { background-image: url('/images/fortaleza.jpg'); }
}
.hero-place { position: absolute; z-index: 3; right: clamp(28px,5vw,82px); bottom: 92px; display: flex; flex-direction: column; align-items: flex-end; color: white; text-shadow: 0 2px 20px rgba(0,0,0,.36); }
.hero-place small { color: var(--gold-soft); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.hero-place strong { font-size: 28px; margin-top: 4px; letter-spacing: -.04em; }
.hero-place span { font-size: 10px; margin-top: 3px; opacity: .8; }
.hero-inner { min-height: 720px; position: relative; z-index: 2; display: flex; align-items: center; padding: 65px 0 110px; }
.hero-copy { width: 52%; max-width: 670px; }
.pill { display: inline-flex; align-items: center; padding: 10px 15px; border: 1px solid rgba(3,27,48,.12); border-radius: 999px; background: rgba(255,250,241,.75); backdrop-filter: blur(8px); color: var(--teal); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; }
.hero h1 { margin: 21px 0 24px; font-size: clamp(54px,5.8vw,88px); line-height: .92; letter-spacing: -.06em; max-width: 720px; color: var(--navy); }
.hero h1 em { display: block; margin-top: 10px; color: var(--teal); font-family: Georgia, 'Times New Roman', serif; font-weight: 500; font-size: .76em; line-height: 1; letter-spacing: -.045em; }
.hero-copy > p { max-width: 560px; color: #536374; font-size: 17px; line-height: 1.68; margin: 0 0 30px; }
.hero-buttons { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 0 23px; font-size: 12px; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; box-shadow: 0 12px 26px rgba(3,27,48,.18); }
.button-primary svg:not(:first-child) { width: 17px; }
.button-primary svg:first-child { fill: currentColor; }
.button-white { background: transparent; color: var(--navy); border: 1px solid rgba(3,27,48,.25); }
.hero-proof { margin-top: 30px; display: flex; align-items: center; gap: 12px; }
.mini-photos { display: flex; }
.mini-photos img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 3px solid var(--sand); margin-left: -9px; }
.mini-photos img:first-child { margin-left: 0; }
.hero-proof p { margin: 0; display: flex; flex-direction: column; font-size: 10px; color: var(--muted); }
.hero-proof strong { color: var(--navy); font-size: 12px; }
.hero-stats { height: 98px; position: absolute; z-index: 6; left: 50%; bottom: -49px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr) 260px; align-items: center; padding: 0 18px; background: var(--navy); color: white; border-radius: 18px; box-shadow: 0 22px 50px rgba(3,27,48,.25); }
.hero-stats > div { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; }
.hero-stats strong { color: var(--gold); font-family: Georgia, 'Times New Roman', serif; font-size: 34px; line-height: 1; }
.hero-stats span { margin-top: 7px; color: rgba(255,255,255,.62); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.hero-stats > a { height: 52px; margin-left: 17px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 900; }

/* Hero panorâmica: imagem em tela cheia, sem recortes */
.hero { min-height: 720px; background: var(--navy); color: white; overflow: visible; }
.hero::before { display: none; }
.hero-bg { inset: 0; clip-path: none; background-position: center; }
.hero-bg::after {
  background:
    linear-gradient(90deg, rgba(3,27,48,.97) 0%, rgba(3,27,48,.92) 29%, rgba(3,27,48,.65) 53%, rgba(3,27,48,.18) 78%, rgba(3,27,48,.28) 100%),
    linear-gradient(0deg, rgba(3,27,48,.72), transparent 46%);
}
.hero-inner { min-height: 720px; padding: 72px 0 118px; }
.hero-copy { width: min(650px, 62%); max-width: 650px; }
.pill { border-color: rgba(255,255,255,.24); background: rgba(3,27,48,.36); color: var(--gold-soft); }
.hero h1 { max-width: 650px; color: white; font-size: clamp(54px,5.4vw,82px); text-shadow: 0 3px 28px rgba(0,0,0,.22); }
.hero h1 em { margin-top: 12px; color: var(--gold-soft); font-size: .72em; }
.hero-copy > p { max-width: 570px; color: rgba(255,255,255,.78); }
.button-primary { background: var(--gold); color: var(--navy); box-shadow: 0 12px 28px rgba(245,165,28,.22); }
.button-white { border-color: rgba(255,255,255,.5); color: white; background: rgba(3,27,48,.2); }
.mini-photos img { border-color: rgba(255,255,255,.82); }
.hero-proof p { color: rgba(255,255,255,.62); }
.hero-proof strong { color: white; }
.hero-place { bottom: 92px; }

.section { padding: 120px 0; }
.destinations-section { padding-top: 165px; background: var(--cream); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; margin-bottom: 38px; }
.section-kicker { margin: 0 0 9px; color: var(--teal); text-transform: uppercase; font-size: 9px; font-weight: 900; letter-spacing: .22em; }
.section-heading h2, .about-copy h2 { margin: 0; font-size: clamp(42px,4.3vw,64px); letter-spacing: -.055em; line-height: 1; }
.section-heading > p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.section-link { display: flex; align-items: center; gap: 8px; color: var(--gold); font-size: 11px; font-weight: 900; }
.section-link svg { width: 16px; }

.destination-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.destination-card { grid-column: span 4; height: 350px; position: relative; overflow: hidden; color: white; border-radius: 20px; box-shadow: 0 14px 34px rgba(3,27,48,.13); }
.destination-card:nth-child(1), .destination-card:nth-child(2) { grid-column: span 6; height: 430px; }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.destination-card:hover img { transform: scale(1.06); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,27,48,.95), rgba(3,27,48,.06) 68%); }
.destination-copy { position: absolute; left: 24px; right: 24px; bottom: 23px; }
.destination-copy small { color: var(--gold-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.destination-copy h3 { margin: 6px 0 13px; font-size: clamp(26px,2.2vw,36px); letter-spacing: -.045em; }
.destination-copy a { display: inline-flex; align-items: center; gap: 7px; color: white; font-size: 10px; font-weight: 900; }
.destination-copy a svg { width: 14px; color: var(--gold); }

.routes-section { position: relative; overflow: hidden; background: var(--navy); color: white; }
.routes-section::after { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; border: 1px solid rgba(255,255,255,.06); top: -320px; right: -180px; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); }
.routes-section .site-container { position: relative; z-index: 1; }
.routes-section .section-heading h2 { color: white; }
.routes-section .section-kicker { color: var(--gold); }
.routes-grid { display: grid; grid-template-columns: 1.08fr repeat(2, 1fr); gap: 18px; }
.route-highlight { grid-row: span 2; min-height: 610px; border-radius: 22px; padding: 39px; color: white; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; background: linear-gradient(0deg, rgba(3,27,48,.96), rgba(3,27,48,.15) 70%), url('/images/lencois.jpg') center/cover; box-shadow: 0 22px 50px rgba(0,0,0,.28); }
.route-highlight > span { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .22em; font-size: 9px; font-weight: 900; }
.route-highlight h3 { margin: 14px 0; font-size: 50px; line-height: .96; letter-spacing: -.05em; }
.route-highlight p { max-width: 340px; margin: 0; color: rgba(255,255,255,.73); font-size: 13px; line-height: 1.65; }
.route-highlight a { width: max-content; margin-top: 22px; padding: 14px 17px; display: flex; align-items: center; gap: 8px; border-radius: 999px; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 900; }
.route-card { overflow: hidden; background: var(--cream); color: var(--ink); border-radius: 20px; box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.route-image { height: 175px; position: relative; overflow: hidden; }
.route-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.route-card:hover .route-image img { transform: scale(1.06); }
.route-image span { position: absolute; top: 13px; left: 13px; padding: 7px 11px; border-radius: 999px; background: var(--teal); color: white; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.route-body { padding: 19px 20px 21px; }
.route-body small { color: var(--muted); font-size: 9px; }
.route-body h3 { margin: 6px 0 15px; font-size: 21px; letter-spacing: -.035em; }
.route-body a { width: max-content; display: flex; align-items: center; gap: 6px; color: var(--teal); font-size: 9px; font-weight: 900; }
.route-body a svg { width: 14px; }

.benefits-strip { padding: 34px 0; background: var(--gold); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.benefits-grid > div { min-height: 76px; padding: 14px 16px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(3,27,48,.13); border-radius: 15px; background: rgba(255,250,241,.52); }
.benefits-grid > div > span { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-weight: 900; }
.benefits-grid p { margin: 0; display: flex; flex-direction: column; color: rgba(3,27,48,.7); font-size: 9px; line-height: 1.5; }
.benefits-grid strong { color: var(--navy); font-size: 11px; }

.about-section { background: var(--sand); }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr .75fr; gap: 30px; align-items: stretch; }
.about-photo { min-height: 570px; position: relative; overflow: hidden; border-radius: 26px; box-shadow: 0 18px 40px rgba(3,27,48,.14); }
.about-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.about-name { position: absolute; left: 18px; right: 18px; top: 18px; padding: 17px 19px; display: flex; flex-direction: column; border-radius: 15px; background: rgba(255,250,241,.94); backdrop-filter: blur(9px); }
.about-name small { color: var(--teal); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.about-name strong { margin-top: 4px; color: var(--navy); font-size: 23px; }
.about-copy { align-self: center; padding: 50px 12px; }
.about-copy h2 { color: var(--navy); font-size: clamp(42px,4.3vw,64px); }
.about-text { margin: 24px 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 27px; border-top: 1px solid rgba(3,27,48,.14); border-bottom: 1px solid rgba(3,27,48,.14); }
.contact-row > div { padding: 18px 14px 18px 0; display: flex; flex-direction: column; }
.contact-row > div + div { padding-left: 19px; border-left: 1px solid rgba(3,27,48,.14); }
.contact-row small { color: var(--teal); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.contact-row strong { margin-top: 5px; color: var(--navy); font-size: 13px; word-break: break-word; }
.car-card { min-height: 570px; position: relative; overflow: hidden; border-radius: 26px; box-shadow: 0 18px 40px rgba(3,27,48,.12); }
.car-card img { width: 100%; height: 100%; object-fit: cover; }
.car-card > div { position: absolute; inset: auto 15px 15px; padding: 17px; display: flex; flex-direction: column; border-radius: 15px; background: rgba(3,27,48,.92); color: white; }
.car-card span { color: var(--gold-soft); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.car-card strong { margin-top: 4px; font-size: 15px; }

.cta-section { min-height: 250px; margin-bottom: 105px; padding: 30px 46px; display: grid; grid-template-columns: 175px 1fr auto; align-items: center; gap: 35px; overflow: hidden; position: relative; border-radius: 26px; background: linear-gradient(105deg, var(--teal), #086372 44%, var(--navy)); color: white; box-shadow: 0 20px 45px rgba(3,27,48,.2); }
.cta-section::after { content: ""; position: absolute; right: 25%; width: 340px; height: 340px; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.cta-section > * { position: relative; z-index: 1; }
.cta-logo { width: 170px; height: 170px; object-fit: contain; transform: scale(1.25); filter: drop-shadow(0 10px 18px rgba(0,0,0,.28)); }
.cta-section p { margin: 0 0 8px; color: var(--gold-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; font-weight: 900; }
.cta-section h2 { margin: 0 0 7px; font-size: clamp(31px,3.3vw,48px); letter-spacing: -.045em; }
.cta-section span { color: rgba(255,255,255,.72); font-size: 12px; }
.cta-section > a { min-height: 52px; padding: 0 21px; flex: 0 0 auto; display: flex; align-items: center; gap: 9px; border-radius: 999px; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 900; }

footer { padding: 72px 0 25px; background: var(--navy); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 65px; padding-bottom: 44px; }
.footer-brand img { width: 210px; height: 145px; object-fit: contain; margin: -35px 0 -15px; transform: scale(1.12); filter: drop-shadow(0 8px 14px rgba(0,0,0,.2)); }
.footer-brand p { max-width: 300px; margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.65; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid strong { margin-bottom: 8px; color: var(--gold-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.56); font-size: 10px; }
.footer-grid a:hover { color: white; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.35); font-size: 8px; }
.floating-whatsapp { position: fixed; z-index: 40; right: 23px; bottom: 23px; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.28); transition: transform .2s; }
.floating-whatsapp:hover { transform: scale(1.08); }
.floating-whatsapp svg { width: 29px; height: 29px; fill: currentColor; }

@media (max-width: 1050px) {
  nav { display: none; }
  .hero-bg { inset: 0; }
  .hero-copy { width: min(620px, 68%); }
  .destination-card, .destination-card:nth-child(1), .destination-card:nth-child(2) { grid-column: span 6; height: 390px; }
  .routes-grid { grid-template-columns: 1fr 1fr; }
  .route-highlight { grid-column: 1 / -1; grid-row: auto; min-height: 410px; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid { grid-template-columns: 1fr 1fr; }
  .about-copy { padding: 30px 0; }
  .car-card { grid-column: 1 / -1; min-height: 470px; }
  .cta-section { grid-template-columns: 145px 1fr; }
  .cta-section > a { grid-column: 2; width: max-content; }
  .cta-logo { grid-row: 1 / span 2; }
}

@media (max-width: 720px) {
  .site-container { width: min(100% - 28px, 1280px); }
  .trust-bar { height: 31px; overflow: hidden; }
  .trust-items { justify-content: center; font-size: 8px; }
  .trust-items span:nth-child(n+3) { display: none; }
  .main-header { height: 88px; }
  .brand { width: 122px; height: 88px; }
  .brand img { width: 115px; height: 84px; transform: scale(1.28); }
  .header-button { min-height: 44px; padding: 0 14px; font-size: 9px; }
  .header-button svg { display: none; }
  .hero { min-height: 740px; }
  .hero::before { display: none; }
  .hero-bg { inset: 0; clip-path: none; background-position: 62% center; }
  .hero-bg::after { background: linear-gradient(90deg, rgba(3,27,48,.96), rgba(3,27,48,.78) 68%, rgba(3,27,48,.35)), linear-gradient(0deg, rgba(3,27,48,.72), transparent 55%); }
  .hero-inner { min-height: 740px; align-items: center; padding: 60px 0 125px; }
  .hero-copy { width: 100%; max-width: 580px; }
  .pill { font-size: 8px; }
  .hero h1 { font-size: clamp(45px,13vw,62px); max-width: 560px; }
  .hero h1 em { font-size: .72em; }
  .hero-copy > p { max-width: 95%; font-size: 14px; line-height: 1.58; }
  .hero-proof { display: flex; }
  .hero-place { display: none; }
  .hero-stats { height: auto; bottom: -96px; grid-template-columns: repeat(3,1fr); padding: 19px 10px; border-radius: 15px; }
  .hero-stats > div { padding: 0 9px; }
  .hero-stats strong { font-size: 26px; }
  .hero-stats span { font-size: 7px; }
  .hero-stats > a { grid-column: 1 / -1; margin: 16px 0 0; }
  .section { padding: 92px 0; }
  .destinations-section { padding-top: 165px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 15px; }
  .section-heading h2, .about-copy h2 { font-size: 42px; }
  .destination-card, .destination-card:nth-child(1), .destination-card:nth-child(2) { grid-column: span 12; height: 405px; }
  .routes-grid { grid-template-columns: 1fr; }
  .route-highlight { grid-column: auto; min-height: 480px; }
  .route-highlight h3 { font-size: 43px; }
  .route-card { display: grid; grid-template-columns: .95fr 1.05fr; }
  .route-image { height: 100%; min-height: 190px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo, .car-card { grid-column: auto; min-height: 560px; }
  .about-copy { padding: 12px 2px; }
  .contact-row { grid-template-columns: 1fr; }
  .contact-row > div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(3,27,48,.14); }
  .cta-section { margin-bottom: 75px; padding: 30px 24px 34px; grid-template-columns: 1fr; gap: 14px; text-align: center; }
  .cta-logo { grid-row: auto; width: 145px; height: 125px; margin: -10px auto -18px; }
  .cta-section > a { grid-column: auto; width: 100%; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: 200px; height: 140px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-bg { animation: none; }
  * { transition-duration: .01ms !important; }
}
