/* Brunu Travel — Production Stylesheet (Master Version V32 - UX & Mobile Overlap Fix) */

/* --- 1. VARIÁVEIS E TEMA --- */
:root {
  --bg-header: #ffffff; 
  --bg1: #f4f2ee; 
  --bg2: #ffffff; 
  --text: #0b2b58; 
  --accent: #1e9f95;
  --muted: #0b2b58; 
  --header-text: #0b2b58; 
  --card: #ffffff;
  --cardBorder: rgba(11, 43, 88, 0.1); 
  --shadow: rgba(0, 0, 0, 0.05);
  --white: #ffffff;
  --ink: #0c1220;
  --font-ui: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-display: "Fraunces", serif; 
}

[data-theme="dark"] {
  --bg-header: #041226; 
  --bg1: #0a1b35; 
  --bg2: #122746; 
  --text: #ffffff;
  --accent: #4aa896; 
  --header-text: rgba(255, 255, 255, 0.88);
  --muted: rgba(255, 255, 255, 0.88);
  --card: rgba(255, 255, 255, 0.06);
  --cardBorder: rgba(255, 255, 255, 0.10);
  --shadow: rgba(0, 0, 0, 0.25);
}

/* --- 2. RESETS E BASE --- */
* { box-sizing: border-box; }
html, body { min-height: 100dvh; overflow-x: hidden; }
body { margin: 0; padding: 0; font-family: var(--font-ui); color: var(--text); background-color: var(--bg1); -webkit-font-smoothing: antialiased; transition: background-color 0.3s ease, color 0.3s ease; }
[data-theme="dark"] body { background-image: url('images/bg-premium.jpg'); background-size: cover; background-position: center; background-attachment: fixed; }
h1, h2, h3, h4, p { margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.hide-on-mobile { display: flex; } 
.hide-on-desktop { display: none; }

/* --- 3. HEADER E MODAIS --- */
header.site-header { position: sticky; top: 0; z-index: 100; background: var(--bg-header); border-bottom: 1px solid var(--cardBorder); transition: background 0.3s ease; }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.logo-wrap { display: flex; align-items: center; justify-content: center; height: 46px; width: auto; }
.logo-wrap img { height: 200%; width: auto; object-fit: contain; }
.brand .brand-lines { display: flex; flex-direction: column; justify-content: center; }
.nav { display: flex; gap: 32px; font-size: 14.5px; font-weight: 500; letter-spacing: 0.2px; }
.nav a { position: relative; padding: 6px 0; color: var(--header-text) !important; opacity: 0.8; transition: opacity 0.2s; text-decoration: none; }
.nav a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0%; height: 2px; background: var(--accent); transition: width 0.3s ease; border-radius: 2px; }
.nav a:hover, .nav a[aria-current="page"] { font-weight: 600; opacity: 1; color: var(--header-text) !important; }
.nav a:hover::after, .nav a[aria-current="page"]::after { width: 100%; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.header-controls-modern { display: flex; align-items: center; gap: 16px; margin-right: 16px; padding-right: 16px; border-right: 1px solid var(--cardBorder); }
.theme-toggle-modern { background: transparent; border: none; color: var(--header-text) !important; font-family: var(--font-ui); font-weight: 500; font-size: 14px; cursor: pointer; transition: opacity 0.2s; opacity: 0.8;}
.theme-toggle-modern:hover { opacity: 1; }
.theme-toggle-modern span { display: flex; align-items: center; gap: 6px; }

.theme-toggle-modern .mode-escuro { display: flex; }
.theme-toggle-modern .mode-claro { display: none; }
[data-theme="dark"] .theme-toggle-modern .mode-claro { display: flex; }
[data-theme="dark"] .theme-toggle-modern .mode-escuro { display: none; }

.phone-smart-btn { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: none; color: var(--header-text) !important; font-weight: 600; font-size: 14.5px; font-family: var(--font-ui); cursor: pointer; transition: opacity 0.2s; }
.phone-smart-btn:hover { opacity: 0.8; }
.phone-text { display: inline; color: inherit; }
.icon-btn { height: 38px; width: 38px; border-radius: 99px; background: var(--cardBorder) !important; color: var(--header-text) !important; cursor: pointer; border: none !important; font-size: 13px; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.icon-btn:hover { opacity: 0.8; }
.mobile-menu-btn { display: none; }

.overlay { position: fixed; inset: 0; background: rgba(4,18,38,.8); display: none; align-items: center; justify-content: center; padding: 24px; z-index: 200; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.overlay.open { display: flex; }
.modal { width: min(420px, 100%); background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-radius: 24px; box-shadow: 0 24px 70px rgba(0,0,0,.15); border: 1px solid var(--cardBorder); overflow: hidden; color: var(--text); margin: auto; position: relative; }
[data-theme="dark"] .modal { background: rgba(10, 27, 53, 0.65); border: 1px solid rgba(255,255,255,0.12); box-shadow: 0 24px 70px rgba(0,0,0,.4); }
.modal header { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--cardBorder); background: transparent; }
.modal header strong { font-size: 16px; letter-spacing: .01em; margin: 0; }
.modal header button { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--cardBorder); background: transparent; color: var(--text); cursor: pointer; transition: all 0.2s; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.modal header button:hover { background: rgba(0,0,0,0.05); }
.modal .modal-body { padding: 16px; }
#tripDetailsOverlay .modal header, #guideDetailsOverlay .modal header { position: absolute !important; top: 0; right: 0; padding: 16px !important; border: none !important; z-index: 10; display: block !important; background: transparent !important; width: auto !important; }
#tripDetailsOverlay .modal header strong, #guideDetailsOverlay .modal header strong { display: none !important; }
#tripDetailsOverlay .modal header button, #guideDetailsOverlay .modal header button { width: 32px; height: 32px; background: var(--bg2); box-shadow: 0 4px 12px var(--shadow); }
.menu-modal { width: min(340px, 100%); }
.menu-nav { display: flex; flex-direction: column; padding: 16px 24px 24px; gap: 8px; }
.menu-nav a { display: block; font-size: 18px; font-weight: 600; color: var(--text); text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--cardBorder); transition: color 0.2s; text-align: center; }
.menu-nav a:last-child { border-bottom: none; }

/* --- 4. FAB E BOTÕES GERAIS --- */
.fab { position: fixed; right: max(24px, calc(50vw - 560px)); bottom: 90px; display: flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 99px; background: #25D366; border: none; color: #fff; cursor: pointer; z-index: 90; transition: transform 0.2s ease; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.fab:hover { transform: translateY(-3px); }
.fab i { font-size: 20px; }
.fab-text { font-family: var(--font-ui); font-weight: 500; font-size: 13px; letter-spacing: -0.01em; }
.btn-primary { background: var(--text); color: var(--bg1); padding: 0 24px; height: 48px; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 600; font-size: 14.5px; transition: transform 0.2s, opacity 0.2s; text-decoration: none; cursor: pointer; }
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); }
.btn-outline-dark { background: transparent; color: var(--text); border: 1px solid var(--cardBorder); padding: 0 24px; height: 46px; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 600; font-size: 14px; transition: all 0.2s; text-decoration: none; }
.btn-outline-dark:hover { background: var(--text); color: var(--bg1); border-color: var(--text); }
.hero-main-cta { background-color: var(--accent) !important; color: #fff !important; border: none; padding: 0 32px; height: 54px; font-size: 16px; box-shadow: 0 8px 24px rgba(30, 159, 149, 0.3); margin-top: 30px; }
.hero-main-cta:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(30, 159, 149, 0.5); }

