/* =========================
   HEADER
========================= */
.header-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#ffffff;
  border-radius:16px;
  box-shadow:0 8px 24px rgba(39,75,136,.12);
  padding:16px 32px;
}

.header-logo{
  height:72px;
  width:auto;
  max-width:180px;
  display:block;
}

.header-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border:2px solid #FEBE59;
  border-radius:999px;
  background:rgba(254,190,89,.08);
  color:#274B88;
  font-size:13px;
  font-weight:600;
  white-space:nowrap;
}

/* =========================
   HERO LEFT COLUMN
========================= */
.hero-left {
  padding: 40px 32px;
  background: linear-gradient(135deg, #274B88 0%, #1a3a6b 100%);
  color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(39,75,136,.18);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #FEBE59;
  padding: 8px 14px;
  border: 2px solid #FEBE59;
  border-radius: 999px;
  background: rgba(254,190,89,.12);
  margin-bottom: 18px;
}

.hero-left h1 {
  margin: 0 0 16px 0;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.6px;
  color: #FFFFFF;
}

.hero-left h1 .highlight {
  color: #FEBE59;
}

.hero-left .sub {
  margin: 0 0 24px 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.5;
}

/* Trust List */
.trust-list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  transition: all 0.2s ease;
}

.trust-item:hover {
  background: rgba(255,255,255,.12);
  transform: translateX(4px);
}

.trust-item .icon {
  width: 32px;
  height: 32px;
  background: #FEBE59;
  color: #274B88;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(254,190,89,.3);
}

.trust-item strong {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 700;
}

.trust-item p {
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: 13px;
  line-height: 1.4;
}

/* Social Proof */
.social-proof {
  margin-top: 32px;
  padding: 20px;
  background: rgba(254,190,89,.12);
  border: 2px solid rgba(254,190,89,.3);
  border-radius: 14px;
}

.social-proof .stars {
  font-size: 16px;
  margin-bottom: 8px;
}

.social-proof .testimonial {
  margin: 0 0 8px 0;
  color: #FFFFFF;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.social-proof .author {
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 600;
}

/* =========================
   FORM (RIGHT COLUMN)
========================= */
.form-card {
  border: 2px solid #e1e4e8;
  border-radius: 14px;
  padding: 24px;
  background: #f8f9fa;
}

.form-title {
  margin: 0 0 8px 0;
  font-size: 22px;
  letter-spacing: -0.3px;
  color: #274B88;
  font-weight: 800;
}

.form-desc {
  margin: 0 0 20px 0;
  color: #3f464b;
  font-size: 15px;
  line-height: 1.5;
}

/* Zoho Form Styles */
.zcwf_row {
  margin: 14px 0 !important;
}

.zcwf_col_lab {
  width: 100% !important;
  float: none !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
}

.zcwf_col_lab label {
  font-size: 14px !important;
  color: #274B88 !important;
  font-weight: 700 !important;
}

.zcwf_col_fld {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.zcwf_col_fld input[type="text"] {
  width: 100% !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  border: 2px solid #e1e4e8 !important;
  background: #FFFFFF !important;
  color: #3f464b !important;
  font-size: 15px !important;
  outline: none !important;
  transition: all 0.2s ease !important;
}

.zcwf_col_fld input[type="text"]:focus {
  box-shadow: 0 0 0 4px rgba(254, 190, 89, 0.25) !important;
  border-color: #FEBE59 !important;
}

.zcwf_col_fld input[type="text"]::placeholder {
  color: #9ca3af !important;
}

.zcwf_col_lab span[style*="color:red"] {
  color: #FEBE59 !important;
}

.formsubmit {
  margin-top: 8px !important;
  width: 100% !important;
  padding: 14px 16px !important;
  border: 0 !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #274B88 !important;
  cursor: pointer !important;
  background: #FEBE59 !important;
  box-shadow: 0 6px 20px rgba(254, 190, 89, 0.35) !important;
  transition: all 0.2s ease !important;
}

.formsubmit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(254, 190, 89, 0.45) !important;
}

.formsubmit:active {
  transform: translateY(0) !important;
}

.zcwf_button[type="reset"] {
  display: none !important;
}

.zcwf_col_help {
  display: none !important;
}

/* Fineprint & Checks */
.fineprint {
  margin: 14px 0 0 0;
  color: #3f464b;
  font-size: 13px;
  line-height: 1.5;
}

.fineprint strong {
  color: #274B88;
  font-weight: 700;
}

.checks {
  margin-top: 16px;
  display: grid;
  gap: 10px;
  color: #3f464b;
  font-size: 14px;
}

.checks div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #FEBE59;
  box-shadow: 0 0 0 4px rgba(254, 190, 89, 0.2);
  margin-top: 6px;
  flex: 0 0 auto;
}
.steps-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.steps-wrap > * {
  float: none !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  .finox-form-hint {
    font-size: 16px !important;
    margin-bottom: 8px;
    gap: 6px;
  }
}

/* =========================
   SECTION VIDÉO – CARTE PREMIUM (CLEAN)
========================= */
.section-video {
  padding: 80px 0;
}

