/* ============================================================
   LDL VIAGENS · Memórias a Dois — Landing
   CSS Consolidado — versão final
   Design system compartilhado com o Site Institucional
   ============================================================ */

/* ── Variáveis (espelham o Site) ── */
:root {
  --nav-h: 88px;
  --azul:      #12294a;
  --azul-deep: #0C1C36;
  --azul2:     #0b3e6d;
  --ouro:      #b89a5c;
  --ouro2:     #b8973a;
  --ouro3:     #c9a84c;
  --texto:     #444444;
  --texto2:    #6b6b6b;
  --cinza:     #cccccc;
  --linho:     #f7f4ef;
  --branco:    #f8f8f6;
  --serif:     'Cormorant Garamond', Georgia, serif;
  --sans:      'Jost', system-ui, sans-serif;
  --max:       1060px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); font-weight: 300; background: var(--branco); color: var(--texto); font-size: 17px; line-height: 1.75; overflow-x: clip; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── Tipografia ── */
h1, h2, h3, h4, h5 { font-family: var(--serif); font-weight: 400; line-height: 1.2; }
.label { font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: .4em; text-transform: uppercase; color: var(--ouro2); margin-bottom: 14px; display: block; }
.label-light { color: rgba(184,154,92,.7); }
h2.titulo { font-size: clamp(32px, 4.5vw, 52px); color: var(--azul); margin-bottom: 16px; }
h2.titulo-light { color: var(--branco); }
.intro-txt { font-size: 17px; color: var(--texto2); max-width: 640px; line-height: 1.85; font-weight: 300; }
.divider { width: 48px; height: 1px; background: var(--ouro); margin: 0 0 32px; }
.divider-center { margin: 0 auto 32px; }

/* ── Layout ── */
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
/* When .container is inside .sec, the .sec already provides horizontal padding */
.sec > .container { padding-left: 0; padding-right: 0; }
.sec { padding: 96px 24px; }

/* ── Botões — padrão retangular, alinhado com Site ── */
.btn { display: inline-block; font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: .3em; text-transform: uppercase; text-decoration: none; transition: all .3s; cursor: pointer; border: none; text-align: center; white-space: nowrap; }
.btn-gold { background: var(--ouro); color: var(--azul); padding: 17px 40px; }
.btn-gold:hover { background: var(--ouro3); }
.btn-outline-white { border: 1px solid rgba(248,248,246,.4); color: var(--branco); padding: 16px 40px; background: transparent; }
.btn-outline-white:hover { border-color: var(--ouro); color: var(--ouro); }
.btn-outline-dark { border: 1px solid rgba(18,41,74,.35); color: var(--azul); padding: 16px 40px; background: transparent; }
.btn-outline-dark:hover { border-color: var(--ouro2); color: var(--ouro2); }
.btns-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* ── Navegação principal ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--azul); box-shadow: 0 2px 16px rgba(0,0,0,.25); }
.nav-inner { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 88px; }
a.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 76px; width: auto; transition: height .3s; }
/* Botão CTA — retangular, mesmo padrão do site */
.nav-cta { font-family: var(--sans); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; font-weight: 400; color: var(--azul); background: var(--ouro); padding: 14px 28px; border: none; cursor: pointer; transition: background .3s; text-decoration: none; display: inline-block; white-space: nowrap; }
.nav-cta:hover { background: var(--ouro3); }

/* ── Nav secundária (sticky) ── */
.nav2 { background: var(--linho); border-bottom: 1px solid rgba(184,154,92,.18); padding: 14px 24px; position: sticky; top: var(--nav-h); z-index: 90; }
.nav2-inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: nowrap; }
.nav2-label { font-family: var(--sans); font-size: 10px; letter-spacing: .35em; text-transform: uppercase; color: var(--texto2); opacity: .6; margin-right: 8px; white-space: nowrap; }
.nav2-btn { font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: .15em; text-transform: uppercase; color: var(--azul); text-decoration: none; padding: 8px 18px; border-radius: 999px; border: 1px solid rgba(18,41,74,.14); transition: all .3s; white-space: nowrap; background: rgba(248,248,246,.45); }
.nav2-btn:hover { background: var(--azul); color: var(--branco); border-color: var(--azul); }
.nav2-primary::before { content: '✦'; color: var(--ouro); font-size: 9px; margin-right: 7px; vertical-align: middle; }

/* ── Hero ── */
.hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center top; background-image: url('../images/hero-lua-de-mel-memorias-a-dois.webp'); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(18,41,74,.66) 0%, rgba(18,41,74,.42) 55%, rgba(18,41,74,.12) 100%); }
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 22%; background: linear-gradient(to bottom, rgba(18,41,74,0) 0%, rgba(18,41,74,.10) 100%); z-index: 1; pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 720px; padding: 140px 40px 80px; }
.hero-brand { font-family: var(--serif); font-weight: 300; line-height: .96; margin-bottom: 10px; }
.hero-brand-line { display: block; font-size: clamp(58px, 7vw, 90px); }
.hero-brand-white { color: var(--branco); }
.hero-brand-gold { color: var(--ouro); font-style: italic; }
.hero-by { font-family: var(--serif); font-style: italic; font-size: 22px; color: rgba(248,248,246,.94); text-shadow: 0 1px 8px rgba(0,0,0,.35); margin: 10px 0 26px; }
.hero-line { width: 60px; height: 1px; background: var(--ouro); margin-bottom: 26px; }
.hero h1 { font-size: clamp(30px, 3.3vw, 44px); color: var(--branco); font-weight: 300; line-height: 1.18; margin-bottom: 18px; max-width: 600px; }
.hero-sub { font-size: 18px; color: rgba(248,248,246,.78); max-width: 500px; line-height: 1.75; margin-bottom: 16px; font-weight: 300; font-family: var(--sans); }
.hero-trust { font-family: var(--sans); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ouro3); font-weight: 500; line-height: 1.8; margin: 26px 0 34px; max-width: 640px; }
.hero-trust span { color: rgba(184,154,92,.75); margin: 0 8px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 34px; }
.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: none; }
.hero-scroll-line { width: 1px; height: 40px; background: var(--ouro); animation: scrollL 2s ease-in-out infinite; }
@keyframes scrollL { 0%, 100% { transform: scaleY(1); opacity: .5; } 50% { transform: scaleY(.4); opacity: 1; } }

