/**
 * Section page Sophrologie — CTA final Calendly inline.
 * Shortcode : [wpcursor name="sophrologie-cta"]
 */

.wpcursor-sophrologie-cta {
	--wpcursor-sophro-cta-bg: #ffffff;
	--wpcursor-sophro-cta-panel: #faf3f0;
	--wpcursor-sophro-cta-heading: #4a2d5c;
	--wpcursor-sophro-cta-body: #5f5f6a;
	--wpcursor-sophro-cta-button: #5e3a71;
	--wpcursor-sophro-cta-button-hover: #4d2f5d;

	box-sizing: border-box;
	width: 100%;
	padding: clamp(4rem, 8vw, 6rem) clamp(1.25rem, 4vw, 2rem);
	background: var(--wpcursor-sophro-cta-bg);
	color: var(--wpcursor-sophro-cta-body);
}

.wpcursor-sophrologie-cta__inner {
	max-width: 1180px;
	margin: 0 auto;
	box-sizing: border-box;
}

.wpcursor-sophrologie-cta__panel {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
	gap: clamp(1.25rem, 2.5vw, 2rem);
	align-items: stretch;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border-radius: 24px;
	background: var(--wpcursor-sophro-cta-panel);
	box-shadow: 0 10px 36px rgba(74, 45, 92, 0.06);
}

.wpcursor-sophrologie-cta__content {
	display: flex;
	align-items: stretch;
	min-width: 0;
}

.wpcursor-sophrologie-cta__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 100%;
}

.wpcursor-sophrologie-cta__heading-row {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	margin: 0 0 1rem;
}

.wpcursor-sophrologie-cta__deco {
	flex-shrink: 0;
	width: 3.25rem;
	height: auto;
	margin-top: 0.15rem;
	object-fit: contain;
	opacity: 0.9;
}

.wpcursor-sophrologie-cta__heading {
	margin: 0;
	font-family: var(--wpcursor-font-title);
	font-size: clamp(1.55rem, 2.8vw, 2rem);
	font-weight: var(--wpcursor-title-weight, 700);
	line-height: 1.2;
	letter-spacing: var(--wpcursor-title-letter-spacing, -0.027em);
	color: var(--wpcursor-sophro-cta-heading);
}

.wpcursor-sophrologie-cta__text {
	margin: 0 0 1.35rem;
	font-family: var(--wpcursor-font-body);
	font-size: clamp(0.9rem, 1.35vw, 0.98rem);
	font-weight: 400;
	line-height: 1.68;
	color: var(--wpcursor-sophro-cta-body);
}

.wpcursor-sophrologie-cta__reassurance {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wpcursor-sophrologie-cta__reassurance-item {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	padding: 0.45rem 0;
}

.wpcursor-sophrologie-cta__reassurance-item + .wpcursor-sophrologie-cta__reassurance-item {
	border-top: 1px solid rgba(74, 45, 92, 0.06);
}

.wpcursor-sophrologie-cta__reassurance-check {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 1.45rem;
	height: 1.45rem;
	margin-top: 0.05rem;
	border-radius: 50%;
	background: #5e3a71;
	color: #ffffff;
}

.wpcursor-sophrologie-cta__reassurance-text {
	font-family: var(--wpcursor-font-body);
	font-size: 0.86rem;
	font-weight: 500;
	line-height: 1.45;
	color: var(--wpcursor-sophro-cta-heading);
}

.wpcursor-sophrologie-cta__widget-wrap {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 1.1rem 1rem 0.75rem;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 6px 24px rgba(74, 45, 92, 0.06);
}

.wpcursor-sophrologie-cta__widget-intro {
	margin: 0 0 0.75rem;
	padding: 0 0.35rem;
	text-align: center;
}

.wpcursor-sophrologie-cta__widget-title {
	margin: 0 0 0.25rem;
	font-family: var(--wpcursor-font-body);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--wpcursor-sophro-cta-heading);
}

.wpcursor-sophrologie-cta__widget-subtitle {
	margin: 0;
	font-family: var(--wpcursor-font-body);
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.45;
	color: var(--wpcursor-sophro-cta-body);
}

.wpcursor-sophrologie-cta__calendly {
	width: 100%;
	min-height: 420px;
	border-radius: 12px;
	overflow: hidden;
}

.wpcursor-sophrologie-cta__calendly iframe {
	border-radius: 12px;
}

@media (max-width: 900px) {
	.wpcursor-sophrologie-cta__panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.wpcursor-sophrologie-cta {
		padding: clamp(3rem, 10vw, 4.5rem) clamp(1.25rem, 4vw, 2rem);
	}
}
