/*
Theme Name: Alessan Joclé - Premium Lux
Theme URI: https://alessanjocle.adv.br
Author: Desenvolvedor Sênior
Description: Tema Premium WordPress. Versão 12.0 - Layout Premium com Paleta Oficial de Cores, Logo Nativa, e Textos Rigorosamente Justificados e sem limites horizontais.
Version: 12.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: alessan
*/

:root {
  --bg: #D4C4AD;        
  --bg-soft: #F4EFE5;   
  --ink: #2E2118;       
  --cream: #F7F1E4;     
  --brown: #6B4A2F;     
  --gold: #9C7C53;      
  --white: #ffffff;
  --r: 'Inter', sans-serif;
  --serif: 'Playfair Display', serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--bg-soft); width: 100%; overflow-x: hidden; overflow-x: clip; }
body { background: var(--bg-soft); color: var(--ink); font-family: var(--r); width: 100%; max-width: 100vw; position: relative; overflow-x: hidden; overflow-x: clip; -webkit-font-smoothing: antialiased;}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 5%; width: 100%; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg-soft); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 6px; border: 2px solid var(--bg-soft); }
::-webkit-scrollbar-thumb:hover { background: var(--ink); }

/* UTILITÁRIOS */
.eyebrow { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ''; width: 40px; height: 1.5px; background: var(--gold); }
.section-header { text-align: center; margin-bottom: 64px; display: flex; flex-direction: column; align-items: center; }
.section-header .eyebrow { color: var(--brown); justify-content: center; }
.section-header .eyebrow::before { display: none; }
.section-header .eyebrow::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); position: absolute; left: -14px; }
.section-header .eyebrow { position: relative; margin-left: 14px; margin-bottom: 12px;}
.section-header h2 { font-family: var(--serif); font-size: clamp(32px, 5vw, 42px); color: var(--ink); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }

/* ══════════════════════════════════════
   HEADER & NAV 
══════════════════════════════════════ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(46, 33, 24, 0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(247, 241, 228, 0.1); padding: 16px 0; transition: all 0.3s ease;
}
.header.scrolled {
  background: rgba(46, 33, 24, 0.98) !important;
}
.admin-bar .header { top: 32px; }
.header .container { display: flex; align-items: center; justify-content: space-between; }

.logo { display: flex; align-items: center; gap: 4px; text-decoration: none; }
.logo-mark { width: 40px; height: 40px; background: var(--bg); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--ink); font-size: 16px; font-weight: 800; letter-spacing: -0.5px; border:2px solid transparent; flex: none; }
.logo-mark.has-logo-img { background: transparent; border-color: transparent; }
.logo-mark img { max-height: 100%; max-width: 100%; width: auto; height: auto; object-fit: contain; display: block; }
.logo-text { line-height: 1.1; height: 40px; display: flex; flex-direction: column; justify-content: center; }
.logo-text strong { display: block; font-size: 16px; font-weight: 800; color: var(--cream); letter-spacing: -0.02em; }
.logo-text span { font-size: 10px; letter-spacing: 0.25em; color: var(--gold); text-transform: uppercase; font-weight: 500; }

.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links a { color: var(--cream); text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }

.header-actions { display: flex; align-items: center; gap: 18px; }

.btn-wa-nav { background: var(--ink); color: var(--cream) !important; border-radius: 30px; padding: 10px 20px; font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 8px; transition: transform 0.2s, box-shadow 0.2s; border: 1px solid rgba(247,241,228,0.15); }
.btn-wa-nav:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.3); }
.btn-wa-nav svg { width: 16px; height: 16px; fill: #25D366; }

.header-social { display: flex; align-items: center; gap: 10px; }
.social-icon { width: 34px; height: 34px; border-radius: 8px; border: 1.5px solid rgba(247,241,228,0.25); display: flex; align-items: center; justify-content: center; color: var(--cream); transition: border-color 0.2s, color 0.2s, transform 0.2s; }
.social-icon svg { width: 16px; height: 16px; }
.social-icon:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

.mobile-menu-social { display: flex; gap: 14px; margin-top: 8px; }
.mobile-menu-social .social-icon { width: 44px; height: 44px; border-radius: 10px; }
.mobile-menu-social .social-icon svg { width: 20px; height: 20px; }

.menu-btn { display: none; background: none; border: 1.5px solid var(--cream); border-radius: 8px; width: 38px; height: 38px; align-items: center; justify-content: center; cursor: pointer; flex-direction: column; gap: 4px;}
.menu-btn span { display: block; width: 16px; height: 1.5px; background: var(--cream); border-radius: 2px; transition: 0.3s; }

/* ══════════════════════════════════════
   HERO E WATERMARK
══════════════════════════════════════ */
.hero { background: var(--ink); color: var(--cream); padding: 180px 0 120px; position: relative; overflow: hidden; border-bottom: 1px solid rgba(247,241,228,0.05);}

