.elementor-5944 .elementor-element.elementor-element-f931e45{--display:flex;}.elementor-5944 .elementor-element.elementor-element-b13fccb{--display:flex;}.elementor-5944 .elementor-element.elementor-element-ef6d8cd{--display:flex;}.elementor-5944 .elementor-element.elementor-element-e4b9f04{--display:flex;}.elementor-5944 .elementor-element.elementor-element-c09321a{--display:flex;}.elementor-5944 .elementor-element.elementor-element-d67f7cf{--display:flex;}.elementor-5944 .elementor-element.elementor-element-2c82415{--display:flex;}.elementor-5944 .elementor-element.elementor-element-2c82415:not(.elementor-motion-effects-element-type-background), .elementor-5944 .elementor-element.elementor-element-2c82415 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-5944 .elementor-element.elementor-element-2c82415{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5944 .elementor-element.elementor-element-ea39cd8 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-5944 .elementor-element.elementor-element-f931e45{--content-width:100%;}.elementor-5944 .elementor-element.elementor-element-ef6d8cd{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-11bf947 */@media (min-width: 768px) {
  .rdw-reassurance-section h2,
  .rdw-reassurance-section h2.rdw-reassurance-title,
  h2.rdw-reassurance-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: clamp(1.5rem, 4vw, 2.25rem) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 0.75rem 0 !important;
    line-height: 1.3 !important;
  }
  
  .rdw-reassurance-section h3,
  .rdw-reassurance-section h3.rdw-reassurance-bloc-title,
  h3.rdw-reassurance-bloc-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 0.75rem 0 !important;
    line-height: 1.4 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea39cd8 *//* ========== FAQ SECTION - PREMIUM ========== */
.rdw-faq-section {
  position: relative;
  padding: 5rem 1.5rem;
  background-image: url('https://rivieradigitale.it/wp-content/uploads/2025/11/Fond-blanc.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rdw-faq-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,250,252,0.98) 100%);
}
.rdw-faq-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}
.rdw-faq-header {
  text-align: center;
  margin-bottom: 3rem;
}
.rdw-faq-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.rdw-faq-subtitle {
  font-size: 1.1rem;
  color: #64748b;
}
.rdw-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* FAQ Categories with SVG icons */
.rdw-faq-category {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(25, 132, 176, 0.15);
}
.rdw-faq-category:first-child {
  margin-top: 0;
}
.rdw-faq-category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(25, 132, 176, 0.12) 0%, rgba(25, 132, 176, 0.06) 100%);
  color: #1984b0;
}
.rdw-faq-category-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1984b0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* FAQ Items - Checkbox based accordion */
.rdw-faq-toggle {
  display: none;
}
.rdw-faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.rdw-faq-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px -4px rgba(0,0,0,0.08);
}
.rdw-faq-item:has(.rdw-faq-toggle:checked) {
  border-color: #1984b0;
  box-shadow: 0 4px 20px -4px rgba(25,132,176,0.18);
}
.rdw-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  transition: all 0.2s ease;
  user-select: none;
}
.rdw-faq-question:hover {
  color: #1984b0;
}
.rdw-faq-question span:first-child {
  flex: 1;
  padding-right: 1rem;
}
.rdw-faq-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(100, 116, 139, 0.08);
  color: #64748b;
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.rdw-faq-toggle:checked + .rdw-faq-question .rdw-faq-chevron {
  background: rgba(25, 132, 176, 0.12);
  color: #1984b0;
  transform: rotate(180deg);
}

/* Answer wrapper for smooth height animation - FASTER */
.rdw-faq-answer-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.rdw-faq-toggle:checked ~ .rdw-faq-answer-wrapper {
  grid-template-rows: 1fr;
}
.rdw-faq-answer {
  overflow: hidden;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.75;
}
.rdw-faq-answer > p {
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease 0.05s, transform 0.2s ease 0.05s;
}
.rdw-faq-toggle:checked ~ .rdw-faq-answer-wrapper .rdw-faq-answer > p {
  opacity: 1;
  transform: translateY(0);
}

