:root {
  --lp-navy: #12262f;
  --lp-navy-light: #1c3944;
  --lp-ink: #142027;
  --lp-muted: #59676f;
  --lp-line: #dfe6e7;
  --lp-soft: #f4f7f5;
  --lp-white: #fff;
  --lp-gold: #bd8a4c;
  --lp-gold-dark: #8d622f;
  --lp-green: #2d7653;
  --lp-shadow: 0 22px 60px rgba(13, 30, 37, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.labeliso-ads-landing { margin: 0; background: var(--lp-white); color: var(--lp-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.labeliso-ads-landing--ravalement { --lp-gold: #c27d54; --lp-gold-dark: #965538; --lp-green: #4f765f; }
.labeliso-ads-landing img { max-width: 100%; height: auto; }
.labeliso-ads-landing a { color: inherit; }
.lp-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.lp-skip { position: fixed; z-index: 20000; top: 12px; left: 12px; padding: 12px 18px; transform: translateY(-150%); border-radius: 8px; background: #fff; color: var(--lp-ink); font-weight: 800; }
.lp-skip:focus { transform: translateY(0); }

.lp-header { position: relative; z-index: 50; border-bottom: 1px solid rgba(18, 38, 47, .08); background: rgba(255, 255, 255, .97); }
.lp-header__inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 30px; }
.lp-brand { display: inline-flex; align-items: center; }
.lp-brand img { display: block; width: 180px; height: auto; max-height: 64px; object-fit: contain; }
.lp-header__actions { display: flex; align-items: center; gap: 24px; }
.lp-header__availability { color: var(--lp-muted); font-size: 13px; font-weight: 700; }
.lp-phone { display: inline-flex; align-items: center; gap: 11px; color: var(--lp-ink); text-decoration: none; }
.lp-phone svg { width: 38px; height: 38px; padding: 10px; border-radius: 50%; background: #eaf5ef; color: var(--lp-green); }
.lp-phone span { display: grid; color: var(--lp-navy); font-size: 17px; font-weight: 850; line-height: 1.2; }
.lp-phone small { margin-bottom: 3px; color: var(--lp-muted); font-size: 11px; font-weight: 600; }

.lp-hero { position: relative; isolation: isolate; min-height: 710px; overflow: hidden; background: var(--lp-navy); color: #fff; }
.lp-hero::before { content: ""; position: absolute; z-index: -3; inset: 0; background: url("../img/h_mobile.jpeg") center 46% / cover no-repeat; opacity: .48; }
.labeliso-ads-landing--ravalement .lp-hero::before { background-image: url("../img/ravalement-hero.jpg"); background-position: center; opacity: .56; }
.lp-hero__backdrop { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(12, 29, 36, .97) 0%, rgba(15, 34, 42, .92) 43%, rgba(15, 34, 42, .56) 72%, rgba(15, 34, 42, .5) 100%); }
.lp-hero__backdrop::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 16%, rgba(189, 138, 76, .22), transparent 28%); }
.lp-hero__grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(440px, .78fr); gap: clamp(48px, 7vw, 95px); align-items: center; min-height: 710px; padding-block: 66px; }
.lp-hero__content { max-width: 640px; }
.lp-eyebrow { margin: 0 0 18px; color: var(--lp-gold); font-size: 12px; font-weight: 850; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.lp-hero .lp-eyebrow { color: #e5bd8a; }
.lp-hero h1 { max-width: 720px; margin: 0 0 23px; color: #fff; font-size: clamp(42px, 5.1vw, 68px); font-weight: 850; letter-spacing: -.055em; line-height: .99; }
.lp-hero__lead { max-width: 625px; margin: 0 0 26px; color: rgba(255,255,255,.82); font-size: clamp(17px, 2vw, 20px); line-height: 1.6; }
.lp-checks { display: grid; gap: 12px; margin: 0 0 27px; padding: 0; list-style: none; }
.lp-checks li { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.93); font-size: 15px; font-weight: 650; }
.lp-checks li::before { content: "✓"; display: grid; flex: 0 0 25px; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: rgba(229, 189, 138, .17); color: #f2c992; font-weight: 900; }
.lp-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; font-size: 14px; }
.lp-stars { color: #f4b942; letter-spacing: 2px; }
.lp-rating strong { color: #fff; font-size: 16px; }
.lp-rating > span:last-child { color: rgba(255,255,255,.69); }

.lp-hero__form { padding: 30px; border: 1px solid rgba(255,255,255,.48); border-radius: 24px; background: rgba(255,255,255,.98); box-shadow: 0 30px 80px rgba(0,0,0,.3); color: var(--lp-ink); }
.lp-form-heading { margin-bottom: 23px; text-align: center; }
.lp-form-heading > span { display: inline-block; margin-bottom: 8px; color: var(--lp-green); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.lp-form-heading h2 { margin: 0 0 7px; color: var(--lp-ink); font-size: 28px; letter-spacing: -.035em; line-height: 1.1; }
.lp-form-heading p { margin: 0; color: var(--lp-muted); font-size: 13px; }
.lp-hero__form .labeliso-lead-form-wrap { padding: 0; }
.lp-hero__form .labeliso-lead-form { gap: 14px 12px; }
.lp-hero__form .labeliso-field input { height: 48px; }
.lp-hero__form .labeliso-submit button { min-height: 52px; }
.lp-form-privacy { margin: 13px 0 0; color: #78848a; font-size: 10px; line-height: 1.45; text-align: center; }

.lp-trust { border-bottom: 1px solid var(--lp-line); background: #fff; }
.lp-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 118px; }
.lp-trust__item { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 14px; padding: 22px; border-right: 1px solid var(--lp-line); }
.lp-trust__item:first-child { justify-content: flex-start; }
.lp-trust__item:last-child { border-right: 0; justify-content: flex-end; }
.lp-trust__item img { width: 48px; max-height: 62px; object-fit: contain; }
.lp-trust__item b { color: var(--lp-gold-dark); font-size: 28px; letter-spacing: -.04em; }
.lp-trust__item span { display: grid; min-width: 0; color: var(--lp-muted); font-size: 11px; line-height: 1.45; }
.lp-trust__item strong { color: var(--lp-ink); font-size: 13px; }

.lp-section { padding: clamp(72px, 9vw, 112px) 0; }
.lp-section-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.lp-section h2, .lp-final h2 { margin: 0 0 19px; color: var(--lp-ink); font-size: clamp(34px, 4.2vw, 50px); font-weight: 850; letter-spacing: -.045em; line-height: 1.05; }
.lp-section-heading > p:last-child, .lp-local p, .lp-faq__grid > div > p:last-child { margin: 0; color: var(--lp-muted); font-size: 17px; line-height: 1.7; }
.lp-benefits { background: var(--lp-soft); }
.lp-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-benefit-card { position: relative; padding: 34px 31px; overflow: hidden; border: 1px solid rgba(20,32,39,.07); border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(18, 38, 47, .06); }
.lp-benefit-card > span { display: inline-grid; width: 42px; height: 42px; margin-bottom: 30px; place-items: center; border-radius: 50%; background: #f6eee4; color: var(--lp-gold-dark); font-size: 12px; font-weight: 900; }
.lp-benefit-card h3 { margin: 0 0 13px; color: var(--lp-ink); font-size: 21px; letter-spacing: -.025em; }
.lp-benefit-card p { margin: 0; color: var(--lp-muted); font-size: 14px; line-height: 1.7; }

.lp-project__grid { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 100px); align-items: center; }
.lp-project__image { position: relative; max-width: 500px; }
.lp-project__image > img { display: block; width: 100%; aspect-ratio: 4 / 5; border-radius: 28px; box-shadow: var(--lp-shadow); object-fit: cover; object-position: center 48%; }
.lp-project__badge { position: absolute; right: -28px; bottom: 32px; display: grid; padding: 17px 22px; border-radius: 13px; background: #fff; box-shadow: 0 15px 38px rgba(18,38,47,.19); }
.lp-project__badge strong { color: var(--lp-ink); font-size: 14px; }
.lp-project__badge span { color: var(--lp-muted); font-size: 11px; }
.lp-project__content h2 { max-width: 590px; }
.lp-steps { display: grid; gap: 5px; margin: 30px 0 35px; padding: 0; list-style: none; }
.lp-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--lp-line); }
.lp-steps li:last-child { border-bottom: 0; }
.lp-steps b { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--lp-navy); color: #fff; font-size: 13px; }
.lp-steps h3 { margin: 0 0 6px; color: var(--lp-ink); font-size: 17px; }
.lp-steps p { margin: 0; color: var(--lp-muted); font-size: 14px; line-height: 1.6; }
.lp-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border-radius: 999px; background: var(--lp-navy); color: #fff !important; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.lp-button:hover { transform: translateY(-2px); background: var(--lp-navy-light); }

.lp-local { background: var(--lp-navy); color: #fff; }
.lp-local__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(45px, 9vw, 120px); align-items: center; }
.lp-local h2 { color: #fff; }
.lp-local p { color: rgba(255,255,255,.7); }
.lp-local ul { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.lp-local li { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.55; }
.lp-local li strong { color: #fff; }

.lp-testimonial { background: #fff; }
.lp-testimonial__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-testimonial blockquote { margin: 0; padding: 29px; border: 1px solid var(--lp-line); border-radius: 18px; background: #fff; }
.lp-testimonial blockquote p { min-height: 74px; margin: 16px 0 22px; color: var(--lp-ink); font-size: 16px; font-weight: 650; line-height: 1.55; }
.lp-testimonial cite { color: var(--lp-muted); font-size: 12px; font-style: normal; }

.lp-faq { background: var(--lp-soft); }
.lp-faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 8vw, 105px); }
.lp-faq__items { display: grid; gap: 10px; }
.lp-faq details { border: 1px solid var(--lp-line); border-radius: 14px; background: #fff; }
.lp-faq summary { position: relative; padding: 21px 55px 21px 22px; color: var(--lp-ink); cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; position: absolute; top: 50%; right: 22px; transform: translateY(-50%); color: var(--lp-gold-dark); font-size: 23px; font-weight: 500; }
.lp-faq details[open] summary::after { content: "−"; }
.lp-faq details p { margin: 0; padding: 0 22px 22px; color: var(--lp-muted); font-size: 14px; line-height: 1.65; }

.lp-final { padding: clamp(70px, 8vw, 100px) 0; background: linear-gradient(145deg, #f0e6d9 0%, #f8f5f0 54%, #eaf1ef 100%); }
.lp-final__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.lp-final__content > p:not(.lp-eyebrow) { color: var(--lp-muted); font-size: 17px; line-height: 1.7; }
.lp-final__phone { display: inline-block; margin-top: 8px; color: var(--lp-navy); font-size: 16px; font-weight: 850; }
.lp-final__form { padding: 34px; border: 1px solid rgba(20,32,39,.08); border-radius: 22px; background: #fff; box-shadow: var(--lp-shadow); }
.lp-final__form .labeliso-lead-form-wrap { padding: 0; }

.lp-footer { padding: 27px 0; background: #0d1b21; color: rgba(255,255,255,.7); }
.lp-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.lp-footer p { margin: 0; font-size: 12px; }
.lp-footer strong { color: #fff; }
.lp-footer nav { display: flex; gap: 20px; }
.lp-footer a { color: rgba(255,255,255,.78); font-size: 12px; }

@media (max-width: 980px) {
  .lp-header__availability { display: none; }
  .lp-hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 42px; padding-block: 70px; }
  .lp-hero__content { max-width: 720px; }
  .lp-hero__form { width: min(630px, 100%); }
  .lp-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .lp-trust__item { justify-content: flex-start !important; border-bottom: 1px solid var(--lp-line); }
  .lp-trust__item:nth-child(2) { border-right: 0; }
  .lp-trust__item:nth-last-child(-n+2) { border-bottom: 0; }
  .lp-benefits__grid, .lp-testimonial__grid { grid-template-columns: 1fr; }
  .lp-testimonial blockquote p { min-height: 0; }
  .lp-project__grid, .lp-local__grid, .lp-faq__grid, .lp-final__grid { grid-template-columns: 1fr; }
  .lp-project__image { max-width: 650px; }
  .lp-local__grid, .lp-final__grid { gap: 45px; }
}

@media (max-width: 640px) {
  .lp-container { width: min(100% - 28px, 1180px); }
  .lp-header__inner { min-height: 72px; }
  .lp-brand img { width: 128px; max-height: 52px; }
  .lp-phone svg { width: 34px; height: 34px; }
  .lp-phone span { font-size: 14px; }
  .lp-phone small { display: none; }
  .lp-hero::before { background-position: 58% center; opacity: .38; }
  .lp-hero__backdrop { background: linear-gradient(180deg, rgba(12,29,36,.96), rgba(15,34,42,.82)); }
  .lp-hero__grid { gap: 34px; padding-block: 50px; }
  .lp-hero h1 { font-size: clamp(37px, 11.4vw, 51px); }
  .lp-hero__lead { font-size: 17px; }
  .lp-hero__form { padding: 24px 18px; border-radius: 18px; }
  .lp-form-heading h2 { font-size: 25px; }
  .lp-trust__grid { grid-template-columns: 1fr; padding-block: 4px; }
  .lp-trust__item { min-height: 92px; padding: 17px 10px; border-right: 0; border-bottom: 1px solid var(--lp-line) !important; }
  .lp-trust__item:last-child { border-bottom: 0 !important; }
  .lp-section { padding: 68px 0; }
  .lp-section-heading { margin-bottom: 35px; text-align: left; }
  .lp-section h2, .lp-final h2 { font-size: 35px; }
  .lp-benefit-card { padding: 28px 24px; }
  .lp-project__grid { gap: 50px; }
  .lp-project__image { width: calc(100% - 15px); }
  .lp-project__badge { right: -15px; bottom: 20px; }
  .lp-local li { grid-template-columns: 1fr; gap: 5px; }
  .lp-testimonial blockquote { padding: 24px; }
  .lp-faq__grid { gap: 34px; }
  .lp-final__form { padding: 25px 18px; }
  .lp-footer__inner { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lp-button { transition: none; }
}
