:root {
	--accent: #9b8afc;
	--bg: #ffffff;
	--card: rgba(255,255,255,0.06);
	--danger: #ff7a7a;
	--muted: #484344;
	--ok: #45d483;
	--primary: #6ee7f8;
	--shadow: 0 1px 1px rgba(0,0,0,.25);
	--text: #676c75;
}

* {
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

body {
	padding-top: var(--header-h,72px);
}

body, html {
	background: radial-gradient(1200px 600px at 20% -10%,#faedef,transparent 60%), radial-gradient(900px 600px at 100% 0%,#faedef,transparent 60%), var(--bg);
	color: var(--text);
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	scroll-padding-top: var(--header-h,72px);
}

img {
	display: block;
	max-width: 100%;
}

nav.primary {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	gap: 18px;
	max-width: 100%;
}

nav.primary a {
	color: #262626;
	font-weight: 600;
	white-space: nowrap;
}

nav.primary a.home {
	align-items: center;
	color: #262626;
	display: inline-flex;
	padding-right: 4px;
}

nav.primary a:hover {
	color: #e11a63;
}

#avis, #benefices, #ia {
	background-color: #faedef;
}

#decision {
	background-color: #e11a63;
	color: #ffffff;
}

#decision h2 {
	color: #ffffff;
}

.account-link {
	align-items: center;
	color: #262626;
	display: inline-flex;
	justify-self: end;
}

.account-link:hover {
	color: #e11a63;
}

.ai-highlight {
	background: linear-gradient(135deg,#fce4ec,#fff);
	border-left: 5px solid #e11a63;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.06);
	color: #50045d;
	font-size: 1.05rem;
	margin-top: 18px;
	padding: 16px 18px;
	text-align: center;
}

.ai-highlight strong {
	color: #e11a63;
	display: block;
	font-size: 1.1rem;
	margin-bottom: 4px;
}

.ai-trust-block {
	background: #ffffff;
	border-radius: 18px;
	border: 2px solid #e11a63;
	box-shadow: 0 8px 24px rgba(225,26,99,0.1);
	margin-top: 36px;
	padding: 28px 24px;
}

.ai-trust-block h3 {
	color: #e11a63;
	font-size: 1.5rem;
	margin-bottom: 14px;
	margin-top: 0;
	text-align: center;
}

.ai-trust-block p {
	color: #444;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0 0 14px;
	text-align: justify;
}

.badge-circle {
	--bg1: #eaf6ff;
	--bg2: #ffffff;
	--ring: #e11a63;
	--size: clamp(100px,22vw,140px);
	aspect-ratio: 1 / 1;
	background: radial-gradient(120% 120% at 20% 20%, var(--bg1), var(--bg2) 60%);
	border-radius: 50%;
	border: 2px solid var(--ring);
	box-shadow: 0 10px 30px rgba(0,0,0,.08), inset 0 6px 14px rgba(255,255,255,.7);
	display: grid;
	padding: clamp(8px,1vw,12px);
	place-items: center;
	width: var(--size);
}

.badge-circle>span {
	color: #e11a63;
	font: 800 clamp(28px,6vw,40px)/1.05 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	letter-spacing: -0.5px;
}

.badge-column {
	align-items: center;
	display: flex;
	flex: 1 1 50%;
	justify-content: center;
	padding: 20px 0;
}

.badge-text {
	color: #ffffff;
	font: 600 clamp(14px,1.3vw,18px)/1.35 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	margin: 0;
	max-width: 26ch;
}

.badge-text span {
	font: 300 clamp(12px,1.3vw,16px)/1.35 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.badges-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.brand {
	align-items: center;
	display: flex;
	gap: 10px;
	min-width: 0;
}

.btn {
	align-items: center;
	border-radius: 14px;
	box-shadow: var(--shadow);
	display: inline-flex;
	font-weight: 700;
	gap: .6rem;
	padding: 14px 20px;
	transition: transform .15s ease, filter .2s;
}

.btn--ghost {
	background: transparent;
	border: 1px solid rgba(255,255,255,.2);
	color: var(--text);
}

.btn.orange {
	background-color: #fc6207;
	color: #ffffff;
}

.btn.rose {
	background-color: #e11a63;
	color: #ffffff;
}

.btn.vert {
	background-color: #2cb52c;
	color: #ffffff;
}

.btn.violet {
	background-color: #50045d;
	color: #ffffff;
}

.btn:hover {
	filter: brightness(1.30);
	transform: translateY(-1px);
}

.card {
	backdrop-filter: blur(6px);
	grid-column: span 4;
	padding: 20px;
}

.card h3 {
	color: #e11a63;
	font-size: 1.05rem;
	margin: 0 0 6px;
}

.card p {
	color: var(--muted);
	margin: 0;
}

.cards {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(12,1fr);
}

.container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 24px;
}

.cta-wide {
	background-color: #50045d;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,.2);
	color: #ffffff;
	margin: 36px 0;
	padding: 22px;
	position: relative;
}

.cta-wide .row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
}

