html,
body,
#page,
.site,
.site-content,
.content-area,
.site-main,
.entry-content,
.wp-site-blocks {
	background: #050505;
}

body.page,
body.single,
body.home {
	background: #050505;
}

.entry-content > #auto-delivery-page,
.wp-block-post-content > #auto-delivery-page {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

#auto-delivery-page {
	--bg: #050505;
	--bg-soft: #111111;
	--card: rgba(255, 255, 255, 0.04);
	--card-border: rgba(255, 255, 255, 0.08);
	--text: #f5f5f5;
	--muted: #b7b7b7;
	--accent: #e10600;
	--accent-2: #ff3b30;
	--white: #ffffff;
	--shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
	--radius: 24px;
	--radius-sm: 16px;
	--max: 1200px;
	--page-gutter: 64px;

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	position: relative;
	isolation: isolate;
	background: #050505;
	color: var(--text);
	line-height: 1.6;
	overflow-x: hidden;
}

#auto-delivery-page::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: #050505;
	pointer-events: none;
}

#auto-delivery-page::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: transparent;
	pointer-events: none;
}

#auto-delivery-page > * {
	position: relative;
	z-index: 2;
}

#auto-delivery-page *,
#auto-delivery-page *::before,
#auto-delivery-page *::after {
	box-sizing: border-box;
}

#auto-delivery-page img {
	max-width: 100%;
	display: block;
}

#auto-delivery-page a {
	color: var(--accent-2);
	text-decoration: none;
	font-weight: 700;
	transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

#auto-delivery-page a,
#auto-delivery-page button,
#auto-delivery-page summary,
#auto-delivery-page .btn {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	outline: none;
}

#auto-delivery-page a:focus,
#auto-delivery-page a:active,
#auto-delivery-page button:focus,
#auto-delivery-page button:active,
#auto-delivery-page .btn:focus,
#auto-delivery-page .btn:active {
	outline: none;
	box-shadow: none;
}

#auto-delivery-page a:focus-visible,
#auto-delivery-page button:focus-visible,
#auto-delivery-page .btn:focus-visible {
	outline: 2px solid rgba(255, 59, 48, 0.85);
	outline-offset: 4px;
}

#auto-delivery-page .container {
	width: min(calc(100% - var(--page-gutter) * 2), var(--max));
	margin: 0 auto;
}

#auto-delivery-page .section {
	padding: 88px 0;
	position: relative;
}

#auto-delivery-page .badge {
	display: inline-flex;
	align-self: flex-start;
	width: fit-content;
	align-items: center;
	gap: 10px;
	padding: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
	color: var(--white);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

#auto-delivery-page .badge::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--accent-2);
	box-shadow: 0 0 14px rgba(255, 59, 48, 0.55);
	flex: 0 0 auto;
}

#auto-delivery-page .section-title {
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.05;
	font-weight: 800;
	margin: 18px 0;
	letter-spacing: -0.03em;
}

#auto-delivery-page .section-title span,
#auto-delivery-page .hero-title span {
	color: var(--accent-2);
}

#auto-delivery-page .section-text,
#auto-delivery-page .hero-text,
#auto-delivery-page .muted {
	color: var(--muted);
	font-size: 18px;
}


/* Hero */

#auto-delivery-page .hero.auto-hero {
	position: relative;
	min-height: 72vh;
	display: flex;
	align-items: center;
	padding: 24px 0 56px;
	isolation: isolate;
	overflow: hidden;
	background: #050505;
}

#auto-delivery-page .hero.auto-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(5, 5, 5, 0.24) 0%, rgba(5, 5, 5, 0.54) 58%, #050505 100%),
		linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.60) 45%, rgba(5, 5, 5, 0.24) 100%),
		url("https://i-pomocdrogowa.pl/wp-content/uploads/2026/05/i-pomocdrogowa-background-100kb.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
}

#auto-delivery-page .hero.auto-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(circle at 72% 18%, rgba(255, 59, 48, 0.16), transparent 32%),
		linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.20) 58%, #050505 100%);
	pointer-events: none;
}

#auto-delivery-page .hero.auto-hero > * {
	position: relative;
	z-index: 2;
}

#auto-delivery-page .hero-inner {
	display: block;
	width: min(calc(100% - var(--page-gutter) * 2), var(--max));
	margin: 0 auto;
}

#auto-delivery-page .hero-content {
	display: block;
	max-width: 860px;
	margin: 0;
	text-align: left;
}

#auto-delivery-page .hero-kicker-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-bottom: 18px;
}

#auto-delivery-page .hero-route-pill {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	min-height: 46px;
	padding: 6px 16px 6px 6px;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018));
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-bottom-color: rgba(255, 59, 48, 0.20);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	white-space: nowrap;
}

#auto-delivery-page .hero-route-pill span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 34px;
	border-radius: 10px;
	background: linear-gradient(135deg, #e10600, #ff3b30);
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(225, 6, 0, 0.26);
}

#auto-delivery-page .hero-route-pill i {
	font-style: normal;
	color: var(--accent-2);
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	text-shadow: 0 0 12px rgba(255, 59, 48, 0.35);
}

#auto-delivery-page .hero-route-pill strong {
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 1;
}

#auto-delivery-page .hero.auto-hero .hero-title {
	font-size: clamp(48px, 6vw, 88px);
	line-height: 0.95;
	letter-spacing: -0.055em;
	font-weight: 950;
	margin: 0 0 22px;
	max-width: 920px;
}

#auto-delivery-page .hero.auto-hero .hero-text {
	max-width: 780px;
	margin-bottom: 26px;
	font-size: 20px;
	line-height: 1.75;
}

#auto-delivery-page .hero.auto-hero .hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 15px;
	margin-bottom: 30px;
}

/* Buttons */

#auto-delivery-page .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 15px;
	transition: 0.25s ease;
	border: 1px solid transparent;
	cursor: pointer;
	text-decoration: none;
}

#auto-delivery-page .btn-primary,
#auto-delivery-page .btn-primary:link,
#auto-delivery-page .btn-primary:visited,
#auto-delivery-page .btn-primary:hover,
#auto-delivery-page .btn-primary:focus,
#auto-delivery-page .btn-primary:active,
#auto-delivery-page .btn-primary:focus-visible {
	background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(225, 6, 0, 0.25);
}

#auto-delivery-page .btn-primary:hover {
	transform: none;
	box-shadow: 0 12px 30px rgba(225, 6, 0, 0.25);
}

#auto-delivery-page .btn-secondary,
#auto-delivery-page .btn-secondary:link,
#auto-delivery-page .btn-secondary:visited,
#auto-delivery-page .btn-secondary:hover,
#auto-delivery-page .btn-secondary:focus,
#auto-delivery-page .btn-secondary:active,
#auto-delivery-page .btn-secondary:focus-visible {
	background: rgba(255, 255, 255, 0.03);
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	border-color: rgba(255, 255, 255, 0.12);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	text-decoration: none;
}

#auto-delivery-page .btn-secondary:hover {
	background: rgba(255, 255, 255, 0.03);
	transform: none;
}

/* Shared cards */

#auto-delivery-page .card,
#auto-delivery-page .service-card,
#auto-delivery-page .adv-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#auto-delivery-page .card {
	border-radius: var(--radius-sm);
}

#auto-delivery-page .card:hover,
#auto-delivery-page .service-card:hover,
#auto-delivery-page .adv-card:hover,
#auto-delivery-page .geo-card:hover,
#auto-delivery-page .transport-image-card:hover,
#auto-delivery-page .transport-info-card:hover {
	transform: none;
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
}

/* Hero stats — clean premium style, no visible borders */

#auto-delivery-page .hero.auto-hero .hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
	max-width: 930px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

#auto-delivery-page .hero.auto-hero .stat {
	position: relative;
	min-height: 148px;
	padding: 26px 16px 26px 28px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 104px;
	grid-template-rows: auto auto;
	column-gap: 14px;
	row-gap: 8px;
	align-items: center;
	border: 0;
	outline: 0;
	border-radius: 28px;
	text-align: left;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.035);
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.30);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

#auto-delivery-page .hero.auto-hero .stat::before {
	content: "";
	position: absolute;
	left: 0;
	top: 28px;
	width: 3px;
	height: 56px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 59, 48, 0.95), rgba(255, 59, 48, 0.08));
	box-shadow: 0 0 18px rgba(255, 59, 48, 0.32);
}

#auto-delivery-page .hero.auto-hero .stat::after {
	content: none;
}

#auto-delivery-page .hero.auto-hero .stat-icon {
	position: static;
	grid-column: 2;
	grid-row: 1 / 3;
	width: 104px;
	height: 104px;
	padding: 0;
	align-self: center;
	justify-self: end;
	object-fit: contain;
	border: 0;
	outline: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	filter:
		drop-shadow(0 18px 24px rgba(0, 0, 0, 0.42))
		drop-shadow(0 0 18px rgba(255, 59, 48, 0.16));
	opacity: 1;
}

#auto-delivery-page .hero.auto-hero .stat strong {
	grid-column: 1;
	grid-row: 1;
	display: block;
	padding: 0;
	margin: 0;
	font-size: clamp(38px, 3vw, 48px);
	line-height: 0.95;
	font-weight: 950;
	letter-spacing: -0.065em;
	color: #ffffff;
	text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

#auto-delivery-page .hero.auto-hero .stat span {
	grid-column: 1;
	grid-row: 2;
	display: block;
	max-width: none;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 750;
	letter-spacing: -0.01em;
	color: rgba(247, 247, 247, 0.64);
}

#auto-delivery-page .hero.auto-hero .stat:hover {
	transform: none;
	border: 0;
	outline: 0;
	background: rgba(255, 255, 255, 0.035);
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.30);
}

/* Transport block */

#auto-delivery-page .transport-showcase {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 28px;
	align-items: stretch;
}

#auto-delivery-page .transport-image-card,
#auto-delivery-page .transport-info-card {
	padding: 34px;
	border-radius: var(--radius);
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#auto-delivery-page .transport-image-card {
	display: flex;
	align-items: stretch;
}

#auto-delivery-page .transport-image-card img {
	width: 100%;
	min-height: 420px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

