:root {
	--rdp-navy-950: #061226;
	--rdp-navy-900: #0b162b;
	--rdp-navy-700: #1e3150;
	--rdp-ink: var(--rdp-navy-900);
	--rdp-ink-soft: var(--rdp-navy-700);
	--rdp-amber: #f7b500;
	--rdp-amber-light: #ffd84d;
	--rdp-paper: #f5f7fa;
	--rdp-white: #ffffff;
	--rdp-slate: #5b667a;
	--rdp-line: #e2e8f0;
	--rdp-soft: #f5f7fa;
	--rdp-success: #16794a;
	--rdp-font-heading: "Barlow Condensed", "Arial Narrow", sans-serif;
	--rdp-font-body: "Inter", Arial, sans-serif;
	--rdp-radius-sm: 8px;
	--rdp-radius: 16px;
	--rdp-radius-lg: 28px;
	--rdp-shadow: 0 16px 40px rgba(6, 18, 38, 0.12);
	--rdp-container: 1180px;
	--rdp-article: 780px;
}

@font-face {
	font-family: "Barlow Condensed";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/barlow-condensed-latin-700.woff2") format("woff2");
}

@font-face {
	font-family: "Barlow Condensed";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/barlow-condensed-latin-800.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/inter-latin-400.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/inter-latin-600.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/inter-latin-700.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/inter-latin-800.woff2") format("woff2");
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--rdp-white);
	color: var(--rdp-ink);
	font-family: var(--rdp-font-body);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-is-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
	color: var(--rdp-ink);
	font-family: var(--rdp-font-heading);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.08;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.65rem, 6vw, 5.35rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}

p {
	margin-top: 0;
}

::selection {
	background: var(--rdp-amber-light);
	color: var(--rdp-ink);
}

:focus-visible {
	outline: 3px solid var(--rdp-amber);
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	background: var(--rdp-white);
	clip: auto;
}

.rdp-container {
	width: min(calc(100% - 40px), var(--rdp-container));
	margin-inline: auto;
}

.rdp-container--article {
	max-width: var(--rdp-article);
}

.section {
	padding-block: clamp(72px, 9vw, 120px);
}

.section--soft {
	background: var(--rdp-soft);
}

.rdp-icon {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
	vertical-align: -0.18em;
}

.kicker,
.eyebrow {
	margin-bottom: 14px;
	color: #8b6900;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	border: 1px solid rgba(245, 183, 0, 0.45);
	border-radius: 99px;
	background: rgba(245, 183, 0, 0.08);
}

.eyebrow__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rdp-amber);
	box-shadow: 0 0 0 5px rgba(245, 183, 0, 0.15);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 13px 22px;
	border: 1px solid var(--rdp-amber);
	border-radius: 12px;
	background: var(--rdp-amber);
	color: var(--rdp-ink);
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 9px 22px rgba(245, 183, 0, 0.2);
	transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
	background: var(--rdp-amber-light);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(245, 183, 0, 0.28);
}

.button--small {
	min-height: 42px;
	padding: 10px 16px;
}

.button--ghost {
	border-color: rgba(248, 250, 252, 0.28);
	background: transparent;
	color: var(--rdp-white);
	box-shadow: none;
}

.button--ghost:hover {
	border-color: var(--rdp-white);
	background: rgba(255, 255, 255, 0.08);
}

.button--dark {
	border-color: var(--rdp-ink);
	background: var(--rdp-ink);
	color: var(--rdp-white);
	box-shadow: none;
}

.button--dark:hover {
	border-color: var(--rdp-ink-soft);
	background: var(--rdp-ink-soft);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--rdp-ink);
	font-size: 0.92rem;
	font-weight: 800;
	text-decoration: none;
}

.text-link .rdp-icon {
	transition: transform 180ms ease;
}

.text-link:hover .rdp-icon {
	transform: translateX(4px);
}

.text-link--light {
	color: var(--rdp-white);
}

.trust-bar {
	background: var(--rdp-navy-950);
	color: #cbd5e1;
	font-size: 0.76rem;
}

.trust-bar__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 34px;
}

.trust-bar p {
	margin: 0;
}

.trust-bar .rdp-icon {
	color: var(--rdp-amber);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(226, 232, 240, 0.9);
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(14px);
	transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
	box-shadow: 0 8px 30px rgba(11, 18, 32, 0.08);
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 34px;
	min-height: 84px;
}

.brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	text-decoration: none;
}