.hero-watermark { 
    position: absolute; right: -5%; top: 50%; transform: translateY(-50%); 
    opacity: 0.05; pointer-events: none; width: 60vw; max-width: 800px; height: auto; 
    z-index: 0; display:flex; align-items:center; justify-content:center;
}
.hero-watermark img { width: 100%; height: auto; object-fit: contain; }

.hero-grid { display: grid; grid-template-columns: 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; text-align: center; }
.hero-content { display: flex; flex-direction: column; align-items: center; }
.hero-content .eyebrow { justify-content: center; color: var(--gold); }
.hero-content .eyebrow::before { display: none; }
.hero h1 { font-family: var(--serif); font-size: clamp(40px, 6vw, 76px); line-height: 1.1; font-weight: 700; margin-bottom: 32px; letter-spacing: -0.02em; max-width: 900px; color: var(--cream);}
.hero h1 em { font-style: italic; color: var(--gold); background: transparent; padding: 0; white-space: nowrap;}
.hero p { font-size: 18px; line-height: 1.6; color: rgba(247,241,228,0.7); margin-bottom: 48px; max-width: 600px; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;}

.btn { padding: 16px 32px; border-radius: 8px; font-size: 14px; font-weight: 700; text-align: center; cursor: pointer; letter-spacing: 0.03em; display: inline-flex; align-items: center; justify-content: center; gap: 10px; transition: all 0.3s ease; }
.btn-primary { background: var(--gold); color: var(--cream); border: 2px solid var(--gold); }
.btn-primary:hover { background: var(--cream); color: var(--ink); transform: translateY(-2px); border-color: var(--cream);}
.btn-ghost { background: transparent; color: var(--cream); border: 2px solid rgba(247,241,228,0.3); }
.btn-ghost:hover { border-color: var(--cream); background: rgba(247,241,228,0.05); }

/* ══════════════════════════════════════
   TRUST BAR
══════════════════════════════════════ */
.trust-bar { background: var(--bg); border-bottom: 1px solid rgba(46,33,24,0.1); padding: 30px 0; overflow: hidden;}
.trust-flex { display: flex; justify-content: safe center; flex-wrap: nowrap; gap: 40px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.trust-flex::-webkit-scrollbar { display: none; }
.trust-chip { font-size: 13px; font-weight: 700; color: var(--ink); letter-spacing: 0.05em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; white-space: nowrap; flex: none;}
.trust-chip::before { content: '✓'; color: var(--brown); font-size: 14px; font-weight: 800; }

/* ══════════════════════════════════════
   ÁREAS (Tema Claro com Cards Alternados)
══════════════════════════════════════ */
.areas { padding: 120px 0; background: var(--bg-soft);}
.trace-wrap{position:relative;margin-bottom:-2px;}
.trace-svg{width:100%;display:block;height:64px;}

.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.area-card { background: var(--ink); border: 1px solid transparent; border-radius: 20px; padding: 40px 32px; color: var(--cream); position: relative; overflow: hidden; cursor: pointer; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, background 0.4s ease; display: block;}
.area-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(46,33,24,0.15); }
.area-card.light { background: var(--white); border: 1px solid rgba(46,33,24,0.1); color: var(--ink); }

.area-num { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; color: var(--gold); margin-bottom: 16px; opacity: 1;}
.area-card.light .area-num { color: var(--brown); }
.area-card h3 { font-size: 24px; font-weight: 700; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.02em; font-family: var(--serif); }
.area-card p { font-size: 14px; line-height: 1.6; color: rgba(247,241,228,0.7); margin-bottom: 32px; transition: color 0.4s; text-align: justify; -webkit-hyphens: auto; hyphens: auto; }
.area-card.light p { color: var(--ink); opacity: 0.8; }
.area-card:hover p { color: rgba(247,241,228,0.9); }
.area-card.light:hover p { color: var(--ink); opacity: 1; }