/* FAQ Mobile */
@media (max-width: 768px) {
  .rdw-faq-section {
    padding: 3rem 1rem;
  }
  .rdw-faq-question {
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
  }
  .rdw-faq-answer > p {
    padding: 0 1.25rem 1.25rem 1.25rem;
    font-size: 0.9rem;
  }
  .rdw-faq-category {
    margin-top: 1.5rem;
  }
  .rdw-faq-category-icon {
    width: 28px;
    height: 28px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ========================================
   SERVICE WEB - HERO + MARQUEE BANDEAU (CLEAN)
   ======================================== */

/* =========================
   PAGE BACKGROUND FIXE
   ========================= */
.svc-web-page {
  min-height: 100vh;
  color: #ffffff;
  position: relative;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
}

.svc-web-page::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -20;
  background-color: #0a1628;
  background-image:
    radial-gradient(ellipse at 50% -20%, rgba(25, 132, 176, 0.3) 0%, rgba(25, 132, 176, 0.1) 40%, transparent 70%),
    radial-gradient(ellipse at 80% 110%, rgba(25, 132, 176, 0.2) 0%, transparent 60%);
  pointer-events: none;
}

.svc-web-page::after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 1400px;
  aspect-ratio: 1 / 1;
  z-index: -10;
  pointer-events: none;
  background-image: url('https://rivieradigitale.it/wp-content/uploads/2025/11/Icone-Siti-web.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.04;
  filter: brightness(0) invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}

@media (max-width: 767px) {
  .svc-web-page::after {
    width: 120vw;
  }
}

/* =========================
   HERO
   ========================= */
.svc-web-hero {
  padding: 8rem 1.5rem 4rem;
  position: relative;
}

@media (min-width: 768px) {
  .svc-web-hero {
    padding-top: 10rem;
  }
}

.svc-web-hero-container {
  max-width: 72rem;
  margin: 0 auto;
}

.svc-web-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

/* Desktop only: 2 columns */
@media (min-width: 1024px) {
  .svc-web-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

/* Hero Text */
.svc-web-hero-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .svc-web-hero-text {
    text-align: left;
  }
}

/* Title */
.svc-web-hero-title {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

/* Mobile: smaller title */
.svc-web-hero-title {
  font-size: 1.5rem;
}

/* Tablet: medium title */
@media (min-width: 768px) {
  .svc-web-hero-title {
    font-size: 2rem;
  }
}

/* Desktop: large title */
@media (min-width: 1024px) {
  .svc-web-hero-title {
    font-size: 2.75rem;
  }
}

.svc-web-hero-title-white {
  display: block;
  color: #ffffff;
  animation: svc-web-fade-in-up 0.6s ease-out forwards;
  animation-delay: 0.1s;
  opacity: 0;
  order: 1;
}

.svc-web-hero-title-blue {
  display: block;
  color: #1984b0;
  animation: svc-web-fade-in-up 0.6s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
  order: 2;
}

/* Wave */
.svc-web-hero-wave {
  height: 1rem;  /* au lieu de 1.25rem */
  margin: 1rem auto;
   opacity: 0;
  animation: svc-web-fade-in-up 0.6s ease-out forwards;
  animation-delay: 0.5s;
}

@media (min-width: 768px) {
  .svc-web-hero-wave {
    height: 1rem;
    width: 20%!important; margin-bottom:40px;margin-top:20px; /* plus petit que 50% */
  }
}

@media (min-width: 1024px) {
  .svc-web-hero-wave {
    height: 1.25rem;
    margin: 1.5rem 0;
    width: 30% !important;
  }
}


/* Subtitle - MORE READABLE */
.svc-web-hero-title {
  font-size: 2rem!important; margin-top:-15px;
    opacity: 0;
  animation: svc-web-fade-in-up 0.6s ease-out forwards;
  animation-delay: 0.7s;/* au lieu de 1.5rem */
}

@media (min-width: 768px) {
  .svc-web-hero-title {
    font-size: 2rem!important;
  }
}

@media (min-width: 1024px) {
  .svc-web-hero-title {
    font-size: 2.75rem!important;
  }
}

/* Hero Image Wrapper */
.svc-web-hero-image-wrapper {
  position: relative;
  order: 4;
}

.svc-web-hero-image {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  animation: svc-web-blur-to-sharp 1s ease-out forwards;
}

@media (min-width: 768px) {
  .svc-web-hero-image {
    max-width: 28rem;
  }
}

@media (min-width: 1024px) {
  .svc-web-hero-image {
    max-width: 32rem;
  }
}

.svc-web-hero-image-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(25, 132, 176, 0.3), transparent);
  filter: blur(48px);
  z-index: -1;
}

