/* =========================================================
   DTGO CLEAN 2030 — CSS global complet propre
   Compatible header dtgo-headerx + JS wp_enqueue_scripts
========================================================= */

/* =========================================================
   Variables globales
========================================================= */
:root{
  --dtgo-bg:#050914;
  --dtgo-bg-2:#071120;
  --dtgo-bg-3:#06131a;

  --dtgo-panel:rgba(255,255,255,.075);
  --dtgo-panel-strong:rgba(255,255,255,.105);
  --dtgo-panel-soft:rgba(255,255,255,.04);
  --dtgo-border:rgba(255,255,255,.13);
  --dtgo-border-strong:rgba(255,255,255,.19);

  --dtgo-text:#eaf2ff;
  --dtgo-soft:#a8b7cc;
  --dtgo-muted:#7d8da6;

  --dtgo-blue:#38bdf8;
  --dtgo-blue-soft:rgba(56,189,248,.16);
  --dtgo-green:#34d399;
  --dtgo-green-soft:rgba(52,211,153,.16);
  --dtgo-mint:#a7f3d0;
  --dtgo-orange:#fb923c;
  --dtgo-red:#f43f5e;
  --dtgo-gold:#fde68a;

  --dtgo-radius:22px;
  --dtgo-radius-sm:16px;
  --dtgo-radius-xs:12px;

  --dtgo-shadow:0 22px 60px rgba(0,0,0,.32);
  --dtgo-shadow-sm:0 12px 34px rgba(2,8,23,.22);
  --dtgo-shadow-strong:0 34px 96px rgba(0,0,0,.78);

  --dtgo-header-height:74px;
}

/* =========================================================
   Base site
========================================================= */
html,
body{
  width:100%;
  max-width:100%;
  margin:0;
  overflow-x:hidden;
  background:var(--dtgo-bg);
  color:var(--dtgo-text);
  scroll-behavior:smooth;
}

html.dtgo-headerx-open,
html.dtgo-headerx-open body{
  overflow:hidden;
}

body{
  background:
    radial-gradient(circle at 12% 0%,rgba(56,189,248,.18),transparent 28%),
    radial-gradient(circle at 88% 4%,rgba(251,146,60,.18),transparent 30%),
    linear-gradient(180deg,var(--dtgo-bg) 0%,var(--dtgo-bg-2) 48%,var(--dtgo-bg-3) 100%);
  padding-bottom:76px;
}

body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.64),transparent 82%);
  -webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.64),transparent 82%);
}

body *{
  box-sizing:border-box;
}

img,
video,
iframe,
table{
  max-width:100%;
}

img{
  height:auto;
}

a{
  color:inherit;
}

.wp-site-blocks,
.wp-block-template-part,
main,
.entry-content,
.wp-block-post-content,
.wp-block-html,
.wp-block-group,
.is-layout-constrained,
.is-layout-flow{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  overflow-x:hidden;
}

.alignwide,
.alignfull,
.wp-block-group.alignwide,
.wp-block-group.alignfull{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* =========================================================
   Layout contenu
========================================================= */
.dtgo-wrap{
  width:100%!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:52px 12px;
  color:var(--dtgo-text);
  overflow-x:hidden;
}

.dtgo-wrap *,
.dtgo-footer-min *,
.dtgo-headerx *,
.dtgo-headerx-panel *{
  box-sizing:border-box;
}

.dtgo-article{
  width:100%!important;
  max-width:1120px!important;
  margin:0 auto!important;
}

.dtgo-section{
  margin-bottom:50px;
}

.dtgo-center{
  text-align:center;
}

.dtgo-narrow{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

/* =========================================================
   Blocs glass / cartes
========================================================= */
.dtgo-hero,
.dtgo-section-light,
.dtgo-card,
.dtgo-link-card,
.dtgo-stat,
.dtgo-note,
.dtgo-toc,
.dtgo-faq-item,
.dtgo-related-card,
.dtgo-cta,
.dtgo-cta-article,
.dtgo-article-nav-card,
.dtgo-compare-card,
.dtgo-price-box,
.dtgo-table-wrap{
  position:relative;
  background:linear-gradient(145deg,var(--dtgo-panel),var(--dtgo-panel-soft));
  border:1px solid var(--dtgo-border);
  border-radius:var(--dtgo-radius);
  box-shadow:var(--dtgo-shadow-sm);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  overflow:hidden;
}

.dtgo-hero:before,
.dtgo-cta-article:before,
.dtgo-card:before,
.dtgo-related-card:before,
.dtgo-link-card:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(167,243,208,.65),transparent);
}

