/* PAFRENT 0.6.0 — organized premium interface */
:root {
	--paf-navy: #07192e;
	--paf-navy-soft: #0d2949;
	--paf-accent: #2878f0;
	--paf-accent-hover: #1764d1;
	--paf-off-white: #f5f7fa;
	--paf-text: #152238;
	--paf-muted: #647187;
	--paf-border: #dfe6ef;
	--paf-shadow: 0 24px 70px rgb(7 25 46 / 12%);
	--paf-radius: 20px;
	--paf-content: 1200px;
}

body {
	background: #fff;
	color: var(--paf-text);
	font-size: 15px;
	line-height: 1.65;
}

h1,
h2,
h3,
h4 {
	font-weight: 760;
	letter-spacing: -0.035em;
}

h1 {
	font-size: clamp(2.25rem, 4.8vw, 3.65rem);
}

h2 {
	font-size: clamp(1.7rem, 3.1vw, 2.45rem);
}

.paf-container {
	max-width: var(--paf-content);
	padding-inline: clamp(18px, 3vw, 32px);
}

.paf-topbar {
	background: #041222;
	color: rgb(255 255 255 / 70%);
	font-size: 0.72rem;
}

.paf-topbar__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 34px;
}

.paf-topbar p {
	align-items: center;
	display: flex;
	gap: 8px;
	margin: 0;
}

.paf-topbar p span {
	color: #5ade9b;
	font-size: 0.48rem;
}

.paf-topbar__actions {
	display: flex;
	gap: 20px;
}

.paf-topbar a {
	color: rgb(255 255 255 / 78%);
	font-weight: 650;
	text-decoration: none;
}

.site-header {
	background: rgb(7 25 46 / 97%);
	box-shadow: none;
	transition: box-shadow 180ms ease, background-color 180ms ease;
}

.site-header.is-scrolled {
	background: rgb(7 25 46 / 99%);
	box-shadow: 0 12px 35px rgb(0 0 0 / 18%);
}

.site-header__inner {
	gap: 28px;
	min-height: 74px;
}

.custom-logo {
	max-height: 46px;
}

.site-title {
	font-size: 1.08rem;
	letter-spacing: 0.09em;
}

.primary-menu {
	gap: 6px;
}

.primary-menu a {
	border-radius: 9px;
	font-size: 0.8rem;
	font-weight: 680;
	padding: 9px 12px;
	transition: color 160ms ease, background-color 160ms ease;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
	background: rgb(255 255 255 / 9%);
	color: #fff;
}

.paf-button,
.wp-block-button__link,
.pafre-search-submit,
.pafre-result-button {
	border-radius: 12px;
	box-shadow: 0 10px 24px rgb(40 120 240 / 22%);
	font-size: 0.84rem;
	font-weight: 780;
	min-height: 46px;
	padding: 11px 20px;
}

.paf-button--header {
	gap: 10px;
	min-height: 42px;
	padding-inline: 17px;
}

.paf-button--header span {
	font-size: 1rem;
}

.paf-button--ghost {
	background: rgb(255 255 255 / 7%);
	border-color: rgb(255 255 255 / 28%);
	box-shadow: none;
}

