/* Smartphones left-right section — pixel match from smartphones.html (Reprise / Rachat) */
.ipc-smartphones-left-right-widget {
  --page-max: 1400px;
  --page-gutter: clamp(24px, 3.5vw, 40px);
  --teal: #0090DC;
  --navy: #0A2E4F;
  --body: #33414E;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--body);
}
.ipc-smartphones-left-right-widget *,
.ipc-smartphones-left-right-widget *::before,
.ipc-smartphones-left-right-widget *::after {
  box-sizing: border-box;
}
.elementor-widget-ipc-smartphones-left-right,
.elementor-widget-ipc-smartphones-left-right > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

@keyframes ipc-sp-lr-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ipc-smartphones-left-right-widget .sp-lr-section--bg-white {
  background: #FFFFFF;
}
.ipc-smartphones-left-right-widget .sp-lr-section--bg-soft {
  background: #E5F4FC;
}

.ipc-smartphones-left-right-widget .page-rail,
.ipc-smartphones-left-right-widget .sp-lr-inner {
  max-width: var(--page-max);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: var(--page-gutter);
  padding-right: var(--page-gutter);
}
.ipc-smartphones-left-right-widget .sp-lr-inner {
  padding-top: clamp(48px, 5.5vw, 80px);
  padding-bottom: clamp(48px, 5.5vw, 80px);
}

.ipc-smartphones-left-right-widget .sp-lr-eyebrow {
  margin: 0 0 12px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  animation: ipc-sp-lr-rise 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.ipc-smartphones-left-right-widget .sp-lr-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(32px, 4.5vw, 64px);
}
.ipc-smartphones-left-right-widget .sp-lr-section--media-left .sp-lr-layout {
  flex-wrap: wrap-reverse;
}
.ipc-smartphones-left-right-widget .sp-lr-section--media-left .sp-lr-media {
  order: -1;
}

