/* ==========================================================================
   Diskod Services - Page Enjeu: Pannes & Interruptions
   Coherent avec le design system homepage
   Version: 1.0.0
   ========================================================================== */

/* Scope tout sous .dk-enjeu pour eviter les conflits */
.dk-enjeu {
  --dk-blue: #2b6cb0;
  --dk-blue-dark: #215387;
  --dk-blue-deeper: #1a365d;
  --dk-text: #2d3748;
  --dk-text-light: #4a5568;
  --dk-bg-light: #f7fafc;
  --dk-bg-white: #ffffff;
  --dk-radius: 8px;
  --dk-max-w: 1290px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: var(--dk-text);
  line-height: 1.6;
}
.dk-enjeu *, .dk-enjeu *::before, .dk-enjeu *::after {
  box-sizing: border-box;
}
.dk-enjeu img { max-width: 100%; height: auto; }
/* Kill empty <p> tags from wpautop inside grids */
.dk-enjeu .dk-impact-grid > p:empty,
.dk-enjeu .dk-solutions-grid > p:empty,
.dk-enjeu .dk-counters-grid > p:empty,
.dk-enjeu .dk-process-grid > p:empty,
.dk-enjeu .dk-child-grid > p:empty,
.dk-enjeu .dk-hero-ctas > p:empty {
  display: none !important;
}

/* Hide default Kadence page title on enjeu pages */
.dk-enjeu ~ .entry-header,
.entry-content .dk-enjeu ~ .entry-header {
  display: none !important;
}
/* Also try parent-level hiding */
body:has(.dk-enjeu) .entry-hero,
body:has(.dk-enjeu) .page-hero-section,
body:has(.dk-enjeu) .entry-header {
  display: none !important;
}
/* Remove entry-content padding when enjeu page */
.entry-content:has(.dk-enjeu) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
body:has(.dk-enjeu) .content-wrap,
body:has(.dk-enjeu) .site-main {
  padding-top: 0 !important;
}

/* ---------- CONTAINER ---------- */
.dk-container {
  max-width: var(--dk-max-w);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- SECTION SPACING ---------- */
.dk-section {
  padding: 70px 0;
}
.dk-section--light {
  background: var(--dk-bg-light);
}
.dk-section--white {
  background: var(--dk-bg-white);
}
.dk-section--blue {
  background: linear-gradient(135deg, var(--dk-blue-deeper) 0%, var(--dk-blue) 100%);
  color: #fff;
}

/* ---------- HEADINGS ---------- */
.dk-section-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--dk-blue);
  text-align: center;
  margin: 0 0 12px 0;
  line-height: 1.3;
}
.dk-section--blue .dk-section-title {
  color: #fff;
}
.dk-section-subtitle {
  font-size: 16px;
  color: var(--dk-text-light);
  text-align: center;
  max-width: 700px;
  margin: 0 auto 45px auto;
  line-height: 1.6;
}
.dk-section--blue .dk-section-subtitle {
  color: rgba(255,255,255,0.85);
}

/* ==========================================================================
   HERO
   ========================================================================== */