.drawer {
	background: #fff;
	border-right: 1px solid #e6e9ef;
	display: flex;
	flex-direction: column;
	height: calc(100dvh - var(--header-h,72px));
	inset: 0 auto 0 0;
	inset: auto auto 0 0;
	position: fixed;
	top: var(--header-h,72px);
	transform: translateX(-100%);
	transition: transform .25s ease;
	width: min(82vw,360px);
	z-index: 130;
}

.drawer-close {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 18px;
}

.drawer-footer {
	border-bottom: 1px solid #eee;
	padding: 12px;
}

.drawer-footer .account {
	align-items: center;
	display: flex;
	font-weight: 700;
	gap: 10px;
}

.drawer-head {
	align-items: center;
	border-bottom: 1px solid #eee;
	display: flex;
	font-weight: 800;
	justify-content: space-between;
	padding: 16px 18px;
}

.drawer-nav {
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.drawer-nav a {
	border-radius: 10px;
	font-weight: 600;
	padding: 12px 14px;
}

.drawer-nav a:hover {
	background: #f7f8fb;
}

.drawer-overlay {
	backdrop-filter: blur(2px);
	background: rgba(0,0,0,.35);
	bottom: 0;
	inset: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: var(--header-h,72px);
	transition: .2s ease;
}

.drawer-overlay.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.drawer.is-open {
	transform: none;
}

.faq {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(12,1fr);
}

.floating-cta {
	bottom: 24px;
	position: fixed;
	right: 24px;
	z-index: 70;
}

.footer {
	background: #50045d;
	color: #ffffff;
	font-size: .9rem;
	padding: 48px 0;
}

.footer a {
	opacity: .9;
}

.header-inner {
	align-items: center;
	background: rgba(4,8,20,.55);
	border-radius: 14px;
	border: 1px solid rgba(255,255,255,.12);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 10px 12px;
}

.header-shell {
	backdrop-filter: blur(12px);
	padding: 22px 24px 0;
	position: sticky;
	top: 0;
	z-index: 60;
}

.headline-kicker {
	align-items: center;
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.headline-kicker .ai {
	align-items: center;
	background: rgba(110,231,248,.12);
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.16);
	display: inline-flex;
	gap: 8px;
	padding: 6px 10px;
}

.hero {
	padding: 24px 0 48px;
	position: relative;
}

.hero .subtle {
	color: var(--muted);
	font-size: .9rem;
	font-weight: bold;
}

.hero h1 {
	color: #e11a63;
	font-size: clamp(2rem,4.2vw,3.2rem);
	line-height: 1.05;
	margin: .6rem 0;
}

.hero p.lead {
	color: var(--muted);
	font-size: clamp(1rem,1.4vw,1.15rem);
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 30px;
	margin-top: 18px;
}

.hero__actions .ai-badge {
	background: rgba(110,231,248,.9);
	border-radius: 999px;
	color: #041222;
	font-size: .8rem;
	font-weight: 700;
	padding: 6px 10px;
}

.hero__grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: 1.1fr .9fr;
}

.hero__media {
	position: relative;
}

.hiw {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(12,1fr);
	margin-top: 12px;
}

.menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	font-weight: 700;
	gap: 8px;
}

.menu-toggle .bars {
	display: inline-block;
	height: 14px;
	position: relative;
	width: 22px;
}

.menu-toggle .bars, .menu-toggle .bars:after, .menu-toggle .bars:before {
	background: #111;
	content: "";
	display: block;
	height: 2px;
	width: 22px;
}

.menu-toggle .bars:after {
	bottom: -6px;
	position: absolute;
}

.menu-toggle .bars:before {
	position: absolute;
	top: -6px;
}

.menu-toggle .menu-label {
	font-size: .95rem;
}

.mobile-cta-bar {
	display: none;
}

.mock {
	border-radius: 22px;
	overflow: hidden;
	position: relative;
}

.mock:before {
	content: "";
	display: block;
	padding-top: 62%;
}

.mock__img {
	filter: saturate(1.05) contrast(1.05);
	inset: 0;
	position: absolute;
}

.muted {
	color: var(--muted);
}

.pill {
	background: #ffffff;
	border-radius: 999px;
	border: 3px solid #50045d;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 12px;
}

.pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0 0;
}

.promo-banner {
	position: relative;
	z-index: 900;
	background-color: #e11a63;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: normal;
	padding: 12px 0;
	text-align: center;
	margin-top: var(--header-h);
}

.promo-banner a {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	gap: 4px;
	text-decoration: none;
}

.promo-banner a span.big {
	font-size: 1.8em;
	font-weight: 800;
	line-height: 1;
}

.q {
	background: #faedef;
	border-radius: 16px;
	border: 0px solid rgba(255,255,255,.12);
	grid-column: span 6;
	padding: 24px;
}

.q h3 {
	color: #e11a63;
	margin: 0 0 6px;
}

.q p {
	color: var(--muted);
	margin: 0;
}

.quote {
	background: #ffffff;
	border-radius: 18px;
	border: 1px solid rgba(255,255,255,.12);
	grid-column: span 4;
	padding: 18px;
}

