.idc-rt2026-hub {
	--idc-rt-navy: #0a2035;
	--idc-rt-navy-2: #123a54;
	--idc-rt-ink: #10233a;
	--idc-rt-muted: #5e6b7b;
	--idc-rt-line: #d8e0e8;
	--idc-rt-soft: #f2f6f9;
	--idc-rt-warm: #fff5ef;
	--idc-rt-orange: #c76645;
	--idc-rt-orange-dark: #9f4c32;
	--idc-rt-gold: #b77a18;
	--idc-rt-max: 1180px;
	color: var(--idc-rt-ink);
	line-height: 1.6;
}

.idc-rt2026-hub *,
.idc-rt2026-notice *,
.idc-rt2026-sources *,
.idc-rt2026-article-cta * { box-sizing: border-box; }

.idc-rt2026-wrap {
	width: min(100% - 40px, var(--idc-rt-max));
	margin-inline: auto;
}

.idc-rt2026-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 83% 20%, rgba(199, 102, 69, .22), transparent 25%),
		linear-gradient(122deg, #081a2c 0%, #10344c 66%, #0b2439 100%);
	color: #fff;
}

.idc-rt2026-hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(118deg, transparent 0 58%, rgba(255, 255, 255, .035) 58% 61%, transparent 61%),
		radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
	background-position: center, 0 0;
	background-size: auto, 24px 24px;
	content: "";
	opacity: .55;
	pointer-events: none;
}

.idc-rt2026-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
	gap: 54px;
	align-items: center;
	padding-block: 74px 70px;
}

.idc-rt2026-eyebrow,
.idc-rt2026-section-label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: #ff8a5a;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.idc-rt2026-eyebrow::before,
.idc-rt2026-section-label::before {
	width: 28px;
	height: 2px;
	background: currentColor;
	content: "";
}

.idc-rt2026-hub h1 {
	max-width: 760px;
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(39px, 5vw, 58px);
	line-height: 1.04;
	letter-spacing: -.035em;
}

.idc-rt2026-hub h2 { color: var(--idc-rt-ink); }

.idc-rt2026-lead {
	max-width: 720px;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, .78);
	font-size: 19px;
}

.idc-rt2026-actions,
.idc-rt2026-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.idc-rt2026-audiences {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.idc-rt2026-audiences li {
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .82);
	font-size: 11px;
	font-weight: 750;
}

