/**
 * Page "Comment ça marche" — intégration fidèle de la référence Claude Design
 * (claude-design-reference/comment ca marche/TNT Plus France - Comment ça marche.dc.html).
 * Réutilise les tokens de variables.css, les composants globaux de
 * components.css/base.css, et les mockups d'appareils de front-page.css
 * (.tp-mock__frame/__screen/__scrim, .tp-device-pill, .tp-split).
 */

@keyframes tpCcmGlow { 0%, 100% { opacity: .5; } 50% { opacity: .95; } }

.tp-ccm-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .24em; color: var(--tp-green-300); margin-bottom: 18px; }
.tp-ccm-eyebrow__line { width: 22px; height: 1px; background: var(--tp-green-500); flex: none; }

/* ================= HERO ================= */
.tp-ccm-hero { position: relative; z-index: 1; padding: clamp(48px, 5vw, 76px) 0 clamp(56px, 6vw, 96px); }
.tp-ccm-hero__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: clamp(40px, 5vw, 76px); align-items: center; }
.tp-ccm-hero__lead { font-size: 17.5px; line-height: 1.66; color: var(--tp-text-muted); margin: 0 0 18px; max-width: 520px; text-wrap: pretty; }
.tp-ccm-hero__note {
	display: flex; align-items: center; gap: 10px; font-size: 14.5px; line-height: 1.6; color: #cfe3d7; margin: 0 0 32px;
	padding: 12px 16px; border-radius: 10px; border: 1px solid rgba(31, 140, 74, .3); background: rgba(15, 122, 61, .1); max-width: 520px;
}
.tp-ccm-hero__note-check { color: var(--tp-green-400); flex: none; }
.tp-ccm-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }

