/* =========================================================
   Natália Oliveira — Theme CSS
   Versão 1.0.0
   ========================================================= */

:root {
  --navy: #0a1628;
  --navy-light: #142339;
  --navy-deep: #050d18;
  --gold: #c9a574;
  --gold-light: #d9b88a;
  --gold-deep: #a8845a;
  --cream: #f7f1e8;
  --cream-light: #faf6ee;
  --cream-warm: #efe6d4;
  --forest: #2d4a3e;
  --bronze: #8b6f47;
  --ink: #1a1a1a;
  --paper: #fdfaf3;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--paper); color: var(--ink); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.serif { font-family: 'Fraunces', serif; }
.italic-serif { font-family: 'Instrument Serif', serif; font-style: italic; }
.gold-strong { color: var(--gold); }

/* ============ NAV ============ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.25rem 2rem; transition: all 0.4s ease; background: transparent; }
.nav.scrolled { background: rgba(10, 22, 40, 0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 0.85rem 2rem; box-shadow: 0 4px 30px rgba(0,0,0,0.1); }
.nav-container { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.nav-logo { font-family: 'Fraunces', serif; font-size: 1.5rem; color: var(--cream); font-weight: 500; letter-spacing: -0.02em; text-decoration: none; }
.nav-logo span { color: var(--gold); font-style: italic; }
.nav-cta { background: var(--gold); color: var(--navy); padding: 0.7rem 1.5rem; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer; border: none; }
.nav-cta:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201, 165, 116, 0.4); }

/* ============ HERO ============ */
.hero { min-height: 100vh; background: var(--navy); color: var(--cream); position: relative; overflow: hidden; padding: 8rem 2rem 4rem; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at top right, rgba(201, 165, 116, 0.18) 0%, transparent 50%), radial-gradient(ellipse at bottom left, rgba(45, 74, 62, 0.25) 0%, transparent 50%); pointer-events: none; }
.hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(201,165,116,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,165,116,0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%); }
.hero-container { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; position: relative; z-index: 2; width: 100%; }
.hero-tagline { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.5rem 1rem; border: 1px solid rgba(201, 165, 116, 0.3); border-radius: 100px; font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 2rem; backdrop-filter: blur(10px); }
.hero-tagline .dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.8); } }
.hero h1 { font-family: 'Fraunces', serif; font-weight: 400; font-size: clamp(1.85rem, 7vw, 4.5rem); line-height: 1.15; letter-spacing: -0.025em; margin-bottom: 1.75rem; }
.hero h1 em { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--gold); font-weight: 400; }
.hero h1 .line-light { color: var(--cream); display: block; }
.hero h1 em { display: inline-block; }
.hero p.subtitle { font-size: 1.1rem; color: rgba(247, 241, 232, 0.75); margin-bottom: 2.5rem; max-width: 540px; line-height: 1.65; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

.btn-primary { background: var(--gold); color: var(--navy); padding: 1.1rem 2rem; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.7rem; transition: all 0.3s ease; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-3px); box-shadow: 0 15px 40px rgba(201, 165, 116, 0.4); }
.btn-primary i { transition: transform 0.3s ease; }
.btn-primary:hover i { transform: translateX(4px); }

.btn-secondary { color: var(--cream); padding: 1.1rem 1.5rem; text-decoration: none; font-weight: 500; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.7rem; border-bottom: 1px solid rgba(247, 241, 232, 0.3); transition: all 0.3s ease; cursor: pointer; background: transparent; border-top: 0; border-left: 0; border-right: 0; }
.btn-secondary:hover { color: var(--gold); border-color: var(--gold); }

.hero-visual { position: relative; aspect-ratio: 4/5; border-radius: 12px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.5); transform: perspective(1200px) rotateY(-3deg) rotateX(2deg); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9) contrast(1.05); }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 50%, rgba(10, 22, 40, 0.4) 100%); }
.hero-badge { position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; background: rgba(247, 241, 232, 0.95); backdrop-filter: blur(20px); color: var(--navy); padding: 1.25rem 1.5rem; border-radius: 12px; z-index: 2; display: flex; align-items: center; gap: 1rem; }
.hero-badge-icon { width: 44px; height: 44px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.hero-badge-text { font-size: 0.85rem; line-height: 1.4; }
.hero-badge-text strong { font-family: 'Fraunces', serif; font-weight: 600; }

.hero-float-1, .hero-float-2 { position: absolute; background: rgba(247, 241, 232, 0.06); backdrop-filter: blur(20px); border: 1px solid rgba(201, 165, 116, 0.2); border-radius: 16px; padding: 1rem 1.25rem; z-index: 3; animation: float 5s ease-in-out infinite; }
.hero-float-1 { top: 30%; left: 2%; animation-delay: 0s; }
.hero-float-2 { top: 40%; right: 2%; animation-delay: 1.5s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
.hero-float-num { font-family: 'Fraunces', serif; color: var(--gold); font-size: 1.8rem; font-weight: 500; line-height: 1; }
.hero-float-label { font-size: 0.72rem; color: rgba(247,241,232,0.7); margin-top: 0.25rem; text-transform: uppercase; letter-spacing: 0.1em; }

.scroll-down { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); color: rgba(247, 241, 232, 0.5); font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.scroll-down i { animation: bounce 2s infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

section { padding: 7rem 2rem; position: relative; }
.container { max-width: 1280px; margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 1.5rem; font-weight: 600; }
.eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--gold-deep); }
.eyebrow-center { justify-content: center; }
.section-title { font-family: 'Fraunces', serif; font-weight: 400; font-size: clamp(1.65rem, 5.5vw, 3.5rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--navy); margin-bottom: 1.25rem; }
.section-title em { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--gold-deep); }
.section-intro { font-size: 1.1rem; color: rgba(26, 26, 26, 0.7); max-width: 640px; line-height: 1.7; }

