.bonus-guide {
	background: #fff;
	color: var(--cb-text);
	font-size: 16px;
	line-height: 1.66;
	overflow-x: hidden;
}

.bonus-section {
	padding: 72px 0;
}

.bonus-section--soft {
	background: var(--cb-soft-bg);
}

.bonus-section-head {
	max-width: 900px;
	margin: 0 auto 34px;
	text-align: center;
}

.bonus-guide h1,
.bonus-guide h2,
.bonus-guide h3 {
	margin: 0;
	color: var(--cb-blue);
	letter-spacing: 0;
}

.bonus-guide h1 {
	max-width: 760px;
	font-size: 52px;
	line-height: 1.08;
}

.bonus-guide h2 {
	font-size: 34px;
	line-height: 1.18;
}

.bonus-guide h3 {
	font-size: 20px;
	line-height: 1.3;
}

.bonus-guide p {
	color: var(--cb-muted);
	font-size: 16px;
	line-height: 1.68;
}

.bonus-section-head p {
	margin: 14px 0 0;
	font-size: 18px;
}

.bonus-card {
	background: #fff;
	border: 1px solid var(--cb-border);
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.bonus-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 22px;
	border-radius: 999px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.bonus-button--primary {
	background: var(--cb-green);
	color: #fff;
}

.bonus-button--primary:hover,
.bonus-button--primary:focus-visible {
	background: var(--cb-green-dark);
	color: #fff;
}

.bonus-button--secondary {
	background: #fff;
	color: var(--cb-blue);
	border: 1px solid #d1d5db;
}

.bonus-button--secondary:hover,
.bonus-button--secondary:focus-visible {
	border-color: var(--cb-blue);
	color: var(--cb-blue);
}

.bonus-button--light {
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.bonus-button--light:hover,
.bonus-button--light:focus-visible {
	border-color: #fff;
	color: #fff;
}

.bonus-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.bonus-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--cb-muted);
	font-size: 14px;
	font-weight: 700;
}

.bonus-breadcrumb a {
	color: var(--cb-blue-2);
}

.bonus-eyebrow {
	margin: 0 0 14px;
	color: var(--cb-blue-2) !important;
	font-size: 15px !important;
	font-weight: 800;
}

.bonus-hero {
	background: linear-gradient(180deg, #eef5ff 0%, #fff 100%);
}

.bonus-hero__inner,
.bonus-answer-card,
.bonus-split,
.bonus-checklist-box {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 52px;
	align-items: center;
}

.bonus-hero__inner {
	padding-top: 76px;
	padding-bottom: 76px;
}

.bonus-hero__content {
	min-width: 0;
}

.bonus-hero__intro {
	max-width: 780px;
	margin: 20px 0;
	font-size: 19px !important;
}

.bonus-disclaimer {
	max-width: 780px;
	margin: 0 0 26px;
	padding: 14px 18px;
	background: rgba(24, 166, 58, 0.08);
	border-left: 4px solid var(--cb-green);
	border-radius: 14px;
	color: #163b24 !important;
	font-weight: 700;
}

.bonus-hero-card {
	padding: 30px;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.bonus-hero-card h2 {
	font-size: 25px;
}

.bonus-hero-card ul,
.bonus-list-card {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 22px 0;
	list-style: none;
}

.bonus-hero-card li,
.bonus-list-card li {
	position: relative;
	padding-left: 28px;
	color: var(--cb-text);
	font-weight: 700;
}

.bonus-hero-card li::before,
.bonus-list-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--cb-green);
	font-weight: 900;
}

