.anticiclic-home {
	--ach-ink: #12343b;
	--ach-ink-soft: #36565c;
	--ach-muted: #688085;
	--ach-teal: #087f78;
	--ach-teal-dark: #05635f;
	--ach-teal-pale: #e7f5f1;
	--ach-coral: #ef735e;
	--ach-cream: #f7f7f2;
	--ach-white: #fff;
	--ach-line: #dce7e4;
	width: 100%;
	color: var(--ach-ink);
	background: var(--ach-cream);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	overflow: hidden;
}

.anticiclic-home *,
.anticiclic-home *::before,
.anticiclic-home *::after { box-sizing: border-box; }

.anticiclic-home h1,
.anticiclic-home h2,
.anticiclic-home h3,
.anticiclic-home p { margin: 0; padding: 0; }

.anticiclic-home a { color: inherit; text-decoration: none; }
.anticiclic-home__french-access { margin: 20px 0 0; text-align: center; }
.anticiclic-home .anticiclic-home__french-access a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 46px;
	padding: 7px 4px;
	color: var(--ach-teal-dark);
	font-size: 17px;
	font-weight: 650;
	text-decoration: none;
}
.anticiclic-home__french-icon { display: grid; place-items: center; flex: 0 0 22px; color: #087f78; }
.anticiclic-home__french-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.anticiclic-home__french-label { position: relative; padding: 4px 0; line-height: 1.5; }
.anticiclic-home__french-label::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; border-radius: 2px; background: linear-gradient(90deg, #efab97 0%, #9bd8d1 100%); opacity: .8; transition: opacity .18s ease; }
.anticiclic-home__french-arrow { display: grid; place-items: center; flex: 0 0 20px; }
.anticiclic-home__french-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.anticiclic-home__french-access a:hover .anticiclic-home__french-label::after { opacity: 1; }
.anticiclic-home__french-access a:hover .anticiclic-home__french-arrow svg { transform: translateX(4px); }
@media (max-width: 480px) {
	.anticiclic-home .anticiclic-home__french-access a { gap: 10px; font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
	.anticiclic-home__french-label::after, .anticiclic-home__french-arrow svg { transition: none; }
	.anticiclic-home__french-access a:hover .anticiclic-home__french-arrow svg { transform: none; }
}
.anticiclic-home button,
.anticiclic-home input { font: inherit; }

.anticiclic-home a:focus-visible,
.anticiclic-home input:focus-visible {
	outline: 3px solid rgba(239, 115, 94, .4);
	outline-offset: 3px;
}

.anticiclic-home__hero {
	position: relative;
	min-height: min(860px, calc(100vh - 80px));
	padding: clamp(28px, 5vw, 72px) 24px clamp(60px, 7vw, 100px);
	background:
		linear-gradient(116deg, rgba(4, 65, 65, .98), rgba(7, 95, 91, .96) 54%, rgba(10, 117, 109, .93)),
		radial-gradient(circle at 75% 20%, rgba(255,255,255,.14), transparent 34%);
}

.anticiclic-home__hero::after {
	content: "";
	position: absolute;
	right: -120px;
	bottom: -310px;
	width: 650px;
	height: 650px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50%;
	box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018);
	pointer-events: none;
}

.anticiclic-home__glow {
	position: absolute;
	top: 14%;
	left: 42%;
	width: 220px;
	height: 220px;
	background: rgba(239,115,94,.19);
	border-radius: 50%;
	filter: blur(70px);
	pointer-events: none;
}

.anticiclic-home__hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
	align-items: center;
	gap: clamp(44px, 7vw, 104px);
	width: min(100%, 1420px);
	margin: 0 auto;
}

.anticiclic-home__intro { color: var(--ach-white); }

.anticiclic-home__badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 22px !important;
	color: #bfe3df;
	font-size: 11px;
	font-weight: 760;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.anticiclic-home__badge span {
	width: 7px;
	height: 7px;
	background: #79d1c6;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(121,209,198,.12);
}

.anticiclic-home__intro h1 {
	max-width: 760px;
	color: #fff;
	font-size: clamp(48px, 6.3vw, 92px);
	font-weight: 785;
	letter-spacing: -.065em;
	line-height: .98;
}

.anticiclic-home__intro h1 span { color: #9bd8d1; }

.anticiclic-home__lead {
	max-width: 690px;
	margin-top: 28px !important;
	color: rgba(239,250,248,.8);
	font-size: clamp(17px, 1.55vw, 21px);
	line-height: 1.65;
}

.anticiclic-home__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }

.anticiclic-home__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 52px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 13px;
	font-weight: 740;
	transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.anticiclic-home__button:hover { transform: translateY(-2px); }
.anticiclic-home__button--primary { color: #15383d; background: #fff; box-shadow: 0 14px 32px rgba(0,0,0,.14); }
.anticiclic-home__button--primary span { color: var(--ach-coral); font-size: 18px; }
.anticiclic-home__button--ghost { color: #e5f5f2; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.23); }
.anticiclic-home__button--ghost:hover { background: rgba(255,255,255,.11); }

.anticiclic-home__trust { display: flex; flex-wrap: wrap; gap: 9px 20px; margin: 30px 0 0; padding: 0; list-style: none; }
.anticiclic-home__trust li { color: rgba(225,243,240,.67); font-size: 11px; }
.anticiclic-home__trust span { margin-right: 6px; color: #87d5ca; font-weight: 900; }

.anticiclic-home__finder {
	position: relative;
	padding: clamp(28px, 4vw, 42px);
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(255,255,255,.45);
	border-radius: 26px;
	box-shadow: 0 30px 80px rgba(0,37,39,.25);
}

.anticiclic-home__finder::before {
	content: "";
	position: absolute;
	top: 0;
	left: 42px;
	width: 70px;
	height: 4px;
	background: var(--ach-coral);
	border-radius: 0 0 6px 6px;
}

.anticiclic-home__finder-heading p,
.anticiclic-home__section-heading > p,
.anticiclic-home__section-kicker {
	color: var(--ach-teal);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.anticiclic-home__finder-heading h2 {
	margin-top: 7px;
	color: var(--ach-ink);
	font-size: clamp(25px, 2.5vw, 35px);
	font-weight: 790;
	letter-spacing: -.045em;
	line-height: 1.1;
}

.anticiclic-home__finder-heading > span { display: block; margin-top: 9px; color: var(--ach-muted); font-size: 12px; }

.anticiclic-home__search {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 51px;
	margin-top: 23px;
	padding: 0 14px;
	background: #f7faf9;
	border: 1px solid var(--ach-line);
	border-radius: 13px;
}

.anticiclic-home__search:focus-within { border-color: #8cbdb7; box-shadow: 0 0 0 4px rgba(8,127,120,.08); }
.anticiclic-home__search svg { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: var(--ach-muted); stroke-width: 1.8; stroke-linecap: round; }
.anticiclic-home__search input { width: 100%; height: 48px; padding: 0; color: var(--ach-ink); background: transparent; border: 0; box-shadow: none; }
.anticiclic-home__search input:focus { outline: 0; }
.anticiclic-home__search input::placeholder { color: #87999c; }

.anticiclic-home__services {
	display: grid;
	gap: 10px;
	max-height: 336px;
	margin-top: 15px;
	padding-right: 3px;
	overflow-y: auto;
	scrollbar-color: #b8ceca transparent;
	scrollbar-width: thin;
}

.anticiclic-home__services::-webkit-scrollbar { width: 6px; }
.anticiclic-home__services::-webkit-scrollbar-thumb { background: #b8ceca; border-radius: 999px; }

.anticiclic-home__service {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 88px;
	padding: 13px 14px;
	background: #fff;
	border: 1px solid var(--ach-line);
	border-radius: 15px;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.anticiclic-home__service--with-logo { grid-template-columns: 86px minmax(0, 1fr) auto; }

.anticiclic-home__service[hidden] { display: none; }
.anticiclic-home__service:has(a):hover { transform: translateY(-1px); border-color: #b5d4cf; box-shadow: 0 9px 24px rgba(27,65,68,.07); }
.anticiclic-home__service:has(a) { cursor: pointer; }

.anticiclic-home__service-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: var(--ach-teal);
	background: var(--ach-teal-pale);
	border-radius: 12px;
}

.anticiclic-home__service-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.anticiclic-home__service-icon--logo {
	overflow: hidden;
	width: 86px;
	height: 56px;
	padding: 4px 6px;
	background: #fff;
	border: 1px solid var(--ach-line);
}

.anticiclic-home__service-icon--logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.anticiclic-home__service-copy { min-width: 0; }
.anticiclic-home__service h3 { color: var(--ach-ink); font-size: 15px; font-weight: 790; letter-spacing: -.02em; }

.anticiclic-home__service-subline {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 6px;
	margin-top: 3px;
}

.anticiclic-home__service-subline > span {
	padding: 3px 7px;
	color: #4f676b;
	background: #edf3f2;
	border-radius: 999px;
	font-size: 8px;
	font-weight: 780;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.anticiclic-home__service--active .anticiclic-home__service-subline > span { color: #08665e; background: #dcf3ed; }
.anticiclic-home__service--preview .anticiclic-home__service-subline > span { color: #81531c; background: #fff0d8; }
.anticiclic-home__service small { display: block; color: var(--ach-muted); font-size: 12px; }

.anticiclic-home__service > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 10px;
	color: var(--ach-teal-dark);
	background: var(--ach-teal-pale);
	border-radius: 10px;
	font-size: 12px;
	font-weight: 780;
}

.anticiclic-home__service > a::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
}

.anticiclic-home__service > a b { font-size: 15px; }
.anticiclic-home__unavailable { color: #7f9295; font-size: 12px; font-weight: 690; }
.anticiclic-home__no-result { padding: 24px 5px 6px !important; color: var(--ach-muted); text-align: center; font-size: 12px; }
.anticiclic-home__no-result[hidden] { display: none; }

.anticiclic-home__section {
	width: min(calc(100% - 48px), 1280px);
	margin: 0 auto;
}

.anticiclic-home__how { padding: clamp(80px, 10vw, 140px) 0; }
.anticiclic-home__section-heading { max-width: 760px; margin: 0 auto; text-align: center; }

.anticiclic-home__section-heading h2,
.anticiclic-home__local h2,
.anticiclic-home__manager h2 {
	margin-top: 10px;
	color: var(--ach-ink);
	font-size: clamp(31px, 4vw, 54px);
	font-weight: 790;
	letter-spacing: -.055em;
	line-height: 1.08;
}

.anticiclic-home__section-heading > span { display: block; max-width: 620px; margin: 17px auto 0; color: var(--ach-muted); font-size: 15px; }

.anticiclic-home__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 58px 0 0; padding: 0; background: var(--ach-line); border: 1px solid var(--ach-line); border-radius: 22px; list-style: none; overflow: hidden; }

.anticiclic-home__steps li { position: relative; min-height: 275px; padding: 35px; background: #fff; }
.anticiclic-home__step-number { position: absolute; top: 22px; right: 24px; color: #d8e3e1; font-size: 12px; font-weight: 850; letter-spacing: .08em; }

.anticiclic-home__step-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	color: var(--ach-teal);
	background: var(--ach-teal-pale);
	border-radius: 15px;
}

.anticiclic-home__steps li:nth-child(2) .anticiclic-home__step-icon { color: #8d4a3d; background: #fce9e5; }
.anticiclic-home__steps li:nth-child(3) .anticiclic-home__step-icon { color: #315f83; background: #e8f1f8; }
.anticiclic-home__step-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.anticiclic-home__steps h3 { margin-top: 30px; color: var(--ach-ink); font-size: 20px; font-weight: 780; letter-spacing: -.03em; }
.anticiclic-home__steps p { margin-top: 10px; color: var(--ach-muted); font-size: 13px; line-height: 1.7; }

.anticiclic-home__local {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(400px, .85fr);
	align-items: center;
	gap: clamp(50px, 8vw, 120px);
	margin-bottom: clamp(80px, 10vw, 135px);
	padding: clamp(45px, 6vw, 75px);
	background: #eaf3f0;
	border: 1px solid #d4e5e1;
	border-radius: 28px;
}

.anticiclic-home__local h2 { font-size: clamp(30px, 3.5vw, 47px); }
.anticiclic-home__local-copy > p:last-child { margin-top: 19px; color: var(--ach-muted); font-size: 15px; line-height: 1.75; }
.anticiclic-home__modules { display: flex; flex-wrap: wrap; gap: 9px; align-content: center; }

.anticiclic-home__modules span {
	padding: 11px 14px;
	color: var(--ach-ink-soft);
	background: rgba(255,255,255,.8);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 11px;
	box-shadow: 0 7px 20px rgba(27,65,68,.05);
	font-size: 11px;
	font-weight: 720;
}

.anticiclic-home__manager {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: clamp(50px, 7vw, 85px) max(24px, calc((100vw - 1280px) / 2));
	color: #fff;
	background: var(--ach-ink);
}

.anticiclic-home__manager > div { max-width: 780px; }
.anticiclic-home__manager p { color: #86c9c0; font-size: 10px; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
.anticiclic-home__manager h2 { color: #fff; font-size: clamp(29px, 3.5vw, 48px); }
.anticiclic-home__button--light { flex: 0 0 auto; color: var(--ach-ink); background: #fff; }
.anticiclic-home__button--light span { color: var(--ach-coral); font-size: 18px; }

@media (max-width: 1050px) {
	.anticiclic-home__hero { min-height: auto; }
	.anticiclic-home__hero-inner { grid-template-columns: 1fr; gap: 65px; }
	.anticiclic-home__finder { width: min(100%, 720px); }
	.anticiclic-home__local { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
	.anticiclic-home__hero { padding-right: 18px; padding-left: 18px; }
	.anticiclic-home__intro h1 { font-size: clamp(44px, 14vw, 67px); }
	.anticiclic-home__lead { font-size: 16px; }
	.anticiclic-home__trust { display: grid; }
	.anticiclic-home__finder { padding: 28px 20px; border-radius: 21px; }
	.anticiclic-home__service { grid-template-columns: 39px minmax(0, 1fr); }
	.anticiclic-home__service--with-logo { grid-template-columns: 78px minmax(0, 1fr); }
	.anticiclic-home__service-icon--logo { width: 78px; height: 52px; }
	.anticiclic-home__service > a,
	.anticiclic-home__unavailable { grid-column: 2; justify-self: start; }
	.anticiclic-home__service-topline { align-items: flex-start; flex-direction: column; gap: 4px; }
	.anticiclic-home__steps { grid-template-columns: 1fr; }
	.anticiclic-home__steps li { min-height: 235px; }
	.anticiclic-home__local { padding: 38px 24px; }
	.anticiclic-home__manager { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.anticiclic-home *, .anticiclic-home *::before, .anticiclic-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