.brand-lockup__mark {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.brand-lockup__full {
	width: clamp(205px, 19vw, 245px);
	max-height: 66px;
	height: auto;
	object-fit: contain;
}

.brand-lockup__text {
	display: grid;
	line-height: 1.15;
}

.brand-lockup__text strong {
	font-size: 1.08rem;
	letter-spacing: -0.03em;
}

.brand-lockup__text small {
	margin-top: 4px;
	color: var(--rdp-slate);
	font-size: 0.62rem;
	font-weight: 650;
	letter-spacing: 0.04em;
}

.custom-logo {
	width: auto;
	max-width: 240px;
	max-height: 58px;
}

.primary-nav {
	justify-self: center;
}

.primary-nav__list {
	display: flex;
	align-items: center;
	gap: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-nav a {
	display: block;
	padding: 26px 0;
	color: #334155;
	font-size: 0.82rem;
	font-weight: 750;
	text-decoration: none;
	transition: color 150ms ease;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
	color: #8b6900;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 9px;
}

.icon-button {
	display: inline-grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--rdp-line);
	border-radius: 11px;
	background: var(--rdp-white);
	color: var(--rdp-ink);
	cursor: pointer;
}

.icon-button:hover {
	border-color: #cbd5e1;
	background: var(--rdp-soft);
}

.menu-toggle {
	display: none;
}

.menu-toggle__close {
	display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__open {
	display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__close {
	display: inline-flex;
}

.header-search {
	border-top: 1px solid var(--rdp-line);
	background: var(--rdp-white);
	padding-block: 16px;
	box-shadow: 0 18px 28px rgba(11, 18, 32, 0.08);
}

.search-form {
	display: flex;
	gap: 10px;
	width: min(100%, 680px);
	margin-inline: auto;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #cbd5e1;
	border-radius: 11px;
	background: var(--rdp-white);
	color: var(--rdp-ink);
}

.search-submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 18px;
	border: 0;
	border-radius: 11px;
	background: var(--rdp-ink);
	color: var(--rdp-white);
	font-weight: 750;
	cursor: pointer;
}

.hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 75% 35%, rgba(245, 183, 0, 0.16), transparent 24%),
		linear-gradient(135deg, var(--rdp-navy-950) 0%, var(--rdp-navy-900) 58%, var(--rdp-navy-950) 100%);
	color: var(--rdp-white);
}

.hero__texture {
	position: absolute;
	inset: 0;
	opacity: 0.25;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(to right, transparent, #000 42%, #000);
}

.hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
	align-items: center;
	gap: clamp(40px, 7vw, 86px);
	min-height: min(720px, calc(100vh - 112px));
	padding-block: clamp(75px, 9vw, 115px);
}

.hero h1 {
	max-width: 780px;
	margin-bottom: 24px;
	color: var(--rdp-white);
	font-size: clamp(3rem, 5.8vw, 5rem);
}

.hero h1::after {
	content: "";
	display: inline-block;
	width: 0.18em;
	height: 0.18em;
	margin-left: 0.06em;
	border-radius: 50%;
	background: var(--rdp-amber);
}

.hero__lead {
	max-width: 670px;
	margin-bottom: 30px;
	color: #cbd5e1;
	font-size: clamp(1.05rem, 1.7vw, 1.25rem);
	line-height: 1.65;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 30px 0 0;
	padding: 0;
	color: #cbd5e1;
	font-size: 0.76rem;
	font-weight: 700;
	list-style: none;
}

.hero__proof li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.hero__proof .rdp-icon {
	color: var(--rdp-amber);
}

.hero__visual {
	min-width: 0;
}

.hero__photo,
.tire-stage,
.hero-photo-stage {
	width: 100%;
	aspect-ratio: 0.92;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 36px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.hero__photo {
	object-fit: cover;
}

.hero-photo-stage {
	position: relative;
	overflow: hidden;
	background: #10192a;
}

.hero-photo-stage .hero__photo {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: inherit;
	object-fit: cover;
	box-shadow: none;
}

.hero-photo-stage::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(11, 18, 32, 0.28), transparent 45%);
	pointer-events: none;
}

.hero-photo-stage .hero-spec-card {
	z-index: 2;
}

.tire-stage {
	position: relative;
	display: grid;
	overflow: hidden;
	place-items: center;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 48%),
		radial-gradient(circle at 50% 48%, rgba(245, 183, 0, 0.18), transparent 43%),
		#10192a;
}

.radar-rings {
	position: absolute;
	inset: 10%;
	display: grid;
	place-items: center;
}

