/* LOOKLY Pro — Page Tarifs — Version V11 */

.tarifs-page {
	--tarifs-purple: var(--lookly-purple, #8562d9);
	--tarifs-purple-dark: var(--lookly-purple-dark, #5b36a8);
	--tarifs-purple-light: var(--lookly-purple-light, #eee8ff);
	--tarifs-text: var(--lookly-text, #17121f);
	--tarifs-muted: var(--lookly-muted, #625c6b);
	--tarifs-border: var(--lookly-border, #e5e0eb);
	--tarifs-white: var(--lookly-white, #ffffff);
	--tarifs-container: var(--lookly-container, 1240px);
	background: var(--tarifs-white);
	color: var(--tarifs-text);
}

.tarifs-page *,
.tarifs-page *::before,
.tarifs-page *::after {
	box-sizing: border-box;
}

/* Hero */

.tarifs-hero {
	padding: clamp(42px, 4vw, 56px) 0 132px;
	background:
		radial-gradient(circle at 12% 8%, rgb(147 98 211 / 16%), transparent 31%),
		linear-gradient(180deg, #f5f1ff 0%, #eee8fb 100%);
}

.tarifs-hero__inner {
	width: min(100% - 48px, 1100px);
	margin-inline: auto;
	text-align: center;
}

.tarifs-hero__eyebrow {
	margin: 0 0 15px;
	color: var(--tarifs-purple-dark);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tarifs-hero__title {
	max-width: 1050px;
	margin: 0 auto 24px;
	font-size: clamp(32.1px, 3.21vw, 42.8px);
	font-weight: 300;
	-webkit-text-stroke: 0.35px currentColor;
	line-height: 1.1;
	letter-spacing: -0.035em;
}

.tarifs-hero__intro {
	max-width: 690px;
	margin: 0 auto;
	color: var(--tarifs-muted);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

/* Cartes des abonnements */

.tarifs-offers {
	padding: 0 0 88px;
	background: #ffffff;
}

.tarifs-offers__inner {
	width: min(100% - 48px, var(--tarifs-container));
	margin-inline: auto;
}

.tarifs-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	transform: translateY(-52px);
	margin-bottom: -52px;
}

.tarifs-card {
	--card-accent: var(--tarifs-purple);

	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 38px 32px 32px;
	border: 1px solid var(--tarifs-border);
	border-top: 6px solid var(--card-accent);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgb(35 21 54 / 10%);
}

.tarifs-card--gratuit,
.tarifs-card--pro,
.tarifs-card--business {
	--card-accent: var(--tarifs-purple);
}

.tarifs-card--featured {
	z-index: 2;
        overflow: hidden;
	border-color: var(--tarifs-purple);
	box-shadow: 0 24px 60px rgb(91 54 168 / 20%);
	transform: none;
}

.tarifs-card__badge {
	position: absolute;
	top: 22px;
	right: -58px;
	z-index: 3;
	width: 220px;
	margin: 0;
	padding: 10px 0;
	border-radius: 0;
	background: var(--tarifs-purple);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	transform: rotate(45deg);
	transform-origin: center;
}

.tarifs-card__header {
	min-height: 92px;
}

.tarifs-card__title {
	display: block;
	margin: 0 0 12px;
	color: var(--card-accent);
	font-size: 28.8px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.tarifs-card__tagline {
	margin: 0;
	color: var(--tarifs-text);
	font-size: 15.3px;
	font-weight: 400;
	line-height: 1.45;
}

.tarifs-card__trial-slot {
	display: flex;
	align-items: center;
	min-height: 34px;
	margin-top: 8px;
}

.tarifs-card__trial {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--tarifs-purple);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.tarifs-card__price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 8px 0 0;
}

.tarifs-card__price strong {
	font-size: clamp(34.2px, 2.97vw, 45px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.045em;
}

.tarifs-card__price span {
	color: var(--tarifs-muted);
	font-size: 12.6px;
	font-weight: 400;
}

.tarifs-card__price-note {
	min-height: 38px;
	margin: 0 0 18px;
	color: var(--tarifs-muted);
	font-size: 11.7px;
	line-height: 1.45;
}

/* Liste des fonctionnalités */

.tarifs-card__features {
	display: grid;
	gap: 14px;
	padding: 0;
	margin: 0 0 32px;
	list-style: none;
}

.tarifs-card__features li {
	position: relative;
	padding-left: 31px;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45;
}

.tarifs-card__features li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	content: "";
	background: url("../images/check.svg") center / contain no-repeat;
}

.tarifs-card__features li.tarifs-card__feature--inherited {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--tarifs-border);
	font-weight: 700;
}

/* Boutons des offres */

.tarifs-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: auto;
	padding: 13px 18px;
	border: 1px solid var(--card-accent);
	border-radius: 6px;
	background: var(--card-accent);
	color: #ffffff;
	font-size: 14.4px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition:
		transform 160ms ease,
		box-shadow 160ms ease,
		background-color 160ms ease;
}

.tarifs-card__button:hover,
.tarifs-card__button:focus-visible {
	background: var(--tarifs-purple-dark);
	border-color: var(--tarifs-purple-dark);
	color: #ffffff;
	box-shadow: 0 10px 24px rgb(91 54 168 / 20%);
	transform: translateY(-2px);
}

.tarifs-offers__tax-note {
	margin: 28px 0 0;
	color: var(--tarifs-muted);
	font-size: 11.7px;
	line-height: 1.5;
	text-align: center;
}

/* Avis */

.tarifs-reviews {
	padding: 79px 0 74px;
	background: var(--tarifs-purple);
	color: #ffffff;
}

.tarifs-reviews__inner {
	width: min(100% - 48px, 1116px);
	margin-inline: auto;
}

.tarifs-reviews__heading {
	max-width: 920px;
	margin: 0 auto 38px;
	text-align: center;
}

.tarifs-reviews__title {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: clamp(34px, 3.5vw, 46px);
	font-weight: 300;
	-webkit-text-stroke: 0.3px currentColor;
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.tarifs-reviews__intro {
	max-width: 720px;
	margin: 0 auto;
	color: rgb(255 255 255 / 86%);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

.tarifs-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.tarifs-review-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 324px;
	padding: 27px 25px 25px;
	border: 1px solid rgb(0 0 0 / 8%);
	border-radius: 12px;
	background: #ffffff;
	color: #000000;
	box-shadow: 0 14px 36px rgb(30 16 55 / 10%);
}

.tarifs-review-card__quote {
	display: block;
	height: 30px;
	margin: 0 0 2px;
	color: var(--tarifs-purple);
	font-size: 58px;
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: -0.06em;
}

.tarifs-review-card__author {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 8px;
}

.tarifs-review-card__avatar {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.tarifs-review-card__author strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.tarifs-review-card__author span {
	color: #666666;
	font-size: 12.5px;
	font-weight: 400;
	line-height: 1.35;
}

.tarifs-review-card__stars {
	margin-bottom: 18px;
	color: var(--tarifs-purple);
	font-size: 18px;
	line-height: 1;
	letter-spacing: 2px;
}

.tarifs-review-card__title {
	margin: 0 0 12px;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

.tarifs-review-card__text {
	margin: 0;
	color: #1d1d1d;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.65;
}

.tarifs-reviews__cta-wrap {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.tarifs-reviews__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 26px;
	border: 1px solid #ffffff;
	border-radius: 6px;
	background: #ffffff;
	color: #000000;
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition:
		transform 160ms ease,
		background-color 160ms ease,
		color 160ms ease,
		box-shadow 160ms ease;
}

.tarifs-reviews__cta:hover,
.tarifs-reviews__cta:focus-visible {
	background: #f5f5f5;
	color: #000000;
	box-shadow: 0 10px 24px rgb(30 16 55 / 16%);
	transform: translateY(-2px);
}

@media (min-width: 769px) {
	.tarifs-reviews__cta {
		min-height: 57px;
		padding: 14px 29px;
		font-size: 16px;
	}
}

/* FAQ */

.tarifs-faq {
	padding: 88px 0 108px;
	background: #fbf9ff;
}

.tarifs-faq__inner {
	width: min(100% - 48px, 920px);
	margin-inline: auto;
}

.tarifs-faq__title {
	margin: 0 0 42px;
	font-size: clamp(36px, 4vw, 48px);
	font-weight: 300;
	-webkit-text-stroke: 0.3px currentColor;
	line-height: 1.1;
	letter-spacing: -0.035em;
	text-align: center;
}

.tarifs-faq__items {
	border-top: 1px solid var(--tarifs-border);
}

.tarifs-faq__item {
	border-bottom: 1px solid var(--tarifs-border);
}

.tarifs-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 21px 0;
	list-style: none;
	cursor: pointer;
}

.tarifs-faq__question::-webkit-details-marker {
	display: none;
}

.tarifs-faq__question h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.tarifs-faq__icon {
	flex: 0 0 auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/faq-arrow.png") center / contain no-repeat;
	transition: transform 160ms ease;
}

.tarifs-faq__item[open] .tarifs-faq__icon {
	transform: rotate(180deg);
}

.tarifs-faq__answer {
	padding: 0 46px 22px 0;
	color: var(--tarifs-muted);
	font-size: 15px;
	line-height: 1.65;
}

.tarifs-faq__answer p {
	margin: 0;
}

/* Responsive */

@media (max-width: 1024px) {
	.tarifs-grid {
		grid-template-columns: 1fr;
		gap: 28px;
		width: min(100%, 680px);
		margin-right: auto;
		margin-left: auto;
	}

	.tarifs-card--featured {
		transform: none;
	}

	.tarifs-card__header,
	.tarifs-card__price-note {
		min-height: 0;
	}

	.tarifs-reviews__grid {
		grid-template-columns: 1fr;
		width: min(100%, 620px);
		margin-inline: auto;
	}

	.tarifs-review-card {
		min-height: 0;
	}
}

@media (max-width: 768px) {
	.tarifs-hero {
		padding: 38px 0 96px;
	}

	.tarifs-hero__inner,
	.tarifs-offers__inner,
	.tarifs-reviews__inner,
	.tarifs-faq__inner {
		width: min(100% - 32px, 620px);
	}

	.tarifs-hero__eyebrow {
		font-size: 12px;
	}

	.tarifs-hero__title {
		font-size: clamp(34px, 9vw, 42px);
	}

	.tarifs-hero__intro {
		font-size: 16px;
	}

	.tarifs-grid {
		transform: translateY(-40px);
		margin-bottom: -40px;
	}

	.tarifs-card {
		padding: 33px 24px 26px;
		border-radius: 14px;
	}

	.tarifs-card__badge {
	top: 24px;
	right: -46px;
	width: 170px;
	padding: 8px 0;
	font-size: 11px;
	line-height: 1;
	white-space: nowrap;
	transform: rotate(45deg);
}

	.tarifs-card__title {
		font-size: 26.1px;
	}

	.tarifs-card__tagline {
		font-size: 14.4px;
	}

	.tarifs-card__price strong {
		font-size: 37.8px;
	}

	/* Avis mobile */

	.tarifs-reviews {
		padding: 58px 0 54px;
	}

	.tarifs-reviews__heading {
		margin-bottom: 27px;
		text-align: left;
	}

	.tarifs-reviews__title {
		font-size: 34px;
	}

	.tarifs-reviews__intro {
		font-size: 15px;
	}

	.tarifs-reviews__grid {
		gap: 16px;
	}

	.tarifs-review-card {
		padding: 24px 22px 22px;
	}

	.tarifs-review-card__title {
		font-size: 17px;
                font-weight: 500;
	}

	.tarifs-review-card__text {
		font-size: 14px;
	}

	.tarifs-reviews__cta-wrap {
		margin-top: 30px;
	}

	.tarifs-reviews__cta {
		width: 100%;
	}

	/* FAQ mobile */

	.tarifs-faq {
		padding: 64px 0 78px;
	}

	.tarifs-faq__title {
		margin-bottom: 28px;
		font-size: 34px;
		text-align: left;
	}

	.tarifs-faq__question {
		padding: 18px 0;
	}

	.tarifs-faq__question h3 {
		font-size: 15px;
	}

	.tarifs-faq__answer {
		padding-right: 34px;
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tarifs-card__button,
	.tarifs-reviews__cta,
	.tarifs-faq__icon {
		transition: none;
	}
}