/* ============ DORES ============ */
.pains { background: var(--cream); color: var(--navy); }
.pains-header { text-align: center; margin-bottom: 5rem; }
.pains-header .section-intro { margin: 1.25rem auto 0; }
.pains-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; margin-bottom: 4rem; }
.pain-card { background: var(--paper); border: 1px solid rgba(201, 165, 116, 0.2); padding: 2rem; border-radius: 12px; position: relative; transition: all 0.4s ease; }
.pain-card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: 0 20px 50px rgba(10, 22, 40, 0.08); }
.pain-number { font-family: 'Fraunces', serif; color: var(--gold); font-size: 0.85rem; letter-spacing: 0.2em; margin-bottom: 1rem; font-weight: 500; }
.pain-quote { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 1.2rem; line-height: 1.4; color: var(--navy); }
.pain-quote::before { content: '"'; color: var(--gold); font-size: 1.5em; line-height: 0; }
.pain-quote::after { content: '"'; color: var(--gold); }
.pains-conclusion { background: var(--navy); color: var(--cream); padding: 3rem 2.5rem; border-radius: 16px; text-align: center; position: relative; overflow: hidden; }
.pains-conclusion::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(201,165,116,0.15), transparent 60%); }
.pains-conclusion-text { font-family: 'Fraunces', serif; font-size: clamp(1.25rem, 4.5vw, 2.25rem); line-height: 1.3; position: relative; z-index: 2; }
.pains-conclusion-text em { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--gold); }

/* ============ MÉTODO 3P ============ */
.method { background: var(--navy); color: var(--cream); overflow: hidden; }
.method::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 20%, rgba(201,165,116,0.12), transparent 50%), radial-gradient(ellipse at 80% 80%, rgba(45,74,62,0.2), transparent 50%); pointer-events: none; }
.method-header { text-align: center; margin-bottom: 5rem; position: relative; z-index: 2; }
.method-header .section-title { color: var(--cream); }
.method-header .section-intro { color: rgba(247, 241, 232, 0.7); margin: 1.25rem auto 0; }
.method-header .eyebrow { color: var(--gold); }
.method-header .eyebrow::before { background: var(--gold); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; position: relative; z-index: 2; }
.method-card { background: rgba(247, 241, 232, 0.04); border: 1px solid rgba(201, 165, 116, 0.2); backdrop-filter: blur(20px); padding: 2.5rem 2rem; border-radius: 16px; position: relative; transition: all 0.5s ease; overflow: hidden; }
.method-card:hover { transform: translateY(-8px); border-color: var(--gold); background: rgba(247, 241, 232, 0.07); }
.method-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); transform: scaleX(0); transform-origin: left; transition: transform 0.5s ease; }
.method-card:hover::before { transform: scaleX(1); }
.method-step { font-family: 'Fraunces', serif; color: var(--gold); font-size: 0.85rem; letter-spacing: 0.25em; margin-bottom: 1.5rem; text-transform: uppercase; }
.method-icon { width: 64px; height: 64px; background: rgba(201, 165, 116, 0.1); color: var(--gold); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1.5rem; transition: all 0.4s ease; }
.method-card:hover .method-icon { background: var(--gold); color: var(--navy); transform: rotate(-8deg) scale(1.05); }
.method-title { font-family: 'Fraunces', serif; font-size: 2rem; font-weight: 500; margin-bottom: 1rem; color: var(--cream); letter-spacing: -0.02em; }
.method-desc { color: rgba(247, 241, 232, 0.7); line-height: 1.6; font-size: 0.98rem; }
.method-card-number { position: absolute; top: 1.5rem; right: 1.5rem; font-family: 'Fraunces', serif; font-size: 3rem; color: rgba(201, 165, 116, 0.15); font-weight: 500; line-height: 1; }
.method-cta { text-align: center; margin-top: 4rem; position: relative; z-index: 2; }

/* ============ APLICAÇÕES ============ */
.applications { background: var(--cream-light); color: var(--navy); }
.applications-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.applications-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.app-card { background: var(--paper); border-radius: 16px; overflow: hidden; border: 1px solid rgba(201, 165, 116, 0.2); transition: transform 0.4s cubic-bezier(.2,.7,.2,1), box-shadow 0.3s ease, border-color 0.3s ease; cursor: pointer; position: relative; transform: perspective(1000px) rotateX(0) rotateY(0); }
.app-card:hover { box-shadow: 0 30px 60px rgba(10, 22, 40, 0.12); border-color: var(--gold); }
.app-card-image { width: 100%; height: 200px; overflow: hidden; position: relative; }
.app-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.app-card:hover .app-card-image img { transform: scale(1.08); }
.app-card-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(10,22,40,0.4) 100%); }
.app-card-icon { position: absolute; top: 1rem; right: 1rem; width: 40px; height: 40px; background: rgba(247, 241, 232, 0.9); backdrop-filter: blur(10px); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--navy); font-size: 1rem; z-index: 2; }
.app-card-body { padding: 1.5rem; }
.app-card-title { font-family: 'Fraunces', serif; font-size: 1.3rem; font-weight: 500; color: var(--navy); margin-bottom: 0.4rem; }
.app-card-desc { font-size: 0.9rem; color: rgba(26, 26, 26, 0.65); }

/* ============ BENEFÍCIOS ============ */
.benefits { background: var(--paper); color: var(--navy); }
.benefits-container { display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; align-items: start; }
.benefits-list { display: grid; gap: 0.75rem; }
.benefit-item { display: flex; align-items: center; gap: 1.25rem; padding: 1.25rem 1.5rem; background: var(--cream-light); border: 1px solid rgba(201, 165, 116, 0.15); border-radius: 12px; transition: all 0.3s ease; }
.benefit-item:hover { border-color: var(--gold); background: var(--cream); transform: translateX(8px); }
.benefit-icon { width: 42px; height: 42px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; flex-shrink: 0; }
.benefit-text { font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 500; color: var(--navy); letter-spacing: -0.01em; }