.radar-rings span {
	position: absolute;
	width: 88%;
	aspect-ratio: 1;
	border: 1px solid rgba(245, 183, 0, 0.2);
	border-radius: 50%;
}

.radar-rings span:nth-child(2) {
	width: 66%;
}

.radar-rings span:nth-child(3) {
	width: 43%;
}

.radar-rings::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42%;
	height: 1px;
	background: linear-gradient(to right, var(--rdp-amber), transparent);
	transform: rotate(-32deg);
	transform-origin: left center;
	filter: drop-shadow(0 0 8px var(--rdp-amber));
}

.tire-illustration {
	position: relative;
	display: grid;
	width: 62%;
	aspect-ratio: 1;
	place-items: center;
	border: clamp(26px, 5vw, 48px) solid #05080e;
	border-radius: 50%;
	background: #1e293b;
	box-shadow:
		inset 0 0 0 7px #2c374a,
		0 35px 55px rgba(0, 0, 0, 0.5),
		0 0 45px rgba(245, 183, 0, 0.09);
	transform: rotate(-8deg);
}

.tire-illustration__wall {
	position: absolute;
	inset: -38px;
	border-radius: 50%;
}

.tire-illustration__wall span {
	position: absolute;
	top: 47%;
	left: -2px;
	width: 35px;
	height: 10px;
	border-radius: 4px;
	background: #232b38;
	box-shadow: 0 -18px 0 #232b38, 0 18px 0 #232b38;
}

.tire-illustration__wall span:nth-child(2) {
	right: -2px;
	left: auto;
}

.tire-illustration__wall span:nth-child(3) {
	top: -2px;
	left: 44%;
	transform: rotate(90deg);
}

.tire-illustration__wall span:nth-child(4) {
	top: auto;
	bottom: -2px;
	left: 44%;
	transform: rotate(90deg);
}

.tire-illustration__wall span:nth-child(5) {
	top: 12%;
	left: 12%;
	transform: rotate(45deg);
}

.tire-illustration__rim {
	position: relative;
	width: 68%;
	aspect-ratio: 1;
	border: 8px solid #aeb8c8;
	border-radius: 50%;
	background: radial-gradient(circle, #111827 0 12%, #667085 13% 18%, #cbd5e1 19% 26%, #475569 27% 100%);
	box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.4);
}

.tire-illustration__rim i {
	position: absolute;
	top: 15%;
	left: 47%;
	width: 7%;
	height: 35%;
	border-radius: 99px;
	background: linear-gradient(#e2e8f0, #64748b);
	transform-origin: 50% 100%;
}

.tire-illustration__rim i:nth-child(2) {
	transform: rotate(72deg);
}

.tire-illustration__rim i:nth-child(3) {
	transform: rotate(144deg);
}

.tire-illustration__rim i:nth-child(4) {
	transform: rotate(216deg);
}

.tire-illustration__rim i:nth-child(5) {
	transform: rotate(288deg);
}

.hero-spec-card {
	position: absolute;
	z-index: 3;
	display: grid;
	min-width: 155px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	background: rgba(11, 18, 32, 0.78);
	box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(12px);
}

.hero-spec-card small,
.hero-spec-card span {
	color: #94a3b8;
	font-size: 0.64rem;
}

.hero-spec-card strong {
	margin-block: 2px;
	color: var(--rdp-white);
	font-size: 1.04rem;
}

.hero-spec-card--top {
	top: 14%;
	right: 4%;
}

.hero-spec-card--bottom {
	bottom: 11%;
	left: 4%;
}

.section-heading {
	margin-bottom: 38px;
}

.section-heading h2 {
	margin-bottom: 0;
}

.section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
	align-items: end;
	gap: 40px;
}

.section-heading--split > p {
	margin-bottom: 6px;
	color: var(--rdp-slate);
}

.section-heading--split > .text-link {
	justify-self: end;
	margin-bottom: 8px;
}

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

.category-card {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 17px;
	min-height: 190px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid var(--rdp-line);
	border-radius: var(--rdp-radius);
	background: var(--rdp-white);
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-card:hover {
	border-color: rgba(245, 183, 0, 0.65);
	box-shadow: var(--rdp-shadow);
	transform: translateY(-5px);
}

.category-card__icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 13px;
	background: rgba(245, 183, 0, 0.14);
	color: #8b6900;
}

.category-card__icon .rdp-icon {
	width: 25px;
	height: 25px;
}

.category-card strong {
	display: block;
	margin: 3px 26px 10px 0;
	font-size: 1rem;
	line-height: 1.25;
}

