:root {
	--pal-navy: #0b2f73;
	--pal-navy-deep: #08245d;
	--pal-blue: #104496;
	--pal-accent: #9bc329;
	--pal-accent-dark: #4e8c17;
	--pal-text: #293447;
	--pal-muted: #687386;
	--pal-light: #f5f7fb;
	--pal-line: #e5eaf1;
	--pal-white: #fff;
	--pal-radius: 18px;
	--pal-shadow: 0 14px 36px rgba(10, 36, 84, 0.09);
}

/* Header navigation shared by the theme menu and the emergency recovery. */
#pal-nav {
	align-items: center;
	margin-left: auto;
}

#pal-nav a,
#pal-nav a:visited {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 5px 0;
	color: #fff !important;
	font-size: clamp(0.74rem, 0.9vw, 0.88rem);
	font-weight: 650;
	line-height: 1.08;
	text-align: center;
	text-decoration: none !important;
	white-space: pre-line;
	text-wrap: balance;
	transition: color 160ms ease, opacity 160ms ease;
}

#pal-nav .pal-menu-language-en.pal-menu-group-about > a { max-width: 48px; }
#pal-nav .pal-menu-language-en.pal-menu-group-services > a { max-width: 62px; }
#pal-nav .pal-menu-language-en.pal-menu-group-tips > a { max-width: 58px; }
#pal-nav .pal-menu-language-es.pal-menu-group-services > a { max-width: 78px; }
#pal-nav .pal-menu-language-es.pal-menu-group-tips > a { max-width: 86px; }
#pal-nav .pal-menu-language-es.pal-menu-group-faq > a { max-width: 88px; }

#pal-nav a:hover,
#pal-nav a:focus-visible,
#pal-nav .current-menu-item > a,
#pal-nav a[aria-current="page"] {
	color: #fff !important;
}

#pal-nav a:hover,
#pal-nav a:focus-visible {
	opacity: 0.78;
}

@media (min-width: 992px) {
	#pal-nav,
	#pal-nav > ul,
	#pal-nav > .menu {
		display: flex;
		align-items: stretch;
		justify-content: flex-end;
		gap: clamp(10px, 1.2vw, 20px);
	}

	#pal-nav > ul,
	#pal-nav > .menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#pal-nav li {
		display: flex;
		align-items: stretch;
	}
}

.elementor-widget-pal-hero,
.elementor-widget-pal-feature-cards,
.elementor-widget-pal-services,
.elementor-widget-pal-form-panel,
.elementor-widget-pal-story,
.elementor-widget-pal-offices,
.elementor-widget-pal-numbered-cards,
.elementor-widget-pal-requirements,
.elementor-widget-pal-faq,
.elementor-widget-pal-cta {
	margin: 0 !important;
}

.pal-section,
.pal-section * {
	box-sizing: border-box;
}

.pal-section {
	position: relative;
	width: 100%;
	font-family: inherit;
	color: var(--pal-text);
}

.pal-wrap {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.pal-section h1,
.pal-section h2,
.pal-section h3,
.pal-section p {
	margin-top: 0;
}

.pal-section h2 {
	color: var(--pal-navy);
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
	margin-bottom: 18px;
}

.pal-section h3 {
	color: var(--pal-navy);
	font-size: 1.2rem;
	font-weight: 750;
	line-height: 1.25;
}

.pal-section p {
	line-height: 1.75;
}

.pal-section-label {
	color: #6d9f24;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.pal-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	max-width: 100%;
	padding: 3px 13px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	font-size: 0.76rem;
	line-height: 1.15;
	letter-spacing: 0.02em;
}

.pal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 26px;
}

.pal-button,
.pal-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 44px;
	padding: 10px 25px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 0.91rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none !important;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.pal-button:hover,
.pal-text-link:hover {
	transform: translateY(-1px);
}

.pal-button--primary,
.pal-button:not([class*="--"]) {
	background: var(--pal-navy);
	color: var(--pal-white) !important;
}

.pal-button--accent {
	background: var(--pal-accent);
	color: var(--pal-navy-deep) !important;
}

.pal-button--ghost {
	border-color: rgba(255, 255, 255, 0.38);
	background: transparent;
	color: var(--pal-white) !important;
}

.pal-button--outline {
	border-color: var(--pal-navy);
	background: transparent;
	color: var(--pal-navy) !important;
}

.pal-text-link {
	min-height: auto;
	padding: 0;
	color: #6c9b22 !important;
	justify-content: flex-start;
}