/* =========================================================
   Hero
========================================================= */
.dtgo-hero{
  padding:48px 32px;
  background:
    radial-gradient(circle at 16% 10%,rgba(56,189,248,.22),transparent 34%),
    radial-gradient(circle at 85% 0%,rgba(251,146,60,.22),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.045));
  box-shadow:var(--dtgo-shadow),inset 0 1px 0 rgba(255,255,255,.12);
}

.dtgo-hero h1{
  position:relative;
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(38px,5.5vw,66px);
  line-height:1;
  letter-spacing:-.055em;
  text-wrap:balance;
}

.dtgo-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 18px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(56,189,248,.12);
  border:1px solid rgba(56,189,248,.22);
  color:var(--dtgo-mint);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.dtgo-eyebrow:before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:999px;
  background:var(--dtgo-green);
  box-shadow:0 0 14px var(--dtgo-green);
}

.dtgo-lead{
  position:relative;
  margin:0 0 14px;
  color:#eef6ff;
  font-size:21px;
  line-height:1.62;
}

.dtgo-subtext{
  position:relative;
  margin:0;
  color:var(--dtgo-soft);
  font-size:17px;
  line-height:1.7;
}

.dtgo-article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:18px;
  color:var(--dtgo-muted);
  font-size:14px;
  line-height:1.6;
}

.dtgo-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(56,189,248,.13);
  border:1px solid rgba(56,189,248,.24);
  color:var(--dtgo-mint);
  font-size:13px;
  font-weight:900;
}

.dtgo-badge:before{
  content:"";
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--dtgo-blue);
  box-shadow:0 0 12px var(--dtgo-blue);
}

/* =========================================================
   Typographie article
========================================================= */
.dtgo-wrap h2{
  margin:0 0 16px;
  color:#fff;
  font-size:34px;
  line-height:1.14;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.dtgo-wrap h3{
  margin:30px 0 10px;
  color:#fff;
  font-size:23px;
  line-height:1.25;
}

.dtgo-wrap h4{
  margin:24px 0 8px;
  color:#fff;
  font-size:19px;
  line-height:1.35;
}

.dtgo-wrap p{
  color:var(--dtgo-soft);
  line-height:1.78;
}

.dtgo-prose{
  color:var(--dtgo-text);
}

.dtgo-prose h2{
  position:relative;
  margin-top:44px;
  margin-bottom:15px;
  font-size:36px;
  line-height:1.12;
  color:#fff;
  scroll-margin-top:130px;
  letter-spacing:-.04em;
}

.dtgo-prose h2:before{
  content:"";
  display:block;
  width:48px;
  height:3px;
  margin-bottom:14px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--dtgo-green),var(--dtgo-blue),var(--dtgo-orange));
}

.dtgo-prose h3{
  margin-top:32px;
  margin-bottom:10px;
  font-size:24px;
  line-height:1.25;
  color:#fff;
  scroll-margin-top:130px;
}

.dtgo-prose p{
  margin:0;
  color:var(--dtgo-soft);
  font-size:17px;
  line-height:1.86;
}

.dtgo-prose strong{
  color:#fff;
}

.dtgo-prose a,
.dtgo-toc a{
  color:#7dd3fc;
  text-decoration:none;
  border-bottom:1px solid rgba(125,211,252,.38);
}

.dtgo-prose a:hover,
.dtgo-toc a:hover{
  color:var(--dtgo-mint);
  border-bottom-color:var(--dtgo-mint);
}

.dtgo-prose ul,
.dtgo-prose ol{
  margin:0;
  padding-left:24px;
}

.dtgo-prose li,
.dtgo-list li{
  margin-bottom:10px;
  color:#dce8f8;
  line-height:1.76;
}

.dtgo-intro{
  font-size:19px!important;
  line-height:1.9!important;
  color:#dce8f8!important;
}

/* =========================================================
   Boutons
========================================================= */
.dtgo-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  margin-top:28px;
}

.dtgo-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:13px 26px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  transition:transform .18s ease,filter .18s ease,background .18s ease;
}

.dtgo-btn:hover{
  transform:translateY(-2px);
  text-decoration:none;
}

.dtgo-btn-primary{
  background:linear-gradient(135deg,var(--dtgo-green),var(--dtgo-blue) 48%,var(--dtgo-orange));
  color:#07111f!important;
  box-shadow:0 14px 34px rgba(56,189,248,.20);
}

.dtgo-btn-secondary{
  background:rgba(255,255,255,.065);
  color:#eaf2ff!important;
}

.dtgo-btn-secondary:hover{
  background:rgba(56,189,248,.12);
}

/* =========================================================
   Grilles / cartes / listes
========================================================= */
.dtgo-grid,
.dtgo-stats,
.dtgo-related,
.dtgo-article-nav,
.dtgo-compare{
  display:grid;
  gap:16px;
}

