.lemoine-page {
  background: #f0f2f5;
  color: #17202a;
  font-size: 17.6px;
  line-height: 1.5;
}

.lemoine-page .wrap {
  max-width: var(--ba-content);
}

.lemoine-page #ba-financing-panel.hidden,
.lemoine-page #ba-financing-overlay.hidden,
.lemoine-page [data-menu-panel].hidden {
  display: none !important;
}

.lemoine-page #ba-chat,
.lemoine-page [x-data="baCookieBanner()"] {
  display: none !important;
}

.lemoine-page #ba-financing-panel svg {
  width: 14px;
  height: 14px;
}

.lemoine-page footer a[aria-label] svg {
  width: 18px;
  height: 18px;
}

.lemoine-page footer a[aria-label] {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
}

.lemoine-hero {
  padding: 28px 0 18px;
}

.lemoine-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0dfdc;
  border-radius: 12px;
}

.lemoine-hero-copy {
  padding: 34px;
}

.lemoine-eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d7e7f7;
  background: #edf3f8;
  color: #0a66c2;
  border-radius: 999px;
  padding: .35rem .75rem;
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.lemoine-hero h1 {
  margin: 0 0 .875rem;
  color: #111827;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.lemoine-hero h1 span {
  display: block;
  color: #0a66c2;
}

.lemoine-lead {
  font-size: .9375rem;
  line-height: 1.55;
  color: #243447;
  font-weight: 700;
  margin: 0 0 .75rem;
}

.lemoine-hero p {
  color: #52616f;
  font-size: .875rem;
  line-height: 1.625;
  margin: 0 0 1rem;
}

.lemoine-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 16px;
}

.lemoine-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: 0 1rem;
  font-size: .875rem;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
}

.lemoine-btn-primary {
  background: #0a66c2;
  color: #fff;
}

.lemoine-btn-primary:hover {
  background: #084d93;
}

.lemoine-btn-secondary {
  background: #fff;
  color: #0a66c2;
  border-color: #0a66c2;
}

.lemoine-btn-secondary:hover {
  background: #edf3f8;
}

.lemoine-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lemoine-pill {
  display: inline-flex;
  border: 1px solid #e0dfdc;
  background: #f8fafc;
  border-radius: 999px;
  padding: 7px 10px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.lemoine-hero-media {
  position: relative;
  min-height: 390px;
  background: #f8fafc;
  border-left: 1px solid #e0dfdc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
}

.lemoine-hero-media img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

.lemoine-saving-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  background: #fff;
  border: 1px solid #e0dfdc;
  border-radius: 12px;
  padding: 16px 18px;
  max-width: 255px;
}

.lemoine-saving-card b {
  display: block;
  color: #0a66c2;
  font-size: 26px;
  line-height: 1.1;
}

.lemoine-saving-card span {
  display: block;
  color: #64748b;
  font-size: 13px;
  margin-top: 4px;
}

.lemoine-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 auto 22px;
}

.lemoine-stat {
  background: #fff;
  border: 1px solid #e0dfdc;
  border-radius: 12px;
  padding: 16px;
}

.lemoine-stat strong {
  display: block;
  color: #111827;
  font-size: 17px;
  margin-bottom: 5px;
}

.lemoine-stat span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
}

.lemoine-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 306px;
  gap: 18px;
  align-items: start;
}

.lemoine-main {
  display: grid;
  gap: 14px;
}

.lemoine-section {
  background: #fff;
  border: 1px solid #e0dfdc;
  border-radius: 12px;
  padding: 24px;
}

.lemoine-section h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 25px;
  line-height: 1.18;
}

.lemoine-section p {
  color: #475569;
  margin: 0 0 12px;
}

.lemoine-section p:last-child {
  margin-bottom: 0;
}

.lemoine-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.lemoine-title-row p {
  margin: 0;
  color: #64748b;
}

.lemoine-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.lemoine-info-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
}

.lemoine-info-card h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 17px;
}

.lemoine-info-card p {
  font-size: 14px;
  line-height: 1.45;
}

.lemoine-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #edf3f8;
  color: #0a66c2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 12px;
}

.lemoine-steps {
  display: grid;
  gap: 12px;
}

.lemoine-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
  padding: 14px;
}

.lemoine-step-num {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #0a66c2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.lemoine-step h3 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 16px;
}

.lemoine-step p {
  font-size: 14px;
  line-height: 1.45;
}

.lemoine-comparator {
  overflow: hidden;
  padding: 0;
}

.lemoine-comparator-head {
  background: #fff;
  border-bottom: 1px solid #e0dfdc;
  padding: 16px 24px;
}