/* --- 5. HERO (HOME) E BANNERS --- */
main { padding: 0 0 50px 0; }
.hero-wrapper { position: relative; width: 100%; padding-top: 60px; padding-bottom: 0px; }
.hero-bg-layer { position: absolute; top: 0; left: 0; right: 0; height: 520px; background-image: linear-gradient(rgba(12, 18, 32, 0.5), rgba(12, 18, 32, 0.6)), url('images/fundo-home.svg'); background-size: cover; background-position: center; z-index: 0; }
.hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: flex-start; padding: 0 0 20px 0; position: relative; z-index: 1; box-sizing: border-box; }
.hero-left { position: relative; z-index: 1; max-width: 600px; margin-top: 40px; }
.hero-title, .hero-sub, .hero-p span, .handle-left, .social-row-left .social { color: #ffffff !important; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
.hero-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(32px, 3.5vw, 42px); line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 16px 0; }
.hero-sub { font-weight: 500; font-size: 20px; margin: 0 0 16px 0; }
.hero-sub span { color: var(--accent) !important; } 
.hero-p { margin: 0; font-size: 15px; line-height: 1.6; max-width: 520px; opacity: 0.95; }
.hero-socials-block { margin-top: 40px; display: flex; align-items: center; gap: 18px; }
.social-row-left { display: flex; gap: 16px; }
.social-row-left .social { font-size: 20px; opacity: 0.8; transition: all 0.2s ease; }
.social-row-left .social:hover { opacity: 1; transform: translateY(-2px) scale(1.1); color: var(--accent) !important; }
.handle-left { font-size: 13.5px; font-weight: 500; opacity: 0.9; padding-left: 18px; border-left: 1px solid rgba(255,255,255,0.3); letter-spacing: 0.02em; }
.hero-right { display: flex; justify-content: flex-end; margin-top: 20px; }

