/* =========================================================================
   Artisan du Jeu — Nos Aniformations : design system front
   Scopé à .ajf-app pour ne jamais polluer le thème.
   ====================================================================== */

.ajf-app {
	--orange: #F26C1A;
	--orange-2: #ff8a3d;
	--navy: #0a1626;
	--navy-2: #0e1f35;
	--panel: #122337;
	--card-bg: #0C384D;
	--text: #eef3f9;
	--muted: #9db0c7;
	--line: rgba(255, 255, 255, .10);
	--radius: 22px;
	--relief: #2d507b;

	font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
	color: var(--text);
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

/* Forcer police + couleur des titres MALGRÉ le thème/Elementor (body * h1..h4). */
.ajf-app h1, .ajf-app h2, .ajf-app h3, .ajf-app h4,
.ajf-app .ajf-title, .ajf-app .ajf-h2, .ajf-app .ajf-h3 {
	font-family: "Poppins", system-ui, sans-serif !important;
	color: var(--text) !important;
	margin: 0;
}

.ajf-app *, .ajf-app *::before, .ajf-app *::after { box-sizing: border-box; }
.ajf-app img { max-width: 100%; height: auto; display: block; }
.ajf-app button { font-family: inherit; cursor: pointer; }
.ajf-app a { color: inherit; text-decoration: none; }

.ajf-wrap { max-width: 1200px; margin: 0 auto; padding: 0 22px; width: 100%; }
.ajf-section { padding: 64px 0; position: relative; }
.ajf-section--grid { padding-top: 24px; }

/* Accessibilité : contenu indexable mais masqué visuellement. */
.ajf-app .sr-only {
	position: absolute !important; width: 1px; height: 1px;
	padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0);
	white-space: nowrap; border: 0;
}

/* ----------------------------- Typo ----------------------------------- */
.ajf-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	text-transform: uppercase; letter-spacing: .22em; font-size: 12px;
	font-weight: 700; color: var(--muted); margin: 0 0 18px;
}
.ajf-eyebrow--center { justify-content: center; width: 100%; }
.ajf-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(242, 108, 26, .2); }