.idc-rt2026-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 17px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.idc-rt2026-btn:hover { transform: translateY(-2px); }
.idc-rt2026-btn.primary {
	background: var(--idc-rt-orange);
	color: #fff;
	box-shadow: 0 8px 20px rgba(159, 76, 50, .18);
}
.idc-rt2026-btn.primary:hover { background: var(--idc-rt-orange-dark); color: #fff; }
.idc-rt2026-btn.secondary { border-color: rgba(255, 255, 255, .48); background: rgba(255, 255, 255, .06); color: #fff; }
.idc-rt2026-btn.secondary:hover { border-color: #fff; background: rgba(255, 255, 255, .12); color: #fff; }
.idc-rt2026-btn.light { background: #fff; color: var(--idc-rt-navy); box-shadow: 0 8px 22px rgba(9, 31, 51, .16); }
.idc-rt2026-btn.light:hover { background: var(--idc-rt-warm); color: var(--idc-rt-navy); }

.idc-rt2026-status {
	position: relative;
	padding: 26px 26px 20px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-top: 5px solid var(--idc-rt-orange);
	border-radius: 12px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 22px 50px rgba(2, 17, 30, .26);
}

.idc-rt2026-status-kicker {
	margin: 0 0 3px;
	color: var(--idc-rt-orange-dark);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.idc-rt2026-status h2 { margin: 0 0 14px; font-size: 23px; }
.idc-rt2026-status dl { margin: 0; }
.idc-rt2026-status dl > div { display: grid; grid-template-columns: 134px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid var(--idc-rt-line); }
.idc-rt2026-status dl > div:first-child { border-top: 0; }
.idc-rt2026-status dt { color: var(--idc-rt-navy); font-weight: 800; }
.idc-rt2026-status dd { margin: 0; color: var(--idc-rt-muted); }

.idc-rt2026-hero + .idc-rt2026-wrap {
	position: relative;
	z-index: 2;
	margin-top: -22px;
}

.idc-rt2026-notice {
	position: relative;
	margin-block: 0 26px;
	padding: 17px 20px 17px 54px;
	border: 1px solid #f0c39f;
	border-radius: 10px;
	background: #fff7f0;
	box-shadow: 0 10px 26px rgba(34, 45, 60, .08);
	color: #664023;
	font-size: 14px;
}

.idc-rt2026-notice::before {
	position: absolute;
	margin: 1px 0 0 -35px;
	color: var(--idc-rt-orange-dark);
	content: "§";
	font-size: 24px;
	font-weight: 850;
	line-height: 1;
}

.idc-rt2026-impact {
	padding-block: 20px 44px;
	background: #fff;
}

.idc-rt2026-impact-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 20px;
}

.idc-rt2026-impact-heading .idc-rt2026-section-label { margin-bottom: 7px; color: var(--idc-rt-orange-dark); }
.idc-rt2026-impact-heading h2 { margin: 0; font-size: clamp(27px, 3vw, 34px); line-height: 1.12; }
.idc-rt2026-impact-heading > p { max-width: 530px; margin: 0; color: var(--idc-rt-muted); }

.idc-rt2026-impact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.idc-rt2026-impact-grid article {
	position: relative;
	min-height: 155px;
	padding: 23px 22px 20px 70px;
	border: 1px solid var(--idc-rt-line);
	border-radius: 10px;
	background: linear-gradient(145deg, #fff 0%, #f4f7fa 100%);
	box-shadow: 0 8px 22px rgba(18, 40, 60, .055);
}

.idc-rt2026-impact-grid article > span {
	position: absolute;
	left: 20px;
	top: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: var(--idc-rt-orange);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.idc-rt2026-impact-grid h3 { margin: 0 0 7px; color: var(--idc-rt-navy); font-size: 18px; line-height: 1.25; }
.idc-rt2026-impact-grid p { margin: 0; color: var(--idc-rt-muted); font-size: 14px; }

.idc-rt2026-section { padding-block: 58px; }
.idc-rt2026-section h2 { margin: 0; font-size: clamp(29px, 3.5vw, 38px); line-height: 1.14; letter-spacing: -.02em; }
.idc-rt2026-intro { max-width: 780px; margin: 10px 0 26px; color: var(--idc-rt-muted); font-size: 16px; }
.idc-rt2026-progress-section { background: #fff; }
.idc-rt2026-band { border-block: 1px solid var(--idc-rt-line); background: var(--idc-rt-soft); }

.idc-rt2026-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.idc-rt2026-timeline::before {
	position: absolute;
	top: 35px;
	left: 9%;
	right: 9%;
	height: 2px;
	background: linear-gradient(90deg, var(--idc-rt-orange) 0 50%, #d7dee7 50% 100%);
	content: "";
}

.idc-rt2026-timeline article {
	position: relative;
	min-height: 158px;
	padding: 20px;
	border: 1px solid var(--idc-rt-line);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(18, 40, 60, .06);
}

.idc-rt2026-timeline article > span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: var(--idc-rt-orange);
	box-shadow: 0 0 0 2px rgba(199, 102, 69, .22);
	color: #fff;
	font-weight: 850;
}

.idc-rt2026-timeline article.pending > span { background: var(--idc-rt-gold); box-shadow: 0 0 0 2px rgba(183, 122, 24, .26); }
.idc-rt2026-timeline h3 { margin: 14px 0 6px; color: var(--idc-rt-navy); font-size: 18px; line-height: 1.25; }
.idc-rt2026-timeline p { margin: 0; color: var(--idc-rt-muted); font-size: 14px; }

.idc-rt2026-windows {
	position: relative;
	overflow: hidden;
	border: 0;
	background:
		radial-gradient(circle at 8% 8%, rgba(199, 102, 69, .17), transparent 20%),
		linear-gradient(120deg, #0a2035, #123a54);
}
.idc-rt2026-windows .idc-rt2026-wrap { position: relative; z-index: 1; }
.idc-rt2026-windows h2 { color: #fff; }
.idc-rt2026-windows .idc-rt2026-intro { color: rgba(255, 255, 255, .72); }

.idc-rt2026-table-wrap { overflow-x: auto; border: 1px solid rgba(255, 255, 255, .18); border-radius: 11px; background: #fff; box-shadow: 0 18px 40px rgba(2, 17, 30, .22); }
.idc-rt2026-table-wrap table { width: 100%; min-width: 760px; border: 0; border-collapse: collapse; margin: 0; }
.idc-rt2026-table-wrap th,
.idc-rt2026-table-wrap td { padding: 17px 16px; border: 0; border-bottom: 1px solid var(--idc-rt-line); text-align: left; vertical-align: top; }
.idc-rt2026-table-wrap th { background: #fff1e8; color: var(--idc-rt-navy); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.idc-rt2026-table-wrap tr:last-child td { border-bottom: 0; }
.idc-rt2026-table-wrap tbody tr { transition: background .16s ease; }
.idc-rt2026-table-wrap tbody tr:hover { background: #fffaf7; }
.idc-rt2026-pill { display: inline-block; color: #684425; font-size: 13px; }
.idc-rt2026-link { color: var(--idc-rt-orange-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.idc-rt2026-unavailable { color: var(--idc-rt-muted); font-size: 13px; }

.idc-rt2026-topics { background: linear-gradient(180deg, #fff 0%, #f5f8fa 100%); }
.idc-rt2026-topics .idc-rt2026-section-label { color: var(--idc-rt-orange-dark); }
.idc-rt2026-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.idc-rt2026-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 24px 22px 22px;
	border: 1px solid var(--idc-rt-line);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 9px 26px rgba(18, 40, 60, .07);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.idc-rt2026-card::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, var(--idc-rt-orange), var(--idc-rt-navy-2));
	content: "";
}
.idc-rt2026-card:hover { border-color: #efb195; box-shadow: 0 15px 36px rgba(18, 40, 60, .13); transform: translateY(-4px); }
.idc-rt2026-card-meta span { color: var(--idc-rt-orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.idc-rt2026-card h3 { margin: 11px 0; color: var(--idc-rt-navy); font-size: 20px; line-height: 1.28; }
.idc-rt2026-card h3 a { color: inherit; text-decoration: none; }
.idc-rt2026-card p { flex: 1; margin-bottom: 20px; color: var(--idc-rt-muted); }
.idc-rt2026-card-actions { padding-top: 14px; border-top: 1px solid #e8edf2; }
.idc-rt2026-card-actions a { color: var(--idc-rt-orange-dark); font-size: 13px; font-weight: 800; }
.idc-rt2026-card-actions a.service { color: var(--idc-rt-navy); }
.idc-rt2026-empty { grid-column: 1 / -1; padding: 24px; border: 1px dashed #e2a786; border-radius: 10px; background: var(--idc-rt-warm); color: var(--idc-rt-muted); }

.idc-rt2026-conversion { background: var(--idc-rt-warm); }
.idc-rt2026-cta,
.idc-rt2026-article-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	overflow: hidden;
	padding: 36px;
	border-radius: 12px;
	background: #bd6449;
	color: #fff;
	box-shadow: 0 14px 32px rgba(71, 46, 37, .12);
}
.idc-rt2026-cta > *,
.idc-rt2026-article-cta > * { position: relative; z-index: 1; }
.idc-rt2026-cta h2,
.idc-rt2026-article-cta h2 { margin: 0 0 7px; color: #fff; font-size: 27px; }
.idc-rt2026-cta p,
.idc-rt2026-article-cta p { margin: 0; color: rgba(255, 255, 255, .88); }
.idc-rt2026-article-cta a.idc-rt2026-btn.primary,
.idc-rt2026-article-cta a.idc-rt2026-btn.primary:visited {
	background: #fff !important;
	color: #0a2035 !important;
	-webkit-text-fill-color: #0a2035 !important;
	box-shadow: 0 8px 22px rgba(9, 31, 51, .16);
}
.idc-rt2026-article-cta a.idc-rt2026-btn.primary:hover,
.idc-rt2026-article-cta a.idc-rt2026-btn.primary:focus-visible {
	background: #fff5ef !important;
	color: #0a2035 !important;
	-webkit-text-fill-color: #0a2035 !important;
}

.idc-rt2026-sources { margin-block: 36px; padding: 25px 26px; border: 1px solid #d8e0e8; border-radius: 11px; background: #f7f9fb; box-shadow: 0 7px 22px rgba(18, 40, 60, .05); }
.idc-rt2026-sources h2 { margin-top: 0; font-size: 23px; }
.idc-rt2026-sources li + li { margin-top: 7px; }
.idc-rt2026-sources a { color: var(--idc-rt-orange-dark, #9f4c32); }
.idc-rt2026-reviewed { margin-bottom: 0; color: #5e6b7b; font-size: 14px; }
.idc-rt2026-primary-source { margin-block: 28px; padding: 18px 20px; border-left: 4px solid var(--idc-rt-orange, #c76645); background: #f5f7fb; }
.idc-rt2026-primary-source h2 { margin-top: 0; }
.idc-rt2026-primary-source p { margin-bottom: 0; }
.idc-rt2026-deadline-box { margin-block: 28px; padding: 18px 20px; border: 1px solid #e9c29f; border-radius: 8px; background: #fff7f0; }
.idc-rt2026-deadline-box h2 { margin-top: 0; font-size: 23px; }
.idc-rt2026-deadline-box li + li { margin-top: 7px; }
.idc-rt2026-related { margin-block: 30px; }
.idc-rt2026-related h2 { font-size: 24px; }
.idc-rt2026-article-cta { margin-block: 32px; }
.idc-rt2026-back { margin-block: 24px; }
.idc-rt2026-back a { color: var(--idc-rt-orange-dark, #9f4c32); font-weight: 750; }

@media (max-width: 900px) {
	.idc-rt2026-hero-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 58px 54px; }
	.idc-rt2026-impact-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
	.idc-rt2026-impact-grid { grid-template-columns: 1fr; }
	.idc-rt2026-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.idc-rt2026-timeline::before { display: none; }
	.idc-rt2026-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.idc-rt2026-wrap { width: min(100% - 28px, var(--idc-rt-max)); }
	.idc-rt2026-hero-grid { padding-block: 42px 48px; }
	.idc-rt2026-hub h1 { font-size: clamp(36px, 11vw, 46px); }
	.idc-rt2026-lead { font-size: 17px; }
	.idc-rt2026-status { padding: 22px 19px 16px; }
	.idc-rt2026-status dl > div { grid-template-columns: 1fr; gap: 3px; }
	.idc-rt2026-hero + .idc-rt2026-wrap { margin-top: -14px; }
	.idc-rt2026-notice { padding: 16px 16px 16px 45px; }
	.idc-rt2026-notice::before { margin-left: -28px; }
	.idc-rt2026-impact { padding-block: 16px 38px; }
	.idc-rt2026-impact-grid article { min-height: 0; }
	.idc-rt2026-section { padding-block: 44px; }
	.idc-rt2026-timeline,
	.idc-rt2026-grid { grid-template-columns: 1fr; }
	.idc-rt2026-cta,
	.idc-rt2026-article-cta { align-items: flex-start; flex-direction: column; padding: 27px 23px; }
}

@media (prefers-reduced-motion: reduce) {
	.idc-rt2026-btn,
	.idc-rt2026-card { transition: none; }
}
