body.alenka-pro-pilot-page {
	--e-global-color-primary: var(--ags-blue);
	--e-global-color-secondary: var(--ags-purple);
	--e-global-color-text: var(--ags-text);
	--e-global-color-accent: var(--ags-blue);
	margin: 0;
	background: var(--ags-bg);
	color: var(--ags-text);
	font-family: Inter, Arial, Helvetica, sans-serif;
}

.alenka-pro-pilot-page .elementor {
	background:
		radial-gradient(circle at 80% 8%, rgba(77, 51, 225, 0.22), transparent 26rem),
		var(--ags-bg);
}

.alenka-pro-pilot-page .elementor-widget-heading .elementor-heading-title,
.alenka-pro-pilot-page .elementor-widget-text-editor,
.alenka-pro-pilot-page .elementor-widget-text-editor p {
	color: inherit;
}

.alp-shell {
	width: min(1440px, calc(100% - 96px)) !important;
	max-width: 1440px !important;
	margin-inline: auto !important;
	box-sizing: border-box;
}

/* Canonical shell for all current and future Elementor Pro industry heroes. */
.alp-industry-hero .alp-shell {
	width: min(1440px, calc(100% - 96px)) !important;
	max-width: 1440px !important;
	margin-inline: auto !important;
	justify-self: center;
	box-sizing: border-box;
}

/* Never allow Elementor's generated container widths to pull the opening
 * industry copy outside the same canonical shell used by later sections. */
.alenka-pro-pilot-page .alp-industry-hero .e-con-inner,
.alenka-pro-pilot-page .alp-industry-hero .alp-copy-stack {
	width: 100%;
	max-width: none;
}

.alp-section {
	padding: clamp(56px, 5vw, 84px) 0;
	border-top: 1px solid var(--ags-line);
}

.alp-compact-section { padding-block: clamp(44px, 4vw, 60px); }
.alp-copy-stack { gap: 14px; }

.alp-two-col {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	gap: clamp(40px, 5vw, 72px);
	align-items: center;
}
.alp-two-col-top { align-items: start; }

.alp-hero { padding: 30px 0 clamp(68px, 6vw, 96px); border-top: 0; }
.alp-hero-copy { gap: 16px; }
.alenka-pro-pilot-page :is(.alp-hero, .alp-core-hero) .elementor-heading-title:is(h1) { max-width: 800px; font-size: var(--ags-h1) !important; font-weight: 600; line-height: 1.08; letter-spacing: -0.035em; color: var(--ags-text); }
.alp-hero-image img { width: 100%; border: 1px solid var(--ags-line); border-radius: 24px; box-shadow: 0 30px 90px rgba(29, 21, 114, 0.38); }