/* ============ SOBRE ============ */
.about { background: var(--navy); color: var(--cream); overflow: hidden; }
.about::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at top left, rgba(201,165,116,0.12), transparent 50%); pointer-events: none; }
.about-container { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 5rem; align-items: center; position: relative; z-index: 2; }
.about-visual { position: relative; }
.about-photo { aspect-ratio: 4/5; border-radius: 12px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.4); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.95) contrast(1.05); }
.about-decoration { position: absolute; top: -20px; right: -20px; width: 100%; height: 100%; border: 1px solid var(--gold); border-radius: 12px; z-index: -1; }
.about-signature { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); background: var(--cream); color: var(--navy); padding: 1.25rem 2rem; border-radius: 100px; font-family: 'Instrument Serif', serif; font-style: italic; font-size: 1.15rem; white-space: nowrap; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.about-signature span { color: var(--gold-deep); }
.about-content .eyebrow { color: var(--gold); }
.about-content .eyebrow::before { background: var(--gold); }
.about-content .section-title { color: var(--cream); }
.about-content .section-title em { color: var(--gold); }
.about-text { color: rgba(247, 241, 232, 0.75); font-size: 1.02rem; line-height: 1.75; margin-bottom: 1.25rem; }
.about-quote { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 1.5rem; line-height: 1.4; color: var(--gold); padding: 1.5rem 0 1.5rem 1.5rem; border-left: 2px solid var(--gold); margin: 2rem 0; }

/* ============ CTA FINAL ============ */
.final-cta { background: var(--cream); color: var(--navy); text-align: center; padding: 7rem 2rem; }
.final-cta-container { max-width: 800px; margin: 0 auto; }
.final-cta-title { font-family: 'Fraunces', serif; font-size: clamp(1.8rem, 6vw, 4rem); font-weight: 400; line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 1.5rem; color: var(--navy); }
.final-cta-title em { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--gold-deep); }
.final-cta-desc { font-size: 1.15rem; color: rgba(26, 26, 26, 0.7); max-width: 580px; margin: 0 auto 2.5rem; line-height: 1.65; }
.final-cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-dark { background: var(--navy); color: var(--cream); padding: 1.1rem 2rem; border-radius: 100px; text-decoration: none; font-weight: 600; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.7rem; transition: all 0.3s ease; cursor: pointer; border: none; }
.btn-dark:hover { background: var(--navy-deep); transform: translateY(-3px); box-shadow: 0 15px 40px rgba(10, 22, 40, 0.3); color: var(--cream); }
.btn-dark i { transition: transform 0.3s ease; }
.btn-dark:hover i { transform: translateX(4px); }