.dk-hero {
  background: linear-gradient(135deg, var(--dk-blue-deeper) 0%, var(--dk-blue) 70%);
  color: #fff;
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
/* Hero with background image */
.dk-hero--with-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.dk-hero--with-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,54,93,0.92) 0%, rgba(43,108,176,0.85) 100%);
  z-index: 0;
}
.dk-hero--with-bg .dk-hero-inner {
  position: relative;
  z-index: 1;
}
.dk-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}
.dk-hero::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
}
.dk-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--dk-max-w);
  margin: 0 auto;
  padding: 0 24px;
}
.dk-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  letter-spacing: 0.03em;
}
.dk-hero h1 {
  font-size: 44px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0 0 20px 0 !important;
  max-width: 750px;
  color: #fff !important;
}
.dk-hero-desc {
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: rgba(255,255,255,0.9) !important;
  max-width: 620px;
  margin: 0 0 35px 0 !important;
}
/* Kadence overrides fix: force colors inside hero */
.dk-hero .dk-hero-badge,
.dk-hero p,
.dk-hero span {
  color: rgba(255,255,255,0.9) !important;
}
.dk-hero .dk-hero-badge {
  color: #fff !important;
}
.dk-hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------- BUTTONS ---------- */
.dk-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  padding: 14px 28px;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
}
.dk-btn--primary {
  background: #fff;
  color: var(--dk-blue-dark);
}
.dk-btn--primary:hover {
  background: #edf2f7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.dk-btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
}
.dk-enjeu a.dk-btn--outline {
  color: #fff !important;
}
.dk-btn--outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
}
.dk-btn--blue {
  background: var(--dk-blue);
  color: #fff;
}
.dk-btn--blue:hover {
  background: var(--dk-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(43,108,176,0.35);
}
.dk-btn svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0;
  display: inline-block !important;
  vertical-align: middle;
}
/* Kadence link override fix */
.dk-enjeu a.dk-btn {
  text-decoration: none !important;
}
.dk-enjeu a.dk-btn--primary {
  color: var(--dk-blue-dark) !important;
}
.dk-enjeu a.dk-btn--outline {
  color: #fff !important;
}
/* SVG icon containers */
.dk-impact-icon svg,
.dk-solution-icon svg {
  display: block !important;
}

/* ==========================================================================
   IMPACT CARDS (Problemes)
   ========================================================================== */
.dk-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.dk-impact-card {
  background: var(--dk-bg-white);
  border-radius: var(--dk-radius);
  padding: 32px 24px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid #e2e8f0;
}
.dk-impact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.dk-impact-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(43,108,176,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.dk-impact-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--dk-blue);
}
.dk-impact-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--dk-text);
  margin: 0 0 10px 0;
}
.dk-impact-card p {
  font-size: 14px;
  color: var(--dk-text-light);
  margin: 0;
  line-height: 1.6;
}

/* ==========================================================================
   COUNTERS (Chiffres)
   ========================================================================== */
.dk-counters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}
.dk-counter {
  padding: 10px 0;
}
.dk-counter-number {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 8px;
}
.dk-counter-label {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.4;
}

/* ==========================================================================
   SOLUTIONS GRID
   ========================================================================== */
.dk-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.dk-solution-card {
  background: var(--dk-bg-white);
  border-radius: var(--dk-radius);
  padding: 30px 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid #e2e8f0;
}
.dk-solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.dk-solution-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(43,108,176,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.dk-solution-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--dk-blue);
}
.dk-solution-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--dk-blue);
  margin: 0 0 10px 0;
}
.dk-solution-card p {
  font-size: 14px;
  color: var(--dk-text-light);
  margin: 0;
  line-height: 1.6;
}

/* ==========================================================================
   PROCESS STEPS
   ========================================================================== */
.dk-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.dk-process-step {
  text-align: center;
  position: relative;
  padding: 0 10px;
}
.dk-process-step::after {
  content: "";
  position: absolute;
  top: 32px;
  right: -12px;
  width: 24px;
  height: 2px;
  background: #cbd5e0;
}
.dk-process-step:last-child::after {
  display: none;
}
.dk-process-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--dk-blue);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.dk-process-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dk-text);
  margin: 0 0 8px 0;
}
.dk-process-step p {
  font-size: 13.5px;
  color: var(--dk-text-light);
  margin: 0;
  line-height: 1.5;
}

/* ==========================================================================
   CHILD PAGES CARDS
   ========================================================================== */