.bonus-answer-card,
.bonus-checklist-box {
	padding: 30px;
	background: #fff;
	border: 1px solid var(--cb-border);
	border-radius: 18px;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.bonus-answer-grid,
.bonus-three-grid,
.bonus-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.bonus-path-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.bonus-path-grid--wide {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bonus-content-card {
	padding: 30px;
}

.bonus-content-card > :first-child {
	margin-top: 0;
}

.bonus-content-card > :last-child {
	margin-bottom: 0;
}

.bonus-two-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.bonus-four-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.bonus-five-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.bonus-mini-card,
.bonus-info-card,
.bonus-guide-card,
.bonus-number-card {
	padding: 24px;
}

.bonus-mini-card {
	background: var(--cb-light-blue);
	border: 1px solid var(--cb-border);
	border-radius: 18px;
}

.bonus-info-card p,
.bonus-mini-card p,
.bonus-guide-card p,
.bonus-number-card p {
	margin-bottom: 0;
}

.bonus-formula-box {
	max-width: 920px;
	margin: 0 auto 18px;
	padding: 30px;
	text-align: center;
}

.bonus-formula-box span {
	display: block;
	margin-bottom: 12px;
	color: var(--cb-blue-2);
	font-weight: 900;
}

.bonus-formula-box strong {
	display: block;
	color: var(--cb-blue);
	font-size: 28px;
	line-height: 1.25;
}

.bonus-formula-box p {
	margin: 14px 0 0;
	color: var(--cb-green-dark);
	font-size: 20px;
	font-weight: 900;
}

.bonus-formula-box--compact {
	margin: 0;
	text-align: left;
}

.bonus-formula-box--compact strong {
	font-size: 24px;
}

.bonus-note {
	display: flex;
	gap: 10px;
	max-width: 920px;
	margin: 18px auto 28px;
	padding: 16px 18px;
	border-radius: 14px;
	font-size: 16px;
	line-height: 1.6;
}

.bonus-note strong,
.bonus-note span {
	color: inherit;
}

.bonus-note--caution,
.bonus-note--info {
	background: rgba(24, 166, 58, 0.08);
	border-left: 5px solid var(--cb-green);
	color: #163b24;
}

.bonus-note--warning {
	background: #fef3c7;
	border-left: 5px solid #f59e0b;
	color: #51320a;
}

.bonus-table {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.bonus-table__head,
.bonus-table__row {
	display: grid;
	grid-template-columns: 1.2fr 1fr 0.8fr 1fr;
	gap: 16px;
	align-items: center;
	padding: 18px 22px;
}

.bonus-table__head {
	background: var(--cb-blue);
	color: #fff;
	font-weight: 900;
}

.bonus-table__row {
	border-top: 1px solid var(--cb-border);
}

.bonus-table__row strong {
	color: var(--cb-blue);
}

.bonus-table__row p {
	margin: 0;
}

.bonus-table--three .bonus-table__head,
.bonus-table--three .bonus-table__row {
	grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.15fr) minmax(0, 1.25fr);
}

.bonus-table-note {
	max-width: 900px;
	margin: 18px auto 0;
	text-align: center;
}

.bonus-list-card {
	margin: 0;
	padding: 28px;
}

.bonus-list-card--plain {
	box-shadow: none;
}

.bonus-number-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: var(--cb-light-green);
	color: var(--cb-green-dark);
	font-weight: 900;
}

.bonus-guide-card {
	display: block;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.bonus-guide-card:hover,
.bonus-guide-card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(24, 166, 58, 0.28);
	background: rgba(24, 166, 58, 0.035);
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.09);
}

.bonus-guide-card span {
	color: var(--cb-green);
	font-weight: 900;
}

.bonus-hero-card li::before,
.bonus-list-card li::before {
	content: "\2713";
}

.bonus-guide-card strong {
	display: inline-flex;
	margin-top: 16px;
	color: var(--cb-green);
	font-weight: 900;
}

.bonus-guide-card--featured {
	min-height: 230px;
}

.bonus-guide-note {
	max-width: 850px;
	margin: 22px auto 0;
	padding: 16px 18px;
	background: rgba(24, 166, 58, 0.08);
	border-left: 5px solid var(--cb-green);
	border-radius: 14px;
	color: #163b24 !important;
	font-weight: 700;
}

.bonus-plain-list {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.bonus-plain-list li {
	position: relative;
	padding-left: 22px;
	color: var(--cb-text);
	font-weight: 700;
}

.bonus-plain-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--cb-green);
}

.bonus-centered-action {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.bonus-faq-list {
	max-width: 900px;
	margin: 0 auto;
}

.bonus-faq-item {
	margin-bottom: 14px;
	background: #fff;
	border: 1px solid var(--cb-border);
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.bonus-faq-item summary {
	cursor: pointer;
	padding: 20px 22px;
	color: var(--cb-blue);
	font-size: 18px;
	font-weight: 900;
}

.bonus-faq-item p {
	margin: 0;
	padding: 0 22px 22px;
}

.bonus-responsible-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 28px;
	background: var(--cb-light-green);
	border-left: 7px solid var(--cb-green);
	border-radius: 18px;
}

.bonus-responsible-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--cb-green);
	color: #fff;
	font-weight: 900;
}

.bonus-responsible-card p {
	margin: 0 0 8px;
	color: #163b24;
}

.bonus-final-cta {
	background: var(--cb-footer);
	color: #fff;
}

