/* ============================================================
   Borreani — surcouche de marque (chargée APRÈS style.css).
   Le thème ftco compilé reste intact : tout raffinement passe
   par ce fichier pour rester lisible et réversible.
   Palette : orange logo #e1792e / encre #181310 / sable #faf6f1.
   ============================================================ */

:root {
	--brand: #e1792e;
	--brand-dark: #c9631f;
	--brand-soft: rgba(225, 121, 46, 0.12);
	--ink: #181310;
	--sand: #faf6f1;
}

/* ── Boutons : arrondis, orange franc, hover assombri ─────── */
.btn {
	border-radius: 999px;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.btn.btn-primary {
	background: var(--brand);
	border: 1px solid var(--brand);
	color: #000;
	font-weight: 600;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: var(--brand-dark);
	border-color: var(--brand-dark);
	color: #fff;
}
.btn.btn-white.btn-outline-white:hover {
	color: var(--ink);
}

/* ── Slider : fini la police manuscrite, place à un chapeau net ── */
.owl-carousel.home-slider .slider-item .slider-text .subheading {
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: var(--brand);
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
	font-weight: 600;
	letter-spacing: 2px;
}

/* ── Bandeau intro : icônes et panneau réseaux ────────────── */
.ftco-intro .icon span {
	color: var(--brand);
}
.ftco-intro .wrap .social .social-icon li a span {
	color: #fff;
	font-size: 26px;
}

/* ── Galeries : purement illustratives (plus de faux zoom) ── */
.gallery {
	cursor: default;
}

/* ── Titres de section ────────────────────────────────────── */
.heading-section h2 {
	color: var(--ink);
	font-weight: 600;
}

/* ============================================================
   Section application mobile — layout inspiré de la vitrine
   Monette : mockup téléphone + features + badges stores.
   ============================================================ */
.app-section {
	background: var(--sand);
}

.app-eyebrow {
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--brand);
	margin-bottom: 12px;
}
.app-title {
	color: var(--ink);
	font-size: 34px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 18px;
}
.app-title span {
	color: var(--brand);
}
.app-lead {
	color: rgba(24, 19, 16, 0.65);
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 28px;
	max-width: 34em;
}

/* Features */
.app-features {
	margin-bottom: 32px;
}
.app-feature {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 18px;
}
.app-feature-icon {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--brand-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--brand);
	margin-top: 2px;
}
.app-feature h4 {
	font-size: 16px;
	font-weight: 600;
	color: var(--ink);
	margin-bottom: 2px;
}
.app-feature p {
	font-size: 14px;
	color: rgba(24, 19, 16, 0.55);
	margin-bottom: 0;
}

/* Badges stores */
.app-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.store-badge {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: var(--ink);
	color: #fff;
	border-radius: 14px;
	padding: 12px 22px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}
.store-badge:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.store-badge small {
	display: block;
	font-size: 10px;
	line-height: 1;
	opacity: 0.6;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}
.store-badge strong {
	display: block;
	font-size: 15px;
	line-height: 1.2;
}
.store-badge--soon {
	background: #ece7e1;
	color: #9a938c;
	cursor: default;
}
.store-badge--soon:hover {
	background: #ece7e1;
	color: #9a938c;
}
.app-alt-link {
	font-size: 13px;
	color: rgba(24, 19, 16, 0.55);
	margin: 14px 0 0;
}
.app-alt-link a {
	color: var(--brand);
	text-decoration: underline;
}

/* Mockup téléphone (pur CSS, photo maison à l'écran) */
.app-phone {
	position: relative;
	width: 280px;
	height: 580px;
	background: var(--ink);
	border-radius: 48px;
	padding: 12px;
	box-shadow: 0 30px 60px rgba(24, 19, 16, 0.25);
}
.app-phone-screen {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 38px;
	overflow: hidden;
	background: var(--sand);
}
.app-phone-screen > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.app-phone-notch {
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 110px;
	height: 24px;
	background: var(--ink);
	border-radius: 0 0 16px 16px;
}
.app-phone-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 70px 16px 16px;
	background: linear-gradient(to top, rgba(24, 19, 16, 0.92), rgba(24, 19, 16, 0.45) 55%, transparent);
}
.app-phone-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(8px);
	border-radius: 14px;
	padding: 12px;
}
.app-phone-card-title {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
.app-phone-card-sub {
	color: rgba(255, 255, 255, 0.6);
	font-size: 10px;
}
.app-phone-card-cta {
	background: var(--brand);
	color: #000;
	font-size: 10px;
	font-weight: 700;
	padding: 7px 14px;
	border-radius: 999px;
	white-space: nowrap;
}

@media (max-width: 575.98px) {
	.app-phone {
		width: 240px;
		height: 500px;
	}
	.app-title {
		font-size: 28px;
	}
}