.dk-child-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
}
.dk-child-grid > .dk-child-card {
  grid-column: span 2;
}
/* Last row with 2 orphans: each takes half width (3 of 6 cols) */
.dk-child-grid > .dk-child-card:nth-last-child(2):nth-child(3n+1) {
  grid-column: 1 / span 3;
}
.dk-child-grid > .dk-child-card:nth-last-child(1):nth-child(3n+2) {
  grid-column: 4 / span 3;
}
/* Last row with 1 orphan: center it */
.dk-child-grid > .dk-child-card:nth-last-child(1):nth-child(3n+1) {
  grid-column: 2 / span 4;
}
.dk-child-grid--2cols {
  grid-template-columns: repeat(2, 1fr);
}
/* Hide parasitic <p> tags inserted by wpautop inside grids */
.dk-child-grid > p {
  display: none !important;
}
.dk-child-card {
  background: var(--dk-bg-white);
  border-radius: var(--dk-radius);
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
}
.dk-child-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.dk-child-img {
  height: 200px;
  overflow: hidden;
}
.dk-child-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.dk-child-card:hover .dk-child-img img {
  transform: scale(1.06);
}
.dk-child-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dk-child-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dk-blue);
  margin: 0 0 10px 0;
}
.dk-child-content p {
  font-size: 14px;
  color: var(--dk-text-light);
  line-height: 1.6;
  margin: 0 0 16px 0;
  flex: 1;
}
.dk-child-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--dk-blue);
  transition: color 0.2s ease;
}
.dk-child-card:hover .dk-child-link {
  color: var(--dk-blue-dark);
}

/* ==========================================================================
   TESTIMONIAL
   ========================================================================== */
.dk-testimonial {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.dk-testimonial-stars {
  color: #f5a623;
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.dk-testimonial-quote {
  font-size: 18px;
  font-style: italic;
  color: var(--dk-text);
  line-height: 1.7;
  margin: 0 0 24px 0;
  position: relative;
  padding: 0 20px;
}
.dk-testimonial-quote::before {
  content: "\201C";
  font-size: 60px;
  color: var(--dk-blue);
  opacity: 0.2;
  position: absolute;
  top: -20px;
  left: -10px;
  font-family: Georgia, serif;
}
.dk-testimonial-author {
  font-size: 15px;
  font-weight: 600;
  color: var(--dk-text);
  margin: 0;
}
.dk-testimonial-role {
  font-size: 13px;
  color: var(--dk-text-light);
  margin: 4px 0 0 0;
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.dk-faq-list {
  max-width: 850px;
  margin: 0 auto;
}
.dk-faq-item {
  border-bottom: 1px solid #e2e8f0;
}
.dk-faq-item:first-child {
  border-top: 1px solid #e2e8f0;
}
.dk-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--dk-text);
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
  line-height: 1.4;
  gap: 16px;
}
.dk-faq-q:hover {
  color: var(--dk-blue);
}
.dk-faq-item.active .dk-faq-q {
  color: var(--dk-blue);
}
.dk-faq-toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--dk-bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
  font-size: 18px;
  color: var(--dk-blue);
}
.dk-faq-item.active .dk-faq-toggle {
  transform: rotate(45deg);
  background: var(--dk-blue);
  color: #fff;
}
.dk-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 0 0 0;
}
.dk-faq-item.active .dk-faq-a {
  max-height: 300px;
  padding: 0 0 20px 0;
}
.dk-faq-a p {
  font-size: 14.5px;
  color: var(--dk-text-light);
  line-height: 1.7;
  margin: 0;
}

/* ==========================================================================
   CTA FINAL
   ========================================================================== */
.dk-cta-final {
  background: linear-gradient(135deg, var(--dk-blue-deeper) 0%, var(--dk-blue) 100%);
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
.dk-cta-final h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #fff;
}
.dk-cta-final p {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
  margin: 0 auto 35px;
  line-height: 1.6;
}
.dk-cta-final .dk-hero-ctas {
  justify-content: center;
}

/* ==========================================================================
   RESPONSIVE - TABLET
   ========================================================================== */
@media (max-width: 1024px) {
  .dk-hero h1 { font-size: 36px; }
  .dk-hero-desc { font-size: 16px; }
  .dk-impact-grid { grid-template-columns: repeat(2, 1fr); }
  .dk-solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .dk-counters-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .dk-child-grid { grid-template-columns: repeat(2, 1fr); }
  .dk-child-grid > .dk-child-card { grid-column: span 1; }
  .dk-child-grid > .dk-child-card:nth-last-child(2):nth-child(3n+1) { grid-column: span 1; }
  .dk-child-grid > .dk-child-card:nth-last-child(1):nth-child(3n+2) { grid-column: span 1; }
  .dk-child-grid > .dk-child-card:nth-last-child(1):nth-child(3n+1) { grid-column: span 1; }
  .dk-child-grid .dk-child-card:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: 50%; margin: 0 auto; }
  .dk-process-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .dk-process-step::after { display: none; }
  .dk-section { padding: 50px 0; }
}

