﻿/* =========================================================
   Tema Ipanema Soldas
   ========================================================= */

/* ---------- Fontes (self-hosted) ---------- */
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200 700;
	font-display: swap;
	src: url('../fonts/Oswald-200-700-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200 700;
	font-display: swap;
	src: url('../fonts/Oswald-200-700-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/Poppins-300-latin.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Poppins-400-latin.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/Poppins-500-latin.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/Poppins-600-latin.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/Raleway-100-900-latin.woff2') format('woff2');
}

/* ---------- Variáveis e reset ---------- */
:root {
	--ips-red: #BB0F0E;
	--ips-red-dark: #9C0C0B;
	--ips-red-light: #E26D6D;
	--ips-dark: #161616;
	--ips-dark-2: #1B1B1B;
	--ips-text: #54595F;
	--ips-gray: #F0F0F0;
	--ips-border: #B6B6B6;
	--ips-green: #25D366;
	--ips-oswald: 'Oswald', sans-serif;
	--ips-poppins: 'Poppins', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: var(--ips-poppins);
	font-size: 16px;
	line-height: 1.7;
	color: var(--ips-text);
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--ips-oswald); color: var(--ips-dark-2); margin: 0; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
html { scroll-behavior: smooth; }

.ips-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ---------- Componentes ---------- */
.ips-eyebrow {
	display: block;
	font-family: var(--ips-oswald);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: var(--ips-red);
	margin-bottom: 12px;
}

.ips-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--ips-red);
	color: #fff;
	font-family: var(--ips-oswald);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	cursor: pointer;
	padding: 14px 30px;
	transition: background .3s ease, transform .3s ease;
}
.ips-btn:hover { background: var(--ips-red-dark); transform: scale(.97); }
.ips-btn--lg { padding: 16px 38px; font-size: 15px; }

.ips-section-head { text-align: center; margin-bottom: 50px; }
.ips-section-head h2,
.ips-about__content h2,
.ips-brands h2,
.ips-cta h2 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.2;
	text-transform: uppercase;
}

/* ---------- Cabeçalho ---------- */
.ips-header {
	background: #fff;
	position: relative;
	z-index: 50;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ips-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.ips-header__logo { flex-shrink: 0; }
.ips-header__logo img { width: 190px; }

/* Busca */
.ips-search { position: relative; flex: 1; max-width: 420px; margin: 0 auto; }
.ips-search form {
	display: flex;
	border: 1px solid #D5D5D5;
	background: #FAFAFA;
}
.ips-search input[type="search"] {
	flex: 1;
	border: 0;
	background: transparent;
	font-family: var(--ips-poppins);
	font-size: 13px;
	padding: 10px 14px;
	outline: none;
	min-width: 0;
}
.ips-search button {
	border: 0;
	background: var(--ips-red);
	color: #fff;
	padding: 0 16px;
	cursor: pointer;
	transition: background .3s;
}
.ips-search button:hover { background: var(--ips-red-dark); }
.ips-search__results {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #E2E2E2;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
	z-index: 60;
	max-height: 420px;
	overflow-y: auto;
}
.ips-search__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	text-decoration: none;
	border-bottom: 1px solid #F0F0F0;
	transition: background .2s;
}
.ips-search__item:hover { background: #F7F7F7; }
.ips-search__item img {
	width: 46px;
	height: 46px;
	object-fit: contain;
	flex-shrink: 0;
	background: #fff;
}
.ips-search__item strong {
	display: block;
	font-family: var(--ips-poppins);
	font-size: 13px;
	font-weight: 500;
	color: var(--ips-dark-2);
	line-height: 1.4;
}
.ips-search__empty {
	padding: 14px;
	font-size: 13px;
	color: var(--ips-text);
}

/* Menu */
.ips-nav {
	display: flex;
	align-items: center;
	gap: 26px;
}
.ips-nav a,
.ips-nav button {
	font-family: var(--ips-oswald);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--ips-dark-2);
	text-decoration: none;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 4px 0;
	border-bottom: 2px solid transparent;
	transition: color .3s, border-color .3s;
}
.ips-nav a:hover,
.ips-nav button:hover { color: var(--ips-red); border-bottom-color: var(--ips-red); }