.alp-eyebrow p {
	margin: 0;
	color: var(--ags-blue) !important;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.alp-lead p { color: var(--ags-text) !important; font-size: clamp(21px, 2vw, 28px); line-height: 1.45; }
.alenka-pro-pilot-page .alp-section .elementor-heading-title:is(h2) { max-width: 1100px; color: var(--ags-text); font-size: var(--ags-h2) !important; font-weight: 600; line-height: 1.08; letter-spacing: -0.035em; }
.alenka-pro-pilot-page .alp-section .elementor-heading-title:is(h3) { color: var(--ags-text); font-size: var(--ags-h3) !important; font-weight: 600; line-height: 1.08; letter-spacing: -0.035em; }
.alp-section p { color: var(--ags-muted); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.alp-section-intro {
	width: 100%;
	max-width: none;
	margin-bottom: 28px;
	overflow-wrap: break-word;
	text-wrap: pretty;
}

.alp-grid { display: grid; gap: 22px; }
.alp-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.alp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.alp-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.alenka-pro-pilot-page .alp-section .alp-card .elementor-heading-title { font-size: 22px; line-height: 1.2; letter-spacing: -0.015em; }
.alp-compact-cards { grid-auto-rows: 1fr; }
.alp-compact-cards .alp-card {
	height: 100%;
	min-height: 108px;
	padding: 20px 24px;
	align-content: center;
}
.alp-feature-card p { color: var(--ags-muted); font-size: var(--ags-body); }

.alp-proof { padding: 34px 0; border-block: 1px solid var(--ags-line); background: var(--ags-panel); }
.alp-stat { align-items: start; padding: 12px 28px; border-left: 1px solid var(--ags-line); }
.alp-stat:first-child { border-left: 0; }
.alenka-pro-pilot-page .alp-stat .elementor-heading-title { color: var(--ags-blue); font-size: clamp(30px, 3vw, 46px); line-height: 1; letter-spacing: -0.025em; }
.alp-stat p { color: var(--ags-muted); font-size: var(--ags-body); }

.alp-samples { background: radial-gradient(circle at 18% 48%, rgba(104, 64, 237, 0.22), transparent 30rem); }
.alp-sample-art img { width: min(100%, 560px); aspect-ratio: 3 / 2; object-fit: cover; object-position: center; border: 1px solid var(--ags-line); border-radius: 26px; box-shadow: 0 24px 70px rgba(18, 31, 88, .34); }
.alp-media-frame { max-width: 1060px; margin: 24px 0 0; overflow: hidden; border: 1px solid var(--ags-line); border-radius: 24px; background: #000; }
.alp-media-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #000; }
.alp-signage-portrait-frame {
	width: min(100%, 620px);
	max-width: none;
	margin-inline: auto;
}
.alp-signage-portrait-frame video {
	aspect-ratio: 792 / 1122;
	object-fit: cover;
	background: transparent;
}
.alp-player-column { gap: 12px; }
.alp-sampler { padding: 28px; border: 1px solid var(--ags-line); border-radius: 22px; background: var(--ags-panel); }
.alp-now-playing { display: grid; gap: 8px; padding: 18px; border-radius: 16px; background: #07112f; }
.alp-now-playing span { color: var(--ags-muted); font-size: 12px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.alp-now-playing strong { color: var(--ags-text); font-size: 21px; }
.alp-now-playing audio { width: 100%; }
.alp-track-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-height: 445px; margin: 18px 0 0; padding: 0 6px 0 0; overflow-y: auto; list-style: none; }
.alp-track-list button { width: 100%; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 58px; padding: 12px 14px; border: 1px solid var(--ags-line); border-radius: 13px; background: transparent; color: var(--ags-text); font-size: 18px; text-align: left; cursor: pointer; }
.alp-track-list button > span:not(.alp-play-glyph) { min-width: 0; overflow-wrap: anywhere; }
.alp-play-glyph { width: 0; height: 0; border-block: 6px solid transparent; border-left: 10px solid currentColor; }
.alp-track-list button:hover, .alp-track-list button:focus-visible, .alp-track-list button[aria-pressed="true"] { border-color: var(--ags-blue); background: rgba(110, 216, 245, 0.1); }
.alp-track-list time { color: var(--ags-muted); }

/* Home: approved customer proof and media samples, built as Elementor widgets. */
.alp-home-logo-section { overflow: hidden; background: #03040c; border-block: 1px solid var(--ags-line); }
.alp-home-logo-section .alp-section-intro { max-width: 840px; }
.alp-home-logo-widget { width: 100% !important; max-width: 100%; overflow: hidden; }
.alp-home-logo-marquee { contain: inline-size; width: 100%; max-width: 100%; overflow: hidden; padding-block: 6px; }
.alp-home-logo-track { display: flex; width: max-content; gap: 28px; animation: alp-home-logo-scroll 104s steps(42, end) infinite; }
.alp-home-logo-marquee:hover .alp-home-logo-track,
.alp-home-logo-marquee:focus-visible .alp-home-logo-track { animation-play-state: paused; }
.alp-home-logo-marquee:focus-visible { outline: 3px solid var(--ags-focus); outline-offset: 4px; }
.alp-home-logo-list { display: flex; flex: none; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.alp-home-logo-list li { display: grid; flex: 0 0 216px; width: 216px; height: 136px; place-items: center; overflow: hidden; border: 1px solid var(--ags-line); border-radius: 15px; background: #000; }
.alp-home-logo-list img { width: 196px !important; height: 116px !important; max-width: none !important; object-fit: cover; object-position: center; opacity: .92; transition: opacity 180ms ease; }
.alp-home-logo-list li:hover img { opacity: 1; }
@keyframes alp-home-logo-scroll { to { transform: translateX(calc(-50% - 14px)); } }

.alp-home-hero { overflow: hidden; }
.alp-home-hero-grid {
	display: grid !important;
	grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
	gap: clamp(38px, 5vw, 76px);
	align-items: center;
}
.alp-home-hero-copy { min-width: 0; gap: 16px; }
.alp-home-hero-visual { min-width: 0; }
.alp-home-hero-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: 68% center;
	border: 1px solid rgba(132, 161, 220, .42);
	border-radius: var(--ags-radius-lg);
	box-shadow: 0 30px 90px rgba(29, 21, 114, .42);
}

.alp-home-samples { background: radial-gradient(circle at 18% 48%, rgba(104, 64, 237, .22), transparent 30rem), #09102e; border-block: 1px solid var(--ags-line); }
.alp-home-samples-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; margin-top: 40px; }
.alp-home-sample-panel { min-width: 0; height: 100%; gap: 16px; padding: clamp(26px, 3vw, 40px); border: 1px solid var(--ags-line); border-radius: var(--ags-radius-md); background: var(--ags-panel); }
.alenka-pro-pilot-page .alp-home-sample-panel .elementor-heading-title { font-size: clamp(28px, 2.4vw, 38px); }
.alp-home-sample-panel .alp-eyebrow p { margin: 0; }
.alp-home-sample-panel .alp-sampler { padding: 0; border: 0; background: transparent; }
.alp-home-sample-panel .alp-text-link { margin-top: auto; }
.alp-home-signage-frame { max-width: 100%; margin: 0; }
.alp-home-signage-frame video { aspect-ratio: 9 / 16; max-height: 560px; }

@media (max-width: 800px) {
	.alp-home-hero-grid { grid-template-columns: 1fr; gap: 30px; }
	.alp-home-hero-visual img { aspect-ratio: 4 / 3; object-position: 70% center; }
	.alp-home-logo-track,
	.alp-home-logo-list { gap: 20px; }
	.alp-home-logo-list li { flex-basis: 192px; width: 192px; height: 120px; }
	.alp-home-logo-list img { width: 172px !important; height: 100px !important; }
	@keyframes alp-home-logo-scroll { to { transform: translateX(calc(-50% - 10px)); } }
	.alp-home-samples-grid { grid-template-columns: 1fr; margin-top: 28px; }
	.alp-home-signage-frame video { aspect-ratio: 16 / 10; }
}

@media (max-width: 520px) {
	.alp-home-logo-list li { flex-basis: 172px; width: 172px; height: 108px; }
	.alp-home-logo-list img { width: 152px !important; height: 88px !important; }
	.alp-home-sample-panel { padding: 22px; }
	.alp-home-sample-panel .alp-track-list { grid-template-columns: 1fr; max-height: none; overflow-y: visible; }
}

@media (prefers-reduced-motion: reduce) {
	.alp-home-logo-marquee { overflow-x: auto; }
	.alp-home-logo-track { animation: none; }
	.alp-home-logo-track .alp-home-logo-list[aria-hidden="true"] { display: none; }
}

.alp-platforms {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
}
.alp-platforms > .elementor-element,
.alp-platforms .elementor-widget-button { width: auto !important; flex: 0 0 auto; margin: 0; }

.alp-industry-card { overflow: hidden; gap: 10px; padding-bottom: 18px; border: 1px solid var(--ags-line); border-radius: 20px; background: var(--ags-panel); }
.alp-industry-card img { width: 100%; aspect-ratio: 1 / 0.9; object-fit: cover; }
.alp-industry-card h3, .alp-industry-card .alp-text-link { padding-inline: 18px; }
.alenka-pro-pilot-page .alp-industry-card .elementor-heading-title { font-size: 20px; line-height: 1.2; letter-spacing: -0.01em; }
.alp-more-label { margin-top: 44px; }
.alp-more-grid { margin-top: 20px; }
.alp-more-link .elementor-button { width: 100%; min-height: 74px; justify-content: flex-start; border: 1px solid var(--ags-line); border-radius: 16px; background: var(--ags-panel); color: var(--ags-text); text-align: left; }

.alp-actions {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
}
.alp-actions > .elementor-element,
.alp-actions .elementor-widget-button { width: auto !important; flex: 0 0 auto; margin: 0; }
@media (max-width: 1120px) {
	.alp-shell,
	.alp-industry-hero .alp-shell { width: min(100% - 48px, 1040px) !important; }
	.alp-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
	.alp-shell,
	.alp-industry-hero .alp-shell { width: min(100% - 32px, 760px) !important; }
	.alp-section { padding-block: 48px; }
	.alp-two-col { grid-template-columns: 1fr; gap: 34px; }
	.alp-grid-2, .alp-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
	.alp-shell,
	.alp-industry-hero .alp-shell { width: min(100% - 24px, 520px) !important; }
	.alenka-pro-pilot-page :is(.alp-hero, .alp-core-hero) .elementor-heading-title:is(h1) { font-size: var(--ags-h1) !important; }
	.alp-grid-2, .alp-grid-3, .alp-grid-4 { grid-template-columns: 1fr; }
	.alp-card, .alp-compact-cards .alp-card { min-height: 0; padding: 22px; }
	.alp-proof .alp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.alp-stat:nth-child(odd) { border-left: 0; }
	.alp-track-list { grid-template-columns: 1fr; max-height: 420px; }
}

/* Elementor Pro industry-page system */
.alp-industry-hero .alp-copy-stack { width: 100%; max-width: 1120px; }
.alp-breadcrumbs { color: var(--ags-muted); font-size: 14px; }
.alp-breadcrumbs a { color: var(--ags-blue); }
.alp-industry-hero-copy { width: 100%; max-width: 1040px; }
.alp-industry-heading { width: 100%; max-width: 1120px; }
.alp-industry-heading-copy { width: 100%; max-width: 1040px; margin-top: 10px; }
.alp-industry-grid { margin-top: 28px; align-items: stretch; }
.alp-industry-feature-card { min-height: 0; padding: clamp(22px, 2.5vw, 32px); }
.alp-industry-service { align-items: start; }
.alp-industry-media { overflow: hidden; border: 1px solid var(--ags-line); border-radius: 24px; background: #030716; }
.alp-industry-media .elementor-widget-container, .alp-industry-media img, .alp-industry-media video { width: 100%; }
.alp-industry-media img { display: block; height: clamp(360px, 42vw, 560px); object-fit: cover; object-position: center 32%; }
.alp-retail-music-image img { height: clamp(360px, 38vw, 520px); object-position: center 18%; }
.alp-industry-video figure { margin: 0; }
.alp-industry-video video { display: block; aspect-ratio: 16 / 10; object-fit: cover; }
.alp-industry-sampler { margin-top: clamp(34px, 5vw, 64px); }
.alp-client-logo-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.alp-client-logo-section--disabled { display: none !important; }
.alp-client-logo { display: grid; place-items: center; min-height: 148px; padding: 12px; overflow: hidden; border: 1px solid var(--ags-line); border-radius: 18px; background: #000; }
.alp-client-logo img { width: 100%; height: 118px; object-fit: cover; object-position: center; }
.alp-testimonial-grid .alp-card { min-height: 0; }
.alp-related-card { min-height: 200px; }
.alp-related-card .alp-button { width: var(--ags-button-width) !important; max-width: 100%; margin-top: auto; }

@media (max-width: 820px) {
	.alp-client-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.alp-industry-service { grid-template-columns: 1fr; }
	.alp-industry-service > .alp-industry-media { order: 2; }
}
@media (max-width: 560px) {
	.alp-client-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.alp-industry-media img { height: 360px; }
	.alp-industry-video video { aspect-ratio: 16 / 10; }
	.alp-related-card { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.alenka-pro-pilot-page *, .alenka-pro-pilot-page *::before, .alenka-pro-pilot-page *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Core-page migration system */
.alp-core-hero { padding-block: clamp(64px, 8vw, 112px); background: radial-gradient(circle at 78% 36%, rgba(102, 62, 232, .38), transparent 34rem), var(--ags-bg); }
.alp-core-hero .alp-copy-stack { width: 100%; max-width: 1040px; }
.alp-core-hero :is(.alp-lead, .alp-hero-body) { width: 100%; max-width: 1040px; }
.alp-core-hero .alp-hero-body p { margin: 0; font-size: clamp(18px, 1.35vw, 20px); line-height: 1.6; color: var(--ags-text); }
.alp-core-compact { padding-block: 42px; }
.alp-core-grid { margin-top: 28px; }
.alp-core-grid .alp-card { min-height: 0; height: auto; padding: clamp(22px, 2.5vw, 34px); }
.alp-core-grid .alp-card .elementor-widget-text-editor:last-child { margin-bottom: 0; }
.alp-core-grid .alp-card .alp-text-link { margin-top: auto; }
.alp-service-card { min-height: 280px !important; }
.alp-stat-card { text-align: left; }
.alp-wide-image { margin-top: 28px; overflow: hidden; border: 1px solid var(--ags-line); border-radius: 24px; }
.alp-wide-image img { width: 100%; max-height: 540px; object-fit: cover; }
.alp-dashboard-grid { margin-top: 28px; align-items: stretch; }
.alp-dashboard-grid { align-items: start; }
.alp-dashboard-image { width: 100%; height: auto; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid var(--ags-line); border-radius: 22px; background: #050817; }
.alp-dashboard-image .elementor-widget-container, .alp-dashboard-image img { height: 100%; }
.alp-dashboard-image img { width: 100%; object-fit: cover; }
.alp-about-story-image img { aspect-ratio: 2 / 1; max-height: none; object-fit: cover; object-position: center; }

.alp-contact-form-wrap { max-width: 1120px; margin-top: 28px; }
.alp-form-full { grid-column: 1 / -1; }
.alp-contact-form button, .alp-price-button { width: var(--ags-button-width); max-width: 100%; }
.alp-form-notice { margin: 0 0 20px; padding: 14px 18px; border-radius: 12px; background: rgba(117,224,190,.15); color: var(--ags-text); }
.alp-form-notice-error { background: rgba(255,120,120,.15); }

.alp-pricing { margin-top: 28px; }
.alp-pricing-toolbar { align-items: center; display: flex; flex-wrap: wrap; gap: 14px 22px; justify-content: flex-start; }
.alp-pricing-location { align-items: center; color: var(--ags-muted, #b8c2dd); display: inline-flex; flex: 0 0 auto; font-size: 18px; font-weight: 700; gap: 10px; margin: 0; white-space: nowrap; width: auto; }
.alp-pricing-location select { appearance: none; background: #0d173d; border: 1px solid #46557f; border-radius: 999px; color: #eef8f8; cursor: pointer; flex: 0 0 auto; font: inherit; min-height: 48px; min-width: 248px; padding: 0 44px 0 18px; width: auto; }
.alp-pricing-hero { padding-bottom: clamp(46px, 5vw, 68px); }
.alp-pricing-plans { padding-top: clamp(46px, 5vw, 68px); }
.alp-pricing-panel { display: none; margin-top: 28px; }
.alp-pricing-panel.is-active { display: block; }
.alp-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 18px; }
.alp-price-card { display: grid; grid-template-rows: auto minmax(72px, auto) 74px 22px 54px 1fr auto; gap: 16px; min-height: 570px; padding: clamp(24px, 3vw, 38px); }

.alp-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.alp-resource-card { overflow: hidden; }
.alp-resource-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }

.alp-faq-groups { display: grid; gap: 28px; }
.alp-faq-group { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--ags-line); border-radius: 22px; background: var(--ags-panel); }
.alp-faq-list { margin-top: 20px; }
.alp-faq-list details { border-top: 1px solid var(--ags-line); }
.alp-faq-list details:last-child { border-bottom: 1px solid var(--ags-line); }
.alp-faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; color: var(--ags-text); font-size: var(--ags-body); font-weight: 750; cursor: pointer; list-style: none; }
.alp-faq-list summary::-webkit-details-marker { display: none; }
.alp-faq-list details p { margin: 0; padding: 0 0 22px; color: var(--ags-muted); }

/* Remaining routes: legal, resources, editorial and commerce. */
.alp-remaining-body .alp-shell,
.alp-single-post .alp-shell { max-width: 1120px; }
.alp-prose { color: var(--ags-muted); font-size: var(--ags-body); line-height: 1.75; max-width: 100%; overflow-wrap: anywhere; }
.alp-prose :is(a, span) { overflow-wrap: anywhere; }
.alp-prose h2, .alp-prose h3, .alp-prose h4 { color: var(--ags-text); margin: 1.8em 0 .55em; line-height: 1.2; }
.alp-prose a, .alp-resource-card a { color: var(--ags-blue); }
.alp-prose ul, .alp-prose ol { padding-left: 1.35em; }
.alp-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.alp-remaining-body .alp-resource-card { min-height: 0; padding: 0; }
.alp-article { padding-block: clamp(54px, 7vw, 104px); }
.alp-article > h1 { max-width: 1040px; margin: 12px 0 18px; color: var(--ags-text); font-size: var(--ags-h1); line-height: 1.05; overflow-wrap: anywhere; }
.alp-article-meta { margin-bottom: 42px; color: var(--ags-muted); }

@media (max-width: 920px) {
	.alp-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
	.alp-resource-grid { grid-template-columns: 1fr; }
	.alp-resource-card { min-height: 0; }
}

@media (max-width: 1100px) {
	.alp-price-grid, .alp-resource-grid { grid-template-columns: 1fr; }
	.alp-pricing-toolbar { align-items: stretch; flex-direction: column; }
	.alp-pricing-location { align-items: flex-start; flex-direction: column; }
	.alp-pricing-location select { width: 100%; }
	.alp-price-card { display: flex; flex-direction: column; min-height: 0; min-width: 0; }
}
@media (max-width: 560px) {
	.alp-contact-form { grid-template-columns: 1fr; }
	.alp-form-full { grid-column: auto; }
	.alp-core-grid .alp-card, .alp-service-card { min-height: 0 !important; }
}

/* Keep card CTAs inside their padded card bounds. */
.alp-core-grid .alp-card .alp-text-link { width: 100% !important; }
.alp-core-grid .alp-card .alp-text-link .elementor-button { width: 100%; }