/* ==========================================================================
   Página Inicial
   ========================================================================== */

/* HERO */
.bp-hero { position: relative; background: var(--deep); color: #fff; padding-top: clamp(48px, 6vw, 88px); isolation: isolate; }
.bp-hero__bg { position: absolute; inset: 0; z-index: -1; background: var(--deep) var(--bp-bg-agua) center / cover no-repeat; }
.bp-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(10, 30, 46, .5) 0%, rgba(10, 30, 46, .25) 45%, rgba(10, 30, 46, 0) 75%); }
.bp-hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.bp-hero__content { padding-bottom: clamp(48px, 6vw, 96px); }
.bp-hero__kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: .06em; text-transform: uppercase; color: var(--surface); }
.bp-hero__kicker::before { content: ""; width: 34px; height: 2px; background: var(--earth); }
.bp-hero__title { color: #fff; font-size: clamp(40px, 4.4vw, 64px); line-height: 1.02; margin-bottom: 22px; max-width: 22ch; }
.bp-hero__title em { font-style: normal; color: var(--sky); }
.bp-hero__text { font-size: clamp(17px, 1.5vw, 20px); color: #D3DEE7; max-width: 52ch; margin-bottom: 32px; }
.bp-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.bp-hero__media { position: relative; align-self: end; margin-bottom: -64px; }
.bp-hero__photo { margin: 0; border-radius: var(--r-md); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(10, 30, 46, .6); border: 6px solid #fff; }
.bp-hero__photo img { width: 100%; aspect-ratio: 1 / 1.02; object-fit: cover; }
.bp-hero__badge {
	position: absolute; left: -40px; bottom: 56px; max-width: 280px;
	display: flex; gap: 14px; align-items: flex-start;
	padding: 18px 20px; background: var(--surface); color: var(--ink); border-radius: var(--r-md);
	border-left: 4px solid var(--earth); box-shadow: var(--shadow);
}
.bp-hero__badge .bp-icon { color: var(--accent); }
.bp-hero__badge p { margin: 0; font-size: 15px; line-height: 1.4; color: var(--muted); }
.bp-hero__badge strong { display: block; font-family: var(--font-display); font-size: 21px; color: var(--ink); line-height: 1.1; margin-bottom: 2px; }

/* DIFERENCIAIS */
.bp-strip { background: var(--surface); border-bottom: 1px solid var(--line); padding-top: 64px; }
.bp-strip__list { list-style: none; margin: 0; padding: 28px 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.bp-strip__list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; line-height: 1.4; color: var(--muted); padding-right: 12px; }
.bp-strip__list .bp-icon { color: var(--accent); margin-top: 2px; }
.bp-strip__list strong { display: block; font-family: var(--font-display); font-size: 20px; color: var(--ink); font-weight: 700; }
@media (min-width: 901px) {
	.bp-strip { padding-top: 36px; }
	.bp-strip__list { width: 54%; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 0 40px; gap: 28px 32px; }
}

/* BENTO SERVIÇOS */
.bp-main-services { background: var(--bg); }
.bp-bento { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); grid-template-rows: auto auto; gap: 24px; }
.bp-bento__item { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; color: var(--ink); text-decoration: none; transition: border-color .2s; }
.bp-bento__item:hover { border-color: var(--accent); color: var(--ink); }
.bp-bento__item p { color: var(--muted); margin-bottom: 18px; }
.bp-bento__img { margin: 0; overflow: hidden; }
.bp-bento__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.bp-bento__item:hover .bp-bento__img img { transform: scale(1.03); }
.bp-bento__body { padding: clamp(22px, 2.5vw, 34px); display: flex; flex-direction: column; flex: 1; }
.bp-bento__body .bp-link { margin-top: auto; }
.bp-bento__item--big { grid-row: span 2; }
.bp-bento__item--big .bp-bento__img { aspect-ratio: 16 / 10; }
.bp-bento__item--big .bp-h3 { font-size: clamp(28px, 3vw, 38px); }
.bp-bento__item--side { flex-direction: row; }
.bp-bento__item--side .bp-bento__img { flex: 0 0 40%; }
.bp-bento__item--dark { background: var(--deep); border-color: var(--deep); color: #fff; }
.bp-bento__item--dark:hover { color: #fff; border-color: var(--sky); }
.bp-bento__item--dark .bp-h3 { color: #fff; margin-top: 16px; }
.bp-bento__item--dark p { color: #C9D6E0; }
.bp-bento__item--dark .bp-icon--pump { color: var(--sky); }
.bp-bento__item--dark .bp-link { color: #fff; }

/* REGULARIZAÇÃO / TÉCNICOS */
.bp-tech { background: var(--surface); }
.bp-tech__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.bp-tech__intro p { color: var(--muted); max-width: 52ch; }
.bp-tech__img { margin: 28px 18px 18px 0; position: relative; }
.bp-tech__img::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; background: var(--sand); border-radius: var(--r-md); z-index: 0; }
.bp-tech__img img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-md); }
.bp-tech__lists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.bp-index__title { font-size: 22px; text-transform: uppercase; letter-spacing: .04em; color: var(--earth); margin-bottom: 8px; }
.bp-index ul { list-style: none; margin: 0 0 28px; padding: 0; border-top: 2px solid var(--ink); }
.bp-index li { border-bottom: 1px solid var(--line); }
.bp-index a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; color: var(--ink); text-decoration: none; font-weight: 500; line-height: 1.3; }
.bp-index a .bp-icon { color: var(--accent); opacity: .5; transition: transform .2s, opacity .2s; }
.bp-index a:hover { color: var(--accent); }
.bp-index a:hover .bp-icon { opacity: 1; transform: translateX(4px); }
.bp-tech .bp-btn--light { color: var(--ink); border-color: var(--line); }
.bp-tech .bp-btn--light:hover { background: var(--deep); color: #fff; border-color: var(--deep); }
.bp-btn.bp-btn--light { padding: 14px; text-align: center; display: block; }

/* BOMBAS / CATÁLOGO */
.bp-pumps { background: var(--bg); overflow: hidden; }
.bp-pumps__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.bp-pumps__head .bp-lead { margin-bottom: 0; }
.bp-pumps__brands { display: flex; gap: 10px; flex-wrap: wrap; }
.bp-pumps__brands a { padding: 10px 18px; border: 1px solid var(--line); background: var(--surface); border-radius: var(--r-sm); font-family: var(--font-display); font-weight: 600; font-size: 18px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink); text-decoration: none; }
.bp-pumps__brands a:hover { border-color: var(--accent); color: var(--accent); }
.bp-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 72px) / 4); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; scrollbar-width: thin; scrollbar-color: var(--accent) var(--line); }
.bp-product { scroll-snap-align: start; display: flex; flex-direction: column; gap: 12px; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); color: var(--ink); text-decoration: none; transition: border-color .2s; }
.bp-product:hover { border-color: var(--accent); color: var(--ink); }
.bp-product__img { margin: 0; aspect-ratio: 1; display: grid; place-items: center; background: #fff; }
.bp-product__img img { width: 100%; height: 100%; object-fit: contain; }
.bp-product__title { font-family: var(--font-body); font-weight: 600; font-size: 16px; line-height: 1.35; margin: 0; }
.bp-product .bp-link { margin-top: auto; font-size: 16px; align-self: center; justify-content: center; }
.bp-pumps__foot { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 28px; }

/* A EMPRESA */
.bp-about { background: var(--surface); }
.bp-about__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: center; }
.bp-about__media { position: relative; padding-bottom: 90px; }
.bp-about__video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--deep); border-radius: var(--r-md); }
.bp-about__photo { position: absolute; right: -24px; bottom: 0; width: 38%; margin: 0; border: 6px solid var(--surface); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); }
.bp-about__photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.bp-about__content p { color: var(--muted); }
.bp-checks { list-style: none; margin: 24px 0 32px; padding: 0; display: grid; gap: 12px; }
.bp-checks li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.bp-checks .bp-icon { color: #fff; background: var(--accent); border-radius: 50%; padding: 3px; width: 24px; height: 24px; margin-top: 1px; }
.bp-about__links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

/* ÁGUA CUSTO ZERO */
.bp-zero { background: var(--sand); padding-block: clamp(48px, 6vw, 72px); }
.bp-zero__grid { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.bp-zero__img { margin: 0; }
.bp-zero__img img { width: 100%; border-radius: var(--r-md); mix-blend-mode: multiply; }
.bp-zero__content p { font-size: 18px; color: #4B4236; max-width: 60ch; }
.bp-zero__links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 8px; }
.bp-zero .bp-link { color: var(--ink); }

/* MARCAS */
.bp-brands { background: var(--surface); padding-block: clamp(48px, 6vw, 72px); border-bottom: 1px solid var(--line); }
.bp-brands__title { text-align: center; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-size: 20px; margin-bottom: 28px; }
.bp-brands__grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px 24px; align-items: center; }
.bp-brands__grid li { display: grid; place-items: center; }
.bp-brands__grid img { max-height: 70px; width: auto; filter: grayscale(1); opacity: .75; transition: filter .2s, opacity .2s; mix-blend-mode: multiply; }
.bp-brands__grid li:hover img { filter: none; opacity: 1; }

/* AVALIAÇÕES */
.bp-reviews { background: var(--bg); }
.bp-reviews__widget { min-height: 120px; }

/* CHAMADA */
.bp-cta { position: relative; background: var(--accent); color: #fff; padding-block: clamp(48px, 6vw, 72px); overflow: hidden; }
.bp-cta::before { content: ""; position: absolute; right: -120px; top: -160px; width: 520px; height: 520px; border-radius: 50%; border: 70px solid rgba(255, 255, 255, .07); pointer-events: none; }
.bp-cta__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px 56px; flex-wrap: wrap; }
.bp-cta .bp-h2 { color: #fff; margin-bottom: 10px; }
.bp-cta p { margin: 0; color: #E3F1FA; max-width: 56ch; font-size: 18px; }
.bp-cta__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }

/* RESPONSIVO */
@media (max-width: 1100px) {
	.bp-hero__badge { left: 16px; bottom: 80px; }
	.bp-rail { grid-auto-columns: calc((100% - 48px) / 3); }
	.bp-brands__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
	.bp-hero__grid { grid-template-columns: 1fr; }
	.bp-hero__content { padding-bottom: 0; }
	.bp-hero__title { max-width: none; }
	.bp-hero__media { margin-bottom: -48px; }
	.bp-hero__photo img { aspect-ratio: 16 / 11; }
	.bp-hero__badge { position: relative; left: auto; bottom: auto; max-width: none; margin: -28px 16px 0; }
	.bp-strip { padding-top: 48px; }
	.bp-strip__list { grid-template-columns: 1fr 1fr; }
	.bp-bento { grid-template-columns: 1fr; }
	.bp-bento__item--big { grid-row: auto; }
	.bp-tech__grid, .bp-about__grid { grid-template-columns: 1fr; }
	.bp-pumps__head { flex-direction: column; align-items: flex-start; }
	.bp-zero__grid { grid-template-columns: 1fr; }
	.bp-zero__img { max-width: 220px; }
	.bp-about__photo { right: 0; }
}
@media (max-width: 600px) {
	.bp-strip__list { grid-template-columns: 1fr; gap: 16px; }
	.bp-bento__item--side { flex-direction: column; }
	.bp-bento__item--side .bp-bento__img { aspect-ratio: 16 / 10; }
	.bp-tech__lists { grid-template-columns: 1fr; gap: 8px; }
	.bp-tech__img { margin-right: 12px; }
	.bp-tech__img::before { inset: 12px -12px -12px 12px; }
	.bp-rail { grid-auto-columns: 78%; }
	.bp-brands__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.bp-hero__actions .bp-btn { width: 100%; }
	.bp-cta__actions, .bp-cta__actions .bp-btn { width: 100%; }
}

/* CLIENTES (carrossel em loop) */
.bp-clients { background: var(--bg); padding-block: clamp(48px, 6vw, 72px); overflow: hidden; border-top: 1px solid var(--line); }
.bp-clients__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.bp-clients__head .bp-h2 { margin: 0; }
.bp-clients__viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.bp-clients__track { list-style: none; margin: 0; padding: 4px 0; display: flex; gap: 20px; width: max-content; animation: bp-clients-loop var(--bp-clients-dur, 80s) linear infinite; }
.bp-clients__viewport:hover .bp-clients__track, .bp-clients__viewport:focus-within .bp-clients__track { animation-play-state: paused; }
.bp-clients__item { flex: none; width: 150px; height: 164px; display: grid; place-items: center; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); }
.bp-clients__item img { width: 100%; height: 100%; object-fit: contain; }
@keyframes bp-clients-loop { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 10px)); } }
@media (max-width: 600px) { .bp-clients__item { width: 118px; height: 130px; } .bp-clients__track { gap: 14px; } @keyframes bp-clients-loop { to { transform: translateX(calc(-50% - 7px)); } } }
@media (prefers-reduced-motion: reduce) {
	.bp-clients__track { animation: none; }
	.bp-clients__viewport { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
	.bp-clients__item[aria-hidden="true"] { display: none; }
}