/**
 * Lieux de Retraites — Page Services (Webflow embed)
 * Scope : #ldr-services uniquement
 */

#ldr-services,
#ldr-services.ldrs-services {
  --ldrs-green: #28420a;
  --ldrs-green-deep: #1a2d06;
  --ldrs-green-soft: #3d5c3a;
  --ldrs-sage: #8fa67a;
  --ldrs-sage-light: #c5d4b8;
  --ldrs-sage-pale: #e8f0e2;
  --ldrs-cream: #f6f4ee;
  --ldrs-sand: #ebe7dc;
  --ldrs-white: #ffffff;
  --ldrs-ink: #1a1a18;
  --ldrs-muted: #5a5a54;
  --ldrs-line: rgba(26, 26, 24, 0.1);
  --ldrs-shadow: 0 20px 60px rgba(26, 26, 24, 0.08);
  --ldrs-shadow-lg: 0 32px 80px rgba(26, 26, 24, 0.12);
  --ldrs-radius: 18px;
  --ldrs-radius-lg: 26px;
  --ldrs-radius-pill: 999px;
  --ldrs-font-serif: "Fraunces", "Georgia", serif;
  --ldrs-font-sans: "DM Sans", system-ui, -apple-system, sans-serif;
  --ldrs-max: 1200px;
  --ldrs-gutter: clamp(20px, 4vw, 40px);
  --ldrs-ease: cubic-bezier(0.22, 1, 0.36, 1);

  width: 100%;
  font-family: var(--ldrs-font-sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ldrs-ink);
  background: var(--ldrs-cream) !important;
  background-image: none !important;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

#ldr-services .ldrs-app {
  background: var(--ldrs-cream);
  background-image: none;
}

#ldr-services *,
#ldr-services *::before,
#ldr-services *::after {
  box-sizing: border-box;
}

#ldr-services img {
  max-width: 100%;
  height: auto;
  display: block;
}

#ldr-services a {
  color: var(--ldrs-green);
  text-decoration: underline;
  text-underline-offset: 3px;
}

#ldr-services input,
#ldr-services select {
  font: inherit;
  color: var(--ldrs-ink);
}

#ldr-services button {
  font: inherit;
}

.ldrs-wrap {
  width: 100%;
  max-width: var(--ldrs-max);
  margin-inline: auto;
  padding-inline: var(--ldrs-gutter);
}

/* Hero */
.ldrs-hero {
  display: grid;
  gap: clamp(16px, 2.5vw, 24px);
  padding-block: clamp(18px, 3vw, 36px) clamp(12px, 2vw, 20px);
  align-items: center;
  background: var(--ldrs-cream);
}

@media (min-width: 900px) {
  .ldrs-hero {
    grid-template-columns: 1fr 1fr;
  }

  .ldrs-hero-copy {
    order: 1;
  }

  .ldrs-hero-visual {
    order: 2;
    justify-content: flex-end;
  }
}

.ldrs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ldrs-green-soft);
}

.ldrs-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ldrs-sage);
}

.ldrs-h1 {
  margin: 0;
  font-family: var(--ldrs-font-serif);
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.ldrs-h2 {
  margin: 0;
  font-family: var(--ldrs-font-serif);
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.ldrs-h2--light {
  color: var(--ldrs-white);
}

.ldrs-h3 {
  margin: 0 0 14px;
  font-family: var(--ldrs-font-serif);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 500;
}

.ldrs-section-head .ldrs-muted,
.ldrs-svc-intro .ldrs-muted,
.ldrs-faq-header .ldrs-muted {
  margin-top: 14px;
}

.ldrs-h2 + .ldrs-muted,
.ldrs-h3 + .ldrs-muted {
  margin-top: 14px;
}

.ldrs-hero-copy .ldrs-h1 {
  margin-left: 0;
  margin-bottom: clamp(20px, 3vw, 28px);
}

#ldr-services .ldrs-hero-intro {
  margin: 0;
  padding: 22px 28px 22px 32px !important;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.55;
  color: var(--ldrs-muted);
  max-width: 42rem;
  background: var(--ldrs-white);
  background-image: none;
  border: 1px solid var(--ldrs-line);
  border-radius: var(--ldrs-radius-lg);
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
}

#ldr-services .ldrs-hero-intro::before,
#ldr-services .ldrs-hero-intro::after {
  display: none !important;
  box-shadow: none !important;
  background: none !important;
}