/* Responsive visibility helpers */
.svc-web-mobile-tablet-only {
  display: block;
}
.svc-web-desktop-only {
  display: none;
}

@media (min-width: 1024px) {
  .svc-web-mobile-tablet-only {
    display: none;
  }
  .svc-web-desktop-only {
    display: block;
  }
}

/* =========================
   MARQUEE BANDEAU
   ========================= */
.svc-web-marquee-section {
  padding: 2rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(13, 30, 54, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

.svc-web-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.svc-web-marquee-track {
  display: flex;
  width: fit-content;
  animation: svc-web-marquee 35s linear infinite;
  will-change: transform;
}

.svc-web-marquee-track:hover {
  animation-play-state: paused;
}

.svc-web-marquee-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #9ca3af;
  padding: 0 1.5rem;
  flex-shrink: 0;
}

.svc-web-marquee-icon-box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.svc-web-marquee-svg {
  width: 1.5rem;
  height: 1.5rem;
}

.svc-web-marquee-label {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

/* =========================
   CTA BUTTON (HERO)
   ========================= */
.svc-web-btn-hero,
.svc-web-btn-hero:link,
.svc-web-btn-hero:visited {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 16px 32px !important;
  background: rgba(25, 132, 176, 0.15) !important;
  border: 1px solid rgba(25, 132, 176, 0.4) !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  position: relative !important;
  opacity: 0;
  animation: svc-web-fade-in 0.8s ease-out forwards;
  animation-delay: 1.1s;
  order: 6;
  align-self: center;
  margin-top: 1.5rem; 
}

@media (min-width: 1024px) {
  .svc-web-btn-hero,
  .svc-web-btn-hero:link,
  .svc-web-btn-hero:visited {
  margin-top: 0;
    align-self: flex-start;
  }
}

.svc-web-btn-hero:hover,
.svc-web-btn-hero:focus {
  background: rgba(25, 132, 176, 0.25) !important;
  border-color: rgba(25, 132, 176, 0.6) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.svc-web-btn-hero::before {
  content: '' !important;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  background-image: url('https://rivieradigitale.it/wp-content/uploads/2025/11/Icone-Siti-web.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  flex-shrink: 0 !important;
}

.svc-web-btn-hero::after {
  content: '→' !important;
  display: inline-block !important;
  margin-left: 4px !important;
  transition: transform 0.3s ease !important;
}

.svc-web-btn-hero:hover::after {
  transform: translateX(4px);
}

/* Flèche ::after - masquée sur mobile */
.svc-web-btn-hero::after {
  content: '→' !important;
  display: none !important;  /* masquée par défaut (mobile) */
  margin-left: 4px !important;
  transition: transform 0.3s ease !important;
}

@media (min-width: 768px) {
  .svc-web-btn-hero::after {
    display: inline-block !important;  /* visible sur tablette+ */
  }
}
.svc-web-hero-subtitle {
  font-size: 1.125rem;
  color: #b0bec5;
  line-height: 1.7;
  margin: 2rem auto;
  max-width: 32rem;
  order: 5;
  
  /* Animation - ces 3 lignes sont essentielles */
  opacity: 0;
  animation: svc-web-fade-in-up 0.6s ease-out forwards;
  animation-delay: 0.7s;
}

/* =========================
   ANIMATIONS
   ========================= */
@keyframes svc-web-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes svc-web-blur-to-sharp {
  0% { filter: blur(20px); opacity: 0; transform: scale(0.95); }
  100% { filter: blur(0); opacity: 1; transform: scale(1); }
}

@keyframes svc-web-fade-in-up {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes svc-web-fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.sw-why-section {
  --sw-why-bg: #0a1628;
  --sw-why-card-bg: #0d1e36;
  --sw-why-border: rgba(25, 132, 176, 0.2);
  --sw-why-text: #ffffff;
  --sw-why-text-muted: #94a3b8;
  --sw-why-accent: #1984b0;
  --sw-why-accent-light: #5cb8e0;
  background: var(--sw-why-bg);
  padding: 5rem 1.5rem;
  position: relative;
}
.sw-why-container {
  max-width: 1200px;
  margin: 0 auto;
}
.sw-why-header {
  text-align: center;
  margin-bottom: 4rem;
}
.sw-why-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--sw-why-text);
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
.sw-why-title-accent {
  color: var(--sw-why-accent-light);
  font-weight: 600;
}
.sw-why-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--sw-why-text-muted);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.sw-why-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .sw-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .sw-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sw-why-card {
  background: var(--sw-why-card-bg);
  border: 1px solid var(--sw-why-border);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: sw-why-fade-in 0.6s ease-out forwards;
}
.sw-why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sw-why-accent), var(--sw-why-accent-light));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sw-why-card:hover::before {
  opacity: 1;
}
.sw-why-card:hover {
  border-color: rgba(25, 132, 176, 0.4);
}
.sw-why-card-1 { animation-delay: 0.1s; }
.sw-why-card-2 { animation-delay: 0.2s; }
.sw-why-card-3 { animation-delay: 0.3s; }
.sw-why-card-4 { animation-delay: 0.4s; }
.sw-why-card-5 { animation-delay: 0.5s; }
.sw-why-card-6 { animation-delay: 0.6s; }
.sw-why-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(25, 132, 176, 0.1);
  border: 1px solid rgba(25, 132, 176, 0.3);
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
  color: var(--sw-why-accent-light);
}
.sw-why-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--sw-why-text);
  margin: 0 0 1rem 0;
  line-height: 1.4;
}
.sw-why-card-text {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  color: var(--sw-why-text-muted);
  margin: 0 0 0.75rem 0;
  line-height: 1.6;
}
.sw-why-card-text:last-of-type {
  margin-bottom: 1rem;
}
.sw-why-card-questions {
  font-style: italic;
  color: rgba(148, 163, 184, 0.8);
}
.sw-why-card-highlight {
  font-family: 'Inter', sans-serif;
  font-size: 0.9375rem;
  color: var(--sw-why-accent-light);
  margin: 1rem 0 0 0;
  line-height: 1.6;
  padding-top: 1rem;
  border-top: 1px solid rgba(25, 132, 176, 0.2);
}
@keyframes sw-why-fade-in {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .sw-why-section {
    padding: 3rem 1rem;
  }
  .sw-why-header {
    margin-bottom: 2.5rem;
  }
  .sw-why-card {
    padding: 1.5rem;
  }
  .sw-why-card-icon {
    width: 48px;
    height: 48px;
  }
  .sw-why-card-icon svg {
    width: 24px;
    height: 24px;
  }
}