.ajf-title {
	font-weight: 900 !important; text-transform: uppercase;
	font-size: clamp(30px, 5vw, 56px); line-height: 1.05; letter-spacing: -.01em;
}
.ajf-accent { color: var(--orange) !important; position: relative; white-space: nowrap; }
.ajf-accent::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .12em;
	background: linear-gradient(90deg, var(--orange), var(--orange-2)); border-radius: 4px;
}
.ajf-h2 { font-weight: 900 !important; text-transform: uppercase; font-size: clamp(24px, 3.4vw, 40px); text-align: center; margin-bottom: 36px; }
.ajf-h2--light { color: #fff !important; }
.ajf-h3 { font-weight: 800 !important; font-size: 20px; margin-bottom: 14px; }
.ajf-lead { color: var(--muted); font-size: clamp(15px, 1.6vw, 19px); max-width: 760px; margin: 22px 0 30px; }

/* ----------------------------- Boutons -------------------------------- */
.ajf-btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 15px;
	border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s;
}
.ajf-btn--primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 12px 30px rgba(242, 108, 26, .35); }
.ajf-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(242, 108, 26, .5); }
.ajf-btn--ghost { border-color: var(--line); color: var(--text); background: rgba(255, 255, 255, .04); }
.ajf-btn--ghost:hover { border-color: var(--orange); color: #fff; }
.ajf-btn--dark { background: var(--navy); color: #fff; }
.ajf-btn--dark:hover { transform: translateY(-2px); }
.ajf-btn--dark-ghost { border-color: rgba(255, 255, 255, .5); color: #fff; }

/* =========================================================================
   HERO full-bleed sombre
   ====================================================================== */
.ajf-hero {
	position: relative; overflow: hidden;
	width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
	padding: clamp(64px, 9vw, 120px) 0 clamp(56px, 7vw, 96px);
	background:
		radial-gradient(900px 500px at 15% 0%, rgba(242, 108, 26, .18), transparent 60%),
		radial-gradient(900px 600px at 90% 20%, rgba(53, 122, 215, .20), transparent 60%),
		linear-gradient(160deg, var(--navy), var(--navy-2));
}
.ajf-hero::before {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background-image: radial-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: 22px 22px; opacity: .5;
}
.ajf-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.ajf-halo { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; }
.ajf-halo--1 { width: 420px; height: 420px; background: rgba(242, 108, 26, .45); top: -120px; left: -80px; animation: ajf-float 14s ease-in-out infinite; }
.ajf-halo--2 { width: 480px; height: 480px; background: rgba(53, 122, 215, .4); bottom: -160px; right: -100px; animation: ajf-float 18s ease-in-out infinite reverse; }
@keyframes ajf-float { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(40px, 30px); } }
.ajf-hero-inner { position: relative; z-index: 2; }
.ajf-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }

/* =========================================================================
   Bandeau réassurance
   ====================================================================== */
.ajf-reassure { padding: 28px 0; border-bottom: 1px solid var(--line); background: var(--navy-2); width: 100vw; margin-left: calc(50% - 50vw); }
.ajf-reassure-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.ajf-reassure-item { display: flex; flex-direction: column; gap: 4px; }
.ajf-reassure-num { font-size: clamp(22px, 3vw, 32px); font-weight: 900; color: var(--orange); }
.ajf-reassure-lbl { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }

/* Fond global des sections (sous le hero) + sortie pleine largeur du conteneur
   du thème/Elementor : tout le plugin déborde sur 100vw, le contenu reste
   centré grâce à .ajf-wrap. */
.ajf-app {
	background: linear-gradient(180deg, var(--navy-2), var(--navy));
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: clip;
}
.ajf-app .ajf-section, .ajf-app .ajf-reviews, .ajf-app .ajf-partners { color: var(--text); }

/* =========================================================================
   Tuiles filtres
   ====================================================================== */
.ajf-filters { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.ajf-filter {
	position: relative; min-height: 150px; border-radius: var(--radius); overflow: hidden;
	border: 1px solid var(--line); background-size: cover; background-position: center;
	background-color: var(--panel); text-align: left; transition: transform .25s, box-shadow .25s;
}
.ajf-filter:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(0, 0, 0, .4); }
.ajf-filter.is-active { outline: 3px solid var(--orange); outline-offset: 2px; }
.ajf-filter--all { background: linear-gradient(135deg, var(--panel), #1a2f49); }
.ajf-filter-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 22, 38, .25), rgba(10, 22, 38, .85)); }
.ajf-filter-body { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding: 16px; gap: 8px; }
.ajf-filter-pill { align-self: flex-start; background: var(--orange); color: #fff; font-weight: 800; font-size: 13px; padding: 4px 12px; border-radius: 999px; }
.ajf-filter-name { font-weight: 800; font-size: 16px; color: #fff; }

/* =========================================================================
   Grille vignettes
   ====================================================================== */
.ajf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 26px; }
.ajf-grid.is-filtered { justify-content: center; }
.ajf-card.is-hidden { display: none; }
.ajf-card.is-highlight { transform: scale(1.02); }

.ajf-card { position: relative; }
.ajf-card-link {
	display: block; width: 100%; text-align: left; border: 1px solid var(--line);
	background: var(--card-bg); border-radius: var(--radius); overflow: hidden; padding: 0;
	transition: transform .28s, box-shadow .28s, border-color .28s;
}
.ajf-card-link:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(0, 0, 0, .5); border-color: var(--orange); }

/* Effet de relief sur le visuel */
.ajf-card-media {
	position: relative; display: block; aspect-ratio: 16 / 11; background: var(--relief);
	overflow: hidden; box-shadow: inset 0 2px 0 rgba(255, 255, 255, .25), 0 14px 24px rgba(0, 0, 0, .35);
}
.ajf-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ajf-card-link:hover .ajf-card-media img { transform: scale(1.06); }
.ajf-card-media::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 30%, rgba(10, 22, 38, .35)); }
.ajf-card-flag { position: absolute; top: 12px; left: 12px; z-index: 3; background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; font-weight: 800; font-size: 12px; padding: 6px 12px; border-radius: 999px; box-shadow: 0 6px 14px rgba(242, 108, 26, .5); }