.category-card small {
	display: block;
	color: var(--rdp-slate);
	font-size: 0.78rem;
	line-height: 1.55;
}

.category-card__arrow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: grid;
	width: 33px;
	height: 33px;
	place-items: center;
	border-radius: 50%;
	background: var(--rdp-soft);
	transition: background 180ms ease, transform 180ms ease;
}

.category-card:hover .category-card__arrow {
	background: var(--rdp-amber);
	transform: translateX(3px);
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--rdp-line);
	border-radius: var(--rdp-radius);
	background: var(--rdp-white);
	box-shadow: 0 4px 16px rgba(11, 18, 32, 0.035);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
	box-shadow: var(--rdp-shadow);
	transform: translateY(-5px);
}

.post-card__media {
	position: relative;
	display: grid;
	aspect-ratio: 1.62;
	overflow: hidden;
	place-items: center;
	background:
		radial-gradient(circle at 60% 45%, rgba(245, 183, 0, 0.25), transparent 30%),
		linear-gradient(135deg, #172033, #0b1220);
}

.post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.post-card:hover .post-card__media > img:not(.brand-lockup__mark) {
	transform: scale(1.035);
}

.post-card__fallback {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.post-card__fallback img {
	width: 76px;
	height: 76px;
	object-fit: contain;
}

.post-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 6px 10px;
	border-radius: 99px;
	background: var(--rdp-amber);
	color: var(--rdp-ink);
	font-size: 0.66rem;
	font-weight: 800;
	text-transform: uppercase;
}

.post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.post-card__meta {
	margin-bottom: 10px;
	color: var(--rdp-slate);
	font-size: 0.69rem;
	font-weight: 650;
	text-transform: uppercase;
}

.post-card h3 {
	margin-bottom: 12px;
}

.post-card h3 a {
	text-decoration: none;
}

.post-card__body > p:not(.post-card__meta) {
	color: var(--rdp-slate);
	font-size: 0.9rem;
	line-height: 1.6;
}

.post-card__body .text-link {
	margin-top: auto;
	padding-top: 12px;
}

.post-card__tire {
	width: 40%;
	aspect-ratio: 1;
	border: 17px solid rgba(3, 7, 18, 0.92);
	border-radius: 50%;
	box-shadow: inset 0 0 0 5px #64748b, 0 14px 25px rgba(0, 0, 0, 0.4);
}

.post-card__media--2 {
	background:
		radial-gradient(circle at 35% 30%, rgba(245, 183, 0, 0.27), transparent 28%),
		linear-gradient(155deg, #25334d, #0b1220);
}

.post-card__media--3 {
	background:
		linear-gradient(135deg, rgba(245, 183, 0, 0.12), transparent 38%),
		repeating-linear-gradient(45deg, #121c2f 0 18px, #0b1220 18px 36px);
}

.decision-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
	align-items: center;
	gap: clamp(55px, 9vw, 120px);
}

.decision-copy h2 {
	margin-bottom: 22px;
}

.decision-copy > p:not(.kicker) {
	margin-bottom: 28px;
	color: var(--rdp-slate);
	font-size: 1.05rem;
}

.decision-list {
	border-top: 1px solid var(--rdp-line);
}

.decision-list > div {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 16px;
	padding-block: 24px;
	border-bottom: 1px solid var(--rdp-line);
}

.decision-list > div > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--rdp-ink);
	color: var(--rdp-amber);
	font-size: 0.76rem;
	font-weight: 800;
}

.decision-list p {
	margin: 0;
	color: var(--rdp-slate);
	font-size: 0.88rem;
}

.decision-list strong {
	display: block;
	margin-bottom: 4px;
	color: var(--rdp-ink);
	font-size: 1rem;
}

.authority-section {
	padding-top: 0;
}

.authority-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
	min-height: 500px;
	overflow: hidden;
	border-radius: var(--rdp-radius-lg);
	background:
		radial-gradient(circle at 12% 80%, rgba(245, 183, 0, 0.15), transparent 24%),
		var(--rdp-ink);
	color: #cbd5e1;
}

.authority-card__portrait {
	position: relative;
	display: grid;
	min-height: 420px;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(245, 183, 0, 0.18), transparent 55%),
		#131f34;
}