.ldrs-svc-intro .ldrs-pick-hint {
  margin: 14px 0 0;
  font-size: 0.9rem;
  color: var(--ldrs-muted);
}

.ldrs-lead--light {
  color: rgba(255, 255, 255, 0.82);
}

.ldrs-muted {
  margin: 0;
  color: var(--ldrs-muted);
  font-size: 0.95rem;
}

.ldrs-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(360px, 48vw, 520px);
  overflow: visible;
}

.ldrs-hero-orbit {
  position: relative;
  width: min(100%, 640px);
  aspect-ratio: 1;
  overflow: visible;
}

.ldrs-hero-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 56%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--ldrs-white);
  box-shadow: 0 16px 40px rgba(26, 26, 24, 0.1);
}

.ldrs-hero-hub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ldrs-hero-orbit-ring {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
}

.ldrs-hero-orbit-slot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: rotate(var(--ldrs-angle, 0deg)) translateY(calc(-1 * var(--ldrs-dist, 140px)))
    rotate(calc(-1 * var(--ldrs-angle, 0deg)));
}

.ldrs-hero-card {
  position: relative;
  left: 0;
  top: 0;
  padding: 11px 16px;
  border-radius: var(--ldrs-radius);
  background: var(--ldrs-white);
  box-shadow: 0 6px 20px rgba(26, 26, 24, 0.06);
  border: 1px solid var(--ldrs-line);
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: max-content;
  min-width: 118px;
  max-width: 200px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: ldrs-bubble-float 5s ease-in-out infinite;
  animation-delay: var(--ldrs-float-delay, 0s);
}

.ldrs-hero-card span {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ldrs-muted);
}

.ldrs-hero-card strong {
  font-family: var(--ldrs-font-serif);
  font-size: 0.95rem;
  color: var(--ldrs-green);
  line-height: 1.25;
  white-space: nowrap;
}

/* Hero mobile simplifié */
.ldrs-hero-visual--mobile {
  display: none;
}

.ldrs-hero-mobile-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  max-width: 100%;
}

.ldrs-hero-mobile-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: var(--ldrs-radius-pill);
  background: var(--ldrs-white);
  border: 1px solid var(--ldrs-line);
  box-shadow: none;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ldrs-green);
  line-height: 1.2;
}

.ldrs-hero-mobile-tag-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ldrs-muted);
}

@media (min-width: 900px) and (max-width: 1199px) {
  .ldrs-hero-visual {
    min-height: clamp(260px, 34vw, 340px);
  }

  .ldrs-hero-orbit {
    width: min(100%, 400px);
    margin-inline: auto;
  }

  .ldrs-hero-hub {
    width: 50%;
    border-width: 4px;
  }

  .ldrs-hero-card {
    padding: 8px 12px;
    min-width: 96px;
    max-width: 168px;
  }

  .ldrs-hero-card strong {
    font-size: 0.82rem;
  }
}

@media (max-width: 899px) {
  .ldrs-hero-visual--orbit {
    display: none;
  }

  #ldr-services .ldrs-app,
  #ldr-services .ldrs-hero,
  #ldr-services .ldrs-hero-copy,
  #ldr-services .ldrs-hero-visual--mobile,
  #ldr-services .ldrs-hero-mobile-tags,
  #ldr-services .ldrs-tabs-wrap {
    background-color: var(--ldrs-cream) !important;
    background-image: none !important;
  }

  .ldrs-hero-copy {
    background: var(--ldrs-cream);
  }

  #ldr-services .ldrs-hero-intro {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
  }

  .ldrs-hero-visual--mobile {
    display: block;
    min-height: 0;
    padding-bottom: 0;
    margin-bottom: clamp(28px, 7vw, 44px);
    background: var(--ldrs-cream);
    box-shadow: none;
  }

  .ldrs-hero-mobile-tags {
    background: var(--ldrs-cream);
  }

  .ldrs-hero {
    gap: 20px;
    padding-bottom: clamp(4px, 1.5vw, 12px);
    margin-bottom: 0;
    background: var(--ldrs-cream);
  }

  .ldrs-tabs-wrap {
    padding-top: clamp(12px, 3vw, 20px);
    padding-bottom: 10px;
    border-top: none;
  }
}

@media (min-width: 900px) {
  .ldrs-hero-visual--mobile {
    display: none !important;
  }
}

@keyframes ldrs-bubble-float {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% - 8px));
  }
}