.ajf-card-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.ajf-card-title { font-size: 19px; font-weight: 800 !important; }
.ajf-card-pitch { color: var(--muted); font-size: 14px; margin: 0; }
.ajf-more { margin-top: 6px; align-self: flex-start; color: var(--orange); font-weight: 800; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.ajf-more::after { content: "→"; transition: transform .2s; }
.ajf-card-link:hover .ajf-more::after { transform: translateX(4px); }

/* Carte sur-mesure */
.ajf-card--custom .ajf-card-link { border-color: var(--orange); background: linear-gradient(160deg, #18233a, #20171a); box-shadow: 0 18px 50px rgba(242, 108, 26, .25); }

/* =========================================================================
   Modale + fiche
   ====================================================================== */
.ajf-modal { position: fixed; inset: 0; z-index: 100000; display: none; }
.ajf-modal.is-open { display: block; }
.ajf-modal-overlay { position: absolute; inset: 0; background: rgba(4, 10, 20, .8); backdrop-filter: blur(4px); }
.ajf-modal-dialog {
	position: relative; z-index: 2; max-width: 980px; margin: 4vh auto; max-height: 92vh; overflow: auto;
	background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
	box-shadow: 0 40px 100px rgba(0, 0, 0, .6); animation: ajf-pop .35s ease;
}
@keyframes ajf-pop { from { opacity: 0; transform: translateY(20px) scale(.98); } to { opacity: 1; transform: none; } }
.ajf-modal-close {
	position: sticky; top: 12px; float: right; margin: 12px 12px 0 0; z-index: 10;
	width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .35);
	background: rgba(10, 22, 38, .6); color: #fff; font-size: 26px; line-height: 1; backdrop-filter: blur(6px);
}
.ajf-modal-close:hover { background: var(--orange); }

.ajf-fiche { color: var(--text); }
.ajf-fiche-body { padding: 26px 30px 120px; }
.ajf-fiche-title { font-size: clamp(22px, 3vw, 32px); font-weight: 900 !important; margin-bottom: 18px; }
.ajf-block { margin-top: 30px; }
.ajf-rich { color: var(--muted); }
.ajf-rich p { margin: 0 0 12px; }

/* Carousel */
.ajf-carousel { position: relative; aspect-ratio: 16 / 9; background: #0a1322; overflow: hidden; }
.ajf-slides { position: relative; width: 100%; height: 100%; }
.ajf-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .5s; margin: 0; }
.ajf-slide.is-active { opacity: 1; }
.ajf-slide img { width: 100%; height: 100%; object-fit: cover; }
.ajf-slide-title { position: absolute; left: 22px; bottom: 18px; z-index: 4; font-weight: 900; font-size: clamp(18px, 2.4vw, 26px); color: #fff; text-shadow: 0 2px 12px rgba(0, 0, 0, .8); }
.ajf-slides::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(8, 16, 28, .75)); pointer-events: none; }

.ajf-arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
	width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .6);
	background: rgba(10, 22, 38, .45); color: #fff; font-size: 18px; backdrop-filter: blur(8px);
	transition: background .2s, transform .2s;
}
.ajf-arrow:hover { background: var(--orange); transform: translateY(-50%) scale(1.1); }
.ajf-arrow--prev { left: 14px; }
.ajf-arrow--next { right: 14px; animation: ajf-pulse 2.2s infinite; }
@keyframes ajf-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(242, 108, 26, .5); } 50% { box-shadow: 0 0 0 10px rgba(242, 108, 26, 0); } }
.ajf-counter { position: absolute; top: 14px; right: 16px; z-index: 5; background: rgba(10, 22, 38, .6); color: #fff; font-weight: 700; font-size: 13px; padding: 4px 12px; border-radius: 999px; backdrop-filter: blur(6px); }
.ajf-dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 5; display: flex; gap: 8px; }
.ajf-dot-nav { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .45); }
.ajf-dot-nav.is-active { background: var(--orange); width: 24px; border-radius: 999px; }