/* Vidéo */
.section-video iframe[src*="workdrive.finox.ca/embed"] {
  display: block;
  width: 100% !important;
  max-width: 980px;
  margin: 0 auto;

  aspect-ratio: 16 / 9;
  height: auto;

  border-radius: 22px;
  border: 1px solid rgba(39, 75, 136, 0.12);
  background: #000;

  box-shadow:
    0 18px 48px rgba(0,0,0,.18),
    0 0 0 1px rgba(255,255,255,.4);
}
.section.video iframe {
  box-shadow:
    0 30px 80px rgba(0,0,0,.25),
    0 0 0 1px rgba(255,255,255,.06);
}

/* Mobile */
@media (max-width: 768px) {
  .section-video {
    padding: 48px 16px;
  }

  .section-video iframe[src*="workdrive.finox.ca/embed"] {
    border-radius: 16px;
    box-shadow:
      0 14px 32px rgba(0,0,0,.18);
  }
}

/* =========================
   Étape SECTION
========================= */
.step-card {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}
.step-card h3,
.step-card p {
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}
@media (max-width: 768px) {

  .steps-wrap {
    display: flex !important;
    flex-direction: column !important;
  }

  .step-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  .step-card h3 {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }

  .step-card p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
}

/* =========================
   FAQ SECTION – FINAL
========================= */

/* Section pleine largeur */
.faq-section {
  background: #274B88;
  padding: 80px 24px;
}

/* Conteneur FAQ centré (CLÉ DU DESIGN) */
.faq-wrap {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

/* Carte FAQ */
.faq-item {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 26px 30px;
  box-sizing: border-box;
  transition: background 0.2s ease, transform 0.2s ease;
}

/* Hover subtil */
.faq-item:hover {
  background: rgba(255,255,255,.09);
  transform: translateY(-2px);
}

/* Titre de section */
.faq-title {
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: -0.4px;
}

/* Question */
.faq-question {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
}

/* Réponse */
.faq-answer {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,.85);
}

/* Accent */
.faq-answer strong {
  color: #FEBE59;
  font-weight: 700;
}

/* Sécurité anti Zoho */
.faq-item,
.faq-question,
.faq-answer {
  width: 100%;
  min-width: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}
.faq-item:last-child {
  background: rgba(254,190,89,.10);
  border: 1.5px solid rgba(254,190,89,.55);
  box-shadow: inset 0 0 0 1px rgba(254,190,89,.25);
}


/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

  .faq-section {
    padding: 60px 18px;
  }

  .faq-wrap {
    gap: 16px;
  }

  .faq-item {
    padding: 22px;
  }

  .faq-question {
    font-size: 17px;
  }

  .faq-answer {
    font-size: 14px;
  }
}
/* =========================
   FINOX – TEAM CARD STYLE
========================= */

.finox-card {
  background: #ffffff;
  border: 2px solid #d9e1f0;
  border-radius: 20px;
  padding: 36px 28px 40px;
  text-align: center;
  transition: all .25s ease;
  height: 100%;
}

.finox-card:hover {
  border-color: #FEBE59;
  box-shadow: 0 18px 42px rgba(0,0,0,.10);
  transform: translateY(-4px);
}

/* Photo */
.finox-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 22px;
  display: block;
}

/* Nom */
.finox-name {
  font-size: 22px;
  font-weight: 700;
  color: #274B88;
  margin-bottom: 8px;
}

/* Rôle */
.finox-role {
  font-size: 14px;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 14px;
}

/* Description */
.finox-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

/* Mobile */
@media (max-width: 768px) {
  .finox-photo {
    width: 150px;
    height: 150px;
  }

  .finox-card {
    padding: 28px 22px 32px;
  }
}
/* =========================
   SECTION VIDÉO – HERO PREMIUM
   Stack : 1 (Floating) + 2 (Inset frame) + 3 (Cinema focus)
========================= */
.section-video {
  padding: 90px 0;
  position: relative;
  text-align: center;
}

/* ===== CARTE VIDÉO ===== */
.section-video iframe,
.section-video video {
  display: block;
  width: 100% !important;
  max-width: 1040px;
  margin: 0 auto;

  aspect-ratio: 16 / 9;
  height: auto;

  border-radius: 26px;
  border: 1px solid rgba(39, 75, 136, 0.14);
  background: #000;

  /* 1️⃣ Floating card (profondeur) */
  box-shadow:
    0 34px 90px rgba(0,0,0,.38),

    /* 2️⃣ Cadre interne (écran premium) */
    inset 0 0 0 1px rgba(255,255,255,.10);

  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;

  transform: scale(0.985);
}

/* ===== 3️⃣ CINEMA FOCUS (hover discret desktop) ===== */
@media (hover: hover) and (pointer: fine) {
  .section-video iframe:hover,
  .section-video video:hover {
    transform: scale(1.03);
    box-shadow:
      0 44px 120px rgba(0,0,0,.48),
      inset 0 0 0 1px rgba(255,255,255,.16);
  }
}

/* ===== HALO CINÉMATIQUE SUBTIL ===== */
.section-video::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at center,
      rgba(39,75,136,.10),
      transparent 65%
    );
}

/* =========================
   MOBILE (CLEAN & SOLIDE)
========================= */
@media (max-width: 768px) {
  .section-video {
    padding: 56px 16px;
  }

  .section-video iframe,
  .section-video video {
    border-radius: 18px;
    transform: none;
    box-shadow:
      0 18px 42px rgba(0,0,0,.28),
      inset 0 0 0 1px rgba(255,255,255,.08);
  }
}