/* Tabs */
.ldrs-tabs-scroll-anchor {
  height: 0;
  scroll-margin-top: 88px;
}

.ldrs-tabs-wrap {
  position: sticky;
  top: 0;
  z-index: 40;
  padding-block: 6px;
  background: var(--ldrs-cream);
  box-shadow: none;
}

.ldrs-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-block: 4px;
}

.ldrs-tab {
  appearance: none;
  border: 1px solid var(--ldrs-line);
  background: var(--ldrs-white);
  color: var(--ldrs-ink);
  padding: 10px 20px;
  border-radius: var(--ldrs-radius-pill);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s var(--ldrs-ease), color 0.2s var(--ldrs-ease),
    border-color 0.2s var(--ldrs-ease), transform 0.2s var(--ldrs-ease);
}

@media (max-width: 899px) {
  .ldrs-tabs {
    flex-wrap: nowrap;
    gap: 6px;
  }

  .ldrs-tab {
    flex: 1 1 0;
    min-width: 0;
    padding: 9px 8px;
    font-size: 0.76rem;
    text-align: center;
    white-space: nowrap;
  }
}

.ldrs-tab:hover {
  border-color: rgba(40, 66, 10, 0.25);
}

.ldrs-tab.is-active {
  background: var(--ldrs-green);
  border-color: var(--ldrs-green);
  color: #ffffff;
}

/* Panels */
.ldrs-panel {
  padding-block: clamp(16px, 2.5vw, 28px) clamp(32px, 5vw, 56px);
}

.ldrs-panel.is-hidden {
  display: none;
}

.ldrs-section-head {
  margin-bottom: clamp(24px, 4vw, 36px);
}

.ldrs-section-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 16px;
}

.ldrs-price-tag {
  display: inline-flex;
  padding: 4px 12px;
  border-radius: var(--ldrs-radius-pill);
  background: var(--ldrs-sage-pale);
  color: var(--ldrs-green);
  font-size: 0.8rem;
  font-weight: 600;
}

.ldrs-price-tag--light {
  background: rgba(255, 255, 255, 0.14);
  color: var(--ldrs-white);
}

/* Plan cards */
.ldrs-plan-cards {
  display: grid;
  gap: 16px;
  margin-bottom: clamp(32px, 5vw, 48px);
}

@media (min-width: 768px) {
  .ldrs-plan-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ldrs-plan-card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .ldrs-plan-card-wrap.is-popular {
    transform: scale(1.03);
    z-index: 2;
  }
}

.ldrs-plan-glow {
  pointer-events: none;
  position: absolute;
  inset: -6px;
  z-index: 0;
  border-radius: calc(var(--ldrs-radius-lg) + 6px);
  background: rgba(40, 66, 10, 0.2);
  opacity: 0.6;
  filter: blur(16px);
  animation: ldrs-pop-glow 3.2s ease-in-out infinite;
}

@keyframes ldrs-pop-glow {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.04);
  }
}

.ldrs-plan-card {
  position: relative;
  z-index: 1;
  padding: 24px;
  border-radius: var(--ldrs-radius-lg);
  background: var(--ldrs-white);
  border: 1px solid var(--ldrs-line);
  box-shadow: var(--ldrs-shadow);
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}

.ldrs-plan-card.is-popular {
  border-color: rgba(40, 66, 10, 0.4);
  background: linear-gradient(to bottom right, #3a5f18, #2f5010, #1f3508);
  color: #ffffff;
  box-shadow: 0 20px 50px -18px rgba(40, 66, 10, 0.45);
}

.ldrs-plan-card.is-popular::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.16;
  mix-blend-mode: overlay;
  background-image: radial-gradient(
    circle at 1px 1px,
    rgba(255, 255, 255, 0.5) 1px,
    transparent 0
  );
  background-size: 14px 14px;
}

.ldrs-plan-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  overflow: hidden;
  border-radius: var(--ldrs-radius-pill);
  border: 1px solid rgba(200, 230, 160, 0.35);
  background: rgba(31, 53, 8, 0.8);
  padding: 0 10px;
}

.ldrs-plan-badge-text {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #dff5b8;
}

.ldrs-plan-badge-shimmer {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background: linear-gradient(
    100deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 70%
  );
  background-size: 200% 100%;
  animation: ldrs-pop-shimmer 4.5s linear infinite;
}

