:root{
  --navy:#1B2080;--navy-deep:#131760;--navy-mid:#1e2590;
  --gold:#C9A84C;--gold-light:#E2C47A;--gold-dark:#9B7A2E;
  --white:#FFFFFF;--off-white:#F7F6F2;
  --text-dark:#1a1a2e;--text-body:#3a3a5c;--text-muted:#6b6b8a;
  --nav-h:72px;
  --logo-w:442;
  --logo-h:214;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Helvetica,sans-serif;font-weight:400;color:var(--text-dark);background:var(--white);overflow-x:hidden}
img{max-width:100%;display:block}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:rgba(19,23,96,0.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,168,76,0.2);transition:box-shadow 0.4s}
nav.scrolled{box-shadow:0 4px 40px rgba(19,23,96,0.5)}
.nav-logo{display:flex;align-items:center;justify-content:flex-start;height:100%;min-width:auto;line-height:1;text-decoration:none;cursor:pointer;padding:0.5rem 0;overflow:visible}
.nav-logo-img{display:block;height:28px;width:auto;aspect-ratio:var(--logo-w)/var(--logo-h);max-height:calc(var(--nav-h) - 14px);max-width:min(220px,35vw);object-fit:contain;object-position:left center;flex:0 0 auto;will-change:width}
.nav-links{display:flex;gap:2.2rem;list-style:none;align-items:center}
.nav-links a{font-size:0.75rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:rgba(255,255,255,0.85);text-decoration:none;position:relative;padding-bottom:3px;transition:color 0.3s;cursor:pointer}
.nav-links a::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform 0.35s cubic-bezier(0.4,0,0.2,1)}
.nav-links a:hover{color:var(--gold)}
.nav-links a:hover::after{transform:scaleX(1)}
.nav-cta{font-size:0.72rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--navy-deep);background:var(--gold);border:none;padding:0.65rem 1.5rem;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.3s,transform 0.25s,box-shadow 0.3s}
.nav-cta:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 6px 24px rgba(201,168,76,0.4)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:6px}
.hamburger span{display:block;width:26px;height:1.5px;background:var(--gold);transform-origin:center;transition:transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.3s,width 0.3s}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(4.7px,4.7px)}
.hamburger.open span:nth-child(2){opacity:0;width:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4.7px,-4.7px)}
.mobile-menu{position:fixed;top:var(--nav-h);left:0;right:0;background:rgba(19,23,96,0.99);backdrop-filter:blur(20px);z-index:999;padding:0 5vw;max-height:0;overflow:hidden;transition:max-height 0.45s cubic-bezier(0.4,0,0.2,1),opacity 0.35s ease;opacity:0;border-bottom:1px solid rgba(201,168,76,0.15)}
.mobile-menu.open{max-height:520px;opacity:1}
.mobile-menu a{display:block;font-size:0.85rem;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.85);text-decoration:none;padding:1.1rem 0;border-bottom:1px solid rgba(201,168,76,0.12);transition:color 0.25s;cursor:pointer}
.mobile-menu a:hover{color:var(--gold)}
.mobile-menu .mob-cta{display:block;margin:1.5rem 0;text-align:center;background:var(--gold);color:var(--navy-deep);font-weight:700;padding:1rem;letter-spacing:0.2em;transition:background 0.25s}
.mobile-menu .mob-cta:hover{background:var(--gold-light)}

/* ─── SHARED ─── */
.section-tag{font-size:0.68rem;font-weight:700;letter-spacing:0.4em;text-transform:uppercase;color:var(--gold);margin-bottom:0.8rem}
.section-title{font-family:Helvetica,sans-serif;font-size:clamp(2rem,3.4vw,3.1rem);font-weight:400;line-height:1.2;margin-bottom:2.4rem}
.section-title em{font-style:italic;color:var(--navy)}
.section-title.on-navy{color:var(--white)}
.section-title.on-navy em{color:var(--gold)}
.gold-line{width:48px;height:2px;background:var(--gold);margin-bottom:1.6rem}
.gold-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,0.3),transparent)}