.dtgo-grid-3{
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
}

.dtgo-stats{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  margin:32px 0;
}

.dtgo-related,
.dtgo-article-nav,
.dtgo-compare{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  margin:36px 0;
}

.dtgo-card,
.dtgo-link-card,
.dtgo-related-card,
.dtgo-stat,
.dtgo-note,
.dtgo-toc,
.dtgo-cta-article,
.dtgo-article-nav-card,
.dtgo-compare-card,
.dtgo-price-box{
  padding:22px;
}

.dtgo-card strong,
.dtgo-link-card strong,
.dtgo-related-card strong,
.dtgo-article-nav-title{
  display:block;
  color:#fff;
  font-weight:1000;
  line-height:1.35;
}

.dtgo-card p,
.dtgo-link-card span,
.dtgo-related-card span,
.dtgo-stat-label{
  display:block;
  color:var(--dtgo-soft);
  line-height:1.7;
}

.dtgo-link-card,
.dtgo-related-card,
.dtgo-article-nav-card{
  text-decoration:none;
  color:var(--dtgo-text);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.dtgo-link-card:hover,
.dtgo-related-card:hover,
.dtgo-article-nav-card:hover{
  transform:translateY(-2px);
  border-color:rgba(56,189,248,.44);
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.055));
  text-decoration:none;
}

.dtgo-related-card{
  padding-right:40px;
}

.dtgo-related-card:after{
  content:"↗";
  position:absolute;
  right:16px;
  top:14px;
  color:#7dd3fc;
  font-weight:1000;
  opacity:.66;
}

.dtgo-list{
  margin:0;
  padding-left:22px;
}

.dtgo-section-light,
.dtgo-cta{
  padding:32px;
}

/* =========================================================
   Sommaire / notes / stats
========================================================= */
.dtgo-toc{
  margin:30px 0 36px;
}

.dtgo-toc:after{
  content:"Navigation";
  position:absolute;
  right:18px;
  top:14px;
  color:rgba(167,243,208,.24);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.dtgo-toc-title{
  margin:0 0 12px;
  color:#fff;
  font-size:16px;
  font-weight:1000;
}

.dtgo-toc-list{
  margin:0;
  padding-left:18px;
}

.dtgo-toc-list li{
  margin-bottom:9px;
  color:var(--dtgo-soft);
}

.dtgo-note{
  margin:28px 0;
  border-left:4px solid var(--dtgo-blue);
}

.dtgo-note-warn{
  border-left-color:var(--dtgo-orange);
  background:linear-gradient(145deg,rgba(251,146,60,.14),var(--dtgo-panel-soft));
}

.dtgo-note-success{
  border-left-color:var(--dtgo-green);
  background:linear-gradient(145deg,rgba(52,211,153,.14),var(--dtgo-panel-soft));
}

.dtgo-note-title{
  display:block;
  margin-bottom:8px;
  font-size:15px;
  font-weight:1000;
  color:#fff;
}

.dtgo-stat-value,
.dtgo-price-range{
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-size:31px;
  line-height:1.05;
  font-weight:1000;
  letter-spacing:-.05em;
}

.dtgo-price-range{
  color:#7dd3fc;
}

.dtgo-price-note{
  color:var(--dtgo-soft);
  font-size:15px;
  line-height:1.72;
}

/* =========================================================
   Tables / checklists / steps
========================================================= */
.dtgo-table-wrap{
  width:100%;
  max-width:100%;
  margin:32px 0;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
}

.dtgo-table{
  width:100%;
  min-width:680px;
  border-collapse:collapse;
}

.dtgo-table th,
.dtgo-table td{
  padding:17px 15px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid rgba(255,255,255,.10);
  font-size:15px;
  line-height:1.7;
}

.dtgo-table th{
  background:rgba(56,189,248,.14);
  color:#fff;
  font-weight:1000;
}

.dtgo-table td{
  color:var(--dtgo-soft);
}

.dtgo-table tr:last-child td{
  border-bottom:none;
}

.dtgo-checklist{
  margin:25px 0;
  padding:0;
  list-style:none;
}

.dtgo-checklist li{
  position:relative;
  margin:0 0 12px;
  padding:0 0 0 31px;
  color:var(--dtgo-soft);
  line-height:1.82;
}

.dtgo-checklist li:before{
  content:"";
  position:absolute;
  left:0;
  top:.48em;
  width:18px;
  height:18px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--dtgo-green),var(--dtgo-blue));
}

.dtgo-checklist li:after{
  content:"✓";
  position:absolute;
  left:4px;
  top:.16em;
  color:#031019;
  font-size:13px;
  font-weight:1000;
}