@keyframes ldrs-pop-shimmer {
  0% {
    background-position: -200% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.ldrs-plan-name {
  margin: 0;
  font-family: var(--ldrs-font-serif);
  font-size: 1.5rem;
}

.ldrs-plan-card.is-popular .ldrs-plan-name,
.ldrs-plan-card.is-popular .ldrs-plan-price span {
  color: #ffffff;
}

.ldrs-plan-card.is-popular .ldrs-plan-pages,
.ldrs-plan-card.is-popular .ldrs-plan-hosting,
.ldrs-plan-card.is-popular .ldrs-plan-price small {
  color: rgba(255, 255, 255, 0.72);
}

.ldrs-plan-pages {
  margin: 0;
  color: var(--ldrs-muted);
  font-size: 0.9rem;
}

.ldrs-plan-price {
  margin: 8px 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--ldrs-green);
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.ldrs-price-amount {
  font-size: inherit;
  font-weight: inherit;
}

.ldrs-price-ht {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ldrs-muted);
}

.ldrs-plan-card.is-popular .ldrs-plan-price,
.ldrs-plan-card.is-popular .ldrs-price-amount {
  color: #ffffff;
}

.ldrs-plan-card.is-popular .ldrs-price-ht {
  color: rgba(255, 255, 255, 0.72);
}

.ldrs-plan-price small {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--ldrs-muted);
}

.ldrs-hosting-split {
  display: block;
  font-size: 0.78rem;
  color: #8a8a82;
  margin-top: 4px;
  font-weight: 500;
}

.ldrs-plan-card.is-popular .ldrs-hosting-split {
  color: rgba(255, 255, 255, 0.62);
}

.ldrs-hosting-monthly {
  display: block;
  font-weight: 600;
}

.ldrs-compare-table .ldrs-hosting-split,
.ldrs-compare-table .ldrs-hosting-monthly {
  line-height: 1.35;
}

.ldrs-plan-hosting {
  margin: 0 0 12px;
  font-size: 0.85rem;
  color: var(--ldrs-muted);
}

.ldrs-plan-card .ldrs-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  line-height: 1;
}

/* Compare table */
.ldrs-compare {
  margin-bottom: clamp(40px, 6vw, 64px);
}

.ldrs-compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--ldrs-radius-lg);
  border: 1px solid var(--ldrs-line);
  background: var(--ldrs-white);
  box-shadow: var(--ldrs-shadow);
}

.ldrs-compare-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.86rem;
}

.ldrs-compare-table th,
.ldrs-compare-table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--ldrs-line);
  text-align: center;
  word-wrap: break-word;
}

.ldrs-compare-table th:first-child,
.ldrs-compare-table td:first-child {
  width: 36%;
  text-align: left;
  font-weight: 500;
  color: var(--ldrs-ink);
  padding-left: 14px;
}

.ldrs-compare-table thead th:not(:first-child),
.ldrs-compare-table tbody td:not(:first-child) {
  width: 21.33%;
}

.ldrs-compare-table thead th {
  background: var(--ldrs-sage-pale);
  font-weight: 700;
  color: var(--ldrs-green);
}

.ldrs-compare-price-row td strong {
  font-size: 1.1rem;
  color: var(--ldrs-green);
}

.ldrs-yes {
  color: var(--ldrs-green);
  display: inline-flex;
}

.ldrs-no {
  color: #b44;
  display: inline-flex;
  opacity: 0.7;
}

.ldrs-icon-check {
  width: 18px;
  height: 18px;
}

.ldrs-icon-x {
  width: 18px;
  height: 18px;
}

.ldrs-text-val {
  font-weight: 600;
  color: var(--ldrs-green-soft);
}

.ldrs-compare-note {
  margin: 12px 4px 0;
  font-size: 0.82rem;
  color: var(--ldrs-muted);
}

/* Models */
.ldrs-models {
  margin-bottom: clamp(40px, 6vw, 56px);
}

.ldrs-model-group {
  margin-bottom: 28px;
}

.ldrs-model-group-title {
  margin: 0 0 12px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ldrs-green-soft);
}

.ldrs-model-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

.ldrs-model-card {
  position: relative;
  appearance: none;
  text-align: left;
  text-decoration: none !important;
  color: inherit;
  border: 1px solid var(--ldrs-line);
  border-radius: var(--ldrs-radius);
  padding: 12px;
  background: var(--ldrs-white);
  cursor: pointer;
  display: block;
  width: 100%;
  transition: border-color 0.2s, transform 0.2s var(--ldrs-ease);
}