/* ── O que é a curadoria ── */
.oque { background: var(--branco); padding-bottom: 66px; }
.oque-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.oque-quote { font-family: var(--serif); font-size: clamp(28px, 3.5vw, 42px); font-style: italic; color: var(--azul); line-height: 1.35; font-weight: 300; }
.oque-quote em { color: var(--ouro2); font-style: normal; }
.oque-txt p { font-size: 16px; color: var(--texto2); line-height: 1.9; margin-bottom: 18px; }
.oque-txt p:last-child { margin: 0; }
.oque-txt strong { color: var(--azul); font-weight: 500; }

/* ── Frase destaque ── */
.frase { background: var(--azul); padding: 72px 24px; text-align: center; }
.frase blockquote { font-family: var(--serif); font-size: clamp(24px, 4vw, 44px); font-weight: 300; font-style: italic; color: var(--branco); max-width: 720px; margin: 0 auto; line-height: 1.4; }
.frase blockquote em { color: var(--ouro); font-style: normal; }

/* ── Pilares ── */
.pilares { background: var(--linho); }
.pilares-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: var(--cinza); margin-top: 56px; border: 1px solid var(--cinza); }
.pilar { background: var(--linho); padding: 40px 28px; position: relative; }
.pilar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: transparent; transition: background .3s; }
.pilar:hover::before { background: var(--ouro); }
.pilar-num { font-family: var(--serif); font-size: 44px; font-weight: 300; color: rgba(184,151,58,.58); line-height: 1; margin-bottom: 16px; }
.pilar h4 { font-family: var(--serif); font-size: 20px; color: var(--azul); margin-bottom: 12px; font-weight: 500; }
.pilar p { font-size: 14px; color: var(--texto2); line-height: 1.75; font-weight: 300; }

/* ── Antecipação ── */
.antecip { background: var(--azul); }
.antecip h2 { color: var(--branco); }
.antecip-sub { font-family: var(--serif); font-style: italic; font-size: 20px; color: rgba(248,248,246,.6); margin-bottom: 24px; line-height: 1.45; }
.antecip-txt { font-size: 16px; color: rgba(248,248,246,.65); line-height: 1.85; font-weight: 300; margin-bottom: 32px; }
.antecip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.benef-list { list-style: none; }
.benef-list li { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(184,154,92,.12); font-size: 15px; color: rgba(248,248,246,.7); font-weight: 300; }
.benef-list li:last-child { border: none; }
.benef-list li::before { content: '✦'; color: var(--ouro); font-size: 11px; margin-top: 3px; flex-shrink: 0; }

/* ── Coleções ── */
.colecoes { background: var(--azul); }
.colecoes-sub { font-size: 16px; color: rgba(248,248,246,.55); max-width: 600px; line-height: 1.8; margin-bottom: 8px; }
.colecoes-sub-secondary { margin-top: 12px; }
.colecoes-aviso { font-size: 13px; color: rgba(248,248,246,.38); font-style: italic; max-width: 620px; line-height: 1.65; margin-top: 28px; }
.col-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(184,154,92,.15); margin-top: 48px; border: 1px solid rgba(184,154,92,.15); }
.col-card { background: var(--azul); padding: 44px 36px; position: relative; transition: background .3s; }
.col-card:hover { background: rgba(11,62,109,.5); }
.col-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: transparent; transform: scaleX(0); transform-origin: left; transition: transform .4s; }
.col-card:hover::before { background: var(--ouro); transform: scaleX(1); }
.col-tag { font-family: var(--sans); font-size: 10px; letter-spacing: .35em; text-transform: uppercase; color: var(--ouro); opacity: .7; margin-bottom: 16px; }
.col-nome { font-family: var(--serif); font-size: 26px; color: var(--branco); font-weight: 400; margin-bottom: 6px; display: block; }
.col-estilo { font-family: var(--serif); font-style: italic; font-size: 16px; color: rgba(248,248,246,.45); margin-bottom: 20px; }
.col-divider { width: 32px; height: 1px; background: var(--ouro); opacity: .35; margin-bottom: 18px; }
.col-desc { font-size: 14px; color: rgba(248,248,246,.55); line-height: 1.8; font-weight: 300; margin-bottom: 20px; }
.col-preco { font-family: var(--sans); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--ouro); padding: 10px 0; border-top: 1px solid rgba(184,154,92,.2); }
.col-destinos { font-size: 12px; color: rgba(184,154,92,.65); line-height: 1.85; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(184,154,92,.15); font-weight: 300; }
.col-destinos-label { font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: rgba(248,248,246,.55); margin-bottom: 6px; display: block; }