.dtgo-steps{
  display:grid;
  gap:16px;
  margin:32px 0;
}

.dtgo-step{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  padding:20px;
  border:1px solid var(--dtgo-border);
  border-radius:var(--dtgo-radius);
  background:linear-gradient(145deg,var(--dtgo-panel),var(--dtgo-panel-soft));
}

.dtgo-step-num{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--dtgo-blue),var(--dtgo-green));
  color:#06131a;
  font-weight:1000;
}

/* =========================================================
   Citations / images / FAQ
========================================================= */
.dtgo-quote{
  margin:32px 0;
  padding:24px 26px;
  border-left:4px solid var(--dtgo-blue);
  background:linear-gradient(145deg,rgba(56,189,248,.13),rgba(255,255,255,.04));
  border-radius:0 22px 22px 0;
}

.dtgo-quote p{
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.8;
}

.dtgo-figure,
.dtgo-hero-image{
  margin:32px 0;
}

.dtgo-figure img,
.dtgo-hero-image img{
  display:block;
  width:100%;
  height:auto;
  border-radius:24px;
  border:1px solid var(--dtgo-border);
  box-shadow:var(--dtgo-shadow);
}

.dtgo-caption,
.dtgo-hero-image figcaption{
  margin-top:10px;
  color:var(--dtgo-soft);
  font-size:14px;
  text-align:center;
}

.dtgo-faq{
  margin:36px 0;
}

.dtgo-faq-item{
  margin-bottom:13px;
}

.dtgo-faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:19px 22px;
  color:#fff;
  font-weight:1000;
  line-height:1.6;
}

.dtgo-faq-item summary::-webkit-details-marker{
  display:none;
}

.dtgo-faq-item[open] summary{
  border-bottom:1px solid rgba(255,255,255,.11);
  background:rgba(56,189,248,.095);
}

.dtgo-faq-content{
  padding:19px 22px;
  color:var(--dtgo-soft);
  line-height:1.82;
}

.dtgo-article-nav-label{
  display:block;
  margin-bottom:8px;
  color:#7dd3fc;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.dtgo-anchor-link{
  margin-left:8px;
  opacity:.36;
  color:#7dd3fc;
  text-decoration:none;
  font-weight:1000;
}

.dtgo-anchor:hover .dtgo-anchor-link{
  opacity:1;
}

.dtgo-cta-article{
  text-align:center;
  background:
    radial-gradient(circle at 20% 0%,rgba(52,211,153,.22),transparent 36%),
    radial-gradient(circle at 85% 10%,rgba(251,146,60,.18),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.045));
  box-shadow:var(--dtgo-shadow);
}

.dtgo-cta-article h2{
  margin:0 0 10px;
}

.dtgo-cta-article p{
  margin:0 auto;
  max-width:760px;
}

/* =========================================================
   Proof items
========================================================= */
.dtgo-proof{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:26px auto 0;
  max-width:860px;
}

.dtgo-proof-item{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:12px 14px;
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.14);
  color:#eaf2ff;
  font-size:14px;
  font-weight:900;
  line-height:1.25;
  text-align:center;
  box-shadow:0 12px 30px rgba(2,8,23,.18);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.dtgo-proof-item:before{
  content:"";
  width:7px;
  height:7px;
  margin-right:8px;
  flex:0 0 7px;
  border-radius:999px;
  background:#34d399;
  box-shadow:0 0 12px rgba(52,211,153,.9);
}

/* =========================================================
   HEADER X — Futuriste 2030
========================================================= */
.dtgo-headerx{
  position:sticky;
  top:0;
  z-index:999990;
  width:100%;
  max-width:100vw;
  padding:10px 10px 8px;
  overflow:hidden;
  isolation:isolate;
  border-bottom:1px solid rgba(255,255,255,.13);
  background:
    radial-gradient(circle at 12% 0%,rgba(56,189,248,.24),transparent 32%),
    radial-gradient(circle at 90% 0%,rgba(251,146,60,.20),transparent 34%),
    linear-gradient(135deg,rgba(5,8,18,.975),rgba(7,21,35,.96) 48%,rgba(3,26,24,.96));
  box-shadow:0 22px 70px rgba(2,6,23,.42);
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);
}

.dtgo-headerx-bg{
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg,transparent 0%,rgba(167,243,208,.13) 50%,transparent 100%),
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:100% 100%,34px 34px,34px 34px;
  opacity:.75;
}

.dtgo-headerx-bg:after{
  content:"";
  position:absolute;
  left:-30%;
  top:0;
  width:30%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(125,211,252,.18),transparent);
  transform:skewX(-18deg);
  animation:dtgo-headerx-scan 8s linear infinite;
}

