/* ============================================================
   LP13 — MamieCochonne (FR)
   Source : /html/lp10.html
   Hero image plein-écran + qform horizontal en bas de hero
   ============================================================ */

.lp13 {
	font-family: 'DM Sans', sans-serif;
	line-height: 1.6;
	background: #0F0F0F;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;

	--lp13-bg:       #0F0F0F;
	--lp13-bg2:      #161616;
	--lp13-bg3:      #202020;
	--lp13-accent:   #8E1C35;
	--lp13-accent-h: #7A1628;
	--lp13-gold:     #C4906C;
	--lp13-text:     #FFFFFF;
	--lp13-muted:    #B8B8B8;
	--lp13-dim:      #969696;
}

.lp13 h1, .lp13 h2, .lp13 h3 {
	font-family: 'DM Sans', sans-serif;
}

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

.lp13 a { color: inherit; text-decoration: none; }
.lp13 img { display: block; max-width: 100%; }
.lp13 button { font-family: inherit; }

/* TYPO */
.lp13 .r { color: var(--lp13-accent); }
.lp13 .serif-em {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 700;
	color: var(--lp13-gold);
	font-size: 1.25em;
	letter-spacing: -.01em;
}

/* LOGO */
.lp13 .logo { display: inline-flex; align-self: flex-start; }
.lp13 nav .logo { margin-top: 16px; }
.lp13 .logo img { height: 68px; width: auto; display: block; }
.lp13 footer .logo img { height: 40px; width: auto; display: block; opacity: .85; }
.lp13 .logo-text { font-weight: 800; letter-spacing: -.02em; color: #fff; font-size: 1.3rem; }

/* NAV */
.lp13 nav {
	position: relative; z-index: 5;
	height: 72px; background: rgba(15,15,15,.93);
	display: flex; align-items: center;
	padding: 0 48px; justify-content: space-between;
}
.lp13 .nav-actions { display: flex; align-items: center; gap: 20px; }
.lp13 .nav-login { font-size: .875rem; color: var(--lp13-muted); }
.lp13 .nav-login:hover { color: #fff; }
.lp13 .nav-signup {
	font-size: .875rem; font-weight: 700; color: #fff;
	background: var(--lp13-accent); padding: 8px 24px; border-radius: 8px;
	transition: background .15s;
}
.lp13 .nav-signup:hover { background: var(--lp13-accent-h); }
.page-template-page-home-lp13 .lp13 .nav-signup { display: none; }

/* HERO */
.lp13 .hero {
	padding-top: 0;
	min-height: calc(100vh - 72px);
	position: relative; overflow: hidden;
	display: flex; align-items: center;
}
.lp13 .hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.lp13 .hero-bg picture { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.lp13 .hero-bg img {
	position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; object-position: center top;
	display: block;
}
.lp13 .hero::before {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(110deg, rgba(0,0,0,.82) 20%, rgba(0,0,0,.50) 60%, rgba(0,0,0,.20) 100%);
	z-index: 1;
}
.lp13 .hero-inner {
	position: relative; z-index: 2;
	max-width: 1200px; width: 100%; margin: 0 auto;
	padding: 64px 48px;
	display: grid; grid-template-columns: 1fr; gap: 64px; align-items: center;
}

.lp13 .hero-badge {
	display: inline-flex; align-items: center; gap: 8px;
	background: rgba(142,28,53,.2); color: var(--lp13-gold);
	font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	padding: 6px 14px; border-radius: 6px; margin-bottom: 24px;
}
.lp13 .hero-badge .dot {
	width: 6px; height: 6px; background: var(--lp13-gold); border-radius: 50%;
	animation: lp13-blink 1.4s infinite;
}
@keyframes lp13-blink { 0%,100%{opacity:1} 50%{opacity:.3} }

.lp13 .hero-h1 {
	font-size: clamp(2.2rem, 3.0vw, 3.4rem);
	font-weight: 800; line-height: 1.1; letter-spacing: -.03em;
	color: var(--lp13-text); margin-bottom: 20px;
	max-width: 800px;
}

.lp13 .hero-lead {
	font-size: 1.05rem; color: rgba(255,255,255,.80); line-height: 1.72;
	max-width: 520px;
}


/* SECTIONS */
.lp13 .section { padding: 80px 0; }
.lp13 .section--bg  { background: var(--lp13-bg); }
.lp13 .section--bg2 { background: var(--lp13-bg2); }
.lp13 .section-inner { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.lp13 .s-head { margin-bottom: 44px; text-align: center; }
.lp13 .s-title {
	font-size: clamp(1.7rem, 2.5vw, 2.2rem);
	font-weight: 800; color: var(--lp13-text); letter-spacing: -.03em; margin-bottom: 8px;
}
.lp13 .s-sub { font-size: .9rem; color: var(--lp13-muted); margin-bottom: 12px; }
.lp13 .s-intro { font-size: .875rem; color: var(--lp13-dim); max-width: 540px; margin: 0 auto; line-height: 1.8; }

/* CATEGORIES — image cards */
.lp13 .cats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.lp13 .cat-card {
	border-radius: 14px; overflow: hidden;
	position: relative; height: 400px;
	display: block;
	grid-column: span 3;
}
.lp13 .cat-card-img {
	width: 100%; height: 100%; object-fit: cover; object-position: top;
	display: block; transition: transform .45s ease;
}
.lp13 .cat-card:hover .cat-card-img { transform: scale(1.04); }
.lp13 .cat-card::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.94) 0%, rgba(0,0,0,.60) 45%, transparent 68%);
}
.lp13 .cat-card-body {
	position: absolute; bottom: 0; left: 0; right: 0;
	padding: 24px 28px; z-index: 1;
}
.lp13 .cat-name {
	font-size: 1.3rem; font-weight: 800; color: var(--lp13-text);
	letter-spacing: -.02em; margin-bottom: 2px;
}
.lp13 .cat-sub {
	font-size: .85rem; color: rgba(255,255,255,.78);
	font-style: italic; margin-bottom: 10px;
}
.lp13 .cat-desc {
	font-size: .8rem; color: rgba(255,255,255,.72);
	line-height: 1.65; margin-bottom: 16px;
}
.lp13 .cat-btn {
	display: inline-block; padding: 9px 20px; border-radius: 8px;
	background: var(--lp13-accent); font-size: .75rem; font-weight: 800;
	letter-spacing: .05em; color: #fff; transition: background .15s;
}
.lp13 .cat-card:hover .cat-btn { background: var(--lp13-accent-h); }

/* INTRO / À PROPOS */
.lp13 .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.lp13 .intro-title {
	font-size: clamp(1.8rem, 2.8vw, 2.4rem);
	font-weight: 800; color: var(--lp13-text); letter-spacing: -.03em; line-height: 1.1;
	margin-bottom: 28px;
}
.lp13 .intro-body { display: flex; flex-direction: column; gap: 20px; }
.lp13 .intro-p { font-size: .95rem; color: var(--lp13-muted); line-height: 2; }
.lp13 .intro-p strong { color: var(--lp13-text); font-weight: 600; }
/* "Lire la suite" — en desktop : contenu toujours visible, bouton masqué.
   En mobile/tablette : voir overrides @media (max-width: 900px). */
.lp13 .intro-more { display: flex; flex-direction: column; gap: 20px; }
.lp13 .intro-more-btn { display: none; }
.lp13 .intro-more-btn__chevron { display: inline-block; transition: transform .2s; }
.lp13 .intro-more-btn.is-open .intro-more-btn__chevron { transform: rotate(180deg); }

.lp13 .intro-mockup-wrap { text-align: center; margin-top: 100px; }
.lp13 .intro-mockup {
	max-width: 275px; width: 100%; height: auto; display: block; margin: 0 auto;
	filter: drop-shadow(0 20px 50px rgba(142,28,53,.30));
}
.lp13 .intro-mobile-note {
	display: inline-flex; align-items: center; gap: 9px;
	margin-top: 18px; padding: 10px 18px;
	background: var(--lp13-bg3); border: 1px solid rgba(255,255,255,.07);
	border-radius: 50px; font-size: .78rem; color: var(--lp13-muted); line-height: 1.5;
}
.lp13 .intro-mobile-note svg { color: var(--lp13-gold); flex-shrink: 0; }

/* FEATURES */
.lp13 .feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.lp13 .feat {
	background: var(--lp13-bg3); border-radius: 14px; padding: 32px;
	transition: background .2s; border: 1px solid rgba(255,255,255,.04);
	display: flex; align-items: flex-start; gap: 28px;
}
.lp13 .feat:hover { background: #252525; border-color: rgba(255,255,255,.08); }
.lp13 .feat-icon {
	display: block; flex-shrink: 0; width: 74px; height: 74px; margin-top: 3px;
	background-color: #A8223C;
	-webkit-mask-size: contain; mask-size: contain;
	-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
	-webkit-mask-position: center; mask-position: center;
}
.lp13 .feat-body { flex: 1; }
.lp13 .feat-title { font-size: 1.15rem; font-weight: 700; color: var(--lp13-text); margin-bottom: 12px; }
.lp13 .feat-text { font-size: .85rem; color: #CECECE; line-height: 1.8; }

/* PROFILES */
.lp13 .profiles-wrap { position: relative; }
.lp13 .profiles-grid {
	display: grid; grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 270px 220px; gap: 10px;
}
.lp13 .pcard { border-radius: 12px; overflow: hidden; position: relative; background: var(--lp13-bg3); }
.lp13 .pcard img {
	width: 100%; height: 100%; object-fit: cover; object-position: top; display: block;
	filter: blur(10px) brightness(.35); transform: scale(1.06); transition: transform .35s;
}
.lp13 .pcard-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88) 0%, transparent 55%); }
.lp13 .pcard-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px 14px; }
.lp13 .pcard-name { font-size: .9rem; font-weight: 700; color: #fff; }
.lp13 .pcard-detail { font-size: .74rem; color: rgba(255,255,255,.92); }
.lp13 .pcard-online {
	position: absolute; top: 10px; right: 10px;
	display: flex; align-items: center; gap: 5px;
	background: rgba(0,0,0,.58); padding: 4px 9px; border-radius: 20px;
	font-size: .63rem; font-weight: 700; color: #fff; letter-spacing: .03em;
}
.lp13 .pcard-online::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #22C55E; flex-shrink: 0; }
.lp13 .pcard-lock {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	z-index: 3; width: 44px; height: 44px; border-radius: 50%;
	background: rgba(0,0,0,.52); backdrop-filter: blur(6px);
	display: flex; align-items: center; justify-content: center;
	color: rgba(255,255,255,.85);
}

.lp13 .plock {
	position: absolute; left: 0; right: 0; bottom: 0; height: 440px; z-index: 5;
	display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
	padding-bottom: 40px; gap: 8px;
	background: linear-gradient(to top,
		#0F0F0F 0%,
		#0F0F0F 16%,
		rgba(15,15,15,.9) 34%,
		rgba(15,15,15,.62) 52%,
		rgba(15,15,15,.28) 70%,
		rgba(15,15,15,.06) 86%,
		transparent 100%
	);
}
.lp13 .plock-btn {
	display: inline-block; padding: 16px 48px;
	background: var(--lp13-accent); border-radius: 10px;
	font-size: .95rem; font-weight: 800; letter-spacing: .04em; color: #fff;
	transition: background .15s, transform .12s;
}
.lp13 .plock-btn:hover { background: var(--lp13-accent-h); transform: translateY(-1px); }

.lp13 .geo { padding: 28px 0 72px; }
.lp13 .geo-label { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--lp13-muted); margin-bottom: 12px; }
.lp13 .geo-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lp13 .geo-chip {
	padding: 7px 20px; border-radius: 100px;
	background: #252525; font-size: .82rem; font-weight: 500;
	color: #b0b0b0; transition: all .15s;
}
.lp13 .geo-chip:hover { background: var(--lp13-accent); color: #fff; }

/* FINAL CTA */
.lp13 .cta-final {
	padding: 100px 0; text-align: center;
	position: relative; overflow: hidden;
	background-image: var(--lp13-cta-bg-sm, var(--lp13-cta-bg, none));
	background-size: cover; background-position: center top;
}
@media (min-width: 769px)  { .lp13 .cta-final { background-image: var(--lp13-cta-bg-lg, var(--lp13-cta-bg, none)); } }
@media (min-width: 1441px) { .lp13 .cta-final { background-image: var(--lp13-cta-bg-xl, var(--lp13-cta-bg, none)); } }
.lp13 .cta-final::before {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(to bottom, rgba(10,3,8,.78) 0%, rgba(40,5,15,.72) 100%); z-index: 0;
}
.lp13 .cta-final-inner { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; padding: 0 40px; }
@media (min-width: 1024px) { .lp13 .cta-final-inner { max-width: 680px; } }
.lp13 .cta-h2 {
	font-size: clamp(2.2rem, 3.0vw, 3.4rem); font-weight: 800; color: #fff;
	letter-spacing: -.03em; line-height: 1.1; margin-bottom: 14px;
	text-wrap: balance;
}
.lp13 .cta-sub { font-size: .925rem; color: rgba(255,255,255,.88); line-height: 1.7; margin-bottom: 32px; }
.lp13 .cta-btn {
	display: inline-block; padding: 18px 52px; border-radius: 10px;
	background: #fff; font-size: 1rem; font-weight: 800; color: var(--lp13-accent);
	letter-spacing: -.01em; transition: opacity .15s;
}
.lp13 .cta-btn:hover { opacity: .92; }
.lp13 .cta-reassure { margin-top: 14px; font-size: .75rem; color: rgba(255,255,255,.65); }

/* FOOTER */
.lp13 footer { background: #080808; padding: 24px 48px; }
.lp13 .footer-inner {
	max-width: 1200px; margin: 0 auto;
	display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px;
}
.lp13 .footer-inner > .logo { justify-self: start; }
.lp13 .footer-inner > .footer-lang { justify-self: end; }
.lp13 .footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.lp13 .footer-links a { font-size: .75rem; color: var(--lp13-dim); }
.lp13 .footer-links a:hover { color: var(--lp13-muted); }
.lp13 .footer-lang {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: .75rem; color: var(--lp13-muted);
	padding: 6px 10px; border: 1px solid rgba(255,255,255,.10); border-radius: 6px;
	transition: color .15s, border-color .15s;
}
.lp13 .footer-lang:hover { color: #fff; border-color: rgba(255,255,255,.22); }
.lp13 .footer-lang svg { opacity: .75; }
.lp13 .footer-copy {
	max-width: 1200px; margin: 16px auto 0;
	font-size: .75rem; color: var(--lp13-dim);
	text-align: center;
	display: flex; justify-content: center; align-items: center; gap: 8px; flex-wrap: wrap;
}
.lp13 .footer-copy a { color: var(--lp13-dim); }
.lp13 .footer-copy a:hover { color: var(--lp13-muted); }
.lp13 .footer-copy-sep { opacity: .6; }

/* HORIZONTAL QUICK FORM */
.lp13 .qform-anchor { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; }

.lp13 .qform-proof-bar {
	max-width: 1200px; margin: 0 auto; padding: 0 48px 20px;
	display: flex; align-items: center; gap: 8px;
}
.lp13 .qform-proof-dot {
	width: 8px; height: 8px; border-radius: 50%;
	background: #22c55e; flex-shrink: 0;
	animation: lp13-pulse-green 2.2s ease-in-out infinite;
}
@keyframes lp13-pulse-green {
	0%,100% { box-shadow: 0 0 0 0 rgba(34,197,94,.5); }
	50%      { box-shadow: 0 0 0 7px rgba(34,197,94,0); }
}
.lp13 .qform-proof-bar-text { font-size: .82rem; color: rgba(255,255,255,.72); white-space: nowrap; }
.lp13 .qform-proof-bar-text strong { color: var(--lp13-gold); font-weight: 800; }
.lp13 .qform-proof-bar-text em { color: var(--lp13-dim); font-style: normal; }

.lp13 .qform-band {
	background: rgba(6,6,6,.93);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-top: 1px solid rgba(255,255,255,.18);
}
.lp13 .qform-inner {
	max-width: 1200px; margin: 0 auto; padding: 16px 48px 18px;
	display: flex; flex-direction: column; align-items: stretch; gap: 10px;
}
.lp13 .qform-headline {
	font-size: .82rem; font-weight: 700; color: var(--lp13-muted);
	letter-spacing: .04em; text-transform: uppercase;
}
.lp13 .qform-select-wrap { position: relative; flex-shrink: 0; }
.lp13 .qform-select-wrap svg {
	position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
	pointer-events: none; color: var(--lp13-dim);
}
.lp13 .qform-select {
	appearance: none; -webkit-appearance: none;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 8px; color: var(--lp13-text);
	font-size: .86rem; padding: 0 44px 0 16px;
	height: 44px; cursor: pointer; outline: none;
	font-family: inherit;
	transition: border-color .15s;
}
.lp13 .qform-select:hover, .lp13 .qform-select:focus { border-color: rgba(255,255,255,.30); }
.lp13 .qform-select option { background: #1a1a1a; color: #fff; }
.lp13 .qform-cta {
	background: var(--lp13-accent); color: #fff;
	font-size: .86rem; font-weight: 800; letter-spacing: .05em;
	padding: 0 28px; height: 44px; line-height: 44px;
	border-radius: 8px; white-space: nowrap;
	flex-shrink: 0; margin-left: auto;
	transition: background .15s, transform .12s;
}
.lp13 .qform-cta:hover { background: var(--lp13-accent-h); transform: translateY(-1px); }

/* ── Formulaire Prelinker injecté dans la qform-band (single-step, pattern LP10) ── */
/* Override des variables du plugin rp-auth-modal (calibrées pour LP1 fond clair). */
.lp13-hero-form {
	--plnk-text: var(--lp13-text);
	--plnk-muted: var(--lp13-muted);
	--plnk-surface: rgba(255,255,255,.07);
	--plnk-border: rgba(255,255,255,.14);
	color: var(--lp13-text);
	/* Conteneur flex : les .ptprelinker-input-group (et .ptprelinker-buttons) deviennent
	   enfants directs grâce à display:contents sur les wrappers ci-dessous.
	   La headline est au-dessus → le form occupe toute la ligne 2 (width: 100% via parent
	   align-items: stretch). */
	flex: 0 0 auto; min-width: 0; width: 100%;
	/* align-items: flex-start → quand un champ a une erreur (input-group plus haut),
	   les autres ne se recentrent pas verticalement, tous restent alignés en haut. */
	display: flex; flex-wrap: wrap; align-items: flex-start; gap: 10px;
}
/* Desktop : labels texte masqués (remplacés par icones à gauche des champs).
   Mobile : labels texte affichés (cf. override @media plus bas). */
.lp13-hero-form .ptprelinker-input-group::before { display: none !important; }
.lp13-hero-form .rp-label-fallback { display: none !important; }
/* Wrappers Prelinker → display:contents : ils disparaissent du layout pour que les
   .ptprelinker-input-group + .ptprelinker-buttons remontent comme enfants flex
   directs de .lp13-hero-form (une seule ligne en desktop). */
.lp13-hero-form .ptprelinker--box,
.lp13-hero-form .ptprelinker-content,
.lp13-hero-form .ptprelinker-content-inner,
.lp13-hero-form .ptprelinker-content-content,
.lp13-hero-form .ptprelinker-register-form,
.lp13-hero-form form {
	display: contents !important;
	background: none !important; border: none !important; box-shadow: none !important;
	padding: 0 !important; margin: 0 !important;
}
/* Input-group : position relative pour permettre à l'icone d'être en position absolute
   À L'INTÉRIEUR du champ (overlay sur l'input).
   Le plugin a `#formregisterhome-rencpro .ptprelinker-input-group { display: flex }`
   (specificity 1,1,0), on chaîne l'ID pour battre ça (1,2,0). */
#formregisterhome-rencpro.lp13-hero-form .ptprelinker-input-group {
	display: block;
	min-width: 0; flex: 1 1 140px;
	position: relative; margin: 0;
}
/* Gender étroit (peu de texte), email prend tout l'espace restant (flex-grow 1). */
.lp13-hero-form .ptprelinker-input-group:has(select) { flex: 0 0 110px; }
.lp13-hero-form .ptprelinker-input-group:has(input[type="email"]),
.lp13-hero-form .ptprelinker-input-group:has(input[data-rp-email]) { flex: 1 1 280px; }
.lp13-hero-form .ptprelinker-label { display: none !important; }
/* Prepend (contient l'icone) : positionné absolu À L'INTÉRIEUR du champ, à gauche.
   Note : le plugin rp-auth-modal a un `#formregisterhome-rencpro .prepend { display: none !important }`
   (specificity 1,1,0). On chaîne l'ID + la classe pour battre ça (specificity 1,2,0).
   Activé uniquement en desktop ; en mobile le display:none du plugin reprend la main. */
@media (min-width: 901px) {
	#formregisterhome-rencpro.lp13-hero-form .ptprelinker-input-group-prepend {
		display: flex !important;
		align-items: center;
		position: absolute;
		left: 14px; top: 0;
		height: 44px;
		pointer-events: none;
		z-index: 2;
	}
}
.lp13-hero-form .ptprelinker-input-group-text { display: contents; }
/* Icones : pas de font icon dispo → injection SVG via mask. */
.lp13-hero-form .ptprelinker-icon-torso,
.lp13-hero-form .ptprelinker-icon-mail {
	display: block;
	width: 16px; height: 16px;
	background-color: #fff;
	opacity: .85;
	-webkit-mask-size: contain; mask-size: contain;
	-webkit-mask-position: center; mask-position: center;
	-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
}
/* Le plugin a une feuille fontello qui injecte un ::before glyph sur les .ptprelinker-icon-*
   ([class^="ptprelinker-icon-"]::before + .ptprelinker-icon-torso::before { content: "…" }).
   La font fontello n'étant pas chargée, on voit un caractère de fallback derrière notre mask.
   On supprime ce pseudo. */
.lp13-hero-form .ptprelinker-icon-torso::before,
.lp13-hero-form .ptprelinker-icon-mail::before {
	content: none !important;
	display: none !important;
}
.lp13-hero-form .ptprelinker-icon-torso {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
	        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}
.lp13-hero-form .ptprelinker-icon-mail {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
	        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}
.lp13-hero-form select,
.lp13-hero-form .ptprelinker-select,
.lp13-hero-form .ptprelinker-input,
.lp13-hero-form input[type="email"],
.lp13-hero-form input[type="text"],
.lp13-hero-form input[type="number"] {
	appearance: none; -webkit-appearance: none;
	background: rgba(255,255,255,.07) !important;
	border: 1px solid rgba(255,255,255,.14) !important;
	border-radius: 8px !important; color: var(--lp13-text) !important;
	font-size: .86rem !important; padding: 0 16px !important;
	height: 44px !important; outline: none !important;
	width: 100% !important; font-family: inherit !important;
	transition: border-color .15s !important;
}
.lp13-hero-form select {
	padding-right: 32px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23797979' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
	padding-left: 12px !important;
}
.lp13-hero-form select:hover,
.lp13-hero-form input:hover,
.lp13-hero-form select:focus,
.lp13-hero-form input:focus {
	border-color: rgba(255,255,255,.30) !important;
}
/* Desktop : padding-left réservé pour laisser place à l'icone overlay (à l'intérieur du champ).
   Le plugin a `#formregisterhome-rencpro .ptprelinker-select { padding: 13px 40px 13px 16px }`
   (specificity 1,1,0). On chaîne ID+classe (1,2,0) pour battre ça. */
@media (min-width: 901px) {
	#formregisterhome-rencpro.lp13-hero-form input[type="email"],
	#formregisterhome-rencpro.lp13-hero-form input[type="text"],
	#formregisterhome-rencpro.lp13-hero-form input[type="number"],
	#formregisterhome-rencpro.lp13-hero-form .ptprelinker-input {
		padding-left: 38px !important;
	}
	#formregisterhome-rencpro.lp13-hero-form select,
	#formregisterhome-rencpro.lp13-hero-form .ptprelinker-select {
		padding-left: 38px !important;
	}
}
.lp13-hero-form select option { background: #1a1a1a; color: #fff; }
.lp13-hero-form input::placeholder { color: var(--lp13-dim) !important; opacity: 1; }
.lp13-hero-form input[type="number"] { -moz-appearance: textfield; }
.lp13-hero-form input[type="number"]::-webkit-outer-spin-button,
.lp13-hero-form input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none; margin: 0;
}