.authority-card__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.authority-card__initials {
	display: grid;
	width: 190px;
	aspect-ratio: 1;
	place-items: center;
	border: 2px solid rgba(245, 183, 0, 0.52);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	color: var(--rdp-white);
	font-size: 4rem;
	font-weight: 900;
	letter-spacing: -0.08em;
	box-shadow: 0 0 0 30px rgba(245, 183, 0, 0.045), 0 0 0 60px rgba(245, 183, 0, 0.025);
}

.authority-card__seal {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 10px 13px;
	border-radius: 10px;
	background: var(--rdp-amber);
	color: var(--rdp-ink);
	font-size: 0.68rem;
	font-weight: 800;
}

.authority-card__content {
	align-self: center;
	padding: clamp(45px, 7vw, 85px);
}

.authority-card__content .kicker {
	color: var(--rdp-amber);
}

.authority-card__content h2 {
	margin-bottom: 24px;
	color: var(--rdp-white);
}

.authority-card__content p {
	max-width: 720px;
}

.page-hero {
	background:
		radial-gradient(circle at 80% 20%, rgba(245, 183, 0, 0.16), transparent 25%),
		var(--rdp-ink);
	color: #cbd5e1;
}

.page-hero__inner {
	padding-block: clamp(70px, 9vw, 115px);
}

.page-hero h1 {
	max-width: 900px;
	margin-bottom: 18px;
	color: var(--rdp-white);
	font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.page-hero p:not(.kicker),
.archive-description {
	max-width: 680px;
	margin-bottom: 0;
	color: #cbd5e1;
	font-size: 1.08rem;
}

.page-hero--compact .page-hero__inner {
	padding-block: clamp(55px, 7vw, 85px);
}

.page-hero--compact h1 {
	font-size: clamp(2.3rem, 4vw, 3.65rem);
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 42px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding-inline: 10px;
	place-items: center;
	border: 1px solid var(--rdp-line);
	border-radius: 9px;
	text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--rdp-amber);
	background: var(--rdp-amber);
}

.article-header {
	padding-block: clamp(65px, 8vw, 105px) 50px;
	background: var(--rdp-paper);
}

.article-category {
	display: inline-block;
	margin-bottom: 18px;
	color: #8b6900;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.article-header h1 {
	margin-bottom: 20px;
	font-size: clamp(2.5rem, 5vw, 4.25rem);
}

.article-deck {
	color: var(--rdp-slate);
	font-size: 1.18rem;
}

.article-byline {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 30px;
}

.article-byline__avatar,
.expert-card__avatar {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: var(--rdp-ink);
	color: var(--rdp-amber);
	font-size: 0.74rem;
	font-weight: 900;
}

.article-byline p {
	display: grid;
	margin: 0;
	line-height: 1.35;
}

.article-byline strong {
	font-size: 0.86rem;
}

.article-byline span {
	color: var(--rdp-slate);
	font-size: 0.75rem;
}

.article-featured {
	margin-top: 45px;
}

.article-featured img {
	width: 100%;
	max-height: 680px;
	border-radius: var(--rdp-radius);
	object-fit: cover;
}

.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) 280px;
	align-items: start;
	justify-content: space-between;
	gap: 65px;
	padding-block: clamp(60px, 8vw, 100px);
}

.article-content {
	min-width: 0;
	color: #263246;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.08rem;
	line-height: 1.85;
}

.article-content > *:first-child {
	margin-top: 0;
}

.article-content h2,
.article-content h3,
.article-content h4 {
	margin-top: 2.1em;
	margin-bottom: 0.65em;
	font-family: Inter, "Segoe UI", sans-serif;
}

.article-content h2 {
	font-size: clamp(1.8rem, 3.4vw, 2.45rem);
}

.article-content h3 {
	font-size: clamp(1.35rem, 2.6vw, 1.8rem);
}

.article-content a {
	color: #735800;
}

.article-content img {
	margin-block: 34px;
	border-radius: 16px;
}

.article-content blockquote {
	margin: 36px 0;
	padding: 24px 28px;
	border-left: 4px solid var(--rdp-amber);
	background: var(--rdp-soft);
	color: var(--rdp-ink);
	font-size: 1.12rem;
}

.article-content table {
	width: 100%;
	margin-block: 34px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--rdp-line);
	border-radius: 14px;
	font-family: Inter, "Segoe UI", sans-serif;
	font-size: 0.83rem;
}

.article-content th,
.article-content td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--rdp-line);
	text-align: left;
}

.article-content th {
	background: var(--rdp-ink);
	color: var(--rdp-white);
	font-weight: 750;
}

.article-content tr:last-child td {
	border-bottom: 0;
}

