/* ==========================================================================
   Atlas Sport — "Arhitecți și proiectanți"
   Paired with atlas-arhitecti.php
   Mobile-first; the desktop layout starts at 993px, matching the theme's
   own breakpoint and the rest of the atlas-* packages.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Host container. Shoptimizer's header.php leaves
   #content > .shoptimizer-archive > .col-full open, so without this the page
   renders inside the theme's 1170px box. Scoped to the body class added in
   atlas-arhitecti.php, never to .col-full globally.
   .archive-header keeps its box (only the breadcrumb is removed, in PHP) so
   WooCommerce notices still have somewhere to render. The theme's own page
   title goes, though: the hero already carries the h1.
   -------------------------------------------------------------------------- */

.atlas-arh-page .site-content .shoptimizer-archive .col-full {
	max-width: none;
	padding: 0;
}
.atlas-arh-page .site-content .shoptimizer-archive { margin-bottom: 0; }
.atlas-arh-page .archive-header { padding: 0; }
.atlas-arh-page .content-area { width: 100%; clear: both; }
.atlas-arh-page .entry-header { display: none; }
.atlas-arh-page .entry-content { margin: 0; }

.atlas-ap,
.atlas-ap *,
.atlas-ap *::before,
.atlas-ap *::after { box-sizing: border-box; }

.atlas-ap {
	--ap-dark: #12291B;
	--ap-deep: #07301A;
	--ap-green: #0C6436;
	--ap-green-mid: #178A45;
	--ap-green-band: #0F5C30;
	--ap-lime: #7AC943;
	--ap-body: #5b6660;
	--ap-cream: #f6f8f4;
	--ap-line: #eef0ec;
	--ap-max: 1440px;

	width: 100%;
	margin: 0;
	background: #fff;
	color: var(--ap-body);
	font-family: 'Open Sans', Roboto, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.atlas-ap a { color: inherit; text-decoration: none; }
.atlas-ap ul { margin: 0; padding: 0; list-style: none; }
.atlas-ap li::before { content: none !important; } /* kill theme tick bullets */
.atlas-ap img { max-width: 100%; }
.atlas-ap__svg { display: block; width: 100%; height: 100%; }
.atlas-ap section { position: relative; }

/* --- shared type ------------------------------------------------------- */

.atlas-ap__h1 {
	margin: 0 0 14px;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -.028em;
	color: #fff;
	text-wrap: balance;
}

.atlas-ap__h2 {
	margin: 0 0 14px;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.025em;
	color: var(--ap-dark);
	text-wrap: balance;
}
.atlas-ap__h2--light { color: #fff; }

.atlas-ap__eyebrow {
	display: block;
	margin-bottom: 14px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--ap-lime);
}
.atlas-ap__eyebrow--green {
	letter-spacing: .16em;
	font-size: 11px;
	color: var(--ap-green-mid);
}

/* --- 1. hero ----------------------------------------------------------- */

.atlas-ap__hero {
	position: relative;
	overflow: hidden;
	background: var(--ap-deep);
	padding: 26px 20px 30px;
}

.atlas-ap__heroimg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.atlas-ap__heroscrim {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(7, 48, 26, .82) 0%, rgba(9, 58, 31, .78) 46%, rgba(7, 48, 26, .94) 100%);
}
.atlas-ap__heroglow {
	position: absolute;
	right: -110px;
	top: -160px;
	width: 420px;
	height: 420px;
	pointer-events: none;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(122, 201, 67, .24) 0%, rgba(122, 201, 67, 0) 68%);
}

.atlas-ap__heroinner {
	position: relative;
	z-index: 2;
	max-width: var(--ap-max);
	margin: 0 auto;
}