.bio-card { width: 100%; max-width: 400px; background: rgba(18, 39, 70, 0.7); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 30px 24px; box-shadow: 0 24px 60px rgba(0,0,0,0.25); }
:root:not([data-theme="dark"]) .bio-card { background: rgba(255, 255, 255, 0.85); border: 1px solid rgba(0,0,0,0.08); box-shadow: 0 24px 60px rgba(0,0,0,0.1); }
.bio-top { display: flex; flex-direction: column; align-items: center; padding-bottom: 20px; }
.avatar { width: 80px; height: 80px; border-radius: 999px; object-fit: cover; border: 2px solid rgba(255,255,255,.1); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.bio-name { margin-top: 14px; font-weight: 600; font-size: 18px; color: var(--text); opacity: 0.9; }
.actions { display: flex; flex-direction: column; gap: 10px; }
.big-btn { height: 50px; border-radius: 12px; border: 1px solid var(--cardBorder); background: var(--bg1); color: var(--text); display: flex; align-items: center; justify-content: space-between; padding: 0 16px; font-weight: 500; font-size: 14px; transition: all 0.2s ease; }
.big-btn:hover { background: var(--card); transform: translateY(-2px); }
.big-left { display: flex; align-items: center; gap: 14px; }
.big-ico { color: var(--accent); font-size: 16px; width: 20px; text-align: center; }
.big-arrow { font-size: 18px; opacity: 0.4; transition: transform 0.2s; }
.big-btn:hover .big-arrow { transform: translateX(4px); opacity: 0.9; color: var(--accent); }
.small-title { margin: 20px 4px 10px; color: var(--muted); font-weight: 600; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }

.mini-hero-wrapper { position: relative; width: 100%; height: 320px; display: flex; align-items: flex-end; padding-bottom: 50px; overflow: hidden; margin-bottom: 40px; }
.mini-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.mini-hero-content { position: relative; z-index: 1; }
.badge-tag-transp { display: inline-block; background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.3); color: #ffffff; padding: 6px 14px; border-radius: 99px; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.mini-page-title { font-family: var(--font-display); font-size: clamp(32px, 5vw, 48px); color: #ffffff !important; text-shadow: 0 4px 15px rgba(0,0,0,0.4); margin: 0 0 10px 0; line-height: 1.1; }
.mini-page-subtitle { font-size: 16px; color: #ffffff !important; opacity: 0.95; text-shadow: 0 2px 10px rgba(0,0,0,0.4); max-width: 600px; }
.trip-breadcrumb { font-size: 13.5px; color: #ffffff; opacity: 0.95; margin-bottom: 16px; font-weight: 500; }
.trip-breadcrumb a { color: #ffffff; text-decoration: none; transition: opacity 0.2s; }
.trip-breadcrumb a:hover { opacity: 0.7; text-decoration: underline; }
.trip-breadcrumb span { opacity: 0.8; }

/* --- 6. SECÇÃO CARDS DE VIAGEM --- */
.rt-section { padding-top: 10px; padding-bottom: 60px; }
.section-header-flex { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; gap: 20px; }
.section-title { font-family: var(--font-display); font-size: 28px; font-weight: 400; margin: 0 0 6px 0; color: var(--text); }
.section-subtitle { color: var(--muted); font-size: 15px; font-weight: 400; margin: 0; opacity: 0.8; }

.st-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.st-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.st-card-sm { background: var(--bg2); border: 1px solid var(--cardBorder); border-radius: 12px; padding: 10px; display: flex; flex-direction: column; box-shadow: 0 6px 16px var(--shadow); transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; position: relative; }
.st-card-sm:hover { transform: translateY(-4px); box-shadow: 0 12px 24px var(--shadow); }
.st-img-sm { width: 100%; aspect-ratio: 16/10; border-radius: 8px; overflow: hidden; position: relative; margin-bottom: 12px; }
.st-img-sm img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.st-card-sm:hover .st-img-sm img { transform: scale(1.05); }
.st-tag-sm { position: absolute; top: 8px; left: 8px; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(4px); color: #fff; padding: 4px 8px; border-radius: 4px; font-size: 9px; font-weight: 600; letter-spacing: 0.05em; border: 1px solid rgba(255,255,255,0.2); z-index: 2; }

/* TAXONOMIA GLOBAL DE STATUS: Badges nos Cartões */
.st-tag-status { position: absolute; top: 8px; right: 8px; padding: 5px 8px; border-radius: 6px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.02em; z-index: 2; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.3); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); display: inline-flex; align-items: center; gap: 4px; box-shadow: 0 2px 10px rgba(0,0,0,0.15); }
.st-tag-status.abertas { background: #16a34a; color: #fff; border-color: #15803d; }
.st-tag-status.ultimas { background: #f59e0b; color: #fff; border-color: #d97706; }
.st-tag-status.esgotado { background: #f3f4f6; color: #475569; border-color: #d1d5db; }
.st-tag-status.pre-lancamento { background: #9333ea; color: #fff; border-color: #7e22ce; }
.st-tag-status.preparar { background: #1e3a8a; color: #fff; border-color: #1e3a8a; }
.st-tag-status.exploracao { background: #0891b2; color: #fff; border-color: #0891b2; }

/* Selo de Parceria Simples nos cartões da Homepage/Viagens */
.st-partner-badge { position: absolute; bottom: 8px; right: 8px; background: rgba(255, 255, 255, 0.95); padding: 4px 6px; border-radius: 6px; display: flex; flex-direction: column; align-items: center; gap: 2px; z-index: 2; box-shadow: 0 2px 10px rgba(0,0,0,0.15); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.st-partner-badge span { font-size: 7px; text-transform: uppercase; color: var(--text); font-weight: 700; letter-spacing: 0.05em; line-height: 1; }
.st-partner-badge img { height: 48px; width: auto; display: block; }

.st-body-sm { display: flex; flex-direction: column; flex-grow: 1; padding: 0 2px 2px; }
.st-body-sm h3 { font-family: var(--font-display); font-size: 17px; margin: 0 0 6px 0; color: var(--text); line-height: 1.1; }
.st-date-sm { font-size: 11px; color: var(--accent); font-weight: 600; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.st-body-sm p { font-size: 12px; color: var(--muted); opacity: 0.9; line-height: 1.4; margin-bottom: 14px; flex-grow: 1; }
.st-btn-sm { display: flex; justify-content: center; align-items: center; text-align: center; border-radius: 8px; font-size: 12.5px; font-weight: 600; text-decoration: none; padding: 8px; transition: all 0.2s; pointer-events: none; }

/* TAXONOMIA GLOBAL DE STATUS: CTAs nos Cartões */
.st-btn-sm.btn-abertas { background: #16a34a !important; color: #fff !important; border: none; }
.st-btn-sm.btn-ultimas { background: #ea580c !important; color: #fff !important; border: none; }
.st-btn-sm.btn-esgotado { background: #e5e7eb !important; color: #64748b !important; border: none; }
.st-btn-sm.btn-pre-lancamento { background: #0f766e !important; color: #fff !important; border: none; }
.st-btn-sm.btn-preparar, .st-btn-sm.btn-exploracao { background: #f1f5f9 !important; color: #0f172a !important; border: 1px solid #cbd5e1; font-weight: 600; }

/* Hover States Taxonomy */
.st-card-sm:hover .btn-pre-lancamento { background: #115e59 !important; }
.st-card-sm:hover .btn-preparar, .st-card-sm:hover .btn-exploracao { background: #e2e8f0 !important; }

/* Fallbacks */
:root:not([data-theme="dark"]) .st-btn-sm.btn-default { background: #f4f2ee; color: #0b2b58 !important; border: 1px solid rgba(11, 43, 88, 0.1); }
:root:not([data-theme="dark"]) .st-btn-sm.btn-default:hover { background: #e8e5de; }
[data-theme="dark"] .st-btn-sm.btn-default { background: var(--bg1); color: var(--text) !important; border: 1px solid var(--cardBorder); }
[data-theme="dark"] .st-btn-sm.btn-default:hover { background: var(--accent); color: #fff !important; border-color: var(--accent); }

/* --- 7. CARDS DE GUIAS E COLEÇÕES --- */
.trips-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; width: 100%; }
.trip-card { cursor: pointer; display: flex; flex-direction: column; width: 100%; }
.guide-frame { position: relative; width: 100%; aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; margin-bottom: 16px; box-shadow: 0 14px 40px var(--shadow); border: 1px solid var(--cardBorder); background: var(--bg2); }
.guide-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
.trip-card:hover .guide-frame img { transform: scale(1.05); }
.guide-bottom { padding: 0 4px; }
.guide-title { font-family: var(--font-display); font-size: 18px; font-weight: 600; margin: 0 0 6px 0; color: var(--text); }
.guide-sub { font-size: 13px; color: var(--accent); margin: 0 0 12px 0; font-weight: 500; }
.guide-social { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text); margin-bottom: 16px; font-weight: 500; opacity: 0.8; }
.guide-social a { color: var(--text); font-size: 18px; transition: all 0.2s; opacity: 0.6; }
.guide-social a:hover { opacity: 1; color: var(--accent); transform: translateY(-2px); }
.guide-premium-btn { font-size: 14px; font-weight: 600; color: var(--text); background: none; border: none; padding: 0; cursor: pointer; transition: color 0.2s; }
.guide-premium-btn:hover { color: var(--accent); }

.categories-section { margin-bottom: 60px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.collection-card { display: flex; flex-direction: column; height: 100%; background: var(--bg2); border: 1px solid var(--cardBorder); border-radius: 20px; padding: 16px; transition: transform 0.2s; cursor: pointer; }
.collection-card:hover { transform: translateY(-4px); background: var(--card); }
.coll-img-box { width: 100%; height: 180px; border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.coll-img-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.collection-card:hover .coll-img-box img { transform: scale(1.05); }
.coll-content { display: flex; flex-direction: column; height: 100%; padding: 0 16px 16px; text-align: left; }
.coll-kicker { display: inline-block; font-size: 10px; font-weight: 700; color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; }
.coll-title { font-family: var(--font-display); font-size: 18px; font-weight: 600; margin: 0 0 8px 0; color: var(--text); text-transform: uppercase; }
.coll-desc { font-size: 13px; color: var(--accent); font-weight: 600; margin: 0 0 8px 0; line-height: 1.4; }
.coll-copy { font-size: 13px; color: var(--text); opacity: 0.9; margin: 0 0 16px 0; line-height: 1.5; flex-grow: 1; }

/* --- 8. PÁGINA QUEM SOMOS --- */
.page-about { padding-top: 0; padding-bottom: 80px; }
.top-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--cardBorder); padding: 0 0 50px 0; gap: 24px; }
.top-value-item { text-align: center; padding: 0 16px; border-right: 1px solid var(--cardBorder); }
.top-value-item:last-child { border-right: none; }
.tv-icon { font-size: 24px; color: var(--accent); margin-bottom: 16px; }
.tv-title { font-family: var(--font-display); font-size: 18px; color: var(--text); margin: 0 0 12px 0; }
.tv-desc { font-size: 13px; color: var(--muted); opacity: 0.9; line-height: 1.6; margin: 0; }

.eyebrow-text { display: block; font-size: 10px; font-weight: 700; color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.ed-h2 { font-family: var(--font-display); font-size: clamp(32px, 4vw, 42px); color: var(--text); margin: 0 0 24px 0; letter-spacing: -0.02em; line-height: 1.1; }
.ed-paragraphs p { font-size: 15.5px; color: var(--muted); opacity: 0.9; line-height: 1.8; margin-bottom: 20px; }

.ed-founder-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 80px 0; align-items: center; }

/* Moldura Retangular Elegante na foto do Bruno */
.ed-founder-img-wrapper { position: relative; width: 100%; max-width: 400px; margin: 0 auto; display: block; }
.ed-founder-img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 20px; box-shadow: 0 24px 60px var(--shadow); display: block; border: none; }

.ed-company-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 80px 0; align-items: center; border-top: 1px solid var(--cardBorder); }
.ed-company-card { background: var(--bg2); border-radius: 24px; padding: 40px; border: 1px solid var(--cardBorder); box-shadow: 0 12px 40px var(--shadow); }
.ed-card-title { font-family: var(--font-display); font-size: 20px; color: var(--text); margin: 0 0 24px 0; }
.ed-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.ed-bullets li { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--text); font-weight: 500; background: transparent; border: 1px solid var(--cardBorder); padding: 10px 18px; border-radius: 99px; transition: background 0.2s; }
.ed-bullets li:hover { background: var(--bg1); }
.ed-bullets li i { color: var(--accent); font-size: 14px; opacity: 0.9; }

.ed-bottom-cta { padding: 60px 0 20px; border-top: 1px solid var(--cardBorder); background: linear-gradient(to bottom, transparent, rgba(74, 168, 150, 0.03)); text-align: center; }
.cta-title { font-family: var(--font-display); font-size: 32px; color: var(--text); text-align: center; margin: 0 0 16px 0; letter-spacing: -0.01em; font-weight: 500; }
.cta-desc { text-align: center; color: var(--muted); opacity: 0.9; margin: 0 auto 36px auto; max-width: 680px; line-height: 1.6; font-size: 15px; }

.cta-buttons-center { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp-light { background: #ffffff; border: 1px solid var(--cardBorder); color: #0b2b58; padding: 0 28px; height: 50px; border-radius: 99px; display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 14.5px; transition: transform 0.2s, box-shadow 0.2s; cursor: pointer; text-decoration: none;}
.btn-whatsapp-light:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.05); }

/* --- 9. PÁGINAS DE DETALHE DE VIAGEM --- */
.page-trip-detail { padding-top: 0 !important; background-color: var(--bg1); position: relative; z-index: 0; }

.detail-hero-wrapper { position: relative; width: 100%; height: 520px; display: flex; align-items: flex-end; padding-bottom: 70px; z-index: 1; }
.detail-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.detail-hero-content { position: relative; z-index: 2; width: 100%; }

.trip-header-info { margin-bottom: 0; }
.detail-title { font-family: var(--font-display); font-size: 48px; color: #ffffff; text-shadow: 0 4px 15px rgba(0,0,0,0.4); margin: 0 0 10px 0; text-transform: uppercase; }
.detail-location { color: #ffffff; font-weight: 500; font-size: 18px; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }

/* Grid de Detalhe e Z-Index Forçado para Desktop */
.detail-content-grid { display: grid; grid-template-columns: 1fr 380px; gap: 60px; margin-top: 40px; position: relative; z-index: 10; padding-bottom: 80px; }

.section-title-sm { font-family: var(--font-display); font-size: 26px; color: var(--text); margin-bottom: 16px; }
.detail-text { font-size: 15.5px; line-height: 1.8; color: var(--muted); opacity: 0.95; margin-bottom: 40px; }

.practical-details-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.practical-card { background: var(--bg2); border: 1px solid var(--cardBorder); padding: 20px; border-radius: 12px; box-shadow: 0 4px 15px rgba(11, 43, 88, 0.03); }
.practical-icon { color: var(--accent); font-size: 20px; margin-bottom: 12px; }
.practical-card h4 { font-size: 11.5px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; font-weight: 600; opacity: 0.8; }
.practical-card p { font-weight: 600; font-size: 15px; color: var(--text); margin: 0; }

.detail-sidebar { margin-top: -180px; position: relative; z-index: 20; }
.booking-card { background: var(--bg2); border-radius: 24px; padding: 32px; border: 1px solid var(--cardBorder); box-shadow: 0 30px 60px rgba(11, 43, 88, 0.1); position: sticky; top: 100px; z-index: 20; text-align: left; }

.price-block { margin-bottom: 16px; text-align: left; }
.price-label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 4px; font-weight: 500; }
.price-value { display: block; font-size: 28px; font-weight: 700; color: var(--text); }

/* TAXONOMIA DE DETALHE (INNER BADGE) */
.status-badge { display: inline-flex; align-items: center; gap: 8px; background: #fff7ed; color: #ea580c; padding: 6px 14px; border-radius: 8px; font-size: 13px; font-weight: 700; margin-bottom: 20px; align-self: flex-start; border: 1px solid #ffedd5; }
.status-badge.pre-lancamento { background: #faf5ff; color: #9333ea; border-color: #f3e8ff; }
.status-badge.disponivel { background: #f0fdf4; color: #16a34a; border-color: #dcfce7; }
.status-badge.ultimas { background: #fefce8; color: #ca8a04; border-color: #fef08a; }
.status-badge.esgotado { background: #fef2f2; color: #dc2626; border-color: #fee2e2; }

.card-desc { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 20px; text-align: left; }

/* Rodapé do Booking Card & Quebra de Linha em Mobile */
.card-footer-info { display: flex; align-items: flex-start; justify-content: center; gap: 8px; font-size: 12px; color: var(--muted); opacity: 0.7; margin-top: 20px; text-align: left; line-height: 1.4; }
.card-footer-info i { margin-top: 2px; }
.mobile-line-break { display: inline; }
.mobile-line-break::after { content: " "; }

/* Bloco da Parceria detalhado dentro da Sidebar */
.sidebar-partner-block { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 16px; margin-bottom: 24px; text-align: center; }
.sidebar-partner-block span { font-size: 10px; text-transform: uppercase; color: var(--text); font-weight: 700; letter-spacing: 0.05em; }
.partner-logo-detailed { height: 110px; width: auto; display: block; margin: 0 auto; } 

/* Lista de Destaques */
.highlight-list { list-style: none; padding: 0; margin: 0 0 40px 0; display: flex; flex-direction: column; gap: 16px; }
.highlight-list li { font-size: 15px; line-height: 1.6; color: var(--muted); padding-left: 20px; position: relative; }
.highlight-list li::before { content: '•'; color: var(--accent); position: absolute; left: 0; font-size: 20px; top: -2px; }
.highlight-list li strong { color: var(--text); }

/* Grid de Informações Práticas - Ajustes de Notas */
.practical-card .card-note { display: block; font-size: 11.5px; color: var(--accent); margin-top: 8px; line-height: 1.4; font-weight: 500; }

/* Secção Incluído */
.included-section { background: var(--bg2); border: 1px solid var(--cardBorder); padding: 24px 30px; border-radius: 16px; box-shadow: 0 10px 30px var(--shadow); margin-top: 32px; margin-bottom: 40px; }
.included-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.included-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--text); line-height: 1.5; }
.included-list li i { color: #4aa896; font-size: 16px; margin-top: 2px; }

/* Galeria de Imagens Placeholder */
.trip-image-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 40px; }
.trip-image-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; box-shadow: 0 8px 24px var(--shadow); }

/* --- 10. RODAPÉ E BANNER COOKIES --- */
.site-footer { padding: 32px 0 30px; border-top: 1px solid rgba(255,255,255,0.05); margin-top: 0; background: #041226; color: #fff; }
.footer-grid-minimal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 40px; }
.footer-col { display: flex; flex-direction: column; }
.footer-title { font-size: 13px; font-weight: 600; margin: 0 0 12px 0; color: #fff; opacity: 0.95; letter-spacing: 0.02em; }
.footer-links-vert { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: rgba(255,255,255,0.7); }
.footer-links-vert a { transition: color 0.2s; text-decoration: none; color: inherit; }
.footer-links-vert a:hover { color: var(--accent); }
.footer-socials { display: flex; gap: 16px; font-size: 18px; margin-top: 4px; }
.footer-socials a { transition: color 0.2s, transform 0.2s; color: rgba(255,255,255,0.7); }
.footer-socials a:hover { color: var(--accent); transform: translateY(-2px); }
.footer-bottom-minimal { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 12px; color: rgba(255,255,255,0.5); padding-right: 180px; }
.legal-links { display: flex; align-items: center; gap: 12px; }
.text-btn { background: none; border: none; color: inherit; font-family: inherit; font-size: 13px; cursor: pointer; padding: 0; transition: color 0.2s; text-decoration: none; }
.text-btn:hover { color: var(--accent); }
.dot-sep { opacity: 0.5; font-size: 10px; }
.cookie-banner { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); width: 90%; max-width: 600px; background: var(--bg2); border: 1px solid var(--cardBorder); padding: 16px 24px; border-radius: 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; z-index: 999; box-shadow: 0 20px 40px var(--shadow); }
.cookie-banner p { font-size: 13px; margin: 0; color: var(--text); line-height: 1.5; }

/* --- RESPONSIVIDADE (MEDIA QUERIES) --- */
@media (max-width: 980px) {
  .nav, .phone-text { display: none; }
  .phone-smart-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--cardBorder); justify-content: center; }
  .header-controls-modern { gap: 12px; margin-right: 12px; padding-right: 12px; }
  .theme-toggle-modern { font-size: 13px; }
  .mobile-menu-btn { display: flex; }
  .hero-wrapper { padding-top: 40px; }
  .hero-bg-layer { height: 600px; }
  .hero { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-left { max-width: 100%; margin: 0 auto; display: flex; flex-direction: column; align-items: center; margin-top: 20px; }
  .hero-socials-block { justify-content: center; }
  .hero-right { justify-content: center; margin-top: 10px; }
  .bio-card { max-width: 480px; }
  
  .st-grid-4, .st-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .top-values-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .top-value-item:nth-child(2) { border-right: none; }
  .ed-founder-section, .ed-company-section { grid-template-columns: 1fr; gap: 50px; padding: 60px 0; text-align: center; }
  .ed-company-card { text-align: left; }
  
  /* FIX MOBILE DETAIL: Aumentar o Hero Padding-Bottom para evitar colisão do texto com o card branco */
  .detail-hero-wrapper { height: 480px; padding-bottom: 100px; align-items: flex-end; z-index: 1; } 
  .detail-content-grid { display: flex; flex-direction: column; gap: 40px; margin-top: -60px; padding-top: 0; z-index: 10; position: relative; }
  .detail-sidebar { order: 1; margin-top: 0; position: relative; z-index: 20; width: 100%; } 
  .detail-main-info { order: 2; display: flex; flex-direction: column; width: 100%; }
  .booking-card { position: static !important; margin: 0; box-shadow: 0 15px 40px rgba(11, 43, 88, 0.12); width: 100%; }
  .detail-title { font-size: 38px !important; }
  
  .trips-grid { grid-template-columns: repeat(2, 1fr); }
  .mini-hero-wrapper { height: 280px; }
}

@media (max-width: 768px) {
  .footer-grid-minimal { grid-template-columns: 1fr; gap: 30px; text-align: left; }
  .footer-bottom-minimal { flex-direction: column; align-items: flex-start; padding-right: 0; }
}

@media (max-width: 600px) {
  .hide-on-mobile { display: none !important; }
  .hide-on-desktop { display: block !important; }  
  .container { padding-left: 24px; padding-right: 24px; overflow-x: hidden; }
  .header-inner { height: 64px; }
  main { padding: 0 0 40px !important; }
  .global-page-header { padding: 10px 20px 14px !important; margin-bottom: 8px !important; border-bottom: none; }  
  .global-page-header .page-title { font-size: clamp(24px, 5.5vw, 28px) !important; margin-bottom: 4px; line-height: 1.1; white-space: normal; }
  .global-page-header .page-subtitle { font-size: 14px !important; }
  .section-title { font-size: 24px !important; margin-bottom: 4px; }  
  .hero-wrapper { padding-top: 20px; padding-bottom: 20px; }
  .hero-bg-layer { height: 480px; }
  .hero { padding-top: 20px !important; margin-top: 0 !important; gap: 32px; }
  .hero-left { text-align: center !important; align-items: center !important; margin-top: 10px; }
  .hero-p, .hero-sub { text-align: center !important; }
  .hero-title { font-size: clamp(26px, 6vw, 36px) !important; margin-bottom: 12px; line-height: 1.1; }
  .hero-sub { font-weight: 500; font-size: 16px; margin: 0 0 16px 0; }
  .bio-card { padding: 24px 20px; }
  .st-grid-4, .st-grid-3 { grid-template-columns: 1fr; }
  .brand { gap: 8px; align-items: center; justify-content: flex-start; text-decoration: none; display: flex; } 
  .logo-icon-wrap { height: 32px; display: flex; align-items: center; justify-content: center; }
  .logo-icon-wrap img { height: 100%; width: auto; object-fit: contain; }
  .brand-text-wrap { display: flex; flex-direction: column; justify-content: center; margin-top: 2px; }
  .brand-title { font-family: var(--font-display); font-weight: 700; font-size: 16px; line-height: 1; margin-bottom: 2px; letter-spacing: -0.5px; }
  .brand-subtitle { font-family: var(--font-ui); font-weight: 600; font-size: 10px; line-height: 1; letter-spacing: 0.2px; }
  .page-about { display: flex; flex-direction: column; }
  .page-about > .mini-hero-wrapper { order: 1; }
  .page-about > .ed-founder-section { order: 2; padding-top: 0px !important; padding-bottom: 20px; display: flex; flex-direction: column; gap: 14px !important; }
  .page-about > .ed-company-section { order: 3; display: flex; flex-direction: column; gap: 30px; padding-top: 20px; padding-bottom: 30px; }
  .page-about > section:nth-of-type(4) { order: 4; } 
  .page-about > .ed-bottom-cta { order: 5; }
  .top-values-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 14px; padding-top: 30px; padding-bottom: 20px; border-top: 1px solid var(--cardBorder); margin-top: 10px; }
  .tv-icon { font-size: 18px; margin-bottom: 8px; }
  .tv-title { font-size: 14px; margin-bottom: 4px; }
  .tv-desc { font-size: 11.5px; }
  
  .ed-founder-img-wrapper { max-width: 280px !important; margin-bottom: 20px !important; }
  
  .ed-founder-right { padding: 0 10px; text-align: left; }
  .ed-h2 { font-size: 24px !important; margin-bottom: 16px; }
  .ed-paragraphs p { font-size: 14px; line-height: 1.6; margin-bottom: 16px; text-align: left; }
  .ed-company-card { padding: 24px 20px; border-radius: 20px; }
  .ed-bullets { flex-direction: column; gap: 8px; }
  .ed-bullets li { width: 100%; justify-content: flex-start; font-size: 13px; padding: 12px 16px; box-sizing: border-box; }
  .ed-bottom-cta { padding: 30px 0 0; text-align: center; }
  .cta-desc { font-size: 13.5px !important; margin-bottom: 24px; padding: 0 10px; }
  .cta-buttons-center { display: flex; flex-direction: column; align-items: center; width: 100%; gap: 12px; padding: 0 10px; box-sizing: border-box; }
  .btn-whatsapp-light, .btn-outline-dark { width: 250px !important; max-width: 100% !important; justify-content: center; }
  .site-footer { padding-bottom: 110px !important; }
  .cookie-banner { flex-direction: column; text-align: center; gap: 12px; padding: 16px; bottom: 85px !important; z-index: 1001; }
  .overlay { padding: 4px 12px; align-items: flex-start !important; justify-content: center !important; } 
  .modal { max-height: calc(100dvh - 75px); display: flex; flex-direction: column; margin-top: 4px !important; margin-bottom: auto !important; position: relative; }
  .modal header { padding: 16px 20px !important; }
  .modal .modal-body { padding: 20px 16px 24px !important; overflow-y: auto; }
  #tripDetailsOverlay .modal header, #guideDetailsOverlay .modal header { position: absolute !important; top: 0; right: 0; padding: 12px 16px !important; border: none !important; }
  #tripDetailsOverlay .modal header button, #guideDetailsOverlay .modal header button { box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
  .btn-whatsapp { display: flex !important; flex-direction: row !important; align-items: center; justify-content: center; gap: 8px; padding: 14px 16px !important; }
  .btn-whatsapp-text { display: flex; flex-direction: row; align-items: center; gap: 6px; }
  .mobile-bottom-app-bar { display: flex !important; position: fixed; bottom: 0; left: 0; width: 100%; height: 65px; background: var(--bg-header); border-top: 1px solid var(--cardBorder); justify-content: space-around; align-items: center; padding: 0 4px; box-shadow: 0 -5px 15px rgba(0,0,0,0.15); z-index: 1000; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
  .nav-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--header-text); opacity: 1; text-decoration: none; background: none; border: none; cursor: pointer; padding: 5px 0; gap: 4px; font-family: var(--font-ui); font-weight: 600; position: relative; }
  .nav-item:active, .nav-item[aria-current="page"] { color: var(--accent); }
  .nav-item i { font-size: 20px; margin-bottom: 2px; }
  .nav-item span { font-size: 9.5px; letter-spacing: 0.02em; white-space: nowrap; }
  .trip-image-gallery { grid-template-columns: 1fr; }
  .included-section { padding: 24px 20px; margin-top: 32px; }
  
  /* FIX MOBILE DETAIL: Previne sobreposição do texto */
  .detail-hero-wrapper { height: 420px; padding-bottom: 85px; align-items: flex-end; z-index: 1; }
  .detail-content-grid { display: flex; flex-direction: column; gap: 32px; margin-top: -50px; padding-top: 0; z-index: 10; position: relative; }
  .booking-card { padding: 24px 20px; }
  .sidebar-partner-block { margin-top: 12px; margin-bottom: 16px; }
  .partner-logo-detailed { height: 80px; }
  .card-desc { font-size: 13px; margin-bottom: 16px; }
  .status-badge { margin-bottom: 16px; }
  
  /* FIX: Card Footer Break Only On Mobile */
  .card-footer-info { justify-content: flex-start; text-align: left; }
  .mobile-line-break { display: block; height: 2px; }
  .mobile-line-break::after { content: ""; }
}
@media (max-width: 520px) {
  .bio-card { padding: 20px 16px; border-radius: 20px; }
  .fab { right: 20px; bottom: 85px; padding: 12px; }
  .fab-text { display: none; } 
  .trip-card { flex: 0 0 230px; }
  .trip-card:has(.guide-frame) { flex: 0 0 190px; }
  .trip-content-inside { min-height: 122px; }
  .trip-title { min-height: 44px; font-size: 20px; }
  .trip-dest { min-height: 32px; }
  .trip-mini-desc { min-height: 30px; font-size: 11px; }
  .coll-desc { min-height: auto; }
}
/* Brunu Travel — Production Stylesheet (Master Version V32) */

/* ... (manter o código anterior) ... */

/* TAXONOMIA GLOBAL DE STATUS: Badges nos Cartões */
.st-tag-status.confirmado { background: #16a34a; color: #fff; border-color: #15803d; }
.st-tag-status.abertas { background: #16a34a; color: #fff; border-color: #15803d; }
/* ... */

/* TAXONOMIA DE DETALHE (INNER BADGE) */
.status-badge.confirmado { background: #f0fdf4; color: #16a34a; border-color: #dcfce7; }
/* ... */

/* TAXONOMIA GLOBAL DE STATUS: CTAs nos Cartões */
.st-btn-sm.btn-confirmado { background: #16a34a !important; color: #fff !important; border: none; pointer-events: auto !important; }
.st-card-sm:hover .btn-confirmado { background: #15803d !important; }
/* ... (restante do ficheiro) ... */
/* Brunu Travel — Production Stylesheet (Master Version V33) */

/* ... (manter todo o código anterior) ... */

/* Estilos para o estado Confirmado e Cores de Secção */
.st-tag-status.confirmado { background: #16a34a; color: #fff; border-color: #15803d; }
.status-badge.confirmado { background: #f0fdf4; color: #16a34a; border-color: #dcfce7; }
.st-btn-sm.btn-confirmado { background: #16a34a !important; color: #fff !important; border: none; pointer-events: auto !important; }
.st-card-sm:hover .btn-confirmado { background: #15803d !important; }

/* Ajuste de cores para listas de incluídos/não incluídos */
.included-list.not-included i { color: #e67e22 !important; }
/* Estilo base para Desktop */
.included-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.list-item-content {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.sub-bullet {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 2px;
}

/* Estratégia para Mobile (Evita sobreposição) */
@media (max-width: 600px) {
  .included-grid-wrapper {
    grid-template-columns: 1fr; /* Força uma única coluna */
    gap: 40px; /* Dá espaço entre as duas caixas */
  }

  .included-section {
    padding: 20px 16px; /* Reduz padding lateral para ganhar espaço interno */
  }

  .not-included-box {
    border-top: 1px solid var(--cardBorder);
    padding-top: 30px; /* Cria uma separação visual clara */
  }
}