:root {
  --navy: #061a37;
  --navy-2: #0b254d;
  --ink: #111a2c;
  --muted: #667085;
  --orange: #ff8a00;
  --orange-2: #ff6a00;
  --paper: #f6f7f9;
  --white: #ffffff;
  --line: #dfe4ec;
  --shadow: 0 24px 70px rgba(6, 26, 55, .14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 10px 16px;
  background: var(--orange);
  color: var(--navy);
  font-weight: 800;
  border-radius: 10px;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  background: rgba(5, 18, 39, .74);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(5, 18, 39, .97); box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 36px; }
.brand { display: flex; width: 158px; overflow: hidden; background: transparent; }
.brand img { width: 100%; height: 58px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 650; color: rgba(255,255,255,.82); }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--orange); }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.whatsapp-icon { width: 20px; height: 20px; flex: 0 0 auto; fill: currentColor; }
.button:focus-visible, .tab-button:focus-visible, .project-card:focus-visible, .strip-card:focus-visible { outline: 3px solid rgba(255,138,0,.45); outline-offset: 3px; }
.button-small { min-height: 46px; padding-inline: 20px; font-size: 14px; }
.button-orange { color: #071b38; background: linear-gradient(135deg, #ff9f18, var(--orange)); box-shadow: 0 14px 30px rgba(255,138,0,.25); }
.button-orange:hover { box-shadow: 0 18px 38px rgba(255,138,0,.34); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; height: 2px; background: white; margin: 6px 0; }
.mobile-nav { border-top: 1px solid rgba(255,255,255,.12); padding: 14px 20px 20px; background: var(--navy); }
.mobile-nav a { display: block; padding: 12px 0; font-weight: 700; }

.hero { min-height: 790px; height: 100svh; max-height: 960px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center 41%; transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(3,15,33,.95) 0%, rgba(3,15,33,.83) 42%, rgba(3,15,33,.38) 67%, rgba(3,15,33,.16) 100%), linear-gradient(0deg, rgba(3,15,33,.72), transparent 46%); }
.hero-content { position: relative; z-index: 2; padding-top: 88px; }
.location-kicker, .eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.location-kicker { display: inline-flex; align-items: center; gap: 10px; color: white; padding: 9px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); }
.location-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,138,0,.13); }
.hero h1 { width: 65%; max-width: 65%; margin: 12px 0 22px; font-size: 60px; line-height: 1.02; letter-spacing: normal; font-weight: 900; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 690px; margin: 0 0 30px; font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; gap: 0; list-style: none; margin: 48px 0 0; padding: 0; }
.hero-proof li { min-width: 170px; padding: 0 34px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-proof li:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 16px; }
.hero-proof span { font-size: 12px; color: rgba(255,255,255,.62); }
.hero-proof .google-rating { display: flex; align-items: center; gap: 7px; margin-top: 5px; }
.google-rating img { width: 18px; height: 18px; flex: 0 0 auto; }
.google-rating b { color: #fbbc04; font-size: 14px; letter-spacing: .08em; line-height: 1; }
.hero-scroll { position: absolute; z-index: 2; left: 50%; bottom: 4px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.hero-scroll b { color: var(--orange); font-size: 22px; }

.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: end; margin-bottom: 52px; }
.split-heading h2, .section-heading h2, .audience-copy h2, .lead-intro h2, .faq-layout h2, .final-cta h2 { margin: 0; color: var(--navy); font-size: 52px; line-height: 1.08; letter-spacing: -.045em; }
.split-heading > p, .section-heading > p, .audience-copy > p, .faq-layout > div:first-child > p { margin: 0; color: var(--muted); font-size: 18px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { min-height: 215px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background-image: linear-gradient(rgba(255,255,255,.84), rgba(255,255,255,.94)), var(--benefit-image); background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.benefit-card.featured { color: white; background-image: linear-gradient(rgba(6,26,55,.76), rgba(6,26,55,.9)), var(--benefit-image); border-color: var(--navy); }
.benefit-number { margin-bottom: 30px; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .14em; }
.benefit-card h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.2; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }
.benefit-card.featured p { color: rgba(255,255,255,.68); }

.audience-section { background: white; }
.audience-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: stretch; }
.image-frame { position: relative; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.image-frame::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(transparent, rgba(6,26,55,.46)); pointer-events: none; }
.audience-image { min-height: 0; }
.audience-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.audience-copy h2 { margin-bottom: 24px; font-size: 52px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 30px; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 34px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--orange); font-size: 13px; font-weight: 900; }
.text-link { display: inline-flex; gap: 10px; color: var(--navy); font-weight: 900; border-bottom: 2px solid var(--orange); padding-bottom: 4px; }

