/* End custom CSS */

.elementor-widget-container .eael-protected-content-message {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-container .protected-content-error-msg {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-17408 .elementor-element.elementor-element-8d525ab {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-widget-html .eael-protected-content-message {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-html .protected-content-error-msg {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-video .eael-protected-content-message {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-video .protected-content-error-msg {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-17408 .elementor-element.elementor-element-f086956 .elementor-wrapper {
	--video-aspect-ratio: 1.77777;
}

@media (max-width:767px) {
	.elementor-17408 .elementor-element.elementor-element-7e7abc4.elementor-element {
		--align-self: center;
	}
	
	.elementor-17408 .elementor-element.elementor-element-28b7fff.elementor-element {
		--align-self: center;
	}
}

/* Start custom CSS */

/* ========================================= */

/* --- Bogart Wealth Mega Backdoor Roth Styles --- */

/* ========================================= */

/* --- Brand Colors --- */
:root {
	--bw-primary: #003049;
	--bw-secondary: #2996ee;
	--bw-accent: #e0ae2f;
	--bw-navy-medium: #005a87;
	--bw-blue-gray: #8da9c4;
	--bw-white: #fff;
	--bw-off-white: #fafafa;
	--bw-gray-light: #f7f7f7;
	--bw-gray-medium: #c8c8c8;
	--bw-border: #e0e0e0;
	--bw-text-dark: #003049;
	--bw-text-light: #555;
	--bw-text-muted: #8da9c4;
	--bw-success: #28a745;
	--bw-highlight: #fff8e1;
}

/* ========================================= */

/* --- BASE ARTICLE & TYPOGRAPHY --- */

/* ========================================= */
.mega-backdoor-article {
	color: var(--bw-text-dark);
	line-height: 1.7;
}

.mega-backdoor-article p {
	margin-bottom: 1.5em;
}

.mega-backdoor-article h2 {
	color: var(--bw-primary);
	font-size: 2em;
	margin-top: 2.5em;
	margin-bottom: 1em;
	font-weight: 700;
	line-height: 1.3;
}

.mega-backdoor-article h3 {
	color: var(--bw-primary);
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: .75em;
	font-weight: 600;
}

.mega-backdoor-article h4 {
	color: var(--bw-primary);
	font-size: 1.25em;
	margin-top: 1.5em;
	margin-bottom: .75em;
	font-weight: 600;
}

.mega-backdoor-article a {
	color: var(--bw-secondary);
	text-decoration: none;
	border-bottom: 1px solid var(--bw-secondary);
	transition: all .3s ease;
}

.mega-backdoor-article a:hover {
	color: var(--bw-primary);
	border-bottom-color: var(--bw-primary);
}

.mega-backdoor-article strong {
	color: var(--bw-primary);
	font-weight: 600;
}

/* ========================================= */

/* --- HERO SECTION --- */

/* ========================================= */
.article-hero {
	margin-bottom: 3em;
}

.article-intro {
	font-size: 1.15em;
	line-height: 1.8;
	color: var(--bw-text-dark);
	margin-bottom: 1.5em;
	font-weight: 400;
	padding: 1.5em;
	background-color: var(--bw-gray-light);
	border-left: 4px solid var(--bw-secondary);
	border-radius: 4px;
}

/* ========================================= */

/* --- CONTENT SECTIONS --- */

/* ========================================= */
.content-section {
	margin-bottom: 3em;
}

.content-section p {
	margin-bottom: 1.5em;
	line-height: 1.7;
}

/* ========================================= */

/* --- TABLES (Desktop & Mobile) --- */

/* ========================================= */
.table-wrapper {
	overflow-x: hidden;
	margin: 2.5em 0;
	border: 1px solid var(--bw-border);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.contribution-limits-table, .comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: .95em;
}

.contribution-limits-table th, .contribution-limits-table td, .comparison-table th, .comparison-table td {
	padding: 16px 20px;
	text-align: left;
	border: none;
	border-bottom: 1px solid var(--bw-border);
	vertical-align: top;
}

.contribution-limits-table thead tr, .comparison-table thead tr {
	background-color: var(--bw-primary);
	color: var(--bw-white);
}

.contribution-limits-table thead th, .comparison-table thead th {
	font-weight: 600;
	border-bottom: none;
}

.contribution-limits-table tbody tr, .comparison-table tbody tr {
	background-color: var(--bw-white);
	transition: background-color .3s ease;
}

.contribution-limits-table tbody tr:nth-child(even), .comparison-table tbody tr:nth-child(even) {
	background-color: var(--bw-gray-light);
}

.contribution-limits-table tbody tr:hover, .comparison-table tbody tr:hover {
	background-color: #e8f4fd;
}

.contribution-limits-table tbody td:first-child, .comparison-table tbody td:first-child {
	font-weight: 600;
	color: var(--bw-primary);
}

.contribution-limits-table tbody tr:last-child td, .comparison-table tbody tr:last-child td {
	border-bottom: none;
}

.table-note {
	background-color: var(--bw-highlight);
	border-left: 4px solid var(--bw-accent);
	padding: 1em 1.5em;
	margin-top: 1.5em;
	border-radius: 4px;
	font-size: .95em;
	line-height: 1.6;
}

/* ========================================= */

/* --- ELIGIBILITY CHECKLIST --- */

/* ========================================= */
.eligibility-checklist {
	margin: 2em 0;
}

.checklist-item {
	display: flex;
	align-items: flex-start;
	background-color: var(--bw-off-white);
	border: 1px solid var(--bw-border);
	border-radius: 8px;
	padding: 1.5em;
	margin-bottom: 1.5em;
	transition: all .3s ease;
}

.checklist-item:hover {
	background-color: var(--bw-gray-light);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.checklist-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background-color: var(--bw-success);
	color: var(--bw-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 1.5em;
}

.checklist-content h3 {
	color: var(--bw-primary);
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: .75em;
	font-weight: 600;
}

.checklist-content p {
	color: var(--bw-text-dark);
	margin-bottom: 0;
	line-height: 1.7;
}

/* ========================================= */

/* --- ACTION CALLOUT --- */

/* ========================================= */
.action-callout {
	background-color: var(--bw-highlight);
	border-left: 4px solid var(--bw-accent);
	padding: 1.5em 2em;
	margin: 2em 0;
	border-radius: 4px;
	font-weight: 500;
	line-height: 1.7;
}

/* ========================================= */

/* --- PROCESS STEPS --- */

/* ========================================= */
.process-steps {
	margin: 2.5em 0;
}

.process-step {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	border-bottom: 1px solid var(--bw-border);
}

.process-step:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.step-number {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, var(--bw-secondary) 0%, var(--bw-navy-medium) 100%);
	color: var(--bw-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 1.5em;
	box-shadow: 0 4px 12px rgba(41, 150, 238, .3);
}

.step-content h3 {
	color: var(--bw-primary);
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: .75em;
	font-weight: 600;
}

.step-content p {
	color: var(--bw-text-dark);
	margin-bottom: 0;
	line-height: 1.7;
}

/* ========================================= */

/* --- STYLED LISTS --- */

/* ========================================= */
.styled-list {
	list-style: none;
	padding-left: 0;
	margin: 1.5em 0;
}

.styled-list li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 1em;
	line-height: 1.7;
}

.styled-list li::before {
	content: "→";
	position: absolute;
	left: 0;
	color: var(--bw-secondary);
	font-weight: bold;
	font-size: 1.2em;
}

/* ========================================= */

/* --- INFO BOX --- */

/* ========================================= */
.info-box {
	background-color: #e3f2fd;
	border: 1px solid var(--bw-secondary);
	border-radius: 8px;
	padding: 1.5em 2em;
	margin: 2em 0;
}

.info-box h4 {
	color: var(--bw-secondary);
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 600;
}

.info-box p {
	color: var(--bw-text-dark);
	margin-bottom: 0;
	line-height: 1.7;
}

/* ========================================= */

/* --- PROS & CONS CONTAINER --- */

/* ========================================= */
.pros-cons-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2em;
	margin: 2.5em 0;
}

.pros-column, .cons-column {
	background-color: var(--bw-white);
	border: 1px solid var(--bw-border);
	border-radius: 8px;
	padding: 2em;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
}

.pros-column {
	border-top: 4px solid var(--bw-success);
}

.cons-column {
	border-top: 4px solid var(--bw-accent);
}

.pros-column h3, .cons-column h3 {
	color: var(--bw-primary);
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 1.5em;
	font-weight: 700;
	text-align: center;
}

.pros-column .styled-list, .cons-column .styled-list {
	list-style: none;
	padding: 0;
}

.pros-column .styled-list li, .cons-column .styled-list li {
	padding-left: 0;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid var(--bw-border);
}

.pros-column .styled-list li:last-child, .cons-column .styled-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.pros-column .styled-list li::before, .cons-column .styled-list li::before {
	display: none;
}

/* ========================================= */

/* --- HIGHLIGHT SECTION (ExxonMobil) --- */

/* ========================================= */
.highlight-section {
	background-color: var(--bw-highlight);
	border: 2px solid var(--bw-accent);
	border-radius: 12px;
	padding: 2.5em;
	margin: 3em 0;
	box-shadow: 0 4px 12px rgba(224, 174, 47, .1);
}

.highlight-section h2 {
	color: var(--bw-primary);
	margin-top: 0;
}

/* ========================================= */

/* --- CASE STUDIES --- */

/* ========================================= */
.case-study {
	background-color: var(--bw-off-white);
	border: 1px solid var(--bw-border);
	border-radius: 8px;
	padding: 2em;
	margin-bottom: 2em;
	transition: all .3s ease;
}

.case-study:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
	transform: translateY(-2px);
}

.case-study h3 {
	color: var(--bw-secondary);
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 600;
}

.case-details {
	line-height: 1.7;
}

.case-details p {
	margin-bottom: 1em;
}

.case-details strong {
	color: var(--bw-primary);
	font-size: 1.05em;
}

/* ========================================= */

/* --- FAQ ITEMS --- */

/* ========================================= */
.faq-item {
	margin-bottom: 2.5em;
	padding-bottom: 2em;
	border-bottom: 1px solid var(--bw-border);
}

.faq-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.faq-item h3 {
	color: var(--bw-primary);
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 600;
	line-height: 1.4;
}

.faq-item p {
	color: var(--bw-text-dark);
	margin-bottom: 0;
	line-height: 1.7;
}

/* ========================================= */

/* --- CTA SECTION --- */

/* ========================================= */
.cta-section {
	margin-top: 4em;
	padding: 3em;
	background: linear-gradient(135deg, var(--bw-primary) 0%, var(--bw-navy-medium) 100%);
	color: var(--bw-white);
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 48, 73, .15);
}

.cta-section h2, .cta-section h3 {
	color: var(--bw-white);
}

.cta-section h2 {
	margin-top: 0;
	text-align: center;
}

.cta-section p {
	color: var(--bw-white);
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.cta-section a {
	color: var(--bw-white);
	border-bottom-color: var(--bw-white);
}

.cta-section a:hover {
	color: var(--bw-accent);
	border-bottom-color: var(--bw-accent);
}

.cta-box {
	background-color: rgba(255, 255, 255, .1);
	border: 2px solid rgba(255, 255, 255, .3);
	border-radius: 8px;
	padding: 2em;
	margin-top: 2em;
	text-align: center;
}

.cta-box h3 {
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 1em;
}

.cta-box p {
	margin-bottom: 1.5em;
}

.cta-button {
	display: inline-block;
	background-color: var(--bw-accent);
	color: var(--bw-white) !important;
	padding: 14px 32px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 1.05em;
	text-decoration: none;
	border: none !important;
	transition: all .3s ease;
	cursor: pointer;
}

.cta-button:hover {
	background-color: #c99a27;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(224, 174, 47, .4);
}

/* ========================================= */

/* --- CALCULATOR WIDGET --- */

/* ========================================= */
.calculator-widget {
	background-color: var(--bw-white);
	border: 2px solid var(--bw-border);
	border-radius: 12px;
	padding: 2.5em;
	margin: 3em auto !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
	max-width: 100%;
}

.calculator-header h3 {
	color: var(--bw-primary);
	font-size: 1.8em;
	margin-top: 0;
	margin-bottom: .5em;
	font-weight: 700;
}

.calculator-header p {
	color: var(--bw-text-light);
	font-size: 1.05em;
	margin-bottom: 2em;
	line-height: 1.6;
}

/* --- Calculator Inputs --- */
.calculator-inputs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5em;
	margin-bottom: 2em;
	max-width: 100%;
}

.input-group {
	display: flex;
	flex-direction: column;
	width: 92%;
}

.input-group label {
	color: var(--bw-primary);
	font-weight: 600;
	margin-bottom: .5em;
	font-size: .95em;
}

.input-group input {
	padding: 12px;
	border: 2px solid var(--bw-border);
	border-radius: 6px;
	font-size: 1em;
	color: var(--bw-text-dark);
	background-color: var(--bw-white);
	transition: all .3s ease;
	font-family: inherit;
}

.input-group input:focus {
	outline: none;
	border-color: var(--bw-secondary);
	box-shadow: 0 0 0 3px rgba(41, 150, 238, .1);
}

.calculate-button {
	grid-column: 1/-1;
	width: 100%;
	background-color: var(--bw-secondary);
	color: var(--bw-white);
	padding: 14px 32px;
	border: none;
	border-radius: 6px;
	font-size: 1.1em;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s ease;
	font-family: inherit;
	width: 92%;
}

.calculate-button:hover {
	background-color: var(--bw-navy-medium);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(41, 150, 238, .3);
}

/* --- Calculator Results --- */
.calculator-results {
	background-color: var(--bw-gray-light);
	border: 1px solid var(--bw-border);
	border-radius: 8px;
	padding: 2em;
	margin-top: 2em;
}

.calculator-results h4 {
	color: var(--bw-primary);
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 1.5em;
	font-weight: 700;
	text-align: center;
}

.result-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 0;
	border-bottom: 1px solid var(--bw-border);
}

.result-item:last-of-type {
	border-bottom: none;
}

.result-label {
	color: var(--bw-text-light);
	font-weight: 500;
	font-size: .95em;
	flex: 0 0 60%;
}

.result-value {
	color: var(--bw-primary);
	font-weight: 700;
	font-size: 1.2em;
	text-align: right;
}

.highlight-result {
	background-color: var(--bw-highlight);
	margin: 0 -1em;
	padding: 1em 1em;
	border-radius: 4px;
	border-bottom: none;
}

.highlight-result .result-value {
	color: var(--bw-accent);
	font-size: 1.4em;
}

.result-note {
	background-color: var(--bw-off-white);
	border-left: 4px solid var(--bw-secondary);
	padding: 1em 1.5em;
	margin-top: 1.5em;
	border-radius: 4px;
}

.result-note p {
	margin: 0;
	font-size: .9em;
	color: var(--bw-text-light);
	line-height: 1.6;
}

/* ========================================= */

/* --- RESPONSIVE STYLES (MOBILE) --- */

/* ========================================= */
@media (max-width: 768px) {
	/* Typography adjustments */
	.article-intro {
		font-size: 1.1em;
		padding: 1.25em;
	}
	
	.mega-backdoor-article h2, .content-section h2 {
		font-size: 1.6em;
	}
	
	.mega-backdoor-article h3 {
		font-size: 1.3em;
	}
	
	/* Tables to mobile cards */
	.table-wrapper {
		border: none;
		box-shadow: none;
	}
	
	.contribution-limits-table, .comparison-table {
		border: none;
	}
	
	.contribution-limits-table thead, .comparison-table thead {
		display: none;
	}
	
	.contribution-limits-table tbody, .comparison-table tbody {
		display: block;
	}
	
	.contribution-limits-table tr, .comparison-table tr {
		display: block;
		background-color: var(--bw-white) !important;
		border: 1px solid var(--bw-border);
		border-radius: 8px;
		margin-bottom: 1.5em;
		box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
		overflow: hidden;
	}
	
	.contribution-limits-table td:first-child, .comparison-table td:first-child {
		background-color: var(--bw-primary);
		color: var(--bw-white) !important;
		font-weight: 600;
		text-align: left;
		padding: 14px 18px;
		font-size: 1.1em;
		border-bottom: none;
	}
	
	.contribution-limits-table td, .comparison-table td {
		display: block;
		padding: 12px 18px;
		border-bottom: 1px solid var(--bw-border);
		text-align: right;
		position: relative;
		padding-left: 50%;
	}
	
	.contribution-limits-table td:last-child, .comparison-table td:last-child {
		border-bottom: none;
	}
	
	.contribution-limits-table td::before, .comparison-table td::before {
		content: attr(data-label);
		position: absolute;
		left: 18px;
		width: calc(50% - 36px);
		text-align: left;
		font-weight: 600;
		color: var(--bw-text-muted);
		font-size: .9em;
	}
	
	.contribution-limits-table td:first-child::before, .comparison-table td:first-child::before {
		display: none;
	}
	
	/* Checklist items */
	.checklist-item {
		flex-direction: column;
		text-align: center;
	}
	
	.checklist-icon {
		margin-right: 0;
		margin-bottom: 1em;
	}
	
	/* Process steps */
	.process-step {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.step-number {
		margin-right: 0;
		margin-bottom: 1em;
	}
	
	/* Pros & Cons to single column */
	.pros-cons-container {
		grid-template-columns: 1fr;
		gap: 1.5em;
	}
	
	/* Calculator inputs to single column */
	.calculator-inputs {
		grid-template-columns: 1fr !important;
		gap: 1.2em;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 100%;
	}
	
	.calculate-button {
		grid-column: 1;
		padding: 16px 24px;
		font-size: 1em;
	}
	
	.input-group label {
		font-size: .93em;
		margin-bottom: .6em;
	}
	
	.input-group input {
		padding: 14px 14px;
		font-size: 16px;
	}
	
	.calculator-results {
		padding: 1.5em;
	}
	
	.calculator-results h4 {
		font-size: 1.3em;
		margin-bottom: 1.2em;
	}
	
	/* Result items stack */
	.result-item {
		flex-direction: column;
		align-items: flex-start;
		gap: .5em;
		padding: .9em 0;
	}
	
	.result-label {
		flex: 1 1 100%;
		font-size: .9em;
	}
	
	.result-value {
		text-align: left;
		font-size: 1.3em;
		width: 100%;
	}
	
	.highlight-result {
		margin: .8em -1.5em;
		padding: 1.2em 1.5em;
	}
	
	.highlight-result .result-value {
		font-size: 1.5em;
	}
	
	.result-note {
		padding: 1.2em 1.2em;
		margin-top: 1.2em;
		font-size: .85em;
	}
	
	.result-note p {
		font-size: .85em;
	}
	
	.calculator-widget {
		padding: 1.8em;
	}
	
	.calculator-header h3 {
		font-size: 1.5em;
		margin-bottom: .75em;
	}
	
	.calculator-header p {
		font-size: .98em;
		margin-bottom: 1.5em;
	}
	
	/* CTA section */
	.cta-section {
		padding: 2em 1.5em;
	}
	
	.cta-box {
		padding: 1.5em;
	}
	
	/* Highlight section */
	.highlight-section {
		padding: 1.5em;
	}
	
	/* Case studies */
	.case-study {
		padding: 1.5em;
	}
}

@media (max-width: 480px) {
	/* Tighter spacing for smallest screens */
	.mega-backdoor-article h2 {
		font-size: 1.4em;
	}
	
	.article-intro {
		font-size: 1.05em;
		padding: 1em;
	}
	
	.checklist-item, .process-step, .case-study {
		padding: 1em;
		align-items: center;
	}
	
	.calculator-widget {
		padding: 1.4em;
		margin: 2em 0;
	}
	
	.calculator-header h3 {
		font-size: 1.3em;
		margin-bottom: .5em;
	}
	
	.calculator-header p {
		font-size: .93em;
		margin-bottom: 1.2em;
		line-height: 1.5;
	}
	
	.calculator-inputs {
		gap: 1em;
	}
	
	.input-group label {
		font-size: .9em;
		margin-bottom: .4em;
	}
	
	.input-group input {
		padding: 12px 12px;
		font-size: 16px;
		border-radius: 4px;
	}
	
	.calculate-button {
		padding: 14px 20px;
		font-size: .95em;
		margin-top: .5em;
	}
	
	.calculator-results {
		padding: 1.2em;
		margin-top: 1.5em;
	}
	
	.calculator-results h4 {
		font-size: 1.15em;
		margin-bottom: 1em;
	}
	
	.result-item {
		padding: .75em 0;
		gap: .4em;
	}
	
	.result-label {
		font-size: .85em;
		font-weight: 500;
	}
	
	.result-value {
		font-size: 1.2em;
	}
	
	.highlight-result {
		margin: .6em -1.2em;
		padding: 1em 1.2em;
	}
	
	.highlight-result .result-value {
		font-size: 1.4em;
	}
	
	.result-note {
		padding: 1em 1em;
		margin-top: 1em;
		border-left-width: 3px;
	}
	
	.result-note p {
		font-size: .8em;
		line-height: 1.5;
	}
	
	.cta-section {
		padding: 1.5em 1.2em;
		font-size: 1rem;
	}
	
	.cta-box {
		padding: 1.25em;
	}
	
	.step-number, .checklist-icon {
		width: 45px;
		height: 45px;
		font-size: 1.3em;
	}
}

/* ========================================= */

/* --- PRINT STYLES (Optional) --- */

/* ========================================= */
@media print {
	.calculator-widget, .cta-section {
		display: none;
	}
	
	.mega-backdoor-article a {
		border-bottom: none;
		text-decoration: underline;
	}
	
	.table-wrapper {
		page-break-inside: avoid;
	}
	
	.checklist-item, .process-step, .case-study {
		page-break-inside: avoid;
	}
}