/* ── Autoridade ── */
.autoridade { background: var(--azul); }
.autoridade-intro { font-size: 17px; color: rgba(248,248,246,.6); max-width: 640px; line-height: 1.85; margin-bottom: 64px; font-weight: 300; }
.autoridade-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(184,154,92,.15); border: 1px solid rgba(184,154,92,.15); }
.autoridade-item { background: var(--azul); padding: 44px 32px; text-align: center; }
.autoridade-num { font-family: var(--serif); font-size: clamp(36px, 4vw, 52px); font-weight: 300; color: var(--ouro2); line-height: 1; margin-bottom: 12px; }
.autoridade-label { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: rgba(248,248,246,.5); line-height: 1.5; }

/* ── Depoimentos ── */
.depoimentos { background: var(--branco); }
.dep-intro { font-size: 16px; color: var(--texto2); max-width: 620px; line-height: 1.75; margin-bottom: 10px; font-weight: 300; }
.dep-nota { font-size: 13.5px; color: var(--texto2); max-width: 620px; line-height: 1.65; font-style: italic; margin-bottom: 34px; opacity: .68; }
.carousel { position: relative; margin-top: 32px; padding: 0 44px 44px; touch-action: pan-y; -webkit-user-select: none; user-select: none; }
.carousel-viewport { overflow: hidden; }
.carousel-track { display: flex; align-items: stretch; transition: transform .6s ease; will-change: transform; touch-action: pan-y; -webkit-user-select: none; user-select: none; }
.dep-slide { flex: 0 0 100%; min-width: 0; padding: 0 20px 0 0; box-sizing: border-box; -webkit-user-select: none; user-select: none; }
.dep-card { background: var(--linho); border: 1px solid rgba(184,154,92,.18); border-top: 2px solid rgba(184,154,92,.45); display: flex; flex-direction: column; height: 100%; position: relative; -webkit-user-select: none; user-select: none; }
.dep-card img { -webkit-user-drag: none; }
.dep-media { width: 100%; }
.dep-media .dep-foto { width: 100%; aspect-ratio: 5/4; overflow: hidden; background: var(--linho); }
.dep-media .dep-foto img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
/* posicionamentos individuais landing */
.dep-media .dep-foto img.dep-img-rodrigo { object-position: center 24%; }
.dep-media .dep-foto img.dep-img-duanne { object-position: center center; }
.dep-media .dep-foto img.dep-img-jeice { object-position: center 37.5%; }
.dep-body { flex: 1; position: relative; z-index: 1; padding: 26px 26px 28px; display: flex; flex-direction: column; }
.dep-txt { font-family: var(--serif); font-size: 17px; font-style: italic; color: var(--azul); line-height: 1.6; margin: 4px 0 20px; position: relative; z-index: 1; }
.dep-stars { color: var(--ouro); font-size: 12px; letter-spacing: 2px; display: block; margin: 0 0 10px; line-height: 1; position: relative; z-index: 1; }
.dep-meta { display: flex; flex-direction: column; gap: 3px; margin-top: auto; position: relative; z-index: 1; }
.dep-local { font-family: var(--sans); font-size: 11px; color: var(--ouro2); letter-spacing: .16em; text-transform: uppercase; font-weight: 600; line-height: 1.55; margin: 0 0 6px; }
.dep-autor { font-family: var(--sans); font-size: 12px; letter-spacing: .08em; color: rgba(18,41,74,.62); font-weight: 400; line-height: 1.55; }
.dep-autor .dep-google-inline { display: block; margin: 6px 0 0; font-size: 11px; font-weight: 300; letter-spacing: .05em; color: #9a9a9a; }
/* dots — sempre no topo do carrossel, uma regra única para todas as telas */
.dep-card-dots { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin: 0 0 20px; position: relative; z-index: 5; pointer-events: auto; }
.carousel-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(18,41,74,.22); border: none; cursor: pointer; transition: all .25s ease; padding: 0; -webkit-tap-highlight-color: transparent; }
.carousel-dot.active { background: var(--ouro); transform: scale(1.18); }
/* setas — finas, elegantes, transparentes, altura fixa */
.dep-card-controls { position: absolute; top: 126px; left: 0; right: 0; z-index: 8; pointer-events: none; }
.dep-arrow { pointer-events: auto; position: absolute; top: 0; width: 34px; height: 46px; background: transparent; border: none; box-shadow: none; color: rgba(18,41,74,.48); display: flex; align-items: center; justify-content: center; cursor: pointer; font-family: var(--serif); font-size: 40px; font-weight: 300; line-height: .72; transition: color .25s, opacity .25s; opacity: .9; -webkit-tap-highlight-color: transparent; }
.dep-arrow:hover { color: var(--ouro2); opacity: 1; }
.dep-prev { left: 6px; }
.dep-next { right: 26px; }
.dep-footer { text-align: center; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--cinza); }
.dep-footer p { font-family: var(--serif); font-size: 20px; font-style: italic; color: var(--texto2); margin-bottom: 16px; }
.dep-google-link { display: inline-block; padding: 16px 40px; border: 1px solid rgba(184,154,92,.55); color: var(--ouro2); font-family: var(--sans); font-size: 11px; letter-spacing: .25em; text-transform: uppercase; font-weight: 400; background: transparent; transition: all .3s; }
.dep-google-link:hover { border-color: var(--ouro2); background: rgba(184,154,92,.08); }
/* Modo 2: múltiplos cards visíveis, deslizando 1 por vez — 3 desktop / 2 tablet / 1 mobile */
@media (min-width: 901px) { .dep-slide { flex-basis: 33.3333%; } }
@media (max-width: 900px) and (min-width: 641px) { .dep-slide { flex-basis: 50%; } }
@media (max-width: 640px) {
  .dep-slide { flex-basis: 100%; padding-right: 0; }
  .carousel { padding: 0 30px 44px; }
  .dep-card-controls { top: 112px; }
  .dep-arrow { width: 32px; height: 44px; font-size: 30px; }
  .dep-prev { left: -4px; }
  .dep-next { right: -4px; }
}


