.rt-towing-page {
	--tow-red: #ed1c24;
	--tow-ink: #0a0e13;
	--tow-panel: #11161d;
	--tow-paper: #f3f0eb;
	--tow-line: rgba(10, 14, 19, 0.16);
	padding-top: 0;
	padding-bottom: 0;
	background: var(--tow-paper);
	color: var(--tow-ink);
	overflow: hidden;
}

.rt-towing-page *,
.rt-towing-page *::before,
.rt-towing-page *::after { box-sizing: border-box; }
.rt-towing-page h1,
.rt-towing-page h2,
.rt-towing-page h3,
.rt-towing-page p { margin-top: 0; }
.rt-towing-page h1,
.rt-towing-page h2,
.rt-towing-page h3 { font-family: "Bebas Neue", "Bebas Neue Fallback", "Arial Narrow", sans-serif; font-weight: 400; }

.rt-towing-kicker {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 24px;
	color: var(--tow-red);
	font: 700 12px/1.2 "Roboto Condensed", sans-serif;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}
.rt-towing-kicker > span { width: 34px; height: 2px; background: currentColor; flex: 0 0 auto; }
.rt-towing-kicker--dark { color: var(--tow-red); }

.rt-towing-hero {
	position: relative;
	min-height: clamp(680px, 74vh, 850px);
	background: #06090d;
	color: #fff;
	isolation: isolate;
}
.rt-towing-hero__media,
.rt-towing-hero__overlay { position: absolute; inset: 0; }
.rt-towing-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.rt-towing-hero__overlay {
	background: linear-gradient(90deg, rgba(4,7,10,.98) 0%, rgba(4,7,10,.88) 35%, rgba(4,7,10,.32) 65%, rgba(4,7,10,.15) 100%), linear-gradient(0deg, rgba(4,7,10,.82), transparent 40%);
	z-index: 1;
}
.rt-towing-hero__container { position: relative; z-index: 2; min-height: inherit; display: flex; align-items: center; padding-top: 70px; padding-bottom: 105px; }
.rt-towing-hero__content { width: min(720px, 56%); }
.rt-towing-hero h1 { margin-bottom: 24px; color: #fff; font-size: clamp(74px, 7vw, 126px); line-height: .82; letter-spacing: -.025em; }
.rt-towing-hero h1 span { display: block; }
.rt-towing-hero h1 span:last-child { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.9); }
.rt-towing-hero__description { max-width: 680px; margin-bottom: 32px; color: rgba(255,255,255,.76); font: 400 clamp(16px,1.2vw,20px)/1.65 "Outfit", sans-serif; }
.rt-towing-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.rt-towing-button { position: relative; display: flex; align-items: center; min-width: 286px; height: 66px; padding: 6px 24px 6px 6px; border: 1px solid rgba(255,255,255,.22); color: #fff; text-decoration: none; overflow: hidden; }
.rt-towing-button strong { position: relative; z-index: 2; flex: 1; text-align: center; font: 700 15px/1 "Roboto Condensed", sans-serif; letter-spacing: .035em; }
.rt-towing-button__icon { position: relative; z-index: 2; display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 52px; background: #fff; color: var(--tow-ink); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.rt-towing-button__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.rt-towing-button::before { content: ""; position: absolute; inset: 0; background: var(--tow-red); transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.rt-towing-button--primary { border-color: var(--tow-red); background: var(--tow-red); }
.rt-towing-button--primary::before { background: #c80f16; }
.rt-towing-button:hover::before,
.rt-towing-button:focus-visible::before { transform: scaleX(1); transform-origin: left; }
.rt-towing-button:hover .rt-towing-button__icon,
.rt-towing-button:focus-visible .rt-towing-button__icon { transform: translateX(4px); }
.rt-towing-button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.rt-towing-hero__status { position: absolute; right: 32px; bottom: 38px; display: flex; align-items: center; gap: 11px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.2); background: rgba(8,12,17,.82); backdrop-filter: blur(10px); color: #fff; font: 700 11px/1 "Roboto Condensed", sans-serif; letter-spacing: .14em; }
.rt-towing-hero__status i { width: 9px; height: 9px; border-radius: 50%; background: #2de181; box-shadow: 0 0 0 6px rgba(45,225,129,.1); }
.rt-towing-hero__scroll { position: absolute; z-index: 3; right: max(30px, calc((100vw - 1600px)/2)); bottom: 0; display: flex; align-items: center; gap: 18px; min-width: 230px; height: 58px; padding: 0 22px; background: var(--tow-paper); color: var(--tow-ink); text-decoration: none; font: 700 11px/1 "Roboto Condensed", sans-serif; letter-spacing: .13em; }
.rt-towing-hero__scroll svg { margin-left: auto; width: 19px; height: 19px; fill: none; stroke: var(--tow-red); stroke-width: 2; }

.rt-towing-overview { padding: clamp(90px, 9vw, 150px) 0; }
.rt-towing-overview__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(460px, .9fr); gap: clamp(55px,7vw,120px); align-items: center; }
.rt-towing-overview h2,
.rt-towing-section-head h2,
.rt-towing-details h2 { color: var(--tow-ink); font-size: clamp(60px, 5.4vw, 98px); line-height: .88; letter-spacing: -.02em; }
.rt-towing-overview h2 span,
.rt-towing-safety h2 span { display: block; }
.rt-towing-overview__intro { max-width: 700px; margin: 28px 0 34px; color: #48505b; font: 400 17px/1.7 "Outfit", sans-serif; }
.rt-towing-overview__points { border-top: 1px solid var(--tow-line); }
.rt-towing-overview__points article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--tow-line); }
.rt-towing-overview__points article > span { color: var(--tow-red); font: 400 28px/1 "Bebas Neue", sans-serif; }
.rt-towing-overview__points h3 { margin-bottom: 7px; color: var(--tow-ink); font-size: 24px; letter-spacing: .02em; }
.rt-towing-overview__points p { margin: 0; color: #68707a; font: 400 14px/1.55 "Outfit", sans-serif; }
.rt-towing-overview__media { position: relative; min-height: 650px; margin: 0; overflow: hidden; background: #ddd8d0; }
.rt-towing-overview__media::before { content: ""; position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(255,255,255,.5); pointer-events: none; }
.rt-towing-overview__media img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: 55% center; }
.rt-towing-overview__media figcaption { position: absolute; z-index: 3; left: 0; bottom: 0; display: flex; flex-direction: column; gap: 5px; min-width: 270px; padding: 23px 26px; background: var(--tow-red); color: #fff; }
.rt-towing-overview__media strong { font: 700 13px/1 "Roboto Condensed", sans-serif; letter-spacing: .14em; }
.rt-towing-overview__media span { font: 400 12px/1.3 "Outfit", sans-serif; }

.rt-towing-vehicles { padding: clamp(90px, 8vw, 135px) 0; background: var(--tow-ink); color: #fff; }
.rt-towing-section-head { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(300px,.55fr); gap: 70px; align-items: end; margin-bottom: 64px; }
.rt-towing-section-head--dark h2 { color: #fff; }
.rt-towing-section-head h2 span { display: block; }
.rt-towing-section-head > p { margin: 0 0 7px; color: #717a86; font: 400 16px/1.65 "Outfit", sans-serif; }
.rt-towing-section-head--dark > p { color: #a9b0b9; }
.rt-towing-vehicles__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.14); }
.rt-towing-vehicle { position: relative; display: grid; min-width: 0; grid-template-rows: auto auto auto auto; align-content: start; padding: 30px 32px 26px; border-right: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.012); transition: background-color .25s ease, box-shadow .25s ease; }
.rt-towing-vehicle:last-child { border-right: 0; }
.rt-towing-vehicle::before { position: absolute; top: 0; right: 0; left: 0; height: 2px; background: var(--tow-red); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.rt-towing-vehicle:hover { background: #121820; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); }
.rt-towing-vehicle:hover::before { transform: scaleX(1); }
.rt-towing-vehicle__top { display: flex; min-height: 42px; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.rt-towing-vehicle__top > span { color: var(--tow-red); font: 400 35px/1 "Bebas Neue", sans-serif; }
.rt-towing-vehicle__top svg { width: 42px; height: 42px; fill: none; stroke: var(--tow-red); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.rt-towing-vehicle h3 { margin: 0 0 15px; color: #fff; font-size: clamp(26px, 1.65vw, 31px); line-height: 1.04; }
.rt-towing-vehicle p { margin: 0; color: #a9b0b9; font: 400 14px/1.55 "Outfit", sans-serif; }
.rt-towing-vehicle small { display: block; margin-top: 24px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); color: #7d8794; font: 700 10px/1.3 "Roboto Condensed", sans-serif; letter-spacing: .14em; }

.rt-towing-process { padding: clamp(90px, 8vw, 135px) 0; }
.rt-towing-process__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; counter-reset: towing-step; }
.rt-towing-process__grid article { position: relative; display: grid; min-width: 0; grid-template-rows: auto auto 1fr; min-height: 270px; padding: 28px 28px 26px; overflow: hidden; border: 1px solid rgba(10,14,19,.16); background: rgba(255,255,255,.58); transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease; }
.rt-towing-process__grid article::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--tow-red); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.rt-towing-process__grid article::after { position: absolute; right: 24px; bottom: 17px; color: rgba(10,14,19,.035); content: "0" counter(towing-step); counter-increment: towing-step; font: 400 86px/1 "Bebas Neue", sans-serif; pointer-events: none; }
.rt-towing-process__grid article:hover { border-color: rgba(237,28,36,.32); background: #fff; box-shadow: 0 18px 40px rgba(10,14,19,.07); }
.rt-towing-process__grid article:hover::before { transform: scaleX(1); }
.rt-towing-process__icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 38px; color: var(--tow-red); }
.rt-towing-process__icon svg { width: 44px; height: 44px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.rt-towing-process h3 { position: relative; z-index: 1; margin: 0 0 13px; color: var(--tow-ink); font-size: clamp(25px,1.55vw,29px); line-height: 1.05; }
.rt-towing-process article p { position: relative; z-index: 1; max-width: 30ch; margin: 0; color: #68707a; font: 400 14px/1.58 "Outfit", sans-serif; }

.rt-towing-safety { padding: clamp(90px, 8vw, 130px) 0; background: #12171e; color: #fff; }
.rt-towing-safety__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(60px,8vw,130px); align-items: center; }
.rt-towing-safety__media { position: relative; height: 640px; margin: 0; overflow: hidden; }
.rt-towing-safety__media img { width: 100%; height: 100%; object-fit: cover; }
.rt-towing-safety__media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.rt-towing-safety__media > span { position: absolute; z-index: 2; left: 0; bottom: 0; padding: 20px 24px; background: var(--tow-red); color: #fff; font: 700 11px/1 "Roboto Condensed", sans-serif; letter-spacing: .16em; }
.rt-towing-safety h2 { margin-bottom: 30px; color: #fff; font-size: clamp(62px,5vw,94px); line-height: .86; }
.rt-towing-safety__copy > p:not(.rt-towing-kicker) { color: #a9b0b9; font: 400 16px/1.7 "Outfit", sans-serif; }
.rt-towing-safety ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.rt-towing-safety li { display: flex; align-items: center; gap: 16px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.15); font: 600 14px/1.3 "Outfit", sans-serif; }
.rt-towing-safety li svg { width: 22px; height: 22px; fill: none; stroke: var(--tow-red); stroke-width: 2.5; }

.rt-towing-details { padding: clamp(90px, 9vw, 150px) 0; }
.rt-towing-details__grid { display: grid; grid-template-columns: 1fr minmax(420px,.62fr); gap: clamp(60px,9vw,150px); align-items: center; }
.rt-towing-details__copy > p:not(.rt-towing-kicker) { max-width: 720px; color: #606873; font: 400 16px/1.7 "Outfit", sans-serif; }
.rt-towing-details__factors { display: grid; grid-template-columns: 1fr 1fr; margin: 38px 0 0; padding: 0; border-top: 1px solid var(--tow-line); list-style: none; }
.rt-towing-details__factors li { display: flex; gap: 15px; padding: 21px 15px 21px 0; border-bottom: 1px solid var(--tow-line); color: #232932; font: 600 13px/1.4 "Outfit", sans-serif; }
.rt-towing-details__factors li:nth-child(odd) { border-right: 1px solid var(--tow-line); }
.rt-towing-details__factors li:nth-child(even) { padding-left: 20px; }
.rt-towing-details__factors span { color: var(--tow-red); font: 400 23px/1 "Bebas Neue", sans-serif; }
.rt-towing-dispatch { padding: 46px; background: var(--tow-ink); color: #fff; box-shadow: 24px 24px 0 rgba(237,28,36,.12); }
.rt-towing-dispatch > span { color: var(--tow-red); font: 700 11px/1 "Roboto Condensed", sans-serif; letter-spacing: .18em; }
.rt-towing-dispatch h3 { margin: 55px 0 14px; color: #fff; font-size: 55px; line-height: .9; }
.rt-towing-dispatch p { color: #a9b0b9; font: 400 15px/1.65 "Outfit", sans-serif; }
.rt-towing-dispatch__actions { display: grid; gap: 12px; margin-top: 32px; }
.rt-towing-dispatch__actions a { position: relative; display: grid; min-height: 62px; grid-template-columns: 42px minmax(0, 1fr) 20px; gap: 14px; align-items: center; padding: 8px 18px 8px 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); color: #fff; text-decoration: none; font: 700 13px/1.15 "Roboto Condensed", sans-serif; letter-spacing: .045em; transition: border-color .25s ease, background-color .25s ease, color .25s ease; }
.rt-towing-dispatch__actions a:hover,
.rt-towing-dispatch__actions a:focus,
.rt-towing-dispatch__actions a:focus-visible,
.rt-towing-dispatch__actions a:hover strong,
.rt-towing-dispatch__actions a:focus strong,
.rt-towing-dispatch__actions a:focus-visible strong,
.rt-towing-dispatch__actions a:hover span,
.rt-towing-dispatch__actions a:focus span,
.rt-towing-dispatch__actions a:focus-visible span { color: #fff; }
.rt-towing-dispatch__actions a::before { position: absolute; inset: 0; background: rgba(0,0,0,.13); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.rt-towing-dispatch__actions a:hover::before,
.rt-towing-dispatch__actions a:focus-visible::before { transform: scaleX(1); transform-origin: left; }
.rt-towing-dispatch__actions a:first-child { background: var(--tow-red); border-color: var(--tow-red); }
.rt-towing-dispatch__actions a:last-child { background: rgba(255,255,255,.025); }
.rt-towing-dispatch__actions a:last-child::before { background: rgba(255,255,255,.07); }
.rt-towing-dispatch__actions a:last-child:hover,
.rt-towing-dispatch__actions a:last-child:focus-visible { border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.055); }
.rt-towing-dispatch__actions a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.rt-towing-dispatch__actions svg,
.rt-towing-dispatch__actions strong,
.rt-towing-dispatch__actions span { position: relative; z-index: 1; }
.rt-towing-dispatch__actions svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
.rt-towing-dispatch__actions a:hover svg,
.rt-towing-dispatch__actions a:focus svg,
.rt-towing-dispatch__actions a:focus-visible svg { color: #fff; stroke: #fff; }
.rt-towing-dispatch__actions a > svg:first-child { box-sizing: border-box; width: 42px; height: 42px; padding: 11px; background: rgba(255,255,255,.16); }
.rt-towing-dispatch__actions a > svg:last-child { justify-self: end; }
.rt-towing-dispatch__actions a:hover > svg:last-child,
.rt-towing-dispatch__actions a:focus-visible > svg:last-child { transform: translateX(3px); }
.rt-towing-dispatch__actions strong,
.rt-towing-dispatch__actions span { text-align: left; }

.rt-towing-faq { padding: clamp(90px,8vw,135px) 0; background: var(--tow-ink); color: #fff; }
.rt-towing-faq__grid { display: grid; grid-template-columns: minmax(310px,.55fr) 1fr; gap: clamp(70px,10vw,170px); }
.rt-towing-faq header { position: sticky; top: 120px; align-self: start; }
.rt-towing-faq h2 { max-width: 560px; color: #fff; font-size: clamp(66px,5vw,94px); line-height: .88; }
.rt-towing-faq header > p:last-child { max-width: 420px; color: #8f98a4; font: 400 15px/1.65 "Outfit", sans-serif; }
.rt-towing-faq__list { border-top: 1px solid rgba(255,255,255,.16); }
.rt-towing-faq details { border-bottom: 1px solid rgba(255,255,255,.16); }
.rt-towing-faq summary { display: grid; grid-template-columns: 48px 1fr 28px; gap: 18px; align-items: center; padding: 28px 0; cursor: pointer; list-style: none; }
.rt-towing-faq summary::-webkit-details-marker { display: none; }
.rt-towing-faq summary span { color: var(--tow-red); font: 400 24px/1 "Bebas Neue", sans-serif; }
.rt-towing-faq summary strong { color: #fff; font: 700 18px/1.25 "Roboto Condensed", sans-serif; letter-spacing: .02em; }
.rt-towing-faq summary i { position: relative; width: 24px; height: 24px; }
.rt-towing-faq summary i::before,
.rt-towing-faq summary i::after { content: ""; position: absolute; left: 4px; top: 11px; width: 16px; height: 2px; background: var(--tow-red); transition: transform .25s; }
.rt-towing-faq summary i::after { transform: rotate(90deg); }
.rt-towing-faq details[open] summary i::after { transform: rotate(0); }
.rt-towing-faq details > div { padding: 0 54px 27px 66px; }
.rt-towing-faq details p { margin: 0; color: #a9b0b9; font: 400 15px/1.7 "Outfit", sans-serif; }

@media (max-width: 1180px) {
	.rt-towing-hero__content { width: 64%; }
	.rt-towing-overview__grid { grid-template-columns: 1fr 430px; gap: 55px; }
	.rt-towing-vehicles__grid,
	.rt-towing-process__grid { grid-template-columns: repeat(2, 1fr); }
	.rt-towing-vehicle__top { margin-bottom: 30px; }
	.rt-towing-details__grid { grid-template-columns: 1fr 400px; gap: 60px; }
}

@media (max-width: 820px) {
	.rt-towing-hero { min-height: 720px; }
	.rt-towing-hero__media img { object-position: 66% center; }
	.rt-towing-hero__overlay { background: linear-gradient(90deg, rgba(4,7,10,.98), rgba(4,7,10,.78)), linear-gradient(0deg, rgba(4,7,10,.88), transparent); }
	.rt-towing-hero__content { width: 88%; }
	.rt-towing-hero__status { right: 20px; bottom: 78px; }
	.rt-towing-overview__grid,
	.rt-towing-safety__grid,
	.rt-towing-details__grid,
	.rt-towing-faq__grid { grid-template-columns: 1fr; }
	.rt-towing-overview__media,
	.rt-towing-overview__media img { min-height: 520px; }
	.rt-towing-section-head { grid-template-columns: 1fr; gap: 20px; }
	.rt-towing-safety__media { height: 520px; }
	.rt-towing-faq header { position: static; }
}

@media (max-width: 600px) {
	.rt-towing-hero { min-height: 760px; }
	.rt-towing-hero__container { align-items: flex-start; padding-top: 68px; padding-bottom: 145px; }
	.rt-towing-hero__content { width: 100%; }
	.rt-towing-kicker { margin-bottom: 18px; font-size: 10px; letter-spacing: .17em; }
	.rt-towing-hero h1 { margin-bottom: 22px; font-size: clamp(55px, 18vw, 70px); line-height: .86; }
	.rt-towing-hero__description { font-size: 15px; line-height: 1.55; }
	.rt-towing-actions { display: grid; }
	.rt-towing-button { width: 100%; min-width: 0; height: 62px; }
	.rt-towing-hero__status { left: 20px; right: auto; bottom: 78px; padding: 13px 14px; font-size: 9px; }
	.rt-towing-hero__scroll { left: 0; right: 0; width: 100%; bottom: 0; }
	.rt-towing-overview,
	.rt-towing-vehicles,
	.rt-towing-process,
	.rt-towing-safety,
	.rt-towing-details,
	.rt-towing-faq { padding: 78px 0; }
	.rt-towing-overview h2,
	.rt-towing-section-head h2,
	.rt-towing-details h2,
	.rt-towing-safety h2,
	.rt-towing-faq h2 { font-size: 54px; line-height: .9; }
	.rt-towing-overview__grid { gap: 45px; }
	.rt-towing-overview__points article { grid-template-columns: 45px 1fr; }
	.rt-towing-overview__media,
	.rt-towing-overview__media img { min-height: 390px; }
	.rt-towing-overview__media figcaption { min-width: 0; right: 0; }
	.rt-towing-vehicles__grid,
	.rt-towing-process__grid { grid-template-columns: 1fr; }
	.rt-towing-vehicle { min-height: 0; padding: 28px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
	.rt-towing-vehicle:last-child { border-bottom: 0; }
	.rt-towing-vehicle__top { margin-bottom: 26px; }
	.rt-towing-vehicle h3 { min-height: 0; }
	.rt-towing-vehicle small { margin-top: 22px; }
	.rt-towing-process__grid { gap: 12px; }
	.rt-towing-process__grid article { min-height: 0; padding: 26px 24px; }
	.rt-towing-process__icon { margin-bottom: 28px; }
	.rt-towing-safety__grid { gap: 48px; }
	.rt-towing-safety__media { height: 390px; }
	.rt-towing-details__factors { grid-template-columns: 1fr; }
	.rt-towing-details__factors li:nth-child(odd) { border-right: 0; }
	.rt-towing-details__factors li:nth-child(even) { padding-left: 0; }
	.rt-towing-dispatch { padding: 32px 24px; box-shadow: 12px 12px 0 rgba(237,28,36,.12); }
	.rt-towing-dispatch h3 { margin-top: 42px; font-size: 48px; }
	.rt-towing-faq__grid { gap: 45px; }
	.rt-towing-faq summary { grid-template-columns: 36px 1fr 24px; gap: 10px; padding: 23px 0; }
	.rt-towing-faq summary strong { font-size: 16px; }
	.rt-towing-faq details > div { padding: 0 0 23px 46px; }
}

@media (prefers-reduced-motion: reduce) {
	.rt-towing-page *, .rt-towing-page *::before, .rt-towing-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