.ips-header__toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	background: none;
	border: 1px solid #D5D5D5;
	cursor: pointer;
	padding: 8px;
	margin-left: auto;
}
.ips-header__toggle span {
	display: block;
	height: 2px;
	background: var(--ips-dark-2);
}

/* ---------- Gavetas laterais ---------- */
.ips-drawer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 9000;
	opacity: 0;
	transition: opacity .25s;
}
.ips-drawer-overlay.is-open { opacity: 1; }
.ips-drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(400px, 92vw);
	background: #fff;
	z-index: 9001;
	padding: 26px 28px;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform .25s ease;
	box-shadow: -10px 0 40px rgba(0, 0, 0, .2);
}
.ips-drawer.is-open { transform: translateX(0); }
.ips-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}
.ips-drawer__head h3 {
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}
.ips-drawer__close {
	background: none;
	border: 0;
	font-size: 30px;
	line-height: 1;
	color: var(--ips-dark-2);
	cursor: pointer;
	padding: 0 4px;
}
.ips-drawer__close:hover { color: var(--ips-red); }
.ips-drawer__product {
	font-size: 13px;
	font-weight: 500;
	color: var(--ips-red);
	border-left: 3px solid var(--ips-red);
	padding-left: 10px;
	margin-bottom: 18px;
}
.ips-drawer__intro { font-size: 13px; margin-bottom: 18px; }
.ips-drawer__form label {
	display: block;
	font-family: var(--ips-oswald);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--ips-dark-2);
	margin-bottom: 16px;
}
.ips-drawer__form input,
.ips-drawer__form textarea {
	display: block;
	width: 100%;
	margin-top: 6px;
	border: 1px solid #D5D5D5;
	background: #FAFAFA;
	font-family: var(--ips-poppins);
	font-size: 14px;
	padding: 10px 12px;
	outline: none;
}
.ips-drawer__form input:focus,
.ips-drawer__form textarea:focus { border-color: var(--ips-red); }
.ips-drawer__form .ips-btn { width: 100%; justify-content: center; margin-top: 6px; }
.ips-btn--wa { background: var(--ips-green); }
.ips-btn--wa:hover { background: #1DAA52; }
.ips-drawer__feedback {
	font-size: 13px;
	margin-top: 14px;
	padding: 10px 12px;
}
.ips-drawer__feedback.is-ok { background: #E8F8EE; color: #14774A; }
.ips-drawer__feedback.is-error { background: #FCEAEA; color: var(--ips-red); }
.ips-hp { position: absolute !important; left: -9999px !important; }
.ips-drawer__recaptcha { font-size: 11px; color: #9A9A9A; margin-top: 14px; }
.ips-drawer__recaptcha a { color: #9A9A9A; }
.grecaptcha-badge { visibility: hidden !important; }

/* ---------- Hero ---------- */
.ips-hero {
	position: relative;
	min-height: 580px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--ips-dark) url('../img/bg-ipanema-soldas.webp') center/cover no-repeat;
}
.ips-hero__media {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.ips-hero__media iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: max(100vw, 177.78vh);
	height: max(100vh, 56.25vw);
	min-height: 100%;
	transform: translate(-50%, -50%);
	border: 0;
}
.ips-hero__media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ips-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .6);
}
.ips-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 90px;
	padding-bottom: 90px;
}
.ips-hero__content { max-width: 560px; position: relative; }
.ips-hero__content .ips-eyebrow { color: var(--ips-red); }
.ips-hero__content h1 {
	position: relative;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.ips-hero__content h1::before {
	content: '';
	position: absolute;
	top: -8px;
	left: -18px;
	width: 270px;
	height: 58px;
	background: var(--ips-red);
	transform: skewX(-20deg);
	z-index: -1;
}
.ips-hero__content p {
	color: #E0E0E0;
	font-size: 15px;
	max-width: 470px;
	margin-bottom: 30px;
}
.ips-hero__social {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ips-hero__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .35);
	color: #fff;
	transition: background .3s, border-color .3s;
}
.ips-hero__social a:hover { background: var(--ips-red); border-color: var(--ips-red); }

/* ---------- Diferenciais ---------- */
.ips-features { background: #fff; padding: 70px 0 60px; }
.ips-features__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr) 300px;
	gap: 36px;
	align-items: start;
}
.ips-feature__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: var(--ips-red);
	color: #fff;
	margin-bottom: 18px;
}
.ips-feature h3 {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--ips-dark-2);
	margin-bottom: 10px;
}
.ips-feature p { font-size: 13.5px; line-height: 1.8; }