.pal-pill {
	display: inline-flex;
	width: fit-content;
	padding: 3px 11px;
	border: 1px solid #d7e6c0;
	border-radius: 999px;
	background: #f4f8ed;
	color: #628d24;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pal-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 48px;
}

.pal-section-heading > div:first-child {
	max-width: 780px;
}

.pal-section-heading p {
	max-width: 680px;
	margin-bottom: 0;
	color: var(--pal-muted);
}

.pal-section-heading--center {
	justify-content: center;
	text-align: center;
}

.pal-section-heading--center p {
	margin-inline: auto;
}

.pal-section-heading--compact {
	margin-bottom: 32px;
}

/* Hero */
.pal-hero {
	overflow: hidden;
	background: var(--pal-navy);
	color: #d9e3f5;
}

.pal-hero::before,
.pal-cta::before,
.pal-features--banner::before {
	position: absolute;
	inset: auto auto -170px -140px;
	width: 440px;
	height: 440px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.035);
	content: "";
	pointer-events: none;
}

.pal-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: clamp(48px, 7vw, 92px);
	align-items: center;
	min-height: 590px;
	padding-block: 72px;
}

.pal-hero__content {
	position: relative;
	z-index: 2;
}

.pal-hero__title {
	color: #fff;
	font-size: clamp(2.7rem, 5vw, 4.65rem);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: -0.045em;
	margin: 22px 0 22px;
}

.pal-hero__title .pal-accent {
	display: block;
	color: var(--pal-accent);
}

.pal-hero__description {
	max-width: 610px;
	color: #c7d2e7;
	font-size: 1rem;
	line-height: 1.7;
}

.pal-hero__description p:last-child {
	margin-bottom: 0;
}

.pal-hero__media {
	position: relative;
	z-index: 1;
}

.pal-hero__image-wrap {
	position: relative;
	width: min(440px, 100%);
	margin-inline: auto;
	aspect-ratio: 1;
	border: 5px solid var(--pal-accent);
	border-radius: 50%;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.pal-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pal-hero__stats {
	display: flex;
	gap: 0;
	margin-top: 42px;
}

.pal-hero__stat {
	display: flex;
	flex: 0 1 165px;
	flex-direction: column;
	gap: 4px;
	padding: 0 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.pal-hero__stat:first-child {
	padding-left: 0;
	border-left: 0;
}

.pal-hero__stat-value {
	color: var(--pal-accent);
	font-size: 1.6rem;
	line-height: 1;
}

.pal-hero__stat span {
	color: #aebbd2;
	font-size: 0.67rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.pal-hero--center .pal-hero__grid {
	display: flex;
	min-height: 430px;
	max-width: 900px;
	justify-content: center;
	padding-block: 70px;
	text-align: center;
}

.pal-hero--center .pal-hero__content,
.pal-hero--center .pal-hero__description {
	max-width: 900px;
}

.pal-hero--center .pal-actions,
.pal-hero--center .pal-hero__chips {
	justify-content: center;
}

.pal-hero--center .pal-hero__title {
	font-size: clamp(2.5rem, 4.3vw, 4rem);
}

.pal-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.pal-hero__chips span {
	padding: 4px 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	font-size: 0.73rem;
}

.pal-hero__side-cards {
	display: grid;
	gap: 16px;
}

.pal-hero__side-card {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 100px;
	padding: 22px 28px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.075);
}

.pal-hero__side-icon {
	font-size: 2rem;
}

.pal-hero__side-card div {
	display: flex;
	flex-direction: column;
}

.pal-hero__side-value {
	color: var(--pal-accent);
	font-size: 1.7rem;
	line-height: 1.15;
}

.pal-hero__side-card div span:last-child {
	color: #b9c6dc;
	font-size: 0.78rem;
}

/* Feature strip and banner */
.pal-features--strip {
	border-bottom: 1px solid var(--pal-line);
	background: #fff;
}

.pal-features--strip .pal-wrap {
	width: min(1220px, calc(100% - 32px));
}

.pal-features--strip .pal-features__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pal-features--strip .pal-feature-card {
	min-height: 96px;
	border-left: 1px solid var(--pal-line);
}

.pal-features--strip .pal-feature-card:first-child {
	border-left: 0;
}

.pal-feature-card {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 18px 16px;
}

.pal-feature-card__icon {
	display: grid;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 11px;
	background: #f3f5f8;
	font-size: 1.1rem;
}

.pal-feature-card div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.pal-feature-card strong {
	color: var(--pal-navy);
	font-size: 0.79rem;
	line-height: 1.18;
}

.pal-feature-card span:last-child {
	color: #8b94a3;
	font-size: 0.69rem;
	line-height: 1.25;
}

.pal-features--banner {
	overflow: hidden;
	background: linear-gradient(110deg, #397612, #6da41e);
	color: #fff;
}

.pal-features--banner .pal-features__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
	gap: 70px;
	align-items: center;
	padding-block: 70px;
}

.pal-features--banner h2 {
	color: #fff;
}

.pal-features--banner .pal-section-label {
	color: #d9edb3;
}

.pal-features--banner .pal-features__intro p {
	max-width: 620px;
	color: #eff7e4;
}

.pal-features--banner .pal-features__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pal-features--banner .pal-feature-card {
	min-height: 150px;
	flex-direction: column;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.07);
	text-align: center;
}

.pal-features--banner .pal-feature-card__icon {
	background: rgba(255, 255, 255, 0.1);
}

.pal-features--banner .pal-feature-card strong,
.pal-features--banner .pal-feature-card span:last-child {
	color: #fff;
}

/* Services */
.pal-services {
	padding-block: 80px;
	background: #fff;
}

.pal-services--grid .pal-services__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.pal-service-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--pal-line);
	border-radius: var(--pal-radius);
	background: #fff;
	box-shadow: 0 4px 14px rgba(15, 39, 79, 0.035);
}