@keyframes dtgo-headerx-scan{
  0%{left:-35%}
  100%{left:120%}
}

.dtgo-headerx-shell{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  gap:14px;
  align-items:center;
}

.dtgo-headerx-brand{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:0;
  color:#fff;
  text-decoration:none;
  overflow:hidden;
}

.dtgo-headerx-brand:hover{
  text-decoration:none;
}

.dtgo-headerx-mark{
  position:relative;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:50px;
  height:50px;
  border-radius:20px;
  background:conic-gradient(from 140deg,#22d3ee,#a7f3d0,#fbbf24,#fb7185,#22d3ee);
  color:#07111f;
  font-size:13px;
  font-weight:1000;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.18) inset,
    0 14px 34px rgba(56,189,248,.18);
  overflow:hidden;
}

.dtgo-headerx-mark:after{
  content:"";
  position:absolute;
  inset:5px;
  border-radius:15px;
  background:rgba(255,255,255,.24);
  mix-blend-mode:overlay;
}

.dtgo-headerx-brandtext{
  display:flex;
  flex-direction:column;
  min-width:0;
  line-height:.98;
  overflow:hidden;
}

.dtgo-headerx-brandtext strong{
  color:#fff;
  font-size:17px;
  font-weight:1000;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.dtgo-headerx-brandtext em{
  margin-top:4px;
  color:#99f6e4;
  font-size:11px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  white-space:nowrap;
}

.dtgo-headerx-nav{
  justify-self:center;
  display:flex;
  gap:6px;
  width:min(64vw,940px);
  max-width:100%;
  min-width:0;
  padding:6px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  overflow:hidden;
  flex-wrap:nowrap;
  white-space:nowrap;
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}

.dtgo-headerx-nav a{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  min-height:36px;
  padding:0 12px;
  border-radius:999px;
  color:rgba(255,255,255,.84);
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
  animation:dtgo-headerx-nav-slide 28s ease-in-out infinite alternate;
  will-change:transform;
}

.dtgo-headerx-nav:hover a{
  animation-play-state:paused;
}

.dtgo-headerx-nav a:hover{
  background:rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
}

@keyframes dtgo-headerx-nav-slide{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(-240px,0,0)}
}

.dtgo-headerx-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  margin-left:12px;
  margin-right:4px;
  border-radius:999px;
  background:linear-gradient(135deg,#fde68a 0%,#fb923c 48%,#f43f5e 100%);
  color:#111827!important;
  text-decoration:none;
  font-size:14px;
  font-weight:1000;
  white-space:nowrap;
  box-shadow:
    0 12px 28px rgba(251,146,60,.20),
    0 0 0 1px rgba(255,255,255,.14) inset;
  transition:transform .18s ease,filter .18s ease;
}

.dtgo-headerx-cta:hover{
  filter:saturate(1.08);
  transform:translateY(-1px);
  text-decoration:none;
}

.dtgo-headerx-burger{
  display:grid;
  place-items:center;
  gap:4px;
  width:46px;
  height:46px;
  padding:0;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  color:#fff;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}

.dtgo-headerx-burger span{
  display:block;
  width:19px;
  height:2px;
  border-radius:999px;
  background:#fff;
  transition:transform .18s ease,opacity .18s ease;
}

html.dtgo-headerx-open .dtgo-headerx-burger span:nth-child(1){
  transform:translateY(6px) rotate(45deg);
}

html.dtgo-headerx-open .dtgo-headerx-burger span:nth-child(2){
  opacity:0;
}

html.dtgo-headerx-open .dtgo-headerx-burger span:nth-child(3){
  transform:translateY(-6px) rotate(-45deg);
}

.dtgo-headerx-rail{
  display:none;
  width:max-content;
  max-width:none;
  margin:8px 0 0;
  padding:0 12px 4px;
  gap:8px;
  overflow:visible;
  white-space:nowrap;
  scrollbar-width:none;
}

.dtgo-headerx-rail::-webkit-scrollbar{
  display:none;
}

.dtgo-headerx-rail-track{
  display:flex;
  gap:8px;
  width:max-content;
  animation:dtgo-headerx-rail-scroll 28s linear infinite;
  will-change:transform;
}

.dtgo-headerx-rail:hover .dtgo-headerx-rail-track,
.dtgo-headerx-rail:active .dtgo-headerx-rail-track{
  animation-play-state:paused;
}

.dtgo-headerx-rail a{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.82);
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}

@keyframes dtgo-headerx-rail-scroll{
  0%{transform:translate3d(0,0,0)}
  92%{transform:translate3d(-58%,0,0)}
  100%{transform:translate3d(0,0,0)}
}