.atlas-ap__crumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
	font-size: 12px;
	font-weight: 500;
	color: #8fb79a;
}
.atlas-ap__crumbs a { color: #c3dbca; }
.atlas-ap__crumbs [aria-current] { color: #fff; font-weight: 600; }
.atlas-ap__crumbsep { display: flex; flex: 0 0 auto; width: 12px; height: 12px; }

.atlas-ap__lead {
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.6;
	color: #dbeadf;
	text-wrap: pretty;
}

/* deliverables */

.atlas-ap__deliverables {
	display: flex;
	flex-direction: column;
	margin: 0 0 26px;
}
.atlas-ap__deliverables li {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 0;
	padding: 14px 0;
	border-top: 1px solid rgba(255, 255, 255, .14);
}
.atlas-ap__delicon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	padding: 8px;
	border-radius: 10px;
	background: rgba(122, 201, 67, .16);
	color: var(--ap-lime);
}
.atlas-ap__deltext {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}

/* --- the sign-up card -------------------------------------------------- */

.atlas-ap__card {
	background: #fff;
	border-radius: 16px;
	padding: 24px 22px 22px;
	box-shadow: 0 20px 44px rgba(0, 0, 0, .30);
	scroll-margin-top: 120px; /* the sticky header, when we jump to #inscriere */
}
.atlas-ap__cardtitle {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.02em;
	color: var(--ap-dark);
}
.atlas-ap__cardcopy {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #66716a;
}

.atlas-ap__sent {
	display: flex;
	align-items: center;
	gap: 11px;
	background: #eff8e7;
	border: 1px solid #cbe7ae;
	border-radius: 12px;
	padding: 15px 16px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #255c30;
}
.atlas-ap__senticon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	padding: 6px;
	border-radius: 50%;
	background: #4c9a3f;
	color: #fff;
}

.atlas-ap__form { display: flex; flex-direction: column; gap: 10px; }

.atlas-ap__field {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #f6f7f4;
	border: 1.5px solid #e2e7de;
	border-radius: 11px;
	padding: 12px 14px;
	transition: border-color .16s ease;
}
.atlas-ap__field:focus-within { border-color: var(--ap-lime); }
.atlas-ap__fieldicon {
	display: flex;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	color: #98a29a;
}

/* Qualified past the theme's own input rules, which match at the same
   specificity and would otherwise win on source order. */
.atlas-ap .atlas-ap__field input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	box-shadow: none;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--ap-dark);
}
.atlas-ap .atlas-ap__field input::placeholder { color: #98a29a; opacity: 1; }

/* The theme's own input:focus rule matches at the same specificity as the base
   above, so state it again here. The visible focus ring is on the wrapper. */
.atlas-ap .atlas-ap__field input:focus {
	border: 0;
	outline: none;
	background: none;
	box-shadow: none;
}

/* Off-screen rather than display:none, so bots that skip hidden fields still
   find it. Never focusable by keyboard. */
.atlas-ap__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.atlas-ap button.atlas-ap__submit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 4px;
	border: 0;
	border-radius: 11px;
	background: var(--ap-lime);
	color: #06301A;
	padding: 16px 20px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
	transition: background-color .18s ease;
}
.atlas-ap button.atlas-ap__submit:hover,
.atlas-ap button.atlas-ap__submit:focus { background: #6cbb35; color: #06301A; }

.atlas-ap__btnarrow { display: flex; flex: 0 0 auto; width: 18px; height: 18px; }

/* --- 2. despre noi ----------------------------------------------------- */

.atlas-ap__about { background: var(--ap-cream); padding: 34px 20px 32px; }
.atlas-ap__aboutcopy p {
	margin: 0 0 22px;
	font-size: 15px;
	line-height: 1.7;
	color: var(--ap-body);
	text-wrap: pretty;
}

.atlas-ap__stat {
	background: #fff;
	border: 1px solid var(--ap-line);
	border-radius: 16px;
	padding: 24px 20px;
}
.atlas-ap__statnum {
	font-size: 34px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.038em;
	color: var(--ap-green);
}
.atlas-ap__statnum span { color: var(--ap-lime); }
.atlas-ap__statlabel {
	margin-top: 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--ap-dark);
}
.atlas-ap__statnote {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--ap-line);
	font-size: 14px;
	line-height: 1.6;
	color: var(--ap-body);
}

/* --- 3. de ce să colaborezi -------------------------------------------- */

.atlas-ap__reasons { background: #fff; padding: 34px 20px; }
.atlas-ap__reasonshead { margin-bottom: 20px; }
.atlas-ap__reasonshead .atlas-ap__h2 { margin-bottom: 0; }

.atlas-ap__reasonlist { display: flex; flex-direction: column; gap: 13px; }
.atlas-ap__reasonlist li {
	margin: 0;
	padding: 22px 20px;
	background: var(--ap-cream);
	border: 1px solid var(--ap-line);
	border-radius: 16px;
}
.atlas-ap__reasonicon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	margin-bottom: 16px;
	padding: 12px;
	border-radius: 13px;
	background: var(--ap-green-band);
	color: #fff;
}
.atlas-ap__reasontitle {
	margin-bottom: 8px;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -.015em;
	color: var(--ap-dark);
}
.atlas-ap__reasonlist p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: var(--ap-body);
	text-wrap: pretty;
}