.wpp-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.9rem;background:var(--gold);color:var(--navy-deep);text-decoration:none;font-family:Helvetica,sans-serif;font-size:0.8rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;padding:1.2rem 2.5rem;position:relative;overflow:hidden;transition:background 0.3s,transform 0.3s,box-shadow 0.3s}
.wpp-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.18),transparent);transition:left 0.55s}
.wpp-btn:hover::before{left:100%}
.wpp-btn:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 35px rgba(201,168,76,0.4)}
.wpp-btn svg{width:20px;height:20px;fill:currentColor;flex-shrink:0}
.wpp-btn.large{font-size:0.88rem;padding:1.35rem 3rem}
.wpp-btn.outline{background:transparent;color:var(--gold);border:1px solid var(--gold)}
.wpp-btn.outline:hover{background:var(--gold);color:var(--navy-deep)}

/* ─── BLOCK 1: HERO ─── */
#hero{height:100vh;max-height:100vh;padding-top:var(--nav-h);display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden;background:var(--navy-deep)}
.hero-left{display:flex;flex-direction:column;justify-content:center;padding:4rem 4vw 4rem 7vw;position:relative;z-index:2}
.hero-left::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,76,0.025) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,0.025) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}

.hero-eyebrow{font-size:0.7rem;font-weight:600;letter-spacing:0.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem;opacity:0;animation:slideUp 0.8s 0.2s cubic-bezier(0.4,0,0.2,1) forwards}
.hero-title{font-family:Helvetica,sans-serif;font-size:clamp(2.6rem,4.5vw,4.2rem);font-weight:500;line-height:1.06;color:var(--white);margin-bottom:1.4rem;opacity:0;animation:slideUp 0.9s 0.35s cubic-bezier(0.4,0,0.2,1) forwards}
.hero-title em{font-style:italic;color:var(--gold)}
.hero-sub{font-size:1rem;font-weight:400;line-height:1.8;color:rgba(255,255,255,0.82);margin-bottom:2rem;max-width:440px;opacity:0;animation:slideUp 1s 0.5s cubic-bezier(0.4,0,0.2,1) forwards}
.hero-sub strong{color:var(--white);font-weight:600}

.hero-location{display:flex;align-items:flex-start;gap:0.8rem;margin-bottom:2.4rem;padding:1.2rem 1.4rem;border:1px solid rgba(201,168,76,0.2);background:rgba(201,168,76,0.05);opacity:0;animation:slideUp 1s 0.62s cubic-bezier(0.4,0,0.2,1) forwards}
.hero-location svg{fill:var(--gold);width:16px;height:16px;flex-shrink:0;margin-top:2px}
.hero-location-text{display:flex;flex-direction:column;gap:3px}
.hero-location-main{font-size:0.88rem;color:var(--white);letter-spacing:0.03em;line-height:1.4}
.hero-location-note{font-size:0.75rem;color:rgba(255,255,255,0.6);letter-spacing:0.06em}

.hero-cta-wrap{opacity:0;animation:slideUp 1s 0.75s cubic-bezier(0.4,0,0.2,1) forwards}