.article-disclosure {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 13px;
	margin-bottom: 36px;
	padding: 17px;
	border: 1px solid #d7e0ea;
	border-radius: 13px;
	background: var(--rdp-paper);
	font-family: Inter, "Segoe UI", sans-serif;
}

.article-disclosure .rdp-icon {
	margin-top: 3px;
	color: #8b6900;
}

.article-disclosure p {
	margin: 0;
	color: var(--rdp-slate);
	font-size: 0.75rem;
	line-height: 1.55;
}

.article-disclosure strong {
	display: block;
	color: var(--rdp-ink);
}

.affiliate-box {
	position: relative;
	margin-block: 38px;
	padding: 26px;
	overflow: hidden;
	border: 2px solid var(--rdp-amber);
	border-radius: 16px;
	background: linear-gradient(135deg, #fffdf4, #ffffff);
	font-family: Inter, "Segoe UI", sans-serif;
}

.affiliate-box::before {
	content: "LINK DE LOJA PARCEIRA";
	display: inline-block;
	margin-bottom: 12px;
	padding: 5px 8px;
	border-radius: 6px;
	background: var(--rdp-amber);
	color: var(--rdp-ink);
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.affiliate-box h3 {
	margin: 0 0 8px;
	font-size: 1.35rem;
}

.affiliate-box p {
	margin-bottom: 18px;
	color: var(--rdp-slate);
	font-size: 0.9rem;
	line-height: 1.6;
}

.affiliate-box a {
	display: inline-flex;
	padding: 12px 18px;
	border-radius: 9px;
	background: var(--rdp-ink);
	color: var(--rdp-white);
	font-size: 0.8rem;
	font-weight: 800;
	text-decoration: none;
}

.expert-card {
	position: sticky;
	top: 110px;
	padding: 22px;
	border: 1px solid var(--rdp-line);
	border-radius: 17px;
	background: var(--rdp-paper);
}

.expert-card__label {
	display: block;
	margin-bottom: 17px;
	color: #8b6900;
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.expert-card__head {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 14px;
}

.expert-card__head p {
	display: grid;
	margin: 0;
	line-height: 1.3;
}

.expert-card__head small {
	color: var(--rdp-slate);
}

.expert-card > p {
	color: var(--rdp-slate);
	font-size: 0.78rem;
	line-height: 1.6;
}

.page-content {
	padding-block: clamp(55px, 8vw, 95px);
}

.page-content,
.comments-area {
	color: #263246;
	font-size: 1.02rem;
}

.page-content--institutional {
	display: grid;
	gap: clamp(44px, 7vw, 86px);
}

.page-content--institutional h2 {
	font-size: clamp(1.55rem, 2.8vw, 2.35rem);
}

.institutional-intro {
	max-width: 920px;
}

.institutional-intro h2 {
	max-width: 780px;
	margin-bottom: 22px;
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.institutional-lead {
	max-width: 840px;
	color: var(--rdp-slate);
	font-size: clamp(1.05rem, 1.8vw, 1.24rem);
	line-height: 1.75;
}

.fact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 34px;
}

.fact-card {
	display: grid;
	gap: 5px;
	padding: 22px;
	border: 1px solid var(--rdp-line);
	border-radius: 16px;
	background: var(--rdp-paper);
}

.fact-card strong {
	color: var(--rdp-ink);
	font-size: 1.1rem;
}

.fact-card span {
	color: var(--rdp-slate);
	font-size: 0.8rem;
}

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

.institutional-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.institutional-card {
	position: relative;
	padding: clamp(25px, 4vw, 38px);
	overflow: hidden;
	border: 1px solid var(--rdp-line);
	border-radius: 20px;
	background: var(--rdp-white);
	box-shadow: 0 14px 34px rgba(11, 18, 32, 0.06);
}

.institutional-card__number {
	display: block;
	margin-bottom: 30px;
	color: #a17a00;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.institutional-card h2 {
	margin-bottom: 14px;
	font-size: 1.45rem;
}

.institutional-card p {
	margin: 0;
	color: var(--rdp-slate);
	font-size: 0.92rem;
	line-height: 1.75;
}

.editorial-method {
	display: grid;
	grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
	gap: clamp(35px, 8vw, 100px);
	padding: clamp(34px, 6vw, 65px);
	border-radius: 26px;
	background:
		radial-gradient(circle at 10% 90%, rgba(245, 183, 0, 0.14), transparent 28%),
		var(--rdp-ink);
	color: #cbd5e1;
}

.editorial-method h2 {
	color: var(--rdp-white);
}

.editorial-method .kicker {
	color: var(--rdp-amber);
}

.editorial-steps {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: editorial-step;
}

.editorial-steps li {
	position: relative;
	display: grid;
	gap: 4px;
	padding: 19px 0 19px 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	counter-increment: editorial-step;
}

.editorial-steps li:last-child {
	border-bottom: 0;
}

.editorial-steps li::before {
	position: absolute;
	top: 20px;
	left: 0;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--rdp-amber);
	color: var(--rdp-ink);
	content: counter(editorial-step);
	font-size: 0.72rem;
	font-weight: 900;
}

.editorial-steps strong {
	color: var(--rdp-white);
	font-size: 0.98rem;
}

.editorial-steps span {
	color: #94a3b8;
	font-size: 0.8rem;
}

.trust-note,
.safety-note {
	padding: clamp(24px, 4vw, 38px);
	border-left: 5px solid var(--rdp-amber);
	border-radius: 0 18px 18px 0;
	background: #fffaf0;
}

.trust-note h2 {
	margin-bottom: 10px;
}

.trust-note p,
.safety-note p {
	margin: 0;
	color: #4b5563;
}

.safety-note {
	border-left-color: #dc2626;
	background: #fff7f7;
}

.safety-note > strong {
	display: block;
	margin-bottom: 7px;
	color: #991b1b;
	font-size: 1.05rem;
}

.institutional-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: clamp(28px, 5vw, 50px);
	border: 1px solid var(--rdp-line);
	border-radius: 22px;
	background: var(--rdp-soft);
}

.institutional-cta h2,
.institutional-cta .kicker {
	margin-bottom: 0;
}

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

.contact-card {
	padding: clamp(26px, 4vw, 40px);
	border: 1px solid var(--rdp-line);
	border-radius: 20px;
	background: var(--rdp-paper);
}

.contact-card__label {
	display: inline-block;
	margin-bottom: 25px;
	color: #8b6900;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-card h2 {
	margin-bottom: 13px;
}

.contact-card p,
.contact-card li {
	color: var(--rdp-slate);
	font-size: 0.92rem;
}

.contact-card ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.contact-email {
	color: #735800;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.institutional-prose {
	width: min(100%, 820px);
}

.institutional-prose > :first-child {
	margin-top: 0;
}

.institutional-prose h2 {
	margin-top: 2.2em;
	margin-bottom: 0.7em;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.institutional-prose p,
.institutional-prose li {
	color: #475569;
	line-height: 1.85;
}

.institutional-prose a {
	color: #735800;
	font-weight: 700;
}

.legal-meta {
	width: fit-content;
	margin-bottom: -44px;
	padding: 7px 11px;
	border: 1px solid var(--rdp-line);
	border-radius: 99px;
	background: var(--rdp-paper);
	color: var(--rdp-slate);
	font-size: 0.7rem;
	font-weight: 700;
}

.affiliate-policy {
	margin-block: 32px;
	padding: 24px;
	border: 2px solid var(--rdp-amber);
	border-radius: 16px;
	background: #fffdf4;
}

.affiliate-policy strong {
	display: block;
	margin-bottom: 6px;
	color: var(--rdp-ink);
}

.affiliate-policy p {
	margin: 0;
}

.comments-wrap {
	padding-bottom: 80px;
}

.comment-list {
	padding-left: 22px;
}

.comment-body {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid var(--rdp-line);
	border-radius: 14px;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #cbd5e1;
	border-radius: 9px;
}

.form-submit .submit {
	padding: 12px 18px;
	border: 0;
	border-radius: 9px;
	background: var(--rdp-ink);
	color: var(--rdp-white);
	font-weight: 750;
}

.empty-state,
.error-page__inner {
	max-width: 720px;
	margin-inline: auto;
	text-align: center;
}

.empty-state img {
	margin: 0 auto 20px;
}

.empty-state .search-form,
.error-page .search-form {
	margin-block: 24px;
}

.error-page__code {
	display: block;
	margin-bottom: -16px;
	color: var(--rdp-soft);
	font-size: clamp(6rem, 18vw, 13rem);
	font-weight: 950;
	letter-spacing: -0.08em;
	line-height: 0.85;
}

.site-footer {
	padding-block: 70px 25px;
	background: var(--rdp-navy-950);
	color: #94a3b8;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) 0.65fr 0.65fr;
	gap: 70px;
}

.brand-lockup--footer .brand-lockup__text strong {
	color: var(--rdp-white);
}

.footer-brand > p {
	max-width: 450px;
	margin-top: 20px;
	font-size: 0.83rem;
}

.footer-column h2 {
	margin-bottom: 18px;
	color: var(--rdp-white);
	font-size: 0.86rem;
	letter-spacing: 0;
}

.footer-menu {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu a {
	color: #94a3b8;
	font-size: 0.78rem;
	text-decoration: none;
}

.footer-menu a:hover {
	color: var(--rdp-amber);
}

.affiliate-disclosure {
	margin-top: 48px;
	padding: 16px 18px;
	border: 1px solid var(--rdp-navy-700);
	border-radius: 12px;
	background: var(--rdp-navy-900);
	font-size: 0.7rem;
}

.affiliate-disclosure strong {
	color: var(--rdp-white);
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--rdp-navy-700);
	font-size: 0.68rem;
}

.site-footer__bottom p {
	margin: 0;
}

@media (max-width: 1060px) {
	.site-header__inner {
		gap: 18px;
	}

	.primary-nav__list {
		gap: 17px;
	}

	.primary-nav a {
		font-size: 0.76rem;
	}

	.header-guide-button {
		display: none;
	}

	.hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
	}

	.category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.category-card {
		min-height: 150px;
	}

	.article-layout {
		grid-template-columns: minmax(0, 1fr) 250px;
		gap: 38px;
	}
}

@media (max-width: 820px) {
	.rdp-container {
		width: min(calc(100% - 30px), var(--rdp-container));
	}

	.trust-bar__inner {
		justify-content: flex-start;
		overflow: hidden;
	}

	.trust-bar p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.site-header__inner {
		min-height: 70px;
	}

	.primary-nav {
		position: fixed;
		top: 104px;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		padding: 26px 20px;
		overflow-y: auto;
		background: var(--rdp-white);
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav__list {
		display: grid;
		gap: 0;
	}

	.primary-nav a {
		padding: 16px 4px;
		border-bottom: 1px solid var(--rdp-line);
		font-size: 1rem;
	}

	.menu-toggle {
		display: inline-grid;
	}

	.hero__grid {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-block: 70px;
	}

	.hero__visual {
		width: min(100%, 560px);
		margin-inline: auto;
	}

	.hero__photo,
	.tire-stage,
	.hero-photo-stage {
		aspect-ratio: 1.2;
	}

	.tire-illustration {
		width: 48%;
	}

	.section-heading--split {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.section-heading--split > .text-link {
		justify-self: start;
	}

	.post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.decision-grid {
		grid-template-columns: 1fr;
	}

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

	.authority-card__portrait {
		min-height: 360px;
	}

	.article-layout {
		grid-template-columns: 1fr;
	}

	.fact-grid,
	.institutional-grid--three {
		grid-template-columns: 1fr;
	}

	.editorial-method {
		grid-template-columns: 1fr;
	}

	.article-sidebar {
		order: -1;
	}

	.expert-card {
		position: static;
	}

	.site-footer__grid {
		grid-template-columns: 1.4fr 0.8fr 0.8fr;
		gap: 34px;
	}
}

@media (max-width: 600px) {
	body {
		font-size: 16px;
	}

	.section {
		padding-block: 68px;
	}

	.brand-lockup__mark {
		width: 40px;
		height: 40px;
	}

	.brand-lockup__full {
		width: 195px;
	}

	.brand-lockup__text small {
		display: none;
	}

	.search-toggle {
		display: none;
	}

	.primary-nav {
		top: 104px;
	}

	.hero__grid {
		padding-block: 58px;
	}

	.hero h1 {
		font-size: clamp(2.55rem, 13vw, 3.7rem);
	}

	.hero__actions {
		display: grid;
	}

	.hero__actions .button {
		width: 100%;
	}

	.hero__proof {
		display: grid;
	}

	.hero__visual {
		display: none;
	}

	.category-grid,
	.post-grid,
	.institutional-grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.institutional-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.institutional-cta .button {
		width: 100%;
	}

	.legal-meta {
		margin-bottom: -24px;
	}

	.category-card {
		min-height: 140px;
	}

	.authority-card__portrait {
		min-height: 300px;
	}

	.authority-card__initials {
		width: 145px;
		font-size: 3.2rem;
	}

	.authority-card__content {
		padding: 36px 24px 44px;
	}

	.article-content {
		font-size: 1rem;
	}

	.article-content table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom {
		display: grid;
	}

	.search-form {
		display: grid;
	}

	.search-submit {
		justify-content: center;
		min-height: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