/* --- 4. CTA ------------------------------------------------------------ */

.atlas-ap__cta {
	position: relative;
	overflow: hidden;
	background: var(--ap-green-band);
	padding: 34px 20px;
}
.atlas-ap__ctaglow {
	position: absolute;
	left: -120px;
	bottom: -160px;
	width: 400px;
	height: 400px;
	pointer-events: none;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(122, 201, 67, .24) 0%, rgba(122, 201, 67, 0) 70%);
}
.atlas-ap__ctainner {
	position: relative;
	z-index: 2;
	max-width: var(--ap-max);
	margin: 0 auto;
}
.atlas-ap__ctacopy {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.6;
	color: #a8c9b1;
	text-wrap: pretty;
}

/* Qualified with `a` so it outranks `.atlas-ap a { color: inherit }` above,
   which would otherwise repaint the label in the body grey. */
a.atlas-ap__ctabtn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	border-radius: 12px;
	background: var(--ap-lime);
	color: #06301A;
	padding: 16px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: background-color .18s ease;
}
a.atlas-ap__ctabtn:hover,
a.atlas-ap__ctabtn:focus { background: #6cbb35; color: #06301A; }

/* ==========================================================================
   Tablet — 768 to 992px
   ========================================================================== */

@media (min-width: 768px) and (max-width: 992px) {

	.atlas-ap__hero { padding: 40px 40px 44px; }
	.atlas-ap__h1 { font-size: 40px; }
	.atlas-ap__lead { font-size: 18px; max-width: 620px; }
	.atlas-ap__deliverables li { padding: 16px 0; }
	.atlas-ap__deltext { font-size: 16px; }

	.atlas-ap__card { max-width: 520px; padding: 28px 26px 26px; }

	.atlas-ap__about { padding: 54px 40px; }
	.atlas-ap__h2 { font-size: 32px; }
	.atlas-ap__aboutcopy p { font-size: 17px; }
	.atlas-ap__stat { max-width: 520px; padding: 30px 28px; }
	.atlas-ap__statnum { font-size: 40px; }

	.atlas-ap__reasons { padding: 54px 40px 56px; }
	.atlas-ap__reasonlist {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}

	.atlas-ap__cta { padding: 54px 40px; }
	a.atlas-ap__ctabtn { display: inline-flex; }
}

/* ==========================================================================
   Desktop — 993px and up
   ========================================================================== */

@media (min-width: 993px) {

	/* --- hero --- */
	.atlas-ap__hero { padding: 52px 56px 0; }
	.atlas-ap__heroscrim {
		background: linear-gradient(96deg,
			rgba(7, 48, 26, .85) 0%,
			rgba(7, 48, 26, .72) 30%,
			rgba(8, 52, 28, .40) 52%,
			rgba(9, 58, 31, .14) 72%,
			rgba(10, 63, 33, 0) 90%);
	}
	.atlas-ap__heroglow {
		right: -160px;
		top: -220px;
		width: 720px;
		height: 720px;
		background: radial-gradient(circle, rgba(122, 201, 67, .22) 0%, rgba(122, 201, 67, 0) 66%);
	}

	.atlas-ap__crumbs { margin-bottom: 44px; font-size: 14px; }
	.atlas-ap__crumbsep { width: 14px; height: 14px; }

	.atlas-ap__herogrid {
		display: flex;
		align-items: flex-start;
		gap: 64px;
		padding-bottom: 56px;
	}
	.atlas-ap__herocopy { flex: 1 1 0; min-width: 0; }

	.atlas-ap__eyebrow { margin-bottom: 18px; font-size: 12px; }

	.atlas-ap__h1 {
		margin-bottom: 22px;
		font-size: 52px;
		line-height: 1.1;
		letter-spacing: -.03em;
		text-shadow: 0 2px 18px rgba(4, 26, 13, .45);
	}
	.atlas-ap__lead {
		margin-bottom: 36px;
		max-width: 620px;
		font-size: 19px;
		line-height: 1.65;
	}

	.atlas-ap__deliverables { margin-bottom: 0; }
	.atlas-ap__deliverables li { gap: 16px; padding: 18px 0; }
	.atlas-ap__delicon { width: 38px; height: 38px; padding: 9px; border-radius: 11px; }
	.atlas-ap__deltext { font-size: 17px; }

	/* --- card --- */
	.atlas-ap__card {
		flex: 0 0 auto;
		width: 460px;
		border-radius: 20px;
		padding: 32px 32px 28px;
		box-shadow: 0 30px 60px rgba(0, 0, 0, .30);
	}
	.atlas-ap__cardtitle { font-size: 22px; }
	.atlas-ap__cardcopy { margin-bottom: 22px; font-size: 15px; line-height: 1.55; }

	.atlas-ap__sent { gap: 13px; padding: 16px 18px; font-size: 15px; }
	.atlas-ap__senticon { width: 32px; height: 32px; padding: 7px; }

	.atlas-ap__form { gap: 11px; }
	.atlas-ap__field { gap: 11px; border-radius: 12px; padding: 13px 15px; }
	.atlas-ap__fieldicon { width: 20px; height: 20px; }
	.atlas-ap .atlas-ap__field input { font-size: 15px; }

	.atlas-ap button.atlas-ap__submit {
		gap: 11px;
		border-radius: 12px;
		font-size: 17px;
		box-shadow: 0 10px 22px rgba(122, 201, 67, .30);
	}
	.atlas-ap__btnarrow { width: 20px; height: 20px; }

	/* --- despre noi --- */
	.atlas-ap__about { padding: 70px 56px 74px; }
	.atlas-ap__aboutgrid {
		display: flex;
		align-items: center;
		gap: 64px;
		max-width: var(--ap-max);
		margin: 0 auto;
	}
	.atlas-ap__aboutcopy { flex: 1 1 0; min-width: 0; }
	.atlas-ap__aboutcopy p { margin: 0; font-size: 18px; line-height: 1.75; }

	.atlas-ap__h2 { margin-bottom: 20px; font-size: 38px; line-height: 1.16; letter-spacing: -.028em; }

	.atlas-ap__stat {
		flex: 0 0 auto;
		width: 460px;
		border-radius: 20px;
		padding: 34px 32px;
	}
	.atlas-ap__statnum { font-size: 44px; }
	.atlas-ap__statlabel { margin-top: 10px; font-size: 18px; }
	.atlas-ap__statnote { margin-top: 24px; padding-top: 22px; font-size: 15px; line-height: 1.65; }

	/* --- de ce să colaborezi --- */
	.atlas-ap__reasons { padding: 74px 56px 76px; }
	.atlas-ap__reasonshead {
		max-width: 820px;
		margin: 0 auto 46px;
		text-align: center;
	}
	.atlas-ap__reasonshead .atlas-ap__h2 { font-size: 42px; line-height: 1.14; letter-spacing: -.03em; }

	.atlas-ap__reasonlist {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 22px;
		max-width: var(--ap-max);
		margin: 0 auto;
	}
	.atlas-ap__reasonlist li { padding: 32px 30px 30px; border-radius: 20px; }
	.atlas-ap__reasonicon {
		width: 56px;
		height: 56px;
		margin-bottom: 22px;
		padding: 15px;
		border-radius: 16px;
	}
	.atlas-ap__reasontitle { margin-bottom: 10px; font-size: 22px; letter-spacing: -.018em; }
	.atlas-ap__reasonlist p { font-size: 15px; }

	/* --- CTA --- */
	.atlas-ap__cta { padding: 70px 56px; }
	.atlas-ap__ctaglow { left: -160px; bottom: -220px; width: 600px; height: 600px; }
	.atlas-ap__ctainner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 48px;
	}
	.atlas-ap__ctainner .atlas-ap__h2 { margin-bottom: 12px; font-size: 36px; }
	.atlas-ap__ctacopy { margin: 0; max-width: 560px; font-size: 17px; }

	a.atlas-ap__ctabtn {
		flex: 0 0 auto;
		display: inline-flex;
		gap: 13px;
		border-radius: 14px;
		padding: 18px 28px;
		font-size: 17px;
	}
}