.ldrs-model-arrow-link {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--ldrs-white);
  color: var(--ldrs-green-deep);
  border: 1px solid var(--ldrs-line);
  box-shadow: var(--ldrs-shadow);
  text-decoration: none !important;
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.2s var(--ldrs-ease), transform 0.2s var(--ldrs-ease), background 0.2s;
}

.ldrs-model-card:hover .ldrs-model-arrow-link,
.ldrs-model-card:focus-within .ldrs-model-arrow-link {
  opacity: 1;
  transform: scale(1);
}

.ldrs-model-arrow-link:hover {
  background: var(--ldrs-sage-pale);
  color: var(--ldrs-green);
}

.ldrs-model-arrow {
  width: 16px;
  height: 16px;
  display: block;
}

.ldrs-model-card:hover {
  border-color: var(--ldrs-green);
  transform: translateY(-2px);
}

.ldrs-model-card.is-selected {
  border-color: var(--ldrs-green);
  box-shadow: none;
}

.ldrs-model-thumb {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 12px;
  line-height: 0;
  background: transparent;
}

.ldrs-model-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 4 / 3;
}

.ldrs-model-name,
.ldrs-model-price {
  text-decoration: none;
}

.ldrs-model-name {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
}

.ldrs-model-price {
  display: block;
  margin-top: 4px;
  font-size: 0.78rem;
  color: var(--ldrs-muted);
}

.ldrs-model-price small {
  font-size: 0.7rem;
}

/* Extras */
.ldrs-extras {
  margin-bottom: clamp(32px, 5vw, 48px);
}

.ldrs-extras-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ldrs-extras-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: var(--ldrs-radius);
  background: var(--ldrs-white);
  border: 1px solid var(--ldrs-line);
}

.ldrs-extras-list .ldrs-icon-check {
  flex-shrink: 0;
  color: var(--ldrs-green);
  margin-top: 2px;
}

/* Estimator */
.ldrs-estimator {
  margin-bottom: clamp(24px, 4vw, 40px);
}

.ldrs-estimator-grid {
  display: grid;
  gap: 24px;
  align-items: start;
}

@media (min-width: 900px) {
  .ldrs-estimator-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.ldrs-estimator-form,
.ldrs-estimator-result {
  padding: clamp(24px, 3vw, 32px);
  border-radius: var(--ldrs-radius-lg);
  border: 1px solid var(--ldrs-line);
}

.ldrs-estimator-form {
  background: var(--ldrs-white);
  box-shadow: var(--ldrs-shadow);
}

.ldrs-estimator-result {
  background: linear-gradient(
    145deg,
    var(--ldrs-green-deep) 0%,
    var(--ldrs-green) 100%
  );
  color: var(--ldrs-white);
}

.ldrs-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.ldrs-field > span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ldrs-muted);
}

.ldrs-estimator-result .ldrs-field > span {
  color: rgba(255, 255, 255, 0.75);
}

.ldrs-field input,
.ldrs-field select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--ldrs-line);
  background: var(--ldrs-white);
}

.ldrs-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.92rem;
  cursor: pointer;
}

.ldrs-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--ldrs-green);
}

.ldrs-result-label {
  margin: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.8;
}

.ldrs-result-total {
  margin: 8px 0 16px;
  font-family: var(--ldrs-font-serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.ldrs-result-total .ldrs-price-ht {
  font-family: var(--ldrs-font-sans);
  font-size: 0.85rem;
  font-weight: 600;
}

.ldrs-result-recurring-alt {
  margin: 6px 0 0;
  font-size: 0.82rem;
  opacity: 0.85;
}

.ldrs-result-breakdown {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  opacity: 0.92;
}

.ldrs-result-breakdown li {
  padding: 6px 0;
  border-bottom: none;
}

.ldrs-result-recurring {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px dashed rgba(255, 255, 255, 0.35);
}

.ldrs-result-recurring-label {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.85;
}

.ldrs-result-recurring-price {
  margin: 0 0 8px;
  font-size: 1.65rem;
  font-weight: 700;
  font-family: var(--ldrs-font-serif);
}

.ldrs-result-recurring-price span {
  font-size: 0.95rem;
  font-weight: 500;
  font-family: var(--ldrs-font-sans);
  opacity: 0.85;
}

.ldrs-result-recurring-note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 0.8;
}

.ldrs-result-note {
  margin: 16px 0 0;
  font-size: 0.8rem;
  opacity: 0.75;
}

/* Buttons */
.ldrs-btn {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: var(--ldrs-radius-pill);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.15;
  cursor: pointer;
  border: none;
  transition: transform 0.2s var(--ldrs-ease), box-shadow 0.2s, background 0.2s;
}

.ldrs-btn--primary {
  background: var(--ldrs-green);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(40, 66, 10, 0.25);
}

.ldrs-btn--on-dark {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.ldrs-btn--on-dark:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.85);
  color: #ffffff;
}

