/* Nova Home (coladeiras) — Robooster.
   Escopo .rb-home + headings sob .rb-home (>=0,2,0) p/ vencer o Theme Style do
   Elementor (.elementor-kit-XXX h1..h6 = 0,1,1). */

.rb-home {
	--ink: #14181d;
	--brand: #c85f10;
	--soft: #f6f8fa;
	--line: #e6e9ee;
	--muted: #5b6672;
	--wa: #25d366;
	color: var(--ink);
	line-height: 1.55;
	background: #fff;
	font-size: 16px;
}
.rb-home .wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.rb-home .narrow { max-width: 900px; }
.rb-home h2.sec { font-size: 2rem; line-height: 1.12; text-align: center; margin: 0 0 8px; text-wrap: balance; color: var(--ink); }
.rb-home .sec-lead { text-align: center; color: var(--muted); max-width: 60ch; margin: 0 auto 40px; }

.rb-home .btn { display: inline-block; background: var(--brand); color: #fff; text-decoration: none; font-weight: 700; padding: 13px 26px; border-radius: 999px; transition: transform .2s ease, background .2s ease; }
.rb-home .btn:hover { background: #a84d0a; transform: translateY(-2px); }
.rb-home .btn--sm { padding: 9px 16px; font-size: .9rem; }
.rb-home .btn--ghost { background: transparent; color: var(--brand); border: 1.5px solid var(--brand); }
.rb-home .btn--ghost:hover { background: rgba(200, 95, 16, .06); }
.rb-home .btn--onvideo { color: #fff; border-color: rgba(255, 255, 255, .6); }
.rb-home .btn--onvideo:hover { background: rgba(255, 255, 255, .12); }
.rb-home .btn--wa { background: var(--wa); }
.rb-home .btn--wa:hover { background: #1fb457; }

/* Hero */
.rb-home .hero { position: relative; color: #fff; text-align: center; overflow: hidden; }
.rb-home .hero__bg { position: absolute; inset: 0; z-index: 0; }
.rb-home .hero__poster, .rb-home .hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.rb-home .hero__video { z-index: 1; }
.rb-home .hero__ov { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10, 12, 15, .25), rgba(10, 12, 15, .45)); }
.rb-home .hero__in { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; padding: 190px 20px 56px; }
.rb-home .hero__eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; color: #ffb380; font-weight: 700; }
.rb-home .hero h1 { font-size: 2.6rem; line-height: 1.1; margin: 14px auto 16px; text-wrap: balance; max-width: 34ch; color: #fff; text-shadow: 0 2px 16px rgba(0, 0, 0, .4); }
.rb-home .hero p { font-size: 1.18rem; color: #eef1f4; max-width: 52ch; margin: 0 auto 30px; text-shadow: 0 1px 10px rgba(0, 0, 0, .4); }
.rb-home .hero__eyebrow { text-shadow: 0 1px 8px rgba(0, 0, 0, .4); }
.rb-home .hero__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Seções */
.rb-home .s { padding: 72px 0; }
.rb-home .s--soft { background: var(--soft); }
.rb-home .s--dark { background: var(--ink); color: #fff; }
.rb-home .s--dark h2.sec { color: #fff; }
.rb-home .s--dark .sec-lead { color: #aeb6c0; }

/* Modelos */
.rb-home .m-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rb-home .m-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.rb-home .m-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(0, 0, 0, .1); }
.rb-home .m-card__img { aspect-ratio: 4 / 3; background: var(--soft); }
.rb-home .m-card__img img { width: 100%; height: 100%; object-fit: cover; }
.rb-home .m-card__img--soon { display: grid; place-items: center; background: linear-gradient(135deg, #1b2027, #2a323d); }
.rb-home .soon-badge { color: #fff; border: 1.5px dashed rgba(255, 255, 255, .5); padding: 8px 18px; border-radius: 999px; font-weight: 700; letter-spacing: .05em; }
.rb-home .m-card__body { padding: 20px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.rb-home .m-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.rb-home .m-chip { align-self: flex-start; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--brand); background: rgba(200, 95, 16, .09); padding: 4px 12px; border-radius: 999px; }
.rb-home .m-chip--res { color: #fff; background: var(--brand); }
.rb-home .m-chip--dark { color: #c9d1da; background: #252c35; }
.rb-home .m-card__name { font-size: 1.5rem; margin: 0; color: var(--ink); }
.rb-home .m-card__desc { margin: 0; color: var(--muted); font-size: .95rem; }
.rb-home .m-card__foot { margin-top: auto; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); }
.rb-home .m-price { font-weight: 800; font-size: 1.05rem; }
.rb-home .m-price--soon { color: var(--muted); font-weight: 700; }

/* Diferenciais */
.rb-home .dif-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 40px; max-width: 920px; margin: 0 auto; }
.rb-home .dif { display: flex; gap: 18px; }
.rb-home .dif__n { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; background: rgba(200, 95, 16, .16); color: #ffa25e; display: grid; place-items: center; font-weight: 800; }
.rb-home .dif__t { margin: 2px 0 6px; font-size: 1.15rem; color: #fff; }
.rb-home .dif__d { margin: 0; color: #aeb6c0; font-size: .96rem; }

/* Conteúdo destaque */
.rb-home .content-feat { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: center; max-width: 1080px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.rb-home .content-feat img { width: 100%; height: 100%; object-fit: contain; min-height: 320px; background: #fff; }
.rb-home .content-feat__b { padding: 32px; }
.rb-home .content-feat__k { color: var(--brand); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: .78rem; }
.rb-home .content-feat__b h3 { font-size: 1.5rem; margin: 8px 0 10px; line-height: 1.2; color: var(--ink); }
.rb-home .content-feat__b p { color: var(--muted); margin: 0 0 18px; }

/* Pronta entrega */
.rb-home .p-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rb-home .p-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.rb-home .p-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(0, 0, 0, .1); }
.rb-home .p-card__img { position: relative; aspect-ratio: 4 / 3; background: var(--soft); }
.rb-home .p-card__img img { width: 100%; height: 100%; object-fit: cover; }
.rb-home .p-badge { position: absolute; top: 12px; left: 12px; background: #0a7d33; color: #fff; font-size: .72rem; font-weight: 700; padding: 5px 11px; border-radius: 999px; }
.rb-home .p-card__body { padding: 18px 20px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.rb-home .p-card__name { font-size: 1.05rem; margin: 0; color: var(--ink); }
.rb-home .p-card__foot { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
.rb-home .p-lbl { display: block; font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.rb-home .p-price { font-weight: 800; font-size: 1.25rem; color: var(--ink); }

/* FAQ + mapa */
.rb-home .faq-map { display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: start; }
.rb-home .faq { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; background: #fff; }
.rb-home .faq summary { cursor: pointer; padding: 15px 18px; font-weight: 600; list-style: none; }
.rb-home .faq summary::-webkit-details-marker { display: none; }
.rb-home .faq summary::after { content: "+"; float: right; color: var(--brand); font-weight: 800; }
.rb-home .faq[open] summary::after { content: "–"; }
.rb-home .faq__a { padding: 0 18px 16px; color: var(--muted); font-size: .95rem; }
.rb-home .mapbox { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.rb-home .mapbox iframe { display: block; width: 100%; }
.rb-home .mapbox__b { padding: 18px 20px; }
.rb-home .mapbox__b h4 { margin: 0 0 6px; color: var(--ink); }
.rb-home .mapbox__b p { margin: 0; color: var(--muted); font-size: .92rem; }

/* Responsivo */
@media (max-width: 900px) {
	.rb-home .hero h1 { font-size: 1.55rem; max-width: 26ch; }
	.rb-home .hero__in { padding: 130px 20px 44px; }
	.rb-home .m-grid, .rb-home .p-grid { grid-template-columns: 1fr; }
	.rb-home .dif-grid { grid-template-columns: 1fr; }
	.rb-home .content-feat, .rb-home .faq-map { grid-template-columns: 1fr; }
}

/* --- Preço do plugin nos cards da home (modelos + pronta entrega). Versão enxuta:
   "À vista no Pix" em destaque + "Em até 12x"; esconde riscado e economia. Mesmo
   controle forte da loja (!important + reset de tamanhos). Não recalcula nada. --- */
.rb-home .m-price-wci, .rb-home .p-price-wci { margin: 6px 0 2px; }
.rb-home .m-price-wci .woo-custom-installments-group,
.rb-home .p-price-wci .woo-custom-installments-group {
	display: flex; flex-direction: column; gap: 4px; text-align: left;
	font-size: .8rem; line-height: 1.25; padding: 0 !important; margin: 0 !important;
}
/* reset dos tamanhos gigantes herdados do plugin */
.rb-home .m-price-wci .woocommerce-Price-amount, .rb-home .p-price-wci .woocommerce-Price-amount,
.rb-home .m-price-wci .woo-custom-installments-group span, .rb-home .p-price-wci .woo-custom-installments-group span,
.rb-home .m-price-wci .woo-custom-installments-group bdi, .rb-home .p-price-wci .woo-custom-installments-group bdi { font-size: .8rem !important; line-height: 1.25 !important; }
.rb-home .m-price-wci i, .rb-home .p-price-wci i { font-size: .85rem !important; margin-right: 3px; color: #0a7d33 !important; }

/* esconde preço cheio/riscado e "Economize" (versão enxuta da home) */
.rb-home .m-price-wci .woo-custom-installments-group-main-price, .rb-home .p-price-wci .woo-custom-installments-group-main-price,
.rb-home .m-price-wci .woo-custom-installments-economy-pix-badge, .rb-home .p-price-wci .woo-custom-installments-economy-pix-badge { display: none !important; }

.rb-home .m-price-wci .woo-custom-installments-card-container, .rb-home .p-price-wci .woo-custom-installments-card-container { display: flex; flex-direction: column; gap: 4px; }

/* Pix — destaque (caixa verde, legível) */
.rb-home .m-price-wci .woo-custom-installments-offer, .rb-home .p-price-wci .woo-custom-installments-offer {
	order: 1; display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px;
	background: rgba(10, 125, 51, .08); border-radius: 8px; padding: 6px 10px !important;
}
.rb-home .m-price-wci .woo-custom-installments-offer .discount-before-price, .rb-home .m-price-wci .woo-custom-installments-offer .discount-after-price,
.rb-home .p-price-wci .woo-custom-installments-offer .discount-before-price, .rb-home .p-price-wci .woo-custom-installments-offer .discount-after-price { font-size: .8rem !important; font-weight: 700 !important; color: #0a7d33 !important; }
.rb-home .m-price-wci .woo-custom-installments-offer .discounted-price span, .rb-home .m-price-wci .woo-custom-installments-offer .discounted-price bdi,
.rb-home .p-price-wci .woo-custom-installments-offer .discounted-price span, .rb-home .p-price-wci .woo-custom-installments-offer .discounted-price bdi { font-size: 1.35rem !important; font-weight: 800 !important; color: #0a7d33 !important; }

/* Parcelamento — pequeno */
.rb-home .m-price-wci .woo-custom-installments-details-without-fee, .rb-home .p-price-wci .woo-custom-installments-details-without-fee { order: 2; color: var(--muted) !important; font-weight: 600; }
.rb-home .m-price-wci .woo-custom-installments-details-without-fee .woocommerce-Price-amount, .rb-home .p-price-wci .woo-custom-installments-details-without-fee .woocommerce-Price-amount { font-weight: 700 !important; color: var(--ink) !important; }

/* Ajuste cards (2026-07): imagem com altura fixa (contain, fundo branco) e
   preço/botões alinhados na base do card (flexbox), como na Loja. */
.rb-home .m-card__img, .rb-home .p-card__img { background: #fff !important; }
.rb-home .m-card__img img, .rb-home .p-card__img img { object-fit: contain !important; padding: 10px; }
.rb-home .m-card__desc { flex: 1 1 auto; }   /* absorve a folga -> preço/botão na base */
.rb-home .p-card__name { flex: 1 1 auto; }

/* Alinhamento (2026-07): altura FIXA da caixa de imagem — o height:auto global de
   <img> vence o aspect-ratio e deixava cada card com altura diferente. Com altura
   fixa, chip/título começam na mesma linha em todos os cards. */
.rb-home .m-card__img, .rb-home .p-card__img {
	height: 280px; aspect-ratio: auto;
	display: flex; align-items: center; justify-content: center;
}
.rb-home .m-card__img img, .rb-home .p-card__img img {
	width: 100%; height: 100% !important; max-height: 100%;
}
/* card "Em breve" (S2): restaura o fundo escuro — o background #fff !important acima
   deixava o selo branco invisível. */
.rb-home .m-card__img--soon { background: linear-gradient(135deg, #1b2027, #2a323d) !important; }

/* Selo de reserva agora é link para /reserva-com-sinal/ */
.rb-home a.m-chip--res { text-decoration: none; }
.rb-home a.m-chip--res:hover { text-decoration: underline; }
