/*!
 * Brascast - Site CSS (proprietary base styles).
 * Copyright (c) 2026 Brascast. All rights reserved.
 *
 * This source file is protected by copyright law. Unauthorized copying,
 * distribution, modification, reverse engineering, or commercial use of
 * any portion of this code, in source or compiled form, is strictly
 * prohibited without prior written consent from Brascast.
 */

/* --- Local self-hosted fonts (no external request) --- */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/redhatdisplay-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/redhatdisplay-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green: #178d72;
  --green-dark: #0f6b55;
  --green-light: #e8f5f1;
  --green-mid: #2aad8e;
  --text: #0f1e1b;
  --text-muted: #5a7069;
  --bg: #ffffff;
  --bg-soft: #f5faf8;
  --border: #d8eae5;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 36px;
  --font: 'Red Hat Display', sans-serif;
  --topbar-h: 45px;
  --nav-h: 117px;
  --shadow-sm: 0 1px 3px rgba(15,30,27,.06), 0 4px 16px rgba(15,30,27,.06);
  --shadow-md: 0 2px 8px rgba(15,30,27,.08), 0 12px 40px rgba(15,30,27,.10);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--font); cursor: pointer; border: none; background: none; }

/* --- UTILITY --- */
.container { max-width: 1600px; margin: 0 auto; padding: 0 80px; }
@media (max-width: 980px) { .container { padding: 0 16px; } }
.container--wide { max-width: 1800px; margin: 0 auto; padding: 0 32px; }
.section { padding: 96px 0; }
.section--sm { padding: 64px 0; }
.tag { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 600; letter-spacing: .02em; color: var(--green); background: var(--green-light); border-radius: 99px; padding: 5px 14px; }
.tag svg { width: 14px; height: 14px; flex-shrink: 0; }