/* Buttons wrapper → display:contents : submit + CGU deviennent enfants flex
   directs de .lp13-hero-form, contrôlables individuellement via order. */
.lp13-hero-form .ptprelinker-buttons {
	display: contents !important;
}

/* Submit : reste sur la ligne 1 avec les input-groups (order 1).
   align-self: flex-start → bouton aligné en haut de la ligne (même hauteur que les inputs,
   les labels étant masqués en desktop). Quand des erreurs apparaissent sous les input-groups,
   la ligne grandit mais le bouton reste en haut, donc aligné avec les inputs. */
.lp13-hero-form input[type="submit"],
.lp13-hero-form .ptprelinker-button,
.lp13-hero-form button[type="submit"] {
	order: 1;
	flex: 0 0 260px; min-width: 0;
	background: var(--lp13-accent) !important; color: #fff !important;
	font-size: .82rem !important; font-weight: 800 !important;
	letter-spacing: .04em !important; text-transform: uppercase;
	padding: 0 16px !important; height: 44px !important;
	border: none !important; border-radius: 8px !important;
	cursor: pointer !important; white-space: nowrap;
	font-family: inherit !important;
	transition: background .15s, transform .12s !important;
	align-self: flex-start;
}
.lp13-hero-form input[type="submit"]:hover,
.lp13-hero-form .ptprelinker-button:hover,
.lp13-hero-form button[type="submit"]:hover {
	background: var(--lp13-accent-h) !important; transform: translateY(-1px);
}