.sw-why-quote {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  padding: 0 1rem;
}
.sw-why-quote::before {
  content: '"';
  font-family: Georgia, serif;
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  pointer-events: none;
}
.sw-why-quote-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
.sw-why-quote-accent {
  display: block;
  color: #5cb8e0;
  font-weight: 600;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
}
.sw-why-quote-answer {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #94a3b8;
  max-width: 700px;
  margin: 1.5rem auto 0;
  line-height: 1.6;
  font-style: italic;
}

h3.sw-why-card-title{color:white}



/* ========== CAROUSEL SECTION - ESEMPI DI SITI ========== */
.rdw-examples {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(180deg, #0a1628 0%, #0d1e36 50%, #0a1628 100%);
  overflow: hidden;
}
.rdw-examples-inner {
  max-width: 100%;
  margin: 0 auto;
}
.rdw-examples-header {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 1.5rem;
}
.rdw-examples-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 0.75rem !important;
}
.rdw-examples-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.1rem) !important;
  color: #9ca3af !important;
  max-width: 600px;
  margin: 0 auto;
}

/* Carousel Wrapper */
.rdw-carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 3.5rem 0 2rem 0;
  overflow: visible;
  margin: 0 auto;
}

/* Carousel container */
.rdw-carousel {
  position: relative;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1500px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  overflow: visible;
}
.rdw-carousel:active {
  cursor: grabbing;
}