/* ── Timeline / Como Funciona — padrão editorial (mesmo sistema do Site) ── */
.timeline-block { background: var(--linho); }
.timeline-sub { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--texto2); max-width: 620px; line-height: 1.8; margin-bottom: 48px; font-weight: 300; }
.timeline { display: block; max-width: 860px; margin: 42px auto 0; }
.timeline-item { display: grid; grid-template-columns: 84px 1fr; gap: 26px; align-items: start; padding: 26px 0; border-bottom: 1px solid rgba(18,41,74,.1); }
.timeline-item:last-child { border-bottom: none; }
.timeline-num { font-family: var(--serif); font-size: 34px; font-weight: 400; color: var(--ouro2); line-height: 1; display: block; }
.timeline-titulo { font-family: var(--serif); font-size: 21px; color: var(--azul); margin: 0 0 5px; font-weight: 500; }
.timeline-txt { font-size: 15px; color: var(--texto2); line-height: 1.8; margin: 0; }

/* ── FAQ ── */
.faq { background: var(--linho); }
.faq-list { max-width: 760px; margin: 48px auto 0; }
.faq-item { border-bottom: 1px solid rgba(18,41,74,.1); }
.faq-q { width: 100%; background: none; border: none; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; text-align: left; font-family: var(--serif); font-size: 19px; color: var(--azul); font-weight: 400; line-height: 1.35; }
.faq-q .icon { width: 28px; height: 28px; border: 1px solid var(--cinza); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; color: var(--ouro2); transition: transform .3s; }
.faq-q.open .icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; }
.faq-a.open { max-height: 420px; padding-bottom: 22px; }
.faq-a p { font-size: 15px; color: var(--texto2); line-height: 1.8; font-weight: 300; }

/* ── Como Prefere Começar ── */
.comecar { background: var(--branco); padding-bottom: 76px; }
.comecar-sub { font-size: 17px; color: var(--texto2); max-width: 560px; line-height: 1.85; margin-bottom: 56px; }
.comecar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 44px; max-width: var(--max); margin-left: auto; margin-right: auto; }
.comecar .container { max-width: var(--max); margin-left: auto; margin-right: auto; }
.comecar-card { padding: 56px 48px; display: flex; flex-direction: column; }
.comecar-card .btn, .comecar-card a.btn-gold, .comecar-card a.btn-outline-dark { align-self: flex-start; }
.comecar-card:first-child { background: var(--azul); }
.comecar-card:last-child { background: var(--linho); }
.comecar-card .card-num { font-family: var(--serif); font-size: 44px; font-weight: 300; color: rgba(184,151,58,.6); line-height: 1; margin-bottom: 16px; }
.comecar-card:first-child .card-num { color: rgba(184,151,58,.72); }
.comecar-card h3 { font-family: var(--serif); font-size: 28px; margin-bottom: 12px; }
.comecar-card:first-child h3 { color: var(--branco); }
.comecar-card:last-child h3 { color: var(--azul); }
.comecar-card p { font-size: 15px; line-height: 1.8; margin-bottom: 32px; flex-grow: 1; font-weight: 300; }
.comecar-card:first-child p { color: rgba(248,248,246,.6); }
.comecar-card:last-child p { color: var(--texto2); }

/* ── Para quem é ── */
.paroquem { padding-top: 78px; }
.paroquem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: var(--max); margin-left: auto; margin-right: auto; align-items: stretch; }
.paroquem-txt { font-size: 15px; color: var(--texto2); line-height: 1.9; margin-bottom: 16px; font-weight: 300; }
.paroquem-lista-label { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--ouro2); margin-bottom: 20px; font-weight: 400; }
.paroquem-lista { list-style: none; margin-bottom: 32px; }
.paroquem-lista li { display: flex; gap: 14px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid rgba(18,41,74,.08); font-size: 15px; color: var(--texto); font-weight: 300; line-height: 1.5; }
.paroquem-lista li:last-child { border: none; }
.paroquem-lista li::before { content: '✦'; color: var(--ouro); font-size: 10px; margin-top: 3px; flex-shrink: 0; }
.paroquem-destaque { background: var(--azul); padding: 28px 32px; border-left: 3px solid var(--ouro); margin-top: auto; }
.paroquem-destaque p { font-size: 15px; color: rgba(248,248,246,.75); line-height: 1.8; font-weight: 300; }
.paroquem-destaque strong { color: var(--ouro); font-weight: 500; }