.pal-service-card__media {
	position: relative;
	overflow: hidden;
}

.pal-service-card__image {
	display: block;
	width: 100%;
	height: 185px;
	object-fit: cover;
}

.pal-service-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 12px;
	border-radius: 999px;
	background: var(--pal-accent);
	color: var(--pal-navy-deep);
	font-size: 0.65rem;
	font-weight: 800;
	text-transform: uppercase;
}

.pal-service-card__body {
	padding: 20px;
}

.pal-service-card__body h3 {
	margin-bottom: 10px;
	font-size: 1rem;
}

.pal-service-card__body p {
	min-height: 5.25em;
	margin-bottom: 15px;
	color: var(--pal-muted);
	font-size: 0.82rem;
	line-height: 1.75;
}

.pal-services--rows {
	background: var(--pal-light);
}

.pal-services--rows .pal-services__items {
	padding: 22px 38px;
	background: #fff;
}

.pal-services--rows .pal-service-card {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 42px;
	align-items: center;
	padding-block: 50px;
	border: 0;
	border-bottom: 1px solid var(--pal-line);
	border-radius: 0;
	box-shadow: none;
}

.pal-services--rows .pal-service-card:last-child {
	border-bottom: 0;
}

.pal-services--rows .pal-service-card:nth-child(even) {
	grid-template-columns: minmax(0, 1fr) 230px;
}

.pal-services--rows .pal-service-card:nth-child(even) .pal-service-card__media {
	grid-column: 2;
	grid-row: 1;
}

.pal-services--rows .pal-service-card__media {
	width: 210px;
	height: 210px;
	margin-inline: auto;
	border: 5px solid #e0e8f3;
	border-radius: 50%;
}

.pal-services--rows .pal-service-card__image {
	height: 100%;
}

.pal-services--rows .pal-service-card__body {
	padding: 0;
}

.pal-services--rows .pal-service-card__body h3 {
	font-size: 1.7rem;
}

.pal-services--rows .pal-service-card__body p {
	min-height: 0;
	font-size: 0.94rem;
}

.pal-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 28px;
	padding: 0;
	margin: 20px 0 24px;
	list-style: none;
}

.pal-check-list li {
	position: relative;
	padding-left: 25px;
	color: #455063;
	font-size: 0.84rem;
}

.pal-check-list li::before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: grid;
	width: 17px;
	height: 17px;
	place-items: center;
	border-radius: 50%;
	background: #80ad27;
	color: #fff;
	content: "✓";
	font-size: 0.65rem;
}

/* Form panel */
.pal-form-panel {
	padding-block: 80px;
	background: var(--pal-light);
}

.pal-form-panel__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
	gap: 54px;
	align-items: start;
}

.pal-form-panel--form-left .pal-form-panel__grid {
	grid-template-columns: minmax(440px, 1.08fr) minmax(0, 0.92fr);
}

.pal-form-panel__side h3 {
	margin-bottom: 18px;
}

.pal-form-panel__items {
	display: grid;
	gap: 14px;
}