/* ============ FOOTER ============ */
.footer { background: var(--navy-deep); color: var(--cream); padding: 4rem 2rem 2rem; }
.footer-container { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { font-family: 'Fraunces', serif; font-size: 1.75rem; margin-bottom: 1rem; color: var(--cream); }
.footer-logo span { color: var(--gold); font-style: italic; }
.footer-tagline { color: rgba(247,241,232,0.6); max-width: 360px; line-height: 1.6; }
.footer-title { font-family: 'Fraunces', serif; color: var(--gold); margin-bottom: 1rem; font-size: 1rem; letter-spacing: 0.05em; }
.footer-list { list-style: none; }
.footer-list li { margin-bottom: 0.6rem; }
.footer-list a { color: rgba(247,241,232,0.6); text-decoration: none; font-size: 0.92rem; transition: color 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer; }
.footer-list a:hover { color: var(--gold); }
.footer-bottom { max-width: 1280px; margin: 0 auto; padding-top: 2rem; border-top: 1px solid rgba(247,241,232,0.1); text-align: center; color: rgba(247,241,232,0.4); font-size: 0.85rem; }

/* ============ LOJY CREDIT ============ */
.lojy-credit { background: var(--navy-deep); color: rgba(247,241,232,.45); padding: 16px 24px 18px; text-align: center; font-family: 'DM Sans', sans-serif; font-size: 12px; letter-spacing: .02em; border-top: 1px solid rgba(247,241,232,.06); line-height: 1.7; }
.lojy-credit .lojy-mark { font-family: 'Fraunces', Georgia, serif; font-style: italic; font-weight: 800; font-size: 15px; letter-spacing: -.5px; color: rgba(247,241,232,.88); display: inline-flex; align-items: baseline; gap: 3px; vertical-align: baseline; text-decoration: none; }
.lojy-credit .lojy-mark .dot { display: inline-block; width: 6px; height: 6px; background: #2bba4a; border-radius: 50%; align-self: flex-end; margin-bottom: 2px; box-shadow: 0 0 8px rgba(43,186,74,.6); }
.lojy-credit .lojy-mark .crm { font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 11px; letter-spacing: 1.5px; color: #2bba4a; text-transform: lowercase; margin-left: 3px; align-self: flex-end; margin-bottom: 3px; }
.lojy-credit a { color: rgba(247,241,232,.7); text-decoration: none; font-weight: 600; transition: color .2s; }
.lojy-credit a:hover { color: #2bba4a; }
.lojy-credit .sep { margin: 0 8px; opacity: .35; }

/* ============ POPUP DO FORMULÁRIO ============ */
#lz-form-popup { position: fixed; inset: 0; background: rgba(10, 22, 40, 0.82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 99998; display: none; align-items: flex-start; justify-content: center; padding: 24px; overflow-y: auto; }
#lz-form-popup.show { display: flex; animation: lzFadeIn .3s ease-out; }
@keyframes lzFadeIn { from { opacity: 0; } to { opacity: 1; } }
#lz-form-popup .lz-pop-box { background: var(--cream); border-radius: 20px; max-width: 580px; width: 100%; margin: auto; padding: 0; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,.5); animation: lzSlideUp .4s cubic-bezier(.34,1.56,.64,1); overflow: hidden; }
@keyframes lzSlideUp { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
#lz-form-popup .lz-pop-head { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); color: var(--cream); padding: 30px 32px 26px; position: relative; }
#lz-form-popup .lz-pop-head::before { content: ''; position: absolute; top: -50%; right: -20%; width: 60%; height: 200%; background: radial-gradient(ellipse, rgba(201,165,116,.2), transparent 70%); pointer-events: none; }
#lz-form-popup .lz-pop-eyebrow { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 8px; position: relative; }
#lz-form-popup .lz-pop-title { font-family: 'Fraunces', serif; font-weight: 400; font-size: 28px; letter-spacing: -.02em; margin: 0; line-height: 1.15; position: relative; }
#lz-form-popup .lz-pop-title em { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--gold); }
#lz-form-popup .lz-pop-sub { font-size: 13.5px; color: rgba(247,241,232,.78); margin-top: 10px; line-height: 1.55; position: relative; }
#lz-form-popup .lz-pop-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: #fff; border-radius: 50%; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .25s; line-height: 1; z-index: 3; }
#lz-form-popup .lz-pop-close:hover { background: rgba(255,255,255,.22); transform: rotate(90deg); }
#lz-form-popup .lz-pop-body { padding: 28px 32px 32px; max-height: calc(100vh - 240px); overflow-y: auto; background: var(--cream); }
#lz-form-popup .lz-pop-body form { margin: 0; }
#lz-form-popup .lz-pop-body input, #lz-form-popup .lz-pop-body select, #lz-form-popup .lz-pop-body textarea { font-family: 'Plus Jakarta Sans', sans-serif !important; }

.lz-cta-whatsapp, .lz-cta-form { cursor: pointer; }
.lz-cta-whatsapp:focus-visible, .lz-cta-form:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.whatsapp-float { display: none !important; }

/* =========================================================
   *** NOVAS ANIMAÇÕES DE SCROLL — TEMA CONSÓRCIO ***
   ========================================================= */

/* ===== SCROLL PROGRESS BAR (topo) ===== */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform-origin: 0 50%; transform: scaleX(0);
  box-shadow: 0 0 12px rgba(201,165,116,.6);
  pointer-events: none;
}
@supports (animation-timeline: scroll()) {
  .scroll-progress {
    animation: sp-fill linear both;
    animation-timeline: scroll(root);
    transform: scaleX(0);
  }
  @keyframes sp-fill { to { transform: scaleX(1); } }
}

/* ===== PARTÍCULAS DOURADAS FLUTUANTES (ambient sutil) ===== */
.gold-particles { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; opacity: .35; }
.gold-particles span {
  position: absolute;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  color: var(--gold);
  font-size: 28px;
  animation: gp-rise linear infinite;
  user-select: none;
  text-shadow: 0 0 20px rgba(201,165,116,.4);
}
@keyframes gp-rise {
  0%   { transform: translateY(110vh) rotate(0deg); opacity: 0; }
  10%  { opacity: .35; }
  90%  { opacity: .35; }
  100% { transform: translateY(-20vh) rotate(15deg); opacity: 0; }
}

/* ===== STOCK TICKER FINANCEIRO ===== */
.fin-ticker {
  position: relative; z-index: 2;
  background: linear-gradient(to right, rgba(10,22,40,.96), rgba(20,35,57,.96));
  border-top: 1px solid rgba(201,165,116,.2);
  border-bottom: 1px solid rgba(201,165,116,.2);
  padding: 14px 0;
  overflow: hidden;
  font-family: 'DM Sans', monospace;
}
.fin-ticker-track {
  display: flex; gap: 0; width: max-content;
  animation: fin-tick 32s linear infinite;
  will-change: transform;
}
.fin-ticker:hover .fin-ticker-track { animation-play-state: paused; }
.fin-item {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0 26px;
  font-size: 14px; font-weight: 600; color: var(--cream);
  white-space: nowrap;
}
.fin-item .lbl { color: rgba(247,241,232,.55); font-weight: 500; font-size: 12px; letter-spacing: .6px; text-transform: uppercase; }
.fin-item .val { color: var(--cream); font-family: 'Fraunces', serif; font-size: 15px; }
.fin-item .trnd {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
}
.fin-item .trnd.up { background: rgba(201,165,116,.18); color: var(--gold); }
.fin-item .trnd.dn { background: rgba(180,80,80,.18); color: #e08c8c; }
.fin-item .trnd.zero { background: rgba(45,74,62,.25); color: #5fb98c; }
.fin-item.sep { color: var(--gold); font-size: 8px; padding: 0 4px; opacity: .35; }
@keyframes fin-tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== COMPARAÇÃO: FINANCIAMENTO VS CONSÓRCIO ===== */
.comparison { background: var(--paper); padding: 7rem 2rem; }
.comp-header { text-align: center; margin-bottom: 4rem; }
.comp-header .section-intro { margin: 1.25rem auto 0; }
.comp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 1080px; margin: 0 auto; }
.comp-side { background: var(--cream-light); border-radius: 18px; padding: 2.5rem 2rem; border: 1px solid rgba(201,165,116,.2); position: relative; overflow: hidden; }
.comp-side.bad { background: linear-gradient(180deg, var(--cream-light), #f5e8e0); border-color: rgba(180,80,80,.25); }
.comp-side.good { background: linear-gradient(180deg, var(--cream-light), var(--cream)); border-color: rgba(201,165,116,.4); }
.comp-tag {
  display: inline-block; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  padding: 5px 13px; border-radius: 100px; font-weight: 700; margin-bottom: 1rem;
}
.comp-tag.bad { background: rgba(180,80,80,.12); color: #b04040; }
.comp-tag.good { background: rgba(201,165,116,.18); color: var(--gold-deep); }
.comp-side h3 {
  font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.7rem; letter-spacing: -.02em;
  color: var(--navy); margin-bottom: 1rem; line-height: 1.2;
}
.comp-side .price-display {
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: .25rem; letter-spacing: -.02em; line-height: 1;
}
.comp-side.bad .price-display { color: #b04040; }
.comp-side.good .price-display { color: var(--gold-deep); }
.comp-side .price-label {
  font-size: .82rem; color: rgba(26,26,26,.55); margin-bottom: 1.5rem;
  text-transform: uppercase; letter-spacing: .1em; font-weight: 600;
}
.comp-bar {
  height: 12px; background: rgba(0,0,0,.06); border-radius: 100px; overflow: hidden;
  margin: 1.5rem 0 1rem;
}
.comp-bar-fill {
  height: 100%; width: 0; border-radius: 100px;
  transition: width 2.5s cubic-bezier(.2,.7,.2,1);
}
.comp-side.bad .comp-bar-fill { background: linear-gradient(90deg, #d97070, #b04040); }
.comp-side.good .comp-bar-fill { background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.comp-list { margin-top: 1.5rem; list-style: none; padding: 0; }
.comp-list li {
  display: flex; gap: .75rem; align-items: center;
  padding: .5rem 0; font-size: .95rem; color: rgba(26,26,26,.75);
}
.comp-list li i { font-size: .85rem; flex: 0 0 auto; }
.comp-side.bad .comp-list li i { color: #b04040; }
.comp-side.good .comp-list li i { color: var(--gold-deep); }
.comp-side .vs-emblem {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 1.4rem; opacity: .25;
}

/* ===== LINHA DO TEMPO DA CONTEMPLAÇÃO ===== */
.timeline-sec { background: var(--cream-warm); padding: 7rem 2rem; }
.timeline-header { text-align: center; margin-bottom: 5rem; }
.timeline-header .section-intro { margin: 1.25rem auto 0; }
.timeline {
  max-width: 980px; margin: 0 auto; position: relative;
}
.timeline::before {
  content: ''; position: absolute;
  left: 50%; top: 0; bottom: 0; width: 2px;
  background: rgba(201,165,116,.2);
  transform: translateX(-50%);
}
.timeline-line {
  position: absolute; left: 50%; top: 0; width: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--gold-light));
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: transform 2s cubic-bezier(.2,.7,.2,1);
  box-shadow: 0 0 12px rgba(201,165,116,.5);
  height: 100%;
}
.timeline.active .timeline-line { transform: translateX(-50%) scaleY(1); }
.tl-item {
  position: relative; padding: 1.5rem 0;
  display: grid; grid-template-columns: 1fr 80px 1fr;
  align-items: center; gap: 1rem;
  opacity: 0; transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.tl-item.on { opacity: 1; transform: translateY(0); }
.tl-item .tl-dot {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--cream); border: 2px solid rgba(201,165,116,.3);
  color: var(--gold-deep); display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; transition: all .4s ease;
  margin: 0 auto; grid-column: 2; z-index: 2; position: relative;
}
.tl-item.on .tl-dot {
  background: var(--gold); border-color: var(--gold); color: var(--navy);
  transform: scale(1.1); box-shadow: 0 0 0 6px rgba(201,165,116,.15), 0 10px 30px rgba(201,165,116,.3);
}
.tl-item .tl-card {
  background: var(--paper); border: 1px solid rgba(201,165,116,.2); border-radius: 14px;
  padding: 1.25rem 1.5rem;
  transition: all .4s ease;
}
.tl-item.on .tl-card { border-color: var(--gold); box-shadow: 0 14px 40px rgba(10,22,40,.07); }
.tl-item .tl-month {
  font-family: 'Fraunces', serif; color: var(--gold-deep); font-size: .85rem;
  letter-spacing: .15em; text-transform: uppercase; font-weight: 600; margin-bottom: .35rem;
}
.tl-item .tl-title { font-family: 'Fraunces', serif; font-size: 1.25rem; font-weight: 500; color: var(--navy); margin-bottom: .35rem; }
.tl-item .tl-desc { font-size: .9rem; color: rgba(26,26,26,.7); line-height: 1.55; }
.tl-item.left .tl-card { grid-column: 1; text-align: right; }
.tl-item.right .tl-card { grid-column: 3; text-align: left; }
.tl-item.right .tl-card { grid-column-start: 3; }
.tl-item.left .tl-card { grid-column-start: 1; }
.tl-celebration {
  text-align: center; margin-top: 3rem;
  font-family: 'Instrument Serif', serif; font-style: italic;
  font-size: 1.5rem; color: var(--gold-deep);
  opacity: 0; transition: opacity .8s ease .3s;
}
.timeline.active .tl-celebration { opacity: 1; }
.tl-celebration .badge {
  display: inline-block; padding: 6px 18px;
  background: var(--gold); color: var(--navy);
  border-radius: 100px; font-family: 'DM Sans', sans-serif;
  font-weight: 700; font-style: normal; font-size: .85rem;
  letter-spacing: .15em; text-transform: uppercase;
  margin-right: .5rem;
}

/* ===== PATRIMÔNIO CRESCENDO (counter banner) ===== */
.heritage {
  background: var(--navy); color: var(--cream);
  padding: 6rem 2rem; text-align: center; position: relative; overflow: hidden;
}
.heritage::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(201,165,116,.18), transparent 50%),
              radial-gradient(ellipse at 70% 50%, rgba(45,74,62,.15), transparent 50%);
  pointer-events: none;
}
.heritage-wrap { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.heritage .eyebrow { color: var(--gold); justify-content: center; display: inline-flex; }
.heritage .eyebrow::before { background: var(--gold); }
.heritage-num {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: clamp(3rem, 9vw, 6rem);
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 50%, var(--cream) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  letter-spacing: -.03em; line-height: 1; margin: 1rem 0 .5rem;
}
.heritage-caption {
  font-family: 'Instrument Serif', serif; font-style: italic;
  color: rgba(247,241,232,.75); font-size: 1.2rem;
  margin-bottom: 2rem;
}
.heritage-pills {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
}
.heritage-pill {
  padding: .65rem 1.25rem;
  background: rgba(201,165,116,.1); border: 1px solid rgba(201,165,116,.3);
  border-radius: 100px; font-size: .85rem; color: var(--gold-light);
  font-weight: 500;
}

/* ===== SVG CASA SENDO CONSTRUÍDA ===== */
.house-builder {
  width: 100%; max-width: 380px; margin: 0 auto;
  aspect-ratio: 1.2/1;
}
.house-builder svg { width: 100%; height: 100%; }
.house-builder svg .h-part {
  opacity: 0; transform-origin: bottom center;
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);
}
.house-builder.b1 .h-foundation,
.house-builder.b2 .h-foundation, .house-builder.b2 .h-walls,
.house-builder.b3 .h-foundation, .house-builder.b3 .h-walls, .house-builder.b3 .h-roof,
.house-builder.b4 .h-foundation, .house-builder.b4 .h-walls, .house-builder.b4 .h-roof, .house-builder.b4 .h-window, .house-builder.b4 .h-door,
.house-builder.b5 .h-foundation, .house-builder.b5 .h-walls, .house-builder.b5 .h-roof, .house-builder.b5 .h-window, .house-builder.b5 .h-door, .house-builder.b5 .h-glow
{ opacity: 1; transform: none; }
.house-builder .h-walls { transform: translateY(40px); }
.house-builder .h-roof { transform: translateY(-30px) scale(.8); }
.house-builder .h-window, .house-builder .h-door { transform: scale(.5); }
.house-builder .h-glow {
  opacity: 0;
  transition: opacity 1s ease;
}
.house-stage {
  display: inline-block; padding: 5px 14px; margin-top: 1.25rem;
  font-family: 'DM Sans', sans-serif; font-size: 11.5px;
  letter-spacing: .15em; text-transform: uppercase; font-weight: 600;
  color: var(--gold-deep); border: 1px solid rgba(201,165,116,.3); border-radius: 100px;
}

/* ===== CSS SCROLL-DRIVEN ANIMATIONS (browsers 2026) ===== */
@supports (animation-timeline: view()) {
  [data-aos] {
    /* Deixa o AOS funcionar normal — scroll-driven só se sem AOS */
  }
}

/* =========================================================
   LGPD COOKIE BANNER + MODAL — paleta navy/gold/cream
   ========================================================= */
.cookie-bar {
  position: fixed; left: 16px; right: 16px; bottom: 16px;
  z-index: 2147483000; /* maximo seguro - acima de qualquer chat widget */
  background: var(--paper);
  border: 1px solid rgba(201,165,116,.3);
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 30px 60px -20px rgba(10,22,40,.4);
  display: flex; align-items: center; gap: 20px;
  max-width: 1080px; margin: 0 auto;
  visibility: hidden; opacity: 0; transform: translateY(40px); pointer-events: none;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), opacity .4s ease, visibility 0s linear .4s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.cookie-bar.show {
  visibility: visible; opacity: 1; transform: none; pointer-events: auto;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), opacity .4s ease, visibility 0s linear 0s;
}
.cookie-bar .cb-ic {
  width: 52px; height: 52px; border-radius: 14px; flex: 0 0 auto;
  background: var(--navy); color: var(--gold);
  display: grid; place-items: center; font-size: 22px;
}
.cookie-bar .cb-text { flex: 1 1 auto; min-width: 0; }
.cookie-bar .cb-text h4 { font-family: 'Fraunces', serif; font-size: 16px; margin: 0 0 4px; color: var(--navy); font-weight: 600; }
.cookie-bar .cb-text p { font-size: 13.5px; color: rgba(26,26,26,.65); line-height: 1.55; margin: 0; }
.cookie-bar .cb-text a { color: var(--gold-deep); font-weight: 600; text-decoration: underline; cursor: pointer; }
.cookie-bar .cb-acts { display: flex; gap: 10px; flex: 0 0 auto; flex-wrap: wrap; }

.btn-gold {
  background: var(--gold); color: var(--navy);
  border: 0; padding: 11px 20px; border-radius: 100px;
  font-weight: 600; font-size: 13.5px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: inherit; transition: .2s;
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-ghost-light {
  background: transparent; color: var(--navy);
  border: 1px solid rgba(10,22,40,.2);
  padding: 11px 20px; border-radius: 100px;
  font-weight: 500; font-size: 13.5px; cursor: pointer;
  font-family: inherit; transition: .2s;
}
.btn-ghost-light:hover { border-color: var(--navy); }

.lgpd-modal {
  position: fixed; inset: 0; z-index: 2147483001; /* acima do cookie bar */
  background: rgba(10,22,40,.78);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; visibility: hidden; transition: .3s;
}
.lgpd-modal.open { opacity: 1; visibility: visible; }
.lgpd-card {
  background: var(--paper); border-radius: 22px;
  width: 100%; max-width: 700px; max-height: 85vh; overflow: hidden;
  display: flex; flex-direction: column;
  transform: scale(.95); transition: transform .3s cubic-bezier(.2,.7,.2,1);
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.lgpd-modal.open .lgpd-card { transform: none; }
.lgpd-head {
  display: flex; align-items: center; gap: 14px; padding: 22px 26px;
  border-bottom: 1px solid rgba(201,165,116,.2); flex: 0 0 auto;
  background: linear-gradient(135deg, var(--navy), var(--navy-light)); color: var(--cream);
}
.lgpd-head .mh-ic {
  width: 42px; height: 42px; border-radius: 12px; flex: 0 0 auto;
  background: rgba(201,165,116,.18); color: var(--gold);
  display: grid; place-items: center; font-size: 18px;
}
.lgpd-head h3 { flex: 1; font-family: 'Fraunces', serif; font-size: 19px; font-weight: 500; color: var(--cream); margin: 0; }
.lgpd-head button {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06); color: var(--cream); cursor: pointer;
  display: grid; place-items: center; font-size: 14px;
}
.lgpd-head button:hover { background: rgba(255,255,255,.15); transform: rotate(90deg); transition: .2s; }
.lgpd-body { padding: 24px 26px; overflow-y: auto; flex: 1 1 auto; color: var(--ink); font-size: 14.5px; line-height: 1.65; }
.lgpd-body h4 { font-family: 'Fraunces', serif; font-size: 16px; color: var(--navy); margin: 18px 0 8px; font-weight: 600; }
.lgpd-body h4:first-child { margin-top: 0; }
.lgpd-body p { color: rgba(26,26,26,.75); margin-bottom: 10px; }
.lgpd-body ul { list-style: none; margin: 8px 0 14px 0; }
.lgpd-body ul li {
  position: relative; padding-left: 22px; margin-bottom: 8px; color: rgba(26,26,26,.75); font-size: 14px;
}
.lgpd-body ul li::before {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 0; top: 3px; color: var(--gold-deep); font-size: 11px;
}
.lgpd-body a { color: var(--gold-deep); font-weight: 600; }
.pref-row {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 14px 16px; background: var(--cream-light);
  border: 1px solid rgba(201,165,116,.15); border-radius: 12px; margin-bottom: 10px;
}
.pref-row.locked { opacity: .7; }
.pref-row .pr-text { flex: 1; }
.pref-row .pr-text b { display: block; color: var(--navy); font-size: 14px; margin-bottom: 2px; font-family: 'Fraunces', serif; font-weight: 600; }
.pref-row .pr-text span { color: rgba(26,26,26,.6); font-size: 13px; }
.tog {
  position: relative; width: 46px; height: 26px; border-radius: 100px;
  background: rgba(10,22,40,.15); border: 0; cursor: pointer; flex: 0 0 auto;
  transition: background .25s; padding: 0;
}
.tog::after {
  content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px;
  border-radius: 50%; background: #fff; transition: transform .25s;
}
.tog.on { background: var(--gold); }
.tog.on::after { transform: translateX(20px); }
.tog[disabled] { cursor: not-allowed; opacity: .6; }
.lgpd-foot {
  padding: 18px 26px; border-top: 1px solid rgba(201,165,116,.2);
  display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; flex: 0 0 auto;
  background: var(--cream-light);
}

/* =========================================================
   PRIVACY PAGE
   ========================================================= */
.privacy-page { background: var(--paper); color: var(--ink); padding: 7rem 2rem 5rem; min-height: 100vh; }
.privacy-container { max-width: 920px; }
.privacy-hero { text-align: center; margin-bottom: 3rem; padding-top: 1rem; }
.privacy-hero .eyebrow { justify-content: center; display: inline-flex; }
.privacy-title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  letter-spacing: -.025em; color: var(--navy);
  margin: 1rem 0 .75rem; line-height: 1.1;
}
.privacy-title em { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--gold-deep); }
.privacy-lead { color: rgba(26,26,26,.7); font-size: 1.05rem; }
.privacy-toc {
  background: var(--cream-light); border: 1px solid rgba(201,165,116,.2);
  border-radius: 16px; padding: 22px 26px; margin-bottom: 36px;
}
.privacy-toc strong { display: block; font-family: 'Fraunces', serif; color: var(--navy); margin-bottom: 12px; font-size: 14px; }
.privacy-toc ol { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 20px; }
.privacy-toc ol li a { color: rgba(26,26,26,.7); font-size: 14px; padding: 4px 0; display: block; text-decoration: none; transition: color .2s; }
.privacy-toc ol li a:hover { color: var(--gold-deep); }
.privacy-content {
  background: var(--cream-light); border: 1px solid rgba(201,165,116,.2);
  border-radius: 22px; padding: 40px 44px; color: var(--ink); font-size: 15.5px; line-height: 1.75;
}
.privacy-content h2 { font-family: 'Fraunces', serif; color: var(--navy); font-size: 22px; margin: 28px 0 14px; font-weight: 500; }
.privacy-content h2:first-child { margin-top: 0; }
.privacy-content p { color: rgba(26,26,26,.75); margin-bottom: 14px; }
.check-list { list-style: none; margin: 12px 0 18px; padding: 0; }
.check-list li {
  position: relative; padding-left: 24px; margin-bottom: 10px;
  color: rgba(26,26,26,.75); font-size: 14.5px;
}
.check-list li::before {
  content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; left: 0; top: 5px; color: var(--gold-deep); font-size: 12px;
}
.legal-table {
  width: 100%; border-collapse: collapse; margin: 14px 0 18px;
  background: var(--paper); border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(201,165,116,.2); font-size: 14px;
}
.legal-table thead tr { background: rgba(201,165,116,.12); }
.legal-table th { text-align: left; padding: 12px 16px; color: var(--navy); font-family: 'Fraunces', serif; font-weight: 600; }
.legal-table td { padding: 12px 16px; color: rgba(26,26,26,.75); border-top: 1px solid rgba(201,165,116,.1); }
.dpo-card {
  background: var(--paper); border: 1px solid rgba(201,165,116,.3);
  border-radius: 14px; padding: 18px 22px; margin: 14px 0 18px;
}
.dpo-card p { margin-bottom: 6px; }
.dpo-card p:last-child { margin-bottom: 0; }
.privacy-content a { color: var(--gold-deep); font-weight: 600; }
.privacy-back { text-align: center; margin-top: 36px; }

/* GENERIC PAGE */
.generic-page { padding: 7rem 2rem 5rem; background: var(--paper); }
.generic-container { max-width: 920px; }
.generic-article {
  background: var(--cream-light); border: 1px solid rgba(201,165,116,.2);
  border-radius: 22px; padding: 40px 44px;
}
.generic-article h1 {
  font-family: 'Fraunces', serif; color: var(--navy); font-size: clamp(28px, 4vw, 42px);
  font-weight: 400; letter-spacing: -.025em; margin-bottom: 18px;
}
.generic-content { color: rgba(26,26,26,.75); line-height: 1.75; font-size: 15.5px; }
.not-found { text-align: center; padding: 60px 0; }
.not-found h1 { font-family: 'Fraunces', serif; color: var(--navy); font-size: 32px; margin-bottom: 14px; }
.not-found p { color: rgba(26,26,26,.6); margin-bottom: 24px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .hero-container, .about-container, .benefits-container, .applications-header { grid-template-columns: 1fr; gap: 3rem; }
  .method-grid { grid-template-columns: 1fr; }
  .footer-container { grid-template-columns: 1fr; gap: 2rem; }
  .hero-float-1, .hero-float-2 { display: none; }
  .hero-visual { transform: none; max-width: 480px; margin: 0 auto; }
  .about-decoration { display: none; }
  .comp-grid { grid-template-columns: 1fr; }
  .timeline::before, .timeline-line { left: 24px; }
  .tl-item { grid-template-columns: 50px 1fr; gap: 1rem; }
  .tl-item .tl-dot { grid-column: 1; margin: 0; }
  .tl-item.left .tl-card, .tl-item.right .tl-card { grid-column: 2 !important; text-align: left; }
  .privacy-content { padding: 28px 24px; }
  .privacy-toc ol { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  html, body { overflow-x: hidden; max-width: 100vw; }
  section { padding: 4rem 1.1rem; }
  .hero { padding: 6.5rem 1.1rem 3.5rem; }
  .container { padding: 0 !important; }
  .nav { padding: 0.85rem 1rem; }
  .nav-cta { padding: 0.55rem 0.8rem; font-size: 0.78rem; gap: 0.4rem; }
  .nav-cta-label { display: none; } /* mobile = so o icone WhatsApp */
  .nav-logo { font-size: 1.15rem; }
  .hero h1 { font-size: clamp(1.65rem, 8.5vw, 2.5rem); line-height: 1.18; }
  .hero p.subtitle { font-size: 0.98rem; }
  .hero-tagline { font-size: 0.7rem; padding: 0.4rem 0.85rem; line-height: 1.35; text-align: left; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn-primary, .hero-ctas .btn-secondary { width: 100%; justify-content: center; text-align: center; }
  .btn-primary, .btn-dark { padding: 0.95rem 1.4rem; font-size: 0.9rem; }
  .pains-conclusion { padding: 1.85rem 1.3rem; }
  .pains-conclusion-text { font-size: 1.15rem; }
  .about-signature { font-size: 0.85rem; padding: 0.75rem 1rem; white-space: normal; max-width: calc(100% - 2rem); text-align: center; line-height: 1.35; }
  .about-quote { font-size: 1.15rem; padding-left: 1rem; margin: 1.25rem 0; }
  #lz-form-popup { padding: 12px; }
  #lz-form-popup .lz-pop-head { padding: 20px 20px 18px; }
  #lz-form-popup .lz-pop-title { font-size: 19px; }
  #lz-form-popup .lz-pop-body { padding: 20px 18px 22px; }
  .lojy-credit { padding: 13px 12px 14px; font-size: 10.5px; line-height: 1.8; }
  .lojy-credit .sep { display: none; }
  .lojy-credit > span { display: inline-block; margin: 0 4px; }
  .comparison { padding: 4rem 1.1rem; }
  .comp-side { padding: 1.85rem 1.4rem; }
  .comp-side h3 { font-size: 1.3rem; }
  .timeline-sec { padding: 4rem 1.1rem; }
  .heritage { padding: 3.5rem 1.1rem; }
  .heritage-num { font-size: clamp(2.4rem, 12vw, 4rem); }
  .heritage-caption { font-size: 1rem; }
  .fin-ticker { padding: 11px 0; }
  .fin-item { padding: 0 18px; font-size: 12px; gap: 7px; }
  .fin-item .val { font-size: 13px; }
  /* Cookie bar mobile */
  .cookie-bar {
    flex-direction: column; align-items: stretch;
    padding: 16px; left: 8px; right: 8px; bottom: 8px;
    gap: 12px; border-radius: 14px;
  }
  .cookie-bar .cb-ic { display: none; }
  .cookie-bar .cb-text h4 { font-size: 14.5px; }
  .cookie-bar .cb-text p { font-size: 12.5px; }
  .cookie-bar .cb-acts { width: 100%; gap: 8px; }
  .cookie-bar .cb-acts > button { flex: 1 1 0; justify-content: center; padding: 10px 12px; font-size: 12.5px; min-width: 0; }
  /* LGPD modal mobile */
  .lgpd-card { max-height: 92vh; border-radius: 14px; }
  .lgpd-head { padding: 16px 18px; }
  .lgpd-head h3 { font-size: 16px; }
  .lgpd-body { padding: 18px 18px; font-size: 13.5px; }
  .lgpd-foot { padding: 14px 18px; gap: 8px; flex-direction: column; }
  .lgpd-foot > button { width: 100%; justify-content: center; }
  .privacy-page { padding: 6rem 1.1rem 4rem; }
  .privacy-content { padding: 22px 18px; font-size: 14.5px; }
  .privacy-content h2 { font-size: 19px; }
  .generic-article { padding: 24px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .gold-particles { display: none; }
}