.ldrs-btn--primary:hover {
  background: var(--ldrs-green-deep);
  transform: translateY(-1px);
}

.ldrs-btn--ghost {
  background: transparent;
  border: 1px solid var(--ldrs-line);
  color: var(--ldrs-green);
  line-height: 1;
}

.ldrs-btn--ghost:hover {
  border-color: var(--ldrs-green);
  background: var(--ldrs-sage-pale);
}

.ldrs-btn--white {
  background: #ffffff;
  color: var(--ldrs-green-deep);
  border: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.ldrs-btn--white:hover {
  background: #f3f9eb;
  color: var(--ldrs-green-deep);
  transform: translateY(-1px);
}

.ldrs-btn--wide {
  width: 100%;
  margin-top: 8px;
}

/* Service intro (Marketing / Newsletter) */
.ldrs-svc-intro {
  margin-bottom: clamp(28px, 4vw, 40px);
}

/* Marketing & Newsletter offers */
.ldrs-offers {
  display: grid;
  gap: 20px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

@media (min-width: 900px) {
  .ldrs-offers {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: stretch;
  }
}

.ldrs-offer-card,
.ldrs-offer-pick {
  padding: clamp(24px, 3vw, 32px);
  border-radius: var(--ldrs-radius-lg);
  background: var(--ldrs-white);
  border: 1px solid var(--ldrs-line);
  box-shadow: var(--ldrs-shadow);
  display: flex;
  flex-direction: column;
}

.ldrs-offer-pick {
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s var(--ldrs-ease);
  outline: none;
}

.ldrs-offer-pick:focus-visible {
  box-shadow: 0 0 0 2px var(--ldrs-sage-pale), var(--ldrs-shadow);
}

.ldrs-offer-pick:hover {
  border-color: var(--ldrs-green);
  transform: translateY(-2px);
}

.ldrs-offer-pick.is-selected {
  border-color: var(--ldrs-green);
  box-shadow: 0 0 0 2px var(--ldrs-sage-pale), var(--ldrs-shadow);
}

.ldrs-offer-pick-badge {
  display: none;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: var(--ldrs-radius-pill);
  background: var(--ldrs-sage-pale);
  color: var(--ldrs-green);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ldrs-offer-pick.is-selected .ldrs-offer-pick-badge {
  display: inline-block;
}

.ldrs-impl-ads {
  width: 100%;
  margin-top: 14px;
  text-align: left;
  padding: 12px 14px;
  border-radius: var(--ldrs-radius);
  border: 1px dashed var(--ldrs-green);
  background: var(--ldrs-cream);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  color: var(--ldrs-ink);
  transition: background 0.2s, border-style 0.2s;
  outline: none;
}

.ldrs-impl-ads.is-selected {
  border-style: solid;
  background: var(--ldrs-sage-pale);
}

.ldrs-offer-pick.is-selected .ldrs-impl-ads:hover {
  border-style: solid;
  background: var(--ldrs-sage-pale);
  box-shadow: 0 0 0 2px rgba(143, 166, 122, 0.55);
  transform: translateY(-1px);
}

.ldrs-offer-pick.is-selected .ldrs-impl-ads:not(.is-selected):hover::after {
  content: "Cliquer pour ajouter";
  display: block;
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ldrs-green);
}

.ldrs-impl-ads-price {
  display: inline-block;
  margin-left: 4px;
  color: var(--ldrs-green);
  font-weight: 700;
}

.ldrs-modal-recap {
  margin: 0 0 24px !important;
  line-height: 1.5;
}

.ldrs-modal .ldrs-h3 {
  margin-bottom: 10px;
}

.ldrs-modal .ldrs-field:first-of-type {
  margin-top: 4px;
}

.ldrs-estimator-form .is-hidden {
  display: none !important;
}

.ldrs-bonus-label {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 8px;
  border-radius: var(--ldrs-radius-pill);
  background: var(--ldrs-green);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ldrs-field-hint {
  margin: 8px 0 0;
  font-size: 0.82rem;
  color: #b42318;
}

.ldrs-offer-title {
  margin: 0 0 10px;
  font-family: var(--ldrs-font-serif);
  font-size: 1.45rem;
  font-weight: 500;
  color: var(--ldrs-ink);
}

.ldrs-offer-lead {
  margin: 0 0 18px;
  color: var(--ldrs-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ldrs-offer-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  flex: 1;
}

.ldrs-offer-steps li {
  display: flex;
  gap: 12px;
}

.ldrs-offer-step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--ldrs-sage-pale);
  color: var(--ldrs-green);
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ldrs-offer-steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ldrs-ink);
}

.ldrs-offer-steps p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ldrs-muted);
}