/* --- BUTTONS --- */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font); font-weight: 600; font-size: 15px; border-radius: 10px; padding: 13px 24px; transition: all .18s; cursor: pointer; border: none; }
.btn--primary { background: var(--green); color: #fff; }
.btn--primary:hover { background: var(--green-dark); transform: translateY(-1px); }
.btn--outline { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.btn--outline:hover { border-color: var(--green); color: var(--green); background: var(--green-light); }
.btn--ghost { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.25); backdrop-filter: blur(8px); }
.btn--ghost:hover { background: rgba(255,255,255,.22); }
.btn--white { background: #fff; color: var(--green); }
.btn--white:hover { background: rgba(255,255,255,.92); }
.btn--lg { font-size: 17px; padding: 15px 30px; border-radius: 12px; }
.btn--sm { font-size: 13px; padding: 9px 18px; border-radius: 8px; }
.btn-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; transition: all .18s; }

/* --- NAVBAR --- */
/* Topbar (faixa promocional acima da navbar) */
.topbar { position: fixed !important; top: 0 !important; left: 0; right: 0; z-index: 1100; height: var(--topbar-h); background: linear-gradient(90deg, #1a3530 0%, #0f1e1b 55%, #0a1410 100%); color: #fff; display: flex; align-items: center; font-size: 17px; pointer-events: auto; transform: translate3d(0,0,0); transition: transform .3s cubic-bezier(.4,0,.2,1); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.topbar.is-hidden { transform: translate3d(0,-100%,0); pointer-events: none; }
.topbar-inner { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: nowrap; }
.topbar-rotate { position: relative; height: 22px; min-width: 240px; flex-shrink: 0; }
.topbar-msg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: flex-end; opacity: 0; transform: translateY(6px); transition: opacity .45s, transform .45s; font-weight: 500; color: rgba(255,255,255,.85); white-space: nowrap; }
.topbar-msg.active { opacity: 1; transform: translateY(0); }
.topbar-cta { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; transition: opacity .2s; white-space: nowrap; }
.topbar-cta:hover { opacity: .85; }
.topbar-cta-short { display: none; }
@media (max-width: 768px) {
  .topbar { font-size: 15px; }
  .topbar-inner { gap: 10px; }
  .topbar-rotate { min-width: 160px; }
  .topbar-cta-full { display: none; }
  .topbar-cta-short { display: inline; }
}
@media (max-width: 540px) {
  .topbar { font-size: 13.5px; }
  .topbar-inner { gap: 8px; padding: 0 12px; justify-content: center; }
  .topbar-rotate { min-width: 200px; flex: 0 0 auto; height: 18px; }
  .topbar-msg { justify-content: flex-end; font-size: 13.5px; }
}
@media (max-width: 385px) {
  .topbar { font-size: 12px; }
  .topbar-inner { gap: 6px; padding: 0 10px; }
  .topbar-rotate { min-width: 170px; height: 16px; }
  .topbar-msg { font-size: 12px; }
}

.navbar-wrap { position: fixed; top: var(--topbar-h); left: 0; right: 0; z-index: 1000; padding: 16px 0; will-change: transform; transition: transform .3s cubic-bezier(.4,0,.2,1), padding .4s cubic-bezier(.4,0,.2,1); }
.navbar-wrap.scrolled { transform: translate3d(0, calc(-1 * var(--topbar-h)), 0); padding: 8px 0; }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; height: 60px; padding: 0; background: transparent; border: 1.5px solid transparent; border-radius: 18px; transition: background .12s linear, border-color .18s, box-shadow .18s, border-radius .25s, height .25s, padding .25s; gap: 50px; }
.navbar-inner .nav-logo { flex-shrink: 0; }
.navbar-inner .nav-links { flex: 1; justify-content: flex-start; }
.navbar-inner .nav-actions { flex-shrink: 0; margin-left: auto; }
.navbar-wrap.scrolled .navbar-inner { background: #fff; border-color: #e8edeb; border-radius: 16px; box-shadow: 0 2px 8px rgba(15,30,27,.06), 0 8px 32px rgba(15,30,27,.12); height: 66px; padding: 0 24px; }
.nav-logo { display: flex; align-items: center; gap: 8px; }
.nav-logo img { height: 32px; width: auto; display: block; }
.nav-logo-text { font-size: 20px; font-weight: 700; color: var(--green); letter-spacing: -.02em; }
.nav-links { display: flex; align-items: center; gap: 0; list-style: none; }
/* hover hit-area: extends 11px vertical (covers the 60px navbar gap) and 2px sideways (covers gaps between items).
   `::before` is invisible - it only captures mouse events. Without it, the submenu would only open exactly over the <a>. */
.nav-links > li { position: relative; }
.nav-links > li::before { content: ''; position: absolute; inset: -11px -2px; z-index: 0; }
.nav-links > li > a { position: relative; z-index: 1; display: flex; align-items: center; gap: 4px; font-size: 19px; font-weight: 600; color: var(--text); margin: 0 2px; padding: 9px 16px; border-radius: 8px; transition: all .15s; white-space: nowrap; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--green); background: var(--green-light); }
.nav-links > li > a svg { width: 14px; height: 14px; transition: transform .2s; }
.nav-links > li:hover > a svg { transform: rotate(180deg); }

/* Simple dropdown */
.nav-dropdown { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(-8px); background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-md); min-width: 240px; padding: 8px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s, transform .18s; }
.nav-links > li:hover .nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dropdown a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--text); transition: all .15s; }
.nav-dropdown a:hover { background: var(--green-light); color: var(--green); }
.nav-dropdown a .dd-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--green-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-dropdown a .dd-icon svg { width: 16px; height: 16px; color: var(--green); }
.nav-dropdown a span.dd-label { font-size: 13px; color: var(--text-muted); font-weight: 400; display: block; }

