@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

/* ==========================================
   NUMERI — sistema "Ledger Editorial"
   Papel/creme + serifada editorial + monoespaçada de extrato financeiro,
   índice numerado (01/02/03) como motivo recorrente, hairlines finas em
   vez de cards com sombra. Deliberadamente distinto do sistema usado no
   site da Excellence (que é escuro/degradê + cards com sombra pesada).
   --brand-dark extraído por pixel da logo nova (logo-numeri-badge.png = #00403D).
   O verde escuro é a cor DOMINANTE do site (header, hero, page-hero, faixas
   intercaladas e footer) — o creme é usado com moderação, para respiro de
   leitura, não como cor de fundo padrão.
   ========================================== */
:root {
    --brand-dark: #00403D;
    --brand-dark-2: #012A26;
    --brand-gold: #B08B2A;
    --brand-gold-hover: #96741F;

    --paper: #F6F1E4;
    --paper-2: #EEE6D2;
    --ink: #1C2521;
    --ink-muted: #5B6560;
    --heading: var(--brand-dark);
    --hairline: #D9CFB4;
    --hairline-on-dark: rgba(246, 241, 228, 0.18);

    /* aliases mantidos para o painel admin (herda o utilitário, não o layout novo) */
    --brand-steel: #4a5a6a;
    --brand-steel-light: var(--paper-2);
    --brand-accent: var(--brand-gold);
    --brand-accent-hover: var(--brand-gold-hover);
    --text-main: var(--ink);
    --text-muted: var(--ink-muted);
    --bg-light: var(--paper);
    --bg-white: #ffffff;

    --card-shadow: 0 4px 6px -1px rgba(28, 37, 33, 0.05), 0 2px 4px -1px rgba(28, 37, 33, 0.03);
    --card-shadow-hover: 0 20px 25px -5px rgba(28, 37, 33, 0.10), 0 10px 10px -5px rgba(28, 37, 33, 0.04);
    --radius-md: 6px;
    --radius-lg: 4px;
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--paper);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .display-heading {
    font-family: 'Fraunces', 'Inter', serif;
    font-optical-sizing: auto;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--heading);
}

.mono { font-family: 'IBM Plex Mono', monospace; }
.text-muted { color: var(--ink-muted) !important; }

.text-accent { color: var(--brand-gold); }
.bg-brand-dark { background-color: var(--brand-dark); }
.bg-steel-light, .bg-light { background-color: var(--paper-2) !important; }

.section-pad { padding: 88px 0; }
@media (max-width: 767.98px) {
    .section-pad { padding: 52px 0; }
}

.rule { border: none; border-top: 1px solid var(--hairline); margin: 0; }
.rule-dark { border-top-color: var(--hairline-on-dark); }