#auto-delivery-page .transport-info-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#auto-delivery-page .transport-info-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 34px;
	width: 4px;
	height: 74px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 59, 48, 0.95), rgba(255, 59, 48, 0.18));
}

#auto-delivery-page .transport-info-card h2 {
	max-width: 620px;
}

#auto-delivery-page .transport-list {
	list-style: none;
	display: grid;
	gap: 14px;
	margin: 22px 0 0;
	padding: 0;
}

#auto-delivery-page .transport-list li {
	position: relative;
	padding: 15px 16px 15px 48px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #f5f5f5;
	font-weight: 650;
}

#auto-delivery-page .transport-list li::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--accent-2);
	box-shadow: 0 0 14px rgba(255, 59, 48, 0.55);
	transform: translateY(-50%);
}

#auto-delivery-page .transport-note {
	margin-top: 22px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.75;
}

/* Services */

#auto-delivery-page .cards-3,
#auto-delivery-page .services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

#auto-delivery-page .card {
	position: relative;
	padding: 30px;
	height: 100%;
	overflow: hidden;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#auto-delivery-page .card .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 34px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(225, 6, 0, 0.95), rgba(255, 59, 48, 0.95));
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	font-size: 13px;
	line-height: 1;
	font-weight: 950;
	letter-spacing: 0.08em;
	box-shadow:
		0 12px 26px rgba(225, 6, 0, 0.24),
		0 0 24px rgba(255, 59, 48, 0.18);
}

#auto-delivery-page .card::after {
	content: "";
	position: absolute;
	right: -54px;
	top: -54px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 59, 48, 0.11), transparent 68%);
	pointer-events: none;
}

#auto-delivery-page .card h3,
#auto-delivery-page .card p,
#auto-delivery-page .card .icon {
	position: relative;
	z-index: 2;
}

#auto-delivery-page .card h3,
#auto-delivery-page .service-card h3 {
	font-size: 24px;
	margin-bottom: 14px;
}

#auto-delivery-page .service-card h3 {
	min-height: 86px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
}

#auto-delivery-page .card p,
#auto-delivery-page .service-card p,
#auto-delivery-page .adv-card p,
#auto-delivery-page .about-box p {
	color: var(--muted);
}

#auto-delivery-page .service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 32px;
	border-radius: 28px;
	overflow: hidden;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

#auto-delivery-page .service-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 28px;
	width: 4px;
	height: 64px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 59, 48, 0.95), rgba(255, 59, 48, 0.18));
}

#auto-delivery-page .service-icon {
	width: 86px;
	height: 86px;
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle at center, rgba(255, 59, 48, 0.16), transparent 68%);
	border: 0;
	border-radius: 0;
}

#auto-delivery-page .service-icon img {
	width: 76px;
	height: 76px;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 0 16px rgba(255, 59, 48, 0.24));
}

#auto-delivery-page .service-price {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	margin: 0 0 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.01em;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

#auto-delivery-page .service-card p {
	font-size: 17px;
	line-height: 1.75;
	flex-grow: 1;
}

/* Geography *//* Geography */

#auto-delivery-page .geo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
	margin-top: 28px;
}

#auto-delivery-page .geo-card {
	position: relative;
	padding: 34px;
	border-radius: var(--radius);
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.08), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	height: 100%;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#auto-delivery-page .geo-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 34px;
	width: 4px;
	height: 74px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 59, 48, 0.95), rgba(255, 59, 48, 0.18));
}

#auto-delivery-page .geo-card h3 {
	font-size: 28px;
	line-height: 1.18;
	margin-bottom: 12px;
	padding-left: 12px;
}

#auto-delivery-page .geo-card p {
	color: var(--muted);
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 22px;
	padding-left: 12px;
}

#auto-delivery-page .geo-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
}

#auto-delivery-page .geo-list li {
	position: relative;
	min-height: 58px;
	display: flex;
	align-items: center;
	padding: 14px 16px 14px 48px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #f5f5f5;
	font-weight: 600;
}

#auto-delivery-page .geo-list li::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--accent-2);
	box-shadow: 0 0 14px rgba(255, 59, 48, 0.55);
	transform: translateY(-50%);
}

#auto-delivery-page .geo-list.geo-list-check li::before {
	content: "✓";
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

#auto-delivery-page .geo-note,
#auto-delivery-page .geo-card-note {
	margin-top: 18px;
	padding: 16px 18px;
	border-radius: 18px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.10), transparent 36%),
		rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--muted);
	font-size: 15px;
	line-height: 1.65;
}

/* Process *//* Process */

#auto-delivery-page .advantages-points {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-top: 24px;
}

#auto-delivery-page .adv-card {
	border-radius: 22px;
	padding: 24px 24px 22px;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

#auto-delivery-page .adv-top {
	display: grid;
	grid-template-columns: 38px 1fr;
	align-items: center;
	column-gap: 12px;
	margin-bottom: 16px;
}

#auto-delivery-page .adv-num {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(135deg, var(--accent), var(--accent-2));
	box-shadow: 0 8px 18px rgba(225, 6, 0, 0.22);
}

#auto-delivery-page .adv-card h4 {
	font-size: 18px;
	line-height: 1.25;
	color: var(--white);
	margin: 0;
}

#auto-delivery-page .adv-card p {
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

/* Contact Form 7 */

#auto-delivery-page .lead-form-shortcode {
	max-width: 760px;
	margin: 28px auto 0;
	padding: 28px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#auto-delivery-page .lead-form-shortcode .wpcf7 {
	max-width: 680px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

#auto-delivery-page .lead-form-shortcode .wpcf7 form {
	display: grid;
	gap: 16px;
}

#auto-delivery-page .lead-form-shortcode .wpcf7 p {
	margin: 0;
}

#auto-delivery-page .lead-form-shortcode .wpcf7 label {
	display: grid;
	gap: 8px;
	margin: 0;
	color: #f5f5f5;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}

#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="text"],
#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="tel"],
#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="email"],
#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="url"],
#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="number"],
#auto-delivery-page .lead-form-shortcode .wpcf7 textarea,
#auto-delivery-page .lead-form-shortcode .wpcf7 select {
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	background: rgba(255, 255, 255, 0.035);
	color: #ffffff;
	font-size: 15px;
	line-height: 1.45;
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#auto-delivery-page .lead-form-shortcode .wpcf7 textarea {
	min-height: 120px;
	resize: vertical;
}

#auto-delivery-page .lead-form-shortcode .wpcf7 input::placeholder,
#auto-delivery-page .lead-form-shortcode .wpcf7 textarea::placeholder {
	color: #8f8f8f;
}

#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="text"]:focus,
#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="tel"]:focus,
#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="email"]:focus,
#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="url"]:focus,
#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="number"]:focus,
#auto-delivery-page .lead-form-shortcode .wpcf7 textarea:focus,
#auto-delivery-page .lead-form-shortcode .wpcf7 select:focus {
	border-color: rgba(255, 59, 48, 0.52);
	background: rgba(255, 255, 255, 0.055);
	box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.08);
}

#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="submit"],
#auto-delivery-page .lead-form-shortcode .wpcf7 button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	margin-top: 4px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #e10600 0%, #ff3b30 100%);
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba(225, 6, 0, 0.24);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

#auto-delivery-page .lead-form-shortcode .wpcf7 input[type="submit"]:hover,
#auto-delivery-page .lead-form-shortcode .wpcf7 button[type="submit"]:hover {
	transform: none;
	box-shadow: 0 12px 30px rgba(225, 6, 0, 0.24);
	filter: none;
}

#auto-delivery-page .lead-form-shortcode .wpcf7 .wpcf7-not-valid {
	border-color: rgba(255, 59, 48, 0.72);
	box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.10);
}

#auto-delivery-page .lead-form-shortcode .wpcf7 .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #ff7a72;
	font-size: 13px;
	line-height: 1.45;
}

#auto-delivery-page .lead-form-shortcode .wpcf7 .wpcf7-response-output {
	margin: 14px 0 0;
	padding: 12px 14px;
	border-radius: 14px;
	border-color: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.035);
}

#auto-delivery-page .lead-form-shortcode .wpcf7 .wpcf7-spinner {
	margin: 10px auto 0;
	display: block;
}

/* Mobile */

