/* Finition commune des cartes AD TRANS LOGISTICS. */
.adtl-elegant {
  --adtl-card-shadow: inset 0 1px 0 #fff, 0 3px 5px rgb(0 0 0 / 2%), 0 22px 36px -28px rgb(0 0 0 / 25%);
}
.adtl-elegant :is(.adtl-content-card, .guide-card, .doc-card, .path-card, .info-card) {
  --adtl-glyph-fill: #fff;
  position: relative; isolation: isolate; min-width: 0;
  border: 1px solid #dedede; border-radius: 24px !important;
  background: linear-gradient(155deg, #fff 30%, #f7f7f7) !important;
  box-shadow: var(--adtl-card-shadow);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.adtl-elegant :is(.adtl-content-card, .guide-card) { overflow: hidden; }
.adtl-elegant :is(.adtl-content-card, .guide-card)::before {
  content: ''; position: absolute; width: 250px; height: 250px; top: -168px; right: -95px;
  border: 1px solid rgb(0 0 0 / 4%); border-radius: 50%; box-shadow: 0 0 0 30px rgb(0 0 0 / 1.3%);
  z-index: -1; pointer-events: none;
}
.adtl-elegant .adtl-content-dark {
  --adtl-glyph-fill: #303030;
  background: radial-gradient(ellipse at 100% 0%, #3b3b3b, transparent 65%), linear-gradient(155deg, #222, #101010) !important;
  border-color: #484848; color: #fff;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 24px 38px -28px rgb(0 0 0 / 60%);
}
.adtl-elegant .adtl-content-dark::before { border-color: rgb(255 255 255 / 8%); box-shadow: 0 0 0 30px rgb(255 255 255 / 2%); }
.adtl-elegant .adtl-content-dark :is(h3, h4, a) { color: #fff !important; }
.adtl-elegant .adtl-content-dark p { color: #c2c2c2 !important; }
.adtl-elegant :is(.adtl-feature-icon, .adtl-card-icon) {
  display: grid; place-items: center; flex-shrink: 0; width: 64px; height: 64px;
  border-radius: 19px !important; border: 1px solid #e1e1e1;
  background: linear-gradient(145deg, #fff, #ededed) !important; color: #171717 !important;
  box-shadow: inset 0 1px 0 #fff, 0 8px 15px -11px rgb(0 0 0 / 40%);
}
.adtl-elegant .adtl-feature-icon .adtl-drawn-icon { width: 44px; height: 44px; }
.adtl-elegant .adtl-card-icon > :is(svg, .material-symbols-outlined) { width: 34px !important; height: 34px !important; font-size: 32px !important; color: #171717 !important; }
.adtl-elegant .adtl-content-dark :is(.adtl-feature-icon, .adtl-card-icon) {
  background: linear-gradient(145deg, #414141, #252525) !important; border-color: #5a5a5a; color: #fff !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), 0 10px 16px -12px #000;
}
.adtl-elegant .adtl-drawn-icon { display: block; flex-shrink: 0; }
.adtl-elegant .adtl-feature-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.adtl-elegant .adtl-feature-number { font-family: 'Space Grotesk', sans-serif; font-size: 48px; font-weight: 500; letter-spacing: -.06em; line-height: 1; color: #d4d4d4; }
.adtl-elegant .adtl-content-dark .adtl-feature-number { color: #6c6c6c; }

/* Services : un pied distinct pour les liens déjà présents. */
.adtl-elegant.adtl-home #services .adtl-service-card { padding: 30px !important; }
.adtl-elegant.adtl-home #services .adtl-service-card h3 { min-height: 2.6em; font-size: 21px !important; letter-spacing: -.025em; line-height: 1.3; margin-bottom: 12px !important; }
.adtl-elegant.adtl-home #services .adtl-service-card p { font-size: 14px !important; line-height: 1.7 !important; color: #656565; }
.adtl-elegant.adtl-home #services .adtl-service-card > div:last-child:not(.adtl-feature-top) { margin-top: 24px !important; border-top: 1px solid #ddd; padding-top: 12px; }
.adtl-elegant.adtl-home #services .adtl-content-dark > div:last-child:not(.adtl-feature-top) { border-top-color: #454545; }
.adtl-elegant.adtl-home #services .adtl-service-card a { display: inline-flex; align-items: center; min-height: 36px; text-decoration: none !important; text-underline-offset: 5px; }
.adtl-elegant.adtl-home #services .adtl-service-card a:hover { text-decoration: underline !important; }

/* Avantages et panneaux existants. */
.adtl-elegant.adtl-home .adtl-benefit-card { padding: 30px; }
.adtl-elegant.adtl-home .adtl-benefit-card .adtl-feature-icon { margin-bottom: 28px; }
.adtl-elegant.adtl-home .adtl-benefit-card h3 { font-size: 20px !important; letter-spacing: -.025em; margin-bottom: 12px !important; }
.adtl-elegant.adtl-home .adtl-benefit-card p { font-size: 14px !important; line-height: 1.7 !important; }
.adtl-elegant.adtl-home #promesse-grid > div:last-child,
.adtl-elegant.adtl-home .sim-featured-wrap { background: radial-gradient(ellipse at 100% 0%, #343434, #151515 65%) !important; border: 1px solid #454545; box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%), 0 28px 46px -30px rgb(0 0 0 / 35%); }
.adtl-elegant.adtl-home #promesse-grid > div:last-child { --adtl-glyph-fill: #303030; }
.adtl-elegant.adtl-home #promesse-grid > div:last-child p { color: #bfbfbf !important; }
.adtl-elegant.adtl-home #promesse-grid .adtl-drawn-icon { color: #fff; }
.adtl-elegant.adtl-home #stats-grid > div { background: linear-gradient(145deg, #303030, #202020) !important; border-color: #444 !important; border-radius: 20px !important; }
.adtl-elegant.adtl-home #stats-grid > div > div:last-child { color: #bcbcbc !important; }
.adtl-elegant.adtl-home .sim-tools-grid > a { border-radius: 22px !important; box-shadow: var(--adtl-card-shadow); }
.adtl-elegant.adtl-home #contact .icon-box { border-radius: 15px; background: linear-gradient(145deg, #fff, #ececec); box-shadow: 0 7px 14px -10px rgb(0 0 0 / 30%); }

/* Guides, offres et cartes de produits : conserver les images et contrôles. */
.adtl-elegant .guide-card { display: flex; flex-direction: column; padding: 28px; }
.adtl-elegant .guide-card .adtl-feature-icon { margin-bottom: 26px; }
.adtl-elegant .guide-card h3 { font-size: 20px; line-height: 1.35; letter-spacing: -.025em; }
.adtl-elegant .guide-card .gc-link { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 18px; border-top: 1px solid #ddd; color: #171717; }
.adtl-elegant .path-card { box-shadow: var(--adtl-card-shadow); }
.adtl-elegant .path-card > div:first-child { color: #666; }
.adtl-elegant .path-card .path-arrow { color: #171717; }
.adtl-elegant :is(.card, .vehicle-card) { border-radius: 24px; box-shadow: var(--adtl-card-shadow); }
.adtl-elegant.adtl-home #formation-grid > a.card { border-radius: 24px !important; border-color: #dadada; box-shadow: var(--adtl-card-shadow); }
.adtl-elegant.adtl-home #formation-grid > a.card > div:last-child { padding: 26px !important; }
.adtl-elegant.adtl-home #formation-grid > a.card::after { background: #171717; color: #fff; border-color: #171717; }
.adtl-elegant.adtl-home .formation-media > div span { background: #171717 !important; color: #fff !important; border: 1px solid #555; }
.adtl-elegant .services-section .service-grid > article { padding: 28px; }
.adtl-elegant .services-section .service-grid > article > svg { width: 56px; height: 56px; padding: 14px; border: 1px solid #ddd; border-radius: 17px; background: linear-gradient(145deg, #fff, #eee); color: #171717; box-sizing: content-box; }
.adtl-elegant :is(.form-card, .sim-card, .lead-form, .selection-panel) { border-radius: 24px; box-shadow: var(--adtl-card-shadow); }
.adtl-elegant :is(.form-card, .sim-card, .lead-form, .selection-panel):hover,
.adtl-elegant .card:has(form):hover { transform: none !important; }
.adtl-elegant.adtl-home #faq .card { border-radius: 18px; background: #fff; box-shadow: none; }
.adtl-elegant.adtl-home #faq .faq-arrow { background: #f6f6f6; border-color: #d7d7d7; }
.adtl-elegant .adtl-content-card:focus-within,
.adtl-elegant .guide-card:focus-visible { outline: 2px solid #171717; outline-offset: 4px; }
@media (hover: hover) and (pointer: fine) {
  .adtl-elegant :is(a.adtl-content-card, .adtl-content-card:has(a), a.guide-card):hover { transform: translateY(-5px); border-color: #aaa; box-shadow: 0 26px 44px -24px rgb(0 0 0 / 28%); }
  .adtl-elegant .adtl-content-dark:has(a):hover { border-color: #777; box-shadow: 0 28px 44px -24px rgb(0 0 0 / 50%); }
  .adtl-elegant .adtl-content-card:not(a):not(:has(a)):hover { transform: none; }
}
@media (max-width: 600px) {
  .adtl-elegant.adtl-home #services .adtl-service-card,
  .adtl-elegant.adtl-home .adtl-benefit-card,
  .adtl-elegant .guide-card { padding: 26px !important; }
  .adtl-elegant.adtl-home #services .adtl-service-card h3 { min-height: 0; font-size: 22px !important; }
  .adtl-elegant .adtl-feature-top { margin-bottom: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .adtl-elegant :is(.adtl-content-card, .guide-card, .doc-card, .path-card, .info-card),
  .adtl-elegant :is(.adtl-content-card, .guide-card, .doc-card, .path-card, .info-card):hover { transition: none !important; transform: none !important; }
}