/* CGU : ligne 2, pleine largeur, centrée. Hide la cgu-couple (non utilisée sur LP13). */
.lp13-hero-form .ptprelinker-checkbox.ptprelinker-checkbox__cgu-container {
	order: 2;
	flex: 0 0 100%;
	display: flex; align-items: flex-start; gap: 8px;
	justify-content: center;
	font-size: .72rem; color: var(--lp13-dim); line-height: 1.4;
	margin-top: 4px;
}
.lp13-hero-form .ptprelinker-checkbox.cgu-couple { display: none !important; }

.lp13-hero-form .ptprelinker-input-checkbox {
	width: 14px; height: 14px; margin: 2px 0 0; flex-shrink: 0;
	accent-color: var(--lp13-accent); cursor: pointer;
}
.lp13-hero-form .ptprelinker-label-checkbox,
.lp13-hero-form .ptprelinker-checkbox-group label,
.lp13-hero-form .ptprelinker-checkbox-group span {
	font-size: .72rem !important; color: var(--lp13-dim) !important; cursor: pointer;
}
.lp13-hero-form .ptprelinker-cgu-link {
	color: var(--lp13-gold) !important; text-decoration: underline; text-underline-offset: 2px;
}
.lp13-hero-form .ptprelinker-cgu-link:hover { color: #fff !important; }

/* ─── Erreurs ─── */
/* Erreurs dans une input-group : en flow sous le champ, largeur du champ.
   En flow → la ligne 1 grandit, mais le submit (align-self: flex-start + margin-top)
   reste aligné avec les inputs (pas avec le bas de la ligne). */
.lp13-hero-form .ptprelinker-input-group > .error-register {
	font-size: .72rem; font-weight: 600;
	padding: 6px 10px; border-radius: 6px;
	border-left: 3px solid var(--lp13-accent);
	background: rgba(196, 30, 58, .14); color: #fca5a5;
	margin-top: 4px;
	line-height: 1.4;
}
/* Erreur CGU (DOM-parent = .ptprelinker-buttons) ou erreur form-level : ligne sous la CGU,
   compacte (pas full-width), centrée. flex:0 0 auto + margin auto pour centrer en flex-row. */
.lp13-hero-form .ptprelinker-buttons > .error-register,
.lp13-hero-form form > .error-register {
	order: 3;
	flex: 0 1 auto;
	max-width: 100%;
	margin-left: auto; margin-right: auto;
	font-size: .72rem; font-weight: 600;
	padding: 6px 12px; border-radius: 6px;
	border-left: 3px solid var(--lp13-accent);
	background: rgba(196, 30, 58, .14); color: #fca5a5;
	line-height: 1.4; text-align: center;
}
.lp13-hero-form .error-register[style*="none"] { display: none; }

/* RESPONSIVE */
/* Hauteur d'écran ≤ 999px (laptops 13"/15", tablettes en landscape) :
   le hero en min-height: 100vh-72px n'a pas assez de place pour le contenu
   + le formulaire absolute en bas → le form chevauchait le H1/lead.
   On bascule en flux normal comme sur mobile/tablette portrait. */
@media (max-height: 999px) {
	.lp13 .hero { min-height: 0; display: block; }
	.lp13 .qform-anchor { position: relative; }
}
@media (max-width: 1040px) {
	.lp13 .intro-grid { grid-template-columns: 1fr; gap: 40px; }
	.lp13 .intro-mockup-wrap { margin-top: 0; }
}
/* Mobile + tablette : masquer le mockup (redondant sur tactile) + collapse
   intro paragraphes 2-3 derrière "Lire la suite" (SEO-safe : contenu reste
   dans le DOM, Google l'indexe, l'utilisateur le déplie au besoin). */
@media (max-width: 900px) {
	.lp13 .intro-mockup-wrap { display: none; }
	.lp13 .intro-more { display: none; }
	.lp13 .intro-more.is-open { display: flex; }
	.lp13 .intro-more-btn {
		display: inline-flex; align-items: center; gap: 8px;
		align-self: flex-start;
		margin-top: 4px;
		padding: 10px 18px;
		background: var(--lp13-bg3);
		border: 1px solid rgba(255,255,255,.10);
		border-radius: 50px;
		color: var(--lp13-text);
		font-size: .82rem; font-weight: 700;
		letter-spacing: .04em; text-transform: uppercase;
		cursor: pointer;
		transition: background .15s, border-color .15s;
	}
	.lp13 .intro-more-btn:hover { background: #252525; border-color: rgba(255,255,255,.18); }
}
@media (max-width: 900px) {
	/* Mobile/tablette : sortir le formulaire de l'ancrage absolute pour qu'il coule
	   sous le contenu hero (sinon le form remonte sur le H1/lead quand la hauteur
	   du contenu dépasse l'espace disponible au-dessus de la bande). */
	.lp13 .hero { min-height: 0; display: block; }
	/* position: relative (et non static) pour que z-index:2 reste effectif et que le
	   voile .hero::before (z-index:1) ne passe pas par-dessus la bande formulaire. */
	.lp13 .qform-anchor { position: relative; }
	.lp13 .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 18px; }
	.lp13 .footer-inner > .logo { justify-self: center; }
	.lp13 .footer-inner > .footer-lang { justify-self: center; }
	.lp13 .footer-links { justify-content: center; }
	.lp13 .qform-inner { padding: 18px 24px 22px; gap: 12px; }
	.lp13 .qform-select-wrap { width: 100%; }
	.lp13 .qform-select { width: 100%; }
	.lp13 .qform-cta { width: 100%; text-align: center; margin-left: 0; }
	/* Prelinker — stack vertical sur mobile (form est display:contents, on bascule le parent).
	   flex: 0 0 auto → annule le `flex: 1 1 0` du desktop : dans un parent .qform-inner devenu
	   flex-direction: column en mobile, basis:0 collapserait la hauteur du form. */
	.lp13-hero-form { flex: 0 0 auto; flex-direction: column; align-items: stretch; gap: 12px; }
	#formregisterhome-rencpro.lp13-hero-form .ptprelinker-input-group,
	#formregisterhome-rencpro.lp13-hero-form .ptprelinker-input-group:has(select),
	#formregisterhome-rencpro.lp13-hero-form .ptprelinker-input-group:has(input[type="email"]),
	#formregisterhome-rencpro.lp13-hero-form .ptprelinker-input-group:has(input[data-rp-email]) {
		flex: 0 0 auto; width: 100%;
	}
	/* Mobile : input-group repasse en flex column (pas de grid), icones masquées,
	   labels texte rétablis. ID chaîné pour battre la règle desktop ID-chaînée.
	   align-items: stretch annule le `center` hérité de la grille desktop. */
	#formregisterhome-rencpro.lp13-hero-form .ptprelinker-input-group {
		display: flex; flex-direction: column; gap: 0; column-gap: 0;
		align-items: stretch;
	}
	.lp13-hero-form .ptprelinker-input-group::before {
		display: block !important;
		color: rgba(255,255,255,.78) !important;
		font-size: .72rem !important;
		font-weight: 700 !important;
		text-transform: uppercase;
		letter-spacing: .06em;
		margin-bottom: 6px !important;
		text-align: left;
	}
	/* Plugin gère "Je suis" via :has(select:not([name=birthdate])) — OK.
	   Pour l'email on a forcé type=text → le :has(input[type=email]) du plugin échoue,
	   on injecte donc le label nous-mêmes via data-rp-email. */
	#formregisterhome-rencpro.lp13-hero-form .ptprelinker-input-group:has(input[data-rp-email])::before {
		content: "Adresse e-mail";
	}
	.lp13-hero-form .rp-label-fallback {
		display: block !important;
		color: rgba(255,255,255,.78) !important;
		font-size: .72rem; font-weight: 700;
		text-transform: uppercase; letter-spacing: .06em;
	}
	/* Mobile : ordre logique = JE SUIS → EMAIL → CGU → SUBMIT
	   On inverse les orders desktop (CGU avant submit). */
	.lp13-hero-form .ptprelinker-checkbox.ptprelinker-checkbox__cgu-container {
		order: 1; justify-content: flex-start;
	}
	/* Mobile : erreur CGU/form full-width comme les erreurs de champ
	   (annule le flex: 0 1 auto + margin auto du desktop qui les rendait compactes). */
	.lp13-hero-form .ptprelinker-buttons > .error-register,
	.lp13-hero-form form > .error-register {
		order: 2;
		flex: 0 0 auto;
		width: 100%;
		margin-left: 0; margin-right: 0;
		text-align: left;
	}
	.lp13-hero-form input[type="submit"],
	.lp13-hero-form .ptprelinker-button,
	.lp13-hero-form button[type="submit"] {
		order: 3; align-self: stretch;
		flex: 0 0 auto; /* évite la croissance verticale due à flex-grow en column */
		margin-top: 0; /* annule l'offset desktop label */
	}
	.lp13 .hero-bg img { object-position: 70% top; }
	.lp13 .qform-proof-bar { padding: 0 24px 8px; }
	.lp13 .qform-proof-bar-text { white-space: normal; font-size: .78rem; }
	.lp13 .hero-inner { grid-template-columns: 1fr; max-width: 520px; gap: 40px; padding: 48px 28px; }
	.lp13 .profiles-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 240px 210px 190px 170px; }
	.lp13 .plock { height: 380px; }
	.lp13 .feat-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	/* Fix burger : compense le reset CSS qui peut écraser le padding natif */
	.lp13 .sb-burger { padding: 9px; }
	.lp13 nav .nav-signup { display: none; }
	.lp13 .nav-login { display: none; }
}
@media (max-width: 748px) {
	.lp13 .cats-grid { grid-template-columns: 1fr; }
	.lp13 .cats-grid .cat-card { grid-column: 1; }
	.lp13 .cat-card { height: 360px; }
}
@media (max-width: 640px) {
	/* Mobile only : alléger le hero et les cartes catégories.
	   .hero-lead duplique le H1, .cat-desc rallonge inutilement chaque card
	   empilée. Keywords présents ailleurs sur la page → impact SEO négligeable. */
	.lp13 .hero-lead { display: none; }
	.lp13 .cat-desc { display: none; }
	.lp13 .qform-proof-bar { padding: 0 20px 8px; }
	.lp13 .qform-inner { padding: 20px 20px 22px; }
	.lp13 nav { padding: 0 20px; }
	.lp13 .section-inner { padding: 0 20px; }
	.lp13 .cta-final-inner { padding: 0 20px; }
	.lp13 footer { padding: 20px; }
	.lp13 .profiles-grid { grid-template-columns: 1fr 1fr; }
	.lp13 .feat { flex-direction: column; align-items: center; text-align: center; gap: 18px; padding: 24px 20px; }
	.lp13 .feat-icon { margin-top: 0; }
}