.tp-ccm-hero-devices { position: relative; min-width: 0; }
.tp-ccm-hero-devices__glow {
	position: absolute; right: -6%; top: -8%; width: 70%; height: 300px; pointer-events: none;
	background: radial-gradient(closest-side, rgba(15, 122, 61, .32), transparent 70%); filter: blur(40px); animation: tpCcmGlow 8s ease-in-out infinite;
}
.tp-ccm-hero-devices__tv { position: relative; }
.tp-ccm-hero-devices__tv .tp-mock__frame { border-radius: 14px; padding: 7px; box-shadow: 0 50px 110px rgba(0, 0, 0, .75); }
.tp-ccm-hero-devices__tv .tp-mock__screen { border-radius: 8px; }
.tp-ccm-hero-devices__badge { position: absolute; left: 14px; top: 13px; display: flex; align-items: center; gap: 9px; pointer-events: none; }
.tp-ccm-hero-devices__brand { font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: .05em; color: #fff; }
.tp-ccm-hero-devices__foot { position: absolute; left: 14px; right: 14px; bottom: 12px; pointer-events: none; }
.tp-ccm-hero-devices__foot-tag { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .16em; color: var(--tp-green-mist); margin-bottom: 5px; }
.tp-ccm-hero-devices__foot-title { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: #fff; }
.tp-ccm-hero-devices__stand { height: 9px; width: 30%; margin: 0 auto; background: linear-gradient(180deg, rgba(255, 255, 255, .12), transparent); border-radius: 0 0 6px 6px; }

.tp-ccm-hero-devices__row { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; margin-top: 16px; }
.tp-ccm-hero-devices__col { min-width: 0; }
.tp-ccm-hero-devices__col--laptop { flex: 1.5; min-width: 150px; }
.tp-ccm-hero-devices__col--tablet { flex: .75; min-width: 82px; }
.tp-ccm-hero-devices__col--phone { flex: .45; min-width: 56px; }
.tp-ccm-hero-devices__col .tp-mock__frame { border-radius: 9px; padding: 5px; box-shadow: 0 24px 56px rgba(0, 0, 0, .6); }
.tp-ccm-hero-devices__col--tablet .tp-mock__frame { border-radius: 10px; padding: 4px; box-shadow: 0 20px 46px rgba(0, 0, 0, .55); }
.tp-ccm-hero-devices__col--phone .tp-mock__frame { border-radius: 11px; padding: 3px; box-shadow: 0 18px 40px rgba(0, 0, 0, .55); }
.tp-ccm-hero-devices__col--laptop .tp-mock__screen { aspect-ratio: 16 / 10; border-radius: 5px; }
.tp-ccm-hero-devices__col--tablet .tp-mock__screen { aspect-ratio: 3 / 4; border-radius: 6px; }
.tp-ccm-hero-devices__col--phone .tp-mock__screen { aspect-ratio: 9 / 17; border-radius: 8px; }
.tp-ccm-hero-devices__webtv-tag { position: absolute; left: 7px; bottom: 5px; font-family: var(--font-mono); font-size: 7px; letter-spacing: .14em; color: #cfe3d7; pointer-events: none; }
.tp-ccm-hero-devices__stand--sm { height: 5px; width: 48%; margin: 0 auto; background: rgba(255, 255, 255, .1); border-radius: 0 0 6px 6px; }

.tp-ccm-stick-pill {
	flex: none; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: var(--tp-radius-pill);
	border: 1px solid rgba(31, 140, 74, .35); background: rgba(15, 122, 61, .12);
}
.tp-ccm-stick-pill__glyph { width: 22px; height: 9px; border-radius: 3px; background: linear-gradient(140deg, #1c211d, #080a08); border: 1px solid rgba(255, 255, 255, .14); }
.tp-ccm-stick-pill__label { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .16em; color: #cfe3d7; }

/* ================= QUATRE ÉTAPES ================= */
.tp-ccm-steps-section { position: relative; z-index: 1; border-top: 1px solid var(--tp-border-soft); background: #010201; padding: clamp(56px, 6vw, 100px) 0; }
.tp-ccm-steps-section__head { max-width: 520px; margin: 0 0 clamp(40px, 5vw, 68px); }
.tp-ccm-steps { position: relative; }
.tp-ccm-steps__line-bg { position: absolute; left: 0; right: 0; top: 23px; height: 1px; background: rgba(255, 255, 255, .07); pointer-events: none; }
.tp-ccm-steps__line-draw {
	position: absolute; left: 0; right: 0; top: 23px; height: 1px; background: linear-gradient(90deg, rgba(31, 140, 74, .75), rgba(31, 140, 74, .35));
	transform: scaleX(0); transform-origin: left center; transition: transform 2.2s var(--tp-ease); pointer-events: none;
}
.tp-ccm-steps__line-draw.is-drawn { transform: scaleX(1); }
.tp-ccm-steps__pulse {
	position: absolute; top: 20px; left: 0; width: 60px; height: 7px; border-radius: 99px;
	background: radial-gradient(closest-side, rgba(47, 177, 104, .85), transparent 70%); opacity: 0; filter: blur(2px); pointer-events: none;
	transition: transform 2.4s cubic-bezier(.35, .6, .3, 1), opacity .5s ease;
}
.tp-ccm-steps__grid { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: clamp(28px, 3vw, 44px); }
.tp-ccm-step__icon {
	display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; border: 1px solid rgba(31, 140, 74, .35);
	background: var(--tp-bg); color: var(--tp-green-300); font-size: 17px; margin-bottom: 20px;
	transition: box-shadow .8s ease, border-color .8s ease, color .8s ease;
}
.tp-ccm-step__icon.is-lit { border-color: rgba(31, 140, 74, .7); color: #7ec79c; box-shadow: 0 0 0 5px rgba(15, 122, 61, .12), 0 0 22px rgba(15, 122, 61, .28); }
.tp-ccm-step__kicker { font-family: var(--font-mono); font-size: 10px; letter-spacing: .22em; color: var(--tp-green-300); margin-bottom: 10px; }
.tp-ccm-step__title { font-family: var(--font-display); font-size: 19px; font-weight: 700; color: var(--tp-white); margin-bottom: 9px; }
.tp-ccm-step__text { font-size: 14.5px; line-height: 1.65; color: #8b928c; max-width: 280px; text-wrap: pretty; }

/* ================= CHOISIR SON OFFRE ================= */
.tp-ccm-offers-head { max-width: 600px; margin-bottom: clamp(34px, 4vw, 54px); }
.tp-ccm-offers { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(18px, 2vw, 30px); align-items: stretch; }
.tp-ccm-offer {
	position: relative; display: flex; flex-direction: column; padding: clamp(24px, 2.6vw, 38px); border-radius: 16px;
	border: 1px solid var(--tp-border); background: rgba(255, 255, 255, .02); transition: border-color .4s ease;
}
.tp-ccm-offer:hover { border-color: rgba(31, 140, 74, .4); }
.tp-ccm-offer--featured {
	border-color: rgba(31, 140, 74, .45); background: linear-gradient(165deg, rgba(11, 92, 46, .34), rgba(6, 32, 17, .5)); box-shadow: 0 34px 80px rgba(0, 0, 0, .5);
}
.tp-ccm-offer__badge {
	position: absolute; right: clamp(24px, 2.6vw, 38px); top: clamp(24px, 2.6vw, 38px); font-family: var(--font-mono); font-size: 8.5px;
	letter-spacing: .18em; color: #cfe3d7; border: 1px solid rgba(255, 255, 255, .22); padding: 6px 10px; border-radius: 4px; pointer-events: none;
}
.tp-ccm-offer__kicker { font-family: var(--font-mono); font-size: 10px; letter-spacing: .22em; color: #8b928c; margin-bottom: 14px; }
.tp-ccm-offer--featured .tp-ccm-offer__kicker { color: #a8d3ba; }
.tp-ccm-offer__title { font-family: var(--font-display); font-size: clamp(22px, 2.4vw, 30px); font-weight: 800; letter-spacing: -.02em; margin-bottom: 14px; color: var(--tp-white); }
.tp-ccm-offer__text { font-size: 15px; line-height: 1.68; color: var(--tp-text-muted); margin: 0 0 22px; text-wrap: pretty; }
.tp-ccm-offer--featured .tp-ccm-offer__text { color: #d7e3da; }
.tp-ccm-offer__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.tp-ccm-offer--featured .tp-ccm-offer__tags { margin-bottom: 14px; }
.tp-ccm-tag { display: inline-flex; align-items: center; gap: 8px; }
.tp-ccm-offer--featured .tp-tag { color: #eaf2ec; border-color: rgba(255, 255, 255, .18); }
.tp-ccm-offer--featured .tp-check { color: #8fe0ac; }
.tp-ccm-offer__plus-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 26px; }
.tp-ccm-offer__plus-sign { font-family: var(--font-display); font-size: 15px; font-weight: 800; color: #fff; }
.tp-ccm-offer__plus-chip {
	display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; color: #fff;
	padding: 10px 16px; border-radius: var(--tp-radius-pill); background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2);
}
.tp-ccm-offer__foot { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; justify-content: space-between; }
.tp-ccm-offer__price { font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--tp-white); }
.tp-ccm-offer__period { font-family: var(--font-body); font-size: 13px; font-weight: 500; color: #8b928c; }
.tp-ccm-offer--featured .tp-ccm-offer__price { color: #fff; }
.tp-ccm-offer--featured .tp-ccm-offer__period { color: #bcd3c3; }
.tp-ccm-offer__cta {
	font-family: var(--font-display); font-size: 14.5px; font-weight: 600; color: var(--tp-text); padding: 14px 26px;
	border-radius: var(--tp-radius-pill); border: 1px solid rgba(255, 255, 255, .16); transition: border-color .25s ease, background .25s ease;
}
.tp-ccm-offer__cta:hover { border-color: rgba(31, 140, 74, .6); background: rgba(15, 122, 61, .1); color: var(--tp-white); }
.tp-ccm-offer__cta--solid { font-weight: 700; color: #0a2916; background: #eaf6ee; border: none; transition: background .25s ease, transform .25s ease; }
.tp-ccm-offer__cta--solid:hover { background: #ffffff; transform: translateY(-2px); color: #0a2916; }

.tp-ccm-offer-summary { margin-top: clamp(22px, 2.4vw, 34px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 14px; }
.tp-ccm-offer-summary__row { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 12px; border: 1px solid var(--tp-border-2); }
.tp-ccm-offer-summary__row--featured { border-color: rgba(31, 140, 74, .35); background: rgba(15, 122, 61, .09); }
.tp-ccm-offer-summary__kicker { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .18em; color: var(--tp-green-300); flex: none; }
.tp-ccm-offer-summary__row--featured .tp-ccm-offer-summary__kicker { color: var(--tp-green-mist); }
.tp-ccm-offer-summary__text { font-size: 14px; color: var(--tp-text-muted); }
.tp-ccm-offer-summary__row--featured .tp-ccm-offer-summary__text { color: #d7e3da; }

/* ================= PARCOURS (application / stick) — listes d'étapes partagées ================= */
.tp-ccm-parcours-section { position: relative; z-index: 1; border-top: 1px solid var(--tp-border-soft); padding: clamp(56px, 6vw, 100px) 0; }
.tp-ccm-parcours-section--alt { background: #010201; }
.tp-ccm-parcours__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(27px, 3.4vw, 46px); line-height: 1.07; letter-spacing: -.03em; margin: 14px 0 30px; }
.tp-ccm-parcours__lead { font-size: 16.5px; line-height: 1.68; color: var(--tp-text-muted); margin: 0; text-wrap: pretty; }
.tp-ccm-parcours__steps { display: flex; flex-direction: column; }
.tp-ccm-parcours__step { display: flex; gap: 16px; align-items: flex-start; padding: 15px 0; border-top: 1px solid var(--tp-border-soft); }
.tp-ccm-parcours__step-tag { flex: none; font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; color: var(--tp-green-300); padding-top: 3px; }
.tp-ccm-parcours__step-text { font-size: 15.5px; line-height: 1.6; color: var(--tp-text-soft); }

/* ---- composition appareils (parcours application) ---- */
.tp-ccm-app-devices { position: relative; min-width: 0; }
.tp-ccm-app-devices__line { position: absolute; left: 8%; right: 8%; top: 56%; height: 1px; background: linear-gradient(90deg, transparent, rgba(31, 140, 74, .55), transparent); pointer-events: none; }
.tp-ccm-app-devices__glow { position: absolute; left: 12%; right: 12%; top: 20%; height: 200px; background: radial-gradient(closest-side, rgba(15, 122, 61, .28), transparent 72%); filter: blur(34px); animation: tpCcmGlow 9s ease-in-out infinite; pointer-events: none; }
.tp-ccm-app-devices__row { position: relative; display: flex; align-items: flex-end; justify-content: center; gap: clamp(12px, 1.6vw, 26px); }
.tp-ccm-app-devices__col { min-width: 0; }
.tp-ccm-app-devices__col--phone { flex: .5; min-width: 64px; }
.tp-ccm-app-devices__col--tablet { flex: .85; min-width: 96px; }
.tp-ccm-app-devices__col--laptop { flex: 1.6; min-width: 150px; }
.tp-ccm-app-devices__col .tp-mock__frame { border-radius: 12px; padding: 4px; box-shadow: 0 22px 50px rgba(0, 0, 0, .6); }
.tp-ccm-app-devices__col--tablet .tp-mock__frame { border-radius: 11px; padding: 5px; box-shadow: 0 26px 60px rgba(0, 0, 0, .62); }
.tp-ccm-app-devices__col--laptop .tp-mock__frame { border-radius: 9px; padding: 5px; box-shadow: 0 30px 68px rgba(0, 0, 0, .64); }
.tp-ccm-app-devices__col--phone .tp-mock__screen { aspect-ratio: 9 / 17; border-radius: 9px; }
.tp-ccm-app-devices__col--tablet .tp-mock__screen { aspect-ratio: 3 / 4; border-radius: 7px; }
.tp-ccm-app-devices__col--laptop .tp-mock__screen { aspect-ratio: 16 / 10; border-radius: 5px; }
.tp-ccm-app-devices__label { text-align: center; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .18em; color: var(--tp-text-mute3); margin-top: 9px; }

/* ---- scène stick (parcours TV Stick) ---- */
.tp-ccm-stick-scene { position: relative; min-width: 0; }
.tp-ccm-stick-scene .tp-mock__frame { border-radius: 14px; padding: 7px; box-shadow: 0 46px 100px rgba(0, 0, 0, .72); }
.tp-ccm-stick-scene .tp-mock__screen { border-radius: 8px; background: #050705; }
.tp-ccm-stick-scene__on { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.tp-ccm-stick-scene__on.is-on { opacity: 1; }
.tp-ccm-stick-scene__off { position: absolute; inset: 0; display: grid; place-items: center; background: #050705; transition: opacity 1.2s ease; pointer-events: none; }
.tp-ccm-stick-scene__off-label { font-family: var(--font-mono); font-size: 9px; letter-spacing: .2em; color: #3a403b; }
.tp-ccm-stick-scene__brand { position: absolute; left: 14px; top: 12px; font-family: var(--font-display); font-size: 11px; font-weight: 800; color: #fff; pointer-events: none; }
.tp-ccm-stick-scene__caption { position: absolute; left: 14px; bottom: 12px; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .16em; color: var(--tp-green-mist); pointer-events: none; }
.tp-ccm-stick-scene__halo {
	position: absolute; right: 6%; top: 50%; width: 120px; height: 120px; margin: -60px -60px 0 0; border-radius: 50%;
	background: radial-gradient(closest-side, rgba(15, 122, 61, .5), transparent 70%); opacity: 0; filter: blur(10px); transition: opacity 1s ease; pointer-events: none;
}
.tp-ccm-stick-scene__stand { height: 9px; width: 28%; margin: 0 auto; background: linear-gradient(180deg, rgba(255, 255, 255, .12), transparent); border-radius: 0 0 6px 6px; }
.tp-ccm-stick-scene__remote-row { position: relative; height: 56px; margin-top: 10px; }
.tp-ccm-stick-scene__body {
	position: absolute; right: 6%; top: 6px; display: flex; align-items: center; padding: 0 10px; gap: 8px; width: 124px; height: 34px;
	border-radius: 8px; background: linear-gradient(140deg, #1c211d, #080a08); border: 1px solid rgba(255, 255, 255, .12); box-shadow: 0 18px 40px rgba(0, 0, 0, .7);
	transition: transform 2.4s var(--tp-ease), opacity 1s ease; pointer-events: none;
}
.tp-ccm-stick-scene__body-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--tp-green-500); box-shadow: 0 0 8px rgba(31, 156, 82, .9); }
.tp-ccm-stick-scene__body-label { font-family: var(--font-display); font-size: 8.5px; font-weight: 800; letter-spacing: .06em; color: var(--tp-text); }
.tp-ccm-stick-scene__body-port { margin-left: auto; width: 14px; height: 9px; border-radius: 2px; background: rgba(255, 255, 255, .14); }
.tp-ccm-stick-scene__remote {
	position: absolute; left: 4%; top: 0; width: 34px; height: 52px; border-radius: 10px; background: linear-gradient(160deg, #1c211d, #070907);
	border: 1px solid rgba(255, 255, 255, .1); display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 7px 0; pointer-events: none;
}
.tp-ccm-stick-scene__remote-btn { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .18); }
.tp-ccm-stick-scene__remote-ring { width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .16); display: grid; place-items: center; }
.tp-ccm-stick-scene__remote-ring span { width: 6px; height: 6px; border-radius: 50%; background: rgba(31, 156, 82, .85); }
.tp-ccm-stick-scene__remote-bar { width: 12px; height: 4px; border-radius: 99px; background: rgba(255, 255, 255, .12); }
.tp-ccm-stick-scene__remote-caption { position: absolute; left: calc(4% + 46px); top: 16px; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .16em; color: var(--tp-text-mute3); pointer-events: none; }
.tp-ccm-stick-scene__digital { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 18px; }
.tp-ccm-stick-scene__digital-label { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .18em; color: #4d534e; }
.tp-ccm-stick-scene__digital .tp-device-pill { padding: 7px 12px; font-size: 12px; gap: 7px; }
.tp-ccm-stick-scene__digital .tp-device-pill svg { width: 14px; height: 14px; }

/* ================= INSTALLATION SIMPLE ================= */
.tp-ccm-install-section { position: relative; z-index: 1; padding: clamp(56px, 6vw, 96px) 0; }
.tp-ccm-install-section .tp-h2 { margin-bottom: clamp(30px, 3.4vw, 50px); }
.tp-ccm-install { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: clamp(16px, 2vw, 26px); }
.tp-ccm-install__card {
	padding: clamp(20px, 2.2vw, 30px); border-radius: 14px; border: 1px solid var(--tp-border-2); background: rgba(255, 255, 255, .02);
	transition: border-color .4s ease, transform .5s var(--tp-ease);
}
.tp-ccm-install__card:hover { border-color: rgba(31, 140, 74, .4); transform: translateY(-4px); }
.tp-ccm-install__head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.tp-ccm-install__icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; border: 1px solid rgba(31, 140, 74, .35); color: var(--tp-green-300); font-size: 15px; }
.tp-ccm-install__num { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .2em; color: #4d534e; }
.tp-ccm-install__title { font-family: var(--font-display); font-size: 16.5px; font-weight: 700; color: var(--tp-white); line-height: 1.35; }

/* ================= UN COMPTE, PLUSIEURS ÉCRANS ================= */
/* En-tête empilé (label / titre / sous-titre) — même composition que la page
   Expérience TV : jamais de sous-titre déporté dans une colonne à droite. */
.tp-ccm-headrow { margin-bottom: clamp(48px, 6vw, 64px); }
.tp-ccm-headrow__text { font-size: 16px; line-height: 1.68; color: var(--tp-text-muted); margin: 28px 0 0; max-width: 600px; text-wrap: pretty; }

.tp-ccm-screens-row { position: relative; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: clamp(16px, 2vw, 32px); }
.tp-ccm-screens-row__line { position: absolute; left: 4%; right: 4%; bottom: 34px; height: 1px; background: linear-gradient(90deg, transparent, rgba(31, 140, 74, .4), transparent); pointer-events: none; }
.tp-ccm-screens-row__item { position: relative; min-width: 0; transition: transform .5s var(--tp-ease); }
.tp-ccm-screens-row__item:hover { transform: translateY(-6px); }
.tp-ccm-screens-row__item .tp-mock__frame { border-radius: 10px; padding: 4px; box-shadow: 0 26px 60px rgba(0, 0, 0, .6); }
.tp-ccm-screens-row__item .tp-mock__screen { border-radius: 6px; }
.tp-ccm-screens-row__caption { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .18em; color: #8b928c; }
.tp-ccm-screens-row__dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(31, 140, 74, .7); flex: none; }

/* ================= UNE FOIS CONNECTÉ ================= */
.tp-ccm-connected-section { position: relative; z-index: 1; background: #010201; border-top: 1px solid var(--tp-border-soft); padding: clamp(56px, 6vw, 100px) 0; }
.tp-ccm-connected-section .tp-h2 { max-width: 520px; margin-bottom: clamp(32px, 3.6vw, 54px); }
.tp-ccm-connected { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); gap: clamp(18px, 2.2vw, 34px); align-items: center; }
.tp-ccm-connected__annos { display: flex; flex-direction: column; gap: 24px; max-width: 220px; }
.tp-ccm-connected__annos--right { margin-left: auto; }
.tp-ccm-connected__anno { display: flex; align-items: center; }
.tp-ccm-connected__anno-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; color: #cfe3d7; white-space: nowrap; }
.tp-ccm-connected__anno-line { flex: 1; height: 1px; min-width: 22px; background: linear-gradient(90deg, rgba(31, 140, 74, .6), rgba(31, 140, 74, .12)); margin-left: 12px; }
.tp-ccm-connected__annos--right .tp-ccm-connected__anno-line { background: linear-gradient(90deg, rgba(31, 140, 74, .12), rgba(31, 140, 74, .6)); margin-left: 0; margin-right: 12px; }

.tp-ccm-connected__panel { grid-column: span 2; min-width: 0; border-radius: 14px; padding: 7px; background: linear-gradient(160deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .02)); box-shadow: 0 46px 100px rgba(0, 0, 0, .7); }
.tp-ccm-connected__panel-inner { border-radius: 9px; overflow: hidden; background: #060806; }
.tp-ccm-connected__topbar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; padding: 12px 15px; border-bottom: 1px solid rgba(255, 255, 255, .06); background: rgba(255, 255, 255, .02); }
.tp-ccm-connected__brand { font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: .05em; color: #fff; }
.tp-ccm-connected__pills { display: flex; flex-wrap: wrap; gap: 6px; font-family: var(--font-mono); font-size: 9px; letter-spacing: .16em; }
.tp-ccm-connected__pill { padding: 6px 11px; border-radius: 5px; color: #8b928c; }
.tp-ccm-connected__pill--active { background: rgba(15, 122, 61, .85); color: #fff; }
.tp-ccm-connected__search { margin-left: auto; font-family: var(--font-mono); font-size: 9px; color: var(--tp-text-mute3); border: 1px solid rgba(255, 255, 255, .08); border-radius: 5px; padding: 5px 12px; }
.tp-ccm-connected__screen { position: relative; aspect-ratio: 16 / 9; background: #070907; }
.tp-ccm-connected__screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.tp-ccm-connected__scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(3, 4, 3, .3), transparent 40%, rgba(3, 4, 3, .92)); }
.tp-ccm-connected__foot { position: absolute; left: 16px; right: 16px; bottom: 14px; display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; pointer-events: none; }
.tp-ccm-connected__tag { font-family: var(--font-mono); font-size: 9px; letter-spacing: .18em; color: var(--tp-green-mist); margin-bottom: 6px; }
.tp-ccm-connected__title { font-family: var(--font-display); font-size: clamp(15px, 1.8vw, 22px); font-weight: 700; color: #fff; }
.tp-ccm-connected__play { margin-left: auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--tp-green-700); color: #fff; font-size: 11px; }

/* ================= AIDE AU CHOIX ================= */
.tp-ccm-choice-section { position: relative; z-index: 1; padding: clamp(56px, 6vw, 96px) 0; }
.tp-ccm-choice-section .tp-h2 { margin-bottom: clamp(28px, 3vw, 44px); }
.tp-ccm-choice { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(16px, 2vw, 24px); }
.tp-ccm-choice__card { padding: clamp(22px, 2.4vw, 32px); border-radius: 14px; border: 1px solid var(--tp-border-2); }
.tp-ccm-choice__card--featured { border-color: rgba(31, 140, 74, .42); background: rgba(15, 122, 61, .1); }
.tp-ccm-choice__quote { font-size: 17px; line-height: 1.5; color: var(--tp-white); margin-bottom: 18px; }
.tp-ccm-choice__answer { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--tp-green-300); }
.tp-ccm-choice__card--featured .tp-ccm-choice__answer { color: #8fe0ac; }
.tp-ccm-choice__note { margin-top: 10px; font-family: var(--font-mono); font-size: 9px; letter-spacing: .18em; color: #a8d3ba; }

/* ================= RÉASSURANCE ================= */
.tp-ccm-trust-section { position: relative; z-index: 1; border-top: 1px solid var(--tp-border-soft); padding: clamp(50px, 5vw, 84px) 0; }
.tp-ccm-trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: clamp(24px, 3vw, 44px); }
.tp-ccm-trust__item { display: flex; gap: 14px; align-items: flex-start; }
.tp-ccm-trust__icon { flex: none; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; border: 1px solid rgba(31, 140, 74, .35); color: var(--tp-green-300); font-size: 14px; }
.tp-ccm-trust__title { display: block; font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--tp-white); margin-bottom: 6px; }
.tp-ccm-trust__text { display: block; font-size: 14px; line-height: 1.65; color: #8b928c; }

/* ================= CTA FINAL ================= */
.tp-ccm-cta { position: relative; z-index: 1; padding: clamp(64px, 7vw, 120px) 0; overflow: hidden; }
.tp-ccm-cta__glow { position: absolute; left: 50%; top: 18%; width: min(900px, 110vw); height: 420px; margin-left: calc(min(900px, 110vw) / -2); pointer-events: none; background: radial-gradient(closest-side, rgba(15, 122, 61, .3), transparent 72%); filter: blur(30px); }
.tp-ccm-cta__body { position: relative; max-width: 760px; margin: 0 auto; text-align: center; }
.tp-ccm-cta__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 4.2vw, 58px); line-height: 1.04; letter-spacing: -.032em; margin: 0 0 18px; }
.tp-ccm-cta__text { font-size: 17px; line-height: 1.66; color: var(--tp-text-muted); margin: 0 auto 32px; max-width: 480px; text-wrap: pretty; }
.tp-ccm-cta__actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: flex-start; }
.tp-ccm-cta__stick-group { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.tp-ccm-cta__stick-note { font-family: var(--font-mono); font-size: 9px; letter-spacing: .18em; color: var(--tp-green-mist); }
.tp-ccm-cta__fine { margin-top: 24px; font-size: 13.5px; color: var(--tp-text-mute3); }

/* ================= Réduction de mouvement — composants propres à cette page ================= */
@media (prefers-reduced-motion: reduce) {
	.tp-ccm-hero-devices__glow, .tp-ccm-app-devices__glow,
	.tp-ccm-steps__line-draw, .tp-ccm-steps__pulse, .tp-ccm-step__icon,
	.tp-ccm-stick-scene__on, .tp-ccm-stick-scene__off, .tp-ccm-stick-scene__halo, .tp-ccm-stick-scene__body {
		animation: none !important;
		transition: none !important;
	}
}

@media (max-width: 640px) {
	.tp-ccm-hero-devices__row { gap: 8px; }
}