.ips-years {
	position: relative;
	margin-top: -170px;
	background:
		linear-gradient(rgba(15, 15, 15, .88), rgba(15, 15, 15, .88)),
		url('../img/equipamentos-solda-sorocaba.webp') center/cover no-repeat;
	color: #fff;
	padding: 36px 32px;
}
.ips-years__counter {
	font-family: var(--ips-oswald);
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.ips-years__plus { color: var(--ips-red-light); margin-left: 4px; }
.ips-years h3 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	margin: 6px 0 14px;
}
.ips-years hr {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, .25);
	margin: 0 0 14px;
}
.ips-years p { font-size: 13px; color: #D5D5D5; margin-bottom: 16px; }
.ips-years a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--ips-oswald);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid var(--ips-red);
	padding-bottom: 4px;
	transition: color .3s;
}
.ips-years a:hover { color: var(--ips-red-light); }

/* ---------- Sobre ---------- */
.ips-about { padding: 70px 0 90px; }
.ips-about__grid {
	display: grid;
	grid-template-columns: 45% 1fr;
	gap: 60px;
	align-items: center;
}
.ips-about__media { position: relative; padding: 26px 0 0 26px; }
.ips-about__shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	z-index: 0;
}
.ips-about__photo { position: relative; z-index: 1; width: 100%; }
.ips-about__badge {
	position: absolute;
	z-index: 2;
	left: 26px;
	bottom: -34px;
	display: flex;
	align-items: center;
	gap: 16px;
	background: linear-gradient(100deg, var(--ips-red) 0%, #E4504F 75%, rgba(228, 80, 79, 0) 100%);
	color: #fff;
	padding: 20px 70px 20px 28px;
}
.ips-about__badge img { width: 56px; }
.ips-about__badge-number {
	display: block;
	font-family: var(--ips-oswald);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
}
.ips-about__badge-label {
	display: block;
	font-family: var(--ips-oswald);
	font-size: 1.05rem;
	font-weight: 600;
	text-transform: uppercase;
}
.ips-about__content h2 { margin-bottom: 24px; }
.ips-about__content p { font-size: 14px; line-height: 1.9; margin-bottom: 18px; }
.ips-about__content .ips-btn { margin-top: 10px; }

/* ---------- Faixa de contato ---------- */
.ips-contact-bar { background: var(--ips-dark-2); padding: 50px 0; }
.ips-contact-bar__grid {
	display: grid;
	grid-template-columns: repeat(4, auto);
	justify-content: space-between;
	gap: 30px;
}
.ips-contact-bar h3 {
	color: rgba(255, 255, 255, .65);
	font-size: .85rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.ips-contact-bar p {
	color: #fff;
	font-family: var(--ips-oswald);
	font-size: 1.05rem;
	font-weight: 500;
	max-width: 260px;
}
.ips-contact-bar a { color: #fff; text-decoration: none; transition: color .3s; }
.ips-contact-bar a:hover { color: var(--ips-red-light); }

/* ---------- Produtos ---------- */
.ips-products { padding: 90px 0; }
.ips-products__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.ips-product-card {
	border: 1px solid var(--ips-border);
	padding: 44px 34px;
	text-align: center;
	transition: box-shadow .3s, transform .3s;
}
.ips-product-card:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
	transform: translateY(-4px);
}
.ips-product-card img { width: 90px; margin: 0 auto 22px; }
.ips-product-card h3 {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.ips-product-card p { font-size: 13.5px; line-height: 1.9; }
.ips-product-card--dark {
	background: var(--ips-dark-2);
	border-color: var(--ips-dark-2);
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 6px;
}
.ips-product-card--dark h3 { color: #fff; font-size: 1.5rem; }
.ips-product-card--dark p { color: #C9C9C9; margin-bottom: 18px; }

/* ---------- Marcas ---------- */
.ips-brands { background: var(--ips-dark); padding: 80px 0; }
.ips-brands h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.ips-brands__carousel { overflow: hidden; }
.ips-brands__track {
	display: flex;
	gap: 24px;
	transition: transform .6s ease;
}
.ips-brands__item {
	flex: 0 0 calc((100% - 72px) / 4);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	padding: 18px 28px;
}
.ips-brands__item img {
	max-height: 60px;
	width: auto;
	object-fit: contain;
}
.ips-brands__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}
.ips-brands__dots button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	background: rgba(255, 255, 255, .35);
	cursor: pointer;
	transition: background .3s;
}
.ips-brands__dots button.is-active { background: var(--ips-red); }

/* ---------- Chamada final ---------- */
.ips-cta {
	position: relative;
	background-color: var(--ips-dark);
	background-size: cover;
	background-position: center;
	padding: 120px 0;
}
.ips-cta::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .35);
}
.ips-cta .ips-container { position: relative; }
.ips-cta__content { max-width: 460px; margin-left: 26%; }
.ips-cta h2 {
	color: #fff;
	font-size: 1.9rem;
	margin-bottom: 24px;
}

/* ---------- Rodapé ---------- */
.ips-footer { background: var(--ips-gray); padding: 70px 0 0; }
.ips-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
	gap: 40px;
}
.ips-footer__brand img { width: 190px; margin-bottom: 18px; }
.ips-footer__brand p { font-size: 13px; line-height: 1.9; max-width: 300px; }
.ips-footer__social { display: flex; gap: 10px; margin-top: 18px; }
.ips-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #fff;
	transition: opacity .3s;
}
.ips-footer__social a:hover { opacity: .85; }
.ips-footer__social-wa { background: var(--ips-green); }
.ips-footer__social-ig { background: var(--ips-red); }
.ips-footer__col h3 {
	font-size: 1.05rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ips-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ips-footer__col li { margin-bottom: 12px; font-size: 13px; }
.ips-footer__col a,
.ips-footer__link-btn {
	font-family: var(--ips-oswald);
	font-size: .85rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--ips-dark-2);
	text-decoration: none;
	transition: color .3s;
}
.ips-footer__link-btn {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.ips-footer__col a::before,
.ips-footer__link-btn::before {
	content: '\203A';
	color: var(--ips-red);
	margin-right: 8px;
	font-weight: 700;
}
.ips-footer__col a:hover,
.ips-footer__link-btn:hover { color: var(--ips-red); }
.ips-footer__contact li {
	font-family: var(--ips-oswald);
	font-size: .85rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--ips-dark-2);
	max-width: 240px;
}
.ips-footer__contact a::before { content: none; }
.ips-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	border-top: 1px solid #D8D8D8;
	margin-top: 50px;
	padding: 22px 0;
	font-size: 13px;
	color: #777;
}
.ips-footer__bottom p { margin: 0; }
.ips-footer__bottom a { color: var(--ips-dark-2); font-weight: 500; text-decoration: none; }
.ips-footer__bottom a:hover { color: var(--ips-red); }