/* Rótulo de seção: número mono + texto versalete, no lugar do antigo "eyebrow" */
.section-label {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.78rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--brand-gold);
    margin-bottom: 18px;
}
.section-label .num { color: var(--heading); font-weight: 600; }
.section-label.center { justify-content: center; }
.hero-slide-inner .section-label .num,
.page-hero .section-label .num,
.section-dark .section-label .num { color: #fff; }

/* ==========================================
   SEÇÃO ESCURA — utilitário para intercalar verde-petróleo como bloco
   estrutural ao longo da página, não só no header/footer. Aplicar em
   qualquer <section class="section-pad section-dark">.
   ========================================== */
.section-dark {
    background: var(--brand-dark);
    color: #fff;
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p, .section-dark .text-muted { color: #C9DAD3 !important; }
.section-dark .rule { border-top-color: var(--hairline-on-dark); }
.section-dark .stat-figure strong { color: #fff; }
.section-dark .stat-figure span { color: #B7C9C2; }
.section-dark .post-row { border-bottom-color: var(--hairline-on-dark); }
.section-dark .post-row-meta { color: #9FC0B7; }
.section-dark .post-row-title { color: #fff; }
.section-dark .breadcrumb-bar a { color: #9FC0B7; }
.section-dark .breadcrumb-bar a:hover { color: #fff; }
.section-dark .breadcrumb-bar .active { color: var(--brand-gold); }

/* ==========================================
   HEADER / NAV — verde-petróleo sólido (não mais claro), logo em branco
   ========================================== */
.site-header {
    background-color: var(--brand-dark);
    border-bottom: 1px solid var(--hairline-on-dark);
    position: sticky;
    top: 0;
    z-index: 1030;
}
.site-header .navbar-brand img { height: 34px; }
.site-header .nav-link {
    color: #D9E7E2 !important;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: 500;
    padding: 10px 14px !important;
    transition: var(--transition-smooth);
}
.site-header .nav-link:hover,
.site-header .nav-link.active { color: var(--brand-gold) !important; }
.site-header .navbar-toggler i { color: #fff !important; }

.btn-brand {
    background-color: var(--brand-dark);
    border-color: var(--brand-dark);
    color: var(--paper);
    font-weight: 600;
    border-radius: 999px;
    padding-left: 22px;
    padding-right: 22px;
    transition: var(--transition-smooth);
}
.btn-brand:hover {
    background-color: var(--brand-dark-2);
    border-color: var(--brand-dark-2);
    color: var(--paper);
}
.btn-outline-brand {
    border: 1.5px solid var(--hairline);
    color: var(--brand-dark);
    font-weight: 600;
    border-radius: 999px;
    background: transparent;
}
.btn-outline-brand:hover {
    background-color: var(--brand-dark);
    border-color: var(--brand-dark);
    color: var(--paper);
}
/* variantes para uso sobre fundo verde (header, hero, page-hero, cta-strip, .section-dark) */
.site-header .btn-brand,
.hero-slide-inner .btn-brand,
.page-hero .btn-brand,
.cta-strip .btn-brand,
.section-dark .btn-brand {
    background-color: var(--brand-gold);
    border-color: var(--brand-gold);
    color: var(--brand-dark);
}
.site-header .btn-brand:hover,
.hero-slide-inner .btn-brand:hover,
.page-hero .btn-brand:hover,
.cta-strip .btn-brand:hover,
.section-dark .btn-brand:hover {
    background-color: #C9A03A;
    border-color: #C9A03A;
    color: var(--brand-dark);
}
.btn-on-dark,
.hero-slide-inner .btn-outline-brand,
.page-hero .btn-outline-brand,
.cta-strip .btn-outline-brand,
.section-dark .btn-outline-brand {
    border: 1.5px solid var(--hairline-on-dark);
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    background: transparent;
}
.btn-on-dark:hover,
.hero-slide-inner .btn-outline-brand:hover,
.page-hero .btn-outline-brand:hover,
.cta-strip .btn-outline-brand:hover,
.section-dark .btn-outline-brand:hover { background-color: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.4); color: #fff; }

.whatsapp-float {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 1040;
    background-color: #1f7a52;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(28, 37, 33, 0.3);
    transition: var(--transition-smooth);
}
.whatsapp-float:hover { transform: scale(1.08); color: #fff; }

/* ==========================================
   HERO — banner gerenciável (Admin > Banner). Fundo verde-petróleo sólido
   por padrão; cada slide pode trazer foto de fundo, sempre com véu na
   cor da marca por cima para manter legibilidade e identidade.
   ========================================== */
.hero-slides { position: relative; }
.hero-slide-inner {
    background-color: var(--brand-dark);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 108px 0 96px;
    color: #fff;
}
.hero-slide-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(0,64,61,0.94) 0%, rgba(1,42,38,0.86) 55%, rgba(0,64,61,0.68) 100%);
}
.hero-slide-inner .container { position: relative; z-index: 1; }
.hero-slide-inner h1, .hero-slide-inner h3 { color: #fff; }
.hero-slide-inner .hero-kicker {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--brand-gold);
    margin-bottom: 18px;
    display: block;
}
.hero-slide-inner h1 {
    font-size: clamp(2.2rem, 4.4vw, 3.6rem);
    line-height: 1.05;
    max-width: 18ch;
}
.hero-slide-inner p.lead { color: #E3ECE9; max-width: 52ch; font-size: 1.1rem; }

/* carrossel: reposiciona setas/indicadores para não brigar com o texto */
#heroCarousel .carousel-indicators { bottom: 18px; }
#heroCarousel .carousel-indicators [data-bs-target] { background-color: rgba(255,255,255,0.5); width: 8px; height: 8px; border-radius: 50%; border: none; }
#heroCarousel .carousel-indicators .active { background-color: var(--brand-gold); }
#heroCarousel .carousel-control-prev, #heroCarousel .carousel-control-next { width: 6%; opacity: 0.7; }
#heroCarousel .carousel-control-prev:hover, #heroCarousel .carousel-control-next:hover { opacity: 1; }

/* ==========================================
   HERO SPLIT — mockup alternativo ao carrossel: texto à esquerda, foto
   emoldurada + selos flutuantes à direita. Reaproveita hero-kicker,
   stat-figure e o vocabulário de hairline/mono do resto do site.
   ========================================== */
.hero-split { padding: 88px 0 80px; background: var(--paper); }
.hero-split .hero-kicker {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--brand-gold);
    margin-bottom: 18px;
    display: block;
}
.hero-split h1 {
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    line-height: 1.12;
    max-width: 16ch;
}
.hero-split p.lead { color: var(--ink-muted); max-width: 46ch; font-size: 1.08rem; }

.hero-trust { display: flex; align-items: center; gap: 28px; }
.hero-trust .stat-figure strong { font-size: 1.9rem; }
.hero-trust-sep { width: 1px; height: 40px; background: var(--hairline); }

.hero-photo-wrap {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}
.hero-photo-frame {
    position: relative;
    border-radius: 16px;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
.hero-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 12%;
    display: block;
    filter: grayscale(0.15) contrast(1.04);
}
.hero-photo-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(246, 241, 228, 0.15);
    pointer-events: none;
}
.hero-badge {
    z-index: 2;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--paper);
    border: 1px solid var(--hairline);
    border-radius: 999px;
    padding: 10px 16px 10px 12px;
    box-shadow: var(--card-shadow);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.76rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--brand-dark);
    white-space: nowrap;
}
.hero-badge i { color: var(--brand-gold); font-size: 1rem; }
.hero-badge-1 { top: 39%; left: -10%; }
.hero-badge-2 { bottom: 20%; right: -10%; }

/* Abaixo de lg os selos deixam de "estourar" para fora da moldura (não há espaço
   sobrando na tela) e passam a ficar colados por dentro da própria foto. */
@media (max-width: 991.98px) {
    .hero-badge-1 { left: -2%; }
    .hero-badge-2 { right: -2%; }
    .hero-badge { font-size: 0.7rem; padding: 8px 14px 8px 10px; }
}
@media (max-width: 767.98px) {
    .hero-split { padding: 56px 0 44px; }
}

.index-list { border-top: 1px solid var(--hairline); }
.section-dark .index-list { border-top-color: var(--hairline-on-dark); }
.index-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 4px;
    border-bottom: 1px solid var(--hairline);
    text-decoration: none;
    color: inherit;
    transition: var(--transition-smooth);
}
.section-dark .index-row { border-bottom-color: var(--hairline-on-dark); }
.index-row:hover { background: rgba(176, 139, 42, 0.1); padding-left: 12px; }
.index-row .idx-num {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.95rem;
    color: var(--brand-gold);
    font-weight: 600;
    flex-shrink: 0;
    width: 28px;
}
.index-row .idx-body { flex: 1 1 auto; }
.index-row .idx-kicker {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--ink-muted);
    display: block;
    margin-bottom: 2px;
}
.section-dark .idx-kicker { color: #9FC0B7; }
.index-row h3, .index-row h4 { margin-bottom: 4px; font-size: 1.15rem; }
.index-row p { color: var(--ink-muted); font-size: 0.92rem; margin-bottom: 0; }
.section-dark .index-row p { color: #C9DAD3; }
.index-row .idx-arrow { color: var(--heading); flex-shrink: 0; opacity: 0.5; transition: var(--transition-smooth); }
.section-dark .idx-arrow { color: #fff; }
.index-row:hover .idx-arrow { opacity: 1; transform: translateX(3px); }

/* variante compacta usada em listas menores (FAQ, processo) */
.index-row.compact { padding: 16px 4px; gap: 16px; }
.index-row.compact .idx-num { font-size: 0.85rem; }

.page-hero {
    background: var(--brand-dark);
    color: #fff;
    padding: 56px 0 48px;
}
.page-hero h1 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.7rem); max-width: 28ch; }
.page-hero p.lead { color: #C9DAD3; max-width: 62ch; font-size: 1.05rem; }

.breadcrumb-bar {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.breadcrumb-bar a { color: #9FC0B7; text-decoration: none; }
.breadcrumb-bar a:hover { color: #fff; }
.breadcrumb-bar .active { color: var(--brand-gold); }

/* ==========================================
   PLACEHOLDER DE IMAGEM
   ========================================== */
.img-placeholder {
    aspect-ratio: var(--ar, 16/10);
    width: 100%;
    border-radius: var(--radius-lg);
    background: repeating-linear-gradient(45deg, var(--paper-2), var(--paper-2) 12px, #E4DABF 12px, #E4DABF 24px);
    border: 1.5px dashed var(--hairline);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
}
.img-placeholder span {
    color: var(--ink-muted);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.76rem;
    background: rgba(246,241,228,0.9);
    padding: 6px 12px;
    border-radius: 4px;
}
.section-dark .img-placeholder {
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.04), rgba(255,255,255,0.04) 12px, rgba(255,255,255,0.08) 12px, rgba(255,255,255,0.08) 24px);
    border-color: var(--hairline-on-dark);
}
.section-dark .img-placeholder span { background: rgba(1, 42, 38, 0.85); color: #C9DAD3; }

/* contraparte do placeholder acima, para quando a foto real já chegou */
.photo-frame {
    position: relative;
    aspect-ratio: var(--ar, 16/10);
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(28, 37, 33, 0.08);
    pointer-events: none;
}
.section-dark .photo-frame::after { box-shadow: inset 0 0 0 1px rgba(246, 241, 228, 0.15); }

/* ==========================================
   STAT FIGURES — números grandes em mono, estilo extrato
   ========================================== */
.stat-figure { text-align: left; }
.stat-figure strong {
    display: block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--brand-dark);
    line-height: 1;
}
.stat-figure span {
    font-size: 0.82rem;
    color: var(--ink-muted);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.stat-figure.on-dark strong { color: #fff; }
.stat-figure.on-dark span { color: #B7C9C2; }

/* ==========================================
   QUOTE BLOCK — declaração de diferencial em destaque
   ========================================== */
.quote-block {
    border-left: 3px solid var(--brand-gold);
    padding: 4px 0 4px 28px;
}
.quote-block p {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.3rem, 2.4vw, 1.9rem);
    font-weight: 500;
    line-height: 1.35;
    color: var(--heading);
}
.section-dark .quote-block { border-left-color: var(--brand-gold); }
.section-dark .quote-block p { color: #fff; }

/* ==========================================
   FICHAS (utilitário simples — usado com moderação, sem sombra pesada)
   ========================================== */
.ledger-card {
    border: 1px solid var(--hairline);
    border-radius: var(--radius-md);
    padding: 28px;
    height: 100%;
    background: rgba(255,255,255,0.4);
    transition: var(--transition-smooth);
}
.ledger-card:hover { border-color: var(--brand-gold); background: rgba(255,255,255,0.7); }
.section-dark .ledger-card { border-color: var(--hairline-on-dark); background: rgba(255,255,255,0.05); }
.section-dark .ledger-card:hover { border-color: var(--brand-gold); background: rgba(255,255,255,0.09); }
.section-dark .ledger-card p, .section-dark .ledger-card .idx-body p { color: #C9DAD3; }
.placeholder-tag {
    display: inline-block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #8a5a1f;
    background: #F1E4C6;
    border: 1px solid #E0C98D;
    border-radius: 3px;
    padding: 3px 9px;
}
.ledger-card .idx-num {
    font-family: 'IBM Plex Mono', monospace;
    color: var(--brand-gold);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.ledger-card h3, .ledger-card h4 { font-size: 1.15rem; margin-bottom: 8px; }
.ledger-card p { color: var(--ink-muted); font-size: 0.92rem; margin-bottom: 0; }

/* variante com selo de ícone no lugar do índice numerado (mesma ficha,
   mesmas cores — só troca 01/02/03 por um ícone representativo) */
.ledger-card--icon .idx-badge {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--brand-dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 14px;
    transition: var(--transition-smooth);
}
.ledger-card--icon:hover .idx-badge { background: var(--brand-gold); }

/* ==========================================
   CARDS DE PILAR — 3 frentes lado a lado. Cartão com cantos bem
   arredondados + selo circular dourado flutuando sobre o "visual" (sem
   fotos reais ainda — gradiente + ícone-marca-d'água no lugar) + botão-seta
   circular no rodapé. Estrutura de referência do cliente, recolorida para
   a paleta verde-petróleo/dourado/papel da Numeri (não o verde-limão/preto
   do original) para não destoar do resto do site.
   ========================================== */
.pillar-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--paper);
    border-radius: 22px;
    padding: 24px;
    text-decoration: none;
    color: inherit;
    transition: var(--transition-smooth);
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow-hover); }
.pillar-card--deep { background: var(--brand-dark-2); }

.pillar-visual {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 16px;
    margin: 14px 0 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand-dark-2) 100%);
}
.pillar-card--deep .pillar-visual { background: linear-gradient(135deg, rgba(176,139,42,0.22) 0%, rgba(0,0,0,0.35) 100%); }
.pillar-visual-img { width: 100%; height: 100%; object-fit: cover; }

/* selo é irmão de .pillar-visual (não filho) para não ser cortado pelo
   overflow:hidden do painel — ele fica posicionado relativo ao .pillar-card */
.pillar-badge {
    position: absolute;
    top: 12px;
    left: 46px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    background: var(--brand-gold);
    color: var(--brand-dark);
    box-shadow: 0 8px 16px rgba(1,42,38,0.28);
    z-index: 2;
}

.pillar-card h3 { color: var(--heading); font-size: 1.25rem; margin-bottom: 8px; }
.pillar-card p { color: var(--ink-muted) !important; font-size: 0.94rem; margin-bottom: 22px; }
.pillar-card--deep h3 { color: #fff; }
.pillar-card--deep p { color: #C9DAD3 !important; }

.pillar-more {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--heading);
}
.pillar-card--deep .pillar-more { color: #fff; }
.pillar-arrow {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--hairline);
    color: var(--heading);
    transition: var(--transition-smooth);
}
.pillar-card--deep .pillar-arrow { border-color: var(--hairline-on-dark); color: #fff; }
.pillar-card:hover .pillar-arrow { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; transform: translateX(2px); }
.pillar-card--deep:hover .pillar-arrow { background: var(--brand-gold); border-color: var(--brand-gold); color: var(--brand-dark); }

/* util genérico para o painel admin (não usado no site público) */
.card-surface {
    background: #fff;
    border-radius: var(--radius-md);
    box-shadow: var(--card-shadow);
    border: 1px solid var(--hairline);
}
.icon-tile {
    width: 48px; height: 48px;
    border-radius: 10px;
    background: rgba(176, 139, 42, 0.12);
    color: var(--brand-gold-hover);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

/* ==========================================
   POSTS DE BLOG
   ========================================== */
.post-row { display: block; text-decoration: none; color: inherit; border-bottom: 1px solid var(--hairline); padding: 24px 0; }
.post-row:hover .post-row-title { color: var(--brand-gold-hover); }
.post-row .post-row-meta { font-family: 'IBM Plex Mono', monospace; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.6px; color: var(--ink-muted); }
.post-row-title { font-size: 1.25rem; margin: 6px 0 6px; transition: var(--transition-smooth); }
.post-row p { color: var(--ink-muted); margin-bottom: 0; }
.post-row img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: var(--radius-md); }

/* ==========================================
   FAQ — lista com hairlines, sem accordion "caixa"
   ========================================== */
.faq-ledger .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--hairline);
    border-radius: 0 !important;
}
.faq-ledger .accordion-item:first-child { border-top: 1px solid var(--hairline); }
.faq-ledger .accordion-button {
    background: transparent;
    font-family: 'Fraunces', serif;
    font-size: 1.08rem;
    font-weight: 500;
    color: var(--heading);
    padding: 20px 4px;
    box-shadow: none !important;
}
.faq-ledger .accordion-button::after { filter: sepia(1) saturate(3) hue-rotate(10deg); }
.faq-ledger .accordion-button:not(.collapsed) { color: var(--brand-gold-hover); }
.faq-ledger .accordion-body { padding: 0 4px 22px; color: var(--ink-muted); }

/* ==========================================
   CTA STRIP — faixa cheia, cantos retos (não arredondados)
   ========================================== */
.cta-strip {
    background: var(--brand-dark);
    background-image: radial-gradient(circle at 88% 20%, rgba(176,139,42,0.16), transparent 55%);
    color: #fff;
    padding: 56px 0;
}
.cta-strip h2 { color: #fff; }
.cta-strip p { color: #C9DAD3; }

/* ==========================================
   FORMULÁRIOS
   ========================================== */
.form-control, .form-select {
    border-radius: var(--radius-md);
    border: 1.5px solid var(--hairline);
    padding: 10px 14px;
    background: #fff;
}
.form-control:focus, .form-select:focus {
    border-color: var(--brand-dark);
    box-shadow: 0 0 0 3px rgba(11, 61, 56, 0.10);
}
label.form-label { font-weight: 600; font-size: 0.85rem; color: var(--brand-dark); }

/* ==========================================
   FOOTER — teal escuro, tipografia serif/mono
   ========================================== */
.site-footer {
    background: var(--brand-dark);
    color: #C9DAD3;
    padding-top: 68px;
}
.site-footer h5 {
    color: #fff;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}
.site-footer a { color: #B7C9C2; text-decoration: none; }
.site-footer a:hover { color: var(--brand-gold); }
.footer-links { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 16px; align-items: flex-start; }
.footer-contact-icon { color: var(--brand-gold); margin-top: 2px; }
.footer-bottom {
    border-top: 1px solid var(--hairline-on-dark);
    margin-top: 52px;
    padding: 22px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.76rem;
    color: #6f9a90;
}
.social-icon {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--hairline-on-dark);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    transition: var(--transition-smooth);
}
.social-icon:hover { background: var(--brand-gold); border-color: var(--brand-gold); color: var(--brand-dark); }

/* ==========================================
   404
   ========================================== */
.error-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.error-page .error-code {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 5.5rem;
    font-weight: 600;
    color: var(--brand-gold);
    line-height: 1;
}
