/* Blocos da LP de baterias estacionárias — paridade com EstacionariaBlocks do app. */

.awr-est__lead {
	margin: 0 0 1.25rem;
	font-size: .95rem;
	color: rgba(15, 23, 42, .7);
}

.awr-est__nota {
	margin-top: .75rem;
	font-size: .78rem;
	opacity: .75;
}

/* Tribos ------------------------------------------------------------- */
.awr-est-tribos {
	display: grid;
	gap: 1rem;
}

@media (min-width: 768px) {
	.awr-est-tribos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.awr-est-tribo {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
	border: 1px solid rgba(15, 23, 42, .12);
	border-radius: 1rem;
	background: #fff;
	scroll-margin-top: 6rem;
}

.awr-est-tribo__eyebrow {
	margin: 0;
	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #0b2a52;
}

.awr-est-tribo__titulo {
	margin: .25rem 0 0;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.2;
}

.awr-est-tribo__dor,
.awr-est-tribo__arg { margin: .5rem 0 0; font-size: .9rem; }
.awr-est-tribo__dor { color: rgba(15, 23, 42, .68); }

.awr-est-tribo__bullets {
	margin: .75rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: .375rem;
}

.awr-est-tribo__bullets li {
	position: relative;
	padding-left: 1.25rem;
	font-size: .875rem;
	color: rgba(15, 23, 42, .72);
}

.awr-est-tribo__bullets li::before {
	content: "→";
	position: absolute;
	left: 0;
	color: #0b2a52;
}

.awr-est-tribo__modelos {
	margin: .75rem 0 0;
	font-size: .78rem;
	color: rgba(15, 23, 42, .7);
}

/* CTA WhatsApp -------------------------------------------------------- */
.awr-est-wa {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-top: 1rem;
	padding: .7rem 1.1rem;
	border-radius: .75rem;
	background: #25d366;
	color: #fff !important;
	font-size: .875rem;
	font-weight: 800;
	text-decoration: none;
	align-self: flex-start;
}

.awr-est-wa:hover { filter: brightness(.95); }

.awr-est-link {
	font-size: .85rem;
	font-weight: 700;
	color: #0b2a52;
	text-decoration: underline;
	white-space: nowrap;
}

/* Tabela de modelos --------------------------------------------------- */
.awr-est-tabela-wrap {
	overflow-x: auto;
	border: 1px solid rgba(15, 23, 42, .12);
	border-radius: 1rem;
	background: #fff;
}

.awr-est-tabela {
	width: 100%;
	border-collapse: collapse;
	font-size: .875rem;
	text-align: left;
}

.awr-est-tabela thead th {
	padding: .75rem 1rem;
	background: rgba(15, 23, 42, .05);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: rgba(15, 23, 42, .65);
	white-space: nowrap;
}

.awr-est-tabela tbody td {
	padding: .75rem 1rem;
	border-top: 1px solid rgba(15, 23, 42, .1);
	vertical-align: top;
	color: rgba(15, 23, 42, .72);
}

.awr-est-tabela__modelo { font-weight: 700; color: #0f172a !important; white-space: nowrap; }

/* Calculadora --------------------------------------------------------- */
.awr-est-calc {
	padding: 1.5rem;
	border: 2px solid rgba(11, 42, 82, .3);
	border-radius: 1rem;
	background: #fff;
}

.awr-est-calc__grid {
	display: grid;
	gap: .75rem;
	margin-top: 1rem;
}

@media (min-width: 640px) {
	.awr-est-calc__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.awr-est-calc__grid label {
	display: block;
	font-size: .85rem;
	font-weight: 700;
}

.awr-est-calc__grid input,
.awr-est-calc__grid select {
	display: block;
	width: 100%;
	height: 48px;
	margin-top: .35rem;
	padding: 0 .75rem;
	border: 1px solid rgba(15, 23, 42, .18);
	border-radius: .75rem;
	background: #fff;
	font-size: 1rem;
	font-weight: 500;
}

.awr-est-calc__btn {
	margin-top: 1rem;
	padding: .8rem 1.25rem;
	border: 0;
	border-radius: .75rem;
	background: #0b2a52;
	color: #fff;
	font-size: .875rem;
	font-weight: 800;
	cursor: pointer;
}

.awr-est-calc__out {
	margin-top: 1rem;
	padding: 1rem;
	border-radius: .75rem;
	background: rgba(15, 23, 42, .05);
}

.awr-est-calc__out strong { color: #0f172a; }
.awr-est-calc__out .awr-est-calc__ah { margin: .25rem 0 0; font-size: 1.1rem; font-weight: 900; }
.awr-est-calc__out .awr-est-calc__disc { margin: .35rem 0 0; font-size: .78rem; color: rgba(15, 23, 42, .7); }

/* B2B ----------------------------------------------------------------- */
.awr-est-b2b {
	padding: 1.5rem;
	border-radius: 1rem;
	background: #0b2a52;
	color: #fff;
}

.awr-est-b2b__titulo { margin: 0; font-size: 1.5rem; font-weight: 900; color: #fff; }
.awr-est-b2b__lead { margin: .5rem 0 0; max-width: 60ch; font-size: .9rem; color: #dbeafe; }

.awr-est-b2b__grid {
	display: grid;
	gap: .75rem;
	margin-top: 1.25rem;
}

@media (min-width: 640px) {
	.awr-est-b2b__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.awr-est-b2b__card {
	padding: 1rem;
	border-radius: .75rem;
	background: rgba(255, 255, 255, .1);
}

.awr-est-b2b__card h3 { margin: 0; font-size: 1rem; font-weight: 800; color: #fff; }
.awr-est-b2b__card p { margin: .25rem 0 0; font-size: .875rem; color: #dbeafe; }