/* =========================================================
   Header cockpit / overlay
========================================================= */
.dtgo-headerx-overlay{
  position:fixed;
  inset:0;
  z-index:2147483000;
  background:rgba(2,6,23,.64);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}

html.dtgo-headerx-open .dtgo-headerx-overlay{
  opacity:1;
  pointer-events:auto;
}

.dtgo-headerx-panel{
  position:fixed;
  right:14px;
  top:82px;
  z-index:2147483001;
  width:min(94vw,560px);
  max-width:calc(100vw - 28px);
  max-height:calc(100dvh - 94px);
  padding:14px;
  border-radius:28px;
  background:
    radial-gradient(circle at 14% 0%,rgba(56,189,248,.18),transparent 34%),
    radial-gradient(circle at 92% 0%,rgba(251,146,60,.16),transparent 32%),
    linear-gradient(145deg,rgba(6,12,28,.985),rgba(5,34,34,.985));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:var(--dtgo-shadow-strong);
  overflow-y:auto;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  opacity:0;
  pointer-events:none;
  transform:translate3d(0,-10px,0) scale(.98);
  transition:opacity .22s ease,transform .22s ease;
}

html.dtgo-headerx-open .dtgo-headerx-panel{
  opacity:1;
  pointer-events:auto;
  transform:translate3d(0,0,0) scale(1);
}

.dtgo-headerx-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.dtgo-headerx-panel-head p{
  display:none!important;
}

.dtgo-headerx-panel-head strong{
  display:block;
  color:var(--dtgo-blue);
  font-size:clamp(22px,5vw,30px);
  font-weight:1000;
  line-height:1;
  letter-spacing:-.045em;
  text-shadow:0 0 18px rgba(56,189,248,.35);
}

.dtgo-headerx-close,
.dtgo-headerx-panel-head button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-width:76px;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:13px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
}

.dtgo-headerx-close:hover,
.dtgo-headerx-panel-head button:hover{
  background:rgba(255,255,255,.16);
}

.dtgo-headerx-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.dtgo-headerx-grid a{
  display:block;
  min-height:64px;
  padding:11px 13px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.11);
  text-decoration:none;
  overflow:hidden;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.dtgo-headerx-grid a:hover{
  transform:translateY(-2px);
  border-color:rgba(167,243,208,.32);
  background:rgba(255,255,255,.10);
  text-decoration:none;
}

.dtgo-headerx-grid a strong{
  display:block;
  margin-bottom:3px;
  color:#fff;
  font-size:15px;
  font-weight:1000;
  line-height:1.18;
}

.dtgo-headerx-grid a span{
  display:block;
  color:rgba(255,255,255,.66);
  font-size:11.5px;
  line-height:1.25;
}

.dtgo-headerx-panel-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  margin-top:10px;
  margin-bottom:2px;
  border-radius:18px;
  background:linear-gradient(135deg,#fde68a,#fb923c 50%,#f43f5e);
  color:#111827!important;
  font-size:15px;
  font-weight:1000;
  text-decoration:none;
}

.dtgo-headerx-panel-cta:hover{
  text-decoration:none;
  filter:saturate(1.08);
}

/* =========================================================
   Footer
========================================================= */
.dtgo-footer-min{
  width:100%;
  max-width:100vw;
  margin:0;
  padding:18px 16px 14px;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.02));
  border-top:1px solid rgba(255,255,255,.10);
  color:var(--dtgo-soft);
  overflow:hidden;
}

.dtgo-footer-min-inner{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
}

.dtgo-footer-min-brand{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  line-height:1;
}

.dtgo-footer-min-brand strong{
  color:#fff;
  font-size:15px;
  font-weight:1000;
}

.dtgo-footer-min-brand span{
  margin-top:4px;
  color:#99f6e4;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.dtgo-footer-min-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 14px;
}

.dtgo-footer-min-links a,
.dtgo-footer-min-bottom a{
  color:rgba(234,242,255,.76);
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}

.dtgo-footer-min-links a:hover,
.dtgo-footer-min-bottom a:hover{
  color:var(--dtgo-mint);
  text-decoration:none;
}

.dtgo-footer-min-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#fde68a,#fb923c 55%,#f43f5e);
  color:#111827!important;
  text-decoration:none;
  font-size:12px;
  font-weight:1000;
}

.dtgo-footer-min-bottom{
  width:100%;
  max-width:1180px;
  margin:12px auto 0;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  color:rgba(168,183,204,.72);
  font-size:12px;
}