/* ---------- Páginas internas ---------- */
.ips-page { padding: 60px 0 80px; }
.ips-page h1 {
	font-size: 2.2rem;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.ips-page__content { font-size: 15px; }
.ips-404 { text-align: center; padding: 100px 0; }
.ips-404 h1 { font-size: 6rem; color: var(--ips-red); margin-bottom: 10px; }
.ips-404 p { margin-bottom: 30px; }

/* ---------- Aviso de cookies ---------- */
.ips-cookies {
	position: fixed;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 24px;
	width: min(920px, calc(100vw - 32px));
	background: var(--ips-dark-2);
	color: #fff;
	padding: 18px 26px;
	box-shadow: 0 10px 36px rgba(0, 0, 0, .35);
}
.ips-cookies p { font-size: 13px; margin: 0; flex: 1; }
.ips-cookies__actions { display: flex; align-items: center; gap: 18px; }
.ips-cookies__more {
	color: #fff;
	font-size: 13px;
	text-decoration: underline;
	white-space: nowrap;
}
.ips-cookies__accept { padding: 10px 20px; font-size: 12px; white-space: nowrap; }

/* ---------- Formulário do balão de WhatsApp ---------- */
.ips-wa__form { padding: 16px; }
.ips-wa__form label {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: var(--ips-dark-2);
	margin-bottom: 12px;
}
.ips-wa__form input {
	display: block;
	width: 100%;
	margin-top: 4px;
	border: 1px solid #D5D5D5;
	font-family: var(--ips-poppins);
	font-size: 13px;
	padding: 8px 10px;
	border-radius: 6px;
	outline: none;
}
.ips-wa__form input:focus { border-color: var(--ips-green); }
.ips-wa__form .ips-wa__start {
	display: block;
	width: 100%;
	border: 0;
	cursor: pointer;
	margin: 4px 0 0;
}

/* ---------- Botão flutuante de WhatsApp ---------- */
.ips-wa {
	position: fixed;
	left: 22px;
	bottom: 22px;
	z-index: 9998;
}
.ips-wa__button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--ips-green);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
	transition: transform .3s;
}
.ips-wa__button:hover { transform: scale(1.08); }
.ips-wa__tooltip {
	position: absolute;
	left: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%);
	background: var(--ips-dark-2);
	color: #fff;
	font-size: 12px;
	font-family: var(--ips-poppins);
	white-space: nowrap;
	padding: 6px 12px;
	border-radius: 4px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.ips-wa__button:hover .ips-wa__tooltip { opacity: 1; }