/* Card base styles */
.rdw-card {
  position: absolute !important;
  width: min(55vw, 680px);
  max-width: 680px;
  background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateX(0) scale(0.4);
}
.rdw-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--rdw-accent, #1984b0);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

/* Card Colors */
.rdw-card-1 { --rdw-accent: #1984b0; --rdw-glow: rgba(25, 132, 176, 0.5); }
.rdw-card-2 { --rdw-accent: #3b82f6; --rdw-glow: rgba(59, 130, 246, 0.5); }
.rdw-card-3 { --rdw-accent: #10b981; --rdw-glow: rgba(16, 185, 129, 0.5); }
.rdw-card-4 { --rdw-accent: #f97316; --rdw-glow: rgba(249, 115, 22, 0.5); }
.rdw-card-5 { --rdw-accent: #a855f7; --rdw-glow: rgba(168, 85, 247, 0.5); }

/* CENTER = full size, dominant */
.rdw-card.rdw-card-position-center {
  z-index: 10 !important;
  transform: translateX(0) scale(1) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  box-shadow: 
    0 40px 80px -20px rgba(0, 0, 0, 0.7),
    0 0 80px -20px var(--rdw-glow, rgba(25, 132, 176, 0.5)) !important;
}
.rdw-card.rdw-card-position-center::before {
  opacity: 1;
}

/* LEFT = smaller, dimmed */
.rdw-card.rdw-card-position-left {
  z-index: 5 !important;
  transform: translateX(calc(-55% - 60px)) scale(0.75) !important;
  opacity: 0.5 !important;
  filter: brightness(0.6) blur(1px);
  pointer-events: auto !important;
  cursor: pointer !important;
}
.rdw-card.rdw-card-position-left:hover {
  opacity: 0.7 !important;
  filter: brightness(0.75) blur(0.5px);
}

/* RIGHT = smaller, dimmed */
.rdw-card.rdw-card-position-right {
  z-index: 5 !important;
  transform: translateX(calc(55% + 60px)) scale(0.75) !important;
  opacity: 0.5 !important;
  filter: brightness(0.6) blur(1px);
  pointer-events: auto !important;
  cursor: pointer !important;
}
.rdw-card.rdw-card-position-right:hover {
  opacity: 0.7 !important;
  filter: brightness(0.75) blur(0.5px);
}

/* FAR LEFT */
.rdw-card.rdw-card-position-far-left {
  z-index: 1 !important;
  transform: translateX(calc(-110% - 100px)) scale(0.55) !important;
  opacity: 0.15 !important;
  filter: brightness(0.4) blur(2px);
}

/* FAR RIGHT */
.rdw-card.rdw-card-position-far-right {
  z-index: 1 !important;
  transform: translateX(calc(110% + 100px)) scale(0.55) !important;
  opacity: 0.15 !important;
  filter: brightness(0.4) blur(2px);
}

/* HIDDEN */
.rdw-card.rdw-card-position-hidden {
  transform: translateX(0) scale(0.4) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Badges */
.rdw-badge {
  display: inline-block !important;
  padding: 0.4rem 0.9rem !important;
  border-radius: 999px !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  width: fit-content !important;
  line-height: 1.4 !important;
}
.rdw-badge-cyan {
  background: rgba(25, 132, 176, 0.25) !important;
  color: #5cc8f0 !important;
  border: 1px solid rgba(25, 132, 176, 0.5) !important;
}
.rdw-badge-blue {
  background: rgba(59, 130, 246, 0.25) !important;
  color: #93c5fd !important;
  border: 1px solid rgba(59, 130, 246, 0.5) !important;
}
.rdw-badge-green {
  background: rgba(16, 185, 129, 0.25) !important;
  color: #6ee7b7 !important;
  border: 1px solid rgba(16, 185, 129, 0.5) !important;
}
.rdw-badge-orange {
  background: rgba(249, 115, 22, 0.25) !important;
  color: #fdba74 !important;
  border: 1px solid rgba(249, 115, 22, 0.5) !important;
}
.rdw-badge-purple {
  background: rgba(168, 85, 247, 0.25) !important;
  color: #d8b4fe !important;
  border: 1px solid rgba(168, 85, 247, 0.5) !important;
}

/* Card Content */
.rdw-card-title {
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}
.rdw-card-examples {
  font-size: 0.85rem !important;
  color: #9ca3af !important;
  margin: 0 !important;
  font-style: italic !important;
}
.rdw-card-bullets {
  list-style: none !important;
  padding: 0 !important;
  margin: 0.5rem 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.4rem !important;
}
.rdw-card-bullets li {
  font-size: 0.85rem !important;
  color: #e5e7eb !important;
  padding-left: 1.25rem !important;
  position: relative !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}
.rdw-card-bullets li::before {
  content: '✓' !important;
  position: absolute !important;
  left: 0 !important;
  color: var(--rdw-accent, #1984b0) !important;
  font-weight: 700 !important;
}

/* Mockup - Video container */
.rdw-mockup {
  margin-top: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.rdw-mockup-frame {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #0a1628;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 
    0 0 0 1px rgba(0, 0, 0, 0.4),
    0 15px 40px -10px rgba(0, 0, 0, 0.6),
    0 0 30px -15px var(--rdw-glow, rgba(25, 132, 176, 0.4));
  aspect-ratio: 16 / 10;
  flex: 1;
  min-height: 140px;
}
.rdw-mockup-frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, transparent 100%);
  z-index: 2;
  border-radius: 0.5rem 0.5rem 0 0;
}
.rdw-mockup-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Pagination dots - FIXED */
.rdw-carousel-dots {
  position: relative;
  z-index: 25;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.6rem !important;
  margin-top: 2.5rem !important;
  padding: 1rem 0 !important;
  background: transparent !important;
}
.rdw-carousel-dot {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.25) !important;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.rdw-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.5) !important;
  transform: scale(1.1) !important;
}
.rdw-carousel-dot.active {
  background: #1984b0 !important;
  border-color: #1984b0 !important;
  transform: scale(1.3) !important;
  box-shadow: 0 0 12px rgba(25, 132, 176, 0.6) !important;
}

/* Global CTA button */
.rdw-carousel-cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  padding: 0 1.5rem;
}
.rdw-carousel-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
  padding: 1rem 2.5rem !important;
  background: linear-gradient(135deg, #1984b0 0%, #1574a0 100%) !important;
  border: none !important;
  border-radius: 0.75rem !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 20px -5px rgba(25, 132, 176, 0.5) !important;
}
.rdw-carousel-cta:hover {
  background: linear-gradient(135deg, #1574a0 0%, #125d80 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px -8px rgba(25, 132, 176, 0.7) !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* TABLET */
@media (max-width: 1024px) {
  .rdw-carousel-wrapper {
    padding: 3rem 0 2rem 0;
  }
  .rdw-carousel {
    height: 580px;
  }
  .rdw-card {
    width: min(80vw, 560px) !important;
    padding: 1.75rem !important;
  }
  .rdw-card.rdw-card-position-left {
    transform: translateX(calc(-50% - 25px)) scale(0.7) !important;
    opacity: 0.4 !important;
  }
  .rdw-card.rdw-card-position-right {
    transform: translateX(calc(50% + 25px)) scale(0.7) !important;
    opacity: 0.4 !important;
  }
  .rdw-card.rdw-card-position-far-left,
  .rdw-card.rdw-card-position-far-right {
    opacity: 0 !important;
  }
}

/* SMALL TABLET */
@media (max-width: 900px) {
  .rdw-carousel {
    height: 560px;
  }
  .rdw-card {
    width: min(80vw, 480px) !important;
    padding: 1.5rem !important;
  }
  .rdw-card.rdw-card-position-left {
    transform: translateX(calc(-48% - 15px)) scale(0.68) !important;
    opacity: 0.35 !important;
  }
  .rdw-card.rdw-card-position-right {
    transform: translateX(calc(48% + 15px)) scale(0.68) !important;
    opacity: 0.35 !important;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .rdw-examples {
    padding: 3rem 0;
  }
  .rdw-examples-header {
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .rdw-carousel {
    height: 500px;
  }
  .rdw-card {
    width: 85vw !important;
    max-width: 360px !important;
    padding: 1.25rem !important;
  }
  .rdw-card-title {
    font-size: 1.2rem !important;
  .rdw-card-examples {
    font-size: 0.8rem !important;
  }
  .rdw-card-bullets li {
    font-size: 0.8rem !important;
  }
  .rdw-card.rdw-card-position-left {
    transform: translateX(calc(-55% - 10px)) scale(0.7) !important;
    opacity: 0.35 !important;
  }
  .rdw-card.rdw-card-position-right {
    transform: translateX(calc(55% + 10px)) scale(0.7) !important;
    opacity: 0.35 !important;
  }
  .rdw-card.rdw-card-position-far-left,
  .rdw-card.rdw-card-position-far-right {
    opacity: 0 !important;
  }
  .rdw-mockup-frame {
    min-height: 120px;
  }
  .rdw-carousel-cta {
    padding: 0.9rem 2rem !important;
    font-size: 0.95rem !important;
  }
}
/* ========== REASSURANCE SECTION ========== */
.rdw-reassurance-section {
  padding: 5rem 0 7rem 0;
  position: relative;
}

.rdw-reassurance-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header */
.rdw-reassurance-header {
  text-align: center;
  margin-bottom: 4rem;
}

.rdw-reassurance-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.75rem 0;
}

.rdw-reassurance-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: #9ca3af;
  margin: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Blocs container */
.rdw-reassurance-blocs {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Single bloc */
.rdw-reassurance-bloc {
  position: relative;
}

.rdw-reassurance-bloc-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .rdw-reassurance-bloc-content {
    flex-direction: row;
    gap: 2rem;
  }
}

/* Icon wrapper */
.rdw-reassurance-icon-wrapper {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.rdw-reassurance-bloc:hover .rdw-reassurance-icon-wrapper {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
}

/* Text content */
.rdw-reassurance-text {
  flex: 1;
}

h2.rdw-reassurance-bloc-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .rdw-reassurance-bloc-title {
    font-size: 1.25rem;
  }
}

.rdw-reassurance-bloc-desc {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #9ca3af;
  margin: 0;
  line-height: 1.7;
}

/* Separator */
.rdw-reassurance-separator {
  margin: 2rem 0 2.5rem 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
}

@media (min-width: 768px) {
  .rdw-reassurance-separator {
    margin: 2.5rem 0 3rem 0;
  }
}

/* Remove separator from last bloc */
.rdw-reassurance-bloc:last-child .rdw-reassurance-separator {
  display: none;
}
/* Header h2 - avec spécificité maximale */
.rdw-reassurance-section h2,
.rdw-reassurance-section h2.rdw-reassurance-title,
h2.rdw-reassurance-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1.5rem, 4vw, 2.25rem) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 0.75rem 0 !important;
  line-height: 1.3 !important;
}

/* Bloc titles h3 - avec spécificité maximale */
.rdw-reassurance-section h3,
.rdw-reassurance-section h3.rdw-reassurance-bloc-title,
h3.rdw-reassurance-bloc-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 0 0.75rem 0 !important;
  line-height: 1.4 !important;
}/* End custom CSS */