.slp { display: block; }

.slp-hero {
  position: relative;
  background:
    radial-gradient(1100px 620px at 82% -6%, var(--tint-1) 0%, rgba(232,241,242,0) 62%),
    linear-gradient(180deg, #F4F9F9 0%, #EAF3F3 100%);
  border-bottom: 1px solid #E4EEEE;
  padding: clamp(40px, 6vw, 76px) 0 clamp(48px, 7vw, 84px);
}
.slp-hero-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}
.slp-hero-text { flex: 1 1 100%; min-width: 0; }
.slp-hero-demo { flex: 1 1 100%; min-width: 0; }

.slp-crumbs {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(16px, 2.5vw, 24px) var(--s-5) 0;
  font-size: 13.5px;
  color: #5A6B71;
  background: #fff;
}
.slp-crumbs a { color: var(--accent); }
.slp-crumbs a:hover { text-decoration: underline; }
.slp-crumbs span[aria-hidden] { margin: 0 6px; color: #9AAAB0; }
.container > .slp-crumbs, .slp-hero .slp-crumbs {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}

.slp-h1 {
  font-size: clamp(30px, 5.2vw, 47px); line-height: 1.07; letter-spacing: -0.028em;
  font-weight: 800; margin-bottom: 18px; color: #132226;
}
.slp-accent { color: var(--accent); }
.slp-lead {
  font-size: clamp(16px, 2.1vw, 18px); line-height: 1.6; color: #51636A;
  margin-bottom: 26px; max-width: 540px;
}
.slp-cta-row {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 24px;
}

.slp-trust { display: flex; gap: 22px; flex-wrap: wrap; }
.slp-trust li {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13.5px; font-weight: 600; color: #3F5157;
}
.slp-trust svg { color: #16A34A; flex: none; }

.slp-demo-wrap { width: 100%; }
.slp-demo-wrap #branche-demo {
  width: 100%; max-width: 100%;
  height: clamp(360px, 44vh, 440px);
  min-height: 360px;
}

.slp-section { padding: clamp(44px, 8vw, 76px) 0; }
.slp-section--tint { background: #F6F9F9; }
.slp-section--white { background: #fff; }

.slp-head { text-align: center; max-width: 560px; margin: 0 auto clamp(30px, 5vw, 44px); }
.slp-head h2 {
  font-size: clamp(26px, 4vw, 34px); line-height: 1.15; letter-spacing: -0.02em;
  font-weight: 800; color: #132226; margin-bottom: 12px;
}
.slp-head p { font-size: 16.5px; color: #5F7176; line-height: 1.55; }

.slp-features { display: grid; grid-template-columns: 1fr; gap: 18px; }
.slp-feat {
  background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 26px 24px;
}
.slp-feat:hover {
  box-shadow: var(--shadow-md); border-color: #CFE0E1;
}
.slp-feat-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 13px; background: #E6F0F0;
  color: var(--accent); margin-bottom: var(--s-4);
}
.slp-feat h3 { font-size: 17px; font-weight: 700; color: #182A2F; margin-bottom: 7px; }
.slp-feat p { font-size: 14px; line-height: 1.6; color: #5C6E74; }

.slp-steps { display: grid; grid-template-columns: 1fr; gap: 18px; }
.slp-step {
  background: #F7FAFA; border: 1px solid #E9EFEF; border-radius: var(--r-lg); padding: 26px 22px;
}
.slp-step-n {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%; background: var(--accent);
  color: #fff; font-size: 18px; font-weight: 800; margin-bottom: var(--s-4);
}
.slp-step h3 { font-size: 16.5px; font-weight: 700; color: #182A2F; margin-bottom: 7px; }
.slp-step p { font-size: 13.5px; line-height: 1.6; color: #5C6E74; }

.slp-article { max-width: 820px; margin: 0 auto; }
.slp-article > h2 {
  font-size: clamp(23px, 3.4vw, 29px); line-height: 1.2; letter-spacing: -0.02em;
  font-weight: 800; color: #132226; margin-bottom: 24px;
}
.slp-quote {
  background: #fff; border-left: 4px solid var(--accent); border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: 20px 24px; font-size: 16.5px; line-height: 1.65; color: #2C4147;
  font-weight: 500; margin-bottom: 30px;
}
.slp-article h3 {
  font-size: 19px; font-weight: 700; color: #182A2F; margin: 30px 0 12px;
  display: flex; align-items: center; gap: 10px;
}
.slp-article h3::before {
  content: ""; width: 22px; height: 3px; border-radius: 2px; background: var(--accent);
  display: inline-block; flex: none;
}
.slp-article p {
  font-size: 15.5px; line-height: 1.78; color: #43555B; margin-bottom: 14px;
}
.slp-article a { color: var(--accent); font-weight: 600; }
.slp-article a:hover { text-decoration: underline; }

.slp-cta-section { background: #fff; padding: 20px 0 clamp(52px, 9vw, 84px); }
.slp-cta {
  position: relative; overflow: hidden; text-align: center;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-darker) 100%);
  border-radius: var(--r-xl);
  padding: clamp(36px, 6vw, 60px) clamp(22px, 4vw, 40px);
}
.slp-cta::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(40% 55% at 90% 4%, rgba(255,255,255,.10), transparent 70%),
    radial-gradient(45% 80% at 0% 100%, rgba(255,255,255,.07), transparent 70%);
}
.slp-cta > * { position: relative; z-index: 1; }
.slp-cta h2 {
  font-size: clamp(24px, 3.6vw, 31px); line-height: 1.2; letter-spacing: -0.02em;
  font-weight: 800; color: #fff; margin-bottom: 14px;
}
.slp-cta p {
  font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.85);
  margin: 0 auto 26px; max-width: 540px;
}
.slp-cta-fine { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 16px; }
.slp-related {
  margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: center;
  align-items: center; gap: 8px 14px; font-size: 13.5px; color: rgba(255,255,255,.75);
}
.slp-related a {
  color: #fff; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.35);
}
.slp-related a:hover { border-bottom-color: #fff; }

.slp-seo-foot { background: #fff; padding: 0 0 clamp(44px, 8vw, 72px); }
.slp-seo-foot .container { border-top: 1px solid #EEF2F2; padding-top: clamp(26px, 4vw, 40px); }
.slp-seo-foot p { font-size: 13.5px; line-height: 1.85; color: #5F6E74; }

.slp-faq .faq-cols { max-width: 980px; margin: 0 auto; }

@media (min-width: 480px) {
  .slp-demo-wrap #branche-demo { height: clamp(370px, 44vh, 450px); min-height: 370px; }
}
@media (min-width: 768px) {
  .slp-hero-text { flex: 1 1 320px; min-width: 300px; }
  .slp-hero-demo { flex: 1.15 1 360px; min-width: 320px; }
  .slp-demo-wrap #branche-demo { height: clamp(380px, 43vh, 460px); min-height: 380px; }
  .slp-features { grid-template-columns: 1fr 1fr; }
  .slp-steps { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  .slp-hero-text { flex: 1 1 380px; }
  .slp-hero-demo { flex: 1.2 1 440px; }
  .slp-demo-wrap #branche-demo { height: clamp(390px, 42vh, 470px); min-height: 390px; }
  .slp-features { gap: 20px; }
}
@media (min-width: 1280px) {
  .slp-hero-grid { gap: 64px; }
  .slp-hero-demo { flex: 1.25 1 480px; }
}
@media (min-width: 1920px) {
  .slp-demo-wrap #branche-demo { height: clamp(400px, 42vh, 480px); min-height: 400px; }
}