.dtgo-footer-min-bottom nav{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

/* =========================================================
   CTA flottant
========================================================= */
.dtgo-floating-cta{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:999997;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:auto;
  max-width:calc(100vw - 36px);
  min-height:50px;
  padding:0 18px 0 12px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:
    radial-gradient(circle at 18% 20%,rgba(167,243,208,.45),transparent 28%),
    linear-gradient(135deg,#34d399 0%,#38bdf8 48%,#fb923c 100%);
  color:#07111f!important;
  font-family:inherit;
  font-size:14px;
  font-weight:1000;
  line-height:1;
  letter-spacing:-.01em;
  text-decoration:none!important;
  white-space:nowrap;
  box-shadow:
    0 18px 48px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.12) inset,
    0 0 26px rgba(56,189,248,.22);
  cursor:pointer;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  transition:transform .18s ease,filter .18s ease;
}

.dtgo-floating-cta:before{
  content:"";
  position:absolute;
  inset:-6px;
  z-index:-1;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(52,211,153,.28),rgba(56,189,248,.22),rgba(251,146,60,.22));
  filter:blur(14px);
  opacity:.9;
}

.dtgo-floating-cta:hover{
  transform:translateY(-2px);
  filter:saturate(1.1);
}

.dtgo-floating-cta-icon{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:999px;
  background:rgba(5,9,20,.22);
  color:#07111f;
  font-size:16px;
  font-weight:1000;
}

.dtgo-floating-cta-text{
  display:block;
}

/* =========================================================
   Responsive desktop
========================================================= */
@media (min-width:1120px){
  .dtgo-headerx-nav{
    display:flex!important;
  }

  .dtgo-headerx-rail{
    display:none!important;
  }
}

@media (min-width:1024px){
  .dtgo-floating-cta{
    right:24px;
    bottom:24px;
    min-height:54px;
    padding:0 22px 0 14px;
    font-size:15px;
  }

  .dtgo-floating-cta-icon{
    width:30px;
    height:30px;
    flex-basis:30px;
  }
}

/* =========================================================
   Responsive tablette / mobile
========================================================= */
@media (max-width:1119px){
  .dtgo-headerx-shell{
    grid-template-columns:auto minmax(0,1fr) auto auto;
  }

  .dtgo-headerx-nav{
    display:none!important;
  }

  .dtgo-headerx-rail{
    display:flex!important;
  }
}

@media (max-width:768px){
  .wp-site-blocks,
  .wp-block-group,
  .is-layout-constrained,
  .is-layout-flow,
  .entry-content,
  .wp-block-post-content,
  .wp-block-html{
    padding-left:0!important;
    padding-right:0!important;
    margin-left:0!important;
    margin-right:0!important;
    max-width:100vw!important;
    width:100%!important;
  }

  .dtgo-wrap{
    max-width:100vw!important;
    padding:28px 8px!important;
  }

  .dtgo-article{
    max-width:100vw!important;
  }

  .dtgo-hero{
    padding:28px 14px!important;
    border-radius:20px;
  }

  .dtgo-hero h1{
    font-size:clamp(32px,10vw,44px);
  }

  .dtgo-lead{
    font-size:17px;
  }

  .dtgo-section{
    margin-bottom:34px;
  }

  .dtgo-section-light,
  .dtgo-cta{
    padding:20px 14px;
    border-radius:20px;
  }

  .dtgo-actions{
    flex-direction:column;
  }

  .dtgo-btn{
    width:100%;
    min-height:50px;
  }

  .dtgo-prose h2{
    font-size:28px;
  }

  .dtgo-prose h3{
    font-size:20px;
  }

  .dtgo-prose p{
    font-size:16px;
    line-height:1.82;
  }

  .dtgo-toc,
  .dtgo-note,
  .dtgo-cta-article{
    padding:16px 14px;
  }

  .dtgo-card,
  .dtgo-link-card,
  .dtgo-related-card,
  .dtgo-compare-card,
  .dtgo-article-nav-card{
    padding:16px;
  }

  .dtgo-table{
    min-width:560px;
  }

  .dtgo-related,
  .dtgo-stats,
  .dtgo-compare,
  .dtgo-article-nav,
  .dtgo-grid-3{
    grid-template-columns:1fr;
  }

  .dtgo-step{
    grid-template-columns:1fr;
  }

  .dtgo-proof{
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:22px;
  }

  .dtgo-proof-item{
    min-height:48px;
    padding:10px 12px;
    border-radius:16px;
    font-size:13px;
  }

  .dtgo-footer-min{
    padding:18px 10px;
  }

  .dtgo-footer-min-inner{
    grid-template-columns:1fr;
    gap:14px;
    text-align:center;
  }

  .dtgo-footer-min-brand{
    align-items:center;
  }

  .dtgo-footer-min-links{
    justify-content:center;
  }

  .dtgo-footer-min-cta{
    justify-self:center;
  }

  .dtgo-footer-min-bottom{
    flex-direction:column;
    gap:8px;
    text-align:center;
  }

  .dtgo-footer-min-bottom nav{
    justify-content:center;
  }

  .dtgo-floating-cta{
    right:14px;
    bottom:14px;
    min-height:48px;
    padding:0 16px 0 12px;
    font-size:14px;
  }

  .dtgo-floating-cta-icon{
    width:28px;
    height:28px;
    flex-basis:28px;
  }

  body{
    padding-bottom:70px;
  }
}