@media (max-width: 767px) {
	#auto-delivery-page {
		--page-gutter: 16px;
	}

	#auto-delivery-page .container,
	#auto-delivery-page .hero-inner {
		width: min(calc(100% - var(--page-gutter) * 2), var(--max));
	}

	#auto-delivery-page .section {
		padding: 56px 0;
	}

	#auto-delivery-page .hero.auto-hero {
		min-height: auto;
		padding: 24px 0 1px;
		background: #050505;
	}

	#auto-delivery-page .hero.auto-hero::before {
		background:
			linear-gradient(180deg, rgba(5, 5, 5, 0.44) 0%, rgba(5, 5, 5, 0.76) 54%, #050505 100%),
			linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.66) 58%, rgba(5, 5, 5, 0.42) 100%),
			url("https://i-pomocdrogowa.pl/wp-content/uploads/2026/05/i-pomocdrogowa-background-100kb.webp");
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}

	#auto-delivery-page .hero.auto-hero::after {
		background:
			radial-gradient(circle at 76% 10%, rgba(255, 59, 48, 0.12), transparent 30%),
			linear-gradient(180deg, rgba(5, 5, 5, 0.10) 0%, rgba(5, 5, 5, 0.68) 48%, #050505 100%);
	}

	#auto-delivery-page .hero-route-pill {
		gap: 9px;
		min-height: 42px;
		max-width: 100%;
		padding: 5px 12px 5px 5px;
	}

	#auto-delivery-page .hero-route-pill span {
		width: 38px;
		height: 32px;
		font-size: 11px;
	}

	#auto-delivery-page .hero-route-pill strong {
		font-size: 11px;
		letter-spacing: 0.05em;
	}

	#auto-delivery-page .hero.auto-hero .hero-title {
		font-size: clamp(40px, 11vw, 58px);
		line-height: 0.98;
		margin: 14px 0 16px;
		max-width: 100%;
	}

	#auto-delivery-page .hero.auto-hero .hero-text {
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 20px;
	}

	#auto-delivery-page .hero.auto-hero .hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		margin: 0 0 16px;
		padding: 0;
	}

	#auto-delivery-page .hero.auto-hero .hero-actions p {
		margin: 0;
		padding: 0;
	}

	#auto-delivery-page .hero.auto-hero .hero-actions br {
		display: none;
	}

	#auto-delivery-page .hero.auto-hero .hero-actions .btn {
		width: 100%;
		min-height: 54px;
		margin: 0;
		padding: 0 20px;
	}

	#auto-delivery-page .btn {
		width: 100%;
		min-height: 54px;
		padding: 0 20px;
		font-size: 15px;
	}

	#auto-delivery-page .hero.auto-hero .hero-stats,
	#auto-delivery-page .cards-3,
	#auto-delivery-page .services-grid,
	#auto-delivery-page .advantages-points,
	#auto-delivery-page .geo-grid,
	#auto-delivery-page .geo-list,
	#auto-delivery-page .transport-showcase {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	#auto-delivery-page .section-title {
		font-size: clamp(30px, 8vw, 42px);
		line-height: 1.08;
		margin: 16px 0 14px;
	}

	#auto-delivery-page .section-text,
	#auto-delivery-page .hero-text,
	#auto-delivery-page .muted {
		font-size: 16px;
		line-height: 1.7;
		text-align: left;
		max-width: 100%;
	}

	#auto-delivery-page .card,
	#auto-delivery-page .service-card,
	#auto-delivery-page .adv-card,
	#auto-delivery-page .transport-image-card,
	#auto-delivery-page .transport-info-card,
	#auto-delivery-page .geo-card {
		padding: 22px;
		border-radius: 20px;
		text-align: left;
		margin: 0;
	}

	#auto-delivery-page .hero.auto-hero .hero-stats {
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 430px;
		margin: 0;
		padding: 0;
		gap: 12px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	#auto-delivery-page .hero.auto-hero .stat {
		min-height: 124px;
		padding: 22px 8px 22px 22px;
		grid-template-columns: minmax(0, 1fr) 104px;
		column-gap: 12px;
		row-gap: 6px;
		border: 0;
		outline: 0;
		border-radius: 24px;
		background: rgba(255, 255, 255, 0.035);
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.30);
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
	}

	#auto-delivery-page .hero.auto-hero .stat::before {
		top: 22px;
		height: 54px;
	}

	#auto-delivery-page .hero.auto-hero .stat-icon {
		width: 104px;
		height: 104px;
	}

	#auto-delivery-page .hero.auto-hero .stat strong {
		font-size: 44px;
	}

	#auto-delivery-page .hero.auto-hero .stat span {
		font-size: 15px;
	}

	#auto-delivery-page .transport-info-card .badge {
		margin-bottom: 14px;
	}

	#auto-delivery-page .transport-info-card h2 {
		margin-top: 0;
		margin-bottom: 16px;
	}

	#auto-delivery-page .transport-image-card img {
		min-height: 280px;
		border-radius: 18px;
	}

	#auto-delivery-page .service-card h3 {
		min-height: auto;
	}

	#auto-delivery-page .service-icon {
		width: 76px;
		height: 76px;
	}

	#auto-delivery-page .service-icon img {
		width: 66px;
		height: 66px;
	}


}

@media (max-width: 380px) {
	#auto-delivery-page .hero.auto-hero .stat {
		grid-template-columns: minmax(0, 1fr) 88px;
		min-height: 112px;
		padding: 20px 6px 20px 20px;
		border-radius: 22px;
	}

	#auto-delivery-page .hero.auto-hero .stat-icon {
		width: 88px;
		height: 88px;
	}

	#auto-delivery-page .hero.auto-hero .stat strong {
		font-size: 39px;
	}

	#auto-delivery-page .hero.auto-hero .stat span {
		font-size: 14px;
	}
}

/* Hide scroll-to-top button */

html body #scroll-to-top {
	display: none;
}

/* Hide default theme copyright */

html body .footer-bottom,
html body .site-info,
html body footer .footer-bottom,
html body footer .site-info,
html body .site-footer .footer-bottom,
html body .site-footer .site-info {
	display: none;
}

@media (max-width: 767px) {
	#auto-delivery-page .hero.auto-hero {
		padding-bottom: 0;
	}

	#auto-delivery-page .hero.auto-hero + .section {
		padding-top: 24px;
	}

	#auto-delivery-page .hero.auto-hero + .section .transport-showcase,
	#auto-delivery-page .hero.auto-hero + .section .transport-image-card {
		margin-top: 0;
	}

	#auto-delivery-page .transport-image-card {
		padding-top: 22px;
	}
}

/* Hide Neve theme page titles */

body .nv-page-title-wrap,
body .nv-page-title,
body .nv-title-meta-wrap,
body .entry-header,
body .entry-title,
body h1.entry-title,
body .page-title {
	display: none;
}

/* Symmetric price section *//* Symmetric price section */

#auto-delivery-page .price-section-symmetric {
	background: #050505;
}

#auto-delivery-page .price-symmetric-wrap {
	position: relative;
}

#auto-delivery-page .price-symmetric-head {
	max-width: 860px;
	margin: 0 0 34px;
}

#auto-delivery-page .price-symmetric-head .section-title {
	max-width: 820px;
}

#auto-delivery-page .price-symmetric-head .section-text {
	max-width: 860px;
	margin: 0;
}

#auto-delivery-page .price-symmetric-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

#auto-delivery-page .price-symmetric-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 292px;
	height: 100%;
	padding: 34px 30px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	overflow: hidden;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#auto-delivery-page .price-symmetric-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 34px;
	width: 4px;
	height: 68px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 59, 48, 0.95), rgba(255, 59, 48, 0.18));
}

#auto-delivery-page .price-symmetric-card h3 {
	position: relative;
	z-index: 2;
	min-height: 58px;
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.18;
	letter-spacing: -0.03em;
}

#auto-delivery-page .price-symmetric-card p {
	position: relative;
	z-index: 2;
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.72;
}

#auto-delivery-page .price-symmetric-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"title button"
		"text button";
	gap: 8px 28px;
	align-items: center;
	margin-top: 22px;
	padding: 32px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	overflow: hidden;
}

#auto-delivery-page .price-symmetric-cta h3 {
	grid-area: title;
	margin: 0;
	font-size: clamp(24px, 2.5vw, 34px);
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #ffffff;
}

#auto-delivery-page .price-symmetric-cta p {
	grid-area: text;
	max-width: 760px;
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.7;
}

#auto-delivery-page .price-symmetric-cta .btn {
	grid-area: button;
	min-width: 210px;
	white-space: nowrap;
}


@media (max-width: 1024px) {
	#auto-delivery-page .price-symmetric-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#auto-delivery-page .price-symmetric-card {
		min-height: 250px;
	}
}

@media (max-width: 767px) {
	#auto-delivery-page .price-symmetric-head {
		margin-bottom: 22px;
	}

	#auto-delivery-page .price-symmetric-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	#auto-delivery-page .price-symmetric-card {
		min-height: auto;
		padding: 26px 22px;
		border-radius: 22px;
	}

	#auto-delivery-page .price-symmetric-card::before {
		top: 26px;
		height: 58px;
	}

	#auto-delivery-page .price-symmetric-card h3 {
		min-height: auto;
		font-size: 22px;
		margin-bottom: 12px;
	}

	#auto-delivery-page .price-symmetric-card p,
	#auto-delivery-page .price-symmetric-cta p {
		font-size: 15px;
		line-height: 1.65;
	}

	#auto-delivery-page .price-symmetric-cta {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"text"
			"button";
		gap: 14px;
		padding: 24px 20px;
		border-radius: 22px;
	}

	#auto-delivery-page .price-symmetric-cta .btn {
		width: 100%;
		min-width: 0;
	}

}

/* Symmetric about section */

#auto-delivery-page .about-symmetric-section {
	background: #050505;
}

#auto-delivery-page .about-symmetric-wrap {
	position: relative;
}

#auto-delivery-page .about-symmetric-head {
	max-width: 900px;
	margin: 0 0 34px;
}

#auto-delivery-page .about-symmetric-head .section-title {
	max-width: 880px;
}

#auto-delivery-page .about-symmetric-head .section-text {
	max-width: 860px;
	margin: 0;
}

#auto-delivery-page .about-symmetric-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

#auto-delivery-page .about-symmetric-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 430px;
	height: 100%;
	padding: 34px 30px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	overflow: hidden;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#auto-delivery-page .about-symmetric-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 34px;
	width: 4px;
	height: 68px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 59, 48, 0.95), rgba(255, 59, 48, 0.18));
}

#auto-delivery-page .about-symmetric-card h3 {
	position: relative;
	z-index: 2;
	min-height: 62px;
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 25px;
	line-height: 1.16;
	letter-spacing: -0.035em;
}

#auto-delivery-page .about-symmetric-card p {
	position: relative;
	z-index: 2;
	min-height: 116px;
	margin: 0 0 22px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.7;
}

#auto-delivery-page .about-symmetric-card ul {
	position: relative;
	z-index: 2;
	list-style: none;
	display: grid;
	gap: 12px;
	margin: auto 0 0;
	padding: 0;
}

#auto-delivery-page .about-symmetric-card li {
	position: relative;
	padding-left: 26px;
	color: #f5f5f5;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 650;
}

#auto-delivery-page .about-symmetric-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--accent-2);
	box-shadow: 0 0 12px rgba(255, 59, 48, 0.50);
}

@media (max-width: 1100px) {
	#auto-delivery-page .about-symmetric-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#auto-delivery-page .about-symmetric-card {
		min-height: 360px;
	}
}

@media (max-width: 767px) {
	#auto-delivery-page .about-symmetric-head {
		margin-bottom: 22px;
	}

	#auto-delivery-page .about-symmetric-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	#auto-delivery-page .about-symmetric-card {
		min-height: auto;
		padding: 26px 22px;
		border-radius: 22px;
	}

	#auto-delivery-page .about-symmetric-card::before {
		top: 26px;
		height: 58px;
	}

	#auto-delivery-page .about-symmetric-card h3,
	#auto-delivery-page .about-symmetric-card p {
		min-height: auto;
	}

	#auto-delivery-page .about-symmetric-card h3 {
		font-size: 22px;
		margin-bottom: 12px;
	}

	#auto-delivery-page .about-symmetric-card p {
		font-size: 15px;
		line-height: 1.65;
		margin-bottom: 18px;
	}

	#auto-delivery-page .about-symmetric-card li {
		font-size: 14px;
	}
}

