/* Kreative Monster · feuille de style partagee des landing pages service.
   DA KM : rouge #AE0000, gris #F2F2F2, noir #111, Benzin/Clash/Satoshi.
   Utilisee par check-materiel, audit, monster-system, monster-studio, monster-growth. */
:root {
  --red: #AE0000; --red-d: #8B0000; --black: #111111; --gray-bg: #F2F2F2;
  --gray-txt: #555555; --line: #E6E6E6; --white: #FFFFFF;
  --fh: 'Benzin', 'Arial Black', sans-serif; --fa: 'Clash Display', 'Benzin', sans-serif; --fb: 'Satoshi', system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--white); color: var(--black); font-family: var(--fb); -webkit-font-smoothing: antialiased; line-height: 1.6; }
.wrap { max-width: 940px; margin: 0 auto; padding: 0 22px; }
a { color: inherit; }

.cm-nav { border-bottom: 1px solid var(--line); position: sticky; top: 0; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); z-index: 50; }
.cm-nav-in { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.cm-logo { display: flex; align-items: center; gap: 9px; text-decoration: none; font-family: var(--fh); font-weight: 800; font-size: .95rem; letter-spacing: .01em; }
.cm-logo-k { width: 26px; height: 26px; background: var(--red); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--fh); font-weight: 800; font-size: .95rem; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fh); font-weight: 800; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; padding: 15px 30px; border: 1.5px solid var(--red); cursor: pointer; transition: background .15s ease, color .15s ease, transform .15s ease; }
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-d); border-color: var(--red-d); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--black); border-color: var(--line); }
.btn-outline:hover { border-color: var(--red); color: var(--red); }
.btn-sm { padding: 10px 18px; font-size: .72rem; }
.btn[disabled] { opacity: .7; cursor: default; }

section { padding: 64px 0; }
.kick { font-family: var(--fa); text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; color: var(--red); font-weight: 600; margin-bottom: 14px; }
h2 { font-family: var(--fh); font-weight: 800; font-size: clamp(1.5rem, 3.4vw, 2.3rem); line-height: 1.08; margin-bottom: 16px; }
.lead { color: var(--gray-txt); font-size: 1.02rem; max-width: 640px; }

.cm-hero { padding: 74px 0 60px; border-bottom: 1px solid var(--line); }
.cm-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 46px; align-items: center; }
.cm-hero-media { line-height: 0; position: relative; border-top: 4px solid var(--red); }
.cm-hero-media img { width: 100%; height: 100%; max-height: 480px; object-fit: cover; object-position: center 30%; display: block; }
.cm-hero h1 { font-family: var(--fh); font-weight: 800; font-size: clamp(2.1rem, 5.4vw, 3.5rem); line-height: 1.03; margin: 16px 0 18px; }
.cm-hero h1 span { color: var(--red); }
.cm-hero-lead { font-size: 1.12rem; color: var(--gray-txt); max-width: 620px; margin-bottom: 30px; }
.cm-cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.cm-proof { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: .9rem; color: var(--gray-txt); text-decoration: none; }
.cm-stars { color: var(--red); letter-spacing: 1px; }

.cm-pain { background: var(--gray-bg); }
.cm-pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.cm-pain-card { background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--red); padding: 24px 20px; }
.cm-pain-card h3 { font-family: var(--fh); font-weight: 800; font-size: 1.05rem; margin-bottom: 8px; }
.cm-pain-card p { font-size: .9rem; color: var(--gray-txt); }

.cm-list { list-style: none; margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; }
.cm-list li { position: relative; padding-left: 30px; font-size: .98rem; }
.cm-list li::before { content: ''; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; background: var(--red); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat; }
.cm-list li b { display: block; font-family: var(--fh); font-weight: 700; }
.cm-list li span { color: var(--gray-txt); font-size: .88rem; }

.cm-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.cm-step { border-left: 3px solid var(--red); padding: 4px 0 4px 18px; }
.cm-step-n { font-family: var(--fh); font-weight: 800; color: var(--red); font-size: 1.4rem; }
.cm-step h3 { font-family: var(--fh); font-weight: 800; font-size: 1.02rem; margin: 6px 0 6px; }
.cm-step p { font-size: .9rem; color: var(--gray-txt); }

