/* TelcoBlade Amazon class-links + Fit Lab */

.tb-amz-inline-disc {
	font-size: 0.86rem;
	color: #5A6577;
	border-left: 3px solid #2563A8;
	padding: 8px 0 8px 14px;
	margin: 0 0 1.4em;
}

.tb-amz-gear {
	margin-top: 48px;
	padding: 28px 28px 22px;
	background: #F4F7FA;
	border: 1.5px solid rgba(26, 35, 50, 0.10);
	border-radius: 18px;
}

.tb-amz-gear__eyebrow {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2563A8;
}

.tb-amz-gear__title {
	margin: 8px 0 10px;
	font-size: 1.35rem;
	line-height: 1.25;
	color: #1A2332;
}

.tb-amz-gear__lede {
	margin: 0 0 18px;
	color: #5A6577;
	font-size: 0.95rem;
}

.tb-amz-gear__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.tb-amz-gear__list li {
	background: #fff;
	border: 1px solid rgba(26, 35, 50, 0.10);
	border-radius: 14px;
	padding: 16px 18px;
}

.tb-amz-gear__kicker {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6B4EA3;
	margin-bottom: 4px;
}

.tb-amz-gear__link {
	display: inline-block;
	font-weight: 800;
	color: #2563A8 !important;
	text-decoration: none !important;
}

.tb-amz-gear__link:hover {
	text-decoration: underline !important;
}

.tb-amz-gear__list p {
	margin: 6px 0 0;
	font-size: 0.9rem;
	color: #5A6577;
}

.tb-amz-disc,
.tb-amz-gear__fit {
	margin: 16px 0 0;
	font-size: 0.84rem;
	color: #5A6577;
}

/* Amazon product cards: official photos + See price on Amazon (no on-page price) */
.tb-amz-cards {
	margin: 2rem 0;
	padding: 22px 22px 16px;
	background: #F4F7FA;
	border: 1.5px solid rgba(26, 35, 50, 0.10);
	border-radius: 18px;
}
.tb-amz-cards__eyebrow {
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #131921;
	background: #FF9900;
	border-radius: 999px;
	padding: 0.22rem 0.65rem;
}
.tb-amz-cards__title {
	margin: 10px 0 8px;
	font-size: 1.35rem;
	line-height: 1.25;
	color: #1A2332;
}
.tb-amz-cards__lede {
	margin: 0 0 16px;
	color: #5A6577;
	font-size: 0.95rem;
}
.tb-amz-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.tb-amz-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 14px 14px 16px;
	background: #fff;
	border: 1px solid rgba(26, 35, 50, 0.10);
	border-radius: 14px;
	text-decoration: none !important;
	color: inherit !important;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.tb-amz-card:hover {
	border-color: #FF9900;
	box-shadow: 0 8px 24px rgba(19, 25, 33, 0.10);
	transform: translateY(-2px);
}
.tb-amz-card__kicker {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #2563A8;
}
.tb-amz-card__imgwrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 148px;
	padding: 8px;
	background: #fff;
}
.tb-amz-card__imgwrap img {
	max-width: 100%;
	max-height: 140px;
	width: auto;
	height: auto;
	object-fit: contain;
	background: #fff;
}
.tb-amz-card__name {
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.3;
	color: #1A2332;
}
.tb-amz-card__why {
	font-size: 0.84rem;
	line-height: 1.4;
	color: #5A6577;
	flex: 1;
}
.tb-amz-card__cta {
	display: inline-flex;
	align-self: flex-start;
	margin-top: 4px;
	font-size: 0.82rem;
	font-weight: 800;
	color: #131921 !important;
	background: #FF9900;
	border-radius: 999px;
	padding: 0.45rem 0.85rem;
}
.tb-amz-card:hover .tb-amz-card__cta {
	background: #eb8900;
}
.tb-amz-card__price {
	font-size: 1.05rem;
	font-weight: 800;
	color: #1A2332;
}
.tb-amz-cards__more {
	margin: 14px 0 0;
	font-size: 0.9rem;
	font-weight: 700;
}
.tb-amz-cards__more a {
	color: #2563A8 !important;
}
.tb-amz-cards .tb-amz-disc {
	margin-top: 14px;
}
@media (max-width: 800px) {
	.tb-amz-cards__grid {
		grid-template-columns: 1fr;
	}
	.tb-amz-card__imgwrap {
		min-height: 120px;
	}
}