.ldrs-offer-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  flex: 1;
}

@media (min-width: 640px) {
  .ldrs-offer-card--wide .ldrs-offer-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ldrs-offer-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 12px;
  background: var(--ldrs-cream);
  border: 1px solid var(--ldrs-line);
}

.ldrs-offer-features .ldrs-icon-check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: var(--ldrs-green);
}

.ldrs-offer-features strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.88rem;
  color: var(--ldrs-ink);
}

.ldrs-offer-features p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--ldrs-muted);
  line-height: 1.4;
}

.ldrs-offer-price {
  margin: 22px 0 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--ldrs-green);
  font-family: var(--ldrs-font-sans);
}

.ldrs-offer-price small {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ldrs-muted);
}

/* Newsletter services */
.ldrs-nl-services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.ldrs-nl-service {
  position: relative;
  padding: 20px;
  border-radius: var(--ldrs-radius);
  background: var(--ldrs-white);
  border: 1px solid var(--ldrs-line);
  box-shadow: var(--ldrs-shadow);
}

.ldrs-nl-service-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: var(--ldrs-radius-pill);
  background: #fff4e5;
  color: #9a5b00;
  border: 1px solid #f0d4a8;
}

.ldrs-nl-pick .ldrs-offer-pick-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  margin-bottom: 0;
  z-index: 1;
}

.ldrs-nl-service h3 {
  margin: 0 0 10px;
  font-family: var(--ldrs-font-serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--ldrs-ink);
  padding-right: 72px;
}

.ldrs-nl-pick.is-selected h3 {
  padding-top: 30px;
  padding-right: 72px;
}

.ldrs-nl-service p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ldrs-muted);
  line-height: 1.5;
}

.ldrs-nl-pick {
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s var(--ldrs-ease);
}

.ldrs-nl-pick:hover {
  border-color: var(--ldrs-green);
  transform: translateY(-2px);
}

.ldrs-nl-pick.is-selected {
  border-color: var(--ldrs-green);
  box-shadow: 0 0 0 2px var(--ldrs-sage-pale), var(--ldrs-shadow);
}

.ldrs-nl-pick--bundle {
  cursor: default;
}

.ldrs-nl-pick--bundle:hover {
  transform: none;
  border-color: var(--ldrs-green);
}

.ldrs-nl-pick .ldrs-offer-pick-badge {
  display: none;
}

.ldrs-nl-pick.is-selected .ldrs-offer-pick-badge {
  display: inline-block;
}