/* ==========================================================================
   RESPONSIVE - MOBILE
   ========================================================================== */
@media (max-width: 767px) {
  .dk-hero { padding: 60px 0 50px; }
  .dk-hero h1 { font-size: 28px; }
  .dk-hero-desc { font-size: 15px; }
  .dk-hero-ctas { flex-direction: column; }
  .dk-hero-ctas .dk-btn { text-align: center; justify-content: center; }
  .dk-section-title { font-size: 22px; }
  .dk-section-subtitle { font-size: 14px; }
  .dk-impact-grid { grid-template-columns: 1fr; gap: 16px; }
  .dk-impact-card { padding: 24px 20px; }
  .dk-solutions-grid { grid-template-columns: 1fr; gap: 16px; }
  .dk-child-grid { grid-template-columns: 1fr; gap: 16px; }
  .dk-child-grid > .dk-child-card { grid-column: span 1; }
  .dk-child-grid > .dk-child-card:nth-last-child(2):nth-child(3n+1) { grid-column: span 1; }
  .dk-child-grid > .dk-child-card:nth-last-child(1):nth-child(3n+2) { grid-column: span 1; }
  .dk-child-grid > .dk-child-card:nth-last-child(1):nth-child(3n+1) { grid-column: span 1; }
  .dk-child-grid .dk-child-card:last-child { max-width: 100%; }
  .dk-child-img { height: 180px; }
  .dk-counters-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .dk-counter-number { font-size: 36px; }
  .dk-counter-label { font-size: 12px; }
  .dk-process-grid { grid-template-columns: 1fr; gap: 24px; }
  .dk-process-step::after { display: none; }
  .dk-testimonial-quote { font-size: 16px; padding: 0; }
  .dk-cta-final h2 { font-size: 24px; }
  .dk-cta-final p { font-size: 15px; }
  .dk-cta-final .dk-hero-ctas { flex-direction: column; align-items: center; }
  .dk-section { padding: 40px 0; }
  .dk-btn { padding: 12px 24px; font-size: 15px; }
}

/* ==========================================================================
   CONTACT FORM
   ========================================================================== */
.dk-contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}
.dk-contact-form-card {
  background: var(--dk-bg-white);
  border-radius: var(--dk-radius);
  padding: 40px;
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
}
.dk-contact-form-card h3 {
  font-size: 22px;
  color: var(--dk-blue);
  margin: 0 0 8px;
}
.dk-contact-form-card > p {
  color: #64748b;
  font-size: 14px;
  margin: 0 0 28px;
}
.dk-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.dk-form-group {
  display: flex;
  flex-direction: column;
}
.dk-form-group.dk-form-full {
  grid-column: 1 / -1;
}
.dk-form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}
.dk-form-group label .dk-required {
  color: #ef4444;
  margin-left: 2px;
}
.dk-form-group input,
.dk-form-group select,
.dk-form-group textarea {
  padding: 12px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  color: #1e293b;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.dk-form-group input:focus,
.dk-form-group select:focus,
.dk-form-group textarea:focus {
  border-color: var(--dk-blue);
  box-shadow: 0 0 0 3px rgba(30,64,175,.1);
}
.dk-form-group input::placeholder,
.dk-form-group textarea::placeholder {
  color: #94a3b8;
}
.dk-form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.dk-form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.dk-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--dk-blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, transform .1s;
  margin-top: 8px;
  font-family: inherit;
}
.dk-form-submit:hover {
  background: #1e3a6e;
  transform: translateY(-1px);
}
.dk-form-submit:active {
  transform: translateY(0);
}
.dk-form-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}
.dk-form-submit svg {
  width: 18px;
  height: 18px;
}
.dk-form-message {
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14px;
  display: none;
}
.dk-form-message.dk-success {
  display: block;
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.dk-form-message.dk-error {
  display: block;
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.dk-hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; }

/* Contact info sidebar */
.dk-contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dk-contact-info-card {
  background: var(--dk-bg-white);
  border-radius: var(--dk-radius);
  padding: 28px;
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.dk-contact-info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: rgba(30,64,175,.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dk-blue);
}
.dk-contact-info-card h4 {
  font-size: 16px;
  color: var(--dk-blue);
  margin: 0 0 4px;
}
.dk-contact-info-card p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}
.dk-contact-info-card a {
  color: var(--dk-blue);
  text-decoration: none;
  font-weight: 600;
}
.dk-contact-info-card a:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .dk-contact-grid { grid-template-columns: 1fr; }
  .dk-contact-form-card { padding: 28px; }
}
@media (max-width: 767px) {
  .dk-form-row { grid-template-columns: 1fr; }
  .dk-contact-form-card { padding: 20px; }
  .dk-contact-info-card { padding: 20px; }
}