/* FINAL symmetry override for about cards */

#auto-delivery-page .about-symmetric-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

#auto-delivery-page .about-symmetric-card {
	display: flex;
	flex-direction: column;
	min-height: 650px;
	height: 100%;
	padding: 34px 30px;
}

#auto-delivery-page .about-symmetric-card h3 {
	min-height: 64px;
	margin: 0 0 26px;
	font-size: 25px;
	line-height: 1.16;
}

#auto-delivery-page .about-symmetric-card p {
	min-height: 138px;
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 1.7;
}

#auto-delivery-page .about-symmetric-card ul {
	display: grid;
	grid-template-rows: repeat(4, minmax(46px, auto));
	gap: 14px;
	margin: auto 0 0;
}

#auto-delivery-page .about-symmetric-card li {
	display: flex;
	align-items: flex-start;
	font-size: 15px;
	line-height: 1.45;
}

@media (max-width: 1100px) {
	#auto-delivery-page .about-symmetric-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	#auto-delivery-page .about-symmetric-grid {
		grid-template-columns: 1fr;
	}

	#auto-delivery-page .about-symmetric-card {
		min-height: auto;
		padding: 26px 22px;
	}

	#auto-delivery-page .about-symmetric-card h3,
	#auto-delivery-page .about-symmetric-card p {
		min-height: auto;
	}

	#auto-delivery-page .about-symmetric-card ul {
		grid-template-rows: none;
	}
}

/* FINAL FIX: exact grid symmetry inside about cards */

#auto-delivery-page .about-symmetric-card {
	display: grid;
	grid-template-rows: 64px 138px 1fr;
	row-gap: 26px;
	min-height: 650px;
}

#auto-delivery-page .about-symmetric-card h3 {
	min-height: 0;
	height: 64px;
	margin: 0;
	display: flex;
	align-items: flex-start;
}

#auto-delivery-page .about-symmetric-card p {
	min-height: 0;
	height: 138px;
	margin: 0;
	overflow: hidden;
}

#auto-delivery-page .about-symmetric-card ul {
	align-self: end;
	display: grid;
	grid-template-rows: repeat(4, 58px);
	gap: 12px;
	margin: 0;
	padding: 0;
}

#auto-delivery-page .about-symmetric-card li {
	height: 58px;
	display: flex;
	align-items: center;
	padding-left: 30px;
}

#auto-delivery-page .about-symmetric-card li::before {
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	#auto-delivery-page .about-symmetric-card {
		display: flex;
		row-gap: 0;
		min-height: auto;
	}

	#auto-delivery-page .about-symmetric-card h3,
	#auto-delivery-page .about-symmetric-card p {
		height: auto;
	}

	#auto-delivery-page .about-symmetric-card p {
		overflow: visible;
		margin-bottom: 20px;
	}

	#auto-delivery-page .about-symmetric-card ul {
		align-self: auto;
		grid-template-rows: none;
		gap: 12px;
		margin-top: 0;
	}

	#auto-delivery-page .about-symmetric-card li {
		height: auto;
		min-height: 44px;
		align-items: flex-start;
	}

	#auto-delivery-page .about-symmetric-card li::before {
		top: 8px;
		transform: none;
	}
}

/* Hero typewriter */

#auto-delivery-page .hero-typewriter {
	position: relative;
	width: min(100%, 760px);
	height: 44px;
	margin: -6px 0 18px;
	color: #ffffff;
	font-size: clamp(22px, 3vw, 36px);
	line-height: 1.15;
	font-weight: 900;
	letter-spacing: -0.035em;
	overflow: hidden;
}

#auto-delivery-page .hero-typewriter span {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 0;
	max-width: max-content;
	overflow: hidden;
	white-space: nowrap;
	color: #ffffff;
	border-right: 3px solid var(--accent-2);
	text-shadow: 0 0 18px rgba(255, 59, 48, 0.22);
	opacity: 0;
	animation: autoTypewriter 9s steps(var(--chars)) infinite;
	animation-delay: var(--delay);
}

@keyframes autoTypewriter {
	0% {
		width: 0;
		opacity: 0;
	}
	4% {
		opacity: 1;
	}
	18% {
		width: calc(var(--chars) * 1ch);
		opacity: 1;
	}
	28% {
		width: calc(var(--chars) * 1ch);
		opacity: 1;
	}
	34% {
		width: 0;
		opacity: 1;
	}
	38%, 100% {
		width: 0;
		opacity: 0;
	}
}

@media (max-width: 767px) {
	#auto-delivery-page .hero-typewriter {
		height: 34px;
		margin: -4px 0 16px;
		font-size: clamp(20px, 6vw, 28px);
	}

	#auto-delivery-page .hero-typewriter span {
		border-right-width: 2px;
	}
}

/* Price CTA layout fix */

#auto-delivery-page .price-symmetric-cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	padding: 36px 40px;
}

#auto-delivery-page .price-symmetric-cta > div > div {
	width: 100%;
	max-width: 860px;
	min-width: 0;
}

#auto-delivery-page .price-symmetric-cta h3 {
	margin: 0 0 10px;
}

#auto-delivery-page .price-symmetric-cta p {
	max-width: 860px;
	margin: 0;
	line-height: 1.7;
}

#auto-delivery-page .price-symmetric-cta .btn .btn {
	position: static;
	z-index: 2;
	width: auto;
	min-width: 210px;
	align-self: flex-start;
	justify-self: auto;
	white-space: nowrap;
	margin: 0;
}

@media (max-width: 767px) {
		#auto-delivery-page .price-symmetric-cta,
	#auto-delivery-page .price-clean-cta {
		gap: 16px;
		padding: 24px 20px;
	}

		#auto-delivery-page .price-symmetric-cta .btn,
	#auto-delivery-page .price-clean-cta .btn {
		width: 100%;
		min-width: 0;
	}
}

/* FAQ list */

#auto-delivery-page .faq-head {
	max-width: 900px;
	margin: 0 0 34px;
}

#auto-delivery-page .faq-head .section-text {
	max-width: 860px;
	margin: 0;
}

#auto-delivery-page .faq-list {
	display: grid;
	gap: 12px;
	max-width: 980px;
}

#auto-delivery-page .faq-row {
	position: relative;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	background: transparent;
}

#auto-delivery-page .faq-row:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

#auto-delivery-page .faq-row summary {
	position: relative;
	list-style: none;
	cursor: pointer;
	padding: 24px 48px 24px 28px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 850;
	letter-spacing: -0.025em;
}

#auto-delivery-page .faq-row summary::-webkit-details-marker {
	display: none;
}

#auto-delivery-page .faq-row summary::before {
	content: "";
	position: absolute;
	left: 0;
	top: 32px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--accent-2);
	box-shadow: 0 0 14px rgba(255, 59, 48, 0.55);
}

#auto-delivery-page .faq-row summary::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background:
		linear-gradient(#ffffff, #ffffff) center / 12px 3px no-repeat,
		linear-gradient(#ffffff, #ffffff) center / 3px 12px no-repeat,
		linear-gradient(135deg, var(--accent), var(--accent-2));
	transform: translateY(-50%);
}

#auto-delivery-page .faq-row[open] summary::after {
	background:
		linear-gradient(#ffffff, #ffffff) center / 12px 3px no-repeat,
		linear-gradient(135deg, var(--accent), var(--accent-2));
}

#auto-delivery-page .faq-row p {
	max-width: 820px;
	margin: -8px 0 24px 28px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.75;
}

@media (max-width: 767px) {
	#auto-delivery-page .faq-head {
		margin-bottom: 22px;
	}

	#auto-delivery-page .faq-list {
		gap: 8px;
	}

	#auto-delivery-page .faq-row summary {
		padding: 20px 42px 20px 24px;
		font-size: 18px;
	}

	#auto-delivery-page .faq-row summary::before {
		top: 28px;
		width: 9px;
		height: 9px;
	}

	#auto-delivery-page .faq-row summary::after {
		top: 50%;
		width: 28px;
		height: 28px;
		transform: translateY(-50%);
		background:
			linear-gradient(#ffffff, #ffffff) center / 11px 3px no-repeat,
			linear-gradient(#ffffff, #ffffff) center / 3px 11px no-repeat,
			linear-gradient(135deg, var(--accent), var(--accent-2));
	}

	#auto-delivery-page .faq-row[open] summary::after {
		background:
			linear-gradient(#ffffff, #ffffff) center / 11px 3px no-repeat,
			linear-gradient(135deg, var(--accent), var(--accent-2));
	}

	#auto-delivery-page .faq-row p {
		margin: -4px 0 20px 24px;
		font-size: 15px;
		line-height: 1.65;
	}
}

/* Hellpass-style consultation */

#auto-delivery-page .consultation-hellpass {
	background: #050505;
}

#auto-delivery-page .consultation-head {
	max-width: 980px;
	margin: 0 0 34px;
}

#auto-delivery-page .consultation-head .section-title {
	max-width: 980px;
	font-size: clamp(38px, 5vw, 72px);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

#auto-delivery-page .consultation-head .section-text {
	max-width: 860px;
	margin: 0;
}

#auto-delivery-page .consultation-grid {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 24px;
	align-items: stretch;
}

#auto-delivery-page .consultation-info-card,
#auto-delivery-page .consultation-form-card {
	position: relative;
	padding: 34px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.10), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	overflow: hidden;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#auto-delivery-page .consultation-info-card::before,
#auto-delivery-page .consultation-form-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 34px;
	width: 4px;
	height: 74px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 59, 48, 0.95), rgba(255, 59, 48, 0.18));
}

#auto-delivery-page .consultation-info-card h3 {
	position: relative;
	z-index: 2;
	margin: 0 0 14px;
	font-size: 30px;
	line-height: 1.15;
	letter-spacing: -0.035em;
	color: #ffffff;
}

#auto-delivery-page .consultation-info-card p {
	position: relative;
	z-index: 2;
	max-width: 620px;
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.75;
}