/* Lead forms */
.ldrs-lead-shell {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.ldrs-lead-shell .ldrs-lead-form {
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  padding: clamp(24px, 3vw, 32px);
  border-radius: var(--ldrs-radius-lg);
  background: var(--ldrs-white);
  border: 1px solid var(--ldrs-line);
  box-shadow: var(--ldrs-shadow);
}

.ldrs-lead-shell .ldrs-lead-form .ldrs-h3 {
  margin-bottom: 16px;
}

.ldrs-nl-checks {
  border: none;
  margin: 0 0 18px;
  padding: 0;
}

.ldrs-nl-checks legend {
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 12px;
  color: var(--ldrs-green);
}

.ldrs-nl-checks-grid {
  display: grid;
  gap: 10px;
}

@media (min-width: 640px) {
  .ldrs-nl-checks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* About band */
.ldrs-about-band {
  padding-block: clamp(48px, 7vw, 80px);
  margin-top: clamp(16px, 3vw, 32px);
}

.ldrs-about-card {
  padding: clamp(28px, 4vw, 40px);
  border-radius: var(--ldrs-radius-lg);
  background: var(--ldrs-green-deep);
  color: #ffffff;
  box-shadow: var(--ldrs-shadow-lg);
}

.ldrs-about-card .ldrs-h2 {
  color: #ffffff;
  margin: 0 0 clamp(20px, 2.5vw, 28px);
}

.ldrs-about-card .ldrs-about-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.ldrs-about-card .ldrs-about-sign {
  color: #dff5b8 !important;
}

.ldrs-about-card .ldrs-about-copy a {
  color: #dff5b8 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ldrs-about-card .ldrs-about-copy a:hover {
  color: #ffffff !important;
}

.ldrs-about-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

@media (min-width: 768px) {
  .ldrs-about-grid {
    grid-template-columns: auto 1fr;
  }
}

.ldrs-about-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border: 3px solid rgba(255, 255, 255, 0.9);
}

.ldrs-about-copy p {
  margin: 0 0 14px;
}

.ldrs-about-sign {
  font-weight: 600;
}

/* FAQ */
.ldrs-faq {
  padding-bottom: clamp(56px, 8vw, 96px);
}

.ldrs-faq-header {
  margin-bottom: 28px;
}

.ldrs-faq-header .ldrs-h2 {
  margin-bottom: 0;
}

/* Raccourci clavier « D » — devis (desktop uniquement) */
.ldrs-devis-hint {
  position: fixed;
  right: clamp(12px, 2vw, 24px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: min(92vw, 320px);
  padding: 10px 16px;
  border-radius: var(--ldrs-radius-pill);
  background: var(--ldrs-white);
  border: 1px solid var(--ldrs-line);
  box-shadow: var(--ldrs-shadow-lg);
  font-size: 0.82rem;
  color: var(--ldrs-ink);
  pointer-events: none;
}

@media (max-width: 1023px) {
  .ldrs-devis-hint {
    display: none !important;
  }
}

.ldrs-devis-hint-key {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 8px;
  background: var(--ldrs-green);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(40, 66, 10, 0.28);
}

.ldrs-devis-hint-key--inline {
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  margin: 0 2px;
  font-size: 0.78rem;
  border-radius: 6px;
  vertical-align: middle;
  box-shadow: 0 2px 8px rgba(40, 66, 10, 0.22);
}

.ldrs-devis-hint-text {
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .ldrs-hero-card,
  .ldrs-plan-glow,
  .ldrs-plan-badge-shimmer {
    animation: none;
  }
}

.ldrs-faq-list {
  display: grid;
  gap: 10px;
}

.ldrs-faq-item {
  border-radius: var(--ldrs-radius);
  background: var(--ldrs-white);
  border: 1px solid var(--ldrs-line);
  overflow: hidden;
}

.ldrs-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: none;
  background: transparent;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}

.ldrs-faq-icon {
  flex-shrink: 0;
  color: var(--ldrs-green);
  transition: transform 0.25s var(--ldrs-ease);
}

.ldrs-faq-item.is-open .ldrs-faq-icon {
  transform: rotate(45deg);
}

.ldrs-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--ldrs-ease);
}

.ldrs-faq-item.is-open .ldrs-faq-a {
  max-height: 280px;
}

.ldrs-faq-a p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--ldrs-muted);
  font-size: 0.92rem;
}

/* Modal */
.ldrs-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s var(--ldrs-ease);
}

.ldrs-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.ldrs-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 24, 0.45);
}

.ldrs-modal-sheet {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 28px;
  border-radius: var(--ldrs-radius-lg);
  background: var(--ldrs-white);
  box-shadow: var(--ldrs-shadow-lg);
  transform: translateY(12px);
  transition: transform 0.3s var(--ldrs-ease);
}

.ldrs-modal.is-open .ldrs-modal-sheet {
  transform: translateY(0);
}

.ldrs-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: var(--ldrs-muted);
}

.ldrs-modal-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 8px;
}

.ldrs-modal-actions .ldrs-btn {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  padding-inline: 14px;
  font-size: 0.86rem;
}

/* Toast */
.ldrs-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 110;
  max-width: min(90vw, 420px);
  padding: 14px 20px;
  border-radius: var(--ldrs-radius-pill);
  background: var(--ldrs-green-deep);
  color: var(--ldrs-white);
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: var(--ldrs-shadow-lg);
  transition: transform 0.35s var(--ldrs-ease);
  pointer-events: none;
}

.ldrs-toast.is-visible {
  transform: translateX(-50%) translateY(0);
}