.cm-forwho { background: var(--gray-bg); }
.cm-forwho-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.cm-forwho-col { background: var(--white); border: 1px solid var(--line); padding: 26px 24px; }
.cm-forwho-col h3 { font-family: var(--fh); font-weight: 800; font-size: 1.05rem; margin-bottom: 14px; }
.cm-forwho-col ul { list-style: none; }
.cm-forwho-col li { padding: 6px 0 6px 26px; position: relative; font-size: .94rem; color: var(--gray-txt); }
.cm-yes li::before { content: '+'; position: absolute; left: 0; color: var(--red); font-weight: 800; }
.cm-no li::before { content: '·'; position: absolute; left: 4px; color: #AAA; font-weight: 800; }

.cm-quote { background: var(--black); color: #fff; }
.cm-quote blockquote { font-family: var(--fh); font-weight: 800; font-size: clamp(1.3rem, 3vw, 1.9rem); line-height: 1.25; max-width: 760px; }
.cm-quote cite { display: block; margin-top: 18px; font-style: normal; font-family: var(--fb); font-size: .92rem; color: #B8B8B8; }
.cm-quote .cm-stars { color: #fff; }

/* Paliers de prix (ex. Monster Shorts : Basic / Pro / Ultra) */
.cm-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.cm-tier { position: relative; border: 1px solid var(--line); border-top: 4px solid var(--line); padding: 30px 24px 26px; display: flex; flex-direction: column; background: var(--white); }
.cm-tier--pop { border-top-color: var(--red); box-shadow: 0 12px 34px rgba(17,17,17,.09); }
.cm-tier-badge { position: absolute; top: -11px; left: 24px; background: var(--red); color: #fff; font-family: var(--fh); font-weight: 800; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; }
.cm-tier-name { font-family: var(--fh); font-weight: 800; font-size: 1.12rem; }
.cm-tier-price { font-family: var(--fh); font-weight: 800; font-size: 2.3rem; color: var(--red); line-height: 1; margin: 8px 0 2px; }
.cm-tier-price small { display: block; font-size: .8rem; color: var(--gray-txt); font-family: var(--fb); font-weight: 500; margin-top: 6px; }
.cm-tier ul { list-style: none; margin: 18px 0 22px; flex: 1; }
.cm-tier li { position: relative; padding: 7px 0 7px 26px; font-size: .9rem; color: var(--gray-txt); }
.cm-tier li::before { content: ''; position: absolute; left: 0; top: 11px; width: 16px; height: 16px; background: var(--red); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat; }
.cm-tier .btn { margin-top: auto; width: 100%; justify-content: center; }
@media (max-width: 720px) { .cm-tiers { grid-template-columns: 1fr; } }

.cm-offer { text-align: center; }
.cm-offer-card { max-width: 560px; margin: 30px auto 0; border: 1px solid var(--line); border-top: 4px solid var(--red); padding: 40px 32px; background: var(--white); }
.cm-offer-price { font-family: var(--fh); font-weight: 800; font-size: 3rem; color: var(--red); line-height: 1; }
.cm-offer-price small { display: block; font-size: .9rem; color: var(--gray-txt); font-family: var(--fb); font-weight: 500; margin-top: 8px; }
.cm-offer-card .btn { margin-top: 24px; width: 100%; justify-content: center; }
.cm-offer-proof { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 16px; font-size: .84rem; color: var(--gray-txt); }
.cm-offer-proof .cm-stars { color: var(--red); letter-spacing: 1px; }
.cm-offer-proof b { color: var(--black); font-weight: 700; }
.cm-guarantee { font-size: .86rem; color: var(--red); font-weight: 600; margin-top: 16px; }
@media (max-width: 820px) { .cm-hero-grid { grid-template-columns: 1fr; gap: 30px; } .cm-hero-media { max-width: 520px; } }
.cm-next { font-size: .84rem; color: var(--gray-txt); margin-top: 12px; }
.cm-next a { color: var(--black); font-weight: 600; }

.cm-faq-item { border-top: 1px solid var(--line); padding: 22px 0; }
.cm-faq-item:first-of-type { border-top: 0; }
.cm-faq-item h3 { font-family: var(--fh); font-weight: 700; font-size: 1.02rem; margin-bottom: 8px; }
.cm-faq-item p { font-size: .94rem; color: var(--gray-txt); }

.cm-foot { border-top: 1px solid var(--line); padding: 34px 0; text-align: center; font-size: .8rem; color: var(--gray-txt); }
.cm-foot a { color: var(--black); text-decoration: none; }
.cm-foot a:hover { text-decoration: underline; }
.cm-foot-links { margin-bottom: 14px; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 720px) {
  .cm-pain-grid, .cm-steps, .cm-list, .cm-forwho-grid { grid-template-columns: 1fr; }
  section { padding: 48px 0; }
}