.portfolio-section { background: var(--navy); color: white; }
.section-heading.centered { max-width: 780px; margin: 0 auto 40px; text-align: center; }
.portfolio-section .section-heading h2, .lead-intro h2, .final-cta h2 { color: white; }
.portfolio-section .section-heading > p { color: rgba(255,255,255,.62); }
.portfolio-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 34px; }
.tab-button { min-height: 46px; padding: 0 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: transparent; color: rgba(255,255,255,.68); font-weight: 800; cursor: pointer; }
.tab-button.active { color: var(--navy); border-color: var(--orange); background: var(--orange); }
.tab-panel { animation: reveal .35s ease; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }
.portfolio-grid { display: grid; gap: 18px; }
.portfolio-grid-3 { grid-template-columns: repeat(3, 1fr); }
.masonry-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 320px; grid-auto-flow: dense; }
.project-card { position: relative; min-height: 420px; overflow: hidden; padding: 0; border: 0; border-radius: 22px; background: #0b254d; color: white; text-align: left; cursor: zoom-in; }
.project-card.portrait { aspect-ratio: 4 / 5; }
.masonry-grid .project-card { min-height: 0; }
.masonry-grid .project-card.wide { grid-column: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover img { transform: scale(1.035); }
.album-badge { position: absolute; z-index: 2; top: 16px; right: 16px; display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: white; background: rgba(3,15,33,.84); backdrop-filter: blur(8px); font-size: 12px; font-weight: 900; letter-spacing: .04em; box-shadow: 0 8px 20px rgba(0,0,0,.24); }
.album-badge span { color: var(--orange); font-size: 18px; line-height: 1; }
.card-caption { position: absolute; inset: auto 0 0; padding: 64px 22px 20px; background: linear-gradient(transparent, rgba(3,15,33,.94)); pointer-events: none; }
.card-caption small, .card-caption strong { display: block; }
.card-caption small { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.card-caption strong { margin-top: 5px; font-size: 18px; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
.video-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.06); }
.video-card video { width: 100%; aspect-ratio: 9 / 16; max-height: 660px; background: black; object-fit: contain; }
.video-card div { padding: 18px 22px 22px; }
.video-card small { color: var(--orange); text-transform: uppercase; font-weight: 900; letter-spacing: .1em; }
.video-card h3 { margin: 4px 0 0; }
.visual-strip { margin-top: 64px; }
.visual-strip-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.visual-strip-heading > div { max-width: 620px; }
.visual-strip-heading .eyebrow { margin-bottom: 4px; }
.visual-strip-heading h3 { margin: 0; font-size: 28px; }
.visual-strip-help { max-width: 390px; margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.55; text-align: right; }
.pinheiros-comparison-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.compare-card { padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; color: white; background: rgba(255,255,255,.06); text-align: left; cursor: zoom-in; box-shadow: 0 14px 32px rgba(0,0,0,.12); }
.compare-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); height: 380px; }
.compare-half { position: relative; min-width: 0; overflow: hidden; }
.compare-half + .compare-half { border-left: 3px solid white; }
.compare-half img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.compare-card:hover .compare-half img { transform: scale(1.025); }
.compare-label { position: absolute; z-index: 1; left: 12px; top: 12px; padding: 7px 11px; border-radius: 999px; color: white; background: rgba(3,15,33,.88); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 4px 12px rgba(0,0,0,.22); }
.compare-label-after { color: var(--navy); background: var(--orange); }
.compare-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 64px; padding: 12px 14px 12px 18px; }
.compare-footer strong { font-size: 17px; }
.compare-zoom { width: 40px; height: 40px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--navy); background: var(--orange); font-family: Arial, sans-serif; font-size: 28px; font-weight: 700; line-height: 1; }
.other-transformations-heading { margin: 56px 0 18px; }
.other-transformations-heading .eyebrow { margin-bottom: 4px; }
.other-transformations-heading h3 { margin: 0; font-size: 24px; }
.visual-strip-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 24%); gap: 12px; overflow-x: auto; padding: 0 0 16px; scroll-snap-type: x mandatory; scrollbar-color: var(--orange) rgba(255,255,255,.12); }
.before-after-track { grid-auto-flow: initial; grid-auto-columns: initial; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow-x: visible; }
.strip-card { aspect-ratio: 3 / 4; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: #0b254d; scroll-snap-align: start; cursor: zoom-in; }
.strip-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.strip-card:hover img { transform: scale(1.035); }

.lead-section { background: #0a2146; color: white; }
.lead-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.eyebrow.light { color: #ffaf42; }
.lead-intro { position: sticky; top: 120px; }
.lead-intro > p:not(.eyebrow) { color: rgba(255,255,255,.67); font-size: 17px; }
.lead-note { margin-top: 34px; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.lead-note strong, .lead-note span { display: block; }
.lead-note strong { color: var(--orange); }
.lead-note span { margin-top: 5px; color: rgba(255,255,255,.64); }
.lead-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 34px; border-radius: 26px; color: var(--ink); background: white; box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 800; color: #344054; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; border: 1px solid #cfd6e1; border-radius: 12px; padding: 12px 14px; background: white; color: var(--ink); outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,138,0,.12); }
.consent-field label { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-weight: 500; }
.consent-field input { width: 18px; min-height: 18px; margin-top: 3px; }
.button-submit { grid-column: 1 / -1; border: 0; cursor: pointer; }
.form-status { grid-column: 1 / -1; min-height: 18px; margin: 0; color: #157347; font-size: 13px; font-weight: 700; text-align: center; }

.process-section { background: var(--paper); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; counter-reset: timeline; }
.timeline-item { min-height: 225px; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background-image: linear-gradient(135deg, rgba(4,24,46,.78), rgba(4,24,46,.92)), var(--step-image); background-size: cover; background-position: center, var(--step-position, center); box-shadow: 0 14px 32px rgba(4,24,46,.14); display: flex; flex-direction: column; overflow: hidden; }
.timeline-item > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--orange); color: var(--navy); font-weight: 900; box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.timeline-item div { margin-top: auto; }
.timeline-item h3 { margin: 16px 0 7px; font-size: 20px; color: white; text-shadow: 0 2px 8px rgba(0,0,0,.28); }
.timeline-item p { margin: 0; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.55; }

.trust-section { background: white; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.testimonial { margin: 0; padding: 24px; border: 1px solid #dadce0; border-radius: 16px; background: white; box-shadow: 0 8px 24px rgba(60,64,67,.1); color: #202124; }
.review-header { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; background-repeat: no-repeat; background-size: 2049px 950px; background-color: #eef0f2; box-shadow: inset 0 0 0 1px rgba(60,64,67,.12); }
.review-avatar-patricia { background-image: url("assets/review-patricia-source.png"); background-position: -543px -443px; }
.review-avatar-ivon { background-image: url("assets/review-ivon-source.png"); background-position: -543px -555px; }
.review-avatar-jodeiane { background-image: url("assets/review-jodeiane-source.png"); background-position: -543px -435px; }
.review-identity { min-width: 0; line-height: 1.25; }
.review-identity strong, .review-identity small { display: block; }
.review-identity strong { font-size: 15px; }
.review-identity small { margin-top: 3px; color: #5f6368; font-size: 12px; }
.review-google { width: 20px; height: 20px; margin-left: auto; flex: 0 0 auto; }
.review-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 16px; }
.stars { color: #fbbc04; font-size: 18px; letter-spacing: .03em; line-height: 1; }
.review-rating time, .review-price { color: #5f6368; font-size: 13px; }
.review-new { padding: 2px 5px; border: 1px solid #9aa0a6; border-radius: 3px; color: #3c4043; font-size: 11px; }
.review-price { margin: 14px 0 0; }
.testimonial blockquote { margin: 10px 0 18px; color: #3c4043; font-size: 15px; line-height: 1.55; }
.review-services { padding: 14px 16px; border-radius: 12px; background: #f1f3f4; color: #3c4043; font-size: 14px; line-height: 1.45; }
.review-services strong, .review-services span { display: block; }
.review-services strong { margin-bottom: 3px; }
.testimonial-cta { display: flex; justify-content: center; margin-top: 34px; }
.google-reviews-button { min-height: 50px; color: #1a73e8; border-color: #dadce0; background: white; box-shadow: 0 6px 18px rgba(60,64,67,.1); }
.google-reviews-button:hover { background: #f8fafd; box-shadow: 0 10px 24px rgba(60,64,67,.16); }
.google-reviews-button img { width: 20px; height: 20px; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 44px 22px 0; cursor: pointer; list-style: none; font-weight: 800; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 19px; color: var(--orange); font-size: 26px; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -6px 44px 22px 0; color: var(--muted); }

.final-cta { padding: 70px 0; color: white; background: linear-gradient(125deg, #071b3a, #0c2d5f); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta .eyebrow { margin-bottom: 8px; }
.final-cta h2 { font-size: clamp(34px, 4vw, 56px); }
.site-footer { padding: 64px 0 24px; color: rgba(255,255,255,.7); background: #020b18; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: 168px; height: 74px; object-fit: contain; background: transparent; }
.footer-brand p { max-width: 420px; }
.footer-grid h3 { margin: 0 0 14px; color: white; font-size: 15px; }
.footer-grid a, .footer-grid p { display: block; margin: 7px 0; font-size: 14px; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

.floating-whatsapp { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 18px; border-radius: 999px; color: white; background: #159447; box-shadow: 0 14px 36px rgba(0,0,0,.28); font-size: 14px; }
.floating-whatsapp span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #159447; background: white; }
.floating-whatsapp span .whatsapp-icon { width: 17px; height: 17px; }
.lightbox { width: auto; max-width: 100vw; height: auto; max-height: 100vh; margin: auto; padding: 0; border: 0; border-radius: 0; overflow: visible; background: transparent; box-shadow: none; }
.lightbox[open] { display: grid; place-items: center; }
.lightbox::backdrop { background: rgba(0,0,0,.92); }
.lightbox-single { display: block; width: auto; height: auto; max-width: 100vw; max-height: 100vh; object-fit: contain; }
.lightbox-close, .lightbox-nav, .lightbox-back { position: fixed; z-index: 3; display: grid; place-items: center; border: 0; color: white; background: rgba(2,11,24,.78); box-shadow: 0 8px 24px rgba(0,0,0,.3); cursor: pointer; }
.lightbox-close { top: 16px; right: 16px; width: 44px; height: 44px; font-size: 30px; line-height: 1; }
.lightbox-close, .lightbox-nav { border-radius: 50%; }
.lightbox-back { top: 16px; left: 16px; min-height: 44px; padding: 0 17px; border-radius: 999px; font-weight: 800; }
.lightbox-nav { top: 50%; width: 50px; height: 50px; transform: translateY(-50%); font-size: 42px; line-height: 1; }
.lightbox-nav:hover, .lightbox-close:hover, .lightbox-back:hover { background: var(--orange); color: var(--navy); }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
.lightbox-nav[hidden], .lightbox-single[hidden], .lightbox-comparison[hidden], .lightbox-back[hidden] { display: none; }
.lightbox-comparison { width: min(1120px, 100vw); max-height: 100vh; padding: 58px 16px 18px; color: white; }
.lightbox-comparison-title { margin: 0 0 12px; font-size: 19px; font-weight: 800; text-align: center; }
.lightbox-comparison-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; max-height: calc(100vh - 120px); }
.comparison-pane { position: relative; min-width: 0; height: calc(100vh - 148px); padding: 0; overflow: hidden; border: 0; background: transparent; cursor: zoom-in; }
.comparison-pane img { display: block; width: 100%; height: 100%; object-fit: contain; background: transparent; }
.comparison-pane > span { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 7px 12px; border-radius: 999px; color: white; background: rgba(3,15,33,.88); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.comparison-after > span { color: var(--navy); background: var(--orange); }
.comparison-pane > b { position: absolute; z-index: 2; right: 10px; bottom: 10px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--orange); font-family: Arial, sans-serif; font-size: 30px; line-height: 1; box-shadow: 0 5px 16px rgba(0,0,0,.28); }
.lightbox-comparison > small { display: block; margin-top: 8px; color: rgba(255,255,255,.72); text-align: center; }

@media (max-width: 980px) {
  .desktop-nav, .site-header .button-small { display: none; }
  .menu-button { display: block; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-layout, .lead-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .audience-image { aspect-ratio: 4 / 5; max-height: 720px; }
  .audience-image img { position: static; }
  .lead-intro { position: static; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .visual-strip-track { grid-auto-columns: minmax(190px, 34%); }
  .pinheiros-comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .header-inner { height: 70px; }
  .brand { width: 132px; }
  .brand img { height: 50px; }
  .hero { min-height: 760px; max-height: none; height: 100svh; }
  .hero-media { object-position: 54% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,15,33,.97) 0%, rgba(3,15,33,.84) 55%, rgba(3,15,33,.35) 100%); }
  .hero-content { padding-top: 112px; align-self: end; padding-bottom: 104px; }
  .hero h1 { width: 100%; max-width: 100%; font-size: clamp(40px, 10.5vw, 50px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-proof { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-proof li { min-width: 0; padding: 0 10px; }
  .hero-proof strong { font-size: 13px; }
  .hero-proof span { display: none; }
  .hero-proof .studio-proof span { display: block; margin-top: 3px; }
  .hero-proof .google-rating { display: flex; gap: 4px; margin-top: 4px; }
  .google-rating img { width: 14px; height: 14px; }
  .google-rating b { font-size: 11px; letter-spacing: 0; }
  .hero-scroll { display: none; }
  .lightbox-nav { width: 42px; height: 42px; font-size: 34px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .split-heading h2, .section-heading h2, .audience-copy h2, .lead-intro h2, .faq-layout h2, .final-cta h2 { font-size: 32px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 190px; padding: 20px; }
  .benefit-number { margin-bottom: 24px; }
  .audience-layout { gap: 38px; }
  .portfolio-tabs { justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; }
  .tab-button { white-space: nowrap; }
  .portfolio-grid-3, .masonry-grid, .video-grid { grid-template-columns: 1fr; }
  .masonry-grid { grid-auto-rows: 440px; }
  .masonry-grid .project-card.wide { grid-column: auto; }
  .project-card { min-height: 430px; }
  .video-card video { max-height: 620px; }
  .visual-strip-track { grid-auto-columns: 64%; }
  .visual-strip-heading { align-items: flex-start; flex-direction: column; }
  .visual-strip-help { max-width: none; text-align: left; }
  .pinheiros-comparison-grid { grid-template-columns: 1fr; gap: 14px; }
  .compare-pair { height: 330px; }
  .compare-footer { min-height: 58px; }
  .compare-zoom { width: 42px; height: 42px; }
  .before-after-track { grid-template-columns: 1fr; }
  .lightbox-comparison { padding: 60px 0 14px; }
  .lightbox-comparison-title { padding: 0 70px; font-size: 16px; }
  .lightbox-comparison-pair { gap: 0; }
  .comparison-pane { height: calc(100svh - 150px); }
  .comparison-pane img { object-position: center; }
  .comparison-pane > span { top: 8px; left: 8px; padding: 6px 9px; font-size: 10px; }
  .comparison-pane > b { right: 8px; bottom: 8px; width: 42px; height: 42px; }
  .lead-form { grid-template-columns: 1fr; padding: 22px; }
  .field.full, .button-submit { grid-column: auto; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-item { min-height: 205px; padding: 22px; }
  .final-cta-inner { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; min-height: 48px; padding: 0 14px; }
  .floating-whatsapp b { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