.paf-hero {
	background:
		radial-gradient(circle at 74% 34%, rgb(57 133 247 / 20%), transparent 30%),
		linear-gradient(96deg, rgb(4 17 33 / 98%) 4%, rgb(7 27 50 / var(--paf-hero-overlay)) 63%, rgb(5 20 37 / 92%) 100%),
		var(--paf-hero-image, linear-gradient(140deg, #12375d, #061526));
	min-height: 555px;
	overflow: hidden;
	padding-block: 72px 108px;
	position: relative;
}

.paf-hero::after {
	border: 1px solid rgb(255 255 255 / 8%);
	border-radius: 50%;
	content: "";
	height: 420px;
	position: absolute;
	right: -140px;
	top: -170px;
	width: 420px;
}

.paf-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(45px, 8vw, 100px);
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	position: relative;
	z-index: 1;
}

.paf-hero__content {
	max-width: 700px;
}

.paf-hero__badge {
	align-items: center;
	background: rgb(255 255 255 / 9%);
	border: 1px solid rgb(255 255 255 / 13%);
	border-radius: 999px;
	color: #cfe1ff !important;
	display: inline-flex;
	font-size: 0.68rem !important;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0.11em;
	margin: 0 0 22px;
	padding: 7px 12px;
	text-transform: uppercase;
}

.paf-hero__badge span {
	align-items: center;
	background: #4bd28d;
	border-radius: 50%;
	color: #052018;
	display: inline-flex;
	font-size: 0.6rem;
	height: 17px;
	justify-content: center;
	width: 17px;
}

.paf-hero h1 {
	font-size: clamp(2.35rem, 5vw, 3.75rem);
	letter-spacing: -0.047em;
	margin-bottom: 20px;
	max-width: 680px;
}

.paf-hero__content > p:not(.paf-hero__badge) {
	color: rgb(255 255 255 / 72%);
	font-size: clamp(0.98rem, 1.5vw, 1.08rem);
	line-height: 1.75;
	max-width: 590px;
}

.paf-hero .paf-actions {
	margin-top: 30px;
}

.paf-hero__service-area {
	border-top: 1px solid rgb(255 255 255 / 13%);
	margin-top: 34px;
	padding-top: 20px;
}

.paf-hero__panel {
	backdrop-filter: blur(15px);
	background: rgb(255 255 255 / 10%);
	border: 1px solid rgb(255 255 255 / 17%);
	border-radius: 22px;
	box-shadow: 0 30px 65px rgb(0 0 0 / 19%);
	color: #fff;
	padding: 14px 24px;
}

.paf-hero__panel-label {
	color: #8dbbff;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin: 4px 0 2px;
	text-transform: uppercase;
}

.paf-hero__panel > div {
	align-items: center;
	border-bottom: 1px solid rgb(255 255 255 / 12%);
	display: flex;
	gap: 15px;
	padding-block: 17px;
}

.paf-hero__panel > div:last-child {
	border-bottom: 0;
}

.paf-hero__panel > div > span {
	align-items: center;
	background: rgb(255 255 255 / 9%);
	border-radius: 10px;
	color: #93bdff;
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 800;
	height: 35px;
	justify-content: center;
	width: 35px;
}

.paf-hero__panel p {
	margin: 0;
}

.paf-hero__panel strong,
.paf-hero__panel small {
	display: block;
}

.paf-hero__panel strong {
	color: #fff;
	font-size: 0.88rem;
}

.paf-hero__panel small {
	color: rgb(255 255 255 / 60%);
	font-size: 0.72rem;
	margin-top: 2px;
}

.paf-section {
	padding-block: clamp(66px, 8vw, 92px);
}

.paf-booking-section {
	background: #f5f7fa;
	padding-block: 0 72px;
}

.paf-booking-shell {
	position: relative;
	top: -50px;
	z-index: 2;
}

.paf-booking-intro {
	align-items: end;
	display: grid;
	gap: 18px 55px;
	grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr);
	max-width: none;
	padding: 0 8px 22px;
}

.paf-booking-intro .paf-eyebrow {
	grid-column: 1 / -1;
	margin: 0;
}

.paf-booking-intro h2 {
	margin: 0;
}

.paf-booking-intro > p:last-child {
	font-size: 0.88rem;
	margin: 0 0 3px;
}

.paf-booking-form-card .pafre-search-form {
	border: 0;
	border-radius: 22px;
	box-shadow: 0 28px 75px rgb(7 25 46 / 14%);
	padding: clamp(23px, 3vw, 34px);
}

.paf-booking-form-card .pafre-search-form__heading {
	display: none;
}

.paf-booking-form-card .pafre-search-form label {
	color: #4f5e73;
	font-size: 0.75rem;
	font-weight: 760;
	gap: 6px;
}