.quote .name {
	color: #000000;
	font-weight: 700;
	margin-top: 8px;
}

.result-badge {
	--gap: clamp(14px,2vw,24px);
	align-items: center;
	display: flex;
	gap: var(--gap);
}

.section {
	padding: 72px 0;
}

.section h2 {
	color: #50045d;
	font-size: clamp(1.6rem,2.6vw,2.2rem);
	margin: 0 0 12px;
}

.shot {
	grid-column: span 12;
}

.shot .frame {
	background: rgba(255,255,255,.05);
	border-radius: 18px;
	border: 1px solid rgba(255,255,255,.12);
	overflow: hidden;
	position: relative;
}

.shot .frame:before {
	content: "";
	display: block;
	padding-top: 60%;
}

.shot .img {
	background-position: center;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.showcase {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(12,1fr);
}

.site-header {
	background: #ffffff;
	border-bottom: 1px solid #e6e9ef;
	box-shadow: 0 4px 18px rgba(0,0,0,.06);
	isolation: isolate;
	left: 0;
	position: fixed !important;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 200;
	z-index: 99999 !important;
}

.site-header .brand {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	min-width: 0;
}

.site-header .brand img {
	display: block;
	height: 40px;
	width: auto;
}

.site-header .nav-wrap {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr auto 1fr;
	min-height: 68px;
}

.split {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr 1fr;
}

.step {
	background: #faedef;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,.12);
	grid-column: span 3;
	padding: 18px;
}

.step .num {
	font-size: .9rem;
	font-weight: 800;
	margin-bottom: 6px;
	opacity: .8;
}

.step h3 {
	color: #e11a63;
}

.sticky-cta {
	bottom: 14px;
	position: sticky;
	z-index: 50;
}

.tag {
	backdrop-filter: blur(6px);
	background: #faedef;
	border-radius: 999px;
	border: 2px solid #fac6cf;
	color: #50045d;
	display: inline-block;
	font-size: .8rem;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 9px 13px;
}

.testi {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(12,1fr);
}

.trust {
	opacity: .9;
	padding: 18px 0 54px;
}

.trust img {
	filter: grayscale(1);
	height: 28px;
	opacity: .7;
}

.trust__row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: center;
}

@media (max-width: 1000px) {
	nav.primary {
		display: none;
		gap: 12px;
		justify-content: space-between;
		width: 100%;
	}

	.account-link {
		display: none;
	}

	.card {
		grid-column: span 6;
	}

	.header-inner {
		align-items: stretch;
		flex-direction: column;
	}

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

	.menu-toggle {
		display: inline-flex;
	}

	.q {
		grid-column: span 12;
	}

	.quote {
		grid-column: span 6;
	}

	.shot {
		grid-column: span 12;
	}

	.site-header .brand {
		justify-self: center;
	}

	.split {
		grid-template-columns: 1fr;
	}

	.step {
		grid-column: span 6;
	}
}

@media (max-width: 680px) {
	body {
		padding-bottom: calc(80px + env(safe-area-inset-bottom));
	}

	.ai-highlight {
		font-size: 0.95rem;
		padding: 14px;
	}

	.ai-trust-block {
		padding: 22px 18px;
	}

	.ai-trust-block h3 {
		font-size: 1.3rem;
	}

	.card {
		grid-column: span 12;
	}

	.floating-cta {
		display: none;
		display: none !important;
	}

	.footer .container {
		align-items: center;
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}

	.footer .container>div:last-child {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.hero h1 {
		margin-top: 24px;
	}

	.mobile-cta-bar {
		align-items: center;
		background: #ffffff;
		border-top: 1px solid #e6e9ef;
		bottom: 0;
		display: block;
		display: flex !important;
		height: 84px;
		justify-content: center;
		left: 0;
		min-height: 64px;
		padding-bottom: 15px;
		padding-top: 15px;
		padding: 8px 16px;
		position: fixed;
		position: fixed !important;
		right: 0;
		z-index: 100;
		z-index: 60;
	}

	.mobile-cta-bar .btn {
		justify-content: center;
		width: min(520px,92%);
	}

	.mobile-cta-btn {
		bottom: 82px;
		bottom: auto !important;
		display: flex;
		justify-content: center;
		left: 50%;
		position: fixed;
		position: static !important;
		transform: none !important;
		transform: translateX(-50%);
		width: 100%;
		z-index: 70;
		z-index: auto !important;
	}

	.quote {
		grid-column: span 12;
	}

	.step {
		grid-column: span 12;
	}
}

@media (max-width: 720px) {
	.badge-column {
		flex: 1 1 100%;
		justify-content: center;
	}

	.badge-text {
		max-width: 30ch;
	}

	.badges-container {
		align-items: center;
		flex-direction: column;
	}

	.result-badge {
		flex-direction: column;
		text-align: center;
	}
}

@media (min-width: 1001px) {
	.menu-toggle {
		display: none;
	}

	.site-header .brand {
		justify-self: start;
	}
}

@supports (top: env(safe-area-inset-top)) {
	.site-header {
		padding-top: env(safe-area-inset-top);
	}
}