/* ==========================================================================
   INTL-TEL-INPUT OVERRIDES (match dk- design)
   ========================================================================== */
.iti { width: 100%; }
.iti__tel-input {
  padding-left: 90px !important;
}
.iti__country-container {
  border-right: 1.5px solid #e2e8f0;
}
.iti__selected-country-primary {
  padding: 0 8px 0 12px;
  background: #f8fafc;
  border-radius: 8px 0 0 8px;
}
.iti__selected-dial-code {
  font-size: 14px;
  color: #475569;
  padding-left: 4px;
}
.iti__dropdown-content {
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,.12);
  border: 1px solid #e2e8f0;
  max-height: 250px;
}
.iti__search-input {
  padding: 10px 14px;
  border: none;
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
  outline: none;
  font-family: inherit;
}
.iti__search-input:focus {
  box-shadow: none;
}
.iti__country {
  padding: 8px 14px;
  font-size: 14px;
}
.iti__country:hover,
.iti__country--highlight {
  background: rgba(30,64,175,.06);
}
.iti__flag {
  border-radius: 2px;
}
.iti__arrow {
  border-top-color: #64748b;
  margin-left: 4px;
}
.iti__arrow--up {
  border-bottom-color: #64748b;
}


/* ==========================================================================
   RESOURCE CARDS - for guides, fiches, articles
   ========================================================================== */
.dk-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.dk-resource-card {
  background: #fff;
  border-radius: var(--dk-radius);
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s;
  display: flex;
  flex-direction: column;
}
.dk-resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,.1);
}
.dk-resource-card-img {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.dk-resource-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dk-resource-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--dk-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.dk-resource-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dk-resource-card-body h3 {
  font-size: 17px;
  color: var(--dk-blue);
  margin: 0 0 8px;
  line-height: 1.4;
}
.dk-resource-card-body p {
  font-size: 14px;
  color: #64748b;
  margin: 0 0 16px;
  flex: 1;
  line-height: 1.6;
}
.dk-resource-card-meta {
  font-size: 12px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.dk-resource-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dk-blue);
  text-decoration: none;
}
.dk-resource-card-link:hover {
  text-decoration: underline;
}

/* ==========================================================================
   LEGAL CONTENT - for CGV/CGU
   ========================================================================== */
.dk-legal-content {
  max-width: 800px;
  margin: 0 auto;
}
.dk-legal-content h2 {
  font-size: 22px;
  color: var(--dk-blue);
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}
.dk-legal-content h3 {
  font-size: 18px;
  color: #1e293b;
  margin: 28px 0 12px;
}
.dk-legal-content p {
  font-size: 15px;
  color: #475569;
  line-height: 1.8;
  margin: 0 0 16px;
}
.dk-legal-content ul {
  margin: 0 0 16px;
  padding-left: 24px;
}
.dk-legal-content li {
  font-size: 15px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 8px;
}
.dk-legal-meta {
  background: #f1f5f9;
  border-radius: var(--dk-radius);
  padding: 20px 28px;
  margin-bottom: 32px;
  font-size: 14px;
  color: #64748b;
}

/* ==========================================================================
   COMPREHENSIVE FAQ - for the main FAQ page
   ========================================================================== */
.dk-faq-category {
  margin-bottom: 40px;
}
.dk-faq-category-title {
  font-size: 20px;
  color: var(--dk-blue);
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1023px) {
  .dk-resource-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .dk-resource-grid { grid-template-columns: 1fr; }
}