.ipc-smartphones-left-right-widget .sp-lr-copy {
  flex: 1 1 460px;
  min-width: 0;
}
.ipc-smartphones-left-right-widget .sp-lr-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
  animation: ipc-sp-lr-rise 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.ipc-smartphones-left-right-widget .sp-lr-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal);
}
.ipc-smartphones-left-right-widget .sp-lr-icon--soft {
  background: #E5F4FC;
}
.ipc-smartphones-left-right-widget .sp-lr-icon--white {
  background: #FFFFFF;
}
.ipc-smartphones-left-right-widget .sp-lr-icon i {
  font-size: 22px;
  line-height: 1;
  color: var(--teal);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ipc-smartphones-left-right-widget .sp-lr-icon svg {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  display: block;
  color: var(--teal);
  overflow: visible;
}
/* Custom stroke SVGs (upload) — outline icons */
.ipc-smartphones-left-right-widget .sp-lr-icon svg:not(.e-font-icon-svg) {
  fill: none !important;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ipc-smartphones-left-right-widget .sp-lr-icon svg:not(.e-font-icon-svg) * {
  fill: none !important;
  stroke: currentColor;
}
/* Elementor / Font Awesome filled icons */
.ipc-smartphones-left-right-widget .sp-lr-icon svg.e-font-icon-svg,
.ipc-smartphones-left-right-widget .sp-lr-icon svg.e-font-icon-svg path {
  fill: currentColor !important;
  stroke: none !important;
}
.ipc-smartphones-left-right-widget .sp-lr-title {
  margin: 0;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: clamp(1.5rem, 1.15rem + 1.7vw, 2.125rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--navy);
}

.ipc-smartphones-left-right-widget .sp-lr-badge-wrap {
  margin: 0 0 18px;
  animation: ipc-sp-lr-rise 0.75s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.ipc-smartphones-left-right-widget .sp-lr-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
}
.ipc-smartphones-left-right-widget .sp-lr-badge--soft {
  background: #E5F4FC;
  color: var(--navy);
}
.ipc-smartphones-left-right-widget .sp-lr-badge--solid {
  background: var(--navy);
  color: #FFFFFF;
}

.ipc-smartphones-left-right-widget .sp-lr-desc {
  margin: 0 0 24px;
  max-width: 520px;
  font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem);
  color: var(--body);
  animation: ipc-sp-lr-rise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.ipc-smartphones-left-right-widget .sp-lr-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ipc-smartphones-left-right-widget .sp-lr-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  animation: ipc-sp-lr-rise 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.ipc-smartphones-left-right-widget .sp-lr-step:nth-child(2) { animation-delay: 0.05s; }
.ipc-smartphones-left-right-widget .sp-lr-step:nth-child(3) { animation-delay: 0.1s; }
.ipc-smartphones-left-right-widget .sp-lr-step-num {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--navy);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.ipc-smartphones-left-right-widget .sp-lr-step-text {
  font-size: 0.9375rem;
  color: var(--body);
  padding-top: 4px;
}

.ipc-smartphones-left-right-widget .sp-lr-text-reset {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  line-height: inherit;
}
.ipc-smartphones-left-right-widget .sp-lr-eyebrow.sp-lr-text-reset {
  margin: 0 0 12px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}
.ipc-smartphones-left-right-widget .sp-lr-title.sp-lr-text-reset {
  margin: 0;
  font-size: clamp(1.5rem, 1.15rem + 1.7vw, 2.125rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--navy);
}
.ipc-smartphones-left-right-widget .sp-lr-badge.sp-lr-text-reset {
  display: inline-block;
  margin: 0;
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
}
.ipc-smartphones-left-right-widget .sp-lr-desc.sp-lr-text-reset {
  margin: 0 0 24px;
  max-width: 520px;
  font-size: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem);
  color: var(--body);
}
.ipc-smartphones-left-right-widget .sp-lr-step-text.sp-lr-text-reset {
  margin: 0;
  padding-top: 4px;
  font-size: 0.9375rem;
  color: var(--body);
}

.ipc-smartphones-left-right-widget .sp-lr-media {
  flex: 1 1 400px;
  min-width: 0;
  animation: ipc-sp-lr-rise 0.85s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.ipc-smartphones-left-right-widget .sp-lr-media img {
  display: block;
  width: 100%;
  height: clamp(240px, 26vw, 360px);
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(10, 46, 79, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ipc-smartphones-left-right-widget .sp-lr-media:hover img {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(10, 46, 79, 0.14);
}

@media (max-width: 768px) {
  .ipc-smartphones-left-right-widget .sp-lr-inner {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .ipc-smartphones-left-right-widget .sp-lr-media img {
    height: clamp(220px, 52vw, 300px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ipc-smartphones-left-right-widget .sp-lr-eyebrow,
  .ipc-smartphones-left-right-widget .sp-lr-heading,
  .ipc-smartphones-left-right-widget .sp-lr-badge-wrap,
  .ipc-smartphones-left-right-widget .sp-lr-desc,
  .ipc-smartphones-left-right-widget .sp-lr-step,
  .ipc-smartphones-left-right-widget .sp-lr-media {
    animation: none;
  }
  .ipc-smartphones-left-right-widget .sp-lr-media:hover img {
    transform: none;
  }
}

/* Elementor locks — keep layout; colors use CSS vars so Style tab can override */
.elementor .ipc-smartphones-left-right-widget .sp-lr-section--bg-white {
  background: #FFFFFF;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-section--bg-soft {
  background: #E5F4FC;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-eyebrow {
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0 0 12px;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-title {
  color: var(--navy);
  font-weight: 700;
  margin: 0;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-icon--soft {
  background: #E5F4FC;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-icon--white {
  background: #FFFFFF;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-icon i {
  color: var(--teal) !important;
  width: 22px !important;
  height: 22px !important;
  font-size: 22px !important;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-icon svg {
  color: var(--teal) !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-icon svg:not(.e-font-icon-svg),
.elementor .ipc-smartphones-left-right-widget .sp-lr-icon svg:not(.e-font-icon-svg) * {
  fill: none !important;
  stroke: currentColor !important;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-icon svg.e-font-icon-svg,
.elementor .ipc-smartphones-left-right-widget .sp-lr-icon svg.e-font-icon-svg path {
  fill: currentColor !important;
  stroke: none !important;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-badge--soft {
  background: #E5F4FC;
  color: var(--navy);
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-badge--solid {
  background: var(--navy);
  color: #FFFFFF;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-desc {
  color: var(--body);
  margin: 0 0 24px;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-steps {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-step-num {
  background: var(--navy);
  color: #FFFFFF;
  border-radius: 50%;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-step-text {
  color: var(--body);
  font-size: 0.9375rem;
}
.elementor .ipc-smartphones-left-right-widget .sp-lr-media img {
  width: 100% !important;
  max-width: none !important;
  height: clamp(240px, 26vw, 360px) !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  box-shadow: 0 2px 10px rgba(10, 46, 79, 0.06) !important;
}