.lemoine-comparator-head h2 {
  margin-bottom: 6px;
}

.lemoine-comparator-body {
  display: block;
}

.lemoine-calc,
.lemoine-embed {
  min-width: 0;
  padding: 18px 24px;
}

.lemoine-calc {
  border-bottom: 1px solid #e0dfdc;
}

.lemoine-embed {
  display: block;
  padding-bottom: 24px;
}

.lemoine-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 12px;
}

.lemoine-field label {
  display: block;
  color: #334155;
  text-transform: none;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 6px;
}

.lemoine-field input {
  width: 100%;
  border: 1px solid #d8dee4;
  border-radius: 10px;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 15px;
  background: #fff;
}

.lemoine-result {
  margin-top: 12px;
  background: #edf3f8;
  border-left: 4px solid #0a66c2;
  border-radius: 10px;
  padding: 12px;
  color: #0f172a;
  font-weight: 800;
}

.lemoine-note {
  font-size: 13px;
  color: #64748b;
  margin-top: 12px;
}

.lemoine-partner-inline {
  margin: 18px 0 0;
  color: #057642;
  font-size: 13px;
  line-height: 1.35;
}

.lemoine-partner-inline strong {
  font-weight: 900;
  color: #057642;
}

.lemoine-redirect-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 4px solid #ea7c0a;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 14px;
}

.lemoine-redirect-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #ea7c0a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
}

.lemoine-redirect-text strong {
  display: block;
  color: #9a4a00;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 3px;
}

.lemoine-redirect-text p {
  margin: 0;
  color: #7c4a13;
  font-size: 13.5px;
  line-height: 1.45;
}

.lemoine-iframe-box {
  border: 1px solid #d8dee4;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  width: 100%;
}

.lemoine-iframe-box iframe {
  display: block;
  width: 100%;
  height: 640px;
  border: 0;
  transition: height .2s ease;
}

.lemoine-sidebar {
  position: sticky;
  top: 76px;
  display: grid;
  gap: 14px;
}

.lemoine-side-card {
  background: #fff;
  border: 1px solid #e0dfdc;
  border-radius: 12px;
  padding: 18px;
}

.lemoine-side-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
}

.lemoine-side-card ul {
  margin: 0;
  padding-left: 18px;
  color: #475569;
}

.lemoine-side-card li {
  margin-bottom: 8px;
}

.lemoine-source-links {
  display: grid;
  gap: 8px;
}

.lemoine-source-links a {
  color: #0a66c2;
  font-weight: 750;
}

.lemoine-faq details {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
  margin: 10px 0;
  overflow: hidden;
}

.lemoine-faq summary {
  padding: 14px 16px;
  font-weight: 850;
  color: #111827;
  cursor: pointer;
}

.lemoine-faq details p {
  padding: 0 16px 16px;
  margin: 0;
}

.lemoine-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #fff;
  border: 1px solid #e0dfdc;
  border-radius: 12px;
  padding: 22px;
}

.lemoine-cta h2 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 24px;
}

.lemoine-cta p {
  margin: 0;
  color: #64748b;
}

.lemoine-page .form-zone {
  background: #f0f2f5;
  margin-top: 10px;
}

.lemoine-page .form-card {
  box-shadow: none;
  border-color: #e0dfdc;
}

.lemoine-page .form-left {
  background: #0a66c2;
}

.lemoine-page .primary,
.lemoine-page .submit {
  background: #0a66c2;
}

.lemoine-page .primary:hover,
.lemoine-page .submit:hover {
  background: #084d93;
}

@media (max-width: 960px) {
  .lemoine-hero-card,
  .lemoine-layout,
  .lemoine-comparator-body {
    grid-template-columns: 1fr;
  }

  .lemoine-hero-media {
    border-left: 0;
    border-top: 1px solid #e0dfdc;
    min-height: 300px;
  }

  .lemoine-sidebar {
    position: static;
  }

  .lemoine-stats,
  .lemoine-grid-3,
  .lemoine-fields {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .lemoine-hero-copy {
    padding: 24px;
  }

  .lemoine-hero h1 {
    font-size: 34px;
  }

  .lemoine-saving-card {
    position: static;
    margin-top: 12px;
  }

  .lemoine-hero-media {
    display: block;
  }

  .lemoine-stats,
  .lemoine-grid-3,
  .lemoine-fields {
    grid-template-columns: 1fr;
  }

  .lemoine-title-row,
  .lemoine-cta {
    display: block;
  }

  .lemoine-cta .lemoine-btn {
    margin-top: 14px;
    width: 100%;
  }

}