.area-link { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; }
.area-card:hover .area-link { gap: 12px; }
.area-card.light .area-link { color: var(--ink); }

/* ══════════════════════════════════════
   WHY US (DIFERENCIAL)
══════════════════════════════════════ */
.why { background: var(--ink); padding: 120px 0; position: relative; overflow: hidden; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2;}
.why-left .eyebrow { color: var(--gold); }
.why-left h2 { font-family: var(--serif); font-size: clamp(36px, 4vw, 48px); color: var(--cream); font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
.why-left h2 em { color: var(--gold); font-style: italic; }
.check-list { display: flex; flex-direction: column; gap: 32px; }
.check-item { display: flex; gap: 20px; align-items: flex-start; background: rgba(247,241,228,0.03); padding: 24px; border-radius: 16px; border: 1px solid rgba(247,241,228,0.05); transition: background 0.3s; }
.check-item:hover { background: rgba(247,241,228,0.06); }
.check-icon { flex: none; width: 32px; height: 32px; background: rgba(156,124,83,0.2); border: 1px solid var(--gold); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--gold); font-weight: 800; }
.check-item h4 { color: var(--cream); font-size: 18px; font-weight: 700; margin-bottom: 8px; font-family: var(--serif); letter-spacing: 0.5px;}
.check-item p { font-size: 15px; line-height: 1.6; color: rgba(247,241,228,0.8); text-align: justify; -webkit-hyphens: auto; hyphens: auto; }

/* ══════════════════════════════════════
   SOBRE
══════════════════════════════════════ */
.sobre { padding: 120px 0; background: var(--bg); border-top: 1px solid rgba(46,33,24,0.1); border-bottom: 1px solid rgba(46,33,24,0.1);}
.sobre-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: center; }
.photo-wrapper { position: relative; border-radius: 24px; overflow: hidden; background: var(--ink); aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; box-shadow: 0 24px 48px rgba(46,33,24,0.15); border: none; }
.photo-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.sobre-content .eyebrow { color: var(--brown); }
.sobre-content h2 { font-family: var(--serif); font-size: clamp(34px, 4vw, 42px); color: var(--ink); font-weight: 700; margin-bottom: 12px; letter-spacing: -0.02em; }
.sobre-badges { display: flex; gap: 12px; margin-bottom: 32px; flex-wrap: wrap;}
.badge { font-size: 11px; color: var(--brown); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(107,74,47,0.1); padding: 6px 14px; border-radius: 30px;}
.sobre-text { font-size: 16px; line-height: 1.7; color: var(--ink); margin-bottom: 32px; opacity: 0.9; text-align: justify; -webkit-hyphens: auto; hyphens: auto; }
.sobre-quote { padding: 32px 40px; background: var(--ink); border-radius: 16px; font-size: 20px; font-weight: 500; font-style: italic; font-family: var(--serif); color: var(--gold); line-height: 1.4; position: relative; }
.sobre-quote::before { content: '"'; font-size: 60px; position: absolute; left: 16px; top: 16px; opacity: 0.2; line-height: 1; color: var(--cream);}

/* ══════════════════════════════════════
   PROCESS
══════════════════════════════════════ */
.process { padding: 120px 0; background: var(--bg-soft); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; position: relative; margin-top: 64px; }
.process-grid::before { content: ''; position: absolute; top: 32px; left: 10%; right: 10%; height: 1px; border-top: 2px dashed rgba(46,33,24,0.2); z-index: 1; }
.step { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; }
.step-num { width: 64px; height: 64px; border-radius: 50%; background: var(--ink); color: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; font-family: var(--serif); margin-bottom: 24px; box-shadow: 0 0 0 10px var(--bg-soft); }
.step h4 { font-size: 20px; font-weight: 700; color: var(--ink); margin-bottom: 12px; letter-spacing: -0.01em; font-family: var(--serif);}
.step p { font-size: 15px; color: var(--ink); opacity:0.8; line-height: 1.6; max-width: 280px; text-align: justify; -webkit-hyphens: auto; hyphens: auto; }