/* Features mega-menu */
.nav-mega { position: absolute; top: calc(100% + 4px); left: -40px; transform: translateY(-8px); background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 0; min-width: 960px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s, visibility .2s, transform .2s; z-index: 100; overflow: hidden; }
.nav-mega::before { content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.nav-links > li:hover .nav-mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.nav-mega-inner { display: grid; grid-template-columns: 1fr 320px; }
.nav-mega-list { padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.nav-mega-item { display: flex; align-items: center; gap: 16px; padding: 14px 16px; border-radius: 12px; transition: background .15s; cursor: pointer; text-decoration: none; color: var(--text); }
.nav-mega-item:hover { background: var(--green-light); }
.nav-mega-item:hover .mega-icon { background: var(--green); }
.nav-mega-item:hover .mega-icon svg { color: #fff; }
.nav-mega-item.is-active { background: var(--green-light); }
.nav-mega-item.is-active .mega-icon { background: var(--green); }
.nav-mega-item.is-active .mega-icon svg { color: #fff; }
.nav-mega-item.is-active .mega-text-title { color: var(--green-dark); }
.mega-icon { width: 58px; height: 58px; border-radius: 16px; background: var(--green-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .15s; }
.mega-icon svg { width: 30px; height: 30px; color: var(--green); transition: color .15s; stroke-width: 2; flex-shrink: 0; }
.mega-text-title { font-size: 17px; font-weight: 600; color: var(--text); line-height: 1.3; }
.mega-text-desc { font-size: 14px; color: var(--text-muted); margin-top: 3px; line-height: 1.45; }
.nav-mega-side {
  position: relative;
  background: linear-gradient(180deg, var(--bg-soft) 0%, #fff 100%);
  border-left: 1.5px solid var(--border);
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  transition: background .2s;
  overflow: hidden;
}
.nav-mega-side::after {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 140px; height: 140px;
  background: radial-gradient(circle, rgba(42,173,142,.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.nav-mega-side > * { position: relative; z-index: 1; }
.nav-mega-side:hover { background: linear-gradient(180deg, var(--green-light) 0%, #fff 70%); }

.mega-side-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green);
}

.mega-side-img {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 273 / 203;
  background: var(--green-light);
  border: 1.5px solid #fff;
  box-shadow: 0 6px 18px rgba(15,30,27,.08), 0 1px 3px rgba(15,30,27,.04);
}
.mega-side-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mega-side-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-family: monospace; color: var(--text-muted); text-align: center; padding: 8px; }

.mega-side-title-wrap { display: flex; flex-direction: column; gap: 4px; }
.mega-side-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
  letter-spacing: -.015em;
}
.mega-side-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; }

.mega-side-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 99px;
  background: var(--green);
  color: #fff;
  flex-shrink: 0;
  align-self: flex-end;
  margin-top: 6px;
  transition: transform .2s, background .2s;
}
.mega-side-arrow svg { width: 16px; height: 16px; }
.nav-mega-side:hover .mega-side-arrow { transform: translateX(3px); background: var(--green-dark); }

.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-actions .btn-entrar { display: inline-flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 700; color: var(--green); background: var(--green-light); padding: 11px 20px; border-radius: 10px; transition: all .15s; }
.nav-actions .btn-entrar:hover { background: var(--green); color: #fff; }
.nav-actions .btn-entrar svg { width: 18px; height: 18px; }
.nav-actions .btn--primary { font-size: 17px; padding: 12px 22px; }

/* Hamburger */
.nav-hamburger { display: none; flex-direction: column; gap: 6px; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 10px; transition: background .15s; }
.nav-hamburger:hover { background: var(--green); }
.nav-hamburger span { display: block; width: 24px; height: 3px; background: var(--text); border-radius: 2px; transition: background .2s; }
.nav-hamburger:hover span { background: #fff; }

/* Mobile menu - green side panel */
.mobile-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2000; background: rgba(0,0,0,.5); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .3s; }
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu-panel { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: var(--green); overflow-y: auto; transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1); }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; padding: 24px 20px 32px; }
.mobile-menu-logo { display: inline-flex; align-items: center; font-size: 23px; font-weight: 800; color: #fff; letter-spacing: -.02em; text-decoration: none; }
.mobile-menu-logo img { height: 34px; width: auto; display: block; filter: brightness(0) invert(1); }
.mobile-menu-logo .mobile-menu-logo-text { color: #fff; }
.mobile-menu-close { width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; transition: background .15s; cursor: pointer; }
.mobile-menu-close:hover { background: rgba(255,255,255,.2); }
.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 20px 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu-btn { padding: 11px; border-radius: 10px; font-size: 14px; font-weight: 700; text-align: center; transition: all .15s; display: block; }
.mobile-menu-btn--solid { background: #fff; color: var(--green); }
.mobile-menu-btn--outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.mobile-menu-btn--solid:hover { background: rgba(255,255,255,.9); }
.mobile-menu-btn--outline:hover { background: rgba(255,255,255,.1); }
.mobile-nav-section { padding: 20px 20px 6px; }
.mobile-nav-section-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.38); text-transform: uppercase; letter-spacing: .1em; }
.mobile-nav-list { list-style: none; padding: 8px 12px 8px; display: flex; flex-direction: column; }
.mobile-nav-item { display: flex; align-items: center; gap: 14px; padding: 12px 8px; border-radius: 12px; cursor: pointer; transition: background .15s; border-bottom: 1px solid rgba(255,255,255,.07); text-decoration: none; }
.mobile-nav-item:last-child { border-bottom: none; }
.mobile-nav-item:hover { background: rgba(255,255,255,.08); }
.mobile-nav-item.is-active { background: var(--green-mid); }
.mobile-nav-item.is-active .mobile-nav-icon { background: rgba(0,0,0,.15); }
.mobile-nav-item.is-active .mobile-nav-icon svg { color: #fff; }
.mobile-nav-item.is-active .mobile-nav-text strong { color: #fff; }
.mobile-nav-item.is-active .mobile-nav-text span { color: rgba(255,255,255,.8); }
.mobile-nav-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mobile-nav-icon svg { width: 18px; height: 18px; color: rgba(255,255,255,.85); }
.mobile-nav-text strong { display: block; font-size: 17.5px; font-weight: 700; color: #fff; line-height: 1.3; }
.mobile-nav-text span { font-size: 14.5px; color: rgba(255,255,255,.55); line-height: 1.4; display: block; margin-top: 2px; }

/* --- FOOTER --- */
/* ============================================================
   FOOTER v3 — stacked editorial
   (masthead · 4-col grid · statement · legal bar)
   ============================================================ */
.ft { background: #0a1a16; color: rgba(255,255,255,.7); padding: 60px 0 28px; position: relative; overflow: hidden; }

/* ===== ROW 1 — MASTHEAD (logo + rule + social inline) ===== */
.ft-masthead { display: flex; align-items: center; gap: 24px; padding-bottom: 24px; }
.ft-mast-logo img { height: 32px; width: auto; display: block; filter: brightness(0) invert(1); opacity: .95; }
.ft-mast-rule { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.18) 0%, transparent 100%); }
.ft-mast-social { display: flex; gap: 8px; }
.ft-mast-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); transition: all .18s; }
.ft-mast-social a:hover { background: var(--green); border-color: var(--green); color: #fff; transform: scale(1.08); }
.ft-mast-social svg { width: 16px; height: 16px; }

/* Descrição longa, discreta (substitui a tagline antiga) */
.ft-desc { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.4); margin: 0 0 32px; max-width: 100%; text-wrap: pretty; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.06); }

/* ===== ROW 2 — 4-COL LINK GRID ===== */
.ft-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding: 44px 0; }
.ft-col h4 { font-size: 13px; font-weight: 800; color: var(--green-mid); text-transform: uppercase; letter-spacing: .18em; margin: 0 0 18px; }
.ft-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ft-col ul li { margin: 0; padding: 0; }
.ft-col ul a { font-size: 17px; color: rgba(255,255,255,.65); transition: color .15s; display: inline-block; }
.ft-col ul a:hover { color: #fff; }

/* Coluna "contato" (4ª) — WhatsApp grande + link de contato */
.ft-col--contact { display: flex; flex-direction: column; gap: 14px; }
.ft-wa-big { display: inline-flex; align-items: center; gap: 12px; padding: 12px 16px; background: rgba(37,211,102,.06); border: 1px solid rgba(37,211,102,.22); border-radius: 14px; color: #fff !important; transition: all .2s; }
.ft-wa-big:hover { background: rgba(37,211,102,.14); border-color: rgba(37,211,102,.5); transform: translateY(-2px); }
.ft-wa-big-ic { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, #25D366, #128C7E); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 12px rgba(37,211,102,.3); }
.ft-wa-big-ic svg { width: 18px; height: 18px; color: #fff; }
.ft-wa-big-num { font-size: 17px; font-weight: 700; color: #fff; font-variant-numeric: tabular-nums; letter-spacing: .01em; }
.ft-contact-link { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; color: rgba(255,255,255,.7); transition: color .15s, gap .15s; }
.ft-contact-link:hover { color: var(--green-mid); gap: 10px; }

/* ===== ROW 3 — LEGAL BAR (compacto: address esq · copy/legal/lang dir) ===== */
.ft-legal { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.06); font-size: 13px; color: rgba(255,255,255,.45); }
.ft-legal-l { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ft-legal-cnpj strong { color: rgba(255,255,255,.7); font-weight: 700; margin-right: 4px; }
.ft-legal-dot { color: var(--green-mid); font-size: 8px; opacity: .8; }
.ft-legal-addr { color: rgba(255,255,255,.5); }
.ft-legal-r { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ft-legal-copy { margin: 0; }
.ft-legal-sep { opacity: .35; }
.ft-legal-links { display: flex; gap: 14px; flex-wrap: wrap; }
.ft-legal-links a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .15s; }
.ft-legal-links a:hover { color: #fff; }

/* Language selector */
.ft-lang { position: relative; }
.ft-lang-btn { display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px; background: transparent; border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-family: inherit; font-size: 13px; font-weight: 600; cursor: pointer; border-radius: 99px; transition: border-color .15s, color .15s; }
.ft-lang-btn:hover { border-color: rgba(255,255,255,.25); color: #fff; }
.ft-lang.is-open .ft-lang-btn { border-color: rgba(255,255,255,.3); color: #fff; }
.ft-lang-btn > svg:first-child { width: 13px; height: 13px; }
.ft-lang-arrow { width: 11px; height: 11px; transition: transform .2s; }
.ft-lang.is-open .ft-lang-arrow { transform: rotate(180deg); }
.ft-lang-menu { list-style: none; margin: 0; padding: 4px; position: absolute; bottom: calc(100% + 6px); right: 0; min-width: 150px; background: #1a2522; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; box-shadow: 0 12px 32px rgba(0,0,0,.4); opacity: 0; transform: translateY(4px); pointer-events: none; transition: opacity .15s, transform .15s; z-index: 50; }
.ft-lang-menu li { list-style: none; margin: 0; padding: 0; }
.ft-lang.is-open .ft-lang-menu { opacity: 1; transform: translateY(0); pointer-events: auto; }
.ft-lang-menu a { display: block; width: 100%; padding: 9px 12px; color: rgba(255,255,255,.7); font-size: 15px; font-weight: 600; text-align: left; border-radius: 7px; transition: background .15s, color .15s; text-decoration: none; }
.ft-lang-menu a:hover { background: rgba(255,255,255,.06); color: #fff; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .ft-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
}
@media (max-width: 760px) {
  .ft { padding: 48px 0 24px; }
  .ft-masthead { flex-direction: row; align-items: center; gap: 16px; padding-bottom: 18px; }
  .ft-mast-rule { display: none; }
  .ft-desc { font-size: 12px; line-height: 1.7; }
  .ft-legal { flex-direction: column; align-items: flex-start; gap: 25px; font-size: 14.5px; }
  .ft-legal-l { gap: 8px 12px; line-height: 1.55; }
  .ft-legal-r { flex-direction: column; align-items: flex-start; gap: 20px; width: 100%; }
  .ft-legal-sep { display: none; }
  .ft-legal-links { gap: 16px; }
  .ft-legal-links a { font-size: 14.5px; }
  .ft-lang-btn { font-size: 14.5px; padding: 8px 14px; gap: 8px; }
  .ft-lang-btn > svg:first-child { width: 15px; height: 15px; }
  .ft-lang-arrow { width: 13px; height: 13px; }
  .ft-lang-menu { min-width: 180px; padding: 6px; left: 0; right: auto; }
  .ft-lang-menu a { font-size: 15.5px; padding: 11px 14px; }
}
@media (max-width: 480px) {
  .ft-grid { grid-template-columns: 1fr; }
}

/* --- IMAGE PLACEHOLDERS --- */
.img-placeholder { background: repeating-linear-gradient(135deg, var(--green-light) 0px, var(--green-light) 8px, #fff 8px, #fff 16px); display: flex; align-items: center; justify-content: center; font-family: 'Courier New', monospace; font-size: 13px; color: var(--text-muted); text-align: center; padding: 16px; }
.img-placeholder--dark { background: repeating-linear-gradient(135deg, rgba(23,141,114,.15) 0px, rgba(23,141,114,.15) 8px, rgba(255,255,255,.03) 8px, rgba(255,255,255,.03) 16px); color: rgba(255,255,255,.4); }

/* --- SHARED RESPONSIVE (navbar collapse + footer) --- */
@media (max-width: 960px) {
  .nav-links, .nav-actions .btn-entrar, .nav-actions .btn--primary { display: none; }
  .nav-hamburger { display: flex; }
  .mobile-menu { display: block; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}