.page-template-page-fit .entry-hero,
.page-template-page-fit .entry-header,
.page-template-page-fit .entry-title {
	display: none !important;
}

.tb-fit {
	--ink: #1A2332;
	--signal: #2563A8;
	--violet: #6B4EA3;
	--edge: #2F7D5B;
	--paper: #F4F7FA;
	--line: rgba(26, 35, 50, 0.10);
	max-width: 760px;
	margin: 0 auto;
	padding: 12px 0 48px;
	font-family: Inter, system-ui, sans-serif;
	color: var(--ink);
}

.tb-fit h1 {
	font-size: 2rem;
	line-height: 1.15;
	margin: 8px 0 12px;
}

.tb-fit__lede {
	color: #5A6577;
	font-size: 1.05rem;
}

.tb-fit__tools {
	display: grid;
	gap: 22px;
	margin-top: 28px;
}

.tb-fit-card {
	background: #fff;
	border: 1.5px solid var(--line);
	border-radius: 18px;
	padding: 24px;
}

.tb-fit-card h2 {
	margin: 0 0 8px;
	font-size: 1.2rem;
}

.tb-fit-card fieldset {
	border: 0;
	margin: 14px 0 0;
	padding: 0;
}

.tb-fit-card legend {
	font-weight: 800;
	font-size: 0.92rem;
	margin-bottom: 8px;
}

.tb-fit-card label {
	display: block;
	padding: 8px 0;
	cursor: pointer;
}

.tb-fit-out {
	display: none;
	margin-top: 16px;
	padding: 14px 16px;
	background: #F4F7FA;
	border-radius: 12px;
	border-left: 4px solid var(--signal);
	white-space: pre-wrap;
	font-size: 0.95rem;
	line-height: 1.45;
}

.tb-fit-out.is-on {
	display: block;
}

.tb-fit-btn {
	margin-top: 14px;
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 999px;
	border: 0;
	background: #2563A8;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.tb-fit-btn:hover {
	background: #174A80;
}

.tb-fit__pay {
	margin-top: 28px;
	padding: 20px 22px;
	background: #1A2332;
	color: #fff;
	border-radius: 16px;
}

.tb-fit__pay a {
	color: #9ec5ff !important;
}