@media (max-width:640px){
  .dtgo-headerx{
    padding:8px 8px 7px;
  }

  .dtgo-headerx-shell{
    grid-template-columns:auto minmax(0,1fr) auto auto;
    gap:8px;
  }

  .dtgo-headerx-mark{
    width:42px;
    height:42px;
    border-radius:17px;
    font-size:12px;
  }

  .dtgo-headerx-brand{
    gap:9px;
  }

  .dtgo-headerx-brandtext strong{
    max-width:112px;
    font-size:14px;
  }

  .dtgo-headerx-brandtext em{
    max-width:112px;
    font-size:9px;
    letter-spacing:.12em;
  }

  .dtgo-headerx-cta{
    min-height:38px;
    max-width:150px;
    padding:0 14px;
    margin-left:6px;
    margin-right:0;
    font-size:12px;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .dtgo-headerx-burger{
    width:38px;
    height:38px;
    border-radius:15px;
  }

  .dtgo-headerx-panel{
    left:8px;
    right:8px;
    top:76px;
    width:auto;
    max-width:none;
    max-height:calc(100dvh - 84px);
    padding:12px;
    border-radius:22px;
  }

  .dtgo-headerx-panel-head strong{
    color:var(--dtgo-blue);
    font-size:22px;
    line-height:1;
    text-shadow:0 0 18px rgba(56,189,248,.35);
  }

  .dtgo-headerx-grid{
    grid-template-columns:1fr;
    gap:8px;
  }

  .dtgo-headerx-grid a{
    min-height:58px;
    padding:10px 12px;
  }

  .dtgo-headerx-rail{
    margin-top:7px;
    padding-left:10px;
    padding-right:10px;
  }

  .dtgo-headerx-rail-track{
    gap:7px;
    animation-duration:24s;
  }

  .dtgo-headerx-rail a{
    min-height:31px;
    padding:0 11px;
    font-size:11px;
  }

  .admin-bar .dtgo-headerx{
    top:46px;
  }

  .admin-bar .dtgo-headerx-panel{
    top:122px;
    max-height:calc(100dvh - 130px);
  }
}

@media (max-width:420px){
  .dtgo-headerx-brandtext strong,
  .dtgo-headerx-brandtext em{
    max-width:88px;
  }

  .dtgo-headerx-cta{
    max-width:126px;
    padding-left:11px;
    padding-right:11px;
    font-size:11px;
  }

  .dtgo-headerx-shell{
    gap:6px;
  }

  .dtgo-headerx-panel{
    top:72px;
    max-height:calc(100dvh - 80px);
    padding:10px;
  }

  .dtgo-headerx-panel-head strong{
    color:var(--dtgo-blue);
    font-size:21px;
    line-height:1;
    text-shadow:0 0 18px rgba(56,189,248,.35);
  }

  .dtgo-headerx-grid a{
    min-height:55px;
    padding:9px 11px;
  }

  .dtgo-headerx-grid a strong{
    font-size:14.5px;
  }

  .dtgo-headerx-grid a span{
    font-size:11px;
  }

  .dtgo-proof{
    grid-template-columns:1fr;
  }

  .dtgo-proof-item{
    min-height:44px;
  }

  .dtgo-floating-cta{
    right:10px;
    bottom:10px;
    min-height:44px;
    padding:0 13px 0 10px;
    font-size:13px;
  }

  .dtgo-floating-cta-icon{
    width:25px;
    height:25px;
    flex-basis:25px;
  }
}

@media (max-width:374px){
  .dtgo-headerx-brandtext{
    display:none;
  }

  .dtgo-headerx-cta{
    max-width:112px;
    font-size:10px;
    padding-left:10px;
    padding-right:10px;
  }
}

@media (min-width:641px){
  .admin-bar .dtgo-headerx{
    top:32px;
  }

  .admin-bar .dtgo-headerx-panel{
    top:118px;
    max-height:calc(100dvh - 130px);
  }
}

/* =========================================================
   Accessibilité
========================================================= */
@media (prefers-reduced-motion:reduce){
  *,
  *:before,
  *:after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important;
  }

  .dtgo-headerx-nav a,
  .dtgo-headerx-rail-track,
  .dtgo-headerx-bg:after{
    transform:none!important;
  }
}