/* ==========================================================================
   Casa de apostas individual — casa-individual.css
   ========================================================================== */

.casa-hero {
	background: #f7f7f5;
	border-bottom: 1px solid #e0e0dc;
	padding: 20px 0 18px;
}
.casa-hero__top {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 16px;
}
.casa-hero__logo {
	width: 90px; height: 62px;
	background: #fff; border: 1px solid #e0e0dc;
	border-radius: 8px; display: flex;
	align-items: center; justify-content: center;
	overflow: hidden;
}
.casa-hero__logo img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.casa-logo-placeholder {
	width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
	font-size: 11px; font-weight: 500; color: #888;
}
.casa-hero__badges { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 7px; }
.badge-cat  { background: #fff3e0; color: #7a4500; font-size: 10px; font-weight: 500; padding: 2px 7px; border-radius: 4px; display: inline-flex; align-items: center; }
.badge-date { background: #f0f0f0; color: #555;    font-size: 10px; font-weight: 500; padding: 2px 7px; border-radius: 4px; display: inline-flex; align-items: center; }
.casa-hero__title { font-size: 20px; font-weight: 500; color: #1a1a1a; margin-bottom: 6px; line-height: 1.25; }
.casa-hero__stars { display: flex; align-items: center; gap: 3px; flex-wrap: wrap; line-height: 1; }
.star-full  { color: #8CB369; font-size: 15px; line-height: 1; }
.star-empty { color: #ddd;    font-size: 15px; line-height: 1; }
.star-half  {
	background: linear-gradient(90deg, #8CB369 50%, #ddd 50%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.star-num   { font-size: 14px; font-weight: 500; color: #1a1a1a; margin-left: 4px; }
.star-sub   { font-size: 11px; color: #888; }

.casa-hero__meta {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}
.ch-meta-item {
	background: #fff; border: 1px solid #e0e0dc;
	border-radius: 6px; padding: 8px 10px;
}
.ch-meta-label { font-size: 10px; color: #888; margin-bottom: 3px; }
.ch-meta-val   { font-size: 12px; font-weight: 500; color: #1a1a1a; }

.casa-bonus-cta {
	background: #5B8E7D;
	padding: 14px 0;
}
.casa-bonus-cta__inner {
	display: flex; align-items: center;
	justify-content: space-between; gap: 14px;
}
.casa-bonus-cta__text h3 { font-size: 14px; font-weight: 500; color: #fff; margin-bottom: 3px; }
.casa-bonus-cta__text p  { font-size: 11px; color: rgba(255,255,255,.82); }
.cta-btn--large { padding: 10px 22px; font-size: 13px; }

.casa-section { margin-bottom: 26px; }
.casa-section > h2 {
	font-size: 18px; font-weight: 500; color: #1a1a1a;
	margin-bottom: 12px; padding-bottom: 7px;
	border-bottom: 1px solid #e0e0dc;
}

.rating-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px; margin-top: 14px;
}
.rcard {
	background: #f7f7f5; border: 1px solid #e0e0dc;
	border-radius: 7px; padding: 10px 12px;
}
.rcard-label { font-size: 11px; color: #888; margin-bottom: 4px; }
.rcard-bar   { height: 6px; background: #e0e0dc; border-radius: 3px; overflow: hidden; margin-bottom: 5px; }
.rcard-fill  { height: 100%; background: #8CB369; border-radius: 3px; transition: width .4s ease; }
.rcard-num   { font-size: 12px; font-weight: 500; color: #1a1a1a; }

.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 4px; }
.pc-card { border-radius: 8px; padding: 14px; }
.pc-card--pros { background: #e8f5e1; border: 1px solid #b8dda0; }
.pc-card--cons { background: #fde8e8; border: 1px solid #e8b0b0; }
.pc-card h4 {
	font-size: 12px; font-weight: 500;
	margin-bottom: 10px;
	display: flex; align-items: center; gap: 5px;
}
.pc-card--pros h4 { color: #2a5e10; }
.pc-card--cons h4 { color: #7a1a1a; }
.pc-list { list-style: none; padding: 0; }
.pc-list li {
	font-size: 12px; color: #333;
	padding: 4px 0;
	display: flex; align-items: flex-start; gap: 6px;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.pc-list li:last-child { border-bottom: none; }
.pc-list li i { flex-shrink: 0; margin-top: 1px; font-size: 13px; }
.pc-card--pros .pc-list li i { color: #2a7a1a; }
.pc-card--cons .pc-list li i { color: #BC4B51; }

.casa-final-cta {
	background: #8CB369;
	border-radius: 10px;
	padding: 22px 20px;
	text-align: center;
	margin: 20px 0 28px;
}
.casa-final-cta h2 { font-size: 18px; font-weight: 500; color: #fff; margin-bottom: 6px; }
.casa-final-cta p  { font-size: 12px; color: rgba(255,255,255,.88); margin-bottom: 14px; }
.casa-final-cta .cta-btn--large {
	background: #fff; color: #5B8E7D;
	font-size: 13px; font-weight: 500;
}
.casa-final-cta .cta-btn--large:hover { background: #f0f0f0; color: #4d7a6b; }

.sidebar-cta { margin-top: 16px; }
.sidebar-cta .sc-btn {
	display: flex; align-items: center; justify-content: center; gap: 5px;
	background: #8CB369; color: #fff;
	font-size: 12px; font-weight: 500;
	padding: 8px 12px; border-radius: 5px;
	text-decoration: none; transition: background .15s;
}
.sidebar-cta .sc-btn:hover { background: #7aa358; color: #fff; }
.sidebar-legal {
	font-size: 10px; color: #888;
	text-align: center; margin-top: 6px;
	display: flex; align-items: center; justify-content: center; gap: 3px;
}
.sidebar-legal i { color: #8CB369; font-size: 12px; }

.related-bonus { font-size: 11px; color: #5B8E7D; margin-top: 3px; }


/* ==========================================================================
   Variante: casa sem licença (gp_legal = false)
   ========================================================================== */

.casa-hero--illegal {
	background: #fdf4f4;
	border-bottom: 1px solid #e8b0b0;
}
.ci-hero-grid {
	display: grid;
	grid-template-columns: 1fr 130px;
	gap: 16px;
	align-items: center;
}
.ci-warn {
	display: flex; align-items: center; gap: 6px;
	font-size: 12px; font-weight: 500; color: #BC4B51;
	margin-bottom: 8px;
}
.ci-warn i { font-size: 15px; }

.ci-logo-box {
	position: relative;
	background: #fff; border: 1px solid #e0e0dc; border-radius: 8px;
	padding: 16px 10px; text-align: center;
}
.ci-logo-box img { max-width: 100%; max-height: 50px; object-fit: contain; margin: 0 auto; }
.ci-no-license-badge {
	position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
	background: #BC4B51; color: #fff;
	font-size: 9px; font-weight: 600; letter-spacing: .03em;
	padding: 3px 9px; border-radius: 4px; white-space: nowrap;
}
.ci-logo-txt {
	font-size: 13px; font-weight: 600; color: #999;
	margin-top: 6px; opacity: .6;
}

.casa-hero__stars--danger .star-num,
.casa-hero__stars--danger .star-sub { color: #BC4B51; }
.star-full-danger { color: #BC4B51; font-size: 15px; line-height: 1; }
.star-full-danger.star-half {
	background: linear-gradient(90deg, #BC4B51 50%, #ddd 50%);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}

.callout-red {
	background: #fde8e8; border-left: 4px solid #BC4B51;
	border-radius: 0 8px 8px 0;
	padding: 13px 15px; margin: 16px 0 20px;
	font-size: 13px; color: #6b1a1a; line-height: 1.65;
}
.callout-red strong { color: #6b1a1a; }

.alt-card {
	border: 1px solid #e0e0dc; border-radius: 10px;
	padding: 12px; background: #fff; margin-bottom: 16px;
}
.alt-logo-box {
	height: 40px; background: #f7f7f5; border: 1px solid #e0e0dc;
	border-radius: 6px; display: flex; align-items: center; justify-content: center;
	font-size: 11px; font-weight: 500; color: #666; margin-bottom: 8px;
	overflow: hidden;
}
.alt-logo-box img { max-width: 90%; max-height: 70%; object-fit: contain; }
.alt-perks { list-style: none; padding: 0; margin-bottom: 10px; }
.alt-perks li {
	font-size: 11.5px; color: #1a1a1a;
	display: flex; align-items: flex-start; gap: 6px; padding: 3px 0;
}
.alt-perks li i { color: #8CB369; font-size: 13px; margin-top: 1px; flex-shrink: 0; }
.alt-btn {
	display: block; text-align: center;
	background: #8CB369; color: #fff;
	font-size: 12px; font-weight: 500;
	padding: 8px; border-radius: 6px; text-decoration: none;
}
.alt-btn:hover { background: #7aa358; color: #fff; }

.legend {
	display: flex; align-items: center; gap: 6px;
	font-size: 10.5px; color: #888;
	margin-top: 12px; padding-top: 12px;
	border-top: 1px dashed #e0e0dc;
}
.legend i { color: #BC4B51; font-size: 13px; }


@media (max-width: 640px) {
	.ci-hero-grid { grid-template-columns: 1fr; }
	.ci-logo-box { max-width: 130px; margin: 0 auto; }
}

@media (max-width: 900px) {
	.casa-hero__meta { grid-template-columns: 1fr 1fr; }
	.casa-bonus-cta__inner { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (max-width: 640px) {
	.casa-hero__top { grid-template-columns: 70px 1fr; gap: 10px; }
	.casa-hero__meta { grid-template-columns: 1fr 1fr; }
	.casa-hero__title { font-size: 17px; }
	.rating-grid { grid-template-columns: 1fr; }
	.pros-cons { grid-template-columns: 1fr; }
}