/* Video side */
.hero-right{position:relative;overflow:hidden;isolation:isolate}
.hero-video-wrap{width:100%;height:100%;position:relative}
.hero-video-wrap video{width:100%;height:100%;object-fit:cover}
.hero-video-placeholder{width:100%;height:100%;background:linear-gradient(160deg,#252b9e 0%,#1a1f6e 60%,#0f1340 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem}
.hero-video-placeholder .ph-icon{width:72px;height:72px;border-radius:50%;border:1px solid rgba(201,168,76,0.35);display:flex;align-items:center;justify-content:center}
.hero-video-placeholder .ph-icon svg{fill:rgba(201,168,76,0.6);width:28px;height:28px;margin-left:4px}
.hero-video-placeholder span{font-size:0.6rem;letter-spacing:0.32em;text-transform:uppercase;color:rgba(201,168,76,0.4)}
/* dark overlay on video */
.hero-video-overlay{position:absolute;inset:0;background:rgba(10,12,60,0.38);z-index:1}
/* sound toggle button — position:fixed guarantees top compositing layer above any GPU video */
.hero-sound-btn{position:fixed;top:calc(var(--nav-h) + 20px);right:30px;z-index:9000;width:46px;height:46px;border-radius:50%;background:rgba(19,23,96,0.92);border:2px solid rgba(201,168,76,0.9);color:var(--gold);display:flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(8px);transition:background 0.25s,border-color 0.25s,opacity 0.3s;box-shadow:0 2px 16px rgba(0,0,0,0.55);opacity:1;pointer-events:auto}
.hero-sound-btn.hidden{opacity:0;pointer-events:none}
.hero-sound-btn:hover{background:rgba(19,23,96,0.98);border-color:var(--gold)}
.hero-sound-btn svg{width:20px;height:20px;fill:var(--gold)}
/* left gradient blend */
.hero-right::before{content:'';position:absolute;left:0;top:0;bottom:0;width:220px;background:linear-gradient(90deg,var(--navy-deep),transparent);z-index:2;pointer-events:none}

/* Video instruction badge */
.video-badge{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:5;background:rgba(19,23,96,0.85);border:1px solid rgba(201,168,76,0.3);backdrop-filter:blur(10px);padding:0.9rem 1.4rem;text-align:center;white-space:nowrap}
.video-badge p{font-size:0.58rem;letter-spacing:0.25em;text-transform:uppercase;color:rgba(255,255,255,0.5);line-height:1.6}
.video-badge strong{color:var(--gold)}

/* ─── BLOCK 2: PROVA VISUAL ─── */
#prova-visual{padding:5.5rem 7vw;background:var(--navy-deep);position:relative;overflow:hidden}
#prova-visual::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,0.06) 0%,transparent 65%);pointer-events:none}
.pv-inner{max-width:1100px;margin:0 auto;text-align:center}

/* ─── Photo Grid ─── */
.pv-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:196px;gap:8px;margin-top:3rem;margin-bottom:3rem}
.pv-item{position:relative;overflow:hidden;border-radius:8px;cursor:pointer;background:var(--navy-deep)}
.pv-item--tall{grid-row:span 2}
.pv-item img,.pv-item video{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(0.85);transition:filter 0.4s,transform 0.5s}
.pv-item:hover img,.pv-item:hover video{filter:brightness(1);transform:scale(1.04)}
.pv-play-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2.8rem;color:rgba(255,255,255,0.85);text-shadow:0 2px 12px rgba(0,0,0,0.5);pointer-events:none}
/* Lightbox */
.lb-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.9);z-index:9999;align-items:center;justify-content:center}
.lb-overlay.active{display:flex}
.lb-close{position:absolute;top:18px;right:24px;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:10000;line-height:1}
.lb-prev,.lb-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10000;background:rgba(255,255,255,0.15);border:2px solid rgba(255,255,255,0.7);color:#fff;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background 0.3s,border-color 0.3s,transform 0.3s;backdrop-filter:blur(8px)}
.lb-prev{left:16px}.lb-next{right:16px}
.lb-prev svg,.lb-next svg{width:22px;height:22px;flex-shrink:0}
.lb-prev:hover,.lb-next:hover{background:rgba(255,255,255,0.3);border-color:#fff;transform:translateY(-50%) scale(1.1)}
.lb-box{max-width:calc(100vw - 112px);max-height:88vh;display:flex;align-items:center;justify-content:center}
.lb-box img,.lb-box video{max-width:100%;max-height:85vh;object-fit:contain;border-radius:4px}

.pv-cta{display:flex;flex-direction:column;align-items:center;gap:1rem}
.pv-cta-label{font-size:0.7rem;font-weight:600;letter-spacing:0.35em;text-transform:uppercase;color:rgba(201,168,76,0.75)}

/* ─── BLOCK 3: PARA QUEM ─── */
#paraquem{padding:7rem 7vw;background:var(--off-white)}
.paraquem-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.desires-list{list-style:none;display:flex;flex-direction:column}
.desires-list li{display:flex;align-items:flex-start;gap:1.2rem;padding:0.75rem 0;border-bottom:1px solid rgba(27,32,128,0.1);font-size:1rem;font-weight:400;line-height:1.6;color:var(--text-dark);transition:color 0.3s,padding-left 0.35s;cursor:default}
.desires-list li:hover{color:var(--text-dark);padding-left:8px}
.desires-list li::before{content:'';display:block;width:7px;height:7px;border-radius:50%;background:var(--navy);flex-shrink:0;margin-top:0.52rem;transition:transform 0.3s,background 0.3s}
.desires-list li:hover::before{transform:scale(1.5);background:var(--gold)}
.paraquem-visual{position:sticky;top:100px}
.paraquem-img{width:100%;overflow:hidden;position:relative}
.paraquem-img img{width:100%;height:auto;display:block;object-fit:contain;transition:transform 0.7s cubic-bezier(0.4,0,0.2,1)}
.paraquem-img:hover img{transform:scale(1.04)}
.paraquem-img-accent{position:absolute;top:0;left:0;right:0;background:linear-gradient(to bottom,rgba(19,23,96,0.85) 0%,transparent 60%);padding:1.5rem 1.5rem 1.8rem;display:flex;flex-direction:column;gap:4px}
.paraquem-img-accent-tag{font-size:0.58rem;letter-spacing:0.32em;text-transform:uppercase;color:var(--gold)}
.paraquem-img-accent-text{font-family:Helvetica,sans-serif;font-size:1rem;font-style:italic;color:rgba(255,255,255,0.85);line-height:1.5}

/* ─── BLOCK 4: PILARES ─── */
#porqueesolher{padding:7rem 7vw;background:var(--navy-deep);position:relative;overflow:hidden}
#porqueesolher::after{content:'';position:absolute;right:-5%;top:50%;transform:translateY(-50%);width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,0.06) 0%,transparent 70%);pointer-events:none}
.pilares-inner{max-width:1100px;margin:0 auto}
.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:rgba(255,255,255,0.06);margin-top:3.5rem}
.pillar{background:var(--navy-deep);padding:3rem 2.2rem;position:relative;overflow:hidden;transition:background 0.35s}
.pillar:hover{background:rgba(201,168,76,0.05)}
.pillar-top-line{position:absolute;top:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform 0.45s cubic-bezier(0.4,0,0.2,1)}
.pillar:hover .pillar-top-line{transform:scaleX(1)}
.pillar-num{font-family:Helvetica,sans-serif;font-size:3.5rem;font-weight:400;color:rgba(201,168,76,0.35);line-height:1;margin-bottom:0.8rem;transition:color 0.35s}
.pillar:hover .pillar-num{color:rgba(201,168,76,0.55)}
.pillar-title{font-size:0.75rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;line-height:1.4}
.pillar-text{font-size:0.95rem;line-height:1.8;color:rgba(255,255,255,0.78)}