.paf-booking-form-card .pafre-search-form input,
.paf-booking-form-card .pafre-search-form select {
	background: #f7f9fc;
	border-color: #dce4ee;
	border-radius: 10px;
	font-size: 0.86rem;
	min-height: 48px;
}

.paf-booking-form-card .pafre-search-submit {
	margin-top: 20px;
}

.paf-section--muted {
	background: #f6f8fb;
}

.paf-eyebrow {
	color: var(--paf-accent);
	font-size: 0.68rem;
	letter-spacing: 0.15em;
	margin-bottom: 13px;
}

.paf-section__intro {
	max-width: 640px;
}

.paf-section__intro > p:last-child {
	font-size: 0.9rem;
	line-height: 1.75;
}

.paf-cards {
	gap: 16px;
	margin-top: 32px;
}

.paf-card {
	border-color: #e2e8f0;
	border-radius: 18px;
	box-shadow: 0 9px 30px rgb(7 25 46 / 5%);
	padding: 25px;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.paf-card:hover {
	border-color: #c8d7ea;
	box-shadow: 0 18px 42px rgb(7 25 46 / 9%);
	transform: translateY(-3px);
}

.paf-card__number {
	align-items: center;
	background: #eaf2ff;
	border-radius: 10px;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	letter-spacing: 0;
	width: 36px;
}

.paf-card h3 {
	font-size: 1.06rem;
	margin: 20px 0 8px;
}

.paf-card p {
	font-size: 0.84rem;
	line-height: 1.7;
}

.paf-inline-contact {
	margin-top: 23px;
}

.paf-featured-grid,
.paf-post-grid,
.paf-location-grid,
.paf-process-grid {
	gap: 18px;
}

.paf-vehicle-card {
	border-color: #e0e7f0;
	border-radius: 19px;
	box-shadow: 0 12px 38px rgb(7 25 46 / 7%);
}

.paf-vehicle-card:hover {
	box-shadow: 0 25px 58px rgb(7 25 46 / 12%);
}

.paf-vehicle-card__media {
	height: 235px;
}

.paf-featured-grid .paf-vehicle-card__media {
	height: 200px;
}

.paf-vehicle-card__category {
	backdrop-filter: blur(8px);
	background: rgb(7 25 46 / 82%);
	font-size: 0.65rem;
	left: 14px;
	padding: 6px 10px;
}

.paf-vehicle-card__body,
.paf-featured-grid .paf-vehicle-card__body {
	padding: 21px;
}

.paf-vehicle-card__heading h2 {
	font-size: 1.2rem;
}

.paf-vehicle-card__heading p:not(.paf-vehicle-card__price) {
	display: -webkit-box;
	font-size: 0.78rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.paf-vehicle-card__price strong {
	font-size: 1.3rem;
}

.paf-vehicle-specs {
	gap: 6px;
	margin: 18px 0 15px;
}

.paf-vehicle-specs li {
	background: #f5f7fa;
	border: 1px solid #edf1f5;
	padding: 8px;
}

.paf-vehicle-card__cta {
	font-size: 0.78rem;
	padding-top: 15px;
}

.paf-section--navy {
	background:
		radial-gradient(circle at 82% 20%, rgb(49 128 247 / 20%), transparent 25%),
		linear-gradient(135deg, #07192e, #0d2d50);
	overflow: hidden;
	position: relative;
}

.paf-process-grid {
	counter-reset: steps;
	margin-top: 38px;
}

.paf-process-grid article {
	background: rgb(255 255 255 / 6%);
	border: 1px solid rgb(255 255 255 / 10%);
	border-left: 1px solid rgb(255 255 255 / 10%);
	border-radius: 16px;
	padding: 25px;
}

.paf-process-grid article span {
	align-items: center;
	background: rgb(255 255 255 / 8%);
	border-radius: 10px;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.paf-process-grid h3 {
	font-size: 1.02rem;
	margin: 19px 0 7px;
}

.paf-process-grid p {
	font-size: 0.8rem;
	line-height: 1.7;
}

.paf-location-grid {
	margin-top: 30px;
}

.paf-location-card {
	border-radius: 18px;
	box-shadow: 0 10px 32px rgb(7 25 46 / 6%);
	padding: 25px;
	transition: border-color 180ms ease, transform 180ms ease;
}

.paf-location-card:hover {
	border-color: #c4d5e9;
	transform: translateY(-3px);
}

.paf-location-card > span {
	border-radius: 11px;
	height: 40px;
	width: 40px;
}

.paf-location-card h3 {
	font-size: 1.07rem;
}

.paf-reviews-embed {
	background: #fff;
	border: 1px solid var(--paf-border);
	border-radius: 20px;
	box-shadow: 0 15px 45px rgb(7 25 46 / 7%);
	padding: clamp(18px, 3vw, 30px);
}

.paf-faq-layout {
	align-items: start;
}

.paf-accordion details {
	background: #fff;
	border: 1px solid var(--paf-border);
	border-radius: 13px;
	margin-bottom: 9px;
	padding: 17px 19px;
}

.paf-accordion details:first-child {
	border-top: 1px solid var(--paf-border);
}

.paf-accordion summary {
	font-size: 0.9rem;
	list-style: none;
	position: relative;
}

.paf-accordion summary::-webkit-details-marker {
	display: none;
}

.paf-accordion summary::after {
	color: var(--paf-accent);
	content: "+";
	font-size: 1.2rem;
	position: absolute;
	right: 0;
	top: -3px;
}

.paf-accordion details[open] summary::after {
	content: "−";
}

.paf-accordion p {
	font-size: 0.82rem;
	line-height: 1.75;
	padding-right: 24px;
}

.paf-post-card {
	border-radius: 18px;
	box-shadow: 0 10px 35px rgb(7 25 46 / 6%);
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.paf-post-card:hover {
	box-shadow: 0 20px 48px rgb(7 25 46 / 10%);
	transform: translateY(-3px);
}

.paf-post-card__media {
	height: 195px;
}

.paf-post-card__body {
	padding: 21px;
}

.paf-post-card h2 {
	font-size: 1.15rem;
}

.paf-final-cta {
	background: #edf4ff;
}

.paf-final-cta__inner {
	background: #fff;
	border: 1px solid #d9e5f4;
	border-radius: 20px;
	box-shadow: 0 18px 50px rgb(7 25 46 / 8%);
	padding: clamp(25px, 4vw, 43px);
}

.paf-page-hero,
.paf-article-header {
	background:
		radial-gradient(circle at 85% 20%, rgb(47 125 246 / 22%), transparent 27%),
		linear-gradient(135deg, #07192e, #0d3158);
	padding-block: 66px;
}

.paf-page-hero h1,
.paf-article-header h1 {
	font-size: clamp(2.1rem, 4.4vw, 3.35rem);
	letter-spacing: -0.045em;
}

.paf-fleet-content,
.paf-blog-index {
	background: #f5f7fa;
}

.paf-fleet-filters a {
	border-radius: 10px;
	font-size: 0.72rem;
	padding: 8px 12px;
}

.paf-contact-form-wrap {
	border-radius: 20px;
	box-shadow: 0 22px 65px rgb(7 25 46 / 11%);
}

.paf-form-field input,
.paf-form-field textarea {
	background: #f7f9fb;
	border-color: #dce4ed;
}

.site-footer {
	background: #041322;
	padding-block: 0 26px;
}

.paf-footer-cta {
	align-items: center;
	background: linear-gradient(120deg, #0c3158, #0b2441);
	border: 1px solid rgb(255 255 255 / 9%);
	border-radius: 20px;
	display: flex;
	gap: 35px;
	justify-content: space-between;
	padding: clamp(24px, 4vw, 39px);
	position: relative;
	top: -42px;
}

.paf-footer-cta span {
	color: #84b5ff;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.paf-footer-cta h2 {
	color: #fff;
	font-size: clamp(1.25rem, 2.5vw, 1.85rem);
	margin: 7px 0 0;
}

.paf-footer-cta__actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 17px;
}

.paf-footer-whatsapp {
	color: #fff;
	font-size: 0.76rem;
	font-weight: 750;
	text-decoration: none;
}

.site-footer__grid {
	gap: 55px;
	grid-template-columns: 1.5fr 0.8fr 0.8fr;
	padding-top: 22px;
}

.site-footer__title {
	font-size: 1rem;
	letter-spacing: -0.01em;
}

.site-footer p,
.site-footer li,
.site-footer a {
	font-size: 0.78rem;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer li {
	margin-bottom: 8px;
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
}

.site-footer__bottom p {
	margin: 0;
}

@media (max-width: 960px) {
	.paf-hero__grid {
		gap: 45px;
		grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
	}

	.paf-hero__panel {
		padding-inline: 18px;
	}

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

@media (max-width: 900px) {
	.paf-topbar__actions a:first-child {
		display: none;
	}

	.menu-toggle {
		align-items: center;
		display: inline-flex;
		height: 40px;
		justify-content: center;
		padding: 0;
		width: 42px;
	}

	.menu-toggle__lines,
	.menu-toggle__lines span {
		display: block;
	}

	.menu-toggle__lines {
		width: 18px;
	}

	.menu-toggle__lines span {
		background: #fff;
		height: 1px;
		margin-block: 5px;
		width: 100%;
	}

	.main-navigation {
		box-shadow: 0 20px 40px rgb(0 0 0 / 18%);
		inset: 74px 0 auto;
	}

	.primary-menu a {
		border-radius: 0;
		padding: 13px 0;
	}

	.paf-hero {
		padding-block: 68px 105px;
	}

	.paf-hero__grid {
		grid-template-columns: 1fr;
	}

	.paf-hero__content {
		max-width: 720px;
	}

	.paf-hero__panel {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 12px 18px;
	}

	.paf-hero__panel-label {
		grid-column: 1 / -1;
	}

	.paf-hero__panel > div {
		border-bottom: 0;
		border-right: 1px solid rgb(255 255 255 / 12%);
	}

	.paf-hero__panel > div:last-child {
		border-right: 0;
	}

	.paf-booking-intro {
		grid-template-columns: 1fr;
	}

	.paf-booking-intro .paf-eyebrow {
		grid-column: auto;
	}

	.paf-footer-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.paf-topbar__inner {
		justify-content: center;
	}

	.paf-topbar__actions {
		display: none;
	}

	.paf-topbar p {
		font-size: 0.64rem;
		text-align: center;
	}

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

	.main-navigation {
		inset: 68px 0 auto;
	}

	.paf-hero {
		min-height: 0;
		padding-block: 54px 92px;
	}

	.paf-hero__grid {
		gap: 30px;
	}

	.paf-hero h1 {
		font-size: clamp(2.1rem, 11vw, 2.75rem);
	}

	.paf-hero__content > p:not(.paf-hero__badge) {
		font-size: 0.93rem;
	}

	.paf-hero__service-area {
		gap: 8px 14px;
	}

	.paf-hero__panel {
		display: block;
	}

	.paf-hero__panel > div {
		border-bottom: 1px solid rgb(255 255 255 / 12%);
		border-right: 0;
		padding-block: 13px;
	}

	.paf-hero__panel > div:last-child {
		border-bottom: 0;
	}

	.paf-booking-shell {
		top: -38px;
	}

	.paf-booking-section {
		padding-bottom: 45px;
	}

	.paf-booking-intro {
		padding-inline: 2px;
	}

	.paf-booking-form-card .pafre-search-form {
		border-radius: 17px;
	}

	.paf-featured-grid,
	.paf-post-grid {
		grid-template-columns: 1fr;
	}

	.paf-featured-grid .paf-vehicle-card__media,
	.paf-vehicle-card__media {
		height: 210px;
	}

	.paf-footer-cta {
		border-radius: 17px;
	}

	.paf-footer-cta__actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.site-footer__grid {
		gap: 30px;
	}

	.site-footer__bottom {
		flex-direction: column;
		gap: 6px;
	}
}