/* ══════════════════════════════════════
   CTA FINAL
══════════════════════════════════════ */
.cta { background: var(--ink); padding: 100px 0; text-align: center; }
.cta .container { max-width: 800px; display: flex; flex-direction: column; align-items: center; }
.cta .eyebrow { justify-content: center; color: var(--gold); }
.cta .eyebrow::before { background: var(--gold); }
.cta h2 { font-family: var(--serif); font-size: clamp(36px, 5vw, 56px); color: var(--cream); font-weight: 700; margin-bottom: 24px; line-height: 1.1; letter-spacing: -0.02em; }
.cta p { font-size: 18px; color: rgba(247,241,228,0.7); margin-bottom: 48px; line-height: 1.6; }
.btn-wa-lg { background: var(--ink); color: var(--cream) !important; border: 1px solid rgba(247,241,228,0.15); padding: 16px 32px; border-radius: 30px; font-size: 16px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; transition: transform 0.2s, box-shadow 0.2s; text-decoration:none;}
.btn-wa-lg:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,0.3); }
.btn-wa-lg svg { width: 22px; height: 22px; fill: #25D366; }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
.footer-bar { background: var(--ink); padding: 32px 0; color: rgba(247,241,228,0.7); border-top: 1px solid rgba(247,241,228,0.08); }
.footer-bar-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; text-align: center; }
.footer-bar-brand { display: flex; align-items: center; gap: 5px; }
.footer-bar-brand .logo-mark { background: var(--bg); color: var(--ink); width: 34px; height: 34px; }
.footer-bar-brand .logo-mark.has-logo-img { background: transparent; }
.footer-bar-brand .logo-text { height: 34px; }
.footer-bar-brand .logo-text strong { color: var(--cream); font-size: 14px; }
.footer-bar-brand .logo-text span { color: var(--gold); }
.footer-bar-legal { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; font-size: 12.5px; letter-spacing: 0.02em; text-align: center; }
.footer-bar-legal a { color: rgba(247,241,228,0.75); text-decoration: none; transition: color 0.2s; }
.footer-bar-legal a:hover { color: var(--gold); }
.footer-bar-sep { opacity: 0.35; }

/* BOTÃO FLUTUANTE WA */
.float-wa { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(37,211,102,0.4); z-index: 99; transition: transform 0.3s; }
.float-wa:hover { transform: scale(1.1); }
.float-wa svg { width: 30px; height: 30px; fill: white; }

/* ══════════════════════════════════════
   ESTILOS DAS PÁGINAS INTERNAS
══════════════════════════════════════ */
.breadcrumb { padding: 24px 0; background: var(--ink); border-bottom: 1px solid rgba(247,241,228,0.1); font-size: 13px; color: rgba(247,241,228,0.6); }
.breadcrumb a { color: var(--gold); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--cream); text-decoration: underline; }
.breadcrumb span.sep { margin: 0 10px; opacity: 0.5; }
.breadcrumb span.current { color: var(--cream); font-weight: 600; }

.area-hero { padding: 80px 0 100px; background: var(--ink); color: var(--cream); border-bottom: 1px solid rgba(247,241,228,0.05); }
.area-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.area-hero h1 { font-family: var(--serif); font-size: clamp(36px, 5vw, 56px); line-height: 1.1; margin-bottom: 24px; color: var(--cream); }
.area-hero p.lead { font-size: 18px; line-height: 1.6; color: rgba(247,241,228,0.8); max-width: 560px; text-align: justify; -webkit-hyphens: auto; hyphens: auto;}
.hero-img-placeholder { width: 100%; aspect-ratio: 1/1; border-radius: 20px; background: rgba(247,241,228,0.05); overflow: hidden; position: relative; box-shadow: 0 20px 40px rgba(0,0,0,0.3); border: 1px solid rgba(247,241,228,0.1); display: flex; align-items: center; justify-content: center; color: var(--gold);}
.hero-img-placeholder img { width: 100%; height: 100%; object-fit: cover; }

.content-area { padding: 100px 0; background: var(--bg-soft); }
.split-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 80px; min-width: 0; }
.main-column { min-width: 0; }
.main-column h2 { font-family: var(--serif); font-size: 32px; margin-bottom: 24px; color: var(--ink); line-height: 1.3; overflow-wrap: break-word; word-break: break-word; }
.main-column p { font-size: 16px; line-height: 1.7; margin-bottom: 24px; color: var(--ink); opacity: 0.9; text-align: justify; -webkit-hyphens: auto; hyphens: auto; overflow-wrap: break-word;}

.block-section { margin-top: 60px; padding-top: 60px; border-top: 1px solid rgba(46,33,24,0.1); }
.block-section h3 { font-family: var(--serif); font-size: 28px; margin-bottom: 32px; color: var(--ink); }