#auto-delivery-page .consultation-list {
	position: relative;
	z-index: 2;
	list-style: none;
	display: grid;
	gap: 18px;
	margin: 28px 0 0;
	padding: 0;
}

#auto-delivery-page .consultation-list li {
	position: relative;
	padding-left: 34px;
	color: #f5f5f5;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
}

#auto-delivery-page .consultation-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--accent-2);
	box-shadow: 0 0 14px rgba(255, 59, 48, 0.55);
}

#auto-delivery-page .consultation-visual {
	position: relative;
	z-index: 2;
	margin-top: 34px;
	border-radius: 22px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
}

#auto-delivery-page .consultation-visual img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 22px;
	filter: brightness(0.82) saturate(1.05);
}

#auto-delivery-page .consultation-form-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#auto-delivery-page .consultation-form-card .lead-form-shortcode {
	position: relative;
	z-index: 2;
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

#auto-delivery-page .consultation-note {
	position: relative;
	z-index: 2;
	margin: 26px 0 0;
	color: rgba(245, 245, 245, 0.62);
	font-size: 13px;
	line-height: 1.6;
}

@media (max-width: 900px) {
	#auto-delivery-page .consultation-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	#auto-delivery-page .consultation-hellpass {
		padding-top: 72px;
		padding-bottom: 56px;
	}

	#auto-delivery-page .consultation-head {
		margin-bottom: 22px;
	}

	#auto-delivery-page .consultation-head .section-title {
		font-size: clamp(32px, 9vw, 46px);
		line-height: 1.05;
		margin-top: 0;
		margin-bottom: 16px;
	}

	#auto-delivery-page .consultation-head .section-text {
		font-size: 16px;
		line-height: 1.65;
	}

	#auto-delivery-page .consultation-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	#auto-delivery-page .consultation-info-card,
	#auto-delivery-page .consultation-form-card {
		padding: 24px 22px;
		border-radius: 22px;
	}

	#auto-delivery-page .consultation-info-card::before,
	#auto-delivery-page .consultation-form-card::before {
		top: 24px;
		height: 58px;
	}

	#auto-delivery-page .consultation-info-card h3 {
		font-size: 24px;
		line-height: 1.18;
		margin-bottom: 14px;
	}

	#auto-delivery-page .consultation-info-card p {
		font-size: 15px;
		line-height: 1.65;
	}

	#auto-delivery-page .consultation-list {
		gap: 16px;
		margin-top: 24px;
	}

	#auto-delivery-page .consultation-list li {
		font-size: 15px;
		line-height: 1.5;
		padding-left: 30px;
	}

	#auto-delivery-page .consultation-list li::before {
		top: 7px;
		width: 10px;
		height: 10px;
	}

	#auto-delivery-page .consultation-visual {
		margin-top: 28px;
		border-radius: 20px;
	}

	#auto-delivery-page .consultation-visual img {
		width: 100%;
		height: auto;
		max-height: none;
		object-fit: contain;
		border-radius: 20px;
	}

	#auto-delivery-page .consultation-form-card .lead-form-shortcode {
		width: 100%;
	}

	#auto-delivery-page .consultation-note {
		margin-top: 20px;
		font-size: 13px;
		line-height: 1.55;
	}
}

/* Split about cards into two separate rows */

#auto-delivery-page .about-perfect-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

#auto-delivery-page .about-perfect-card {
	min-height: 430px;
	grid-template-rows: 76px 118px 1fr;
}

@media (min-width: 768px) {
	#auto-delivery-page .about-perfect-card:nth-child(1),
	#auto-delivery-page .about-perfect-card:nth-child(2) {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	#auto-delivery-page .about-perfect-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	#auto-delivery-page .about-perfect-card {
		min-height: auto;
	}
}
#auto-delivery-page .section-subtitle {
  margin: 30px 0 18px;
  color: #ffffff;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.03em;
}
/* FINAL FIX — compact service cards */

#auto-delivery-page .services-grid {
  align-items: start;
}

#auto-delivery-page .service-card {
  height: auto;
  min-height: 0;
  padding: 28px;
  justify-content: flex-start;
}

#auto-delivery-page .service-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
}

#auto-delivery-page .service-icon img {
  width: 68px;
  height: 68px;
}

#auto-delivery-page .service-card h3 {
  min-height: 0;
  height: auto;
  margin: 0 0 18px;
  display: block;
  font-size: 24px;
  line-height: 1.18;
}

#auto-delivery-page .service-price {
  margin: 0 0 18px;
}

#auto-delivery-page .service-card p {
  flex-grow: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

/* Mobile */

@media (max-width: 767px) {
  #auto-delivery-page .services-grid {
    align-items: start;
    gap: 18px;
  }

  #auto-delivery-page .service-card {
    height: auto;
    min-height: 0;
    padding: 24px 22px;
  }

  #auto-delivery-page .service-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }

  #auto-delivery-page .service-icon img {
    width: 62px;
    height: 62px;
  }

  #auto-delivery-page .service-card h3 {
    min-height: 0;
    height: auto;
    margin: 0 0 16px;
    display: block;
    font-size: 22px;
    line-height: 1.2;
  }

  #auto-delivery-page .service-price {
    margin: 0 0 16px;
  }

  #auto-delivery-page .service-card p {
    flex-grow: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  #auto-delivery-page .transport-info-card {
    justify-content: flex-start;
    padding: 22px 18px;
    min-height: auto;
  }

  #auto-delivery-page .transport-list {
    gap: 10px;
    margin-top: 18px;
  }

  #auto-delivery-page .transport-list li {
    min-height: auto;
    padding: 13px 14px 13px 44px;
    border-radius: 16px;
    line-height: 1.35;
  }

  #auto-delivery-page .transport-note {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.55;
  }
}
@media (max-width: 767px) {
  #auto-delivery-page .consultation-head .badge {
    margin-bottom: 18px;
  }

  #auto-delivery-page .consultation-head .section-title {
    margin-top: 0;
  }
}
#auto-delivery-page .transport-info-card::before {
  display: none;
}
/* Mobile: отступ после заголовков в 4 карточках */

@media (max-width: 767px) {
  #auto-delivery-page .about-symmetric-card h3 {
    margin-bottom: 24px;
  }
}
#auto-simple-footer,
#auto-simple-footer *,
#auto-simple-footer *::before,
#auto-simple-footer *::after {
  box-sizing: border-box;
}

#auto-simple-footer {
  --footer-border: rgba(255, 255, 255, 0.08);
  --footer-text: #f5f5f5;
  --footer-muted: #b7b7b7;
  --footer-accent: #e10600;
  --footer-accent-2: #ff3b30;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 16px;

  background:
    radial-gradient(circle at 82% 18%, rgba(255, 59, 48, 0.11), transparent 28%),
    linear-gradient(180deg, #050505 0%, #090909 100%);
  color: var(--footer-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  overflow: hidden;
}

#auto-simple-footer::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(255, 59, 48, 0.55), transparent);
}

#auto-simple-footer .auto-simple-footer__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 42px 0 30px;
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(260px, 0.95fr) minmax(220px, 0.7fr);
  align-items: start;
  gap: 42px;
}

#auto-simple-footer .auto-simple-footer__brand {
  display: grid;
  gap: 14px;
  min-width: 0;
}

#auto-simple-footer .auto-simple-footer__logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

#auto-simple-footer .auto-simple-footer__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 260px;
  max-height: 72px;
  object-fit: contain;
  filter:
    drop-shadow(0 12px 26px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 18px rgba(255, 59, 48, 0.12));
}

#auto-simple-footer .auto-simple-footer__text {
  max-width: 520px;
  margin: 0;
  color: var(--footer-muted);
  font-size: 16px;
  line-height: 1.7;
}

#auto-simple-footer .auto-simple-footer__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

#auto-simple-footer .auto-simple-footer__label::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--footer-accent-2);
  box-shadow: 0 0 14px rgba(255, 59, 48, 0.55);
}

#auto-simple-footer .auto-simple-footer__links {
  display: grid;
  gap: 10px;
  min-width: 0;
}

#auto-simple-footer .auto-simple-footer__links .auto-simple-footer__label {
  margin-bottom: 4px;
}

#auto-simple-footer .auto-simple-footer__links a {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding-left: 18px;
  color: rgba(245, 245, 245, 0.72);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 650;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

#auto-simple-footer .auto-simple-footer__links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--footer-accent-2);
  box-shadow: 0 0 12px rgba(255, 59, 48, 0.45);
  transform: translateY(-50%);
}

#auto-simple-footer .auto-simple-footer__links a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

#auto-simple-footer .auto-simple-footer__contact {
  display: grid;
  justify-items: end;
  gap: 14px;
}

#auto-simple-footer .auto-simple-footer__phone {
  display: inline-flex;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-decoration: none;
  text-shadow: 0 0 18px rgba(255, 59, 48, 0.18);
  -webkit-tap-highlight-color: transparent;
}

#auto-simple-footer .auto-simple-footer__phone:hover {
  color: var(--footer-accent-2);
}

#auto-simple-footer .auto-simple-footer__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

#auto-simple-footer .auto-simple-footer__btn {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  max-width: 58px;
  max-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  overflow: hidden;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.2s ease, filter 0.2s ease;
}

#auto-simple-footer .auto-simple-footer__btn:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 18px rgba(255, 59, 48, 0.22));
}

#auto-simple-footer .auto-simple-footer__btn img {
  display: block;
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  max-width: 54px;
  max-height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
}

#auto-simple-footer .auto-simple-footer__bottom {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 18px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--footer-border);
  color: rgba(245, 245, 245, 0.56);
  font-size: 13px;
  line-height: 1.5;
}