.pal-form-side-card {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 18px;
	border: 1px solid var(--pal-line);
	border-radius: 15px;
	background: #fff;
}

.pal-form-side-card__icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 11px;
	background: var(--pal-accent);
}

.pal-form-side-card > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.pal-form-side-card strong {
	color: var(--pal-navy);
}

.pal-form-side-card p {
	margin-bottom: 4px;
	color: var(--pal-muted);
	font-size: 0.8rem;
	line-height: 1.55;
}

.pal-form-side-card a {
	color: #263a5f;
	font-size: 0.81rem;
	text-decoration: none;
}

.pal-hours {
	margin-top: 16px;
	padding: 20px 22px;
	border-radius: 14px;
	background: var(--pal-blue);
	color: #fff;
	font-weight: 700;
}

.pal-form-card {
	overflow: hidden;
	border: 1px solid var(--pal-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--pal-shadow);
}

.pal-form-card header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 17px 24px;
	background: var(--pal-blue);
	color: #fff;
}

.pal-form-card header h3 {
	margin: 0;
	color: #fff;
}

.pal-form-card header span {
	color: #c3d2eb;
	font-size: 0.74rem;
}

.pal-form-card__body iframe {
	display: block;
	width: 100%;
	border: 0;
}

.pal-form-card__empty {
	padding: 30px;
	color: var(--pal-muted);
}

/* Story */
.pal-story {
	padding-block: 90px;
}

.pal-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 72px;
	align-items: center;
}

.pal-story--dark {
	background: linear-gradient(105deg, var(--pal-navy-deep), var(--pal-blue));
	color: #cbd6e8;
}

.pal-story--dark h2,
.pal-story--dark h3,
.pal-story--dark .pal-story-feature strong {
	color: #fff;
}

.pal-story--dark .pal-section-label {
	color: var(--pal-accent);
}

.pal-richtext {
	color: var(--pal-muted);
	line-height: 1.8;
}

.pal-story--dark .pal-richtext {
	color: #cbd6e8;
}