/* ── Fundadores ── */
.fundadores { background: var(--branco); padding-bottom: 56px; }
.fundadores-layout { display: grid; grid-template-columns: 200px 1fr; gap: 64px; align-items: start; margin-top: 48px; }
.fundadores-fotos { display: flex; flex-direction: column; gap: 24px; }
.fundador-item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.fundador-foto { width: 160px; height: 160px; overflow: hidden; flex-shrink: 0; border: 1px solid #d0d0d0; }
.fundador-foto img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.fundador-nome { font-family: var(--sans); font-size: 11px; font-weight: 500; color: var(--azul); text-align: center; letter-spacing: .08em; text-transform: uppercase; margin-top: 2px; }
.fundador-cargo { font-size: 10px; letter-spacing: .05em; text-transform: uppercase; color: var(--ouro2); text-align: center; line-height: 1.4; max-width: 160px; }
.fundadores-destaque { font-family: var(--serif); font-size: clamp(20px, 2.5vw, 26px); color: var(--azul); font-weight: 400; line-height: 1.4; margin-bottom: 20px; }
.fundadores-destaque em { color: var(--ouro2); font-style: normal; }
.fundadores-txt p { font-size: 15px; color: var(--texto2); line-height: 1.9; margin-bottom: 16px; font-weight: 300; }
.fundadores-txt p:last-child { margin: 0; }

.sede-info { background: var(--linho); padding: 78px 24px 26px; }
.sede-info-inner { max-width: var(--max); }
.sede-info-label { display: block; font-family: var(--sans); font-size: 11px; font-weight: 400; letter-spacing: .30em; text-transform: uppercase; color: var(--ouro2); margin-bottom: 16px; }
.sede-info-label::before { content: ''; display: block; width: 44px; height: 1px; background: var(--ouro); margin: 0 0 18px; }
.sede-info h2 { font-family: var(--serif); font-size: clamp(28px, 3.4vw, 40px); line-height: 1.08; color: var(--azul); font-weight: 300; margin: 0 0 18px; white-space: nowrap; }
.sede-info p { max-width: 660px; font-size: 16px; line-height: 1.86; color: var(--texto2); font-weight: 300; margin: 0 0 20px; }
.sede-info-signature { font-family: var(--sans); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ouro2); line-height: 1.7; font-weight: 400; }
.sede-info-sep { color: var(--ouro2); margin: 0 7px; }
.sede-showcase { background: var(--branco); padding: 0 24px; }
.sede-showcase-inner { display: grid; grid-template-columns: minmax(0,2.25fr) minmax(270px,.75fr); gap: 20px; max-width: 1120px; align-items: stretch; }
.sede-showcase-photo { position: relative; overflow: hidden; background: var(--linho); height: 390px; }
.sede-showcase-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.sede-main-photo img { object-position: center 53%; }
.sede-bastidor-photo img { object-position: center 50%; }
.sede-info + .sede-showcase { padding-top: 30px; padding-bottom: 86px; background: var(--linho); }
.sede-info + .sede-showcase .sede-showcase-inner { align-items: stretch; gap: 24px; }
.sede-info + .sede-showcase .sede-showcase-photo { overflow: hidden; }

/* ── CTA final ── */
.cta-final { position: relative; min-height: 70vh; display: flex; align-items: center; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.cta-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(18,41,74,.88) 0%, rgba(18,41,74,.6) 60%, rgba(18,41,74,.25) 100%); }
.cta-content { position: relative; z-index: 2; padding: 80px 40px; max-width: 600px; }
.cta-content h2 { font-size: clamp(36px, 5vw, 60px); color: var(--branco); margin-bottom: 20px; font-weight: 300; }
.cta-content h2 em { font-style: italic; color: var(--ouro); }
.cta-content p { font-size: 17px; color: rgba(248,248,246,.7); line-height: 1.85; margin-bottom: 40px; font-weight: 300; }

/* ── Footer ── */
footer { background: var(--azul-deep); padding: 40px 24px 24px; }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; padding-bottom: 28px; border-bottom: 1px solid rgba(184,154,92,.15); }
footer img[alt="LDL Viagens"] { height: 54px; width: auto; margin-bottom: 10px; }
.footer-tagline { font-size: 11.5px; letter-spacing: .025em; text-transform: uppercase; color: rgba(248,248,246,.35); white-space: nowrap; line-height: 1.35; }
.footer-col h5 { font-family: var(--sans); font-size: 11px; letter-spacing: .35em; text-transform: uppercase; color: var(--ouro); margin-bottom: 20px; font-weight: 400; }
.footer-col p, .footer-col a { font-size: 14px; color: rgba(248,248,246,.45); line-height: 1.65; text-decoration: none; display: block; transition: color .2s; }
.footer-col a:hover { color: var(--ouro); }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer-copy { font-size: 12px; color: rgba(248,248,246,.2); }