#auto-simple-footer a:focus,
#auto-simple-footer a:active,
#auto-simple-footer a:focus-visible {
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 1024px) {
  #auto-simple-footer {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 16px;
    padding-right: 16px;
  }

  #auto-simple-footer .auto-simple-footer__inner {
    width: 100%;
    max-width: 1200px;
    padding: 34px 0 24px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  #auto-simple-footer .auto-simple-footer__logo img {
    max-width: 220px;
    max-height: 58px;
  }

  #auto-simple-footer .auto-simple-footer__text {
    font-size: 15px;
    line-height: 1.65;
  }

  #auto-simple-footer .auto-simple-footer__links {
    width: 100%;
  }

  #auto-simple-footer .auto-simple-footer__links a {
    width: auto;
    font-size: 15px;
    line-height: 1.5;
  }

  #auto-simple-footer .auto-simple-footer__contact {
    justify-items: start;
  }

  #auto-simple-footer .auto-simple-footer__phone {
    font-size: 22px;
  }

  #auto-simple-footer .auto-simple-footer__actions {
    justify-content: flex-start;
    gap: 8px;
  }

  #auto-simple-footer .auto-simple-footer__btn {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    max-width: 54px;
    max-height: 54px;
  }

  #auto-simple-footer .auto-simple-footer__btn img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
  }

  #auto-simple-footer .auto-simple-footer__bottom {
    width: 100%;
    max-width: 1200px;
    padding: 16px 0 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
  }
}

@media screen and (max-width: 380px) {
  #auto-simple-footer .auto-simple-footer__logo img {
    max-width: 180px;
    max-height: 52px;
  }

  #auto-simple-footer .auto-simple-footer__phone {
    font-size: 20px;
  }

  #auto-simple-footer .auto-simple-footer__btn {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
  }

  #auto-simple-footer .auto-simple-footer__btn img {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    max-width: 46px;
    max-height: 46px;
  }
}

#auto-simple-menu,
#auto-simple-menu *,
#auto-simple-menu *::before,
#auto-simple-menu *::after {
  box-sizing: border-box;
}

#auto-simple-menu {
  --menu-bg: rgba(5, 5, 5, 0.76);
  --menu-border: rgba(255, 255, 255, 0.08);
  --menu-text: #ffffff;
  --menu-accent: #e10600;
  --menu-accent-2: #ff3b30;
  --menu-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);

  position: relative;
  z-index: 50;
  width: 100%;
  background: #050505;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

#auto-simple-menu .auto-simple-menu__inner {
  width: min(calc(100% - 32px), 1200px);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

#auto-simple-menu .auto-simple-menu__logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

#auto-simple-menu .auto-simple-menu__logo img {
  display: block;
  width: auto;
  max-width: 300px;
  max-height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.42));
}

#auto-simple-menu .auto-simple-menu__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 0 0 auto;
}

#auto-simple-menu .auto-simple-menu__btn {
  position: relative;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.2s ease, filter 0.2s ease;
}

#auto-simple-menu .auto-simple-menu__btn:hover {
  transform: translateY(-1px);
  filter: drop-shadow(0 0 18px rgba(255, 59, 48, 0.22));
}

#auto-simple-menu .auto-simple-menu__btn img {
  position: relative;
  z-index: 2;
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
}

#auto-simple-menu a:focus,
#auto-simple-menu a:active,
#auto-simple-menu a:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  #auto-simple-menu .auto-simple-menu__inner {
    width: min(calc(100% - 24px), 1200px);
    min-height: 72px;
    padding: 10px 0;
    gap: 12px;
  }

  #auto-simple-menu .auto-simple-menu__logo img {
    max-width: 220px;
    max-height: 58px;
  }

  #auto-simple-menu .auto-simple-menu__actions {
    gap: 8px;
  }

  #auto-simple-menu .auto-simple-menu__btn {
    width: 54px;
    height: 54px;
  }

  #auto-simple-menu .auto-simple-menu__btn img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 380px) {
  #auto-simple-menu .auto-simple-menu__logo img {
    max-width: 180px;
    max-height: 52px;
  }

  #auto-simple-menu .auto-simple-menu__btn {
    width: 50px;
    height: 50px;
  }

  #auto-simple-menu .auto-simple-menu__btn img {
    width: 46px;
    height: 46px;
  }
}
#auto-delivery-page.auto-pages-catalog {
	--bg: #050505;
	--card: rgba(255, 255, 255, 0.04);
	--text: #f5f5f5;
	--muted: #b7b7b7;
	--accent: #e10600;
	--accent-2: #ff3b30;
	--white: #ffffff;
	--shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
	--radius: 24px;
	--max: 1200px;
	--page-gutter: 64px;
	background: #050505;
	color: #f5f5f5;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	overflow: hidden;
}

#auto-delivery-page.auto-pages-catalog *,
#auto-delivery-page.auto-pages-catalog *::before,
#auto-delivery-page.auto-pages-catalog *::after {
	box-sizing: border-box;
}

#auto-delivery-page.auto-pages-catalog a {
	color: inherit;
	text-decoration: none;
}

#auto-delivery-page.auto-pages-catalog .container {
	width: min(calc(100% - var(--page-gutter) * 2), var(--max));
	margin: 0 auto;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean {
	position: relative;
	padding: 92px 0 86px;
	background:
		linear-gradient(180deg, rgba(5, 5, 5, 0.34) 0%, rgba(5, 5, 5, 0.68) 66%, #050505 100%),
		linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.62) 48%, rgba(5, 5, 5, 0.34) 100%),
		url("https://i-pomocdrogowa.pl/wp-content/uploads/2026/05/i-pomocdrogowa-background-100kb.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 74% 20%, rgba(255, 59, 48, 0.18), transparent 30%),
		linear-gradient(180deg, transparent 0%, #050505 100%);
	pointer-events: none;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__inner {
	position: relative;
	z-index: 2;
	display: block;
	max-width: 920px;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__content {
	max-width: 820px;
}

#auto-delivery-page.auto-pages-catalog .badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.10em;
	text-transform: uppercase;
}

#auto-delivery-page.auto-pages-catalog .badge::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff3b30;
	box-shadow: 0 0 14px rgba(255, 59, 48, 0.55);
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean h1 {
	max-width: 860px;
	margin: 18px 0 22px;
	color: #ffffff;
	font-size: clamp(54px, 7vw, 92px);
	line-height: 0.94;
	font-weight: 950;
	letter-spacing: -0.06em;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean h1 span,
#auto-delivery-page.auto-pages-catalog .catalog-section-head h2 span {
	color: #ff3b30;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean p {
	max-width: 760px;
	margin: 0;
	color: #b7b7b7;
	font-size: 20px;
	line-height: 1.75;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

#auto-delivery-page.auto-pages-catalog .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 15px;
	border: 1px solid transparent;
}

#auto-delivery-page.auto-pages-catalog .btn-primary {
	background: linear-gradient(135deg, #e10600 0%, #ff3b30 100%);
	color: #ffffff;
	box-shadow: 0 12px 30px rgba(225, 6, 0, 0.25);
}

#auto-delivery-page.auto-pages-catalog .btn-secondary {
	background: rgba(255, 255, 255, 0.03);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.12);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

#auto-delivery-page.auto-pages-catalog .catalog-routes-clean {
	padding: 88px 0;
	background: #050505;
}

#auto-delivery-page.auto-pages-catalog .catalog-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: end;
	margin-bottom: 28px;
}

#auto-delivery-page.auto-pages-catalog .catalog-section-head h2 {
	margin: 18px 0 0;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 0.98;
	font-weight: 950;
	letter-spacing: -0.055em;
}

#auto-delivery-page.auto-pages-catalog .catalog-counter {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.10);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

#auto-delivery-page.auto-pages-catalog .catalog-counter strong {
	color: #ff3b30;
	font-size: 20px;
}

#auto-delivery-page.auto-pages-catalog .catalog-filter-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	margin: 0 0 22px;
	padding: 22px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.10), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
}

#auto-delivery-page.auto-pages-catalog .catalog-search-wrap {
	display: grid;
	gap: 10px;
}

#auto-delivery-page.auto-pages-catalog .catalog-search-wrap label {
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#auto-delivery-page.auto-pages-catalog .catalog-search-wrap input {
	width: 100%;
	min-height: 58px;
	padding: 0 20px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: #ffffff;
	font-size: 16px;
	font-weight: 650;
	outline: none;
	box-shadow: none;
}

#auto-delivery-page.auto-pages-catalog .catalog-search-wrap input::placeholder {
	color: rgba(245, 245, 245, 0.45);
}

#auto-delivery-page.auto-pages-catalog .catalog-search-wrap input:focus {
	border-color: rgba(255, 59, 48, 0.52);
	background: rgba(255, 255, 255, 0.055);
	box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.08);
}

#auto-delivery-page.auto-pages-catalog .catalog-filter-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#auto-delivery-page.auto-pages-catalog .catalog-filter-btn,
#auto-delivery-page.auto-pages-catalog #catalogResetFilters {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.03);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

#auto-delivery-page.auto-pages-catalog .catalog-filter-btn.is-active {
	border-color: transparent;
	background: linear-gradient(135deg, #e10600 0%, #ff3b30 100%);
	box-shadow: 0 10px 24px rgba(225, 6, 0, 0.22);
}

#auto-delivery-page.auto-pages-catalog .catalog-results-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin: -4px 0 22px;
	color: #b7b7b7;
	font-size: 14px;
	font-weight: 750;
}

#auto-delivery-page.auto-pages-catalog #catalogResetFilters {
	min-height: 38px;
	padding: 0 14px;
	font-size: 13px;
	color: rgba(245, 245, 245, 0.78);
}

#auto-delivery-page.auto-pages-catalog .catalog-card-clean[hidden],
#auto-delivery-page.auto-pages-catalog .catalog-featured-card[hidden] {
	display: none;
}

#auto-delivery-page.auto-pages-catalog .catalog-featured-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	margin-bottom: 22px;
	padding: 32px 34px;
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.14), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
	overflow: hidden;
}

#auto-delivery-page.auto-pages-catalog .catalog-featured-card::before,
#auto-delivery-page.auto-pages-catalog .catalog-card-clean::before,
#auto-delivery-page.auto-pages-catalog .catalog-bottom-cta__box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 32px;
	width: 4px;
	height: 72px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 59, 48, 0.95), rgba(255, 59, 48, 0.18));
}

#auto-delivery-page.auto-pages-catalog .catalog-featured-card__content h3 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.05;
	font-weight: 900;
	letter-spacing: -0.045em;
}

#auto-delivery-page.auto-pages-catalog .catalog-featured-card__content p {
	max-width: 680px;
	margin: 0;
	color: #b7b7b7;
	font-size: 16px;
	line-height: 1.65;
}

