body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #172033;
  background: #f5f7fb;
}

.fp-header {
  position: sticky;
  top: 0;
  z-index: 9000;
  width: 100%;
  background: #05070c;
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
}

.fp-header-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-sizing: border-box;
}

.fp-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  color: #fff;
  text-decoration: none;
}

.fp-header-logo {
  display: block;
  width: 86px;
  height: 58px;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
  padding: 4px;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

.fp-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 7px;
  flex-wrap: wrap;
  overflow: visible;
}

.fp-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #f8fafc;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.fp-nav a:hover {
  background: #f97316;
  border-color: #f97316;
  color: #fff;
}

.fp-cta,
.fp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(249,115,22,.28);
}

.fp-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 22px 56px;
}

.fp-breadcrumb-wrap {
  background: #f5f7fb;
  border-bottom: 1px solid #e5e9f2;
}

.fp-breadcrumb {
  max-width: 1120px;
  margin: 0 auto;
  font-size: 14px;
}

.leadgen-visual-flow {
  display: flex;
  flex-direction: column;
}

.leadgen-visual-flow > .fp-hero-block {
  order: 1;
}

.leadgen-visual-flow > [data-drawer="Introduction"] {
  order: 2;
}

.leadgen-visual-flow > .fp-content-flow {
  order: 3;
}

.fp-hero {
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 22px 28px;
  display: grid;
  grid-template-columns: minmax(0, 40fr) minmax(0, 60fr);
  gap: 18px;
  align-items: start;
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 0;
  box-shadow: 0 14px 32px rgba(17, 24, 39, .07);
}

.fp-hero-copy {
  max-width: none;
}

.fp-hero-copy h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
}

.fp-hero-subtext {
  margin: 14px 0 0;
  color: #475467;
  font-size: 18px;
  line-height: 1.55;
  max-width: 96%;
}

.fp-hero-image-placeholder {
  margin: 18px 0 0;
  min-height: 190px;
  width: 100%;
  max-width: 96%;
  border: 2px dashed #c7d2fe;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef4ff, #fff7ed);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-weight: 900;
  text-align: center;
}

.fp-hero-image-placeholder--image {
  border: 0;
  overflow: hidden;
  background: #e5e9f2;
  box-shadow: 0 16px 32px rgba(15, 23, 42, .13);
}

.fp-hero-image-placeholder--image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.fp-hero-image-placeholder span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}

.fp-form {
  padding: 22px;
  background: #f8fafc;
  border: 1px solid #dbe3ef;
  border-radius: 20px;
}

.fp-form h2 {
  margin: 0 0 12px;
  font-size: 22px;
  color: #f97316;
  font-weight: 900;
  line-height: 1.2;
}

.fp-vud-form {
  min-height: 320px;
  overflow: hidden;
}

.fp-vud-form iframe,
.fp-vud-form form,
.fp-vud-form table {
  max-width: 100% !important;
}

.fp-vud-form input,
.fp-vud-form select,
.fp-vud-form textarea {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.fp-vud-form #vud_devis_header,
.fp-vud-form .devistap_rectangle_gris,
.fp-vud-form #vud_signature {
  display: none !important;
}

.fp-field {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  font-size: 15px;
}

.section {
  margin-top: 26px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 20px;
}

.section h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.section p {
  margin: 0 0 16px;
  color: #667085;
}

.fp-two-cards-placeholder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.fp-info-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .06);
}

.fp-info-card-media {
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f0ff, #f8fafc);
  color: #64748b;
  font-weight: 800;
  border-bottom: 1px dashed #cbd5e1;
  overflow: hidden;
}

.fp-info-card-media--image {
  border-bottom-style: solid;
  background: #e5e9f2;
}

.fp-info-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.fp-info-card-body {
  padding: 20px;
}

.fp-info-card-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #1f6feb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.fp-info-card h3 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 21px;
}

.fp-info-card p {
  margin: 0;
  color: #667085;
}

.leadgen-fullwidth-cta {
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  margin: 26px calc(50% - 50vw) 0;
}

.leadgen-fullwidth-cta-content {
  max-width: 760px;
}

.leadgen-fullwidth-cta-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.leadgen-fullwidth-cta-image img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
}

.fp-gmb-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.fp-gmb-lead {
  max-width: 920px;
}

.fp-gmb-card {
  display: block;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  color: #172033;
  box-shadow: 0 12px 28px rgba(17, 24, 39, .07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.fp-gmb-card:hover {
  transform: translateY(-3px);
  border-color: #f97316;
  color: #172033;
  box-shadow: 0 18px 36px rgba(17, 24, 39, .12);
}

.fp-gmb-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #1f6feb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fp-gmb-card .card-title {
  margin: 0 0 8px;
  color: #172033;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.fp-gmb-category {
  margin: 0 0 10px !important;
  color: #667085;
  font-size: 14px;
}

.fp-gmb-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
  color: #344054;
}

.fp-gmb-stars,
.fp-gmb-review-stars {
  color: #f59e0b;
  letter-spacing: .03em;
}

.fp-gmb-reviews {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.fp-gmb-reviews li {
  padding: 10px 0 0;
  border-top: 1px solid #edf1f7;
  color: #475467;
  font-size: 14px;
  line-height: 1.45;
}

.fp-gmb-review-date {
  color: #98a2b3;
  font-size: 12px;
}

.fp-gmb-card-cta {
  width: 100%;
  font-weight: 900;
}

.fp-copy-block {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #edf1f7;
}

.fp-copy-block:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.links a {
  display: block;
  padding: 11px 13px;
  background: #f8fafc;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  color: #172033;
  font-weight: 650;
  text-decoration: none;
}

.link-meta {
  color: #667085;
  font-size: 12px;
  font-weight: 500;
}

.fp-bottom-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #05070c;
  border-top: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 -16px 36px rgba(0,0,0,.28);
  color: #fff;
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform .22s ease, opacity .22s ease;
}

.fp-bottom-sticky.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.fp-bottom-sticky p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
}

.fp-bottom-sticky a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-weight: 950;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(249,115,22,.32);
}

@media (max-width: 850px) {
  .fp-hero {
    grid-template-columns: 1fr;
  }

  .fp-hero h1 {
    font-size: 32px;
  }

  .fp-header-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .fp-two-cards-placeholder {
    grid-template-columns: 1fr;
  }

  .fp-bottom-sticky {
    padding: 10px 12px;
    flex-direction: column;
    gap: 8px;
  }

  .fp-bottom-sticky p {
    font-size: 15px;
  }

  .fp-bottom-sticky a {
    width: 100%;
    min-height: 44px;
  }
}