/* ── WhatsApp flutuante ── */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 200; display: flex; align-items: center; gap: 10px; background: #25d366; color: #fff; text-decoration: none; padding: 14px 24px; border-radius: 999px; box-shadow: 0 4px 24px rgba(37,211,102,.35), 0 1px 8px rgba(0,0,0,.1); transition: all .35s; border: 1px solid rgba(255,255,255,.15); }
.wa-float:hover { background: #20bc5a; transform: translateY(-3px); }
.wa-float svg { width: 20px; height: 20px; flex-shrink: 0; }
.wa-float span { font-family: var(--sans); font-size: 12px; font-weight: 400; letter-spacing: .08em; white-space: nowrap; }

/* ============================================================
   RESPONSIVO
   ============================================================ */

/* ── Tablet grande (≤ 900px) ── */
@media (max-width: 900px) {
  .pilares-grid { grid-template-columns: 1fr 1fr; }
  .col-grid { grid-template-columns: 1fr 1fr; }
  .autoridade-grid { grid-template-columns: 1fr 1fr; overflow: hidden; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .fundadores { padding-bottom: 44px; }
  .sede-showcase-inner { grid-template-columns: 1fr; gap: 10px; }
  .sede-showcase-photo { height: 200px; }
  .antecip-grid { grid-template-columns: 1fr; gap: 34px; align-items: start; }
}

/* ── Tablet (≤ 768px) ── */
@media (max-width: 768px) {
  .sec { padding: 72px 20px; }
  .nav-inner { height: 74px; }
  .nav-logo img { height: 60px; }
  :root { --nav-h: 74px; }
  /* Botão CTA mobile — visível, menor */
  .nav-cta { font-size: 10px; letter-spacing: .22em; padding: 11px 18px; }
  .nav2 { padding: 12px 10px; }
  .nav2-inner { gap: 6px; }
  .nav2-btn { font-size: 9px; padding: 7px 10px; letter-spacing: .08em; }
  .nav2-primary::before { font-size: 7px; margin-right: 4px; }
  .nav2-label { display: none; }
  .oque-grid { grid-template-columns: 1fr; gap: 40px; }
  .pilares-grid { grid-template-columns: 1fr; }
  .col-grid { grid-template-columns: 1fr; }
  /* Timeline mobile — coluna menor */
  .timeline-item { grid-template-columns: 58px 1fr; gap: 18px; padding: 22px 0; }
  .timeline-num { font-size: 28px; }
  /* Comecar — empilhado no mobile */
  .comecar-grid { grid-template-columns: 1fr; gap: 22px; margin-bottom: 30px; }
  .comecar-card { padding: 40px 28px; }
  .comecar-card .card-num { font-size: 40px; }
  .paroquem-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .paroquem { padding-top: 64px; }
  .faq { padding-top: 72px; padding-bottom: 72px; }
  .faq-list { margin-top: 30px; }
  .faq-q { padding: 18px 0; font-size: 18px; gap: 16px; }
  .faq-a p { font-size: 14px; line-height: 1.72; }
  .btns-row a { width: 100%; text-align: center; }
  .cta-content { padding: 56px 20px; }
  .cta-content h2 { font-size: 32px; }
  .cta-content p { font-size: 15px; }
  .hero-content { padding: 112px 22px 84px; max-width: 92%; padding-top: 132px; }
  .hero-brand-line { font-size: clamp(48px, 15vw, 72px); }
  .hero-by { font-size: 20px; margin: 8px 0 22px; }
  .hero h1 { font-size: clamp(28px, 8vw, 38px); max-width: 340px; margin-bottom: 16px; }
  .hero-sub { font-size: 16px; max-width: 320px; line-height: 1.6; }
  .hero-trust { font-size: 9.5px; letter-spacing: .11em; max-width: 330px; margin-bottom: 30px; margin: 22px 0 30px; }
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 28px; width: 100%; max-width: 360px; }
  .hero-cta-row .btn { width: 100%; min-height: 50px; text-align: center; }
  .hero-bg { background-image: url('../images/hero-lua-de-mel-memorias-a-dois-mobile.webp'); background-position: right center; }
  .hero::after { height: 22%; }
  .fundadores { padding-top: 72px; padding-bottom: 48px; }
  .fundadores-layout { grid-template-columns: 1fr; gap: 42px; margin-top: 42px; }
  .fundadores-fotos { flex-direction: column; align-items: center; gap: 40px; }
  .fundador-foto { width: 150px; height: 150px; }
  .fundadores-txt { width: min(100%, 390px); margin: 0 auto; }
  .sede-info { padding: 38px 22px 16px; padding-top: 68px; padding-bottom: 34px; background: var(--branco); }
  .sede-info h2 { font-size: 28px; white-space: nowrap; }
  .sede-info p { font-size: 14.5px; line-height: 1.76; }
  .sede-showcase { padding: 28px 20px 0; background: var(--branco); padding-top: 10px; padding-bottom: 0; }
  .sede-showcase-inner { display: block; }
  .sede-showcase .sede-main-photo { display: none; }
  .sede-showcase .sede-bastidor-photo { height: 170px; overflow: hidden; margin-bottom: 32px; }
  .sede-info + .sede-showcase { padding: 10px 20px 46px; background: var(--linho); padding-top: 30px; padding-bottom: 50px; }
  .sede-info + .sede-showcase .sede-showcase-inner { display: grid; grid-template-columns: 1fr; gap: 16px; }
  .sede-info + .sede-showcase .sede-main-photo { display: block; height: 165px; overflow: hidden; }
  .sede-info + .sede-showcase .sede-bastidor-photo { display: block; height: 165px; overflow: hidden; }
  .sede-info + .sede-showcase .sede-main-photo img { object-position: center 52%; }
  .sede-info + .sede-showcase .sede-bastidor-photo img { object-position: center 42%; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; padding-bottom: 24px; }
  footer { padding: 34px 20px 24px; }
  footer img[alt="LDL Viagens"] { height: 48px; }
  .footer-bottom { justify-content: flex-start; text-align: left; padding-top: 18px; }
  .footer-tagline { letter-spacing: .01em; font-size: 10px; white-space: nowrap; }
  .wa-float { padding: 12px 18px; bottom: 20px; right: 16px; }
  .wa-float span { font-size: 11px; }
  .autoridade { overflow: hidden; }
  .autoridade .container { overflow: hidden; }
  .autoridade-grid { grid-template-columns: 1fr 1fr; width: 100%; box-sizing: border-box; border: 0; outline: 1px solid rgba(184,154,92,.18); overflow: hidden; }
  .autoridade-item { min-width: 0; padding-left: 16px; padding-right: 16px; }
  .colecoes-aviso { margin-top: 24px; font-size: 12.5px; }
  .dep-nota { font-size: 15px; margin-bottom: 28px; }
  .oque { padding-bottom: 54px; }
}

/* ── Mobile pequeno (≤ 480px) ── */
@media (max-width: 480px) {
  .btn { padding: 16px 24px; font-size: 11px; width: 100%; text-align: center; display: block; }
  .btns-row { flex-direction: column; width: 100%; }
  .hero h1 { font-size: 40px; }
  .wa-float span { display: none; }
  .wa-float { padding: 13px; }
  .col-card { padding: 32px 20px; }
  .comecar-card { padding: 36px 20px; }
}

/* ── Mobile mínimo (≤ 390px) ── */
@media (max-width: 390px) {
  .nav-logo img { height: 52px; }
  :root { --nav-h: 68px; }
  .nav2-btn { font-size: 8.5px; padding: 7px 8px; }
  .hero-brand-line { font-size: 47px; }
  .hero h1 { font-size: 26px; max-width: 310px; }
  .hero-sub { font-size: 15px; max-width: 300px; }
  .hero-trust { font-size: 8.4px; letter-spacing: .085em; max-width: 300px; }
  .hero-bg { background-image: url('../images/hero-lua-de-mel-memorias-a-dois-mobile.webp'); background-position: right center; }
  .fundadores { padding-top: 66px; padding-bottom: 44px; }
  .fundadores-layout { gap: 36px; margin-top: 38px; }
  .fundador-foto { width: 144px; height: 144px; }
  .sede-info { padding: 38px 20px 42px; padding-bottom: 32px; padding-top: 62px; }
  .sede-info + .sede-showcase { padding-bottom: 68px; padding-top: 28px; }
  .sede-info + .sede-showcase .sede-showcase-inner { gap: 16px; }
  .sede-info + .sede-showcase .sede-main-photo { height: 165px; }
  .sede-info + .sede-showcase .sede-bastidor-photo { height: 165px; }
  .sede-showcase-photo { height: 172px; }
  .sede-info h2 { font-size: 25px; }
  .sede-info p { font-size: 14px; }
  .autoridade-grid { grid-template-columns: 1fr 1fr; }
  .autoridade-item { padding-left: 12px; padding-right: 12px; }
  .footer-tagline { font-size: 9.2px; letter-spacing: 0; }
  .comecar { padding-bottom: 52px; }
  .comecar-grid { margin-bottom: 26px; gap: 28px; }
  .comecar-card .card-num { font-size: 38px; }
  .faq { padding-top: 64px; padding-bottom: 64px; }
  .faq-q { font-size: 17px; }
}


/* ── Scroll offset — compensa header fixo (88px) + nav2 (~50px) ── */
#colecoes, #timeline, #depoimentos, #curadoria { scroll-margin-top: 148px; }
@media (max-width: 768px) { #colecoes, #timeline, #depoimentos, #curadoria { scroll-margin-top: 130px; } }
@media (max-width: 390px) { #colecoes, #timeline, #depoimentos, #curadoria { scroll-margin-top: 120px; } }

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}


/* ============================================================
   ChatGPT Final Polish — Memórias a Dois
   ============================================================ */
:root { --linho: #f7f4ef; }

/* Hero mobile: CTA visível e leitura mais forte */
@media (max-width: 768px) {
  .hero { min-height: 86vh; align-items: center; }
  .hero-bg::after { background: linear-gradient(105deg, rgba(18,41,74,.74) 0%, rgba(18,41,74,.56) 60%, rgba(18,41,74,.28) 100%); }
  .hero-content { padding: 96px 22px 56px !important; max-width: 94%; }
  .hero-brand-line { font-size: clamp(44px, 13.5vw, 64px); line-height: .94; }
  .hero-by { font-size: 18px; margin: 6px 0 16px; }
  .hero-line { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(25px, 7vw, 34px); line-height: 1.12; margin-bottom: 12px; max-width: 330px; }
  .hero-sub { font-size: 15px; line-height: 1.48; margin-bottom: 12px; }
  .hero-trust { margin: 16px 0 22px; line-height: 1.55; }
  .hero-cta-row { margin-top: 18px; gap: 10px; }
  .hero-cta-row .btn { min-height: 48px; }
}

/* Sede: remover entrevista e manter sede panorâmica */
.sede-showcase-inner { grid-template-columns: 1fr !important; }
.sede-bastidor-photo { display: none !important; }
.sede-showcase-photo.sede-main-photo { width: 100%; height: 430px; }
.sede-main-photo img { object-position: center 55%; }
@media (max-width: 768px) {
  .sede-info + .sede-showcase { padding-top: 24px; padding-bottom: 52px; }
  .sede-info + .sede-showcase .sede-main-photo { display: block; height: 205px; }
  .sede-info + .sede-showcase .sede-main-photo img { object-position: center 54%; }
}

.dep-google-link { white-space: nowrap; }
@media (max-width: 768px) {
  .dep-google-link { width: auto; display: inline-block; padding-left: 24px; padding-right: 24px; letter-spacing: .18em; }
}
@media (max-width: 390px) {
  .dep-google-link { font-size: 10px; letter-spacing: .12em; padding-left: 18px; padding-right: 18px; }
}

/* Processo: reconstruído como jornada editorial, sem texto comprimido */
.timeline-block { background: var(--linho); }
.timeline-sub { margin-bottom: 26px; }
.timeline { max-width: 1000px; margin: 40px auto 0; }
.timeline-item { display: grid; grid-template-columns: 96px 1fr; gap: 34px; align-items: start; padding: 30px 0; border-bottom: 1px solid rgba(18,41,74,.12); }
.timeline-num { font-size: 48px; font-weight: 300; color: rgba(184,151,58,.72); }
.timeline-content { min-width: 0; }
.timeline-titulo { font-size: 24px; margin-bottom: 8px; }
.timeline-txt { font-size: 16px; line-height: 1.85; max-width: 820px; }
@media (max-width: 768px) {
  .timeline { margin-top: 32px; }
  .timeline-item { grid-template-columns: 62px 1fr; gap: 18px; padding: 24px 0; }
  .timeline-num { font-size: 38px; }
  .timeline-titulo { font-size: 22px; }
  .timeline-txt { font-size: 15px; line-height: 1.75; }
}
@media (max-width: 480px) {
  .timeline-item { grid-template-columns: 1fr; gap: 8px; }
  .timeline-num { font-size: 40px; }
}

/* Como prefere começar */
@media (max-width: 768px) { .comecar-grid { grid-template-columns: 1fr !important; gap: 26px; } }

/* Rodapé: azul LDL e logo sem fundo preto */
footer { background: var(--azul); }
footer img[alt="LDL Viagens"] { background: transparent; object-fit: contain; }


/* ============================================================
   Ajustes finais LDL — Landing Memórias a Dois
   ============================================================ */

/* Nossa metodologia: manter o título em uma linha no mobile */
@media (max-width: 768px) {
  .pilares .titulo {
    white-space: nowrap;
    font-size: clamp(2.1rem, 8.2vw, 2.65rem);
    line-height: 1.08;
  }
}

@media (max-width: 390px) {
  .pilares .titulo {
    font-size: 2rem;
  }
}

/* Nossa Sede: fundo linho contínuo em texto + foto */
.sede-info,
.sede-showcase {
  background: var(--linho, #F7F4EF) !important;
}

/* Nossa Sede: imagem panorâmica com recorte preservando logo e lustre */
.sede-main-photo {
  width: 100%;
  overflow: hidden;
}

.sede-main-photo img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center 43%;
}

@media (min-width: 769px) {
  .sede-main-photo img {
    height: 520px;
    object-position: center 40%;
  }
}

@media (max-width: 768px) {
  .sede-showcase {
    padding-top: 0 !important;
    padding-bottom: 4.5rem !important;
  }

  .sede-main-photo img {
    height: 360px;
    object-position: center 42%;
  }
}

@media (max-width: 430px) {
  .sede-main-photo img {
    height: 330px;
    object-position: center 40%;
  }
}

/* Transição de fundos: FAQ em branco, próximo passo em linho */
.faq {
  background: #FFFFFF !important;
}

.comecar {
  background: var(--linho, #F7F4EF) !important;
}

.comecar .comecar-card:nth-child(2) {
  background: #FFFFFF !important;
}


/* ============================================================
   LDL Final Fix — estabilidade mobile e ajustes finais
   ============================================================ */
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

@media (max-width: 768px) {
  main, section, header, footer, .container {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    box-sizing: border-box;
  }

  img, video, svg {
    max-width: 100%;
  }

  /* Mantém o título em uma linha sem criar overflow lateral */
  .pilares .titulo {
    white-space: nowrap !important;
    font-size: clamp(1.62rem, 6vw, 2.05rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em;
    max-width: 100%;
  }

  /* Sede: fundo linho contínuo no texto + foto */
  .sede-info, .sede-showcase {
    background: var(--linho, #F7F4EF) !important;
  }

  .sede-info + .sede-showcase {
    padding-top: 22px !important;
    padding-bottom: 52px !important;
  }

  /* Sede mobile: recorte panorâmico, preservando lustre e logo */
  .sede-showcase-inner,
  .sede-showcase-photo,
  .sede-main-photo,
  .sede-info + .sede-showcase .sede-main-photo {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .sede-info + .sede-showcase .sede-main-photo,
  .sede-main-photo {
    height: 280px !important;
  }

  .sede-main-photo img,
  .sede-info + .sede-showcase .sede-main-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 38% !important;
    display: block !important;
  }
}

@media (max-width: 430px) {
  .pilares .titulo { font-size: 1.58rem !important; }
  .sede-info + .sede-showcase .sede-main-photo,
  .sede-main-photo { height: 255px !important; }
  .sede-main-photo img,
  .sede-info + .sede-showcase .sede-main-photo img { object-position: center 37% !important; }
}

@media (min-width: 769px) {
  .sede-info, .sede-showcase { background: var(--linho, #F7F4EF) !important; }
  .sede-main-photo { height: 520px !important; overflow: hidden !important; }
  .sede-main-photo img { height: 100% !important; object-fit: cover !important; object-position: center 38% !important; }
}

.faq { background: #FFFFFF !important; }
.comecar { background: var(--linho, #F7F4EF) !important; }
.comecar .comecar-card:nth-child(2) { background: #FFFFFF !important; }


/* ============================================================
   Ajuste final — título Nossa Metodologia em 2 linhas equilibradas
   ============================================================ */
.pilares .titulo.pilares-titulo-final {
  white-space: normal !important;
}

.pilares-titulo-final span {
  display: inline;
}

@media (max-width: 768px) {
  .pilares .titulo.pilares-titulo-final {
    white-space: normal !important;
    font-size: clamp(2.6rem, 11vw, 3.25rem) !important;
    line-height: 1.06 !important;
  }

  .pilares-titulo-final span {
    display: block;
  }
}


/* ============================================================
   Ajuste final definitivo — título "Os pilares da experiência LDL"
   Mantém 2 linhas no mobile sem ampliar além do padrão da landing
   ============================================================ */
.pilares .titulo.pilares-titulo-final {
  white-space: normal !important;
  font-size: var(--fs-h2, clamp(2.2rem, 5.5vw, 4.3rem)) !important;
  line-height: 1.08 !important;
}

.pilares-titulo-final span {
  display: inline;
}

@media (max-width: 768px) {
  .pilares .titulo.pilares-titulo-final {
    font-size: clamp(2.35rem, 9.2vw, 2.85rem) !important;
    line-height: 1.06 !important;
    max-width: 100%;
  }

  .pilares-titulo-final span {
    display: block;
  }
}

@media (max-width: 390px) {
  .pilares .titulo.pilares-titulo-final {
    font-size: 2.25rem !important;
  }
}