.topics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; min-width: 0; }
.topic-card { background: var(--white); border: 1px solid rgba(46,33,24,0.1); border-radius: 16px; padding: 32px 24px; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.02); min-width: 0; }
.topic-card:hover { transform: translateY(-5px); box-shadow: 0 16px 32px rgba(46,33,24,0.08); border-color: var(--gold); }
.topic-card h4 { font-family: var(--serif); font-size: 20px; margin-bottom: 12px; color: var(--ink); transition: color 0.3s;}
.topic-card p { font-size: 14.5px; line-height: 1.6; color: var(--ink); opacity: 0.8; margin: 0; transition: color 0.3s; text-align: justify; -webkit-hyphens: auto; hyphens: auto;}

.steps-list { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.step-item-int { display: flex; gap: 24px; align-items: flex-start; background: var(--white); padding: 32px; border-radius: 16px; border: 1px solid rgba(46,33,24,0.08); box-shadow: 0 4px 12px rgba(0,0,0,0.02); min-width: 0; }
.step-item-int > div:last-child { min-width: 0; }
.step-num-int { flex: none; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; font-family: var(--serif); }
.step-item-int h4 { font-family: var(--serif); font-size: 20px; margin-bottom: 8px; color: var(--ink); }
.step-item-int p { font-size: 15px; line-height: 1.6; color: var(--ink); opacity: 0.8; margin: 0; text-align: justify; -webkit-hyphens: auto; hyphens: auto;}

.importance-box { background: var(--bg); border-radius: 16px; padding: 48px; position: relative; overflow: hidden; color: var(--ink); margin-top: 20px; border: 2px solid var(--ink);}
.importance-box::before { content: '!'; position: absolute; right: 40px; top: -20px; font-size: 200px; font-family: 'Aptos Display', var(--serif); font-weight: 800; color: rgba(46,33,24,0.05); line-height: 1; z-index: 0; }
.importance-box > * { position: relative; z-index: 1; }
.importance-box .eyebrow { color: var(--brown); }
.importance-box .eyebrow::before { display: none; }
.importance-box h3 { font-family: var(--serif); font-size: 32px; margin: 16px 0 20px; color: var(--ink); }
.importance-box p { color: var(--ink); opacity: 0.9; font-size: 16px; text-align: justify; -webkit-hyphens: auto; hyphens: auto;}

.sidebar { height: 100%; }
.sticky-sidebar { position: -webkit-sticky; position: sticky; top: 120px; display: flex; flex-direction: column; gap: 32px; }
.photo-placeholder-side { width: 100%; aspect-ratio: 3/4; border-radius: 16px; overflow: hidden; background: var(--ink); display: flex; align-items: center; justify-content: center; box-shadow: 0 24px 48px rgba(46,33,24,0.15); color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; position: relative;}
.photo-placeholder-side img { width: 100%; height: 100%; object-fit: cover; position: absolute; top:0; left:0;}
.highlight-card { background: var(--ink); color: var(--cream); padding: 32px; border-radius: 16px; border: 2px solid var(--ink); }
.highlight-card h4 { font-family: var(--serif); font-size: 22px; margin-bottom: 16px; color: var(--cream); }
.highlight-card p { font-size: 15px; line-height: 1.6; color: var(--cream); opacity: 0.9; font-style: italic; margin: 0; text-align: justify; -webkit-hyphens: auto; hyphens: auto;}


@media (max-width: 640px) {
  .main-column h2 { font-size: 24px; }
  .main-column, .split-grid, .sidebar, .content-area .container { max-width: 100%; overflow-wrap: break-word; }
  .area-card p, .topic-card p, .step-item-int p, .highlight-card p, .importance-box p,
  .main-column p, .sobre-text, .area-hero p.lead, .step p, .check-item p {
    text-align: left;
    -webkit-hyphens: none;
    hyphens: none;
  }
}

/* ══════════════════════════════════════
   BLOG (LISTAGEM + POST)
══════════════════════════════════════ */
.category-filters { padding: 32px 0; border-bottom: 1px solid rgba(46,33,24,0.1); background: var(--bg); }
.filter-list { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.filter-btn { padding: 8px 18px; border-radius: 30px; border: 1px solid rgba(46,33,24,0.2); font-size: 13px; font-weight: 700; letter-spacing: 0.02em; color: var(--ink); transition: all .2s ease; background: transparent; text-decoration: none; }
.filter-btn:hover { background: rgba(46,33,24,0.05); border-color: var(--ink); }
.filter-btn.active { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.blog-list { padding: 40px 0 100px; background: var(--bg-soft); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.blog-card { background: var(--white); border-radius: 16px; overflow: hidden; border: 1px solid rgba(46,33,24,0.08); box-shadow: 0 4px 20px rgba(0,0,0,0.03); transition: transform 0.25s ease, box-shadow 0.25s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(46,33,24,0.1); }
.blog-card-img { display: block; aspect-ratio: 3/2; overflow: hidden; background: var(--ink); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-family: var(--serif); font-size: 20px; font-style: italic; text-align: center; padding: 20px; }
.blog-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--brown); font-weight: 700; }
.blog-card-date { color: rgba(46,33,24,0.5); font-weight: 500; text-transform: none; letter-spacing: 0; }
.blog-card-title { font-family: var(--serif); font-size: 20px; line-height: 1.3; margin-bottom: 12px; }
.blog-card-title a { color: var(--ink); text-decoration: none; }
.blog-card-title a:hover { color: var(--brown); }
.blog-card-excerpt { font-size: 14px; line-height: 1.6; color: rgba(46,33,24,0.75); margin-bottom: 16px; flex: 1; }
.blog-card-link { font-size: 13px; font-weight: 700; color: var(--brown); text-decoration: none; letter-spacing: 0.02em; }
.blog-card-link:hover { color: var(--ink); }

.blog-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 60px; flex-wrap: wrap; }
.blog-pagination .page-numbers { display: flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 14px; border-radius: 8px; border: 1px solid rgba(46,33,24,0.15); color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 600; transition: all 0.2s; }
.blog-pagination .page-numbers:hover { border-color: var(--brown); color: var(--brown); }
.blog-pagination .page-numbers.current { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.blog-empty { text-align: center; padding: 80px 20px; }
.blog-empty h3 { font-family: var(--serif); font-size: 24px; margin-bottom: 12px; }
.blog-empty p { color: rgba(46,33,24,0.7); }

.single-post-thumb { border-radius: 16px; overflow: hidden; margin-bottom: 32px; box-shadow: 0 12px 32px rgba(46,33,24,0.1); }
.single-post-thumb img { width: 100%; height: auto; display: block; }
.single-post-body { font-size: 16px; line-height: 1.8; color: var(--ink); }
.single-post-body p { margin-bottom: 24px; }
.single-post-body h2 { font-family: var(--serif); font-size: 28px; margin: 40px 0 16px; color: var(--ink); }
.single-post-body h3 { font-family: var(--serif); font-size: 22px; margin: 32px 0 14px; color: var(--ink); }
.single-post-body ul, .single-post-body ol { margin: 0 0 24px 24px; }
.single-post-body li { margin-bottom: 8px; line-height: 1.7; }
.single-post-body a { color: var(--brown); text-decoration: underline; }
.single-post-body blockquote { border-left: 3px solid var(--gold); padding: 8px 24px; margin: 24px 0; font-style: italic; color: rgba(46,33,24,0.8); }
.single-post-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 16px 0; }
.single-post-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0; }
.single-post-tags .badge { text-decoration: none; }
.page-links { margin: 24px 0; font-size: 14px; }
.single-post-comments { margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(46,33,24,0.1); }