/* ─── BLOCK 5: O QUE É ─── */
#oque{padding:7rem 7vw;background:var(--white)}
.oque-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.oque-text{font-size:1rem;line-height:1.9;color:var(--text-body)}
.oque-text p+p{margin-top:1.2rem}
.oque-text strong{color:var(--text-dark);font-weight:600}
.oque-pillars{display:flex;gap:0;margin-top:2.5rem;border-top:1px solid rgba(27,32,128,0.1);padding-top:2rem}
.oque-pillar{flex:1;padding-right:1.5rem;border-right:1px solid rgba(27,32,128,0.1);transition:transform 0.35s}
.oque-pillar:last-child{border-right:none;padding-right:0;padding-left:1.5rem}
.oque-pillar:first-child{padding-left:0}
.oque-pillar:nth-child(2){padding-left:1.5rem}
.oque-pillar:hover{transform:translateY(-4px)}
.oque-pillar-icon{width:30px;height:30px;margin-bottom:0.7rem;stroke:var(--navy)}
.oque-pillar-label{font-size:0.68rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--navy);line-height:1.4}
.oque-visual{position:relative}
.oque-img-wrap{width:100%;overflow:hidden;max-height:520px}
.oque-img-wrap img{width:100%;height:520px;display:block;object-fit:cover;object-position:top center;transition:transform 0.7s cubic-bezier(0.4,0,0.2,1)}
.oque-img-wrap:hover img{transform:scale(1.04)}