/* Narrow desktops: the two 460px side panels plus a 64px gutter leave the
   copy column too thin, so tighten both before anything collides. */
@media (min-width: 993px) and (max-width: 1200px) {
	.atlas-ap__hero { padding: 44px 36px 0; }
	.atlas-ap__about,
	.atlas-ap__reasons,
	.atlas-ap__cta { padding-left: 36px; padding-right: 36px; }
	.atlas-ap__herogrid,
	.atlas-ap__aboutgrid { gap: 40px; }
	.atlas-ap__card,
	.atlas-ap__stat { width: 400px; }
	.atlas-ap__h1 { font-size: 44px; }
	.atlas-ap__reasonshead .atlas-ap__h2 { font-size: 36px; }
	.atlas-ap__reasonlist { gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
	.atlas-ap * { transition: none !important; }
}

/* --------------------------------------------------------------------------
   Contact Form 7 inside the card (ATLAS_ARH_FORM_SHORTCODE)

   CF7 emits its own markup: everything in one <p>, a plain <span> before each
   control as the label, and <br> between the two. The rules below drop that
   line-break flow and re-skin the controls so the form matches the built-in
   one it replaces (same pill fields, same lime submit). Same approach as
   .atlas-ct__cf7 on the Contact page.

   The label spans carry inline styles, which only !important can beat. They
   are the only spans in the form with no class, hence :not([class]).
   -------------------------------------------------------------------------- */

.atlas-ap__cf7 { width: 100%; }
.atlas-ap__cf7 .wpcf7 { margin: 0; }
.atlas-ap__cf7 form.wpcf7-form { margin: 0; }
.atlas-ap__cf7 form.wpcf7-form > p { margin: 0; }
.atlas-ap__cf7 form.wpcf7-form br { display: none; }

/* Label above each control. */
.atlas-ap .atlas-ap__cf7 form.wpcf7-form p > span:not([class]) {
	display: block !important;
	margin: 12px 0 6px;
	text-indent: 0 !important;
	font-size: 13px !important;
	font-weight: 600;
	line-height: 1.3;
	color: var(--ap-body);
}
.atlas-ap .atlas-ap__cf7 form.wpcf7-form p > span:not([class]):first-child { margin-top: 0; }

.atlas-ap__cf7 .wpcf7-form-control-wrap { display: block; width: 100%; }

/* Controls, matching .atlas-ap__field. Qualified past the theme's own input
   rules, which match at the same specificity and would win on source order. */
.atlas-ap .atlas-ap__cf7 input.wpcf7-form-control:not([type="submit"]),
.atlas-ap .atlas-ap__cf7 select.wpcf7-form-control,
.atlas-ap .atlas-ap__cf7 textarea.wpcf7-form-control {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 12px 14px;
	background: #f6f7f4;
	border: 1.5px solid #e2e7de;
	border-radius: 11px;
	box-shadow: none;
	outline: none;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--ap-dark);
	transition: border-color .16s ease;
}
.atlas-ap .atlas-ap__cf7 textarea.wpcf7-form-control {
	height: auto !important;
	min-height: 0;
	line-height: 1.5;
	resize: vertical;
}
.atlas-ap .atlas-ap__cf7 input.wpcf7-form-control:not([type="submit"]),
.atlas-ap .atlas-ap__cf7 select.wpcf7-form-control {
	height: auto !important;
	min-height: 45px;
	line-height: 1.3 !important;
}
.atlas-ap .atlas-ap__cf7 input.wpcf7-form-control:focus,
.atlas-ap .atlas-ap__cf7 select.wpcf7-form-control:focus,
.atlas-ap .atlas-ap__cf7 textarea.wpcf7-form-control:focus {
	border-color: var(--ap-lime);
	background: #f6f7f4;
	box-shadow: none;
	outline: none;
}
.atlas-ap .atlas-ap__cf7 input.wpcf7-form-control::placeholder,
.atlas-ap .atlas-ap__cf7 textarea.wpcf7-form-control::placeholder {
	color: #98a29a;
	opacity: 1;
}

/* The submit, matching button.atlas-ap__submit. */
.atlas-ap .atlas-ap__cf7 input.wpcf7-form-control[type="submit"] {
	width: 100%;
	margin-top: 14px;
	border: 0;
	border-radius: 11px;
	background: var(--ap-lime);
	color: #06301A;
	padding: 16px 20px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
	transition: background-color .18s ease;
}
.atlas-ap .atlas-ap__cf7 input.wpcf7-form-control[type="submit"]:hover,
.atlas-ap .atlas-ap__cf7 input.wpcf7-form-control[type="submit"]:focus { background: #6cbb35; color: #06301A; }

/* CF7's own feedback, restyled to fit the card. */
.atlas-ap__cf7 .wpcf7-not-valid-tip { font-size: 13px; color: #c0392b; margin-top: 4px; }
.atlas-ap__cf7 .wpcf7-response-output {
	margin: 12px 0 0;
	padding: 10px 14px;
	border: 1.5px solid #e2e7de;
	border-radius: 11px;
	font-size: 13px;
}
.atlas-ap__cf7 .wpcf7-spinner { display: block; margin: 8px auto 0; }