.pal-story__features {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.pal-story-feature {
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.pal-story-feature > span {
	display: grid;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 12px;
	background: #74a71f;
	color: #fff;
	font-weight: 800;
}

.pal-story-feature strong {
	display: block;
	margin-bottom: 3px;
	color: var(--pal-navy);
}

.pal-story-feature p {
	margin: 0;
	color: var(--pal-muted);
	font-size: 0.83rem;
	line-height: 1.55;
}

.pal-story--dark .pal-story-feature p {
	color: #aebdd3;
}

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

.pal-story__images > div {
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.pal-story__images > div:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.pal-story__image {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.pal-story--center .pal-story__grid {
	display: block;
	max-width: 850px;
	text-align: center;
}

.pal-story--center .pal-actions {
	justify-content: center;
}

/* Offices */
.pal-offices {
	padding-block: 86px;
	background: #fff;
}

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

.pal-office-card {
	overflow: hidden;
	border: 1px solid var(--pal-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--pal-shadow);
}

.pal-office-card__map {
	display: block;
	width: 100%;
	height: 230px;
	border: 0;
	background: var(--pal-light);
}

.pal-office-card__body {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 24px;
}

.pal-office-card__body h3 {
	margin: 4px 0 2px;
}

.pal-office-card__body p,
.pal-office-card__body a,
.pal-office-card__body span:not(.pal-pill) {
	margin: 0;
	color: #4f5b6d;
	font-size: 0.81rem;
	line-height: 1.55;
	text-decoration: none;
}

/* Numbered cards */
.pal-numbered {
	padding-block: 78px;
	background: var(--pal-light);
}

.pal-numbered__grid {
	display: grid;
	gap: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: none;
}

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

.pal-numbered__grid li {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	min-height: 112px;
	padding: 24px;
	border: 1px solid var(--pal-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(16, 44, 91, 0.055);
}

.pal-numbered__grid li > span {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 11px;
	background: var(--pal-blue);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
}

.pal-numbered__grid p {
	margin: 2px 0 0;
	font-size: 0.91rem;
	line-height: 1.65;
}

/* Requirements */
.pal-requirements {
	padding-block: 62px 90px;
	background: #fff;
}

.pal-requirements__grid {
	display: grid;
	gap: 36px;
	align-items: start;
}

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

.pal-requirement-card {
	padding: 34px;
	border: 1px solid var(--pal-line);
	border-radius: 18px;
	background: var(--pal-light);
}

.pal-requirement-card h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
	font-size: 1.35rem;
	letter-spacing: -0.02em;
}


.pal-requirement-card__content {
	margin-top: 20px;
	color: var(--pal-text);
	font-size: 0.9rem;
	line-height: 1.65;
}

.pal-requirement-card__content > :first-child {
	margin-top: 0;
}

.pal-requirement-card__content > :last-child {
	margin-bottom: 0;
}

.pal-requirement-card__content h3,
.pal-requirement-card__content h4,
.pal-requirement-card__content h5,
.pal-requirement-card__content h6 {
	margin: 26px 0 10px;
	color: var(--pal-blue);
	font-weight: 800;
	line-height: 1.3;
}

.pal-requirement-card__content h3 { font-size: 1.08rem; }
.pal-requirement-card__content h4 { font-size: 0.98rem; }

.pal-requirement-card__content p {
	margin: 0 0 14px;
}

.pal-requirement-card__content ol,
.pal-requirement-card__content ul {
	padding-left: 22px;
	margin: 12px 0 18px;
}

.pal-requirement-card__content ul {
	list-style: disc;
}

.pal-requirement-card__content li {
	padding-left: 5px;
	margin-bottom: 10px;
}

.pal-requirement-card__content li > ul,
.pal-requirement-card__content li > ol {
	margin-top: 9px;
	margin-bottom: 0;
}

.pal-requirement-card__content a {
	color: var(--pal-blue);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.pal-requirement-card__note {
	padding: 18px;
	margin-top: 22px;
	border-left: 3px solid var(--pal-blue);
	border-radius: 0 10px 10px 0;
	background: #e9edf5;
	font-size: 0.82rem;
	line-height: 1.55;
}

.pal-requirement-card__note p:last-child { margin-bottom: 0; }

/* FAQ */
.pal-faq {
	padding-block: 74px;
	background: var(--pal-light);
}

.pal-faq__list {
	max-width: 900px;
}

.pal-faq__item {
	margin-bottom: 14px;
	border: 1px solid var(--pal-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 42, 87, 0.035);
}

.pal-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 24px;
	cursor: pointer;
	color: var(--pal-navy);
	font-size: 0.98rem;
	font-weight: 750;
	list-style: none;
}

.pal-faq__item summary::-webkit-details-marker { display: none; }

.pal-faq__item summary i {
	position: relative;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: #f0f2f7;
}

.pal-faq__item summary i::before,
.pal-faq__item summary i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	background: var(--pal-navy);
	content: "";
	transform: translate(-50%, -50%);
}

.pal-faq__item summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.pal-faq__item[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }

.pal-faq__answer {
	padding: 0 24px 22px;
	color: #4f5b6d;
}

.pal-faq__answer p:last-child { margin-bottom: 0; }

/* CTA */
.pal-cta {
	overflow: hidden;
	padding-block: 72px;
	background: linear-gradient(110deg, #397612, #6ba31f);
	color: #fff;
	text-align: center;
}

.pal-cta::before {
	inset: -220px auto auto -150px;
}

.pal-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 850px;
}

.pal-cta h2 {
	color: #fff;
}

.pal-cta p {
	max-width: 700px;
	margin-inline: auto;
	color: #eef7e2;
}

.pal-cta .pal-actions {
	justify-content: center;
}

.pal-cta__trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 30px;
	margin-top: 28px;
	color: #e5f0d5;
	font-size: 0.75rem;
}

@media (max-width: 1024px) {
	.pal-wrap { width: min(100% - 40px, 920px); }
	.pal-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(310px, 0.75fr); gap: 42px; }
	.pal-hero__title { font-size: clamp(2.5rem, 5.7vw, 4rem); }
	.pal-features--strip .pal-features__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pal-features--strip .pal-feature-card:nth-child(4) { border-left: 0; }
	.pal-features--banner .pal-features__inner { grid-template-columns: 1fr; gap: 36px; }
	.pal-services--grid .pal-services__items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pal-form-panel__grid,
	.pal-form-panel--form-left .pal-form-panel__grid { grid-template-columns: 1fr 1.1fr; gap: 32px; }
	.pal-story__grid { grid-template-columns: 1fr 0.8fr; gap: 42px; }
	.pal-offices__grid { gap: 16px; }
}

@media (max-width: 767px) {
	#pal-nav a[data-pal-menu-group],
	#pal-nav [class*="pal-menu-group-"] > a { width: auto; max-width: none; }

	.pal-wrap { width: min(100% - 28px, 620px); }
	.pal-section h2 { font-size: clamp(1.85rem, 9vw, 2.45rem); }
	.pal-section-heading { display: block; margin-bottom: 30px; }
	.pal-section-heading .pal-button { margin-top: 18px; }
	.pal-button { width: 100%; }
	.pal-actions { width: 100%; gap: 10px; }

	.pal-hero__grid,
	.pal-hero--center .pal-hero__grid {
		display: flex;
		min-height: auto;
		flex-direction: column;
		gap: 38px;
		padding-block: 58px;
		text-align: center;
	}
	.pal-hero__title,
	.pal-hero--center .pal-hero__title { font-size: clamp(2.35rem, 12.5vw, 3.35rem); }
	.pal-hero__description { font-size: 0.93rem; }
	.pal-hero .pal-actions,
	.pal-hero__stats,
	.pal-hero__chips { justify-content: center; }
	.pal-hero__media { width: 86%; max-width: 370px; }
	.pal-hero__stats { width: 100%; margin-top: 32px; }
	.pal-hero__stat { flex: 1; padding-inline: 12px; }
	.pal-hero__stat:first-child { padding-left: 0; }
	.pal-hero__side-cards { width: 100%; }
	.pal-hero__side-card { text-align: left; }

	.pal-features--strip .pal-features__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pal-features--strip .pal-feature-card { border-bottom: 1px solid var(--pal-line); }
	.pal-features--strip .pal-feature-card:nth-child(odd) { border-left: 0; }
	.pal-features--strip .pal-feature-card:nth-child(4) { border-left: 1px solid var(--pal-line); }
	.pal-features--banner .pal-features__inner { padding-block: 58px; }
	.pal-features--banner .pal-features__grid { grid-template-columns: 1fr; }
	.pal-features--banner .pal-feature-card { min-height: 110px; }

	.pal-services,
	.pal-form-panel,
	.pal-story,
	.pal-offices,
	.pal-numbered,
	.pal-faq { padding-block: 58px; }
	.pal-services--grid .pal-services__items { grid-template-columns: 1fr; }
	.pal-services--rows .pal-services__items { padding: 8px 20px; }
	.pal-services--rows .pal-service-card,
	.pal-services--rows .pal-service-card:nth-child(even) { display: flex; flex-direction: column; gap: 26px; padding-block: 38px; }
	.pal-services--rows .pal-service-card:nth-child(even) .pal-service-card__media { grid-column: auto; grid-row: auto; }
	.pal-services--rows .pal-service-card__media { width: 180px; height: 180px; }
	.pal-services--rows .pal-service-card__body { width: 100%; }
	.pal-check-list { grid-template-columns: 1fr; }

	.pal-form-panel__grid,
	.pal-form-panel--form-left .pal-form-panel__grid { display: flex; flex-direction: column; gap: 30px; }
	.pal-form-panel--form-right .pal-form-card { order: 2; }
	.pal-form-card header { align-items: flex-start; flex-direction: column; }
	.pal-form-card__body { min-height: 600px !important; }
	.pal-form-card__body iframe { height: 600px !important; }

	.pal-story__grid { display: flex; flex-direction: column; gap: 38px; }
	.pal-story__images { width: 100%; }
	.pal-story__image { height: 190px; }
	.pal-offices__grid { grid-template-columns: 1fr; }
	.pal-office-card__map { height: 210px; }

	.pal-numbered__grid--2,
	.pal-numbered__grid--3,
	.pal-requirements__grid--2,
	.pal-requirements__grid--3 { grid-template-columns: 1fr; }
	.pal-numbered__grid li { min-height: 0; padding: 20px; }
	.pal-requirements { padding-block: 44px 58px; }
	.pal-requirement-card { padding: 24px; }
	.pal-faq__item summary { padding: 19px; }
	.pal-faq__answer { padding: 0 19px 19px; }
	.pal-cta { padding-block: 58px; }
	.pal-cta__trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}

@media (max-width: 420px) {
	.pal-hero__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.pal-hero__stat { padding-inline: 8px; }
	.pal-hero__stat-value { font-size: 1.25rem; }
	.pal-hero__stat span { font-size: 0.56rem; }
	.pal-features--strip .pal-feature-card { padding-inline: 10px; }
	.pal-feature-card__icon { flex-basis: 36px; width: 36px; height: 36px; }
	.pal-feature-card strong { font-size: 0.73rem; }
}

@media (prefers-reduced-motion: reduce) {
	.pal-button,
	.pal-text-link { transition: none; }
}