.bonus-final-cta__inner {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

.bonus-final-cta h2 {
	color: #fff;
	font-size: 40px;
}

.bonus-final-cta p {
	max-width: 760px;
	margin: 14px auto 28px;
	color: var(--cb-footer-text);
	font-size: 18px;
}

.bonus-final-cta .bonus-actions {
	justify-content: center;
}

.bonus-footer-note {
	margin-top: 24px !important;
	font-size: 15px !important;
}

.bonus-limitations-list {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1180px) {
	.bonus-four-grid,
	.bonus-five-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.bonus-hero__inner,
	.bonus-answer-card,
	.bonus-split,
	.bonus-checklist-box {
		grid-template-columns: 1fr;
	}

	.bonus-answer-grid,
	.bonus-three-grid,
	.bonus-related-grid,
	.bonus-path-grid,
	.bonus-path-grid--wide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bonus-responsible-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.bonus-section {
		padding: 48px 0;
	}

	.bonus-hero__inner {
		gap: 28px;
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.bonus-guide h1 {
		font-size: 36px;
		line-height: 1.12;
	}

	.bonus-guide h2,
	.bonus-final-cta h2 {
		font-size: 28px;
	}

	.bonus-section-head {
		margin-bottom: 24px;
		text-align: left;
	}

	.bonus-section-head p,
	.bonus-hero__intro,
	.bonus-final-cta p {
		font-size: 16px !important;
	}

	.bonus-actions,
	.bonus-final-cta .bonus-actions {
		flex-direction: column;
	}

	.bonus-button {
		width: 100%;
	}

	.bonus-answer-grid,
	.bonus-three-grid,
	.bonus-two-grid,
	.bonus-four-grid,
	.bonus-five-grid,
	.bonus-related-grid,
	.bonus-path-grid,
	.bonus-path-grid--wide,
	.bonus-limitations-list {
		grid-template-columns: 1fr;
	}

	.bonus-card,
	.bonus-hero-card,
	.bonus-answer-card,
	.bonus-mini-card,
	.bonus-info-card,
	.bonus-guide-card,
	.bonus-number-card,
	.bonus-list-card,
	.bonus-checklist-box,
	.bonus-responsible-card,
	.bonus-formula-box {
		padding: 22px;
	}

	.bonus-formula-box strong {
		font-size: 21px;
	}

	.bonus-formula-box p {
		font-size: 17px;
	}

	.bonus-note {
		flex-direction: column;
		margin-bottom: 22px;
	}

	.bonus-table {
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.bonus-table__head {
		display: none;
	}

	.bonus-table__row {
		display: block;
		margin-bottom: 14px;
		padding: 20px;
		background: #fff;
		border: 1px solid var(--cb-border);
		border-radius: 16px;
		box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	}

	.bonus-table__row p {
		display: flex;
		justify-content: space-between;
		gap: 16px;
		margin-top: 12px;
		text-align: right;
	}

	.bonus-table__row p::before {
		content: attr(data-label);
		color: var(--cb-muted);
		font-weight: 800;
		text-align: left;
	}

	.bonus-table-note {
		text-align: left;
	}

	.bonus-faq-item summary {
		font-size: 16px;
	}
}

@media (max-width: 380px) {
	.bonus-guide h1 {
		font-size: 34px;
	}
}

/* ===== New Rollover Page Additions ===== */
.bonus-section-head--left { margin-right: 0; margin-left: 0; text-align: left; }

/* Check Lists */
.bonus-check-list { display: grid; gap: 18px; padding: 32px; margin: 20px 0; list-style: none; }
.bonus-check-list li { display: flex; align-items: flex-start; gap: 22px; color: var(--cb-text); font-weight: 700; line-height: 1.55; }
.bonus-check-list li::before { content: "\2713"; color: var(--cb-green); font-weight: 900; font-size: 18px; }
.bonus-check-list--cross li::before { content: "\2717"; color: #b45309; font-size: 18px; }

/* Steps List */
.bonus-steps-list { display: grid; gap: 10px; padding: 28px; margin: 20px 0; list-style: none; background: #fff; border: 1px solid var(--cb-border); border-radius: 18px; box-shadow: 0 12px 32px rgba(15,23,42,0.06); counter-reset: bonus-step; }
.bonus-steps-list li { position: relative; padding-left: 36px; color: var(--cb-text); font-weight: 600; line-height: 1.55; }
.bonus-steps-list li::before { content: counter(bonus-step) "."; counter-increment: bonus-step; position: absolute; left: 0; top: 0; color: var(--cb-green); font-weight: 800; font-size: 16px; }

/* Source Note */
.bonus-source-note { max-width: 920px; margin: 24px auto 0; padding: 18px 20px; background: var(--cb-soft-bg); border: 1px solid var(--cb-border); border-radius: 16px; font-size: 14px; }

/* Two-column table for module 8 */
.bonus-table--two .bonus-table__head,
.bonus-table--two .bonus-table__row {
	grid-template-columns: minmax(160px, 0.8fr) minmax(0, 1.2fr);
}

/* Path card variant */
.bonus-path-grid--wide .bonus-guide-card { display: block; padding: 22px; }
.bonus-path-grid--wide .bonus-guide-card h3 { margin-top: 10px; font-size: 17px; }
.bonus-path-grid--wide .bonus-guide-card p { margin: 10px 0 0; color: var(--cb-muted); font-size: 14px; font-weight: 600; }
.bonus-path-grid--wide .bonus-guide-card strong { display: inline-flex; margin-top: 14px; color: var(--cb-green); font-weight: 800; font-size: 15px; }
.bonus-path-grid--wide .bonus-guide-card strong::after { content: "\2192"; margin-left: 8px; }

/* Updated bonus-card padding inside sections with left headers */
.bonus-section-head--left + p { margin-top: 0; }
.bonus-section-head--left + .bonus-note { margin-left: 0; }
.bonus-section-head--left ~ .bonus-table { margin-left: 0; margin-right: 0; }
.bonus-section-head--left ~ .bonus-check-list { margin-left: 0; margin-right: 0; }

/* Hero card list checkmarks */
.bonus-hero-card li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--cb-green); font-weight: 900; }

/* Update path-grid for navigation cards */
.bonus-path-grid--wide { grid-template-columns: repeat(4, minmax(0,1fr)); }

/* Hero card disclaimer */
.bonus-hero-card p { margin: 22px -30px -30px; padding: 18px 30px; background: #f8fbff; border-top: 1px solid var(--cb-border); font-size: 15px; }

/* Fix mini-card headings */
.bonus-mini-card h3 { font-size: 18px; margin-bottom: 10px; }
.bonus-mini-card p { font-size: 15px !important; margin: 0; }

/* Fix info card heading spacing */
.bonus-info-card h3 { font-size: 17px; margin-bottom: 8px; color: var(--cb-blue); }
.bonus-info-card p { font-size: 15px !important; margin: 0; }


/* ===== Como Ler Termos de Bonus Additions ===== */

/* Compact check list (inline items) */
.bonus-check-list--compact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 30px;
    padding: 24px 28px;
    margin: 16px 0;
    background: #fff;
    border: 1px solid var(--cb-border);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15,23,42,0.04);
}
.bonus-check-list--compact li {
    font-weight: 600;
    font-size: 15px;
    gap: 14px;
}
.bonus-check-list--compact li::before {
    content: "✓";
    color: var(--cb-green);
    font-weight: 900;
    font-size: 16px;
}

/* Hero date */
.bonus-hero__date {
    margin: 18px 0 0;
    font-size: 14px;
    color: var(--cb-muted);
}
.bonus-hero__date strong {
    color: var(--cb-text);
}

/* Two-column info cards */
.bonus-two-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.bonus-info-card {
    padding: 28px;
}
.bonus-info-card strong {
    display: inline-flex;
    margin-top: 16px;
    color: var(--cb-green);
    font-weight: 800;
    font-size: 14px;
}
.bonus-info-card strong a {
    color: var(--cb-green);
    text-decoration: none;
}
.bonus-info-card strong a:hover {
    text-decoration: underline;
}

/* Three-column CTA grid for verdict */
.bonus-three-grid--cta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

/* Compact table cell padding */
.bonus-table--two .bonus-table__row span,
.bonus-table .bonus-table__row span {
    padding: 8px 6px;
    font-size: 14px;
    line-height: 1.4;
}

/* Related guides grid fix */
.bonus-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

/* Tablet responsive */
@media (max-width: 900px) {
    .bonus-check-list--compact {
        grid-template-columns: 1fr;
    }
    .bonus-two-grid {
        grid-template-columns: 1fr;
    }
    .bonus-three-grid--cta {
        grid-template-columns: 1fr;
    }
    .bonus-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile responsive */
@media (max-width: 600px) {
    .bonus-related-grid {
        grid-template-columns: 1fr;
    }
}