.ips-wa__box {
	position: absolute;
	left: 0;
	bottom: calc(100% + 14px);
	width: 260px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 34px rgba(0, 0, 0, .25);
	overflow: hidden;
}
.ips-wa__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	border: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	transition: background .25s;
}
.ips-wa__close:hover { background: rgba(255, 255, 255, .35); }
.ips-wa__header {
	background: var(--ips-green);
	color: #fff;
	font-weight: 600;
	padding: 13px 48px 13px 16px;
}
.ips-wa__message { padding: 16px; font-size: 14px; color: var(--ips-dark-2); }
.ips-wa__start {
	display: block;
	text-align: center;
	background: var(--ips-green);
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	margin: 0 16px 16px;
	padding: 10px;
	border-radius: 24px;
}

/* ---------- Responsivo ---------- */
@media (max-width: 1024px) {
	.ips-header__inner { flex-wrap: wrap; gap: 14px; }
	.ips-header__logo img { width: 160px; }
	.ips-header__toggle { display: flex; }
	.ips-search {
		order: 3;
		flex-basis: 100%;
		max-width: none;
	}
	.ips-nav {
		display: none;
		order: 4;
		flex-basis: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		padding-bottom: 10px;
	}
	.ips-nav.is-open { display: flex; }
	.ips-features__grid { grid-template-columns: repeat(2, 1fr); }
	.ips-years { margin-top: 0; grid-column: span 2; }
	.ips-products__grid { grid-template-columns: repeat(2, 1fr); }
	.ips-brands__item { flex-basis: calc((100% - 48px) / 3); }
	.ips-cta__content { margin-left: 0; }
	.ips-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
	.ips-hero__content h1 { font-size: 2.4rem; }
	.ips-hero__content h1::before { width: 190px; height: 42px; }
	.ips-hero__social { display: none; }
	.ips-hero { background-image: url('../img/bg-ipanema-soldas-mobile.webp'); }
	.ips-features__grid { grid-template-columns: 1fr; }
	.ips-years { grid-column: auto; }
	.ips-about__grid { grid-template-columns: 1fr; gap: 70px; }
	.ips-contact-bar__grid { grid-template-columns: 1fr; gap: 26px; }
	.ips-products__grid { grid-template-columns: 1fr; }
	.ips-brands__item { flex-basis: calc((100% - 24px) / 2); }
	.ips-section-head h2, .ips-about__content h2, .ips-brands h2 { font-size: 1.9rem; }
	.ips-cta { padding: 80px 0; }
	.ips-footer__grid { grid-template-columns: 1fr; }
	.ips-footer__bottom { flex-direction: column; text-align: center; }
	.ips-cookies { flex-direction: column; align-items: flex-start; gap: 12px; }
}