/* Chips */
.ajf-chips { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 4px; }
.ajf-chips-label { font-weight: 800; font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.ajf-chip { background: rgba(242, 108, 26, .14); color: var(--orange-2); border: 1px solid rgba(242, 108, 26, .35); padding: 5px 12px; border-radius: 999px; font-size: 13px; font-weight: 600; }

/* Specs */
.ajf-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-top: 22px; }
.ajf-spec { display: flex; gap: 10px; align-items: flex-start; background: rgba(255, 255, 255, .04); border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; }
.ajf-spec-ico { font-size: 20px; }
.ajf-spec-txt { display: flex; flex-direction: column; }
.ajf-spec-lbl { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.ajf-spec-val { font-weight: 700; font-size: 14px; }

/* Objectifs */
.ajf-objectives { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.ajf-obj { display: flex; gap: 12px; align-items: flex-start; background: rgba(255, 255, 255, .04); border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
.ajf-obj-num { flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; }

/* Timeline */
.ajf-timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.ajf-timeline::before { content: ""; position: absolute; left: 18px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--orange), transparent); }
.ajf-step { display: flex; gap: 18px; padding: 10px 0; position: relative; }
.ajf-step-num { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: var(--navy); border: 2px solid var(--orange); color: var(--orange); font-weight: 900; display: flex; align-items: center; justify-content: center; z-index: 2; }
.ajf-step-title { display: block; font-size: 16px; }
.ajf-step-body p { margin: 4px 0 0; color: var(--muted); }

/* Colonnes compétences / inclus */
.ajf-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 30px; }
.ajf-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ajf-list li { position: relative; padding-left: 30px; color: var(--text); }
.ajf-list--check li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.ajf-list--plus li::before { content: "＋"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

/* Carte à gratter (vraie interaction : canvas que l'on gratte) */
.ajf-scratch { position: relative; margin-top: 30px; border-radius: 16px; overflow: hidden; min-height: 96px; border: 1px dashed rgba(242, 108, 26, .5); }
.ajf-scratch-reveal { position: relative; z-index: 1; padding: 26px 22px; text-align: center; font-weight: 700; color: var(--orange-2); background: rgba(242, 108, 26, .1); min-height: 96px; display: flex; align-items: center; justify-content: center; }
.ajf-scratch-canvas { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; cursor: grab; touch-action: none; transition: opacity .45s ease; }
.ajf-scratch-canvas:active { cursor: grabbing; }
.ajf-scratch.is-revealed .ajf-scratch-canvas { opacity: 0; pointer-events: none; }

/* Pourquoi */
.ajf-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.ajf-why-item { background: rgba(255, 255, 255, .04); border: 1px solid var(--line); border-radius: 14px; padding: 16px; display: flex; flex-direction: column; gap: 6px; }
.ajf-why-item strong { color: var(--orange); font-size: 16px; }
.ajf-why-item span { color: var(--muted); font-size: 14px; }

/* FAQ */
.ajf-faq { display: flex; flex-direction: column; gap: 10px; }
.ajf-faq-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: rgba(255, 255, 255, .03); }
.ajf-faq-q { width: 100%; text-align: left; padding: 16px 18px; background: none; border: 0; color: var(--text); font-weight: 700; font-size: 15px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.ajf-faq-ico { color: var(--orange); font-size: 22px; transition: transform .2s; }
.ajf-faq-item.is-open .ajf-faq-ico { transform: rotate(45deg); }
.ajf-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.ajf-faq-a p { margin: 0; padding: 0 18px 18px; color: var(--muted); }

/* Similaires */
.ajf-similar { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.ajf-similar-card { border: 1px solid var(--line); background: var(--navy); border-radius: 14px; overflow: hidden; text-align: left; transition: transform .2s, border-color .2s; }
.ajf-similar-card:hover { transform: translateY(-4px); border-color: var(--orange); }
.ajf-similar-card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.ajf-similar-card span { display: block; padding: 12px 14px; font-weight: 700; font-size: 14px; }

/* Barre CTA collante */
.ajf-sticky-cta {
	position: sticky; bottom: 0; z-index: 20; display: flex; flex-wrap: wrap; gap: 14px;
	align-items: center; justify-content: space-between; padding: 16px 30px;
	background: rgba(10, 22, 38, .92); backdrop-filter: blur(10px); border-top: 1px solid var(--line);
}
.ajf-sticky-info { display: flex; flex-direction: column; }
.ajf-sticky-info strong { font-size: 18px; color: #fff; }
.ajf-sticky-info span { font-size: 13px; color: var(--muted); }
.ajf-sticky-actions { display: flex; gap: 10px; }

/* =========================================================================
   Avis Google
   ====================================================================== */
.ajf-reviews-head { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 30px; color: var(--muted); flex-wrap: wrap; }
.ajf-google-badge { background: #fff; color: #1a1a1a; font-weight: 900; padding: 8px 16px; border-radius: 999px; display: inline-flex; gap: 8px; align-items: center; }
.ajf-stars { color: #f5b50a; letter-spacing: 2px; }
.ajf-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.ajf-review { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ajf-review p { color: var(--text); font-size: 15px; }
.ajf-review cite { color: var(--muted); font-style: normal; font-weight: 600; font-size: 14px; }
.ajf-review--cta { align-items: center; text-align: center; justify-content: center; border-style: dashed; border-color: var(--orange); }
.ajf-review-cta-ico { font-size: 30px; }

/* =========================================================================
   Partenaires
   ====================================================================== */
.ajf-partners-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; align-items: center; }
.ajf-partner { background: #fff; border-radius: 16px; padding: 22px; display: flex; align-items: center; justify-content: center; min-height: 100px; }
.ajf-partner img { max-height: 60px; width: auto; object-fit: contain; filter: grayscale(.1); }

/* =========================================================================
   CTA final
   ====================================================================== */
.ajf-cta-final { width: 100vw; margin-left: calc(50% - 50vw); padding: clamp(56px, 7vw, 96px) 0; background: linear-gradient(135deg, var(--orange), var(--orange-2)); text-align: center; }
.ajf-cta-final-inner p { color: rgba(255, 255, 255, .92); font-size: 18px; max-width: 640px; margin: 14px auto 26px; }
.ajf-cta-final .ajf-hero-cta { justify-content: center; }
.ajf-cta-final-contact { font-size: 15px; }
.ajf-cta-final-contact a { text-decoration: underline; color: #fff; }

/* =========================================================================
   Animations d'apparition
   ====================================================================== */
.ajf-fade { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.ajf-fade.is-visible { opacity: 1; transform: none; }

/* =========================================================================
   Responsive
   ====================================================================== */
@media (max-width: 860px) {
	.ajf-reassure-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
	.ajf-cols { grid-template-columns: 1fr; }
	.ajf-modal-dialog { margin: 0; max-height: 100vh; border-radius: 0; min-height: 100vh; }
	.ajf-fiche-body { padding: 20px 18px 140px; }
}
@media (max-width: 560px) {
	.ajf-grid { grid-template-columns: 1fr; }
	.ajf-sticky-cta { flex-direction: column; align-items: stretch; padding: 12px 16px; gap: 10px; }
	.ajf-sticky-actions { justify-content: stretch; }
	.ajf-sticky-actions .ajf-btn { flex: 1; }
	.ajf-sticky-info { text-align: center; }
}

/* Respect de prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
	.ajf-app *, .ajf-app *::before, .ajf-app *::after { animation: none !important; transition: none !important; }
	.ajf-fade { opacity: 1; transform: none; }
}