/* ─── BLOCK 7: REFORÇO ─── */
#reforco{padding:5rem 7vw;background:var(--navy-deep);position:relative;overflow:hidden}
#reforco::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(201,168,76,0.07) 0%,transparent 60%);pointer-events:none}
.reforco-inner{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}
.reforco-title{font-family:Helvetica,sans-serif;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:400;color:var(--white);margin-bottom:2.4rem}
.reforco-title em{font-style:italic;color:var(--gold)}
.reforco-facts{display:flex;justify-content:center;gap:0;margin-bottom:2.8rem;border:1px solid rgba(201,168,76,0.2)}
.reforco-fact{flex:1;padding:1.6rem 2rem;border-right:1px solid rgba(201,168,76,0.15);text-align:center;transition:background 0.3s}
.reforco-fact:hover{background:rgba(201,168,76,0.05)}
.reforco-fact:last-child{border-right:none}
.reforco-fact-val{font-family:Helvetica,sans-serif;font-size:2.6rem;font-weight:500;color:var(--gold);line-height:1;margin-bottom:6px}
.reforco-fact-lbl{font-size:0.7rem;font-weight:600;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.6)}

/* ─── BLOCK 8: CTA FINAL ─── */
#cta-final{padding:8rem 7vw;background:var(--white);position:relative;overflow:hidden}
#cta-final::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--navy),transparent)}
.cta-final-inner{max-width:700px;margin:0 auto;text-align:center}
.cta-final-title{font-family:Helvetica,sans-serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:500;line-height:1.1;color:var(--text-dark);margin-bottom:1.4rem}
.cta-final-title em{font-style:italic;color:var(--navy)}
.cta-final-sub{font-size:1.05rem;font-weight:400;line-height:1.8;color:var(--text-body);margin-bottom:2.8rem}
.cta-final-note{margin-top:1.4rem;font-size:0.7rem;font-weight:600;letter-spacing:0.25em;text-transform:uppercase;color:var(--text-muted)}