#auto-delivery-page.auto-pages-catalog .catalog-featured-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, #e10600 0%, #ff3b30 100%);
	color: #ffffff;
	font-weight: 850;
	box-shadow: 0 12px 30px rgba(225, 6, 0, 0.24);
}

#auto-delivery-page.auto-pages-catalog .catalog-grid-clean {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

#auto-delivery-page.auto-pages-catalog .catalog-card-clean {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 24px 22px 24px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	overflow: hidden;
	transition: border-color 0.22s ease, background 0.22s ease;
}

#auto-delivery-page.auto-pages-catalog .catalog-card-clean:hover {
	border-color: rgba(255, 59, 48, 0.32);
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.11), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

#auto-delivery-page.auto-pages-catalog .catalog-card-clean__body {
	position: relative;
	z-index: 2;
	min-width: 0;
}

#auto-delivery-page.auto-pages-catalog .catalog-route-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 12px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
}

#auto-delivery-page.auto-pages-catalog .catalog-card-clean__body h3 {
	margin: 0 0 9px;
	color: #ffffff;
	font-size: 19px;
	line-height: 1.16;
	font-weight: 850;
	letter-spacing: -0.035em;
}

#auto-delivery-page.auto-pages-catalog .catalog-card-clean__body p {
	margin: 0;
	color: #b7b7b7;
	font-size: 14px;
	line-height: 1.58;
}

#auto-delivery-page.auto-pages-catalog .catalog-bottom-cta {
	padding: 0 0 88px;
	background: #050505;
}

#auto-delivery-page.auto-pages-catalog .catalog-bottom-cta__box {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 26px;
	align-items: center;
	padding: 36px 40px;
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.14), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
	overflow: hidden;
}

#auto-delivery-page.auto-pages-catalog .catalog-bottom-cta__box h2 {
	margin: 16px 0 10px;
	color: #ffffff;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: -0.04em;
}

#auto-delivery-page.auto-pages-catalog .catalog-bottom-cta__box p {
	max-width: 780px;
	margin: 0;
	color: #b7b7b7;
	font-size: 16px;
	line-height: 1.7;
}

@media (max-width: 1180px) {
	#auto-delivery-page.auto-pages-catalog .catalog-grid-clean {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	#auto-delivery-page.auto-pages-catalog .catalog-section-head,
	#auto-delivery-page.auto-pages-catalog .catalog-bottom-cta__box {
		grid-template-columns: 1fr;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-featured-card {
		grid-template-columns: 1fr;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-featured-card__link {
		width: fit-content;
	}
}

@media (max-width: 767px) {
	#auto-delivery-page.auto-pages-catalog {
		--page-gutter: 16px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-hero-clean {
		padding: 62px 0 52px;
		background-position: center top;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-hero-clean h1 {
		font-size: clamp(42px, 12vw, 60px);
		line-height: 0.98;
		margin: 16px 0;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-hero-clean p {
		font-size: 16px;
		line-height: 1.68;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 24px;
	}

	#auto-delivery-page.auto-pages-catalog .btn {
		width: 100%;
		min-height: 54px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-routes-clean {
		padding: 56px 0;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-section-head {
		gap: 16px;
		margin-bottom: 22px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-section-head h2 {
		font-size: clamp(34px, 10vw, 48px);
		line-height: 1.02;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-counter {
		width: fit-content;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-filter-panel {
		padding: 18px;
		border-radius: 22px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-search-wrap input {
		min-height: 54px;
		font-size: 15px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-filter-buttons {
		gap: 8px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-filter-btn {
		min-height: 40px;
		padding: 0 13px;
		font-size: 13px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-results-line {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-featured-card {
		padding: 24px 22px;
		border-radius: 24px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-featured-card__content h3 {
		font-size: 19px;
		line-height: 1.16;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-featured-card__content p {
		font-size: 13.5px;
		line-height: 1.5;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-featured-card__link {
		width: 100%;
		min-height: 48px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-grid-clean {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-card-clean {
		min-height: auto;
		padding: 20px 18px;
		border-radius: 22px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-card-clean::before {
		top: 22px;
		height: 54px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-route-label {
		margin-bottom: 8px;
		padding: 6px 10px;
		font-size: 11px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-card-clean__body h3 {
		font-size: 17px;
		line-height: 1.2;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-card-clean__body p {
		font-size: 13px;
		line-height: 1.45;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-bottom-cta {
		padding-bottom: 56px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-bottom-cta__box {
		padding: 24px 20px;
		border-radius: 24px;
	}
}

@media (max-width: 560px) {
	#auto-delivery-page.auto-pages-catalog .catalog-grid-clean {
		grid-template-columns: 1fr;
	}
}
/* Catalog hero: left alignment like main pages */

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__inner {
	width: min(calc(100% - var(--page-gutter) * 2), var(--max));
	max-width: var(--max);
	margin: 0 auto;
	display: block;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__content {
	max-width: 920px;
	margin: 0;
	text-align: left;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean h1,
#auto-delivery-page.auto-pages-catalog .catalog-hero-clean p {
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__actions {
	justify-content: flex-start;
}

#auto-delivery-page.auto-pages-catalog .catalog-hero-clean .badge {
	justify-content: flex-start;
}
/* Catalog hero mobile buttons spacing — no important */

@media (max-width: 767px) {
	#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__actions {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
		margin-top: 20px;
		margin-bottom: 0;
		padding: 0;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__actions p {
		margin: 0;
		padding: 0;
		line-height: 0;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__actions br {
		display: none;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__actions .btn,
	#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__actions a.btn {
		width: 100%;
		min-height: 54px;
		margin: 0;
		padding: 0 20px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-hero-clean__actions > * {
		margin-top: 0;
		margin-bottom: 0;
	}
}
/* Catalog mobile select filter */

#auto-delivery-page.auto-pages-catalog .catalog-mobile-filter {
	display: none;
}

@media (max-width: 767px) {
	#auto-delivery-page.auto-pages-catalog .catalog-filter-buttons {
		display: none;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-mobile-filter {
		display: block;
		width: 100%;
		min-height: 54px;
		padding: 0 18px;
		border-radius: 999px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
		color: #ffffff;
		font-size: 15px;
		font-weight: 850;
		line-height: 1;
		outline: none;
		box-shadow: none;
		appearance: none;
		-webkit-appearance: none;
		background-image:
			linear-gradient(45deg, transparent 50%, #ffffff 50%),
			linear-gradient(135deg, #ffffff 50%, transparent 50%),
			linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
		background-position:
			calc(100% - 24px) 23px,
			calc(100% - 17px) 23px,
			0 0;
		background-size:
			7px 7px,
			7px 7px,
			100% 100%;
		background-repeat: no-repeat;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-mobile-filter:focus {
		border-color: rgba(255, 59, 48, 0.52);
		background-color: rgba(255, 255, 255, 0.055);
		box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.08);
	}

	#auto-delivery-page.auto-pages-catalog .catalog-mobile-filter option {
		background: #111111;
		color: #ffffff;
	}
}
/* Catalog: separate search and filters panels */

#auto-delivery-page.auto-pages-catalog .catalog-search-panel,
#auto-delivery-page.auto-pages-catalog .catalog-filters-panel {
	margin: 0 0 18px;
	padding: 22px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(255, 59, 48, 0.10), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow);
}

#auto-delivery-page.auto-pages-catalog .catalog-search-panel {
	margin-bottom: 14px;
}

#auto-delivery-page.auto-pages-catalog .catalog-filters-panel {
	margin-bottom: 22px;
}

#auto-delivery-page.auto-pages-catalog .catalog-mobile-filter {
	display: none;
}

@media (max-width: 767px) {
	#auto-delivery-page.auto-pages-catalog .catalog-search-panel,
	#auto-delivery-page.auto-pages-catalog .catalog-filters-panel {
		padding: 18px;
		border-radius: 22px;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-filter-buttons {
		display: none;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-mobile-filter {
		display: block;
		width: 100%;
		min-height: 54px;
		padding: 0 18px;
		border-radius: 999px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		background:
			linear-gradient(45deg, transparent 50%, #ffffff 50%) calc(100% - 24px) 23px / 7px 7px no-repeat,
			linear-gradient(135deg, #ffffff 50%, transparent 50%) calc(100% - 17px) 23px / 7px 7px no-repeat,
			linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
		color: #ffffff;
		font-size: 15px;
		font-weight: 850;
		outline: none;
		box-shadow: none;
		appearance: none;
		-webkit-appearance: none;
	}

	#auto-delivery-page.auto-pages-catalog .catalog-mobile-filter option {
		background: #111111;
		color: #ffffff;
	}
}
#auto-delivery-page .seo-border-section {
	position: relative;
}

#auto-delivery-page .seo-border-card {
	position: relative;
	padding: clamp(24px, 4vw, 46px);
	border: 1px solid rgba(225, 6, 0, 0.38);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(225, 6, 0, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
		rgba(12, 12, 12, 0.88);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 0 0 1px rgba(255, 255, 255, 0.035);
	overflow: hidden;
}
/* Motorcycle page: Ukraine → Europe */

#auto-delivery-page.moto-ukraine-europe-page .hero.auto-hero::before {
	background:
		linear-gradient(180deg, rgba(5, 5, 5, 0.26) 0%, rgba(5, 5, 5, 0.58) 58%, #050505 100%),
		linear-gradient(90deg, rgba(5, 5, 5, 0.84) 0%, rgba(5, 5, 5, 0.58) 45%, rgba(5, 5, 5, 0.22) 100%),
		url("https://i-pomocdrogowa.pl/wp-content/uploads/2026/05/moto-transport-1536x864-100kb.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Compact about cards for motorcycle page */

#auto-delivery-page.moto-ukraine-europe-page .moto-about-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

#auto-delivery-page.moto-ukraine-europe-page .moto-about-card {
	display: flex;
	flex-direction: column;
	min-height: 430px;
	height: 100%;
	padding: 32px 28px;
}

#auto-delivery-page.moto-ukraine-europe-page .moto-about-card h3 {
	height: auto;
	min-height: 72px;
	margin: 0 0 18px;
	display: block;
	font-size: 25px;
	line-height: 1.15;
}

#auto-delivery-page.moto-ukraine-europe-page .moto-about-card p {
	height: auto;
	min-height: 118px;
	margin: 0 0 24px;
	overflow: visible;
	font-size: 16px;
	line-height: 1.65;
}

#auto-delivery-page.moto-ukraine-europe-page .moto-about-card ul {
	display: grid;
	grid-template-rows: none;
	gap: 12px;
	margin: auto 0 0;
	padding: 0;
}

#auto-delivery-page.moto-ukraine-europe-page .moto-about-card li {
	height: auto;
	min-height: 0;
	display: block;
	padding-left: 28px;
	font-size: 15px;
	line-height: 1.45;
}

#auto-delivery-page.moto-ukraine-europe-page .moto-about-card li::before {
	top: 8px;
	transform: none;
}

@media (max-width: 1100px) {
	#auto-delivery-page.moto-ukraine-europe-page .moto-about-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#auto-delivery-page.moto-ukraine-europe-page .moto-about-card {
		min-height: 390px;
	}
}

@media (max-width: 767px) {
	#auto-delivery-page.moto-ukraine-europe-page .hero.auto-hero::before {
		background:
			linear-gradient(180deg, rgba(5, 5, 5, 0.48) 0%, rgba(5, 5, 5, 0.78) 54%, #050505 100%),
			linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.66) 58%, rgba(5, 5, 5, 0.42) 100%),
			url("https://i-pomocdrogowa.pl/wp-content/uploads/2026/05/moto-transport-1536x864-100kb.webp");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}

	#auto-delivery-page.moto-ukraine-europe-page .moto-about-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	#auto-delivery-page.moto-ukraine-europe-page .moto-about-card {
		min-height: auto;
		padding: 26px 22px;
	}

	#auto-delivery-page.moto-ukraine-europe-page .moto-about-card h3,
	#auto-delivery-page.moto-ukraine-europe-page .moto-about-card p {
		min-height: auto;
	}

	#auto-delivery-page.moto-ukraine-europe-page .moto-about-card h3 {
		margin-bottom: 16px;
		font-size: 22px;
	}

	#auto-delivery-page.moto-ukraine-europe-page .moto-about-card p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 1.6;
	}
}
/* Global link style inside auto delivery pages */
#auto-delivery-page a {
	color: var(--accent-2);
	text-decoration: none;
	font-weight: 700;
	transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

/* Underline only text links */
#auto-delivery-page p a,
#auto-delivery-page li a,
#auto-delivery-page .section-text a,
#auto-delivery-page .geo-note a,
#auto-delivery-page .transport-note a,
#auto-delivery-page .consultation-note a,
#auto-delivery-page .card p a,
#auto-delivery-page .service-card p a,
#auto-delivery-page .faq-row p a {
	border-bottom: 1px solid rgba(255, 59, 48, 0.45);
}

/* Link hover state */
#auto-delivery-page a:hover {
	color: var(--accent);
}

/* Hover state for text links */
#auto-delivery-page p a:hover,
#auto-delivery-page li a:hover,
#auto-delivery-page .section-text a:hover,
#auto-delivery-page .geo-note a:hover,
#auto-delivery-page .transport-note a:hover,
#auto-delivery-page .consultation-note a:hover,
#auto-delivery-page .card p a:hover,
#auto-delivery-page .service-card p a:hover,
#auto-delivery-page .faq-row p a:hover {
	border-bottom-color: var(--accent);
}

#auto-delivery-page .reviews-grid {
	align-items: stretch;
}

#auto-delivery-page .review-card {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

#auto-delivery-page .review-stars {
	color: var(--auto-accent);
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1;
	text-shadow: 0 0 18px rgba(255, 176, 0, 0.25);
}

#auto-delivery-page .review-card p {
	margin: 0;
	color: var(--auto-muted);
	line-height: 1.65;
}

#auto-delivery-page .review-author {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--auto-border);
	display: flex;
	flex-direction: column;
	gap: 4px;
}

#auto-delivery-page .review-author strong {
	color: var(--auto-text);
	font-size: 17px;
}

#auto-delivery-page .review-author span {
	color: var(--auto-muted);
	font-size: 14px;
}
#auto-delivery-page .reviews-section {
	padding-bottom: 90px;
}