/* IdeaForge inline promo (same product as Aff Blog, indigo brand) */
.tb-if-banner{margin:1.75rem 0;padding:0;border:0;background:transparent}
.tb-if-banner__card{display:grid;grid-template-columns:minmax(140px,210px) 1fr;gap:0;align-items:stretch;text-decoration:none!important;color:inherit;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:border-color .2s,box-shadow .2s}
.tb-if-banner__card:hover{border-color:#c7d2fe;box-shadow:0 4px 14px rgba(99,102,241,.12)}
.tb-if-banner__media{display:flex;background:linear-gradient(160deg,#eef2ff 0%,#e0e7ff 55%,#f8fafc 100%);min-height:100%}
.tb-if-banner__brand{display:flex;flex-direction:column;justify-content:center;gap:.55rem;padding:1.1rem 1rem;width:100%}
.tb-if-banner__beta{display:inline-flex;align-self:flex-start;font-size:.65rem;font-weight:700;color:#6366f1;background:#fff;border:1px solid #c7d2fe;border-radius:999px;padding:.2rem .55rem}
.tb-if-banner__name{font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:#312e81;line-height:1.1}
.tb-if-banner__tagline{font-size:.82rem;line-height:1.35;font-weight:600;color:#4338ca}
.tb-if-banner__body{display:flex;flex-direction:column;justify-content:center;gap:.45rem;padding:1rem 1.15rem}
.tb-if-banner__label{display:inline-flex;align-self:flex-start;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6366f1;background:#eef2ff;border-radius:999px;padding:.2rem .55rem}
.tb-if-banner__hook{font-size:1.05rem;line-height:1.35;font-weight:700;color:#0f172a}
.tb-if-banner__hook em{font-style:normal;color:#6366f1;background:linear-gradient(transparent 62%,#e0e7ff 62%);padding:0 .05em}
.tb-if-banner__sub{font-size:.9rem;line-height:1.45;color:#64748b;font-weight:500}
.tb-if-banner__cta{display:inline-flex;align-self:flex-start;margin-top:.25rem;font-size:.88rem;font-weight:700;color:#fff;background:#6366f1;border-radius:999px;padding:.45rem .9rem}
.tb-if-banner__card:hover .tb-if-banner__cta{background:#4f46e5}
.tb-if-banner--inline-bottom{margin-top:1.5rem;margin-bottom:0}
.tb-if-banner--inline-bottom .tb-if-banner__card{grid-template-columns:minmax(120px,170px) 1fr}
.tb-if-banner--inline-bottom .tb-if-banner__hook{font-size:.98rem}
.tb-if-banner--inline-bottom .tb-if-banner__tagline{display:none}
@media (max-width:640px){
.tb-if-banner__card{grid-template-columns:1fr}
.tb-if-banner__media{min-height:0}
.tb-if-banner__brand{padding:.85rem 1rem .5rem;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.4rem .65rem}
.tb-if-banner__name{font-size:1.1rem}
.tb-if-banner__tagline{display:none}
.tb-if-banner--inline-bottom .tb-if-banner__card{grid-template-columns:1fr}
}

/* 404 — IdeaForge takeover */
.error404 .entry-hero,
.error404 .entry-header,
.error404 .entry-title {
	display: none !important;
}
.tb-404 {
	max-width: 720px;
	margin: 24px auto 72px;
	padding: 0 20px;
	text-align: center;
	font-family: Inter, system-ui, sans-serif;
	color: #1A2332;
}
.tb-404__kicker {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6366f1;
	margin: 0 0 12px;
}
.tb-404__title {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0 0 14px;
}
.tb-404__lede {
	color: #5A6577;
	font-size: 1.05rem;
	line-height: 1.5;
	margin: 0 0 28px;
}
.tb-404-if {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	gap: 12px;
	padding: 36px 36px 32px;
	border-radius: 24px;
	text-decoration: none !important;
	color: #fff !important;
	background:
		radial-gradient(ellipse 80% 70% at 90% 0%, rgba(255,255,255,0.22), transparent 55%),
		linear-gradient(145deg, #312e81 0%, #4338ca 42%, #6366f1 100%);
	box-shadow: 0 24px 60px -20px rgba(79, 70, 229, 0.55);
	transition: transform 0.2s, box-shadow 0.2s;
}
.tb-404-if:hover {
	transform: translateY(-3px);
	box-shadow: 0 32px 70px -18px rgba(79, 70, 229, 0.65);
}
.tb-404-if__beta {
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #312e81;
	background: #fff;
	border-radius: 999px;
	padding: 0.28rem 0.7rem;
}
.tb-404-if__name {
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
}
.tb-404-if__hook {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
}
.tb-404-if__hook em {
	font-style: normal;
	color: #e0e7ff;
}
.tb-404-if__sub {
	font-size: 0.98rem;
	line-height: 1.5;
	color: rgba(255,255,255,0.82);
	max-width: 36em;
}
.tb-404-if__cta {
	margin-top: 8px;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	color: #312e81;
	background: #fff;
	border-radius: 999px;
	padding: 0.7rem 1.25rem;
}
.tb-404-if:hover .tb-404-if__cta {
	background: #eef2ff;
}
.tb-404__or {
	margin: 28px 0 8px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
}
.tb-404__links {
	margin: 0;
	font-size: 0.95rem;
}
.tb-404__links a {
	color: #2563A8 !important;
	font-weight: 700;
}