.related-widget { background: var(--white); border: 1px solid rgba(46,33,24,0.1); border-radius: 16px; padding: 28px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
.related-widget h3 { font-family: var(--serif); font-size: 18px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(46,33,24,0.1); color: var(--ink); }
.related-post { display: block; margin-bottom: 20px; }
.related-post:last-child { margin-bottom: 0; }
.related-post h4 { font-size: 14.5px; line-height: 1.4; color: var(--ink); margin-bottom: 6px; font-weight: 600; font-family: var(--r); transition: color .2s ease; }
.related-post:hover h4 { color: var(--brown); }
.related-post span { font-size: 12px; color: rgba(46,33,24,0.55); font-weight: 500; }

/* ══════════════════════════════════════
   RESPONSIVO / MOBILE
══════════════════════════════════════ */

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1024px) {
  .hero h1 { font-size: 48px; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .sobre-grid { gap: 40px; }
  .split-grid { grid-template-columns: 1fr; gap: 60px; }
  .sticky-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 24px; }
  .sticky-sidebar.single-post-sidebar { display: flex; flex-direction: column; align-items: stretch; }
  .photo-placeholder-side { aspect-ratio: auto; height: 100%; min-height: 300px; }
}

@media (max-width: 900px) {
  .nav-links, .header .btn-wa-nav, .header .header-social { display: none; }
  .menu-btn { display: flex; }
  .mobile-menu { position: fixed; top: 0; left: 0; right: 0; background: rgba(46,33,24,0.98); backdrop-filter: blur(15px); padding: 100px 5% 40px; display: flex; flex-direction: column; gap: 24px; transform: translateY(-100%); transition: transform 0.4s ease; z-index: 90; border-bottom: 1px solid rgba(247,241,228,0.1);}
  .mobile-menu.open { transform: translateY(0); }
  .mobile-menu a { color: var(--cream); font-size: 18px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; border-bottom: 1px solid rgba(247,241,228,0.05); padding-bottom: 16px;}
  
  .trust-flex { gap: 20px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 10px; justify-content: flex-start; scroll-snap-type: x mandatory;}
  .trust-chip { scroll-snap-align: start; flex: none; background: rgba(247,241,228,0.5); padding: 8px 16px; border-radius: 30px; border: 1px solid rgba(74,59,52,0.1);}

  .areas-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding-bottom: 20px; margin: 0 -5%; padding-left: 5%; padding-right: 5%; }
  .areas-grid::-webkit-scrollbar { display: none; }
  .area-card { flex: 0 0 85%; scroll-snap-align: start; padding: 32px 24px; }
  
  .process-grid::before { display: none; }
  
  .area-hero-grid { grid-template-columns: 1fr; text-align: center; gap: 32px;}
  .area-hero-title { display: flex; flex-direction: column; align-items: center; }
  .area-hero p.lead { margin: 0 auto; }
  .hero-img-placeholder { width: 80%; margin: 0 auto; }
  
  .topics-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding-bottom: 20px; margin: 0 -5%; padding-left: 5%; padding-right: 5%; }
  .topics-grid::-webkit-scrollbar { display: none; }
  .topic-card { flex: 0 0 85%; scroll-snap-align: start; }
  
  .sticky-sidebar { grid-template-columns: 1fr; }
  .photo-placeholder-side { aspect-ratio: auto; height: auto; min-height: auto; }
  .photo-placeholder-side img { position: static; width: 100%; height: auto; object-fit: initial; display: block; }
}