#auto-delivery-page .reviews-grid {
	align-items: stretch;
}

#auto-delivery-page .review-card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-height: 260px;
}

#auto-delivery-page .review-stars {
	color: var(--auto-accent);
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1;
	text-shadow: 0 0 18px rgba(255, 176, 0, 0.25);
}

#auto-delivery-page .review-card p {
	margin: 0;
	color: var(--auto-muted);
	line-height: 1.65;
}

#auto-delivery-page .review-author {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--auto-border);
	display: flex;
	flex-direction: column;
	gap: 4px;
}

#auto-delivery-page .review-author strong {
	color: var(--auto-text);
	font-size: 17px;
}

#auto-delivery-page .review-author span {
	color: var(--auto-muted);
	font-size: 14px;
}

#auto-delivery-page .reviews-bottom-cta {
	margin-top: 34px;
	padding: 26px 28px;
	border: 1px solid rgba(255, 59, 48, 0.28);
	border-radius: 26px;
	background:
		radial-gradient(circle at 15% 0%, rgba(255, 59, 48, 0.18), transparent 34%),
		linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

#auto-delivery-page .reviews-bottom-cta h3 {
	margin: 0 0 8px;
	color: var(--auto-text);
	font-size: 24px;
	line-height: 1.2;
}

#auto-delivery-page .reviews-bottom-cta p {
	margin: 0;
	max-width: 720px;
	color: var(--auto-muted);
	line-height: 1.6;
}

#auto-delivery-page .reviews-bottom-cta .btn {
	flex: 0 0 auto;
	white-space: nowrap;
}

@media (max-width: 768px) {
	#auto-delivery-page .reviews-section {
		padding-bottom: 70px;
	}

	#auto-delivery-page .review-card {
		min-height: auto;
	}

	#auto-delivery-page .reviews-bottom-cta {
		padding: 22px;
		flex-direction: column;
		align-items: flex-start;
	}

	#auto-delivery-page .reviews-bottom-cta h3 {
		font-size: 21px;
	}

	#auto-delivery-page .reviews-bottom-cta .btn {
		width: 100%;
		justify-content: center;
	}
}

	position: absolute;
	right: 22px;
	bottom: 18px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #e10600, #ff3b30);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(225, 6, 0, 0.35);
	transition: transform 0.25s ease;
}
routes-clean a[href*="germaniyu"]::before {
	background-image: url("https://flagcdn.com/w80/de.png");
}

#auto-delivery-page .popular-routes-clean a[href*="ispaniyu"]::before {
	background-image: url("https://flagcdn.com/w80/es.png");
}

/* Tablet */
@media (max-width: 1024px) {
	#auto-delivery-page .popular-routes-clean {
		grid-template-columns: 1fr;
		max-width: 720px;
	}

	#auto-delivery-page .popular-routes-clean a {
		min-height: 92px;
	}
}
/* Popular routes — equal size cards */

#auto-delivery-page .popular-routes-clean {
	display: flex;
	flex-wrap: nowrap;
	gap: 18px;
	width: 100%;
	margin-top: 34px;
	align-items: stretch;
	justify-content: space-between;
}

#auto-delivery-page .popular-routes-clean a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 1 1 0;
	min-width: 0;
	height: 136px;
	margin: 0;
	padding: 22px 62px 22px 22px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 100% 50%, rgba(225, 6, 0, 0.22), transparent 48%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
		#171717;
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.28;
	text-decoration: none;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
	overflow: hidden;
	box-sizing: border-box;
	transition:
		transform 0.22s ease,
		border-color 0.22s ease,
		box-shadow 0.22s ease;
}

#auto-delivery-page .popular-routes-clean a::before {
	content: "";
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow:
		0 0 0 3px rgba(255, 255, 255, 0.08),
		0 8px 18px rgba(0, 0, 0, 0.34);
}

#auto-delivery-page .popular-routes-clean a::after {
	content: "→";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e10600;
	color: #fff;
	font-size: 19px;
	font-weight: 900;
	line-height: 1;
	padding-bottom: 2px;
	box-sizing: border-box;
	box-shadow: 0 10px 22px rgba(225, 6, 0, 0.32);
	transition:
		transform 0.22s ease,
		background 0.22s ease;
}

#auto-delivery-page .popular-routes-clean a:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 59, 48, 0.48);
	box-shadow: 0 24px 58px rgba(0, 0, 0, 0.46);
}

#auto-delivery-page .popular-routes-clean a:hover::after {
	transform: translateY(-50%) translateX(3px);
	background: #ff3b30;
}

/* Flags */
#auto-delivery-page .popular-routes-clean a[href*="polshu"]::before {
	background-image: url("https://flagcdn.com/w80/pl.png");
}

#auto-delivery-page .popular-routes-clean a[href*="germaniyu"]::before {
	background-image: url("https://flagcdn.com/w80/de.png");
}

#auto-delivery-page .popular-routes-clean a[href*="ispaniyu"]::before {
	background-image: url("https://flagcdn.com/w80/es.png");
}

/* Tablet */
@media (max-width: 1024px) {
	#auto-delivery-page .popular-routes-clean {
		flex-direction: column;
		max-width: 720px;
	}

	#auto-delivery-page .popular-routes-clean a {
		width: 100%;
		height: 104px;
	}
}

/* Mobile */
@media (max-width: 600px) {
	#auto-delivery-page .popular-routes-clean {
		flex-direction: column;
		gap: 1px;
		margin-top: 24px;
	}

	#auto-delivery-page .popular-routes-clean a {
		width: 100%;
		height: 92px;
	}
}

	#auto-delivery-page .popular-routes-clean a {
		height: 92px;
		padding: 18px 56px 18px 18px;
		border-radius: 18px;
		font-size: 15px;
	}

	#auto-delivery-page .popular-routes-clean a::before {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
	}

	#auto-delivery-page .popular-routes-clean a::after {
		right: 16px;
		width: 30px;
		height: 30px;
		font-size: 17px;
	}
}

			margin-top: 4px;
		}
#auto-delivery-page .internal-links-note {
	margin-top: 28px;
}

#auto-delivery-page .internal-links-note {
	margin-top: 28px;