/* Apresentação editorial dos produtos — páginas internas */
:root { --product-accent: var(--green); }
body.product-page .btn-primary { background: var(--product-accent); }
body.product-page .btn-primary:hover { filter: brightness(.82); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; z-index: 4; background: var(--product-accent); }
.sbg, .product-card-status, .return-product-status { background: var(--product-accent) !important; }
.navbar { background: #fff; padding: 13px 0; box-shadow: 0 1px 24px rgba(0,0,0,.07); }
.navbar:not(.scrolled) .logo-color { opacity: 1; position: static; pointer-events: auto; }
.navbar:not(.scrolled) .logo-white { opacity: 0; position: absolute; pointer-events: none; }
.navbar:not(.scrolled) .nav-menu a { color: var(--black); }
.navbar:not(.scrolled) .hamburger span { background: var(--black); }
.nav-menu { gap: 18px; }
.nav-product-context { display: flex; flex-direction: column; gap: 2px; margin: 0 auto 0 24px; padding-left: 24px; border-left: 1px solid var(--gray-border); }
.nav-product-context span { color: var(--gray-mid); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nav-product-context strong { color: var(--product-accent); font-size: 12px; line-height: 1.2; }
.hero {
  width: calc(100% - 56px);
  max-width: 1320px;
  min-height: 680px;
  margin: 108px auto 0;
  padding-bottom: 76px;
}
.hov { background: linear-gradient(90deg,rgba(5,20,13,.88) 0%,rgba(10,35,22,.58) 54%,rgba(15,55,35,.08) 100%); }
.sdados { padding: 0; background: #fff; }
.sdados .dg { border-bottom: 1px solid var(--gray-border); }
.sdados .ddi { padding: 34px 20px; border-right-color: var(--gray-border); }
.sdados .ddn { color: var(--green-dark); }
.sdados .ddl { color: var(--gray-mid); }
.product-name-overline {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
}
.hero-product-switcher {
  position: absolute;
  right: max(28px, calc((100vw - 1320px) / 2 + 28px));
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.72);
}
.hero-product-switcher a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  transition: background .2s, border-color .2s;
}
.hero-product-switcher a:hover { background: var(--green); border-color: var(--green); }
.hero-product-count { font-size: 11px; font-weight: 700; letter-spacing: .14em; }

.product-selector { padding: 96px 0; background: #fff; }
.product-selector-layout { display: grid; grid-template-columns: .72fr 2fr; gap: 54px; align-items: start; }
.product-selector-head {
  position: sticky;
  top: 110px;
}
.product-selector-copy { max-width: 360px; margin-top: 20px; color: var(--gray-mid); font-size: 15px; line-height: 1.75; }
.product-selector-hint { display: inline-flex; margin-top: 28px; padding-top: 12px; border-top: 1px solid var(--gray-border); color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - 7px);
  gap: 14px;
  overflow-x: auto;
  padding: 0 0 18px 3px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--green) var(--gray-light);
}
.product-card {
  position: relative;
  height: 590px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--gray-border);
  background: #fff;
  color: var(--black);
  scroll-snap-align: start;
}
.product-card img { width: 100%; height: 260px; flex: 0 0 260px; object-fit: cover; display: block; transition: transform .6s; }
.product-card:hover img { transform: scale(1.05); }
.product-card.active { outline: 3px solid var(--green); outline-offset: -3px; }
.product-card.active { outline-color: var(--product-accent); }
.product-card-content { position: relative; z-index: 2; display: flex; flex: 1; flex-direction: column; padding: 25px 24px 22px; }
.product-card-status { position: absolute; top: -244px; left: 0; display: inline-flex; padding: 6px 10px; background: var(--green); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card-name { font-size: 20px; font-weight: 800; line-height: 1.15; }
.product-card-location { margin-top: 7px; color: var(--gray-mid); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.product-card-summary { min-height: 66px; margin-top: 15px; color: var(--gray-mid); font-size: 13px; line-height: 1.65; }
.product-card-tags { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 15px; }
.product-card-tag { position: relative; padding-left: 12px; color: var(--black); font-size: 11px; line-height: 1.4; }
.product-card-tag::before { content: ""; position: absolute; left: 0; top: .45em; width: 5px; height: 5px; border-radius: 50%; background: var(--product-accent); }
.product-card-divider { height: 1px; margin: auto 0 17px; background: var(--gray-border); }
.product-card-bottom { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.product-card-facts { display: flex; flex-direction: column; gap: 8px; }
.product-card-fact { display: flex; align-items: center; gap: 8px; color: var(--gray-mid); font-size: 11px; }
.product-card-fact svg { width: 16px; height: 16px; flex: 0 0 auto; stroke: var(--black); }
.product-card-button { display: grid; place-items: center; min-width: 112px; min-height: 68px; padding: 10px 16px; border: 1px solid var(--gray-border); color: var(--black); font-size: 11px; font-weight: 700; line-height: 1.35; text-align: center; transition: background .2s,color .2s,border-color .2s; }
.product-card:hover .product-card-button { border-color: var(--product-accent); background: var(--product-accent); color: #fff; }

.institutional-video { position: relative; min-height: 600px; overflow: hidden; background: #07110d; }
.institutional-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78%;
  height: 100%;
  min-width: 100%;
  min-height: 600px;
  transform: translate(-50%,-50%);
  border: 0;
  pointer-events: none;
}
.institutional-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,15,10,.92),rgba(4,15,10,.38)); }
.institutional-video-content { position: relative; z-index: 2; min-height: 600px; display: flex; align-items: center; }
.institutional-video-copy { max-width: 600px; color: #fff; }
.institutional-video-copy .slbl { color: rgba(255,255,255,.58); }
.institutional-video-copy .stitle { color: #fff; }
.institutional-video-copy p { max-width: 520px; margin-top: 22px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }
.video-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding: 14px 22px; border: 1px solid rgba(255,255,255,.42); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.video-link:hover { background: #fff; color: var(--black); }

.company-section { padding: 100px 0; background: #fff; }
.company-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.company-copy p { margin-top: 22px; color: var(--gray-mid); font-size: 16px; line-height: 1.8; }
.company-facts { display: flex;
  gap: 1px;
  margin-top: 30px;
  background: var(--gray-border);
}
.company-fact { flex: 1; padding: 22px; background: #fff; }
.company-fact strong { display: block; color: var(--green); font-size: 28px; }
.company-fact span { display: block; margin-top: 5px; color: var(--gray-mid); font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.company-images { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; height: 510px; }
.company-images img { width: 100%; height: 100%; object-fit: cover; display: block; }
.company-images img:last-child { margin-top: 48px; height: calc(100% - 48px); }

.sout { padding: 96px 0 108px; background: #fff; }
.return-product-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.return-product-stage { position: relative; height: 520px; overflow: hidden; background: var(--green-dark); }
.return-product-stage > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.return-product-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,18,12,.82),rgba(4,18,12,.08) 74%); }
.return-product-copy { position: absolute; z-index: 2; left: 46px; bottom: 42px; max-width: 620px; color: #fff; }
.return-product-status { display: inline-flex; padding: 6px 11px; margin-bottom: 13px; background: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.return-product-copy h3 { font-size: clamp(32px,4vw,58px); line-height: 1; letter-spacing: -.04em; }
.return-product-copy p { margin-top: 12px; color: rgba(255,255,255,.68); font-size: 14px; }
.return-product-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; }
.return-product-nav { display: flex; align-items: center; gap: 9px; }
.return-product-nav a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--gray-border); color: var(--green); }
.return-product-line { flex: 1; height: 1px; background: var(--gray-border); }

.product-focused-footer { position: relative; overflow: hidden; }
.product-focused-footer .footer-intro {
  position: relative;
  min-height: 280px;
  margin: -46px 0 6px;
  padding: 54px 48px 42px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 0;
}
.product-focused-footer .footer-intro::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--footer-product-image); background-size: cover; background-position: center; }
.product-focused-footer .footer-intro::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(4,12,9,.94),rgba(4,12,9,.58) 68%,rgba(4,12,9,.18)); }
.footer-product-copy { max-width: 720px; }
.footer-product-status { display: inline-flex; padding: 6px 10px; margin-bottom: 14px; background: var(--product-accent); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-product-copy h2 { color: #fff; font-size: clamp(27px,3.2vw,44px); font-weight: 300; line-height: 1.08; letter-spacing: -.035em; }
.footer-product-copy h2 strong { display: block; font-weight: 900; }
.footer-product-copy p { margin-top: 12px; color: rgba(255,255,255,.62); font-size: 14px; }

@media (max-width: 1024px) {
  .product-selector-layout { grid-template-columns: 1fr; gap: 38px; }
  .product-selector-head { position: static; }
  .company-grid { grid-template-columns: 1fr; gap: 48px; }
  .company-images { height: 430px; }
}
@media (max-width: 768px) {
  .nav-product-context { margin-left: 14px; padding-left: 14px; }
  .nav-product-context span { display: none; }
  .nav-product-context strong { max-width: 135px; font-size: 10px; }
  .hero { width: 100%; min-height: 700px; margin-top: 76px; padding-bottom: 130px; }
  .hero-product-switcher { left: 28px; right: auto; bottom: 28px; }
  .scr { display: none; }
  .product-selector, .company-section { padding: 72px 0; }
  .product-selector-copy { margin-top: 18px; }
  .product-grid { grid-auto-columns: 84%; }
  .product-card { height: 570px; }
  .product-card img { height: 235px; flex-basis: 235px; }
  .product-card-status { top: -219px; }
  .institutional-video, .institutional-video-content { min-height: 560px; }
  .institutional-video iframe { min-height: 560px; }
  .company-images { height: 340px; }
  .company-facts { flex-direction: column; }
  .return-product-head { display: block; }
  .return-product-stage { height: 430px; }
  .return-product-copy { left: 24px; right: 24px; bottom: 26px; }
  .return-product-actions { align-items: stretch; flex-wrap: wrap; }
  .return-product-line { order: 3; flex-basis: 100%; }
  .product-focused-footer .footer-intro { min-height: 360px; margin-top: -36px; padding: 44px 24px 34px; align-items: flex-start; justify-content: flex-end; }
}

/* Full-width banners for the active product. */
body.product-page .hero{width:100%;max-width:none;margin:80px 0 0;min-height:calc(100svh - 80px);padding:100px 0;align-items:center;box-sizing:border-box}
body.product-page .hero .hbg{background-size:cover;background-position:center center}
body.product-page .hero .hc{width:100%;position:relative;z-index:2}
body.product-page .product-hero-copy{max-width:850px;width:100%}
body.product-page .product-hero-title{font-size:clamp(46px,5.8vw,88px);line-height:1.05;letter-spacing:-.045em;font-weight:800;margin:16px 0 22px;overflow-wrap:break-word}
body.product-page .product-hero-subtitle{font-size:clamp(18px,1.8vw,23px);font-weight:400;line-height:1.55;max-width:640px;color:rgba(255,255,255,.9);margin:0 0 24px}
body.product-page .hero .htag{color:rgba(255,255,255,.8);font-size:12px;letter-spacing:.12em}
body.product-page .hero .hbs{display:flex;flex-wrap:wrap;gap:16px;margin-top:30px}
.product-hero-whatsapp{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:15px 24px;border:1px solid rgba(255,255,255,.6);color:#fff;font-size:12px;font-weight:600;letter-spacing:.03em;line-height:1.5}
body.product-page section[id]{scroll-margin-top:100px}
.geoville-icon{width:24px;height:24px;display:inline-block;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.di .geoville-icon{width:34px;height:34px;color:var(--product-accent)}
.dri .geoville-icon{width:22px;height:22px;color:var(--product-accent)}
.sfint{display:flex;align-items:center;gap:10px}.sfint .geoville-icon{color:var(--product-accent)}
.btn-primary .geoville-icon{width:18px;height:18px;margin-right:8px}
.product-video{position:relative;min-height:620px;overflow:hidden;background:#07110d}
.product-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.product-video-overlay{position:absolute;inset:0;display:flex;align-items:center;background:linear-gradient(90deg,rgba(4,16,10,.94) 0%,rgba(4,16,10,.68) 44%,rgba(4,16,10,.12) 100%);pointer-events:none}
.product-video-overlay .container{width:100%}
.product-video-copy{max-width:560px;color:#fff;pointer-events:auto}
.product-video-copy .slbl{color:var(--green-light)}
.product-video-copy h2{font-size:clamp(34px,4.5vw,64px);font-weight:300;line-height:1.04;letter-spacing:-.04em}
.product-video-copy h2 strong{font-weight:900}
.product-video-copy p{max-width:500px;margin-top:20px;color:rgba(255,255,255,.7);font-size:16px;line-height:1.75}
.product-implantation{padding:100px 0;background:var(--gray-light)}
.implantation-head{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:42px}
.implantation-head>p{color:var(--gray-mid);font-size:15px;line-height:1.8}
.implantation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--gray-border)}
.implantation-item{min-height:190px;padding:28px;background:#fff;display:flex;flex-direction:column}
.implantation-item span{color:var(--product-accent);font-size:11px;font-weight:800;letter-spacing:.12em}
.implantation-item strong{margin-top:30px;font-size:18px}
.implantation-item small{margin-top:8px;color:var(--gray-mid);font-size:12px;line-height:1.55}
.implantation-empty{grid-column:1/-1;padding:44px;background:#fff;color:var(--gray-mid);font-size:15px}
.location-address{display:grid;grid-template-columns:64px 1fr;gap:18px;align-items:start;max-width:760px;margin:28px 0 38px;padding:24px;border:1px solid var(--gray-border);background:#fff}
.location-pin{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:var(--product-accent);color:#fff;font-size:31px}
.location-address small{display:block;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.location-address strong{display:block;margin-top:5px;font-size:20px}
.location-address p{margin-top:6px;color:var(--gray-mid);font-size:13px;line-height:1.6}
.proximity-title{margin-bottom:14px;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--black)}
body.product-page .gc .gsl{height:520px;background-size:cover;background-position:center}
body.product-page .footer-menu li{font-size:13px;line-height:1.5}
@media(max-width:768px){
 body.product-page .hero{margin-top:80px;min-height:calc(100svh - 80px);padding:70px 0 80px}
 body.product-page .product-hero-title{font-size:clamp(36px,8vw,58px);line-height:1.1}
 body.product-page .hero .hov{background:linear-gradient(90deg,rgba(5,20,13,.87),rgba(5,20,13,.48))}
 body.product-page .hero .hbs{flex-direction:column;align-items:stretch;max-width:440px}
 body.product-page .hero .hbs a{max-width:100%;white-space:normal;text-align:center;justify-content:center;font-size:12px;line-height:1.5}
 body.product-page .gc .gsl{height:360px}
 .product-video{min-height:540px}
 .product-video-overlay{background:linear-gradient(90deg,rgba(4,16,10,.92),rgba(4,16,10,.45))}
 .product-implantation{padding:72px 0}
 .implantation-head{grid-template-columns:1fr;gap:20px}
 .implantation-grid{grid-template-columns:1fr}
 .location-address{grid-template-columns:48px 1fr;padding:18px}
 .location-pin{width:48px;height:48px;font-size:24px}
}
@media(max-width:480px){
 body.product-page .hero{margin-top:72px;min-height:calc(100svh - 72px);padding:60px 0 70px}
 body.product-page .product-hero-title{font-size:clamp(32px,8.7vw,42px)}
 body.product-page .hero .hc{padding-left:24px;padding-right:24px}
 body.product-page .product-hero-subtitle{font-size:18px}
 body.product-page .navbar .nav-product-context{display:none}
 body.product-page .gc .gsl{height:280px}
}
