.tr-section {
	margin: 0 0 4.5rem;
}

.tr-section__heading {
	margin-bottom: 1.5rem;
}

.tr-section__eyebrow {
	margin: 0 0 0.4rem;
	color: var(--tr-accent, #0f6c74);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tr-section__heading h2 {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	line-height: 1.1;
}

.tr-section__intro {
	max-width: 48rem;
	margin: 0.75rem 0 0;
	color: var(--tr-muted, #58707d);
}

.tr-table-wrap {
	overflow-x: auto;
	border: 1px solid rgba(18, 42, 53, 0.12);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(12, 35, 46, 0.06);
}

.tr-table-wrap table {
	width: 100%;
	border-collapse: collapse;
	min-width: 820px;
}

.tr-table-wrap th,
.tr-table-wrap td {
	padding: 1rem;
	border-bottom: 1px solid rgba(18, 42, 53, 0.08);
	font-size: 0.95rem;
	vertical-align: top;
}

.tr-table-wrap thead th {
	background: #f4f7f8;
	color: #20343d;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tr-rank-pill,
.tr-guide-card__meta a,
.tr-inline-cta,
.tr-best-for strong {
	font-weight: 700;
}

.tr-rank-pill {
	display: inline-flex;
	padding: 0.4rem 0.7rem;
	border-radius: 999px;
	background: #e1f3f1;
	color: #0d5a61;
}

.tr-inline-cta {
	color: #0f6c74;
	text-decoration: none;
}

.tr-inline-cta.is-disabled {
	color: #80939e;
}

.tr-ranked-grid,
.tr-guide-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 270px, 1fr ) );
	gap: 1.4rem;
}

.tr-product-card,
.tr-guide-card,
.tr-editor-pick__panel,
.tr-faq-item,
.tr-disclosure {
	border: 1px solid rgba(18, 42, 53, 0.1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(12, 35, 46, 0.06);
}

.tr-product-card {
	display: grid;
	grid-template-columns: 84px 1fr;
	gap: 1.2rem;
	padding: 1.2rem;
	position: relative;
}

.tr-product-card__rank {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: #132b38;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 700;
}

.tr-product-card__media img,
.tr-guide-card__media img {
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: cover;
}

.tr-product-card__placeholder,
.tr-guide-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	padding: 1rem;
	border-radius: 16px;
	background: linear-gradient(135deg, #f2f6f8, #dfe8ec);
	color: #20343d;
	text-align: center;
	font-weight: 600;
}

.tr-product-card__meta,
.tr-guide-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	color: var(--tr-muted, #58707d);
	font-size: 0.9rem;
}

.tr-product-card h3,
.tr-guide-card__title {
	margin: 0.45rem 0 0.65rem;
	font-size: 1.35rem;
	line-height: 1.18;
}

.tr-guide-card__title a,
.tr-guide-card__meta a {
	color: inherit;
	text-decoration: none;
}

.tr-product-card__summary,
.tr-guide-card__excerpt,
.tr-editor-pick__summary p,
.tr-disclosure p {
	margin: 0;
	color: var(--tr-muted, #58707d);
}

.tr-feature-list,
.tr-product-card__columns ul {
	margin: 0;
	padding-left: 1.1rem;
}

.tr-feature-list {
	display: grid;
	gap: 0.35rem;
	margin-top: 1rem;
}

.tr-product-card__columns {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 160px, 1fr ) );
	gap: 1rem;
	margin: 1.25rem 0 0;
}

.tr-product-card__columns h4 {
	margin: 0 0 0.5rem;
	font-size: 0.94rem;
}

.tr-best-for {
	margin: 1rem 0 0;
}

.tr-product-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	align-items: center;
	margin-top: 1.25rem;
}

.tr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.15rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #113441, #0f6c74);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 12px 26px rgba(17, 52, 65, 0.18);
}

.tr-secondary-link {
	color: #0f6c74;
	text-decoration: none;
	font-weight: 600;
}

.tr-editor-pick__panel {
	padding: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.tr-faq-list {
	display: grid;
	gap: 0.9rem;
}

.tr-faq-item {
	padding: 1rem 1.25rem;
}

.tr-faq-item summary {
	cursor: pointer;
	font-weight: 700;
	list-style: none;
}

.tr-faq-item summary::-webkit-details-marker {
	display: none;
}

.tr-faq-item__answer {
	padding-top: 0.85rem;
	color: var(--tr-muted, #58707d);
}

.tr-disclosure {
	padding: 1rem 1.15rem;
	background: #f7fafb;
}

.tr-disclosure--short {
	margin: 1rem 0 2rem;
}

.tr-disclosure--full {
	margin-top: 2.25rem;
}

@media (max-width: 768px) {
	.tr-product-card {
		grid-template-columns: 1fr;
	}

	.tr-product-card__media {
		max-width: 180px;
	}
}