/* ─── FOOTER ─── */
footer{background:#0A0B1A;border-top:1px solid rgba(201,168,76,0.15);padding:4.5rem 7vw 0}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:3.5rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(201,168,76,0.1)}
.footer-brand-name{font-family:Helvetica,sans-serif;font-size:1.9rem;font-weight:500;color:var(--gold);letter-spacing:0.05em}
.footer-brand-sub{font-size:0.5rem;letter-spacing:0.38em;text-transform:uppercase;color:rgba(255,255,255,0.4);margin-top:3px;margin-bottom:1.2rem}
.footer-brand-desc{font-size:0.9rem;line-height:1.75;color:rgba(255,255,255,0.5)}
.footer-col-label{font-size:0.65rem;font-weight:700;letter-spacing:0.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem}
.footer-nav{list-style:none;display:flex;flex-direction:column;gap:0.75rem}
.footer-nav a{font-size:0.9rem;font-weight:400;color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.25s;cursor:pointer}
.footer-nav a:hover{color:var(--gold)}
.footer-contact{list-style:none;display:flex;flex-direction:column;gap:0.9rem}
.footer-contact li{display:flex;align-items:flex-start;gap:0.7rem;font-size:0.88rem;font-weight:400;color:rgba(255,255,255,0.6);line-height:1.5}
.footer-contact li svg{width:12px;height:12px;fill:var(--gold);flex-shrink:0;margin-top:3px}
.footer-contact a{color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.25s}
.footer-contact a:hover{color:var(--gold)}
.footer-cta{display:inline-block;margin-top:1.6rem;border:1px solid var(--gold);color:var(--gold);font-family:Helvetica,sans-serif;font-size:0.7rem;font-weight:700;letter-spacing:0.24em;text-transform:uppercase;padding:0.8rem 1.6rem;text-decoration:none;transition:background 0.3s,color 0.3s}
.footer-cta:hover{background:var(--gold);color:var(--navy-deep)}
.footer-bottom{padding:2rem 0;display:flex;align-items:center;justify-content:space-between}
.footer-copy{font-size:0.78rem;font-weight:400;color:rgba(255,255,255,0.35)}
.footer-dots{display:flex;gap:6px}
.footer-dot{width:8px;height:8px;border-radius:50%;background:var(--navy)}

/* ─── ANIMATIONS ─── */
@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.reveal{opacity:0;transform:translateY(28px);transition:opacity 0.75s cubic-bezier(0.4,0,0.2,1),transform 0.75s cubic-bezier(0.4,0,0.2,1)}
.reveal.in{opacity:1;transform:translateY(0)}
.d1{transition-delay:0.1s}.d2{transition-delay:0.2s}.d3{transition-delay:0.3s}.d4{transition-delay:0.4s}

/* ─── RESPONSIVE ─── */
@media(max-width:960px){
  .nav-links,.nav-cta{display:none}
  .hamburger{display:flex}
  .nav-logo-img{height:22px;width:auto;max-width:min(160px,32vw)}
  #hero{display:flex;flex-direction:column;height:auto;min-height:auto;overflow:visible}
  #prova-visual{border-top:none}
  .hero-right{height:80vw;min-height:340px;order:-1;position:relative}
  .hero-right::before{display:none}
  .hero-right::after{content:'';position:absolute;bottom:0;left:0;right:0;height:220px;background:linear-gradient(to bottom,transparent 0%,rgba(19,23,96,0.4) 55%,var(--navy-deep) 100%);z-index:3;pointer-events:none}
  .hero-sound-btn{right:16px}
  .hero-left{padding:3rem 5vw 3.5rem;order:1}
  .paraquem-grid,.oque-grid{grid-template-columns:1fr;gap:3rem}
  .paraquem-visual{position:static}
  .paraquem-img{min-height:auto}
  .paraquem-img-accent{display:none}
  .oque-visual{height:auto}
  .oque-img-wrap{max-height:none}
  .oque-img-wrap img{height:auto;max-height:60vw}
  .pillars-grid{grid-template-columns:1fr}
  .pv-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:175px}
  .pv-item--tall{grid-row:span 2}
  .reforco-facts{flex-direction:column}
  .reforco-fact{border-right:none;border-bottom:1px solid rgba(201,168,76,0.15)}
  .reforco-fact:last-child{border-bottom:none}
  .footer-grid{grid-template-columns:1fr;gap:2.5rem}
}
@media(max-width:600px){
  #paraquem,#porqueesolher,#oque,#reforco,#cta-final,#prova-visual{padding:5rem 5vw}
  .hero-right{height:90vw;min-height:300px}
  .hero-left{padding:2.5rem 5vw}
  nav{padding:0 3vw}
  .nav-logo-img{height:20px;width:auto;max-width:140px}
  .hero-location{margin-bottom:1.5rem;align-items:center}
  .hero-location svg{margin-top:0}
  .hero-cta-wrap{display:none}
  .pv-grid{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:8px;grid-template-columns:unset;grid-auto-rows:unset;margin-left:-5vw;margin-right:-5vw;padding:0 5vw;scrollbar-width:none}
  .pv-grid::-webkit-scrollbar{display:none}
  .pv-item{flex:0 0 82vw;height:260px;scroll-snap-align:start;border-radius:8px}
  .pv-item--tall{flex:0 0 82vw;height:260px;grid-row:unset}
  .paraquem-img-accent{display:flex}
  .wpp-btn{font-size:0.72rem;padding:1rem 1.6rem}
  .wpp-btn.large{font-size:0.76rem;padding:1.1rem 1.8rem}
}