@media (max-width: 560px) {
  /* Correção para o título no telemóvel para não causar scroll horizontal */
  .hero h1 em { white-space: normal; display: inline; }
}

@media (max-width: 768px) {
  .hero { padding: 140px 0 80px; text-align: center; }
  .hero-watermark { display: none; } 
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-content .eyebrow { justify-content: center; }
  .hero p { margin: 0 auto 32px; font-size: 16px; }
  .hero-actions { justify-content: center; flex-direction: column; width: 100%;}
  .hero-actions .btn { width: 100%; }
  
  .why-grid, .process-grid { grid-template-columns: 1fr; gap: 48px; }

  /* Sobre: reordena para Texto -> Foto -> Qualificações sem alterar o desktop */
  .sobre-grid { grid-template-columns: 1fr; gap: 32px; }
  .sobre-content { display: contents; }
  .sobre-order-eyebrow { order: 1; }
  .sobre-order-title { order: 2; }
  .sobre-order-text { order: 3; margin-bottom: 24px; }
  .sobre-order-photo { order: 4; margin-bottom: 24px; }
  .sobre-order-badges { order: 5; }
  .sobre-order-quote { order: 6; }

  .sobre-grid .photo-wrapper { aspect-ratio: 3/4; width: 100%; max-width: 340px; margin-left: auto; margin-right: auto; }
  .sobre-grid .photo-wrapper img { object-fit: cover; object-position: top center; }
  
  .cta h2 { font-size: 32px; }
  .footer-bar-legal { justify-content: center; }
  
  .step-item-int { flex-direction: column; align-items: center; text-align: center; padding: 24px; }
  .importance-box { padding: 32px 24px; text-align: center; }
  .importance-box .eyebrow { justify-content: center; }
  .importance-box::before { right: 10px; font-size: 90px;} 
}