:root {
    --sd-navy: #0b2f57;
    --sd-navy-2: #123e70;
    --sd-blue: #235eae;
    --sd-blue-soft: #eaf2fb;
    --sd-teal: #238f96;
    --sd-green: #4f8d3c;
    --sd-green-soft: #edf6e9;
    --sd-lime: #87b85b;
    --sd-ink: #102033;
    --sd-muted: #627084;
    --sd-line: #dfe7ef;
    --sd-surface: #f7fafc;
    --sd-white: #ffffff;
    --sd-shadow: 0 18px 50px rgba(11, 47, 87, .10);
}

html { scroll-behavior: smooth; }
body {
    color: var(--sd-ink);
    background: var(--sd-white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.skip-link { position: fixed; z-index: 2000; top: .5rem; left: .5rem; background: #fff; padding: .7rem 1rem; border-radius: .5rem; }
.section-space { padding: 6.5rem 0; }

.sd-navbar {
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(11,47,87,.08);
    backdrop-filter: blur(14px);
}
.sd-brand { gap: .55rem; }
.brand-mark { width: 42px; height: 46px; object-fit: contain; }
.brand-wordmark { font-size: 1.55rem; line-height: 1; font-weight: 760; letter-spacing: -.045em; }
.brand-sol { color: var(--sd-navy); }
.brand-data { color: var(--sd-blue); }
.brand-synth { color: var(--sd-green); }
.nav-link { color: #334155; font-weight: 600; padding-inline: .72rem !important; }
.nav-link:hover, .nav-link:focus { color: var(--sd-blue); }
.lang-switch { border-color: var(--sd-line) !important; background: #fff; }
.lang-switch a { color: #6b7280; font-size: .78rem; font-weight: 800; }
.lang-switch a.active { background: var(--sd-navy); color: #fff; }

.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(35,94,174,.08), transparent 31%),
        radial-gradient(circle at 88% 26%, rgba(79,141,60,.10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}
.hero::after {
    content: "";
    position: absolute;
    inset: auto -8rem -13rem auto;
    width: 28rem;
    height: 28rem;
    border: 1px solid rgba(35,143,150,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(35,94,174,.025), 0 0 0 120px rgba(79,141,60,.02);
}
.hero-inner { padding-top: 6.5rem; padding-bottom: 6rem; position: relative; z-index: 1; }
.hero-copy { max-width: 760px; }
.eyebrow {
    color: var(--sd-blue);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .095em;
    text-transform: uppercase;
}
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--sd-blue), var(--sd-green)); }
.eyebrow-green { color: var(--sd-green); }
.hero-title {
    max-width: 760px;
    color: var(--sd-ink);
    font-size: clamp(3rem, 5.2vw, 5.25rem);
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: -.055em;
}
.hero-text { color: var(--sd-muted); font-size: clamp(1.06rem, 1.35vw, 1.28rem); line-height: 1.72; max-width: 760px; }
.btn { border-radius: .8rem; font-weight: 700; }
.btn-primary { background: linear-gradient(135deg, var(--sd-blue), #2b6fc8); border-color: var(--sd-blue); box-shadow: 0 10px 25px rgba(35,94,174,.18); }
.btn-primary:hover, .btn-primary:focus { background: var(--sd-navy-2); border-color: var(--sd-navy-2); }
.btn-outline-brand { color: var(--sd-navy); border: 1px solid #aebfd1; background: rgba(255,255,255,.72); }
.btn-outline-brand:hover { background: var(--sd-navy); color: #fff; border-color: var(--sd-navy); }

.hero-visual {
    position: relative;
    min-height: 0;
    padding: 2rem;
    border: 1px solid rgba(11,47,87,.12);
    border-radius: 1.8rem;
    background: rgba(255,255,255,.78);
    box-shadow: var(--sd-shadow);
    backdrop-filter: blur(10px);
    overflow: hidden;
}
.hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(35,94,174,.06), transparent 45%, rgba(79,141,60,.08));
    pointer-events: none;
}
.visual-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.visual-kicker { color: var(--sd-muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.visual-chip { color: var(--sd-green); background: var(--sd-green-soft); border: 1px solid #dbeccf; padding: .38rem .65rem; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.visual-title { position: relative; z-index: 2; margin: 1.35rem 0 .75rem; font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.05; letter-spacing: -.045em; }
.visual-text { position: relative; z-index: 2; color: var(--sd-muted); line-height: 1.65; max-width: 92%; }
.visual-map {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 215px;
    margin-top: 1.35rem;
    border-radius: 1.35rem;
    background: linear-gradient(145deg, rgba(11,47,87,.97), rgba(18,62,112,.94));
    overflow: hidden;
}
.visual-map::before { content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: 22px 22px; opacity:.55; }
.route { position:absolute; border:2px solid rgba(255,255,255,.22); border-radius:50%; transform:rotate(-18deg); }
.route-1 { width:260px;height:100px;left:35px;top:70px; }
.route-2 { width:190px;height:70px;left:135px;top:95px; border-color:rgba(135,184,91,.28); }
.route-3 { width:120px;height:45px;left:220px;top:50px; border-color:rgba(35,143,150,.32); }
.node { position:absolute; z-index:2; width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.22); }
.node-data{left:34px;top:40px;background:var(--sd-blue)}
.node-territory{left:142px;top:112px;background:var(--sd-green)}
.node-digital{right:76px;top:38px;background:var(--sd-teal)}
.node-impact{right:32px;bottom:30px;background:var(--sd-lime);color:var(--sd-navy)}
.signal-card { position:absolute; z-index:2; color:#fff; display:flex; flex-direction:column; gap:.1rem; }
.signal-card strong{font-size:.95rem}.signal-card small{color:rgba(255,255,255,.7)}
.signal-card-1{left:86px;top:43px}.signal-card-2{left:194px;bottom:24px}

.audience-band {
    padding: 1.8rem 0 2rem;
    border-top: 1px solid var(--sd-line);
    border-bottom: 1px solid var(--sd-line);
    background: #fff;
}
.audience-heading { width: 100%; }
.band-label {
    color: var(--sd-muted);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .095em;
}
.audience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: .9rem;
}
.audience-item {
    min-height: 54px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:.55rem;
    padding:.72rem 1rem;
    border-radius:999px;
    border:0;
    font-weight:750;
    color:#fff;
    box-shadow:0 8px 20px rgba(11,47,87,.10);
}
.audience-item i { color:inherit; font-size:1.05rem; }
.audience-item:nth-child(1) { background: var(--sd-navy); }
.audience-item:nth-child(2) { background: var(--sd-blue); }
.audience-item:nth-child(3) { background: var(--sd-green); }
.audience-item:nth-child(4) { background: linear-gradient(90deg, var(--sd-teal), var(--sd-lime)); color:#fff; }

.section-title { color: var(--sd-ink); font-size: clamp(2.2rem, 3.5vw, 3.7rem); line-height: 1.08; font-weight: 800; letter-spacing: -.045em; }
.section-intro { color: var(--sd-muted); font-size: 1.08rem; line-height: 1.75; }
.service-card { position:relative; border:1px solid var(--sd-line); border-radius:1.4rem; background:#fff; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; overflow:hidden; }
.service-card::before { content:""; position:absolute; inset:0 auto 0 0; width:4px; background:var(--card-accent,var(--sd-blue)); opacity:.9; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--sd-shadow); border-color:#c9d8e7; }
.service-card p { color:var(--sd-muted); line-height:1.72; }
.service-icon { width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:color-mix(in srgb, var(--card-accent,var(--sd-blue)) 10%, white);color:var(--card-accent,var(--sd-blue));font-size:1.4rem; }
.card-number { color:#9aacbf; font-size:.8rem; font-weight:800; letter-spacing:.08em; }
.card-data{--card-accent:var(--sd-blue)}.card-territory{--card-accent:var(--sd-green)}.card-digital{--card-accent:var(--sd-teal)}.card-impact{--card-accent:var(--sd-lime)}

.territory-section { background: linear-gradient(180deg, #f8fbfd 0%, #f4f8f2 100%); border-top:1px solid #edf2f7; border-bottom:1px solid #e7eee2; }
.status-badge { display:inline-flex; align-items:center; color:var(--sd-green); background:#fff; border:1px solid #dbe7d6; border-radius:999px; padding:.5rem .75rem; font-size:.78rem; font-weight:800; }
.observatory-card { min-height: 420px; border-radius:1.7rem; padding:2rem; background:linear-gradient(145deg,var(--sd-navy),#123e70 58%,#166873); color:#fff; box-shadow:0 22px 55px rgba(11,47,87,.18); overflow:hidden; position:relative; }
.observatory-card::after { content:""; position:absolute; width:280px;height:280px;border-radius:50%;right:-90px;top:-90px;background:rgba(135,184,91,.11);box-shadow:0 0 0 55px rgba(35,143,150,.07); }
.observatory-header, .observatory-grid, .mini-chart, .observatory-card .text-link { position:relative; z-index:2; }
.observatory-header small { color:rgba(255,255,255,.58); text-transform:uppercase; font-weight:800; letter-spacing:.09em; }
.observatory-header h3 { margin:.35rem 0 0; font-size:1.65rem; }
.observatory-dot{width:12px;height:12px;border-radius:50%;background:var(--sd-lime);box-shadow:0 0 0 7px rgba(135,184,91,.16)}
.observatory-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.85rem; margin:2rem 0; }
.observatory-grid div { display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:1rem; }
.observatory-grid i { color:#b8dd8e; }
.mini-chart { height:115px; display:flex; align-items:end; gap:9px; padding:0 4px 1rem; border-bottom:1px solid rgba(255,255,255,.14); }
.mini-chart span { flex:1; max-width:36px; border-radius:6px 6px 2px 2px; background:linear-gradient(180deg,#8fbe62,#2f9b91); opacity:.9; }
.observatory-card .text-link { display:inline-block; margin-top:1.25rem; color:#fff; }

.impact-section { background:#fff; }
.impact-shell { border-radius:1.8rem; padding:3.3rem; background:linear-gradient(135deg,var(--sd-navy) 0%,#123e70 48%,#246e69 100%); box-shadow:var(--sd-shadow); }
.impact-label { display:inline-flex;align-items:center;color:#dff1cc;background:#fff;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.48rem .8rem;font-size:.78rem;font-weight:800; }
.impact-lead { color:rgba(255,255,255,.76); font-size:1.08rem; line-height:1.75; }
.impact-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.85rem; }
.impact-action { min-height:62px;display:flex;align-items:center;gap:.7rem;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:1rem;background:#fff;color:#fff;font-weight:650; }
.impact-action i { color:#a9d47b; }
.impact-note { color:rgba(255,255,255,.62); line-height:1.6; font-size:.93rem; }

.about-section { background:#fbfcfd; border-top:1px solid #eff3f6; }
.about-symbol { max-width:390px; aspect-ratio:1/1; display:grid; place-items:center; margin:auto; border-radius:50%; background:radial-gradient(circle,#fff 0%,#f4f8fb 55%,#edf4ef 100%); border:1px solid var(--sd-line); box-shadow:inset 0 0 0 22px rgba(255,255,255,.58); }
.about-symbol img { width:58%; height:auto; }
.values-row { display:flex; flex-wrap:wrap; gap:.65rem; }
.values-row span { padding:.48rem .75rem;border-radius:999px;background:#fff;border:1px solid var(--sd-line);font-size:.82rem;font-weight:750;color:#415166; }

.contact-section { padding-top:0; }
.contact-box { border-radius:1.7rem; padding:3rem; background:linear-gradient(120deg,var(--sd-blue),var(--sd-navy)); color:#fff; box-shadow:0 18px 45px rgba(11,47,87,.16); }
.contact-title { font-size:clamp(2rem,3vw,3.15rem);font-weight:800;letter-spacing:-.04em; }
.contact-copy { color:rgba(255,255,255,.74);font-size:1.08rem;line-height:1.7; }

.sd-footer { background:#071e37;color:rgba(255,255,255,.64); }
.footer-mark { filter:drop-shadow(0 4px 10px rgba(0,0,0,.16)); }
.footer-wordmark .brand-sol,.footer-wordmark .brand-data { color:#fff; }.footer-wordmark .brand-synth{color:#9ac56f}
.footer-copy { color:rgba(255,255,255,.58); }
.footer-links { display:flex;flex-wrap:wrap;gap:1.1rem;justify-content:flex-end; }
.footer-links a { color:rgba(255,255,255,.74);text-decoration:none;font-weight:650;font-size:.9rem; }
.footer-links a:hover { color:#fff; }

@media (max-width: 1199.98px) {
    .hero-title { font-size: clamp(2.8rem, 5vw, 4.5rem); }
    .hero-visual { min-height: 470px; }
}
@media (max-width: 991.98px) {
    .section-space { padding: 4.6rem 0; }
    .hero-inner { padding-top: 4.5rem; padding-bottom: 4.5rem; }
    .hero-visual { min-height: 455px; }
    .audience-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .impact-shell { padding:2.4rem; }
    .footer-links { justify-content:flex-start; }
}
@media (max-width: 575.98px) {
    .brand-mark { width:36px;height:40px; }.brand-wordmark{font-size:1.3rem}
    .hero-inner { padding-top:3.6rem;padding-bottom:3.8rem; }
    .hero-title { font-size:2.7rem; }
    .hero-visual { min-height:480px; padding:1.4rem; }
    .visual-chip { display:none; }
    .visual-map { left:1rem;right:1rem;bottom:1rem; }
    .audience-grid, .observatory-grid, .impact-actions { grid-template-columns:1fr; }
    .impact-shell, .contact-box { padding:2rem 1.4rem; border-radius:1.3rem; }
    .section-title { font-size:2.35rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior:auto !important; transition:none !important; }
}

@media (max-width: 991.98px) {
  .audience-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-visual { margin-top: .5rem; }
}
@media (max-width: 575.98px) {
  .audience-grid { grid-template-columns: 1fr; }
  .audience-item { width: 100%; }
  .visual-map { height: 205px; }
}


/* ===== EXPERTISES PAGE ===== */
.expertise-hero {
    background:
        radial-gradient(circle at 85% 20%, rgba(95,169,56,.10), transparent 30%),
        radial-gradient(circle at 10% 0%, rgba(42,105,190,.10), transparent 28%),
        #fff;
    border-bottom: 1px solid var(--sd-line);
}
.expertise-intro-card {
    background:#fff;
    border:1px solid var(--sd-line);
    border-radius:1.4rem;
    padding:1.5rem;
    box-shadow:0 16px 40px rgba(11,47,87,.07);
}
.method-steps {
    display:grid;
    grid-template-columns:auto 1fr;
    gap:.65rem .8rem;
    align-items:center;
}
.method-steps span {
    width:34px;
    height:34px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:rgba(42,105,190,.09);
    color:var(--sd-blue);
    font-weight:800;
    font-size:.78rem;
}
.expertise-detail {
    border-bottom:1px solid var(--sd-line);
}
.expertise-sticky {
    position:sticky;
    top:110px;
}
.expertise-number {
    width:54px;
    height:54px;
    border-radius:16px;
    display:grid;
    place-items:center;
    color:#fff;
    font-weight:900;
    font-size:1.05rem;
}
.data-number { background:var(--sd-blue); }
.territory-number { background:var(--sd-green); }
.digital-number { background:var(--sd-teal); }
.impact-number { background:linear-gradient(135deg,var(--sd-teal),var(--sd-lime)); }

.expertise-content-card {
    background:#fff;
    border:1px solid var(--sd-line);
    border-radius:1.4rem;
    padding:1.7rem;
    box-shadow:0 14px 36px rgba(11,47,87,.05);
}
.expertise-mini {
    height:100%;
    display:flex;
    gap:.7rem;
    align-items:flex-start;
    padding:1rem;
    border-radius:1rem;
    background:#f8fafc;
    border:1px solid #edf1f5;
}
.expertise-mini i {
    color:var(--sd-green);
    font-size:1.15rem;
    margin-top:.05rem;
}
.deliverable-box {
    border-left:4px solid var(--sd-blue);
    background:rgba(42,105,190,.055);
    border-radius:0 1rem 1rem 0;
    padding:1rem 1.15rem;
}
.deliverable-box p {
    color:var(--sd-muted);
    margin-top:.3rem;
}
.expertise-audiences {
    background:#fff;
}
.expertise-cta {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:2rem;
    padding:2rem;
    border-radius:1.5rem;
    background:linear-gradient(135deg, rgba(11,47,87,.05), rgba(95,169,56,.08));
    border:1px solid var(--sd-line);
}
@media (max-width: 991.98px) {
    .expertise-sticky { position:static; }
    .expertise-cta { flex-direction:column; align-items:flex-start; }
}


/* ===== V8 EXPERTISES — VISUAL SERVICES + TRAINING ===== */
.expertise-v8-hero {
  background:
    radial-gradient(circle at 90% 15%, rgba(95,169,56,.12), transparent 27%),
    radial-gradient(circle at 5% 10%, rgba(42,105,190,.10), transparent 30%),
    #fff;
  border-bottom:1px solid var(--sd-line);
}
.expertise-v8-visual {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:.85rem;
}
.expertise-v8-chip {
  min-height:115px;
  padding:1.15rem;
  border-radius:1.25rem;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  text-decoration:none;
  color:#fff;
  font-weight:800;
  box-shadow:0 14px 34px rgba(11,47,87,.10);
  transition:transform .2s ease, box-shadow .2s ease;
}
.expertise-v8-chip:hover { transform:translateY(-3px); box-shadow:0 18px 40px rgba(11,47,87,.14); color:#fff; }
.expertise-v8-chip i { font-size:1.7rem; }
.expertise-v8-chip.data { background:var(--sd-blue); }
.expertise-v8-chip.territory { background:var(--sd-green); }
.expertise-v8-chip.digital { background:var(--sd-teal); }
.expertise-v8-chip.impact { background:linear-gradient(135deg,var(--sd-navy),var(--sd-lime)); }

.expertise-nav-strip { background:#fff; border-bottom:1px solid var(--sd-line); padding:1.1rem 0; }
.expertise-nav-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:.8rem; }
.expertise-nav-item {
  display:flex; align-items:center; gap:.65rem; text-decoration:none; color:var(--sd-navy);
  padding:.7rem .85rem; border:1px solid var(--sd-line); border-radius:999px; font-weight:750;
}
.expertise-nav-item .nav-icon {
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:0 0 auto;
}
.expertise-nav-item.data .nav-icon { background:var(--sd-blue); }
.expertise-nav-item.territory .nav-icon { background:var(--sd-green); }
.expertise-nav-item.digital .nav-icon { background:var(--sd-teal); }
.expertise-nav-item.impact .nav-icon { background:var(--sd-lime); }

.expertise-v8-section { padding:5rem 0; border-bottom:1px solid var(--sd-line); scroll-margin-top:90px; }
.expertise-v8-section:nth-of-type(even) { background:#fbfcfd; }
.expertise-v8-heading { display:flex; gap:1.25rem; align-items:flex-start; max-width:900px; }
.expertise-v8-main-icon {
  width:76px;height:76px;border-radius:1.35rem;display:grid;place-items:center;color:#fff;flex:0 0 auto;
  box-shadow:0 12px 28px rgba(11,47,87,.10);
}
.expertise-v8-main-icon i { font-size:2rem; }
.expertise-v8-main-icon.data,.card-title-icon.data { background:var(--sd-blue); }
.expertise-v8-main-icon.territory,.card-title-icon.territory { background:var(--sd-green); }
.expertise-v8-main-icon.digital,.card-title-icon.digital { background:var(--sd-teal); }
.expertise-v8-main-icon.impact,.card-title-icon.impact { background:linear-gradient(135deg,var(--sd-navy),var(--sd-lime)); }
.expertise-v8-number { font-size:.72rem; font-weight:900; letter-spacing:.12em; color:var(--sd-muted); }
.expertise-v8-heading h2 { font-size:clamp(2rem,3vw,3rem); margin:.15rem 0 .5rem; }
.expertise-v8-heading p { color:var(--sd-muted); font-size:1.05rem; margin:0; }

.expertise-v8-card {
  height:100%; min-height:365px; background:#fff; border:1px solid var(--sd-line); border-radius:1.4rem;
  padding:1.5rem; box-shadow:0 14px 34px rgba(11,47,87,.055);
}
.card-title-icon { width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:#fff;margin-bottom:1rem; }
.card-title-icon i { font-size:1.25rem; }
.expertise-v8-card h3 { font-size:1.25rem; margin-bottom:1.1rem; }
.visual-list { list-style:none; padding:0; margin:0; display:grid; gap:.85rem; }
.visual-list li { display:flex; gap:.65rem; align-items:flex-start; color:#334155; }
.visual-list li i { color:var(--sd-green); margin-top:.08rem; }
.training-list li i { color:var(--sd-blue); }

.tool-cloud { display:flex; flex-wrap:wrap; gap:.55rem; }
.tool-cloud span {
  padding:.5rem .72rem; border-radius:999px; background:#f1f5f9; border:1px solid #e5eaf0;
  font-size:.88rem; font-weight:700; color:var(--sd-navy);
}
.training-link { display:inline-flex; gap:.4rem; align-items:center; margin-top:1.25rem; text-decoration:none; font-weight:800; color:var(--sd-blue); }

.training-overview {
  padding:5rem 0;
  background:linear-gradient(135deg, rgba(11,47,87,.045), rgba(95,169,56,.07));
  border-bottom:1px solid var(--sd-line);
}
.training-category-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; }
.training-category-grid > div {
  min-height:145px; padding:1.2rem; background:#fff; border:1px solid var(--sd-line); border-radius:1.25rem;
  display:flex; flex-direction:column; gap:.45rem; box-shadow:0 10px 28px rgba(11,47,87,.05);
}
.training-category-grid i { font-size:1.45rem; color:var(--sd-blue); }
.training-category-grid strong { font-size:1.05rem; }
.training-category-grid span { color:var(--sd-muted); font-size:.9rem; }

.expertise-v8-cta {
  padding:2rem; border:1px solid var(--sd-line); border-radius:1.5rem;
  display:flex; align-items:center; justify-content:space-between; gap:2rem;
  background:#fff; box-shadow:0 12px 32px rgba(11,47,87,.05);
}

@media (max-width: 991.98px) {
  .expertise-nav-grid { grid-template-columns:repeat(2,1fr); }
  .expertise-v8-cta { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 575.98px) {
  .expertise-v8-visual,.expertise-nav-grid,.training-category-grid { grid-template-columns:1fr; }
  .expertise-v8-heading { flex-direction:column; }
  .expertise-v8-card { min-height:0; }
}


/* ===== V9 TERRITOIRES ===== */
.territory-hero {
 background:
  radial-gradient(circle at 90% 10%,rgba(95,169,56,.12),transparent 28%),
  radial-gradient(circle at 5% 15%,rgba(42,105,190,.10),transparent 30%),#fff;
 border-bottom:1px solid var(--sd-line);
}
.territory-map-card {
 height:390px;border-radius:1.6rem;position:relative;overflow:hidden;
 background:linear-gradient(145deg,var(--sd-navy),#164e75);
 box-shadow:0 24px 55px rgba(11,47,87,.16);
}
.map-grid {
 position:absolute;inset:-30px;opacity:.22;
 background-image:linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px);
 background-size:42px 42px;transform:rotate(-10deg) scale(1.15);
}
.territory-map-card:after {
 content:"";position:absolute;width:230px;height:170px;left:80px;top:95px;border:3px solid rgba(123,211,137,.7);
 border-radius:44% 56% 58% 42% / 52% 45% 55% 48%;transform:rotate(-12deg);
 box-shadow:0 0 0 18px rgba(95,169,56,.06);
}
.map-point { position:absolute;z-index:3;color:#9ae6b4;font-size:1.4rem; }
.map-point.p1{left:34%;top:35%}.map-point.p2{left:61%;top:48%}.map-point.p3{left:45%;top:65%}
.map-stat {position:absolute;z-index:4;background:#fff;border-radius:1rem;padding:.75rem .9rem;box-shadow:0 12px 30px rgba(0,0,0,.15);display:flex;flex-direction:column}
.map-stat strong{color:var(--sd-navy)}.map-stat small{color:var(--sd-muted)}
.map-stat.s1{left:20px;top:25px}.map-stat.s2{right:20px;top:45px}.map-stat.s3{right:30px;bottom:25px}

.territory-axis-card {height:100%;padding:1.45rem;border-radius:1.35rem;background:#fff;border:1px solid var(--sd-line);box-shadow:0 12px 32px rgba(11,47,87,.05);border-top:5px solid var(--sd-blue)}
.territory-axis-card.green{border-top-color:var(--sd-green)}.territory-axis-card.teal{border-top-color:var(--sd-teal)}.territory-axis-card.lime{border-top-color:var(--sd-lime)}
.territory-axis-icon{width:52px;height:52px;border-radius:15px;background:rgba(42,105,190,.09);display:grid;place-items:center;color:var(--sd-blue);font-size:1.35rem;margin-bottom:1rem}
.territory-axis-card.green .territory-axis-icon{background:rgba(95,169,56,.1);color:var(--sd-green)}
.territory-axis-card.teal .territory-axis-icon{background:rgba(26,155,155,.1);color:var(--sd-teal)}
.territory-axis-card.lime .territory-axis-icon{background:rgba(120,190,60,.1);color:var(--sd-lime)}
.territory-axis-card h3{font-size:1.15rem}.territory-axis-card p{color:var(--sd-muted);margin-bottom:0;font-size:.94rem}

.observatory-section{background:#f7fafc;border-top:1px solid var(--sd-line);border-bottom:1px solid var(--sd-line)}
.development-badge{padding:.45rem .75rem;border-radius:999px;background:#fff3cd;color:#7a5b00;font-size:.78rem;font-weight:800;border:1px solid #ffe69c}
.observatory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.observatory-module{background:#fff;border:1px solid var(--sd-line);border-radius:1.25rem;padding:1.25rem;position:relative;min-height:175px}
.observatory-module>i{font-size:1.5rem;color:var(--sd-blue)}.observatory-module h3{font-size:1.08rem;margin:.9rem 0 .35rem}.observatory-module p{font-size:.88rem;color:var(--sd-muted);margin:0;padding-right:1rem}
.observatory-module>span{position:absolute;right:1rem;top:1rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--sd-muted);font-weight:800}

.source-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}
.source-card{min-height:110px;border:1px solid var(--sd-line);border-radius:1.15rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;background:#fff}
.source-card i{font-size:1.4rem;color:var(--sd-green)}

.territory-deliverables{background:linear-gradient(135deg,rgba(11,47,87,.04),rgba(95,169,56,.06))}
.deliverable-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.8rem}
.deliverable-grid>div{min-height:120px;padding:1rem;background:#fff;border:1px solid var(--sd-line);border-radius:1.15rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.65rem}
.deliverable-grid i{font-size:1.45rem;color:var(--sd-blue)}.deliverable-grid strong{font-size:.88rem}

.territory-training{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem;border-radius:1.5rem;border:1px solid var(--sd-line);background:#fff}
.territory-training>div:first-child{max-width:650px}.territory-training-tags{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end}
.territory-training-tags span{padding:.55rem .75rem;border-radius:999px;background:#edf7ee;color:#276738;font-weight:750;font-size:.86rem}

@media(max-width:991.98px){
 .observatory-grid{grid-template-columns:repeat(2,1fr)}
 .deliverable-grid{grid-template-columns:repeat(3,1fr)}
 .territory-training{flex-direction:column;align-items:flex-start}
 .territory-training-tags{justify-content:flex-start}
}
@media(max-width:575.98px){
 .territory-map-card{height:320px}
 .observatory-grid,.source-grid{grid-template-columns:1fr}
 .deliverable-grid{grid-template-columns:repeat(2,1fr)}
}


/* ===== V10 SOLDATASYNTH IMPACT ===== */
.impact-hero-v10{
 background:
 radial-gradient(circle at 90% 10%,rgba(95,169,56,.15),transparent 28%),
 radial-gradient(circle at 4% 12%,rgba(26,155,155,.09),transparent 30%),#fff;
 border-bottom:1px solid var(--sd-line)
}
.impact-status{display:inline-flex;align-items:center;gap:.6rem;padding:.65rem .9rem;border-radius:999px;background:#fff;color:#276738;font-weight:800;font-size:.88rem}
.impact-status i{color:var(--sd-green)}
.impact-purpose-card{min-height:340px;border-radius:1.6rem;background:linear-gradient(145deg,var(--sd-navy),#155e75);color:#fff;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 22px 52px rgba(11,47,87,.17)}
.impact-purpose-icon{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:2rem;margin-bottom:1rem}
.impact-purpose-card>span{font-size:.72rem;letter-spacing:.13em;font-weight:900;opacity:.7}.impact-purpose-card h2{font-size:1.35rem;margin:.55rem 0}
.impact-purpose-arrow{font-size:1.4rem;color:#9ae6b4;margin:.6rem 0}.impact-purpose-card>strong{font-size:1.1rem;color:#b7efc5}

.impact-distinction{background:#fff;border-bottom:1px solid var(--sd-line)}
.distinction-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1.2rem;align-items:stretch}
.distinction-card{background:#fff;border:1px solid var(--sd-line);border-radius:1.4rem;padding:1.5rem;display:flex;gap:1rem;box-shadow:0 12px 30px rgba(11,47,87,.05)}
.distinction-card.commercial{border-top:5px solid var(--sd-blue)}.distinction-card.volunteer{border-top:5px solid var(--sd-green)}
.distinction-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto;color:#fff;font-size:1.25rem}
.commercial .distinction-icon{background:var(--sd-blue)}.volunteer .distinction-icon{background:var(--sd-green)}
.distinction-card>div>span{font-size:.68rem;font-weight:900;letter-spacing:.1em;color:var(--sd-muted)}.distinction-card h3{margin:.25rem 0 .55rem}.distinction-card p{color:var(--sd-muted);font-size:.92rem}
.distinction-tags{display:flex;flex-wrap:wrap;gap:.45rem}.distinction-tags span{padding:.4rem .6rem;border-radius:999px;background:#f1f5f9;font-size:.75rem;font-weight:750;color:var(--sd-navy)}
.distinction-vs{align-self:center;font-size:.7rem;font-weight:900;color:var(--sd-muted);padding:.5rem}

.impact-action-card{height:100%;padding:1.4rem;border:1px solid var(--sd-line);border-radius:1.3rem;background:#fff;display:flex;gap:1rem;box-shadow:0 10px 28px rgba(11,47,87,.045)}
.impact-action-icon{width:58px;height:58px;border-radius:17px;background:linear-gradient(135deg,var(--sd-teal),var(--sd-green));color:#fff;display:grid;place-items:center;flex:0 0 auto;font-size:1.4rem}
.impact-action-card h3{font-size:1.15rem}.impact-action-card p{color:var(--sd-muted);font-size:.91rem;margin-bottom:0}

.impact-training-section{background:linear-gradient(135deg,rgba(26,155,155,.055),rgba(95,169,56,.08));border-top:1px solid var(--sd-line);border-bottom:1px solid var(--sd-line)}
.impact-workshop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}
.impact-workshop-grid>div{min-height:145px;background:#fff;border:1px solid var(--sd-line);border-radius:1.2rem;padding:1.15rem;display:flex;flex-direction:column;gap:.4rem}
.impact-workshop-grid i{font-size:1.4rem;color:var(--sd-teal)}.impact-workshop-grid span{font-size:.84rem;color:var(--sd-muted)}

.impact-principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}
.impact-principle{min-height:155px;border:1px solid var(--sd-line);border-radius:1.2rem;padding:1.1rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;background:#fff}
.impact-principle i{font-size:1.5rem;color:var(--sd-green)}.impact-principle span{font-size:.82rem;color:var(--sd-muted)}

.impact-territory-link{background:#fff;border-top:1px solid var(--sd-line);border-bottom:1px solid var(--sd-line)}
.impact-cta-v10{padding:2rem;border-radius:1.5rem;border:1px solid var(--sd-line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 12px 30px rgba(11,47,87,.05)}

@media(max-width:991.98px){
 .distinction-grid{grid-template-columns:1fr}.distinction-vs{text-align:center}
 .impact-principles-grid{grid-template-columns:repeat(2,1fr)}
 .impact-cta-v10{flex-direction:column;align-items:flex-start}
}
@media(max-width:575.98px){
 .impact-workshop-grid,.impact-principles-grid{grid-template-columns:1fr}
 .distinction-card{flex-direction:column}
}

/* V11 Publications */
.pubhero{background:radial-gradient(circle at 90% 10%,rgba(42,105,190,.11),transparent 30%),radial-gradient(circle at 5% 10%,rgba(95,169,56,.09),transparent 30%),#fff;border-bottom:1px solid var(--sd-line)}
.pubvisual{height:300px;border-radius:1.6rem;background:linear-gradient(145deg,var(--sd-navy),#164e75);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 22px 50px rgba(11,47,87,.16)}
.pubvisual i{font-size:3.2rem;color:#9ae6b4}.pubvisual strong{font-size:1.4rem;margin-top:1rem}.pubvisual span{font-size:1.1rem}.pubvisual small{opacity:.7;margin-top:.5rem}
.pubfilters{border-bottom:1px solid var(--sd-line);background:#fff}.pfilter{white-space:nowrap;border:1px solid var(--sd-line);background:#fff;border-radius:999px;padding:.55rem .8rem;font-weight:750;font-size:.82rem;color:var(--sd-navy)}.pfilter.active,.pfilter:hover{background:var(--sd-navy);color:#fff}
.pcard{height:100%;min-height:345px;border:1px solid var(--sd-line);border-top:5px solid var(--sd-blue);border-radius:1.4rem;padding:1.5rem;position:relative;background:#fff;box-shadow:0 12px 30px rgba(11,47,87,.05)}.pcard.territory{border-top-color:var(--sd-green)}.pcard.digital{border-top-color:var(--sd-teal)}.pcard.impact{border-top-color:var(--sd-lime)}
.picon{width:45px;height:45px;border-radius:13px;background:#edf3fb;color:var(--sd-blue);display:grid;place-items:center;font-size:1.2rem;margin-bottom:.8rem}.pcat{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--sd-muted)}.pcard h3{font-size:1.3rem;margin:.65rem 0}.pcard p{color:var(--sd-muted)}.pmeta{display:flex;gap:1rem;font-size:.78rem;color:var(--sd-muted)}.pcoming{position:absolute;bottom:1.3rem;left:1.5rem;border:1px solid var(--sd-line);background:#f8fafc;border-radius:999px;padding:.4rem .65rem;font-size:.72rem;font-weight:800;color:var(--sd-muted)}
.pubeditor{background:#f8fafc;border-block:1px solid var(--sd-line)}.editorgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.editorgrid>div{min-height:125px;background:#fff;border:1px solid var(--sd-line);border-radius:1.15rem;padding:1rem;display:flex;flex-direction:column;gap:.3rem}.editorgrid i{font-size:1.3rem;color:var(--sd-blue)}.editorgrid span{font-size:.82rem;color:var(--sd-muted)}
.pubtopics{padding:2rem;border:1px solid var(--sd-line);border-radius:1.5rem;background:linear-gradient(135deg,rgba(11,47,87,.04),rgba(95,169,56,.06))}.topiccloud{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.topiccloud span{background:#fff;border:1px solid var(--sd-line);border-radius:999px;padding:.5rem .75rem;font-size:.85rem;font-weight:750}
@media(max-width:575.98px){.editorgrid{grid-template-columns:1fr}.pubvisual{height:250px}}

/* V12 PUBLICATIONS */
.pub12{background:#f7f9fc}.pub12hero{background:linear-gradient(120deg,#082d59,#0b3d75 60%,#0a3263);color:#fff}.pub12hero .container{padding-top:2.7rem;padding-bottom:2.7rem}.pub12kick{color:#92d050;font-size:.76rem;font-weight:900;letter-spacing:.14em}.pub12hero h1{font-size:clamp(2.2rem,4vw,3.55rem);font-weight:850;letter-spacing:-.035em;margin:.55rem 0}.pub12hero p{max-width:750px;color:rgba(255,255,255,.88);font-size:1.05rem;line-height:1.65;margin:0}.pub12book{width:220px;height:145px;border:1px solid rgba(255,255,255,.12);border-radius:50%;display:grid;place-items:center}.pub12book i{font-size:5.3rem;color:rgba(255,255,255,.45)}
.pub12filters{border-bottom:1px solid #e2e8f0}.pub12filter{white-space:nowrap;border:1px solid #dfe5ed;background:#fff;color:#243750;border-radius:.7rem;padding:.65rem .9rem;font-size:.82rem;font-weight:750;display:flex;gap:.45rem;align-items:center}.pub12filter i{color:#1765b8}.pub12filter.active{background:#0b2f57;color:#fff;border-color:#0b2f57}.pub12filter.active i{color:#fff}
.pub12main{padding:1.5rem 0 2.2rem}.pub12title{font-size:.79rem;font-weight:900;letter-spacing:.1em;margin-bottom:1rem;color:#12365e}.pub12title i{color:#1765b8;margin-right:.35rem}.pub12card{height:100%;min-height:185px;background:#fff;border:1px solid #e1e7ef;border-radius:1.2rem;display:grid;grid-template-columns:180px 1fr;overflow:hidden;box-shadow:0 8px 24px rgba(15,47,87,.055)}.pub12thumb{margin:13px;border-radius:1rem;background:linear-gradient(145deg,#0d5caf,#063b77);display:grid;place-items:center;position:relative;overflow:hidden}.pub12card.data .pub12thumb{background:linear-gradient(145deg,#2c8b40,#176329)}.pub12card.digital .pub12thumb{background:linear-gradient(145deg,#6540ad,#301c70)}.pub12card.impact .pub12thumb{background:linear-gradient(145deg,#139d9b,#08706f)}.pub12thumb span{position:absolute;inset:0;background-image:radial-gradient(circle,#fff 1px,transparent 1.5px);background-size:18px 18px;opacity:.1}.pub12thumb i{font-size:3.7rem;color:rgba(255,255,255,.78);z-index:2}.pub12body{padding:1.15rem 1.2rem 1rem .55rem;display:flex;flex-direction:column}.pub12body small{text-transform:uppercase;letter-spacing:.08em;font-size:.67rem;font-weight:900;color:#1765b8}.data .pub12body small{color:#27833b}.digital .pub12body small{color:#6842b4}.impact .pub12body small{color:#078b89}.pub12body h2{font-size:1.18rem;line-height:1.28;margin:.4rem 0;color:#102a4c;font-weight:800}.pub12body p{font-size:.86rem;line-height:1.5;color:#607084;margin:0 0 .7rem}.pub12meta{margin-top:auto;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;font-size:.72rem;color:#526174}.pub12meta span{display:flex;gap:.3rem}.pub12meta b{font-size:.68rem;padding:.25rem .48rem;border-radius:999px;background:#edf5ff;color:#1760ad;font-weight:750}
.pub12values{padding-bottom:2.2rem}.pub12valuegrid{background:#fff;border:1px solid #e1e7ef;border-radius:1.2rem;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 7px 22px rgba(15,47,87,.04)}.pub12value{display:flex;gap:.75rem;padding:1.25rem;align-items:flex-start}.pub12value>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:0 0 auto}.pub12value .blue{background:#1765bd}.pub12value .green{background:#4ca33c}.pub12value .purple{background:#7148bd}.pub12value .teal{background:#139a9a}.pub12value strong{font-size:.9rem}.pub12value p{font-size:.76rem;color:#607084;margin:.2rem 0 0;line-height:1.45}.pub12topics{background:#fff;border:1px solid #e1e7ef;border-radius:1.2rem;padding:1.6rem;display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem;align-items:center}.pub12topics h2{font-size:1.3rem;margin:.25rem 0}.pub12cloud{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.pub12cloud span{padding:.43rem .68rem;border-radius:999px;background:#f3f6f9;border:1px solid #e1e7ed;font-size:.77rem;font-weight:700;color:#46576c}
@media(max-width:991px){.pub12valuegrid{grid-template-columns:repeat(2,1fr)}.pub12topics{grid-template-columns:1fr}.pub12cloud{justify-content:flex-start}}@media(max-width:767px){.pub12card{grid-template-columns:1fr}.pub12thumb{min-height:170px}.pub12body{padding:.5rem 1.1rem 1.15rem}}@media(max-width:575px){.pub12valuegrid{grid-template-columns:1fr}}

/* ================================================= V14 A PROPOS ================================================= */
.about14{background:#fff;color:var(--sd-navy)}
.about14-hero{background:radial-gradient(circle at 88% 20%,rgba(95,169,56,.13),transparent 25%),radial-gradient(circle at 5% 15%,rgba(27,101,184,.08),transparent 28%),#fff;border-bottom:1px solid var(--sd-line)}
.about14-kicker{font-size:.75rem;font-weight:900;letter-spacing:.13em;color:var(--sd-blue)}
.about14-hero h1{font-size:clamp(2.7rem,5vw,4.7rem);font-weight:850;letter-spacing:-.045em;margin:.65rem 0 1rem}
.about14-hero p{font-size:1.08rem;line-height:1.75;color:#5e6d80;max-width:780px}
.about14-signature{min-height:300px;background:linear-gradient(145deg,#082f5b,#0e477b);border-radius:1.7rem;padding:2rem;color:#fff;display:flex;align-items:center;justify-content:center;gap:1.5rem;box-shadow:0 20px 48px rgba(11,47,87,.15)}
.about14-s{width:90px;height:130px;border:2px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;transform:rotate(12deg)}
.about14-s span{font-size:4rem;font-weight:900;color:#8bc34a;transform:rotate(-12deg)}
.about14-signature small{display:block;letter-spacing:.12em;opacity:.65;font-weight:800;margin-bottom:.65rem}.about14-signature strong{display:block;font-size:1.5rem;line-height:1.3}
.about14-story{background:#f8fafc}.about14-story h2,.about14-heading h2,.about14-domains h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;letter-spacing:-.025em}
.about14-storycard{background:#fff;border:1px solid var(--sd-line);border-radius:1.35rem;padding:1.6rem 1.8rem;border-left:5px solid var(--sd-green);box-shadow:0 10px 28px rgba(11,47,87,.045)}.about14-storycard p{color:#5e6d80;line-height:1.7}.about14-storycard p:last-child{margin-bottom:0}
.about14-heading{max-width:760px;margin:0 auto 2.2rem}
.about14-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.about14-steps article{position:relative;padding:1.35rem;border:1px solid var(--sd-line);border-radius:1.25rem;background:#fff;min-height:210px}.about14-steps article>span{position:absolute;right:1rem;top:.8rem;font-size:2rem;font-weight:900;color:#edf1f5}.about14-steps i{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;background:#edf5ff;color:var(--sd-blue);font-size:1.25rem;margin-bottom:1rem}.about14-steps h3{font-size:1.05rem}.about14-steps p{font-size:.84rem;color:#647386;line-height:1.55}
.about14-domains{background:#f8fafc;border-block:1px solid var(--sd-line)}.about14-domains .row p{color:#647386}.about14-domain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.about14-domain-grid>div{background:#fff;border:1px solid var(--sd-line);border-radius:1.2rem;padding:1.3rem;display:flex;flex-direction:column;gap:.45rem}.about14-domain-grid i{font-size:1.45rem;color:var(--sd-blue)}.about14-domain-grid>div:nth-child(2) i{color:var(--sd-green)}.about14-domain-grid>div:nth-child(3) i{color:var(--sd-teal)}.about14-domain-grid>div:nth-child(4) i{color:#7046bd}.about14-domain-grid span{font-size:.8rem;color:#647386}
.about14-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.about14-value-grid>div{text-align:center;padding:1.4rem}.about14-value-grid i{width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:#eff5fb;color:var(--sd-blue);font-size:1.3rem;margin:0 auto .8rem}.about14-value-grid strong{display:block}.about14-value-grid p{font-size:.82rem;color:#647386;margin:.35rem 0 0}
.about14-founder{background:#f8fafc}.about14-founder-card{display:grid;grid-template-columns:190px 1fr;gap:2rem;align-items:center;background:#fff;border:1px solid var(--sd-line);border-radius:1.5rem;padding:2rem;box-shadow:0 12px 32px rgba(11,47,87,.05)}.about14-founder-mark{width:155px;height:155px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#0b3b70,#1765ad);position:relative}.about14-founder-mark:after{content:"";position:absolute;width:45px;height:45px;border-radius:50%;background:var(--sd-green);right:5px;bottom:8px}.about14-founder-mark span{color:#fff;font-size:2.5rem;font-weight:850}.about14-founder-content h2{font-size:2rem;margin:.3rem 0}.about14-role{font-weight:750;color:var(--sd-blue)!important}.about14-founder-content p{color:#607084;line-height:1.65}.about14-founder-tags{display:flex;flex-wrap:wrap;gap:.45rem}.about14-founder-tags span{font-size:.74rem;font-weight:750;background:#f2f6fa;border:1px solid var(--sd-line);border-radius:999px;padding:.4rem .65rem}
.about14-impact-card{display:grid;grid-template-columns:auto 1fr auto;gap:1.3rem;align-items:center;border:1px solid #dbead4;background:linear-gradient(135deg,#f6fbf3,#fff);border-radius:1.4rem;padding:1.6rem}.about14-impact-icon{width:62px;height:62px;border-radius:18px;background:var(--sd-green);color:#fff;display:grid;place-items:center;font-size:1.5rem}.about14-impact-card h2{font-size:1.25rem;margin:.3rem 0}.about14-impact-card p{font-size:.86rem;color:#607084;margin:0}
.about14-cta-card{background:linear-gradient(120deg,#082f5b,#0e477b);color:#fff;border-radius:1.5rem;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.about14-cta-card .about14-kicker{color:#9bd65c}.about14-cta-card h2{font-size:1.7rem;margin:.35rem 0 0}
@media(max-width:991px){.about14-steps,.about14-domain-grid,.about14-value-grid{grid-template-columns:repeat(2,1fr)}.about14-impact-card{grid-template-columns:auto 1fr}.about14-impact-card>a{grid-column:2}.about14-founder-card{grid-template-columns:150px 1fr}.about14-founder-mark{width:130px;height:130px}}
@media(max-width:575px){.about14-steps,.about14-domain-grid,.about14-value-grid{grid-template-columns:1fr}.about14-founder-card{grid-template-columns:1fr}.about14-founder-mark{width:110px;height:110px}.about14-impact-card{grid-template-columns:1fr}.about14-impact-card>a{grid-column:auto}.about14-cta-card{flex-direction:column;align-items:flex-start}}

/* =============================== V15 CONTACT =============================== */
.contact15{background:#f8fafc}.contact15-hero{background:radial-gradient(circle at 88% 18%,rgba(95,169,56,.13),transparent 25%),linear-gradient(135deg,#fff,#f5f9fd);border-bottom:1px solid var(--sd-line)}
.contact15-kicker{font-size:.75rem;font-weight:900;letter-spacing:.14em;color:var(--sd-blue)}.contact15-hero h1{font-size:clamp(2.6rem,5vw,4.5rem);font-weight:850;letter-spacing:-.045em;margin:.6rem 0 1rem;color:var(--sd-navy)}.contact15-hero p{max-width:760px;color:#607084;font-size:1.06rem;line-height:1.7}
.contact15-route{min-height:285px;background:linear-gradient(145deg,#082f5b,#0e477b);border-radius:1.6rem;padding:1.6rem;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;box-shadow:0 20px 45px rgba(11,47,87,.14)}.contact15-route>span{font-size:.68rem;font-weight:900;letter-spacing:.13em;color:#a9d879;margin-bottom:.35rem}.contact15-route>div{width:75%;display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:.8rem;padding:.65rem .85rem}.contact15-route>div i{color:#9bd65c}.contact15-route>i{opacity:.4}
.contact15-formcard,.contact15-sidecard{background:#fff;border:1px solid #e1e7ef;border-radius:1.4rem;padding:1.7rem;box-shadow:0 10px 28px rgba(11,47,87,.045)}.contact15-formcard h2{font-size:1.65rem;margin:.35rem 0}.contact15-intro{color:#647386;font-size:.9rem;margin-bottom:1.4rem}.contact15-form{display:flex;flex-direction:column;gap:1rem}.contact15-two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact15-form label>span{display:block;font-size:.78rem;font-weight:800;color:#33475f;margin-bottom:.4rem}.contact15-form input,.contact15-form select,.contact15-form textarea{width:100%;border:1px solid #dce3eb;border-radius:.75rem;background:#fbfcfe;padding:.75rem .85rem;color:#18324f;outline:none}.contact15-form input:focus,.contact15-form select:focus,.contact15-form textarea:focus{border-color:#6fa3d9;box-shadow:0 0 0 3px rgba(35,105,180,.08);background:#fff}.contact15-form textarea{resize:vertical}.contact15-consent{display:flex!important;gap:.6rem;align-items:flex-start}.contact15-consent input{width:auto;margin-top:.2rem}.contact15-consent span{font-weight:500!important;color:#647386!important;line-height:1.5}.contact15-hp{position:absolute;left:-9999px}.contact15-submit{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.contact15-submit small{color:#718096}.contact15-alert{display:flex;gap:.7rem;align-items:flex-start;border-radius:.8rem;padding:.8rem 1rem;margin-bottom:1rem;font-size:.85rem}.contact15-alert.success{background:#edf8ef;border:1px solid #d4ead8;color:#276738}.contact15-alert.success span{display:block;font-weight:400}.contact15-alert.error{background:#fff4f4;border:1px solid #f2d2d2;color:#9b2c2c}
.contact15-side{display:flex;flex-direction:column;gap:1rem}.contact15-need{display:flex;gap:.8rem;align-items:center;padding:.9rem 0;border-bottom:1px solid #edf0f4}.contact15-need:last-child{border-bottom:0}.contact15-need>i{width:44px;height:44px;border-radius:13px;background:#edf5ff;color:var(--sd-blue);display:grid;place-items:center;font-size:1.1rem}.contact15-need:nth-of-type(3)>i{background:#edf8ef;color:var(--sd-green)}.contact15-need:nth-of-type(4)>i{background:#eaf8f8;color:var(--sd-teal)}.contact15-need strong{display:block;font-size:.9rem}.contact15-need span{font-size:.76rem;color:#647386}
.contact15-impact,.contact15-privacy{border-radius:1.2rem;padding:1.2rem;display:flex;gap:.85rem}.contact15-impact{background:linear-gradient(135deg,#f2f9ee,#fff);border:1px solid #dcebd5}.contact15-impact>i{color:var(--sd-green);font-size:1.25rem}.contact15-privacy{background:#f3f7fb;border:1px solid #dfe7ef}.contact15-privacy>i{color:var(--sd-blue);font-size:1.25rem}.contact15-impact strong,.contact15-privacy strong{font-size:.88rem}.contact15-impact p,.contact15-privacy p{font-size:.76rem;color:#647386;line-height:1.5;margin:.25rem 0 0}
@media(max-width:767px){.contact15-two{grid-template-columns:1fr}.contact15-route{min-height:240px}.contact15-formcard{padding:1.2rem}}

/* V16 LEGAL + PRIVACY */
.legal16{background:#f8fafc;color:var(--sd-navy)}.legal16hero{background:linear-gradient(135deg,#fff,#f4f8fc);border-bottom:1px solid var(--sd-line)}.legal16hero.privacy{background:radial-gradient(circle at 85% 20%,rgba(95,169,56,.12),transparent 25%),linear-gradient(135deg,#fff,#f5f9fd)}.legal16hero .container{padding-top:3.2rem;padding-bottom:3rem}.legal16hero h1{font-size:clamp(2.4rem,4vw,3.8rem);font-weight:850;letter-spacing:-.04em;margin:.5rem 0}.legal16hero p{color:#647386;max-width:720px;font-size:1rem}.legal16body{padding:2.5rem 0 4rem}.legal16layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:2rem;align-items:start}.legal16nav{position:sticky;top:110px;background:#fff;border:1px solid #e1e7ef;border-radius:1.1rem;padding:.65rem;display:flex;flex-direction:column}.legal16nav a{padding:.7rem .75rem;border-radius:.65rem;text-decoration:none;color:#526174;font-size:.78rem;font-weight:750}.legal16nav a:hover{background:#f0f5fa;color:var(--sd-blue)}.legal16content{background:#fff;border:1px solid #e1e7ef;border-radius:1.3rem;padding:2rem;box-shadow:0 10px 28px rgba(11,47,87,.04)}.legal16content section{position:relative;padding:0 0 1.8rem;margin:0 0 1.8rem;border-bottom:1px solid #edf0f4}.legal16content section:last-child{border:0;margin:0;padding-bottom:0}.legal16num{font-size:.7rem;font-weight:900;color:var(--sd-green);letter-spacing:.1em}.legal16content h2{font-size:1.35rem;margin:.25rem 0 .8rem}.legal16content p{font-size:.88rem;line-height:1.7;color:#607084}.legal16info{background:#f5f8fb;border-left:4px solid var(--sd-blue);padding:1rem 1.15rem;border-radius:.4rem;margin:1rem 0}.legal16info p{margin:0}.legal16todo{display:flex;gap:.65rem;background:#fff8e8;border:1px solid #f2e2b6;border-radius:.75rem;padding:.8rem;font-size:.8rem;color:#765d1e}.legal16link{display:inline-flex;gap:.4rem;align-items:center;font-size:.82rem;font-weight:800;text-decoration:none}.legal16purpose{display:flex;gap:.8rem;align-items:flex-start;padding:.8rem 0}.legal16purpose>i{width:42px;height:42px;border-radius:12px;background:#edf5ff;color:var(--sd-blue);display:grid;place-items:center;flex:0 0 auto}.legal16purpose strong,.legal16purpose span{display:block}.legal16purpose strong{font-size:.86rem}.legal16purpose span{font-size:.78rem;color:#647386;margin-top:.15rem}.v16-legal-links{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:1rem;font-size:.76rem}.v16-legal-links a{color:inherit;text-decoration:none;opacity:.8}.v16-legal-links a:hover{opacity:1;text-decoration:underline}
@media(max-width:767px){.legal16layout{grid-template-columns:1fr}.legal16nav{position:static;display:flex;flex-direction:row;overflow-x:auto;white-space:nowrap}.legal16content{padding:1.25rem}}

/* V17.1 — footer juridique propre */
.v17-clean-legal{
  border-top:1px solid rgba(255,255,255,.10);
  margin-top:1.5rem;
  padding:1rem 0 1.15rem;
}
.v17-clean-legal-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  flex-wrap:wrap;
  font-size:.76rem;
  color:rgba(255,255,255,.72);
}
.v17-clean-legal-links{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
}
.v17-clean-legal-links a{
  color:rgba(255,255,255,.82);
  text-decoration:none;
}
.v17-clean-legal-links a:hover{
  color:#fff;
  text-decoration:underline;
}
@media(max-width:575.98px){
  .v17-clean-legal-inner{align-items:flex-start;flex-direction:column}
}

/* ================= V18 FOOTER UNIFORME ================= */
.sd18-footer{background:#082744;color:#fff;padding:3.4rem 0 0;margin-top:0}
.sd18-footer-main{display:grid;grid-template-columns:1.25fr .72fr 1fr 1.2fr;gap:2.2rem;align-items:start}
.sd18-brand{display:inline-flex;text-decoration:none;color:#fff;margin-bottom:1rem}
.sd18-brand-text{font-size:1.7rem;font-weight:850;letter-spacing:-.04em}.sd18-brand-text>span{color:#78b84b}
.sd18-footer-brand p{max-width:320px;color:rgba(255,255,255,.66);font-size:.84rem;line-height:1.65}
.sd18-x{display:inline-flex;align-items:center;gap:.55rem;margin-top:.45rem;color:#fff;text-decoration:none;font-size:.82rem;font-weight:750}
.sd18-x span{width:34px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center}
.sd18-footer-col h3,.sd18-impact-card h3{font-size:.86rem;font-weight:850;margin:0 0 1rem;color:#fff}
.sd18-footer-col>a:not(.sd18-contact-btn){display:block;color:rgba(255,255,255,.68);text-decoration:none;font-size:.8rem;margin:.62rem 0}
.sd18-footer-col>a:hover{color:#fff}.sd18-small{color:rgba(255,255,255,.62);font-size:.77rem;line-height:1.55;margin-bottom:1rem}
.sd18-contact-btn{display:inline-flex!important;align-items:center;justify-content:space-between;gap:1rem;background:#fff;color:#0b3157!important;padding:.72rem .9rem;border-radius:.7rem;font-size:.78rem!important;font-weight:850;text-decoration:none;margin:0 0 .8rem!important}
.sd18-email,.sd18-phone{font-size:.76rem!important}.sd18-phone{display:block;color:rgba(255,255,255,.68);margin-top:.45rem}
.sd18-impact-card{background:linear-gradient(145deg,rgba(111,174,67,.18),rgba(255,255,255,.055));border:1px solid rgba(155,211,110,.2);border-radius:1.1rem;padding:1.25rem}
.sd18-impact-label{display:inline-block;font-size:.63rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#a7db79;margin-bottom:.55rem}
.sd18-impact-card h3{font-size:1rem;margin-bottom:.55rem}.sd18-impact-card p{color:rgba(255,255,255,.68);font-size:.76rem;line-height:1.55}
.sd18-impact-card>a{display:inline-block;color:#b6e68c;text-decoration:none;font-size:.77rem;font-weight:850;margin:.2rem 0 .75rem}
.sd18-impact-card small{display:block;border-top:1px solid rgba(255,255,255,.1);padding-top:.7rem;color:rgba(255,255,255,.52);font-size:.67rem;line-height:1.45}
.sd18-footer-bottom{margin-top:2.7rem;padding:1rem 0 1.15rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:rgba(255,255,255,.5);font-size:.69rem}
.sd18-footer-bottom>div{display:flex;gap:1rem;flex-wrap:wrap}.sd18-footer-bottom a{color:rgba(255,255,255,.62);text-decoration:none}.sd18-footer-bottom a:hover{color:#fff}
@media(max-width:991px){.sd18-footer-main{grid-template-columns:1fr 1fr}.sd18-impact-card{grid-column:span 2}}
@media(max-width:575px){.sd18-footer-main{grid-template-columns:1fr}.sd18-impact-card{grid-column:auto}.sd18-footer-bottom{align-items:flex-start;flex-direction:column}}

/* V18.2 — navigation, mobile, CTA contact */
.sd-navbar .nav-link{
  position:relative;
}
.sd-navbar .nav-link.active{
  color:var(--sd-blue)!important;
  font-weight:800;
}
.sd-navbar .nav-link.active::after{
  content:"";
  position:absolute;
  left:.5rem;
  right:.5rem;
  bottom:.15rem;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,var(--sd-blue),var(--sd-green));
}
#contact-form{scroll-margin-top:110px}
.sd18-impact-contact{
  display:inline-block!important;
  margin-top:.1rem!important;
  color:#fff!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
@media(max-width:991.98px){
  .sd-navbar .navbar-collapse{
    margin-top:.75rem;
    padding:1rem;
    border:1px solid var(--sd-line);
    border-radius:1rem;
    background:#fff;
    box-shadow:0 16px 38px rgba(11,47,87,.10);
  }
  .sd-navbar .navbar-nav{align-items:stretch!important}
  .sd-navbar .nav-link{
    padding:.7rem .8rem!important;
    border-radius:.6rem;
  }
  .sd-navbar .nav-link.active{
    background:#f0f6fc;
  }
  .sd-navbar .nav-link.active::after{display:none}
}

/* V18.3 universal navigation hardening */
.sd-navbar .navbar-toggler{
  cursor:pointer;
}
.sd-navbar .navbar-toggler:focus{
  box-shadow:0 0 0 3px rgba(35,94,174,.12)!important;
}
.sd-navbar .nav-link.active{
  color:var(--sd-blue)!important;
  font-weight:850!important;
}
@media(min-width:992px){
  .sd-navbar .nav-link.active::after{
    height:3px!important;
    bottom:-.35rem!important;
  }
}

/* ================= V19 TERRITOIRES DASHBOARD V1 ================= */
.territory-dashboard-v1{background:#f6f8fb;border-block:1px solid var(--sd-line)}
.territory-dashboard-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.4rem}
.territory-dashboard-head>div:first-child{max-width:820px}.territory-dashboard-demo{display:flex;gap:.5rem;align-items:center;background:#fff7dc;border:1px solid #f0df9c;border-radius:999px;padding:.55rem .75rem;color:#705b1b;font-size:.72rem;font-weight:750}
.td1-toolbar{display:grid;grid-template-columns:1.1fr 1fr auto;gap:1rem;background:#fff;border:1px solid #e0e6ed;border-radius:1.1rem;padding:1rem;margin-bottom:1rem;box-shadow:0 7px 20px rgba(11,47,87,.035)}
.td1-field label,.td1-period>span{display:block;font-size:.66rem;font-weight:850;letter-spacing:.06em;color:#6d7b8d;margin-bottom:.35rem}.td1-select{position:relative}.td1-select i{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);color:var(--sd-blue)}.td1-select select{width:100%;padding:.65rem .8rem .65rem 2.2rem;border:1px solid #dce3ea;border-radius:.65rem;background:#fbfcfe;font-size:.82rem;color:#17324f;font-weight:750}.td1-period{padding:.1rem .4rem;align-self:center}.td1-period strong{font-size:.86rem}
.td1-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}.td1-kpis article{background:#fff;border:1px solid #e1e7ed;border-radius:1rem;padding:.95rem;display:flex;gap:.65rem;align-items:flex-start;box-shadow:0 6px 18px rgba(11,47,87,.03)}.td1-icon{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;color:#fff;flex:0 0 auto}.td1-icon.blue{background:#1765b8}.td1-icon.green{background:#5ca442}.td1-icon.teal{background:#168f8d}.td1-icon.purple{background:#6d4bb5}.td1-icon.lime{background:#78aa35}.td1-kpis small,.td1-kpis strong,.td1-kpis em{display:block}.td1-kpis small{font-size:.62rem;color:#718095;font-weight:800}.td1-kpis strong{font-size:1.18rem;margin:.12rem 0;color:#102d4d}.td1-kpis em{font-style:normal;font-size:.61rem;color:#718095}
.td1-panel{background:#fff;border:1px solid #e1e7ed;border-radius:1.15rem;padding:1.05rem;box-shadow:0 7px 22px rgba(11,47,87,.035)}.td1-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem}.td1-panel-head span{font-size:.61rem;letter-spacing:.11em;font-weight:900;color:var(--sd-blue)}.td1-panel-head h3{font-size:1rem;margin:.15rem 0 0}.td1-panel-head small{font-size:.62rem;color:#718095;background:#f2f6f9;padding:.3rem .45rem;border-radius:999px}
.td1-chart.large{height:285px}.td1-chart.pyramid{height:325px}.td1-chart.radar{height:310px}.td1-legend{display:flex;justify-content:center;gap:1rem;margin-top:.35rem;font-size:.68rem;color:#607084}.td1-legend span{display:flex;align-items:center;gap:.35rem}.td1-legend i{width:10px;height:10px;border-radius:2px}.td1-legend i.male{background:#1765b8}.td1-legend i.female{background:#66a83b}
.td1-comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.td1-compare>div:first-child{display:flex;justify-content:space-between;gap:1rem;font-size:.74rem}.td1-compare b{color:#173e68}.td1-track{height:8px;border-radius:999px;background:#edf1f5;overflow:hidden;margin:.35rem 0}.td1-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--sd-blue),var(--sd-green))}.td1-compare small{font-size:.61rem;color:#758397}
.td1-map{height:325px;border-radius:.8rem;overflow:hidden}.td1-insights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.td1-insights li{display:flex;gap:.55rem;font-size:.76rem;color:#53657a;line-height:1.5}.td1-insights i{color:var(--sd-green);margin-top:.1rem}
.td1-score{margin-top:1rem;border-top:1px solid #edf0f3;padding-top:.85rem}.td1-score>div:first-child{display:flex;justify-content:space-between;gap:1rem;font-size:.7rem}.td1-score strong{font-size:.9rem}.td1-score-track{height:9px;background:#eef2f5;border-radius:999px;overflow:hidden;margin:.45rem 0}.td1-score-track i{display:block;height:100%;background:linear-gradient(90deg,#1765b8,#1b9997,#68aa3f);border-radius:999px}.td1-score small{display:block;color:#7a8797;font-size:.59rem;line-height:1.45}
.td1-footer{margin-top:1rem;background:#0b3157;color:#fff;border-radius:1rem;padding:1rem 1.1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.td1-footer>div{display:flex;gap:.6rem;align-items:flex-start}.td1-footer i{color:#9bd65c}.td1-footer p{margin:0;color:rgba(255,255,255,.72);font-size:.69rem;line-height:1.45}.td1-footer strong{color:#fff}
@media(max-width:1199px){.td1-kpis{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.td1-toolbar{grid-template-columns:1fr}.td1-kpis{grid-template-columns:repeat(2,1fr)}.td1-comparison-grid{grid-template-columns:1fr}.td1-footer{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.td1-kpis{grid-template-columns:1fr}.td1-chart.pyramid{height:300px}}

/* ================= V20 TERRITOIRES MVP V2 ================= */
.territory-dashboard-v2{background:#f6f8fb;border-block:1px solid var(--sd-line)}
.td2-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.td2-heading>div:first-child{max-width:860px}.td2-demo{display:flex;align-items:center;gap:.45rem;padding:.5rem .7rem;border-radius:999px;background:#fff7dc;border:1px solid #f0df9c;color:#715a18;font-size:.7rem;font-weight:800}
.td2-toolbar{display:grid;grid-template-columns:1.2fr 1fr auto;gap:.85rem;background:#fff;border:1px solid #e0e6ed;border-radius:1rem;padding:.9rem;box-shadow:0 7px 20px rgba(11,47,87,.035)}.td2-toolbar label,.td2-period small{display:block;font-size:.63rem;font-weight:850;letter-spacing:.05em;color:#6d7b8d;margin-bottom:.3rem}.td2-select{position:relative}.td2-select i{position:absolute;left:.7rem;top:50%;transform:translateY(-50%);color:var(--sd-blue)}.td2-select select{width:100%;padding:.62rem .75rem .62rem 2.1rem;border:1px solid #dce3ea;border-radius:.65rem;background:#fbfcfe;font-size:.8rem;font-weight:750;color:#17324f}.td2-period{align-self:center;padding:.1rem .45rem}.td2-period strong{display:block;font-size:.84rem}
.td2-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin:1rem 0}.td2-tabs button{border:1px solid #dfe6ed;background:#fff;border-radius:.85rem;padding:.75rem .9rem;color:#5c6d80;font-weight:800;font-size:.76rem;display:flex;justify-content:center;align-items:center;gap:.5rem;transition:.2s}.td2-tabs button:hover{border-color:#b9cbe0}.td2-tabs button.active{background:#0b3157;color:#fff;border-color:#0b3157;box-shadow:0 8px 20px rgba(11,49,87,.13)}.td2-tabs button.active i{color:#9bd65c}
.td2-view{display:none}.td2-view.active{display:block}.td2-kpis{display:grid;gap:.75rem}.td2-kpis-5{grid-template-columns:repeat(5,1fr)}.td2-kpis article{background:#fff;border:1px solid #e1e7ed;border-radius:.95rem;padding:.9rem;box-shadow:0 5px 17px rgba(11,47,87,.03)}.td2-kpis article>i{font-size:1rem;color:var(--sd-blue);margin-bottom:.55rem}.td2-kpis small,.td2-kpis strong,.td2-kpis em{display:block}.td2-kpis small{font-size:.61rem;color:#718095;font-weight:800}.td2-kpis strong{font-size:1.2rem;color:#102d4d;margin:.1rem 0}.td2-kpis em{font-style:normal;font-size:.58rem;color:#758397;line-height:1.35}
.td2-panel{background:#fff;border:1px solid #e1e7ed;border-radius:1.1rem;padding:1rem;box-shadow:0 7px 22px rgba(11,47,87,.035)}.td2-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.td2-panel-head span{font-size:.59rem;letter-spacing:.11em;font-weight:900;color:var(--sd-blue)}.td2-panel-head h3{font-size:1rem;margin:.12rem 0 0}.td2-panel-head small{font-size:.59rem;color:#718095;background:#f2f6f9;padding:.28rem .42rem;border-radius:999px}.td2-chart-line{height:285px}.td2-chart-pyramid{height:330px}.td2-chart-mid{height:285px}.td2-chart-radar{height:320px}
.td2-sex-legend{display:flex;justify-content:center;gap:1rem;font-size:.65rem;color:#607084}.td2-sex-legend span{display:flex;align-items:center;gap:.3rem}.td2-sex-legend i{width:9px;height:9px;border-radius:2px}.td2-sex-legend .men{background:#1765b8}.td2-sex-legend .women{background:#69a83f}.td2-insights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.td2-insights li{display:flex;gap:.55rem;color:#53657a;font-size:.75rem;line-height:1.55}.td2-insights i{color:var(--sd-green);margin-top:.1rem}
.td2-synthesis-hero{background:linear-gradient(135deg,#0b3157,#124c7d);color:#fff;border-radius:1.15rem;padding:1.25rem 1.35rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1rem}.td2-synthesis-hero>div:first-child{max-width:760px}.td2-synthesis-hero>div:first-child>span{font-size:.61rem;letter-spacing:.12em;color:#a9d777;font-weight:900}.td2-synthesis-hero h3{font-size:1.7rem;margin:.25rem 0}.td2-synthesis-hero p{color:rgba(255,255,255,.72);font-size:.75rem;line-height:1.55;margin:0}.td2-score-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:.9rem;padding:.85rem;min-width:210px}.td2-score-card small,.td2-score-card strong,.td2-score-card em{display:block}.td2-score-card small{font-size:.6rem;color:rgba(255,255,255,.7)}.td2-score-card strong{font-size:1.6rem;margin:.1rem 0}.td2-score-card>div{height:7px;background:rgba(255,255,255,.16);border-radius:999px;overflow:hidden}.td2-score-card>div i{display:block;height:100%;background:#9bd65c;border-radius:999px}.td2-score-card em{font-style:normal;font-size:.58rem;color:rgba(255,255,255,.68);margin-top:.35rem}
.td2-signal-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.td2-signal{border:1px solid #e2e8ee;border-radius:.8rem;padding:.8rem;background:#fbfcfd}.td2-signal>span{font-size:.67rem;font-weight:900;color:#173e68}.td2-signal p{font-size:.7rem;line-height:1.5;color:#647386;margin:.3rem 0 0}.td2-signal.watch{border-left:4px solid #d89534}.td2-signal.positive{border-left:4px solid #69a83f}.td2-signal.neutral{border-left:4px solid #8191a4}.td2-map{height:320px;border-radius:.8rem;overflow:hidden}.td2-actions{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.td2-actions li{display:flex;gap:.65rem;align-items:flex-start;border-bottom:1px solid #edf0f3;padding-bottom:.65rem}.td2-actions li:last-child{border:0}.td2-actions span{font-size:.6rem;font-weight:900;color:var(--sd-blue);background:#edf5ff;padding:.25rem .35rem;border-radius:.35rem}.td2-actions p{font-size:.72rem;line-height:1.5;color:#5d6d80;margin:0}
.td2-method{margin-top:1rem;background:#fff;border:1px solid #e0e6ed;border-radius:.9rem;padding:.85rem 1rem;display:flex;gap:.65rem;align-items:flex-start}.td2-method i{color:var(--sd-green)}.td2-method p{margin:0;font-size:.66rem;color:#68788b;line-height:1.5}.td2-method strong{color:#173e68}
@media(max-width:1199px){.td2-kpis-5{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.td2-toolbar{grid-template-columns:1fr}.td2-tabs{grid-template-columns:1fr}.td2-kpis-5{grid-template-columns:repeat(2,1fr)}.td2-synthesis-hero{align-items:flex-start;flex-direction:column}.td2-score-card{width:100%}.td2-signal-grid{grid-template-columns:1fr}}@media(max-width:480px){.td2-kpis-5{grid-template-columns:1fr}.td2-chart-pyramid{height:300px}}

/* ================= V21 LIVRE BLANC DASHBOARD ================= */
.td2-heading-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.55rem}.td2-whitepaper-link{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;font-size:.7rem;font-weight:850;color:var(--sd-blue);background:#fff;border:1px solid #dce5ee;border-radius:999px;padding:.5rem .7rem}.td2-whitepaper-link:hover{background:#f2f7fc}
.whitepaper21{background:#f7f9fc;color:var(--sd-navy)}.wp21-hero{background:linear-gradient(135deg,#082f5b,#0d477b);color:#fff}.wp21-hero .eyebrow{color:#a6d779}.wp21-hero h1{font-size:clamp(2.4rem,5vw,4.2rem);font-weight:850;letter-spacing:-.04em;margin:.55rem 0}.wp21-hero p{max-width:850px;color:rgba(255,255,255,.78);font-size:1rem;line-height:1.7}.wp21-meta{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}.wp21-meta span{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);border-radius:999px;padding:.42rem .65rem;font-size:.68rem;color:rgba(255,255,255,.8)}
.wp21-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:2rem;align-items:start}.wp21-nav{position:sticky;top:100px;background:#fff;border:1px solid #e1e7ed;border-radius:1rem;padding:.55rem;display:flex;flex-direction:column}.wp21-nav a{text-decoration:none;color:#586a7d;font-size:.72rem;font-weight:750;padding:.58rem .65rem;border-radius:.55rem}.wp21-nav a:hover{background:#f0f5fa;color:var(--sd-blue)}
.wp21-content{background:#fff;border:1px solid #e1e7ed;border-radius:1.2rem;padding:1.8rem 2rem;box-shadow:0 8px 26px rgba(11,47,87,.035)}.wp21-content section{padding:0 0 2rem;margin:0 0 2rem;border-bottom:1px solid #edf0f3}.wp21-content section:last-of-type{border-bottom:0}.wp21-num{font-size:.64rem;font-weight:900;letter-spacing:.12em;color:var(--sd-green)}.wp21-content h2{font-size:1.55rem;margin:.25rem 0 .8rem}.wp21-content h3{font-size:1rem}.wp21-content p,.wp21-list{font-size:.82rem;line-height:1.7;color:#607084}
.wp21-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:.6rem;align-items:center;margin-top:1.2rem}.wp21-flow>div{background:#f7f9fc;border:1px solid #e2e8ee;border-radius:.8rem;padding:.8rem}.wp21-flow strong,.wp21-flow span{display:block}.wp21-flow strong{font-size:.78rem}.wp21-flow span{font-size:.66rem;color:#718095;margin-top:.25rem}.wp21-flow>i{color:#91a0b0}
.wp21-pipeline{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-top:1rem}.wp21-pipeline>div{border:1px solid #e2e8ee;background:#fbfcfd;border-radius:.8rem;padding:.85rem;display:flex;flex-direction:column;gap:.25rem}.wp21-pipeline i{color:var(--sd-blue);font-size:1.15rem}.wp21-pipeline strong{font-size:.75rem}.wp21-pipeline span{font-size:.64rem;color:#718095}.wp21-code{background:#0b3157;color:#dcecff;border-radius:.8rem;padding:1rem;overflow:auto;font-size:.7rem;line-height:1.6;margin-top:1rem}
.wp21-table-wrap{overflow-x:auto}.wp21-table{width:100%;border-collapse:collapse;font-size:.7rem}.wp21-table th{background:#f2f6fa;color:#334a62;text-align:left;padding:.65rem;border-bottom:1px solid #dfe6ed}.wp21-table td{padding:.65rem;border-bottom:1px solid #edf0f3;color:#5d6d80;vertical-align:top}.wp21-table td:first-child{font-family:monospace;color:#1765b8;font-weight:800}
.wp21-meta-grid,.wp21-checks{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.wp21-meta-grid>div,.wp21-checks>div{border:1px solid #e2e8ee;border-radius:.8rem;padding:.8rem;background:#fbfcfd}.wp21-meta-grid strong,.wp21-meta-grid span,.wp21-checks strong,.wp21-checks span{display:block}.wp21-meta-grid strong,.wp21-checks strong{font-size:.75rem}.wp21-meta-grid span,.wp21-checks span{font-size:.64rem;color:#718095;margin-top:.2rem}.wp21-checks i{color:var(--sd-green);margin-bottom:.4rem}
.wp21-validation{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:.8rem;align-items:center;margin-top:1rem}.wp21-validation>div{background:#f7f9fc;border:1px solid #e2e8ee;border-radius:.8rem;padding:.85rem;text-align:center}.wp21-validation strong,.wp21-validation span{display:block}.wp21-validation strong{font-size:.75rem}.wp21-validation span{font-size:.64rem;color:#718095}.wp21-validation .split{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;background:transparent;border:0;padding:0}.wp21-validation article{background:#fff;border:1px solid #e2e8ee;border-radius:.8rem;padding:.75rem}.wp21-validation article i{display:block;color:var(--sd-blue);margin-bottom:.3rem}.wp21-status{font-size:.6rem;padding:.24rem .4rem;border-radius:999px}.wp21-status.ok{background:#eef6e9;color:#4f7f31}
.wp21-alert{margin-top:1rem;background:#fff7dc;border:1px solid #f0df9c;border-radius:.8rem;padding:.8rem}.wp21-alert strong{font-size:.75rem}.wp21-alert p{margin:.2rem 0 0;font-size:.68rem;color:#6e5a1c}
.wp21-signal-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.wp21-signal-examples>div{border-left:4px solid #d89534;background:#fbfcfd;border-radius:.65rem;padding:.8rem}.wp21-signal-examples strong,.wp21-signal-examples span{display:block}.wp21-signal-examples strong{font-size:.75rem}.wp21-signal-examples span{font-size:.64rem;color:#718095;line-height:1.5;margin-top:.25rem}.wp21-list{padding-left:1.2rem}.wp21-list li{margin:.45rem 0}
.wp21-roadmap{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem}.wp21-roadmap>div{border:1px solid #e2e8ee;border-radius:.8rem;padding:.8rem}.wp21-roadmap>div>span{display:inline-block;font-size:.6rem;font-weight:900;color:#1765b8;background:#edf5ff;border-radius:.4rem;padding:.2rem .35rem}.wp21-roadmap strong{display:block;font-size:.76rem;margin:.4rem 0 .2rem}.wp21-roadmap p{font-size:.64rem;line-height:1.45;margin:0}.wp21-roadmap .done{border-top:4px solid #69a83f}.wp21-roadmap .current{border-top:4px solid #1765b8}.wp21-back{padding-top:.5rem}
@media(max-width:991px){.wp21-layout{grid-template-columns:1fr}.wp21-nav{position:static;flex-direction:row;overflow:auto;white-space:nowrap}.wp21-pipeline,.wp21-meta-grid,.wp21-checks{grid-template-columns:repeat(2,1fr)}.wp21-roadmap{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.wp21-flow{grid-template-columns:1fr}.wp21-flow>i{transform:rotate(90deg);justify-self:center}.wp21-validation{grid-template-columns:1fr}.wp21-signal-examples{grid-template-columns:1fr}.td2-heading-actions{align-items:flex-start}}@media(max-width:575px){.wp21-content{padding:1.2rem}.wp21-pipeline,.wp21-meta-grid,.wp21-checks,.wp21-roadmap{grid-template-columns:1fr}}

/* V22 scientific white paper */
.wp22 .wp21-content section{scroll-margin-top:100px}.wp22-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin:1rem 0}.wp22-grid>div,.wp22-themes>div,.wp22-cycle>div{border:1px solid #e2e8ee;border-radius:.8rem;padding:.8rem;background:#fbfcfd}.wp22-grid strong,.wp22-grid p{display:block}.wp22-grid strong{font-size:.75rem;color:#173e68}.wp22-grid p{font-size:.64rem;line-height:1.5;margin:.2rem 0 0}.wp22-note{background:#edf6ff;border-left:4px solid #1765b8;border-radius:.7rem;padding:.9rem;margin:1rem 0}.wp22-note strong{font-size:.76rem}.wp22-note p{font-size:.68rem;margin:.2rem 0 0}.wp22-formula{background:#f7f9fc;border:1px solid #e0e7ee;border-radius:.85rem;padding:1rem;margin:1rem 0}.wp22-formula small{display:block;font-weight:900;color:#1765b8;text-transform:uppercase}.wp22-formula>strong{display:block;font-family:Georgia,serif;font-size:1.18rem;margin:.45rem 0;color:#102d4d}.wp22-formula p{font-size:.67rem;margin:0}.wp22-two{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.wp22-themes{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin:1rem 0}.wp22-themes strong,.wp22-themes span{display:block}.wp22-themes strong{font-size:.72rem}.wp22-themes span{font-size:.6rem;color:#718095}.wp22-cycle{display:grid;grid-template-columns:repeat(6,1fr);gap:.55rem;margin:1rem 0}.wp22-cycle span{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:50%;background:#0b3157;color:white;font-size:.58rem}.wp22-cycle strong{display:block;font-size:.68rem;margin:.35rem 0}.wp22-cycle p{font-size:.59rem;margin:0}.wp22 .wp21-table{margin-top:1rem}
@media(max-width:1199px){.wp22-grid,.wp22-themes{grid-template-columns:repeat(2,1fr)}.wp22-cycle{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.wp22-two{grid-template-columns:1fr}.wp22-cycle{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.wp22-grid,.wp22-themes,.wp22-cycle{grid-template-columns:1fr}}

/* V22.1 PREMIUM */
.wp22{background:radial-gradient(circle at 5% 4%,rgba(119,173,67,.08),transparent 24rem),#f4f7fa}
.wp22 .wp21-hero{position:relative;overflow:hidden;background:linear-gradient(122deg,#071f39,#0b3a67 56%,#12517f);min-height:430px;display:flex;align-items:center}
.wp22 .wp21-hero:before{content:"";position:absolute;right:-8%;top:-42%;width:580px;height:580px;border-radius:50%;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}
.wp22 .wp21-hero:after{content:"MÉTHODOLOGIE";position:absolute;right:4%;bottom:-1.2rem;font-size:clamp(4rem,10vw,9rem);font-weight:900;letter-spacing:-.06em;color:rgba(255,255,255,.025)}
.wp22 .wp21-hero .container{position:relative;z-index:1}.wp22 .wp21-hero .eyebrow{display:inline-flex;align-items:center;gap:.55rem;letter-spacing:.16em}.wp22 .wp21-hero .eyebrow:before{content:"";width:34px;height:2px;background:#9ad15d}.wp22 .wp21-hero h1{max-width:950px;font-size:clamp(2.7rem,5.2vw,4.8rem);line-height:1.02;letter-spacing:-.055em}.wp22 .wp21-hero p{max-width:790px;font-size:1.03rem;line-height:1.8}
.wp22 .wp21-body>.container{max-width:1320px}.wp22 .wp21-layout{grid-template-columns:260px minmax(0,1fr);gap:2.3rem}.wp22 .wp21-nav{top:92px;border:0;border-radius:18px;padding:.75rem;background:rgba(255,255,255,.96);box-shadow:0 18px 45px rgba(15,43,69,.08)}.wp22 .wp21-nav:before{content:"SOMMAIRE";display:block;padding:.55rem .7rem .7rem;font-size:.59rem;font-weight:900;letter-spacing:.16em;color:#94a3b8}.wp22 .wp21-nav a{padding:.62rem .72rem;border-radius:.65rem}.wp22 .wp21-nav a:hover{transform:translateX(3px)}
.wp22 .wp21-content{border:0;padding:0;background:transparent;box-shadow:none}.wp22 .wp21-content section{position:relative;background:#fff;border:1px solid #e3e9ef;border-radius:20px;padding:clamp(1.6rem,3vw,2.65rem);margin:0 0 1.45rem;box-shadow:0 14px 38px rgba(15,43,69,.045)}.wp22 .wp21-content section:before{content:"";position:absolute;left:0;top:2rem;width:4px;height:42px;background:linear-gradient(#0e5b95,#7caf45)}.wp22 .wp21-num{letter-spacing:.16em}.wp22 .wp21-content h2{font-size:clamp(1.65rem,2.4vw,2.25rem);line-height:1.12;letter-spacing:-.035em}.wp22 .wp21-content p,.wp22 .wp21-list{font-size:.91rem;line-height:1.88}.wp22 .wp21-content section>p:first-of-type{font-size:.98rem}
.wp22-grid>div,.wp22-themes>div,.wp22-cycle>div{border-radius:14px;padding:1.05rem;background:linear-gradient(180deg,#fff,#f9fbfd);box-shadow:0 8px 20px rgba(17,54,87,.035)}.wp22-grid>div{position:relative}.wp22-grid>div:before{content:"";position:absolute;left:1.05rem;top:0;width:34px;height:3px;background:#78aa43}
.wp22-note{position:relative;border:0;border-radius:14px;padding:1.15rem 1.2rem 1.15rem 3.4rem;background:#eef6fc;box-shadow:inset 0 0 0 1px #dceaf5}.wp22-note:before{content:"i";position:absolute;left:1.1rem;top:1.05rem;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#0d568d;color:#fff;font-family:Georgia,serif;font-weight:700}
.wp22 .wp21-pipeline{grid-template-columns:repeat(6,1fr);gap:.6rem}.wp22 .wp21-pipeline>div{position:relative;min-height:116px;justify-content:center;border-radius:14px;text-align:center}.wp22 .wp21-pipeline>div:not(:last-child):after{content:"›";position:absolute;right:-.48rem;top:50%;transform:translateY(-50%);z-index:2;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#0d4f82;color:#fff}.wp22 .wp21-code{border-radius:14px;padding:1.2rem;background:linear-gradient(135deg,#082b4b,#0b3d68);box-shadow:0 12px 26px rgba(8,43,75,.13)}
.wp22-formula{position:relative;overflow:hidden;border:0!important;border-radius:16px!important;padding:1.25rem 1.35rem!important;background:linear-gradient(135deg,#f5f9fc,#eef5f9)!important;box-shadow:inset 0 0 0 1px #dde7ee}.wp22-formula:after{content:"Σ";position:absolute;right:1rem;bottom:-1.7rem;font-family:Georgia,serif;font-size:7rem;color:rgba(11,58,103,.035)}.wp22-formula>strong{position:relative;z-index:1;font-size:1.35rem!important}
.wp22 .wp21-meta-grid>div,.wp22 .wp21-checks>div{border-radius:13px;padding:1rem}.wp22 .wp21-meta-grid>div:nth-child(3n+1),.wp22 .wp21-checks>div:nth-child(3n+1){border-top:3px solid #1765b8}.wp22 .wp21-meta-grid>div:nth-child(3n+2),.wp22 .wp21-checks>div:nth-child(3n+2){border-top:3px solid #6ba541}.wp22 .wp21-meta-grid>div:nth-child(3n),.wp22 .wp21-checks>div:nth-child(3n){border-top:3px solid #3e8299}
.wp22 .wp21-validation>div{border:0;border-radius:14px;padding:1.1rem;background:#f5f8fb;box-shadow:inset 0 0 0 1px #e0e7ed}.wp22 .wp21-validation article{border:0;border-radius:13px;box-shadow:0 9px 22px rgba(14,57,92,.07)}.wp22 .wp21-validation article:first-child{border-top:3px solid #1765b8}.wp22 .wp21-validation article:last-child{border-top:3px solid #e1a33c}
.wp22 .wp21-table-wrap{margin:1.2rem 0;border:1px solid #e3e9ef;border-radius:14px;overflow:auto}.wp22 .wp21-table{margin:0!important}.wp22 .wp21-table th{background:#0c3a65;color:#fff;padding:.8rem .75rem}.wp22 .wp21-table td{padding:.78rem .75rem}.wp22 .wp21-table tbody tr:hover{background:#f8fbfd}
.wp22 .wp21-signal-examples>div{position:relative;border:1px solid #e5e9ed;border-left:0;border-radius:14px;padding:1rem 1rem 1rem 1.15rem;box-shadow:0 8px 18px rgba(17,54,87,.035)}.wp22 .wp21-signal-examples>div:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#d69a37}
.wp22-themes>div{min-height:100px}.wp22-themes>div:nth-child(-n+2){background:linear-gradient(145deg,#0b3a67,#12517f);border:0}.wp22-themes>div:nth-child(-n+2) strong{color:#fff}.wp22-themes>div:nth-child(-n+2) span{color:#b9d99c}.wp22-cycle>div{position:relative;min-height:125px}.wp22-cycle span{background:linear-gradient(135deg,#0b3a67,#1765b8);box-shadow:0 5px 12px rgba(11,58,103,.18)}
.wp22 .wp21-roadmap>div{border-radius:14px;padding:1rem;min-height:145px}.wp22 .wp21-roadmap .done{border-top:0;background:#f5faef}.wp22 .wp21-roadmap .current{border:2px solid #1765b8;background:#f5f9fd}.wp22 .wp21-back{display:flex;justify-content:center;padding:1rem 0 2rem}.wp22 .wp21-back .btn{border-radius:999px}
@media(max-width:1199px){.wp22 .wp21-pipeline{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.wp22 .wp21-layout{grid-template-columns:1fr}.wp22 .wp21-nav{position:sticky;top:72px;z-index:20;flex-direction:row;overflow:auto;white-space:nowrap}.wp22 .wp21-nav:before{display:none}}@media(max-width:767px){.wp22 .wp21-pipeline{grid-template-columns:1fr}.wp22 .wp21-hero:after{display:none}}

/* V24 Solutions */
.solutions-hero{background:linear-gradient(135deg,#f6f9fc,#fff 58%,#f1f8ed);border-bottom:1px solid #e2e9ef}
.solutions-count{background:#0b2f57;color:#fff;border-radius:24px;padding:24px;display:flex;align-items:center;gap:16px}.solutions-count strong{font-size:3rem;color:#8bc53f}.solutions-count span{font-weight:700}
.solutions-filter{display:flex;gap:10px;flex-wrap:wrap}.solutions-filter button{border:1px solid #d7e0e8;background:#fff;color:#35516b;border-radius:999px;padding:9px 15px;font-weight:700}.solutions-filter button.active{background:#0b2f57;color:#fff}
.solution-card{border:1px solid #dfe7ed;border-radius:22px;padding:25px;background:#fff;box-shadow:0 12px 34px rgba(11,47,87,.06);display:flex;flex-direction:column}.solution-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.solution-icon{width:54px;height:54px;border-radius:16px;background:#edf5fb;color:#1765b8;display:grid;place-items:center;font-size:1.45rem}.solution-status{font-size:.76rem;font-weight:800;border-radius:999px;padding:6px 10px}.solution-status.beta{background:#edf7e8;color:#447b24}.solution-status.development{background:#fff4df;color:#93610b}.solution-category{color:#168d89;font-weight:800;text-transform:uppercase}.solution-card h2{font-size:1.45rem;color:#0b2f57;margin:9px 0 12px}.solution-card p{color:#607286;flex:1}.solution-link{font-weight:800;color:#1765b8;text-decoration:none}.solution-link.disabled{color:#8996a3}
.solutions-principle{background:#0b2f57;color:#fff;border-radius:26px;padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}.solutions-principle p{color:#dce8f3;margin:0}@media(max-width:767px){.solutions-principle{grid-template-columns:1fr}}

/* ================= V24.1 — PAGE SOLUTIONS PREMIUM ================= */
.solutions-v241{background:#f7f9fb;color:#102d4d}
.sol241-hero{position:relative;overflow:hidden;background:
radial-gradient(circle at 90% 20%,rgba(115,169,63,.13),transparent 20rem),
linear-gradient(135deg,#f8fafc 0%,#fff 48%,#eef6f3 100%);border-bottom:1px solid #e3e9ef}
.sol241-hero:after{content:"";position:absolute;right:-120px;bottom:-180px;width:420px;height:420px;border:1px solid rgba(15,61,101,.08);border-radius:50%;box-shadow:0 0 0 60px rgba(15,61,101,.025),0 0 0 120px rgba(15,61,101,.018)}
.sol241-hero .container{position:relative;z-index:1}
.sol241-kicker{display:flex;align-items:center;gap:.55rem;font-size:.64rem;font-weight:900;letter-spacing:.16em;color:#1c639c}
.sol241-kicker>span{width:34px;height:2px;background:#75aa41}.sol241-kicker.light{color:#b9d9f2}.sol241-kicker.light>span{background:#91c95b}
.sol241-hero h1{font-size:clamp(2.6rem,5vw,4.7rem);line-height:1.02;letter-spacing:-.052em;font-weight:850;max-width:900px;margin:1rem 0 1.15rem}
.sol241-lead{font-size:1.05rem;line-height:1.75;color:#627487;max-width:820px}
.sol241-hero-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.55rem}
.sol241-hero-actions .btn{border-radius:999px;padding:.7rem 1.1rem;font-size:.78rem;font-weight:800}
.sol241-ecosystem-card{position:relative;background:#0a3158;color:#fff;border-radius:28px;padding:1.5rem;min-height:365px;box-shadow:0 26px 55px rgba(10,49,88,.16);overflow:hidden}
.sol241-ecosystem-card:after{content:"";position:absolute;inset:auto -100px -160px auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(117,170,65,.24),transparent 68%)}
.sol241-ecosystem-top{display:flex;justify-content:space-between;align-items:flex-start}.sol241-ecosystem-top span{font-size:.61rem;letter-spacing:.14em;font-weight:900;color:#a8c8e5}.sol241-ecosystem-top strong{font-size:2.5rem;color:#96ce5a}
.sol241-ecosystem-card>p{font-size:.76rem;line-height:1.6;color:#d7e6f2;max-width:320px}
.sol241-orbit{position:relative;height:205px;margin-top:.65rem}.sol241-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:130px;height:130px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0b3157;font-size:1.05rem;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.12)}.sol241-core span{color:#6ca541}
.sol241-orbit:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:200px;height:200px;border-radius:50%;border:1px dashed rgba(255,255,255,.22)}
.sol241-node{position:absolute;width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#fff;color:#1765b8;box-shadow:0 8px 18px rgba(0,0,0,.11);font-size:1.15rem}.sol241-node.n1{left:18%;top:22%}.sol241-node.n2{right:17%;top:30%;color:#68a240}.sol241-node.n3{left:46%;bottom:0;background:#153f66;color:#b8d6ee;border:1px solid rgba(255,255,255,.12)}
.sol241-philosophy{background:#fff;border-bottom:1px solid #e5ebf0}.sol241-philosophy-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.sol241-philosophy-grid>div{padding:1.4rem 1.2rem;border-right:1px solid #edf1f4}.sol241-philosophy-grid>div:last-child{border-right:0}.sol241-mini{display:block;color:#78aa43;font-size:.61rem;font-weight:900;letter-spacing:.13em}.sol241-philosophy-grid strong{display:block;margin:.35rem 0;font-size:.8rem}.sol241-philosophy-grid p{margin:0;font-size:.67rem;color:#718195;line-height:1.5}
.sol241-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.1rem}.sol241-section-head h2{font-size:clamp(2rem,3vw,3rem);letter-spacing:-.04em;margin:.45rem 0}.sol241-section-head p{max-width:760px;color:#68798b;line-height:1.65}
.sol241-filter button{border:1px solid #dce4ea;background:#fff;color:#4f6378;border-radius:999px;padding:.55rem .8rem;font-size:.68rem;font-weight:850}.sol241-filter button.active{background:#0b3157;border-color:#0b3157;color:#fff}
.sol241-card{display:grid;background:#fff;border:1px solid #e0e7ed;border-radius:24px;box-shadow:0 12px 34px rgba(13,52,86,.045);overflow:hidden;transition:transform .2s,box-shadow .2s}.sol241-card:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(13,52,86,.08)}
.sol241-card.featured{grid-template-columns:1.25fr .75fr}.sol241-card-main{padding:1.45rem;display:flex;flex-direction:column;min-height:290px}.sol241-card-top{display:flex;justify-content:space-between;align-items:center}.sol241-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#edf5fb;color:#1765b8;font-size:1.25rem}.sol241-status{font-size:.6rem;font-weight:900;border-radius:999px;padding:.35rem .5rem}.sol241-status.beta{background:#edf7e8;color:#4c7d30}.sol241-status.development{background:#fff4df;color:#94620c}
.sol241-card-copy{margin-top:1.2rem}.sol241-card-copy small{font-size:.6rem;font-weight:900;letter-spacing:.1em;color:#168d89;text-transform:uppercase}.sol241-card-copy h3{font-size:1.45rem;letter-spacing:-.03em;margin:.35rem 0 .65rem}.sol241-card-copy p{font-size:.76rem;line-height:1.65;color:#657689;max-width:680px}.sol241-link{margin-top:auto;text-decoration:none;font-size:.72rem;font-weight:900;color:#1765b8}.sol241-link.muted{color:#8794a1}
.sol241-card-side{background:linear-gradient(145deg,#0b3157,#0f4a79);color:#fff;padding:1.45rem;display:flex;flex-direction:column;justify-content:center}.sol241-card-side>span{font-size:.59rem;letter-spacing:.14em;font-weight:900;color:#9dcf69}.sol241-card-side>strong{font-size:1.35rem;line-height:1.2;margin:.55rem 0}.sol241-card-side>p{font-size:.69rem;line-height:1.55;color:#d7e4ee}
.sol241-metric-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem;margin-top:1rem}.sol241-metric-strip>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.6rem}.sol241-metric-strip b,.sol241-metric-strip small{display:block}.sol241-metric-strip b{font-size:.7rem;color:#96cd5a}.sol241-metric-strip small{font-size:.56rem;color:#d8e6f0;margin-top:.2rem}
.sol241-roadmap-section{background:#0a2f55;color:#fff;position:relative;overflow:hidden}.sol241-roadmap-section:after{content:"";position:absolute;right:-150px;top:-150px;width:430px;height:430px;border-radius:50%;border:1px solid rgba(255,255,255,.07);box-shadow:0 0 0 65px rgba(255,255,255,.02),0 0 0 130px rgba(255,255,255,.015)}
.sol241-roadmap-section .container{position:relative;z-index:1}.sol241-roadmap-section h2{font-size:clamp(2rem,3.5vw,3.2rem);line-height:1.08;letter-spacing:-.04em;margin:.8rem 0}.sol241-roadmap-section p{font-size:.79rem;line-height:1.7;color:#cbdae7}
.sol241-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}.sol241-steps>div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.11);border-radius:16px;padding:1rem}.sol241-steps span{font-size:.61rem;font-weight:900;color:#94cd58}.sol241-steps strong{display:block;font-size:.8rem;margin:.25rem 0}.sol241-steps p{font-size:.63rem;line-height:1.5;margin:0;color:#c9d9e6}
.sol241-future{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;background:#fff;border:1px solid #e0e7ed;border-radius:25px;padding:2rem;box-shadow:0 10px 30px rgba(13,52,86,.04)}.sol241-future h2{font-size:clamp(1.8rem,3vw,2.7rem);letter-spacing:-.04em;margin:.55rem 0}.sol241-future p{font-size:.77rem;line-height:1.7;color:#68798c}.sol241-future-tags{display:flex;gap:.55rem;flex-wrap:wrap}.sol241-future-tags span{background:#f2f6f9;border:1px solid #e0e7ed;border-radius:999px;padding:.55rem .75rem;font-size:.64rem;font-weight:800;color:#4f6378}.sol241-future-tags .future-plus{background:#0b3157;color:#fff;border-color:#0b3157}
.sol241-cta{background:#75a942;color:#fff}.sol241-cta .container{display:flex;justify-content:space-between;align-items:center;gap:2rem}.sol241-cta span{font-size:.61rem;letter-spacing:.12em;font-weight:900}.sol241-cta h2{font-size:1.8rem;margin:.25rem 0}.sol241-cta .btn{border-radius:999px;font-weight:850;font-size:.75rem}
@media(max-width:991px){.sol241-card.featured{grid-template-columns:1fr}.sol241-philosophy-grid{grid-template-columns:repeat(2,1fr)}.sol241-future{grid-template-columns:1fr}.sol241-ecosystem-card{min-height:330px}}
@media(max-width:767px){.sol241-philosophy-grid{grid-template-columns:1fr}.sol241-philosophy-grid>div{border-right:0;border-bottom:1px solid #edf1f4}.sol241-steps{grid-template-columns:1fr}.sol241-cta .container{flex-direction:column;align-items:flex-start}.sol241-metric-strip{grid-template-columns:1fr}.sol241-hero h1{font-size:2.55rem}}

/* V24.2 — Solutions : valeur, preuve et maturité */
.sol242-proof{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:1rem}
.sol242-proof span{font-size:.56rem;font-weight:800;color:#dceaf4;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);border-radius:999px;padding:.38rem .52rem}
.sol242-proof i{color:#98cf5d;margin-right:.25rem}
.sol242-capabilities{display:flex;gap:.38rem;flex-wrap:wrap;margin:.8rem 0 1rem}
.sol242-capabilities span{font-size:.58rem;font-weight:800;color:#496178;background:#f3f7fa;border:1px solid #e1e8ee;border-radius:999px;padding:.38rem .5rem}
.sol242-capabilities i{color:#168d89;margin-right:.25rem}
.sol242-stage{display:flex;align-items:center;gap:.55rem;padding:.65rem .7rem;background:#fff8ea;border:1px solid #f1dfb8;border-radius:12px;margin-bottom:.8rem}
.sol242-stage b{font-size:.61rem;color:#8b5c08;background:#ffe6af;border-radius:999px;padding:.25rem .4rem}
.sol242-stage span{font-size:.61rem;font-weight:750;color:#725e38}
.sol242-catalogue{background:linear-gradient(135deg,#fff,#f6faf4)}

/* ================= V25.2 — HOME PREMIUM / HEADER REFERENCE ================= */
.v25-header{background:rgba(255,255,255,.97);border-bottom:1px solid #e8edf3;backdrop-filter:blur(14px);z-index:1030}.v25-header .navbar{padding:0}.v25-nav-wrap,.v25-shell{max-width:1480px;margin:auto;padding-left:clamp(1.4rem,4vw,4.8rem);padding-right:clamp(1.4rem,4vw,4.8rem)}.v25-nav-wrap{min-height:118px}.v25-brand{display:flex;align-items:center;gap:.9rem;text-decoration:none;flex-shrink:0}.v25-brand img{width:64px;height:70px;object-fit:contain}.v25-brand-copy{display:flex;flex-direction:column}.v25-wordmark{font-size:2rem;line-height:1;letter-spacing:-.055em}.v25-wordmark b{font-weight:800}.v25-wordmark b:nth-child(1){color:#0b2f57}.v25-wordmark b:nth-child(2){color:#235eae}.v25-wordmark b:nth-child(3){color:#4f8d3c}.v25-brand-copy small{font-size:.58rem;letter-spacing:.08em;color:#29445f;font-weight:800;margin-top:.55rem;white-space:nowrap}.v25-nav-list{gap:1rem}.v25-header .nav-link{font-size:.82rem;font-weight:800;letter-spacing:.025em;text-transform:uppercase;color:#15263b!important;padding:.8rem .45rem!important;position:relative}.v25-header .nav-link::after{content:"";position:absolute;left:.45rem;right:.45rem;bottom:.35rem;height:2px;background:linear-gradient(90deg,#235eae,#4f8d3c);transform:scaleX(0);transition:.2s}.v25-header .nav-link:hover::after,.v25-header .nav-link.active::after{transform:scaleX(1)}.v25-header .nav-link.active{color:#235eae!important}.v25-nav-actions{display:flex;align-items:center;gap:1rem;margin-left:1.7rem}.v25-contact-pill{display:inline-flex;align-items:center;justify-content:center;background:#0b2f57;color:#fff;text-decoration:none;border-radius:999px;padding:.85rem 1.35rem;font-size:.76rem;font-weight:850;letter-spacing:.03em;box-shadow:0 10px 25px rgba(11,47,87,.14);white-space:nowrap}.v25-contact-pill:hover{background:#164b83;color:#fff;transform:translateY(-1px)}.v25-lang{display:flex;gap:.35rem;align-items:center;font-size:.75rem;font-weight:800}.v25-lang a{text-decoration:none;color:#607085}.v25-lang a.active{color:#0b2f57}.v25-home{overflow:hidden}.v25-hero{position:relative;background:linear-gradient(110deg,#fff 0%,#fff 50%,#edf6ff 100%);padding:clamp(4rem,8vw,8rem) 0 0}.v25-kicker,.v25-section-head>p,.v25-cta p{font-size:.72rem;letter-spacing:.13em;font-weight:850;color:#235eae;margin:0 0 1rem}.v25-hero h1{font-size:clamp(3.25rem,6.2vw,6.2rem);line-height:.98;letter-spacing:-.065em;font-weight:820;max-width:760px;color:#0d2036;margin:0}.v25-hero h1 em{font-style:normal;color:#4f8d3c}.v25-rule{display:block;width:82px;height:3px;background:linear-gradient(90deg,#235eae,#4f8d3c);margin:2rem 0}.v25-lead{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.65;color:#42556a;max-width:660px}.v25-hero-actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;margin-top:2rem}.v25-primary-btn,.v25-outline-btn{display:inline-flex;align-items:center;gap:1.2rem;background:#0b2f57;color:#fff;text-decoration:none;border-radius:999px;padding:.95rem 1.5rem;font-size:.78rem;font-weight:850;letter-spacing:.035em;box-shadow:0 12px 28px rgba(11,47,87,.16)}.v25-primary-btn:hover{background:#164b83;color:#fff}.v25-text-link{color:#18344f;text-decoration:none;font-weight:750;border-bottom:1px solid #9cb1c6;padding-bottom:.25rem}.v25-text-link:hover{color:#235eae}.v25-hero-art{position:relative;min-height:530px;border-radius:54% 0 0 0;overflow:hidden;background:linear-gradient(145deg,#d8ebff,#8bbceb 46%,#265f94);box-shadow:inset 0 0 80px rgba(255,255,255,.5)}.v25-globe{position:absolute;width:480px;height:480px;border-radius:50%;right:-70px;top:20px;border:1px solid rgba(255,255,255,.55);box-shadow:inset 0 0 0 40px rgba(255,255,255,.05),inset 0 0 0 85px rgba(255,255,255,.04);background:radial-gradient(circle at 32% 30%,rgba(255,255,255,.8),transparent 5%),radial-gradient(circle at 48% 43%,rgba(255,255,255,.85),transparent 4%),radial-gradient(circle at 67% 25%,rgba(255,255,255,.7),transparent 3%),linear-gradient(35deg,transparent 46%,rgba(255,255,255,.35) 47%,transparent 48%)}.v25-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(to left,#000,transparent)}.v25-orbit{position:absolute;border:1px solid rgba(255,255,255,.55);border-radius:50%;transform:rotate(-20deg)}.orbit-a{width:620px;height:190px;right:-90px;top:155px}.orbit-b{width:470px;height:145px;right:25px;top:250px}.v25-dot{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;box-shadow:0 0 22px #fff}.d1{right:11%;top:18%}.d2{right:38%;top:33%}.d3{right:22%;top:66%}.d4{right:56%;top:50%}.v25-insight-card{position:absolute;right:6%;bottom:7%;width:min(300px,78%);padding:1.25rem 1.35rem;background:rgba(5,35,65,.84);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1.25rem;color:#fff;box-shadow:0 20px 45px rgba(5,35,65,.25)}.v25-insight-card div{display:flex;align-items:center;gap:.9rem;padding:.62rem 0;border-bottom:1px solid rgba(255,255,255,.13)}.v25-insight-card div:last-child{border:0}.v25-insight-card i{color:#8cc75d;font-size:1.2rem}.v25-insight-card strong{font-size:.84rem}.v25-pillars{display:grid;grid-template-columns:repeat(4,1fr);margin-top:-1px;background:rgba(255,255,255,.95);position:relative;z-index:4}.v25-pillar{display:flex;gap:1rem;padding:2.2rem 1.5rem;border-right:1px solid #e4eaf0}.v25-pillar:last-child{border:0}.v25-pillar>span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f1f6fb;color:#0b2f57;font-size:1.25rem;flex:0 0 auto}.v25-pillar h2{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;font-weight:850;margin:.15rem 0 .35rem}.v25-pillar p{font-size:.83rem;color:#536578;margin:0}.v25-section{padding:clamp(5rem,8vw,8rem) 0}.v25-section-head h2{font-size:clamp(2.2rem,4vw,4.25rem);line-height:1.03;letter-spacing:-.05em;color:#0d2036;margin:0;font-weight:760}.v25-approach{background:#f7f9fb}.v25-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:3.5rem;border-top:1px solid #cad5df}.v25-step{padding:2.2rem 2rem 0 0}.v25-step span{font-size:.75rem;font-weight:850;color:#235eae}.v25-step h3{font-size:1.85rem;letter-spacing:-.03em;margin:1rem 0 .7rem}.v25-step p{color:#607085;max-width:330px}.v25-head-row{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:3rem}.v25-head-row>a{color:#235eae;text-decoration:none;font-weight:750}.v25-solution-card{height:100%;padding:clamp(2rem,4vw,3.5rem);border:1px solid #dfe7ef;border-radius:1.4rem;background:#fff;transition:.25s}.v25-solution-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(11,47,87,.1)}.v25-solution-card>span{font-size:.7rem;font-weight:850;color:#235eae;letter-spacing:.08em}.v25-solution-card h3{font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.045em;margin:1.2rem 0}.v25-solution-card p{color:#5e6f80;font-size:1.02rem}.v25-solution-card a{display:inline-block;margin-top:1.2rem;color:#0b2f57;font-weight:800;text-decoration:none}.v25-resources{background:#f7f9fb}.v25-resource-intro{color:#5d6e7e;font-size:1.05rem;line-height:1.7;max-width:520px;margin:1.7rem 0 2rem}.v25-outline-btn{background:transparent;color:#0b2f57;border:1px solid #0b2f57;box-shadow:none}.v25-outline-btn:hover{background:#0b2f57;color:#fff}.v25-resource-item{display:grid;grid-template-columns:1fr auto;gap:.7rem 2rem;padding:1.45rem 0;border-bottom:1px solid #cfd9e2;text-decoration:none;color:#0d2036}.v25-resource-item small{grid-column:1;font-size:.7rem;letter-spacing:.09em;font-weight:850;color:#235eae}.v25-resource-item strong{grid-column:1;font-size:clamp(1.35rem,2.5vw,2.15rem);line-height:1.18;letter-spacing:-.03em}.v25-resource-item span{grid-column:2;grid-row:1/3;align-self:center;font-size:1.5rem}.v25-resource-item:hover{color:#235eae}.v25-cta{padding:4rem 0;background:#0b2f57;color:#fff}.v25-cta .v25-shell{display:flex;align-items:center;justify-content:space-between;gap:2rem}.v25-cta p{color:#9bc6f0}.v25-cta h2{font-size:clamp(2rem,4vw,4rem);letter-spacing:-.05em;margin:0}.v25-cta a{background:#fff;color:#0b2f57;text-decoration:none;border-radius:999px;padding:1rem 1.5rem;font-weight:850;white-space:nowrap}.v25-footer{background:#071e35;color:#fff;padding:4rem 0 1.4rem}.v25-footer-grid{display:grid;grid-template-columns:1.5fr .7fr 1fr;gap:4rem}.v25-footer-brand>a:first-child{font-size:1.7rem;font-weight:850;color:#fff;text-decoration:none;letter-spacing:-.04em}.v25-footer-brand>a:first-child span{color:#78b84b}.v25-footer-brand p{color:rgba(255,255,255,.65);margin:1rem 0}.v25-social{color:#fff;text-decoration:none;font-size:.85rem}.v25-footer-col{display:flex;flex-direction:column;gap:.65rem}.v25-footer-col h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.45rem}.v25-footer-col a,.v25-footer-col span{color:rgba(255,255,255,.68);text-decoration:none;font-size:.86rem}.v25-footer-col a:hover{color:#fff}.v25-footer-cta{margin-top:.6rem;color:#9dd570!important;font-weight:800}.v25-footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:3rem;padding-top:1.2rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:rgba(255,255,255,.45);font-size:.72rem}.v25-footer-bottom div{display:flex;gap:1rem}.v25-footer-bottom a{color:rgba(255,255,255,.55);text-decoration:none}
@media(max-width:1199.98px){.v25-nav-wrap{min-height:92px}.v25-brand-copy small{display:none}.v25-nav-actions{margin:1rem 0 0;align-items:flex-start}.v25-header .navbar-collapse{padding:1rem 0 1.5rem}.v25-nav-list{gap:.2rem}.v25-header .nav-link{text-transform:none;font-size:1rem}.v25-header .nav-link::after{display:none}}
@media(max-width:991.98px){.v25-hero{padding-top:4rem}.v25-hero-art{min-height:420px;border-radius:2rem}.v25-pillars{grid-template-columns:1fr 1fr}.v25-pillar:nth-child(2){border-right:0}.v25-pillar:nth-child(-n+2){border-bottom:1px solid #e4eaf0}.v25-steps{grid-template-columns:1fr}.v25-step{border-bottom:1px solid #d7e0e8;padding:1.7rem 0}.v25-footer-grid{grid-template-columns:1fr 1fr}.v25-footer-brand{grid-column:1/-1}}
@media(max-width:575.98px){.v25-nav-wrap,.v25-shell{padding-left:1.1rem;padding-right:1.1rem}.v25-brand img{width:50px;height:54px}.v25-wordmark{font-size:1.45rem}.v25-hero h1{font-size:3.1rem}.v25-hero-art{min-height:330px}.v25-pillars{grid-template-columns:1fr}.v25-pillar{border-right:0;border-bottom:1px solid #e4eaf0!important;padding:1.4rem 0}.v25-head-row,.v25-cta .v25-shell{align-items:flex-start;flex-direction:column}.v25-footer-grid{grid-template-columns:1fr;gap:2.2rem}.v25-footer-brand{grid-column:auto}.v25-footer-bottom{flex-direction:column}}

/* ================= V25.3 — HERO REFERENCE / TITLES / IMPACT ================= */
.v25-nav-wrap{max-width:1540px;min-height:104px;padding-left:clamp(1.2rem,3.3vw,3.8rem);padding-right:clamp(1.2rem,3.3vw,3.8rem)}
.v25-brand{gap:.72rem}.v25-brand img{width:58px;height:64px}.v25-wordmark{font-size:1.82rem}.v25-brand-copy small{font-size:.53rem;margin-top:.45rem}
.v25-nav-list{gap:.38rem}.v25-header .nav-link{font-size:.72rem;padding:.78rem .46rem!important;white-space:nowrap}.v25-nav-actions{gap:.75rem;margin-left:1rem}.v25-contact-pill{padding:.76rem 1.18rem;font-size:.7rem}.v25-lang{font-size:.7rem;white-space:nowrap}
.v25-hero{padding:clamp(3.6rem,6.2vw,6.4rem) 0 0;background:linear-gradient(106deg,#fff 0%,#fff 48%,#eff7ff 100%)}
.v25-hero .row{min-height:560px}.v25-hero h1{font-size:clamp(3.8rem,6vw,6rem);max-width:700px}.v25-lead{max-width:590px}.v25-kicker{max-width:660px;line-height:1.5}
.v25-hero-photo{min-height:565px;border-radius:54% 0 0 0;background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.36) 19%,rgba(255,255,255,0) 40%),url('../images/hero-territoires-data.webp');background-size:cover;background-position:center;box-shadow:none}
.v25-hero-photo::after{content:"";position:absolute;inset:auto 0 0 0;height:120px;background:linear-gradient(transparent,rgba(255,255,255,.9));pointer-events:none}
.v25-hero-badge{position:absolute;right:4%;bottom:7%;z-index:2;display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.v25-hero-badge span{display:inline-flex;align-items:center;gap:.4rem;padding:.52rem .72rem;border-radius:999px;background:rgba(6,37,69,.82);color:#fff;font-size:.68rem;font-weight:800;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22)}.v25-hero-badge i{color:#9ad268}
.v25-pillars{box-shadow:0 -14px 45px rgba(11,47,87,.045)}.v25-pillar h2{line-height:1.25}.v25-pillar p{line-height:1.55}
.v25-section-head{max-width:800px}.v25-section-head h2{text-wrap:balance}.v25-head-row>div{max-width:980px}.v25-head-row{align-items:flex-end}
.v25-steps{grid-template-columns:repeat(4,1fr)}.v25-step{padding:2.15rem 1.5rem 0 0}.v25-step-top{display:flex;align-items:center;justify-content:space-between;padding-right:1rem}.v25-step-top>span{font-size:.75rem;font-weight:850;color:#235eae}.v25-step-top i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eaf2fa;color:#0b2f57;font-size:1.05rem}.v25-step h3{margin:.95rem 0 .62rem}
.v25-impact-home{background:#fff}.v25-impact-lead{color:#5d6e7e;font-size:1.05rem;line-height:1.75;max-width:600px;margin:1.5rem 0 2rem}.v25-impact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.v25-impact-cards article{padding:2rem 1.55rem;border:1px solid #dfe7ef;border-radius:1.25rem;background:linear-gradient(160deg,#fff,#f5f9fc);min-height:245px}.v25-impact-cards i{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#235eae;font-size:1.2rem}.v25-impact-cards article:nth-child(1) i{background:#fff;color:#4f8d3c}.v25-impact-cards h3{font-size:1.35rem;margin:1.35rem 0 .65rem}.v25-impact-cards p{color:#607085;line-height:1.6;margin:0}
@media(max-width:1390px) and (min-width:1200px){.v25-brand-copy small{display:none}.v25-wordmark{font-size:1.65rem}.v25-brand img{width:52px;height:58px}.v25-nav-wrap{padding-left:1.5rem;padding-right:1.5rem}.v25-header .nav-link{font-size:.68rem}.v25-contact-pill{padding:.7rem 1rem}.v25-nav-actions{margin-left:.55rem}}
@media(max-width:991.98px){.v25-hero .row{min-height:auto}.v25-hero-photo{min-height:460px;border-radius:2rem;background-position:center}.v25-steps{grid-template-columns:1fr 1fr}.v25-step:nth-child(-n+2){border-bottom:1px solid #d7e0e8}.v25-impact-cards{grid-template-columns:1fr}.v25-impact-cards article{min-height:auto}}
@media(max-width:575.98px){.v25-hero h1{font-size:3.15rem}.v25-hero-photo{min-height:370px}.v25-hero-badge{left:1rem;right:1rem;justify-content:flex-start}.v25-steps{grid-template-columns:1fr}.v25-step{border-bottom:1px solid #d7e0e8!important}.v25-impact-cards article{padding:1.55rem}}

/* V25.4 — Header alignment and approach cards */
.v25-nav-wrap{
  min-height:112px;
  padding-left:clamp(1.5rem,3vw,3.25rem);
  padding-right:clamp(1.5rem,3vw,3.25rem);
  gap:1.6rem;
}
.v25-brand{flex:0 0 auto;min-width:0}
.v25-brand img{width:62px;height:68px;object-fit:contain}
.v25-wordmark{font-size:1.72rem;line-height:1;white-space:nowrap}
.v25-brand-copy small{font-size:.49rem;letter-spacing:.08em;white-space:nowrap;margin-top:.45rem}
.v25-header .navbar-collapse{min-width:0}
.v25-nav-list{gap:clamp(.7rem,1.55vw,1.65rem);flex-wrap:nowrap}
.v25-header .nav-link{
  font-size:.74rem;
  line-height:1.1;
  white-space:nowrap;
  padding:.8rem 0!important;
}
.v25-nav-actions{gap:1rem;margin-left:clamp(.65rem,1.4vw,1.35rem);flex:0 0 auto}
.v25-contact-pill{padding:.88rem 1.45rem;white-space:nowrap;font-size:.72rem}
.v25-lang{white-space:nowrap;font-size:.72rem}

.v25-approach{background:#fff}
.v25-approach-head{text-align:center;max-width:860px;margin:0 auto}
.v25-approach-head>p:first-child{color:#2b67b1;font-weight:850;letter-spacing:.12em;font-size:.72rem}
.v25-approach-head h2{font-size:clamp(2.2rem,4.3vw,4.65rem);line-height:1.05;max-width:100%;}
.v25-approach-rule{width:78px;height:3px;margin:1.7rem auto;background:linear-gradient(90deg,#235eae,#5da344);border-radius:999px}
.v25-approach-intro{max-width:720px;margin:0 auto;color:#637386;font-size:1.03rem;line-height:1.7}
.v25-steps{
  position:relative;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1.45rem;
  margin-top:3.4rem;
  border-top:0;
}
.v25-step{
  position:relative;
  min-height:270px;
  padding:2rem 1.65rem 1.75rem;
  border:1px solid #dce5ee;
  border-radius:1.15rem;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 14px 34px rgba(11,47,87,.065);
  text-align:center;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.v25-step:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(11,47,87,.11);border-color:#b9cce0}
.v25-step:not(:last-child)::after{
  content:"";
  position:absolute;
  top:49%;
  right:-1.46rem;
  width:1.46rem;
  height:1px;
  background:linear-gradient(90deg,#8fb2d6,#76ad63);
  z-index:3;
}
.v25-step-top{display:block;padding:0}
.v25-step-top>span{
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  min-width:54px;
  padding:.32rem .72rem;
  border-radius:999px;
  background:#174f91;
  color:#fff;
  font-size:.65rem;
  letter-spacing:.08em;
  box-shadow:0 7px 16px rgba(23,79,145,.18)
}
.v25-step-top i{
  width:74px;
  height:74px;
  margin:1rem auto 1.25rem;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#edf6ea;
  color:#5e9f43;
  font-size:1.75rem;
  border:1px solid #d7e9cf;
}
.v25-step h3{margin:.15rem 0 .8rem;font-size:1.45rem;letter-spacing:-.025em;color:#0b2f57}
.v25-step p{margin:0 auto;max-width:255px;color:#68798a;font-size:.91rem;line-height:1.62}

@media(max-width:1540px) and (min-width:1200px){
  .v25-brand-copy small{display:none}
  .v25-nav-wrap{padding-left:1.5rem;padding-right:1.5rem;gap:1rem}
  .v25-nav-list{gap:1rem}
  .v25-header .nav-link{font-size:.69rem}
  .v25-contact-pill{padding:.78rem 1.05rem}
  .v25-wordmark{font-size:1.58rem}
  .v25-brand img{width:54px;height:60px}
}
@media(max-width:1199.98px){
  .v25-nav-wrap{min-height:92px}
  .v25-header .nav-link{white-space:normal}
  .v25-steps{grid-template-columns:1fr 1fr;gap:1.35rem}
  .v25-step:not(:last-child)::after{display:none}
}
@media(max-width:575.98px){
  .v25-steps{grid-template-columns:1fr}
  .v25-step{min-height:auto;padding:1.8rem 1.35rem 1.5rem}
}

/* V25.5 — Method section with full-width territorial visual */
.v25-approach-head h2{
  font-size:clamp(2.7rem,5vw,5.25rem);
  line-height:1.02;
  letter-spacing:-.055em;
}
.v25-method-visual{
  position:relative;
  margin:3.1rem 0 3.4rem;
  border-radius:1.5rem;
  overflow:hidden;
  aspect-ratio:16/7;
  background:#dcebf7;
  box-shadow:0 22px 54px rgba(11,47,87,.12);
}
.v25-method-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(11,47,87,0) 58%,rgba(11,47,87,.16));
  pointer-events:none;
}
.v25-method-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
.v25-steps{margin-top:0}
.v25-step{
  min-height:248px;
  padding:1.8rem 1.45rem 1.55rem;
}
.v25-step-top i{
  width:62px;
  height:62px;
  margin:.85rem auto 1.05rem;
  font-size:1.42rem;
}
.v25-step h3{font-size:1.34rem}
.v25-step p{font-size:.88rem;line-height:1.58}
@media(max-width:991.98px){
  .v25-method-visual{aspect-ratio:4/3;margin:2.35rem 0 2.6rem;border-radius:1.15rem}
}
@media(max-width:575.98px){
  .v25-method-visual{aspect-ratio:1/1;object-position:center}
  .v25-approach-head h2{font-size:2.65rem}
}

/* ================= V26.0 — PREMIUM HOME / SOLUTIONS / TERRITORY INSIGHT ================= */
.v26-home,.v26-solutions-page{background:#fff;color:#0b2f57}
.v26-eyebrow{margin:0 0 .9rem;color:#2c69b2;font-size:.68rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.v26-hero{padding:clamp(4rem,7vw,7.5rem) 0 2.5rem;background:linear-gradient(115deg,#fff 0%,#fff 58%,#f2f7fb 100%);overflow:hidden}
.v26-hero h1{font-size:clamp(4rem,7vw,7rem);line-height:.96;letter-spacing:-.065em;font-weight:760;max-width:760px;margin:0}
.v26-hero h1 em,.v26-solutions-hero h1 em{font-style:normal;color:#5b9b3f}
.v26-lead{max-width:540px;margin:1.7rem 0 0;color:#5e7083;font-size:1.12rem;line-height:1.72}
.v26-actions{display:flex;align-items:center;gap:1.35rem;flex-wrap:wrap;margin-top:2rem}.v26-secondary-link{color:#0b2f57;font-size:.79rem;font-weight:850;text-decoration:none;border-bottom:1px solid #8ab6d9;padding-bottom:.25rem}
.v26-hero-visual{position:relative;margin:0;min-height:560px;border-radius:2.3rem 0 2.3rem 2.3rem;overflow:hidden;background:#dcebf7}.v26-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.v26-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(7,39,70,.08))}.v26-hero-visual figcaption{position:absolute;left:1.5rem;bottom:1.5rem;z-index:2;background:rgba(5,34,63,.76);color:#fff;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:.65rem .9rem;border-radius:999px;font-size:.67rem;font-weight:800;letter-spacing:.05em}
.v26-capabilities{border-top:1px solid #edf1f4;border-bottom:1px solid #e5ebf0}.v26-cap-grid{display:grid;grid-template-columns:repeat(3,1fr)}.v26-cap-grid>div{display:grid;grid-template-columns:auto 1fr;column-gap:1rem;align-items:center;padding:1.45rem 2rem;border-right:1px solid #e8edf2}.v26-cap-grid>div:last-child{border-right:0}.v26-cap-grid span{grid-row:1/3;color:#70a94a;font-size:.68rem;font-weight:900}.v26-cap-grid strong{font-size:.92rem}.v26-cap-grid small{color:#728195;font-size:.68rem}
.v26-insight{background:#f5f8fb}.v26-insight-head,.v26-section-line{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem}.v26-insight-head h2,.v26-section-line h2,.v26-proof h2{font-size:clamp(2.4rem,4vw,4.2rem);letter-spacing:-.055em;line-height:1.02;margin:0;max-width:860px}.v26-prototype-badge{background:#eaf3e6;color:#4f7f38;border-radius:999px;padding:.55rem .8rem;font-size:.65rem;font-weight:850;white-space:nowrap}
.v26-insight-card{display:grid;grid-template-columns:1.25fr .75fr;background:#fff;border:1px solid #dfe7ee;border-radius:2rem;overflow:hidden;min-height:510px;box-shadow:0 25px 60px rgba(11,47,87,.07)}.v26-insight-image{position:relative;background-image:linear-gradient(180deg,rgba(6,34,62,.05),rgba(6,34,62,.54)),url('../images/methode-territoires-connectes.webp');background-size:cover;background-position:center}.v26-insight-location{position:absolute;left:1.7rem;bottom:1.7rem;color:#fff;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:.75rem}.v26-insight-location i{grid-row:1/3;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);font-size:1.2rem}.v26-insight-location span{font-size:1.6rem;font-weight:800}.v26-insight-location small{opacity:.82;font-size:.7rem}.v26-insight-content{padding:clamp(2rem,4vw,4rem);display:flex;flex-direction:column;justify-content:center}.v26-insight-theme{font-size:.65rem;letter-spacing:.13em;font-weight:900;color:#2c69b2}.v26-insight-content h3{font-size:clamp(3.1rem,5vw,5rem);letter-spacing:-.06em;margin:.55rem 0 .9rem}.v26-insight-content h3 small{display:block;font-size:.78rem;letter-spacing:0;color:#6f7f90;font-weight:650;margin-top:.15rem}.v26-insight-content>p:not(.v26-insight-theme){color:#637487;line-height:1.7;font-size:.9rem}.v26-insight-metrics{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e3e9ee;border-bottom:1px solid #e3e9ee;margin:1.35rem 0}.v26-insight-metrics div{padding:1rem 0}.v26-insight-metrics div+div{padding-left:1.2rem;border-left:1px solid #e3e9ee}.v26-insight-metrics strong{display:block;font-size:1.3rem;color:#5a983f}.v26-insight-metrics span{font-size:.68rem;color:#6e7d8d}.v26-source{display:flex;gap:.6rem;align-items:flex-start;color:#718194;font-size:.65rem}.v26-source i{color:#5b9940}
.v26-section-line>a{font-size:.75rem;font-weight:850;text-decoration:none;color:#1765b8}.v26-solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.v26-solution-grid>a{position:relative;display:block;text-decoration:none;color:#0b2f57;border:1px solid #e0e7ed;border-radius:1.4rem;padding:2rem;min-height:270px;transition:.2s;background:#fff}.v26-solution-grid>a:hover{transform:translateY(-4px);border-color:#a9bfd4;box-shadow:0 18px 38px rgba(11,47,87,.08)}.v26-solution-grid>a>span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#edf5fb;color:#1765b8;font-size:1.25rem}.v26-solution-grid>a:nth-child(2)>span{background:#edf7e9;color:#5b9940}.v26-solution-grid h3{margin:1.5rem 0 .65rem;font-size:1.45rem;letter-spacing:-.03em}.v26-solution-grid p{color:#68798b;max-width:300px;font-size:.86rem;line-height:1.6}.v26-solution-grid b{position:absolute;right:1.6rem;bottom:1.4rem;color:#5b9940;font-size:1.35rem}
.v26-proof{background:#071f38;color:#fff}.v26-proof .v26-eyebrow{color:#9bc878}.v26-proof h2{color:#fff}.v26-proof .col-lg-5>p:last-child{color:#b7c7d5;line-height:1.7}.v26-proof-links{display:grid;gap:.8rem}.v26-proof-links a{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#fff;border-top:1px solid rgba(255,255,255,.16);padding:1.25rem .15rem}.v26-proof-links i{font-size:1.4rem;color:#9bc878}.v26-proof-links span{display:flex;flex-direction:column;flex:1}.v26-proof-links small{color:#9fb0c0;margin-top:.25rem}.v26-proof-links b{font-size:1.2rem}
.v26-cta{background:#0b2f57}
.v26-solutions-hero{padding:clamp(5rem,9vw,9rem) 0 4rem;background:linear-gradient(120deg,#fff 0%,#f4f8fb 100%)}.v26-solutions-hero h1{font-size:clamp(4rem,7vw,7rem);line-height:.96;letter-spacing:-.065em;max-width:1050px;margin:0}.v26-solutions-hero>div>p:last-child{max-width:690px;color:#65768a;font-size:1.05rem;line-height:1.75;margin:1.6rem 0 0}.v26-solutions-stack{border-top:1px solid #dfe6ec}.v26-solution-detail{display:grid;grid-template-columns:65px 72px 1fr 50px;gap:1.2rem;align-items:start;padding:2.6rem 0;border-bottom:1px solid #dfe6ec}.v26-solution-index{font-size:.68rem;font-weight:900;color:#7fa650;padding-top:.5rem}.v26-solution-icon{width:62px;height:62px;border-radius:1rem;display:grid;place-items:center;background:#edf5fb;color:#1765b8;font-size:1.4rem}.v26-solution-copy h2{font-size:clamp(1.8rem,3vw,2.7rem);letter-spacing:-.045em;margin:0 0 .65rem}.v26-solution-copy>p{color:#657689;max-width:760px;line-height:1.65}.v26-service-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin:1.15rem 0}.v26-service-chips span{border:1px solid #dae4eb;border-radius:999px;padding:.42rem .65rem;font-size:.67rem;color:#4e6174}.v26-solution-copy small{color:#8b98a4}.v26-solution-detail>a{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#0b2f57;color:#fff;text-decoration:none;font-size:1.1rem}.v26-training-teaser{background:#fff;padding:clamp(4rem,7vw,6.5rem) 0}.v26-training-teaser .v25-shell{display:flex;align-items:center;justify-content:space-between;gap:3rem}.v26-training-teaser h2{font-size:clamp(2.4rem,4vw,4.2rem);letter-spacing:-.05em;margin:0 0 1rem}.v26-training-teaser p:last-child{color:#5f7362;max-width:720px;line-height:1.7}.v26-training-teaser i{font-size:5rem;color:#5f9b43}
@media(max-width:991.98px){.v26-hero-visual{min-height:440px;border-radius:2rem}.v26-cap-grid{grid-template-columns:1fr}.v26-cap-grid>div{border-right:0;border-bottom:1px solid #e8edf2}.v26-insight-card{grid-template-columns:1fr}.v26-insight-image{min-height:400px}.v26-solution-grid{grid-template-columns:1fr}.v26-solution-detail{grid-template-columns:52px 1fr 42px}.v26-solution-icon{grid-column:2}.v26-solution-copy{grid-column:2}.v26-solution-detail>a{grid-column:3;grid-row:1}.v26-training-teaser .v25-shell{align-items:flex-start}.v26-training-teaser i{font-size:3rem}}
@media(max-width:575.98px){.v26-hero h1,.v26-solutions-hero h1{font-size:3.4rem}.v26-hero-visual{min-height:340px}.v26-insight-head,.v26-section-line{align-items:flex-start;flex-direction:column}.v26-insight-image{min-height:300px}.v26-insight-content{padding:1.5rem}.v26-insight-metrics{grid-template-columns:1fr}.v26-insight-metrics div+div{border-left:0;border-top:1px solid #e3e9ee;padding-left:0}.v26-solution-detail{grid-template-columns:36px 1fr 38px;gap:.8rem}.v26-solution-icon{width:50px;height:50px}.v26-training-teaser .v25-shell{flex-direction:column}}

/* ================= V26.1 — POSITIONING / SDS INSIGHTS / RESOURCES ================= */
.v261-hero{padding:clamp(3rem,5.4vw,5.5rem) 0 2rem}.v261-hero h1{font-size:clamp(3.5rem,6vw,6.2rem);max-width:700px}.v261-hero .v26-hero-visual{min-height:500px}
.v261-universes{border-top:1px solid #e8edf2;border-bottom:1px solid #e1e8ee;background:#fff}.v261-universe-grid{display:grid;grid-template-columns:repeat(3,1fr)}.v261-universe-grid a{display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto auto;gap:.3rem .9rem;align-items:center;padding:1.6rem 1.4rem;text-decoration:none;color:#0b2f57;border-right:1px solid #e7edf2}.v261-universe-grid a:last-child{border-right:0}.v261-universe-grid span{grid-row:1/3;color:#70a94a;font-size:.65rem;font-weight:900}.v261-universe-grid i{grid-row:1/3;font-size:1.25rem;color:#2c69b2}.v261-universe-grid strong{font-size:.92rem}.v261-universe-grid small{color:#728195;font-size:.66rem}
.v261-approach{background:#fff}.v261-approach-head{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:end}.v261-approach-head h2{font-size:clamp(2.6rem,4.5vw,4.6rem);letter-spacing:-.055em;line-height:1;margin:0}.v261-approach-head>p{color:#66788a;line-height:1.7;margin:0}.v261-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;margin-top:3rem;border-top:1px solid #dfe6ec;border-bottom:1px solid #dfe6ec}.v261-steps div{padding:1.4rem 1rem}.v261-steps b{display:block;color:#7b8a99;font-size:.62rem;margin-bottom:.35rem}.v261-steps strong{font-size:1rem}.v261-steps>span{color:#9ca9b5}.v261-steps .active{background:#0b2f57;color:#fff}.v261-steps .active b{color:#9dcc78}.v261-network{margin:1.3rem 0 0;color:#5d6f82;font-weight:700;font-size:.82rem}
.v261-insight-types{display:flex;gap:.45rem;flex-wrap:wrap}.v261-insight-types span{border:1px solid #dbe4eb;border-radius:999px;padding:.45rem .7rem;color:#738293;font-size:.64rem;font-weight:800}.v261-insight-types .active{background:#0b2f57;color:#fff;border-color:#0b2f57}
.v261-resources-preview{background:#fff}.v261-resource-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.v261-resource-grid article{position:relative;border:1px solid #dfe7ed;border-radius:1.5rem;padding:2rem;min-height:250px}.v261-resource-grid article>span{font-size:.62rem;letter-spacing:.12em;font-weight:900;color:#2c69b2}.v261-resource-grid i{position:absolute;right:2rem;top:1.8rem;font-size:2rem;color:#74a94d}.v261-resource-grid h3{font-size:1.6rem;margin:2.4rem 0 .6rem}.v261-resource-grid p{color:#697a8c}.v261-resource-grid b{position:absolute;left:2rem;bottom:1.7rem;background:#f0f5ec;color:#57813d;border-radius:999px;padding:.4rem .65rem;font-size:.62rem}
.v261-impact-strip{padding:4rem 0;background:#fff}.v261-impact-strip .v25-shell{display:flex;justify-content:space-between;align-items:end;gap:3rem}.v261-impact-strip h2{font-size:clamp(2rem,3.4vw,3.4rem);letter-spacing:-.045em;max-width:800px}.v261-impact-strip p:last-child{color:#607260;margin:0}.v261-impact-strip a{white-space:nowrap;text-decoration:none;font-weight:850;color:#0b2f57}
.v261-expert-network{background:#fff;color:#0b2f57;padding:clamp(4rem,7vw,7rem) 0}.v261-expert-network .v25-shell{display:grid;grid-template-columns:150px 1fr;gap:3rem;align-items:center}.v261-network-icon{width:120px;height:120px;border:1px solid #dfe7ed;border-radius:50%;display:grid;place-items:center;font-size:2.3rem;color:#9ccc77}.v261-expert-network h2{font-size:clamp(2.4rem,4vw,4.3rem);letter-spacing:-.05em}.v261-expert-network p:last-child{color:#657689;line-height:1.7;max-width:850px}
.v261-resources-page{background:#fff;color:#0b2f57}.v261-resources-hero{padding:clamp(5rem,9vw,8.5rem) 0 5rem;background:linear-gradient(120deg,#fff,#f2f7fb)}.v261-resources-hero h1{font-size:clamp(4rem,7vw,7rem);line-height:.96;letter-spacing:-.065em;max-width:950px}.v261-resources-hero h1 em{font-style:normal;color:#5b9b3f}.v261-resources-hero>div>p:not(.v26-eyebrow){max-width:720px;color:#64768a;font-size:1.05rem;line-height:1.75}.v261-coming{display:inline-flex;gap:.5rem;align-items:center;margin-top:1.4rem;border:1px solid #d9e5d2;background:#f1f7ed;color:#547d3e;border-radius:999px;padding:.55rem .8rem;font-size:.68rem;font-weight:850}.v261-category-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #dfe6ec}.v261-category-grid article{padding:2rem 1.3rem;border-right:1px solid #e4eaef;min-height:250px}.v261-category-grid article:last-child{border-right:0}.v261-category-grid>article>span{font-size:.62rem;font-weight:900;color:#6fa348}.v261-category-grid h2{font-size:1.3rem;margin:2rem 0 .7rem}.v261-category-grid p{color:#68798b;font-size:.8rem;line-height:1.6}.v261-category-grid small{display:inline-block;margin-top:1rem;color:#2c69b2;font-weight:800}.v261-resource-note{background:#0b2f57;color:#fff;padding:4rem 0}.v261-resource-note .v25-shell{display:grid;grid-template-columns:80px 1fr;gap:1.5rem;align-items:start}.v261-resource-note i{font-size:2.5rem;color:#9dcc78}.v261-resource-note h2{font-size:2rem}.v261-resource-note p{color:#c2d0dc;max-width:800px}
@media(max-width:991.98px){.v261-hero .v26-hero-visual{min-height:410px}.v261-universe-grid{grid-template-columns:1fr}.v261-universe-grid a{border-right:0;border-bottom:1px solid #e7edf2}.v261-approach-head{grid-template-columns:1fr}.v261-steps{grid-template-columns:1fr}.v261-steps>span{display:none}.v261-steps div{border-bottom:1px solid #e5ebef}.v261-resource-grid{grid-template-columns:1fr}.v261-category-grid{grid-template-columns:1fr 1fr}.v261-category-grid article{border-bottom:1px solid #e4eaef}.v261-expert-network .v25-shell{grid-template-columns:1fr}.v261-impact-strip .v25-shell{align-items:flex-start;flex-direction:column}}
@media(max-width:575.98px){.v261-hero h1{font-size:3.2rem}.v261-hero .v26-hero-visual{min-height:320px}.v261-category-grid{grid-template-columns:1fr}.v261-resource-note .v25-shell{grid-template-columns:1fr}.v261-resource-grid article{min-height:230px}}
/* V26.2 — SDS Insights tabs + hero cleanup */
.v261-insight-types button{appearance:none;background:#fff;border:1px solid #dbe4eb;border-radius:999px;padding:.52rem .82rem;color:#738293;font-size:.64rem;font-weight:800;cursor:pointer}.v261-insight-types button.active{background:#0b2f57;color:#fff;border-color:#0b2f57}.v262-insight-intro{max-width:700px;color:#6a7b8d;margin:.7rem 0 0}.v262-insight-panel{display:none}.v262-insight-panel.active{display:block}.v262-business-card{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;background:#fff;border:1px solid #dfe7ee;border-radius:2rem;padding:clamp(2rem,4vw,4rem);box-shadow:0 25px 60px rgba(11,47,87,.07);align-items:center}.v262-business-copy h3,.v262-impact-placeholder h3{font-size:clamp(2rem,3.5vw,3.4rem);letter-spacing:-.045em;line-height:1.05;margin:.6rem 0 1rem}.v262-business-copy>p{color:#637487;line-height:1.7}.v262-business-copy>small{display:block;margin-top:1rem;color:#7a8998}.v262-flow{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin:1.5rem 0}.v262-flow span{background:#f3f7fa;border:1px solid #e1e9ef;border-radius:999px;padding:.5rem .7rem;font-size:.72rem;font-weight:750}.v262-flow b{color:#5a983f}.v262-dashboard{background:#0b2f57;color:#fff;border-radius:1.6rem;padding:1.5rem;min-height:320px}.v262-db-top{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1rem}.v262-db-top span{font-size:.65rem;letter-spacing:.12em;opacity:.7}.v262-db-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin:1.2rem 0}.v262-db-metrics div{background:rgba(255,255,255,.08);border-radius:1rem;padding:1rem}.v262-db-metrics small{display:block;opacity:.7}.v262-db-metrics strong{font-size:1.25rem}.v262-bars{height:130px;display:flex;align-items:flex-end;gap:.7rem;padding-top:1rem}.v262-bars i{display:block;flex:1;height:var(--h);background:linear-gradient(180deg,#75b84f,#3e7d37);border-radius:.4rem .4rem 0 0}.v262-impact-placeholder{display:grid;grid-template-columns:100px 1fr;gap:2rem;align-items:center;background:#fff;border:1px solid #dfe7ee;border-radius:2rem;padding:clamp(2rem,4vw,4rem)}.v262-impact-placeholder>i{width:90px;height:90px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#57943d;font-size:2.2rem}.v262-impact-placeholder p{color:#637487;line-height:1.7;max-width:850px}.v262-impact-placeholder a{font-weight:800;color:#0b2f57;text-decoration:none}@media(max-width:991.98px){.v262-business-card{grid-template-columns:1fr}.v262-impact-placeholder{grid-template-columns:1fr}.v262-impact-placeholder>i{width:70px;height:70px}}@media(max-width:575.98px){.v262-db-metrics{grid-template-columns:1fr}.v262-dashboard{min-height:auto}}


/* V26.3 — SDS Insights editorial carousel */
.v263-insights{background:#f7f9fb}
.v263-insight-heading{text-align:center;max-width:820px;margin:0 auto 1.5rem}
.v263-insight-heading h2{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.05em;margin:.35rem 0 .75rem}
.v263-insight-heading>p:last-child{color:#66798c;line-height:1.7}
.v263-insight-nav{display:flex;justify-content:center;gap:.55rem;flex-wrap:wrap;margin:1.6rem 0 1.2rem}
.v263-insight-nav button{appearance:none;border:1px solid #d9e3ea;background:#fff;color:#64778a;border-radius:999px;padding:.58rem .9rem;font-size:.68rem;font-weight:850;cursor:pointer}
.v263-insight-nav button.active{background:#0b2f57;color:#fff;border-color:#0b2f57}
.v263-carousel{max-width:1040px;margin:0 auto}
.v263-slide{display:none;background:#fff;border:1px solid #dfe7ed;border-radius:2rem;padding:clamp(2rem,4.5vw,4.4rem)}
.v263-slide.active{display:block;animation:v263fade .45s ease}
@keyframes v263fade{from{opacity:.25}to{opacity:1}}
.v263-slide-top{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1.2rem}
.v263-kind{font-size:.66rem;letter-spacing:.12em;font-weight:900;color:#2d69b2}
.v263-date{font-size:.72rem;color:#7a8998}
.v263-slide h3{font-size:clamp(2rem,3.8vw,3.8rem);line-height:1.04;letter-spacing:-.05em;max-width:900px;margin:0 0 2rem}
.v263-kpis{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e2e8ed;border-bottom:1px solid #e2e8ed;margin:0 0 2rem}
.v263-kpis>div{padding:1.25rem 1rem;border-right:1px solid #e2e8ed}
.v263-kpis>div:last-child{border-right:0}
.v263-kpis strong{font-size:clamp(1.6rem,2.7vw,2.6rem);letter-spacing:-.04em;color:#0b2f57}
.v263-kpis span{margin-left:.25rem;font-size:.72rem;color:#66798c}
.v263-kpis small{display:block;margin-top:.3rem;color:#6c7e8f;line-height:1.35}
.v263-derived strong{color:#5a953e}
.v263-business-kpis{grid-template-columns:repeat(3,1fr)}
.v263-reading{display:grid;grid-template-columns:180px 1fr;gap:1.5rem;margin:0 0 2rem}
.v263-reading b{color:#5a953e}
.v263-reading p{margin:0;color:#53687b;line-height:1.7}
.v263-source{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding-top:1.1rem;border-top:1px solid #edf1f4;font-size:.72rem;color:#718293}
.v263-source a{font-weight:800;color:#0b2f57;text-decoration:none}
.v263-progress{max-width:1040px;height:3px;background:#e1e8ed;margin:1rem auto 0;overflow:hidden;border-radius:999px}
.v263-progress i{display:block;width:0;height:100%;background:#5a953e}
.v263-progress i.running{animation:v263progress 15s linear forwards}
@keyframes v263progress{from{width:0}to{width:100%}}
.v263-auto{text-align:center;color:#8794a0;font-size:.66rem;margin:.65rem 0 0}
@media(max-width:767.98px){.v263-kpis,.v263-business-kpis{grid-template-columns:1fr 1fr}.v263-kpis>div{border-bottom:1px solid #e2e8ed}.v263-reading{grid-template-columns:1fr;gap:.4rem}.v263-source{align-items:flex-start;flex-direction:column}}
@media(max-width:575.98px){.v263-kpis,.v263-business-kpis{grid-template-columns:1fr}.v263-kpis>div{border-right:0}.v263-slide-top{align-items:flex-start;flex-direction:column}}


/* V26.4 — one-screen SDS Insights */
.v264-insights{background:#f7f9fb;padding:clamp(2rem,4vh,3.2rem) 0}
.v264-head{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;max-width:1120px;margin:0 auto 1rem}
.v264-head h2{font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.045em;margin:.2rem 0 0}
.v264-tabs{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:center}
.v264-tabs button{border:1px solid #d8e2e9;background:#fff;color:#687b8e;border-radius:999px;padding:.48rem .78rem;font-size:.66rem;font-weight:850;cursor:pointer}
.v264-tabs button.active{background:#0b2f57;color:#fff;border-color:#0b2f57}
.v264-stage{max-width:1120px;margin:auto}
.v264-card{display:none;grid-template-columns:.92fr 1.08fr;gap:2rem;align-items:center;background:#fff;border:1px solid #dfe7ed;border-radius:1.6rem;padding:clamp(1.35rem,2.4vw,2.4rem);min-height:390px}
.v264-card.active{display:grid}
.v264-meta{display:flex;justify-content:space-between;gap:.7rem;flex-wrap:wrap;font-size:.61rem;letter-spacing:.08em;color:#718293}.v264-meta b{color:#2c69b2}
.v264-copy h3{font-size:clamp(1.8rem,3vw,3.15rem);line-height:1.02;letter-spacing:-.05em;margin:.65rem 0 .75rem}
.v264-copy>p{font-size:.88rem;line-height:1.55;color:#607487;margin:0}
.v264-reading{display:flex;align-items:center;gap:.75rem;margin:1rem 0}.v264-reading b{font-size:2rem;color:#5a953e}.v264-reading span{font-size:.74rem;color:#5d7082;max-width:260px}
.v264-actions a{font-size:.7rem;font-weight:850;color:#0b2f57;text-decoration:none}
.v264-viz,.v264-ai-viz{background:#f7fafc;border:1px solid #e2e9ee;border-radius:1.25rem;padding:1.15rem}
.v264-chart-title{display:flex;justify-content:space-between;font-size:.7rem;color:#66798c;margin-bottom:.75rem}.v264-chart-title b{color:#0b2f57}
.v264-row{display:grid;grid-template-columns:90px 1fr;gap:.65rem;align-items:center;margin:.55rem 0}.v264-row>span{font-size:.7rem;font-weight:750;color:#52677a}
.v264-bars{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.v264-bars i{height:42px;width:var(--v);min-width:68px;background:#e7eef4;border-left:4px solid #0b2f57;border-radius:.35rem;display:flex;align-items:center;justify-content:space-between;padding:.35rem .5rem;font-style:normal}.v264-bars i:nth-child(2){border-left-color:#5a953e;background:#edf4e9}.v264-bars em{font-size:.56rem;font-style:normal;color:#718293}.v264-bars strong{font-size:.76rem;color:#0b2f57}
.v264-threshold{border-top:1px dashed #b8c6d1;margin-top:.8rem;padding-top:.55rem;font-size:.6rem;color:#748696}
.v264-viz>small,.v264-ai-viz>small{display:block;margin-top:.7rem;color:#85929e;font-size:.57rem;line-height:1.4}
.v264-ai-viz>p{font-size:.62rem;font-weight:850;color:#5a953e;text-transform:uppercase;letter-spacing:.08em}.v264-ai-viz h4{font-size:clamp(1.45rem,2.5vw,2.4rem);letter-spacing:-.04em;line-height:1.08;margin:.6rem 0 1.3rem}
.v264-ai-flow{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.v264-ai-flow span{padding:.55rem .65rem;background:#fff;border:1px solid #dce5eb;border-radius:.7rem;font-size:.66rem;font-weight:750}.v264-ai-flow b{color:#5a953e}
.v264-footer{max-width:1120px;margin:.7rem auto 0;display:flex;align-items:center;gap:.8rem}.v264-progress{height:2px;background:#dfe6eb;flex:1;overflow:hidden}.v264-progress i{display:block;height:100%;width:0;background:#5a953e}.v264-progress i.running{animation:v264progress 10s linear forwards}.v264-footer>span{font-size:.58rem;color:#8896a2}@keyframes v264progress{from{width:0}to{width:100%}}
@media(max-width:767.98px){.v264-insights{padding:1.3rem 0}.v264-head{display:block;text-align:center;margin-bottom:.7rem}.v264-head h2{font-size:1.7rem;margin-bottom:.7rem}.v264-card{grid-template-columns:1fr;gap:.8rem;padding:1rem;min-height:0}.v264-copy h3{font-size:1.65rem;margin:.45rem 0}.v264-copy>p{font-size:.76rem;line-height:1.4}.v264-reading{margin:.55rem 0}.v264-reading b{font-size:1.55rem}.v264-viz,.v264-ai-viz{padding:.75rem}.v264-row{grid-template-columns:72px 1fr;margin:.35rem 0}.v264-bars i{height:31px;min-width:58px;padding:.2rem .35rem}.v264-viz>small,.v264-ai-viz>small{display:none}.v264-footer{margin-top:.4rem}.v264-footer>span{display:none}}
@media(max-width:430px){.v264-head .v26-eyebrow{margin-bottom:.15rem}.v264-head h2{font-size:1.45rem}.v264-meta span{display:none}.v264-copy h3{font-size:1.42rem}.v264-copy>p{display:none}.v264-reading span{font-size:.65rem}.v264-row{grid-template-columns:62px 1fr}.v264-bars{gap:.25rem}.v264-bars i{min-width:52px}.v264-ai-viz h4{font-size:1.35rem}.v264-ai-flow span{padding:.4rem .45rem;font-size:.58rem}}


/* V26.5 — Resources registry + detailed SDS Insights */
.v265-res-hero,.v265-insight-hero{padding:clamp(4rem,8vw,7rem) 0 2.2rem;background:#f7f9fb}.v265-res-hero h1,.v265-insight-hero h1{font-size:clamp(2.7rem,5.5vw,5.7rem);line-height:.98;letter-spacing:-.06em;max-width:1000px}.v265-res-hero em{color:#5a953e;font-style:normal}.v265-res-hero p,.v265-insight-hero p{color:#637689;max-width:760px}.v265-insight-hero>a{font-size:.72rem;text-decoration:none;color:#607487;font-weight:800}.v265-meta{margin-top:2rem;font-size:.66rem;letter-spacing:.09em;font-weight:850;color:#2d69b2}.v265-meta span{color:#82909c;margin-left:.7rem}
.v265-res-list{padding:2rem 0 5rem}.v265-filter{display:flex;gap:.45rem;margin-bottom:1.2rem;flex-wrap:wrap}.v265-filter button{border:1px solid #dbe4ea;background:#fff;border-radius:999px;padding:.48rem .8rem;font-size:.65rem}.v265-filter button.active{background:#0b2f57;color:#fff}.v265-resource-card{display:grid;grid-template-columns:110px 1fr 30px;gap:1.2rem;align-items:center;border-top:1px solid #e0e7ec;padding:1.45rem .3rem;color:inherit;text-decoration:none}.v265-resource-card:last-child{border-bottom:1px solid #e0e7ec}.v265-date{font-size:.7rem;color:#7b8996}.v265-resource-card span{font-size:.62rem;color:#2d69b2;font-weight:850}.v265-resource-card h2{font-size:1.55rem;letter-spacing:-.035em;margin:.25rem 0}.v265-resource-card p{font-size:.8rem;color:#6a7c8d;margin:0}
.v265-dashboard{padding:2rem 0;background:#fff}.v265-dash-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}.v265-dash-head span{font-size:.62rem;font-weight:900;letter-spacing:.1em;color:#5a953e}.v265-dash-head h2{font-size:1.65rem;margin:.25rem 0 0}.v265-dash-head>b{font-size:.72rem;color:#647789}.v265-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e0e7ec;border-radius:1rem;overflow:hidden;margin-bottom:1rem}.v265-kpi-grid article{padding:1.1rem;border-right:1px solid #e0e7ec}.v265-kpi-grid article:last-child{border-right:0}.v265-kpi-grid strong{font-size:2rem;color:#0b2f57}.v265-kpi-grid span{display:block;font-size:.66rem;color:#6d7e8e;margin-top:.2rem}
.v265-bigchart,.v265-stock-table{border:1px solid #e0e7ec;border-radius:1rem;padding:1.2rem;background:#f8fafb}.v265-chart-head{display:flex;justify-content:space-between;font-size:.7rem;margin-bottom:1rem}.v265-chart-row{display:grid;grid-template-columns:120px 1fr;gap:1rem;align-items:center;margin:.65rem 0}.v265-chart-row label{font-size:.7rem;font-weight:800}.v265-chart-row>div{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.v265-chart-row i{display:flex;width:var(--w);min-width:80px;justify-content:space-between;background:#e5edf3;border-left:4px solid #0b2f57;padding:.45rem .55rem;border-radius:.35rem;font-style:normal}.v265-chart-row i:nth-child(2){background:#edf4e9;border-left-color:#5a953e}.v265-chart-row small{font-size:.58rem;color:#738493}.v265-chart-row b{font-size:.72rem}.v265-benchmark{font-size:.62rem;color:#748594;border-top:1px dashed #c4cfd7;margin-top:1rem;padding-top:.7rem}
.v265-stock-table .head,.v265-stock-table>div{display:grid;grid-template-columns:.7fr .8fr 1fr 1fr .8fr 1.6fr;gap:.6rem;padding:.65rem;border-bottom:1px solid #e2e8ed;font-size:.68rem;align-items:center}.v265-stock-table .head{font-size:.58rem;text-transform:uppercase;color:#7b8996}.v265-stock-table strong{color:#b34c3f}.v265-stock-table em{font-style:normal;color:#0b2f57;font-weight:800}
.v265-analysis{padding:2.5rem 0 5rem}.v265-analysis>.v25-shell{max-width:900px}.v265-analysis h2{font-size:1.6rem;letter-spacing:-.035em;margin:2rem 0 .55rem}.v265-analysis p{line-height:1.75;color:#52677a}.v265-method{margin-top:2rem;padding:1.3rem;border-left:4px solid #5a953e;background:#f6f9f5}.v265-method p{margin:.3rem 0 .8rem}.v265-method a{font-size:.7rem;font-weight:850;color:#0b2f57;text-decoration:none}
.v264-actions{display:flex;gap:1rem;flex-wrap:wrap}
@media(max-width:700px){.v265-res-hero,.v265-insight-hero{padding:3rem 0 1.3rem}.v265-resource-card{grid-template-columns:1fr 24px;gap:.5rem}.v265-date{grid-column:1/-1}.v265-kpi-grid{grid-template-columns:1fr 1fr}.v265-kpi-grid article:nth-child(2){border-right:0}.v265-kpi-grid article{border-bottom:1px solid #e0e7ec}.v265-chart-row{grid-template-columns:80px 1fr}.v265-stock-table{overflow-x:auto}.v265-stock-table .head,.v265-stock-table>div{min-width:620px}.v265-dash-head{align-items:flex-start;flex-direction:column}}

/* V26.7 — Home finalisation */
.v264-card[data-href]{cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.v264-card[data-href]:hover,.v264-card[data-href]:focus-visible{transform:translateY(-2px);border-color:#b8c9d5;box-shadow:0 16px 38px rgba(11,47,87,.08);outline:none}
.v264-copy h3{cursor:pointer}
.v267-about-strip{padding:3.6rem 0;background:#fff;border-top:1px solid #e7edf2}
.v267-about-strip .v25-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3rem;align-items:end}
.v267-about-strip h2{font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.04em;max-width:760px;margin-bottom:.8rem}
.v267-about-strip p:last-child{max-width:820px;color:#617180;margin:0;line-height:1.65}
.v267-about-strip a{max-width:300px;text-align:right;text-decoration:none;font-weight:850;color:#0b2f57}
@media(max-width:767.98px){.v267-about-strip{padding:2.4rem 0}.v267-about-strip .v25-shell{grid-template-columns:1fr;gap:1.25rem;align-items:start}.v267-about-strip a{text-align:left;max-width:none}}


/* V26.10 — Solutions stabilisées */
.v261-common-method{background:#fff;padding:5rem 0;border-top:1px solid #e2e9ee}
.v261-common-method h2{color:#0b2f57;font-size:clamp(2rem,4vw,4rem);margin:.7rem 0 2rem}
.v261-method-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:1.1rem;align-items:stretch}
.v261-method-step{border:1px solid #dfe7ed;border-radius:1.2rem;padding:1.4rem;background:#fff}
.v261-method-step span{display:block;color:#5b9940;font-size:.75rem;font-weight:700;margin-bottom:.65rem}
.v261-method-step b{display:block;color:#0b2f57;font-size:1.05rem;margin-bottom:.5rem}
.v261-method-step p{margin:0;color:#657689;line-height:1.6}
.v261-method-arrow{align-self:center;color:#5b9940;font-size:1.35rem}


.v261-expert-network,.v26-training-teaser{background:#fff!important;color:#0b2f57!important}
.v261-expert-network p:last-child,.v26-training-teaser p{color:#657689!important}
@media(max-width:767.98px){.v261-method-grid{grid-template-columns:1fr}.v261-method-arrow{justify-self:center;transform:rotate(90deg)}}

/* V26.12 — Solutions final */
.v26-training-teaser,.v261-expert-network{background:#fff!important}

/* V26.14 About final refinements */
.about14-hero p,.about14-storycard p,.about14-domains .row p,.about14-founder-content>p:not(.about14-role),.about14-impact-card p{text-align:justify;text-justify:inter-word;}
.about14-impact{background:#fff;}
.about14-impact-card{background:#fff;border-color:var(--sd-line);box-shadow:none;}

/* V26.15 — About final visual corrections */
.about14-impact{background:#fff !important;}
.about14-impact-card{background:#fff !important;background-image:none !important;border-color:var(--sd-line) !important;box-shadow:none !important;}
.about14-hero p,
.about14-storycard p,
.about14-domains .row p,
.about14-founder-content>p:not(.about14-role),
.about14-impact-card p{
  text-align:justify !important;
  text-justify:inter-word;
  hyphens:auto;
}

/* V26.17 Impact simplified: hide redundant legacy blocks */
.impact-distinction,.impact-training-section,.impact-territory-link{display:none!important;}

/* V26.18 — Stockout Insight editorial + interactive demonstrator */
.v2618-stockout .v265-insight-hero h1{max-width:1120px;font-size:clamp(2.5rem,5vw,5.25rem)}
.v2618-reading{max-width:900px}
.v2618-lead{padding:2.7rem 0 1rem;background:#fff}
.v2618-intro{font-size:1.12rem;line-height:1.85;color:#354e63;text-align:justify}
.v2618-reading blockquote{margin:2rem 0;padding:1.15rem 1.35rem;border-left:4px solid #5a953e;background:#f6f9f5;color:#163c60;font-weight:750;line-height:1.65}
.v2618-article{padding:3.4rem 0;background:#fff}.v2618-article.alt{background:#f8fafb}
.v2618-article h2,.v2618-sources h2{font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:-.045em;line-height:1.08;margin:.4rem 0 1.25rem;color:#0b2f57}
.v2618-article p,.v2618-sources p{line-height:1.8;color:#52677a;text-align:justify}
.v2618-signal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin:1.7rem 0 2rem}
.v2618-signal-grid article{border:1px solid #dfe7ec;border-radius:.8rem;padding:1rem;background:#fff}
.v2618-signal-grid b{display:block;color:#0b2f57;font-size:.82rem}.v2618-signal-grid span{display:block;color:#718292;font-size:.72rem;line-height:1.45;margin-top:.25rem}
.v2618-formula{display:flex;justify-content:space-between;align-items:center;gap:1rem;border:1px solid #dfe7ec;border-radius:.9rem;padding:1.1rem 1.3rem;margin:1.2rem 0;background:#fff}
.v2618-formula span{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#718292;font-weight:850}.v2618-formula strong{font-size:1.35rem;color:#0b2f57}
.v2618-demo{padding:3.5rem 0;background:#0b2f57;color:#fff}
.v2618-demo-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem}.v2618-demo-head h2{font-size:clamp(2rem,3.5vw,3.2rem);margin:.2rem 0}.v2618-demo-head>span{font-size:.7rem;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:.45rem .7rem}
.v2618-demo-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:1rem}
.v2618-controls,.v2618-results{background:#fff;color:#183a59;border-radius:1rem;padding:1.25rem}
.v2618-controls label{display:grid;grid-template-columns:1.5fr 1fr 55px;align-items:center;gap:.8rem;padding:.75rem 0;border-bottom:1px solid #e5ebef;font-size:.72rem;font-weight:750}.v2618-controls label:last-child{border-bottom:0}.v2618-controls input{width:100%;accent-color:#5a953e}.v2618-controls b{text-align:right}
.v2618-results{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;align-content:start}.v2618-results article{border:1px solid #e1e8ed;border-radius:.75rem;padding:1rem}.v2618-results article span{display:block;font-size:.64rem;color:#718292}.v2618-results article strong{display:block;font-size:2rem;color:#0b2f57;margin:.2rem 0}.v2618-results article small{font-size:.62rem;color:#718292}
.v2618-alert{grid-column:1/-1;border-radius:.75rem;padding:1rem}.v2618-alert b,.v2618-alert span{display:block}.v2618-alert span{font-size:.72rem;margin-top:.25rem}.v2618-alert.ok{background:#edf5e9;color:#315c2c}.v2618-alert.watch{background:#fff5db;color:#785a00}.v2618-alert.high{background:#fae9e7;color:#8c342b}
.v2618-disclaimer{font-size:.68rem;color:#cbd8e2;margin:1rem 0 0;max-width:900px;line-height:1.55}
.v2618-levels{margin:1.7rem 0}.v2618-levels article{display:grid;grid-template-columns:42px 1fr;gap:.9rem;padding:1rem 0;border-top:1px solid #dfe7ec}.v2618-levels article:last-child{border-bottom:1px solid #dfe7ec}.v2618-levels article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#0b2f57;color:#fff;font-size:.75rem;font-weight:850}.v2618-levels b{color:#0b2f57}.v2618-levels p{margin:.2rem 0 0!important;font-size:.78rem;text-align:left}
.v2618-steps{list-style:none;padding:0;margin:1.5rem 0}.v2618-steps li{padding:1rem 0;border-top:1px solid #dfe7ec}.v2618-steps li:last-child{border-bottom:1px solid #dfe7ec}.v2618-steps b,.v2618-steps span{display:block}.v2618-steps b{color:#0b2f57}.v2618-steps span{font-size:.78rem;color:#667b8c;margin-top:.2rem}
.v2618-sources{padding:3.5rem 0 5rem;background:#fff}.v2618-source-list{border-top:1px solid #dfe7ec;margin-top:1.4rem}.v2618-source-list a{display:block;padding:1rem 0;border-bottom:1px solid #dfe7ec;text-decoration:none}.v2618-source-list b,.v2618-source-list span{display:block}.v2618-source-list b{color:#0b2f57;font-size:.82rem}.v2618-source-list span{color:#748493;font-size:.68rem;margin-top:.2rem}.v2618-note{margin-top:2rem;padding:1.1rem 1.3rem;background:#f6f9f5;border-left:4px solid #5a953e}.v2618-note b{color:#0b2f57}.v2618-note p{margin:.35rem 0 0;font-size:.75rem}
@media(max-width:800px){.v2618-signal-grid{grid-template-columns:1fr 1fr}.v2618-demo-grid{grid-template-columns:1fr}.v2618-controls label{grid-template-columns:1fr 1fr 45px}.v2618-results{grid-template-columns:1fr 1fr}.v2618-results article:last-of-type{grid-column:1/-1}.v2618-demo-head{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.v2618-signal-grid{grid-template-columns:1fr}.v2618-results{grid-template-columns:1fr}.v2618-results article:last-of-type{grid-column:auto}.v2618-formula{align-items:flex-start;flex-direction:column}.v2618-controls label{grid-template-columns:1fr 45px}.v2618-controls input{grid-column:1/-1;grid-row:2}.v2618-intro,.v2618-article p,.v2618-sources p{text-align:left}}

/* V26.20 — advanced pedagogical stockout simulator */
.v2620-scenarios{display:flex;gap:.55rem;flex-wrap:wrap;margin:0 0 1rem}.v2620-scenarios button{border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;border-radius:999px;padding:.55rem .8rem;font-size:.68rem;font-weight:800;cursor:pointer}.v2620-scenarios button:hover,.v2620-scenarios button.active{background:#fff;color:#0b2f57}
.v2620-explain{display:grid;grid-template-columns:.85fr 1.15fr;gap:1rem;margin-top:1rem}.v2620-explain>div{background:#fff;color:#173a59;border-radius:1rem;padding:1.2rem}.v2620-explain span,.v2620-chart-wrap>span{font-size:.62rem;letter-spacing:.08em;font-weight:900;color:#728495}.v2620-explain p{font-size:.8rem;line-height:1.65;margin:.5rem 0 0;color:#425e73}.v2620-chart-wrap canvas{display:block;width:100%;height:230px;margin-top:.5rem}
.v2620-forecast-note{margin-top:1rem;background:#f6f9f5;color:#173a59;border-left:4px solid #5a953e;padding:1rem 1.2rem}.v2620-forecast-note b{display:block}.v2620-forecast-note p{font-size:.76rem;line-height:1.6;margin:.3rem 0 0}
.v2620-maturity{padding:3.5rem 0;background:#f8fafb}.v2620-maturity h2{font-size:clamp(1.8rem,3vw,2.6rem);color:#0b2f57;letter-spacing:-.04em}.v2620-maturity>div>p{color:#52677a;line-height:1.7}.v2620-checks{display:grid;gap:.55rem;margin:1.4rem 0}.v2620-checks label{background:#fff;border:1px solid #dfe7ec;border-radius:.65rem;padding:.8rem 1rem;color:#294a64;font-size:.78rem}.v2620-checks input{margin-right:.55rem;accent-color:#5a953e}.v2620-maturity-result{background:#fff;border-left:4px solid #0b2f57;padding:1rem 1.2rem}.v2620-maturity-result b,.v2620-maturity-result span{display:block}.v2620-maturity-result b{color:#0b2f57}.v2620-maturity-result span{font-size:.75rem;color:#607487;margin-top:.25rem}.v2620-cta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.2rem;padding-top:1rem;border-top:1px solid #dfe7ec}.v2620-cta span{font-size:.75rem;color:#607487}.v2620-cta a{font-size:.75rem;font-weight:850;color:#0b2f57;text-decoration:none}
.v2620-apa{margin-top:1.3rem}.v2620-apa p{padding:.75rem 0;margin:0;border-bottom:1px solid #e2e8ec;font-size:.76rem;line-height:1.55;text-align:left!important;padding-left:2em;text-indent:-2em}.v2620-apa a{color:#0b5d8f;overflow-wrap:anywhere}
@media(max-width:800px){.v2620-explain{grid-template-columns:1fr}.v2620-cta{align-items:flex-start;flex-direction:column}}

/* V26.21 — clearer AI use + refined simulator */
.v2621-ai-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin:1.4rem 0}.v2621-ai-grid article{background:#fff;border:1px solid #dfe7ec;border-radius:.75rem;padding:.9rem}.v2621-ai-grid b,.v2621-ai-grid span{display:block}.v2621-ai-grid b{color:#0b2f57;font-size:.8rem}.v2621-ai-grid span{color:#65798a;font-size:.68rem;line-height:1.5;margin-top:.25rem}
.v2621-flow{background:#0b2f57;color:#fff;border-radius:.8rem;padding:1rem 1.15rem;margin:1.2rem 0}.v2621-flow b,.v2621-flow span{display:block}.v2621-flow b{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.v2621-flow span{font-size:.78rem;line-height:1.55;margin-top:.3rem}
.v2621-boundary{font-size:.8rem!important}.v2621-chart-status{display:block;margin-top:.55rem;color:#0b2f57;font-size:.72rem}
.v2620-chart-wrap canvas{border-top:1px solid #edf1f4;margin-top:.7rem}
@media(max-width:800px){.v2621-ai-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.v2621-ai-grid{grid-template-columns:1fr}}

/* V26.22 Insight navigation */
.v2622-breadcrumb{display:flex;gap:.55rem;align-items:center;margin-bottom:2rem;font-size:.78rem;color:#7c8b98}.v2622-breadcrumb a{color:#1767c7;text-decoration:none}.v2622-breadcrumb span:last-child{font-weight:650;color:#52697c}
.v2622-editorial-nav{padding:3rem 0 3.5rem;border-top:1px solid #e2e8ed;background:#fff}.v2622-editorial-nav .v26-eyebrow{text-align:center;margin-bottom:1.2rem}.v2622-nav-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:stretch}
.v2622-nav-card{display:flex;flex-direction:column;justify-content:center;min-height:100px;padding:1.15rem 1.3rem;border:1px solid #dbe5ec;border-radius:1rem;text-decoration:none;background:#fff}.v2622-nav-card small{font-size:.66rem;color:#6d8090;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.v2622-nav-card b{font-size:.82rem;line-height:1.35;color:#0b2f57}.v2622-nav-card.next{text-align:right}.v2622-top{align-self:center;white-space:nowrap;padding:.75rem .95rem;color:#1767c7;text-decoration:none;font-size:.7rem;font-weight:700}
@media(max-width:720px){.v2622-nav-grid{grid-template-columns:1fr}.v2622-nav-card.next{text-align:left}.v2622-top{text-align:center}.v2622-breadcrumb{margin-bottom:1.25rem}}

/* V26.23 — Resource breadcrumb + Insight navigation polish */
.v2623-breadcrumb{
  display:flex;
  align-items:center;
  gap:.6rem;
  margin-bottom:2rem;
  min-height:30px;
}
.v2623-resource-label{
  color:#1767c7;
  text-decoration:none;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
}
.v2623-resource-label:hover{text-decoration:underline;text-underline-offset:4px}
.v2623-sep{color:#a5b1bb;font-size:.82rem}
.v2623-topic{
  color:#52697c;
  font-size:.78rem;
  font-weight:750;
}
.v2622-editorial-nav{padding-top:2.3rem}
@media(max-width:720px){
  .v2623-breadcrumb{margin-bottom:1.25rem;gap:.45rem}
  .v2623-resource-label{font-size:.67rem}
  .v2623-topic{font-size:.72rem}
}

/* V26.25 — Energy Territory Insight prototype */
.v2625-energy-hero{padding:3.3rem 0 3.8rem;background:#f5f8fa}.v2625-energy-hero h1{max-width:1100px;font-size:clamp(2.7rem,5.1vw,5.3rem);line-height:.99;letter-spacing:-.055em;color:#0b2f57;margin:1rem 0}.v2625-energy-hero>div>p{max-width:900px;font-size:1.12rem;line-height:1.65;color:#536b7f}.v2625-meta{display:flex;gap:1.2rem;flex-wrap:wrap;font-size:.68rem;font-weight:900;letter-spacing:.08em;color:#1767c7}.v2625-meta span{color:#7c8d9a;font-weight:650;letter-spacing:0}
.v2625-story,.v2625-method{padding:3.6rem 0;background:#fff}.v2625-story.alt{background:#f8fafb}.v2625-reading{max-width:920px}.v2625-story h2,.v2625-method h2,.v2625-explorer h2{color:#0b2f57;font-size:clamp(1.9rem,3.4vw,3rem);line-height:1.08;letter-spacing:-.045em;margin:.4rem 0 1.15rem}.v2625-story p,.v2625-method p{color:#536b7f;line-height:1.78;text-align:justify}
.v2625-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1.6rem}.v2625-kpis article{border:1px solid #dfe7ec;border-radius:1rem;padding:1.1rem;background:#fff}.v2625-kpis strong{display:block;font-size:2rem;color:#0b2f57}.v2625-kpis span{display:block;font-size:.7rem;color:#748694;margin-top:.25rem}
.v2625-explorer{padding:3.5rem 0;background:#0b2f57;color:#fff}.v2625-explorer h2{color:#fff}.v2625-explorer-head{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end}.v2625-explorer-head>p{color:#cad7e1;line-height:1.6;font-size:.78rem}
.v2625-toolbar{display:flex;gap:.7rem;flex-wrap:wrap;margin:1.3rem 0}.v2625-toolbar label{display:flex;align-items:center;gap:.5rem;background:#fff;color:#294861;border-radius:.65rem;padding:.55rem .7rem;font-size:.68rem;font-weight:800}.v2625-toolbar select,.v2625-toolbar input{border:0;outline:none;color:#0b2f57;background:#fff}
.v2625-explorer-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:1rem}.v2625-map-card,.v2625-profile{background:#fff;color:#1d405f;border-radius:1rem;padding:1rem}.v2625-map-card{position:relative;min-height:520px}.v2625-map-card svg{display:block;width:100%;height:510px;background:#f8fafb;border-radius:.7rem}.v2625-map-card #energy-map-loading{position:absolute;left:1.2rem;top:1.2rem;font-size:.72rem;color:#637889;z-index:2}.v2625-map-legend{display:flex;justify-content:space-between;gap:1rem;font-size:.61rem;color:#738694;margin-top:.5rem}
.v2625-profile h3{font-size:1.5rem;color:#0b2f57;margin:.35rem 0}.v2625-profile p{font-size:.76rem;line-height:1.55;color:#607587}.v2625-id{font-size:.66rem!important;color:#7d8d99!important}.v2625-profile-kpis{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin:1rem 0}.v2625-profile-kpis>div{background:#f5f8fa;border-radius:.7rem;padding:.75rem}.v2625-profile-kpis b,.v2625-profile-kpis span{display:block}.v2625-profile-kpis b{font-size:1.25rem;color:#0b2f57}.v2625-profile-kpis span{font-size:.6rem;color:#718391}.v2625-profile h4{font-size:.75rem;color:#0b2f57;margin:1.2rem 0 .55rem}
.v2625-minirow{display:grid;grid-template-columns:38px 1fr 62px;gap:.45rem;align-items:center;margin:.35rem 0;font-size:.62rem}.v2625-minirow i{display:block;height:6px;background:#5a953e;border-radius:999px}.v2625-minirow b{text-align:right;color:#0b2f57}
.v2625-source{margin-top:1.4rem;padding:1rem 1.1rem;border-left:4px solid #5a953e;background:#f6f9f5}.v2625-source b,.v2625-source span{display:block}.v2625-source b{color:#0b2f57;font-size:.75rem}.v2625-source span{color:#627687;font-size:.7rem;line-height:1.5;margin-top:.25rem}
@media(max-width:850px){.v2625-explorer-head,.v2625-explorer-grid{grid-template-columns:1fr}.v2625-map-card{min-height:430px}.v2625-map-card svg{height:420px}}
@media(max-width:600px){.v2625-kpis{grid-template-columns:1fr}.v2625-story p,.v2625-method p{text-align:left}.v2625-toolbar{display:grid}.v2625-toolbar label{justify-content:space-between}}

/* V26.26 — map outline, chart sourcing, expanded methodology */
.v2626-france-outline{fill:#eef3f6;stroke:#c3d0d9;stroke-width:.75;vector-effect:non-scaling-stroke}
.v2626-graph-source{font-size:.61rem!important;line-height:1.45!important;color:#7b8b97!important;margin:.65rem 0 0!important;text-align:left!important}
.v2626-analytics{padding:3.4rem 0;background:#f8fafb}.v2626-chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.v2626-chart{background:#fff;border:1px solid #dfe7ec;border-radius:1rem;padding:1.2rem}.v2626-chart h3{color:#0b2f57;font-size:1.25rem;line-height:1.2;margin:.35rem 0 1rem}.v2626-bars>div{display:grid;grid-template-columns:46px 1fr 58px;gap:.6rem;align-items:center;margin:.55rem 0;font-size:.68rem}.v2626-bars i{display:block;height:9px;width:var(--v);background:#0b2f57;border-radius:999px}.v2626-bars b{text-align:right;color:#0b2f57}.v2626-unit{font-size:.62rem;color:#738694;margin:.5rem 0 0}.v2626-compare{display:grid;gap:.7rem}.v2626-compare>div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid #e5ebef;padding:.6rem 0}.v2626-compare span{font-size:.72rem;color:#607587}.v2626-compare b{font-size:.78rem;color:#0b2f57}
.v2626-method-list{display:grid;gap:.85rem;margin-top:1.5rem}.v2626-method-list article{padding-bottom:.85rem;border-bottom:1px solid #e3eaee}.v2626-method-list b{color:#0b2f57;font-size:.82rem}.v2626-method-list p{margin:.35rem 0 0!important;font-size:.76rem!important;line-height:1.65!important;text-align:justify!important}.v2626-source-box{margin-top:1.5rem;background:#f6f9f5;border-left:4px solid #5a953e;padding:1rem 1.2rem}.v2626-source-box>b{color:#0b2f57}.v2626-source-box p{font-size:.72rem!important;margin:.35rem 0 .65rem!important;line-height:1.55!important}.v2626-source-links{display:flex;gap:.65rem;flex-wrap:wrap}.v2626-source-links a{font-size:.68rem;font-weight:800;color:#1767c7;text-decoration:none}
@media(max-width:800px){.v2626-chart-grid{grid-template-columns:1fr}.v2626-method-list p{text-align:left!important}}

/* V26.27 — regional animated map */
.v2627-regional{padding:3.7rem 0;background:#fff}.v2627-regional-head{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end;margin-bottom:1.2rem}.v2627-regional h2{font-size:clamp(1.9rem,3.4vw,3rem);line-height:1.08;letter-spacing:-.045em;color:#0b2f57;margin:.4rem 0}.v2627-regional-head>p{font-size:.78rem;line-height:1.65;color:#607587}
.v2627-animation-card{max-width:980px;margin:auto;border:1px solid #dfe7ec;border-radius:1rem;padding:1rem;background:#f8fafb}.v2627-animation-top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.v2627-animation-top span,.v2627-animation-top strong{display:block}.v2627-animation-top span{font-size:.64rem;color:#738694;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.v2627-animation-top strong{font-size:2rem;color:#0b2f57}.v2627-animation-top button{border:1px solid #ccd8e0;background:#fff;color:#0b2f57;border-radius:999px;padding:.55rem .8rem;font-size:.67rem;font-weight:850;cursor:pointer}.v2627-map-wrap{position:relative;max-width:760px;margin:.4rem auto}.v2627-map-wrap svg{display:block;width:100%;height:auto}.v2627-scale{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.58rem;color:#748694}.v2627-scale i{display:block;width:170px;height:8px;border-radius:999px;background:linear-gradient(90deg,rgba(11,47,87,.2),rgba(11,47,87,.95))}.v2627-reading{max-width:800px;margin:.8rem auto .2rem;font-size:.7rem;line-height:1.55;color:#607587;text-align:center}
@media(max-width:800px){.v2627-regional-head{grid-template-columns:1fr}.v2627-animation-top{align-items:flex-start}.v2627-reading{text-align:left}}

/* V26.28 — stabilized metropolitan scope */
.v2628-scope-note{margin:1rem 0 0;font-size:.72rem;line-height:1.55;color:#667b8c}

/* V26.29 — animation map rendering fix */
#regional-map{min-height:500px;background:#f8fafb;border-radius:.8rem}

/* V26.30 — Insight / Energy Explorer split */
.v2630-explorer-cta{padding:2.2rem 0;background:#0b2f57}.v2630-explorer-cta>div{display:flex;align-items:center;justify-content:space-between;gap:2rem}.v2630-explorer-cta h2{color:#fff;font-size:clamp(1.6rem,3vw,2.6rem);margin:.3rem 0}.v2630-explorer-cta p{color:#b8c9d8;max-width:760px;line-height:1.6}.v2630-explorer-cta a{white-space:nowrap;background:#fff;color:#0b2f57;text-decoration:none;font-weight:900;padding:.85rem 1rem;border-radius:.65rem}
.sds-explorer-body{margin:0;background:#07131f;color:#eaf3fb;font-family:Arial,sans-serif}.sds-explorer-top{height:58px;padding:0 2vw;display:flex;align-items:center;justify-content:space-between;background:#091827;border-bottom:1px solid #173049;position:sticky;top:0;z-index:30}.sds-explorer-brand{font-size:1.25rem;font-weight:900;color:#fff;text-decoration:none}.sds-explorer-brand span{color:#7fdc5a;font-weight:500}.sds-explorer-top nav{display:flex;gap:.6rem;align-items:center}.sds-explorer-top a,.sds-explorer-top button{color:#b9cce0;background:transparent;border:1px solid #29435d;border-radius:.45rem;padding:.5rem .7rem;text-decoration:none;font-size:.7rem}.sds-explorer{padding:1.2rem 2vw 1rem;max-width:1800px;margin:auto}.sds-explorer-intro{display:flex;justify-content:space-between;gap:1rem;align-items:end}.sds-explorer-intro span,.sds-module header span,#x-profile>span{font-size:.62rem;letter-spacing:.08em;font-weight:900;color:#36b7ff}.sds-explorer-intro h1{font-size:clamp(1.7rem,3vw,3rem);margin:.25rem 0;color:#fff}.sds-explorer-intro p{font-size:.72rem;color:#88a0b6}.sds-explorer-actions{display:flex;gap:.5rem}.sds-explorer-actions button{background:#14304a;color:#eaf3fb;border:1px solid #2c526f;border-radius:.45rem;padding:.6rem .8rem;font-weight:800}.sds-explorer-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem;margin:1rem 0}.sds-explorer-kpis article{background:#0d2032;border:1px solid #18364f;border-radius:.7rem;padding:.8rem}.sds-explorer-kpis span,.sds-explorer-kpis small{display:block;color:#8299ad;font-size:.62rem}.sds-explorer-kpis strong{display:block;color:#fff;font-size:1.6rem;margin:.2rem 0}.sds-explorer-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:.7rem}.sds-module{position:relative;background:#0d2032;border:1px solid #18364f;border-radius:.75rem;padding:.85rem;min-height:390px;overflow:hidden}.sds-module-wide{grid-column:1/-1;min-height:450px}.sds-module header{display:flex;justify-content:space-between;align-items:start;padding-right:2rem}.sds-module h2{font-size:1.05rem;margin:.25rem 0;color:#fff}.sds-module header>strong{font-size:1.8rem;color:#fff}.sds-module svg{width:100%;height:310px}.sds-expand{position:absolute;right:.65rem;top:.65rem;z-index:4;border:1px solid #34506a;background:#112a40;color:#dcebf7;border-radius:.4rem;padding:.3rem .45rem;cursor:pointer}.sds-module-full{position:fixed!important;inset:68px 1vw 1vh!important;z-index:25!important;min-height:0!important}.sds-module-full svg{height:calc(100vh - 230px)!important}.sds-scale{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.58rem;color:#8299ad}.sds-scale i{width:150px;height:7px;border-radius:10px;background:linear-gradient(90deg,#2196f3,#c06b76)}.sds-module-source{font-size:.56rem;color:#6e879d;border-top:1px solid #1a344b;padding-top:.5rem;margin:.55rem 0 0}.sds-trend{display:grid;grid-template-columns:.4fr .6fr;gap:1rem;align-items:center;height:300px}.sds-big strong,.sds-big span{display:block}.sds-big strong{font-size:3rem;color:#7fdc5a}.sds-big span{font-size:.68rem;color:#88a0b6}.sds-trend-bars>div{display:grid;grid-template-columns:40px 1fr 45px;gap:.5rem;align-items:center;margin:.65rem 0;font-size:.62rem}.sds-trend-bars i{height:8px;width:var(--w);background:#35aef2;border-radius:10px}.sds-trend-bars b{text-align:right}.sds-filters{display:flex;gap:.5rem;margin:.5rem 0}.sds-filters select,.sds-filters input{background:#10283d;color:#d9e8f5;border:1px solid #29445c;border-radius:.4rem;padding:.5rem}.sds-network-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:.7rem}.sds-network-layout svg{height:350px;background:#091827;border-radius:.55rem}.sds-network-layout aside{background:#091827;border-radius:.55rem;padding:.9rem;color:#8ea5b9}.sds-network-layout aside h3{color:#fff}.sds-profile-kpis{display:flex;gap:.5rem;flex-wrap:wrap}.sds-profile-kpis b{background:#112a40;padding:.55rem;border-radius:.4rem;color:#fff}.sds-profile-years{display:flex;gap:.35rem;margin-top:.7rem}.sds-profile-years i{font-style:normal;background:#10283d;padding:.4rem;border-radius:.35rem}.sds-profile-years em,.sds-profile-years b{display:block;font-style:normal;font-size:.6rem}.sds-explorer-foot{display:flex;justify-content:space-between;color:#607b91;font-size:.56rem;padding:.8rem 0}.sds-method-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:50;place-items:center}.sds-method-modal.open{display:grid}.sds-method-modal>div{max-width:620px;background:#0d2032;border:1px solid #29445c;border-radius:.8rem;padding:1.3rem;position:relative}.sds-method-modal button{position:absolute;right:.7rem;top:.5rem;background:none;border:0;color:#fff;font-size:1.5rem}.sds-method-modal p{color:#9db0c1;line-height:1.7}
@media(max-width:900px){.sds-explorer-grid,.sds-network-layout{grid-template-columns:1fr}.sds-module-wide{grid-column:auto}.sds-explorer-kpis{grid-template-columns:1fr 1fr}.sds-explorer-intro,.v2630-explorer-cta>div{align-items:flex-start;flex-direction:column}.sds-trend{grid-template-columns:1fr;height:auto}}

/* V26.31 — Energy Explorer consolidated visual system */
.sds-explorer-body{background:#071522;overflow-x:hidden}
.sds-explorer-top{height:64px;padding:0 1.5vw;background:#fff;border-bottom:1px solid #dce5ec}
.sds-explorer-brand{display:flex;align-items:center;gap:.8rem;color:#0b2f57!important;border:0!important;padding:0!important}
.sds-explorer-brand img{height:42px;width:auto;max-width:190px;object-fit:contain}
.sds-explorer-brand span{font-size:.72rem;color:#4b963d;font-weight:900;border-left:1px solid #d8e2e8;padding-left:.8rem}
.sds-explorer-top nav a,.sds-explorer-top nav button{color:#0b2f57;background:#fff;border:1px solid #cddae4;font-weight:800}
.sds-explorer{padding:.75rem 1.5vw .55rem;max-width:1920px}
.sds-explorer-intro{min-height:74px;align-items:center}
.sds-explorer-intro h1{font-size:clamp(1.55rem,2.4vw,2.45rem);margin:.12rem 0}
.sds-explorer-intro p{margin:.15rem 0;font-size:.66rem}
.sds-explorer-actions button{padding:.5rem .7rem;font-size:.68rem}
.sds-explorer-kpis{gap:.55rem;margin:.55rem 0}
.sds-explorer-kpis article{padding:.58rem .72rem;border-radius:.55rem}
.sds-explorer-kpis strong{font-size:1.42rem;margin:.08rem 0}
.sds-explorer-grid{grid-template-columns:1.08fr .92fr;gap:.55rem}
.sds-module{min-height:310px;padding:.7rem;border-radius:.6rem}
.sds-module h2{font-size:.92rem;margin:.15rem 0}
.sds-module header>strong{font-size:1.45rem}
.sds-module svg{height:245px}
#module-regions,#module-trend{height:330px}
#module-regions svg{height:235px}
.sds-trend{height:230px}
.sds-big strong{font-size:2.65rem}
.sds-module-wide{min-height:0;height:430px}
.sds-filters{margin:.3rem 0 .45rem}
.sds-filters select,.sds-filters input{padding:.4rem .5rem;font-size:.65rem}
.sds-network-layout{grid-template-columns:1.55fr .45fr;gap:.55rem}
.sds-network-layout svg{height:315px}
.sds-network-layout aside{padding:.75rem}
.sds-module-source{font-size:.5rem;margin:.35rem 0 0;padding-top:.35rem}
.sds-explorer-foot{padding:.45rem 0 .15rem}
.sds-expand{right:.55rem;top:.55rem}
.sds-module-full{height:auto!important}
.sds-module-full svg{height:calc(100vh - 220px)!important}
@media(min-width:1200px) and (min-height:850px){
 .sds-explorer-grid{grid-template-rows:330px 430px}
}

/* V26.32 — local autonomous regional map */
#x-regional-map,#x-network-map{background:#081a29}
#x-regional-map circle{transition:fill .45s ease,opacity .45s ease}

/* V26.33 — Contact location */
.contact15-location{border-radius:1.2rem;padding:1.2rem;display:flex;gap:.85rem;background:#fff;border:1px solid #dfe7ef}
.contact15-location>i{color:var(--sd-blue);font-size:1.25rem}
.contact15-location strong{font-size:.88rem}.contact15-location p{font-size:.78rem;color:#647386;line-height:1.55;margin:.25rem 0 .45rem}
.contact15-location p b{color:#243b53}.contact15-location a{font-size:.76rem;font-weight:800;text-decoration:none}

/* V26.34 — polished registered-office card */
.contact15-location{position:relative;border-radius:1.25rem;padding:1.15rem 1.2rem;display:grid;grid-template-columns:54px 1fr;gap:1rem;align-items:start;background:linear-gradient(135deg,#f8fbff 0%,#f4f9f1 100%);border:1px solid #d8e5d2;box-shadow:0 12px 28px rgba(11,47,87,.05)}
.contact15-location-icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#fff;border:1px solid #dce6ee;box-shadow:0 7px 18px rgba(11,47,87,.06)}
.contact15-location-icon i{font-size:1.35rem;color:#2f6bc2}
.contact15-location-kicker{display:block;font-size:.58rem;letter-spacing:.12em;font-weight:900;color:#4b963d;margin:.05rem 0 .25rem}
.contact15-location-copy strong{display:block;font-size:.95rem;color:#0b2f57}
.contact15-location-copy p{margin:.25rem 0 .65rem;color:#5f7081;font-size:.76rem;line-height:1.45}
.contact15-map-btn{display:inline-flex;align-items:center;gap:.38rem;padding:.48rem .72rem;border-radius:.6rem;background:#fff;border:1px solid #cddceb;color:#155fb8!important;font-size:.7rem;font-weight:900;text-decoration:none!important}
.contact15-map-btn:hover{background:#eef6ff}

/* V26.35 — Contact privacy full width + two substantive Insights */
.contact15-privacy-wide{
  margin-top:1rem;
  width:100%;
  padding:1rem 1.2rem;
  align-items:center;
}
.contact15-privacy-wide>i{
  width:46px;height:46px;border-radius:13px;background:#eaf2fb;
  display:grid;place-items:center;flex:0 0 auto;
}
.contact15-privacy-wide p{max-width:none;margin:.2rem 0 0}
.v264-tabs:has(button:nth-child(2):last-child){justify-content:flex-end}
@media(max-width:767.98px){
 .contact15-privacy-wide{align-items:flex-start}
 .v264-tabs:has(button:nth-child(2):last-child){justify-content:center}
}

/* V26.38 — Organisation / European industrial production Insight */
.v2638-industry{color:#0b2f57;background:#fff}.v2638-hero{padding:3.3rem 0 4rem;background:linear-gradient(125deg,#f5f8fa 0%,#fff 62%,#eef6ea 100%)}
.v2638-hero h1{max-width:1120px;font-size:clamp(2.7rem,5.2vw,5.4rem);line-height:.99;letter-spacing:-.055em;margin:1rem 0;color:#0b2f57}.v2638-hero>div>p{max-width:920px;font-size:1.1rem;line-height:1.7;color:#536b7f}
.v2638-opening,.v2638-decisions,.v2638-method{padding:3.8rem 0}.v2638-opening{background:#fff}.v2638-decisions{background:#f8fafb}.v2638-method{background:#fff}.v2638-reading{max-width:980px}
.v2638-reading h2,.v2638-explorer h2{font-size:clamp(2rem,3.7vw,3.4rem);line-height:1.06;letter-spacing:-.045em;margin:.4rem 0 1.1rem}.v2638-reading>p:not(.v26-eyebrow){color:#536b7f;line-height:1.78;max-width:900px}
.v2638-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:1.7rem}.v2638-kpis article{padding:1.3rem;border:1px solid #dfe7ec;border-radius:1rem;background:#fff}.v2638-kpis strong{display:block;font-size:2.2rem;letter-spacing:-.04em}.v2638-kpis span{display:block;color:#6d8090;font-size:.72rem;margin-top:.3rem}
.v2638-explorer{padding:3.8rem 0;background:#0b2f57;color:#fff}.v2638-explorer-head{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:end}.v2638-explorer h2{color:#fff}.v2638-explorer-head>p{color:#bfd0de;line-height:1.65;font-size:.8rem}
.v2638-controls{display:flex;gap:.55rem;flex-wrap:wrap;margin:1.4rem 0}.v2638-controls button{border:1px solid rgba(255,255,255,.3);background:transparent;color:#dce8f1;border-radius:999px;padding:.55rem .9rem;font-size:.7rem;font-weight:850;cursor:pointer}.v2638-controls button.active{background:#fff;color:#0b2f57;border-color:#fff}
.v2638-chart{background:#fff;color:#0b2f57;border-radius:1rem;padding:1rem 1.1rem}.v2638-rank-row{display:grid;grid-template-columns:155px minmax(160px,1fr) 76px;gap:.75rem;align-items:center;min-height:37px;border-bottom:1px solid #edf1f4;font-size:.7rem}.v2638-rank-row:last-child{border:0}.v2638-rank-row.is-france{background:#f1f6ed;margin:0 -.55rem;padding:0 .55rem;border-radius:.45rem}.v2638-country{display:grid;grid-template-columns:30px 1fr;gap:.45rem;align-items:center}.v2638-country b{color:#1767c7}.v2638-country span{color:#50677a}.v2638-track{position:relative;height:12px;background:#f1f4f6;border-radius:999px;overflow:hidden}.v2638-zero{position:absolute;left:50%;top:0;bottom:0;width:1px;background:#9aabb8;z-index:2}.v2638-bar{position:absolute;left:var(--origin);top:2px;height:8px;width:var(--size);border-radius:999px}.v2638-bar.positive{background:#58963d}.v2638-bar.negative{background:#d06a62}.v2638-rank-row>strong{text-align:right}.v2638-chart-note{font-size:.65rem;color:#b8cad8;margin:.8rem 0 0}
.v2638-decision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin:1.7rem 0}.v2638-decision-grid article{background:#fff;border:1px solid #dfe7ec;border-radius:1rem;padding:1.25rem}.v2638-decision-grid span{font-size:.65rem;color:#5a983f;font-weight:900}.v2638-decision-grid h3{font-size:1.3rem;margin:.7rem 0 .45rem}.v2638-decision-grid p{font-size:.76rem;line-height:1.65;color:#607587;margin:0}.v2638-callout{border-left:4px solid #5a983f;background:#f2f7ef;padding:1.1rem 1.25rem}.v2638-callout b{font-size:.78rem}.v2638-callout p{margin:.3rem 0 0;color:#536b7f;line-height:1.65;font-size:.8rem}
.v265-resource-card[hidden]{display:none!important}
@media(max-width:800px){.v2638-explorer-head{grid-template-columns:1fr}.v2638-decision-grid,.v2638-kpis{grid-template-columns:1fr}.v2638-rank-row{grid-template-columns:105px minmax(100px,1fr) 66px}.v2638-country span{display:none}}
@media(max-width:480px){.v2638-chart{padding:.7rem}.v2638-rank-row{grid-template-columns:52px 1fr 62px;gap:.45rem}.v2638-country{display:block}.v2638-country b{font-size:.72rem}}

/* V26.39 — Energy Explorer rebuilt from the approved cockpit direction */
.sds-explorer-body{margin:0;background:#03101e;color:#eef7ff;font-family:Inter,Segoe UI,Arial,sans-serif;overflow-x:hidden}.sds39-topbar{min-height:76px;padding:12px clamp(16px,2vw,34px);display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;background:#041424;border-bottom:1px solid #123a61;position:sticky;top:0;z-index:1000}.sds39-brand{display:flex;align-items:center;gap:11px;color:#fff;text-decoration:none;white-space:nowrap}.sds39-brand strong{font-size:clamp(20px,2vw,32px);letter-spacing:-.04em}.sds39-brand span{border-left:1px solid #3aa7ff;padding-left:11px;color:#8fd63c;font-weight:900;font-size:clamp(13px,1.25vw,20px)}.sds39-topbar>div b,.sds39-topbar>div small{display:block}.sds39-topbar>div b{font-size:13px}.sds39-topbar>div small{font-size:11px;color:#9fb4c8;margin-top:3px}.sds39-topbar button,.sds39-panel button,.sds39-takeaways button{border:1px solid #27547e;background:#061b30;color:#e8f3fc;border-radius:10px;padding:9px 13px;font-weight:800;font-size:11px;cursor:pointer}.sds39-explorer{padding:14px clamp(12px,1.3vw,24px) 16px;max-width:1920px;margin:auto}.sds39-summary{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:10px}.sds39-summary article{min-height:74px;border:1px solid #16436b;border-radius:12px;background:linear-gradient(135deg,#071a2d,#061323);padding:10px 12px;display:flex;gap:11px;align-items:center}.sds39-summary article>i{font-size:30px}.sds39-summary strong,.sds39-summary span{display:block}.sds39-summary strong{font-size:24px;line-height:1}.sds39-summary span{font-size:10px;color:#c4d3df;margin-top:5px}.sds39-summary .blue i,.sds39-summary .blue strong{color:#4f91ff}.sds39-summary .green i,.sds39-summary .green strong{color:#8fd63c}.sds39-summary .orange i,.sds39-summary .orange strong{color:#ff9d00}.sds39-summary .purple i,.sds39-summary .purple strong{color:#bd54ee}.sds39-summary .cyan i,.sds39-summary .cyan strong{color:#21d6d0}.sds39-intro{font-size:12px;color:#d6e3ed;margin:10px 4px 13px}.sds39-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:11px}.sds39-panel{background:linear-gradient(145deg,#071b30,#041527);border:1px solid #1c4b74;border-radius:12px;padding:14px;min-height:415px;overflow:hidden}.sds39-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.sds39-panel>header span,.sds39-panel>header small{display:block}.sds39-panel>header span{font-size:15px;font-weight:900}.sds39-panel>header small{font-size:10px;color:#c5d4df;margin-top:3px}.sds39-region-layout{display:grid;grid-template-columns:135px 1fr;gap:8px;align-items:start}.sds39-region-layout aside>span,.sds39-region-layout aside>strong,.sds39-region-layout aside>small{display:block}.sds39-region-layout aside>span{font-size:11px;margin-top:12px}.sds39-region-layout aside>strong{font-size:34px;color:#4f91ff;margin:6px 0}.sds39-region-layout aside>small{font-size:10px;line-height:1.45}.sds39-region-layout aside>button{margin-top:14px}.sds39-legend{display:grid;grid-template-columns:20px 1fr;gap:6px;margin-top:18px;font-size:10px}.sds39-legend b{grid-column:1/3}.sds39-legend i{display:block;width:18px;height:91px;border-radius:3px;background:linear-gradient(#b9e6cf,#65c9bd,#2aa6c8,#187ada,#1453c6,#202c98)}.sds39-legend span{line-height:15px}.sds39-region-layout svg{display:block;width:100%;height:300px}.sds39-region-layout svg path{transition:fill .4s ease}.sds39-timeline{display:flex;align-items:flex-start;padding:0 24px}.sds39-timeline button{flex:1;position:relative;border:0;background:none;color:#9fb4c8;padding:10px 0 0;border-top:1px solid #7790a5;border-radius:0;font-weight:500}.sds39-timeline button i{position:absolute;width:9px;height:9px;border-radius:50%;background:#172e43;border:1px solid #91a9bd;top:-5px;left:50%;transform:translateX(-50%)}.sds39-timeline button.active{color:#fff}.sds39-timeline button.active i{background:#fff;box-shadow:0 0 10px #56a4ff}.sds39-source{font-size:9px;color:#91a7b9;margin:8px 0 0}.sds39-trend-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:12px 0 18px}.sds39-trend-kpis div{background:#0a2340;border-radius:10px;padding:14px;text-align:center}.sds39-trend-kpis strong,.sds39-trend-kpis small{display:block}.sds39-trend-kpis strong{font-size:27px;color:#4f91ff}.sds39-trend-kpis div:nth-child(2) strong{color:#8fd63c}.sds39-trend-kpis div:nth-child(3) strong{color:#bd54ee}.sds39-trend-kpis small{font-size:10px;margin-top:4px}.sds39-panel h2{font-size:14px;margin:0 0 8px}.sds39-chart-legend{display:flex;gap:18px;font-size:10px;margin:5px 0}.sds39-chart-legend span::before{content:"";display:inline-block;width:15px;height:2px;margin-right:6px;vertical-align:middle}.sds39-chart-legend .co2::before{background:#4d91ff}.sds39-chart-legend .prod::before{background:#93d43f}.sds39-panel #x-national-chart{display:block;width:100%;height:230px}.sds39-filters{display:grid;grid-template-columns:150px 220px 1fr;gap:10px;margin:12px 0}.sds39-filters label{display:flex;align-items:center;border:1px solid #244c70;background:#071b30;border-radius:9px;overflow:hidden}.sds39-filters label>span{font-size:10px;padding-left:9px;color:#c8d7e2;white-space:nowrap}.sds39-filters select,.sds39-filters input{width:100%;border:0;background:#071b30;color:#fff;padding:9px;outline:none;font-size:11px}.sds39-filters .search{position:relative}.sds39-filters .search i{position:absolute;right:10px;color:#9bb0c2}.sds39-panel #x-network-map{height:300px;border-radius:8px;overflow:hidden;background:#0b2033}.sds39-panel #x-network-map .leaflet-control-attribution{font-size:8px}.sds39-map-foot{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:10px;color:#b8cbd9}.sds39-map-foot span i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#2f7fe7;margin-right:6px}.sds39-profile-empty{height:275px;display:grid;place-items:center;align-content:center;text-align:center}.sds39-profile-empty>i{font-size:48px;color:#c7d5e1;border:1px solid #587189;border-radius:10px;padding:12px 20px}.sds39-profile-empty h2{font-size:16px;margin:15px 0 4px}.sds39-profile-empty p{font-size:10px;color:#b1c2d0}.sds39-profile-active{min-height:270px;padding:8px 12px}.sds39-profile-title span{font-size:9px;color:#42b9ff;font-weight:900}.sds39-profile-title h2{font-size:22px;margin:4px 0}.sds39-profile-title small{color:#8fa5b7}.sds39-spark{display:block;width:100%;height:105px;margin:10px 0}.sds39-spark text{fill:#9fb4c8;font-size:8px}.sds39-profile-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sds39-profile-kpis div{background:#0a2340;border-radius:8px;padding:9px}.sds39-profile-kpis strong,.sds39-profile-kpis span{display:block}.sds39-profile-kpis strong{font-size:14px}.sds39-profile-kpis span{font-size:8px;color:#9fb4c8;margin-top:3px}.sds39-profile-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #1f4567;margin-top:6px}.sds39-profile-tabs>span{padding:11px 6px;text-align:center;border-right:1px solid #1f4567}.sds39-profile-tabs>span:last-child{border:0}.sds39-profile-tabs i,.sds39-profile-tabs b,.sds39-profile-tabs small{display:block}.sds39-profile-tabs i{font-size:25px;color:#42a3ff}.sds39-profile-tabs span:nth-child(2) i{color:#24d5d0}.sds39-profile-tabs span:nth-child(3) i{color:#ff9d00}.sds39-profile-tabs span:nth-child(4) i{color:#fff}.sds39-profile-tabs b{font-size:10px;margin:6px 0 2px}.sds39-profile-tabs small{font-size:9px;color:#91a7b9}.sds39-takeaways{display:grid;grid-template-columns:105px 1fr 1fr 1fr 1.25fr;gap:0;margin-top:11px;border:1px solid #1c4b74;border-radius:12px;background:#06192b;overflow:hidden}.sds39-takeaways>strong{display:grid;place-items:center;text-align:center;font-size:13px;padding:13px}.sds39-takeaways>div{display:grid;grid-template-columns:35px 1fr;gap:8px;align-items:center;border-left:1px solid #1c3c5a;padding:12px}.sds39-takeaways>div i{font-size:28px;color:#8fd63c}.sds39-takeaways>div:nth-of-type(2) i{color:#4f91ff}.sds39-takeaways>div:nth-of-type(3) i{color:#bd54ee}.sds39-takeaways>div span{font-size:10px;line-height:1.45}.sds39-takeaways aside{border-left:1px solid #1c3c5a;padding:12px}.sds39-takeaways aside b,.sds39-takeaways aside span{display:block}.sds39-takeaways aside b{font-size:10px}.sds39-takeaways aside span{font-size:9px;color:#9fb4c8;line-height:1.4;margin:4px 0}.sds39-takeaways aside button{padding:6px 10px}.sds-method-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:2000;place-items:center}.sds-method-modal.open{display:grid}.sds-method-modal>div{max-width:640px;margin:20px;background:#071b30;border:1px solid #2c587e;border-radius:12px;padding:25px;position:relative}.sds-method-modal button{position:absolute;right:12px;top:8px;background:none;border:0;color:#fff;font-size:24px}.sds-method-modal p{color:#b6c8d6;line-height:1.7}.sds-method-modal h2{font-size:22px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#071b30;color:#fff}.leaflet-control-zoom a{background:#fff!important;color:#0b2f57!important}
@media(max-width:1050px){.sds39-topbar{grid-template-columns:1fr auto}.sds39-topbar>div{display:none}.sds39-summary{grid-template-columns:repeat(3,1fr)}.sds39-grid{grid-template-columns:1fr}.sds39-panel{min-height:auto}.sds39-takeaways{grid-template-columns:1fr 1fr}.sds39-takeaways>strong,.sds39-takeaways aside{grid-column:1/-1}.sds39-takeaways>div{border-top:1px solid #1c3c5a}.sds39-panel #x-network-map{height:420px}}
@media(max-width:680px){.sds39-topbar{position:static;padding:12px;gap:10px}.sds39-brand span{font-size:11px}.sds39-topbar>button{font-size:0;padding:9px}.sds39-topbar>button i{font-size:15px}.sds39-summary{grid-template-columns:1fr 1fr}.sds39-summary article:last-child{grid-column:1/-1}.sds39-region-layout{grid-template-columns:92px 1fr}.sds39-region-layout svg{height:250px}.sds39-legend{display:none}.sds39-trend-kpis{gap:6px}.sds39-trend-kpis div{padding:9px 5px}.sds39-trend-kpis strong{font-size:20px}.sds39-filters{grid-template-columns:1fr}.sds39-profile-tabs{grid-template-columns:1fr 1fr}.sds39-profile-tabs>span{border-bottom:1px solid #1f4567}.sds39-takeaways{grid-template-columns:1fr}.sds39-takeaways>strong,.sds39-takeaways aside{grid-column:auto}.sds39-takeaways>div{border-left:0}.sds39-panel #x-network-map{height:360px}}

/* V26.40 — polygon selection, accessible search and resizable explorer panels */
.sds39-brand img{width:42px;height:46px;object-fit:contain}.sds39-topbar nav{display:flex;align-items:center;gap:8px}.sds39-topbar nav a{display:inline-flex;align-items:center;gap:6px;border:1px solid #27547e;background:#061b30;color:#e8f3fc;border-radius:10px;padding:9px 13px;font-weight:800;font-size:11px;text-decoration:none}.sds39-panel-actions{display:flex;gap:6px;align-items:center}.sds39-expand{flex:0 0 auto;padding:8px 10px!important}.sds39-region-polygon{cursor:pointer;outline:none}.sds39-region-polygon:hover,.sds39-region-polygon:focus{filter:brightness(1.2);stroke:#ffcf4a!important;stroke-width:3!important}.sds39-filters .search{overflow:visible}.sds39-suggestions{display:none;position:absolute;left:-1px;right:-1px;top:calc(100% + 4px);z-index:1200;background:#071b30;border:1px solid #3273a8;border-radius:9px;box-shadow:0 18px 35px rgba(0,0,0,.4);max-height:260px;overflow:auto}.sds39-suggestions.open{display:block}.sds39-suggestions button{display:flex;width:100%;align-items:center;justify-content:space-between;text-align:left;border:0;border-bottom:1px solid #163a59;border-radius:0;background:#071b30;color:#eef7ff;padding:10px 12px}.sds39-suggestions button:hover,.sds39-suggestions button:focus{background:#0d3150}.sds39-suggestions strong{font-size:11px}.sds39-suggestions small{font-size:9px;color:#8faac0}.sds39-has-expanded{overflow:hidden}.sds39-panel-expanded{position:fixed!important;inset:10px!important;z-index:1800!important;min-height:0!important;overflow:auto!important;box-shadow:0 0 0 100vmax rgba(0,0,0,.8)}.sds39-panel-expanded #x-regional-map{height:calc(100vh - 210px)}.sds39-panel-expanded #x-national-chart{height:calc(100vh - 260px)}.sds39-panel-expanded #x-network-map{height:calc(100vh - 180px)}.sds39-panel-expanded .sds39-profile-empty,.sds39-panel-expanded .sds39-profile-active{min-height:calc(100vh - 180px)}
@media(max-width:900px){.sds39-topbar{grid-template-columns:1fr auto}.sds39-topbar>div{display:none}.sds39-topbar nav a{font-size:0}.sds39-topbar nav a i{font-size:14px}.sds39-brand span{display:none}.sds39-filters{grid-template-columns:1fr}.sds39-panel-expanded{inset:4px!important}}
.v2640-flash-teaser{position:relative;display:grid!important;place-items:center!important;text-align:center;min-height:110px;overflow:hidden}.v2640-flash-teaser>div{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-around;filter:blur(6px);opacity:.35;pointer-events:none}.v2640-flash-teaser>strong,.v2640-flash-teaser>small{position:relative;z-index:2}.v2640-flash-teaser>strong{font-size:1rem;color:#0b2f57}.v2640-flash-teaser>small{display:block;max-width:540px;color:#5e7183;margin-top:.35rem}
.v2640-ai-scope{padding:3.5rem 0;background:#eef5f9}.v2640-ai-scope h2{max-width:850px;font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.05em}.v2640-ai-scope>div>div{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.4rem 0}.v2640-ai-scope span{background:#fff;border:1px solid #cadbe7;border-radius:999px;padding:.65rem .9rem;font-size:.74rem;font-weight:800;color:#0b2f57}.v2640-ai-scope p:last-child{max-width:860px;color:#536b7f;line-height:1.7}

/* V26.41 — focused regional mode, functional network views and true full screen */
.sds39-legend i{height:105px;background:linear-gradient(#d8f2d3 0 14.28%,#a9dfc1 14.28% 28.56%,#70ceb9 28.56% 42.84%,#38b7bd 42.84% 57.12%,#218fc9 57.12% 71.4%,#1768ce 71.4% 85.68%,#232a9b 85.68%)}.sds39-legend span{line-height:15px}.sds39-profile-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:12px 0}.sds39-profile-nav button{display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 5px;border-color:#1f4567;color:#9eb4c6}.sds39-profile-nav button.active{background:#12416a;border-color:#4d91ff;color:#fff}.sds39-profile-nav i{font-size:15px}.sds39-profile-bars{display:grid;gap:10px;padding:14px 4px}.sds39-profile-bars>div{display:grid;grid-template-columns:42px 1fr 100px;gap:9px;align-items:center;font-size:10px}.sds39-profile-bars i{display:block;width:var(--value);height:11px;border-radius:999px;background:linear-gradient(90deg,#21d6d0,#4d91ff)}.sds39-profile-bars b{text-align:right}.sds39-profile-table{border:1px solid #1c4669;border-radius:9px;overflow:hidden}.sds39-profile-table>div{display:grid;grid-template-columns:90px 1fr;padding:8px 11px;border-bottom:1px solid #173b59;font-size:10px}.sds39-profile-table>div:first-child{background:#0b2944;color:#9eb4c6}.sds39-profile-table small{display:block;padding:10px;color:#91a7b9}.sds39-network-sheet{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.sds39-network-sheet div{background:#0a2340;border-radius:8px;padding:10px}.sds39-network-sheet dt{font-size:8px;color:#91a7b9;text-transform:uppercase}.sds39-network-sheet dd{font-size:11px;font-weight:800;margin:4px 0 0}.sds39-panel:fullscreen,.sds39-panel-expanded{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;z-index:3000!important;border:0!important;border-radius:0!important;padding:clamp(14px,2vw,28px)!important;overflow:auto!important;background:#041527!important}.sds39-panel:fullscreen #x-regional-map,.sds39-panel-expanded #x-regional-map{height:calc(100vh - 170px)!important}.sds39-panel:fullscreen #x-national-chart,.sds39-panel-expanded #x-national-chart{height:calc(100vh - 245px)!important}.sds39-panel:fullscreen #x-network-map,.sds39-panel-expanded #x-network-map{height:calc(100vh - 135px)!important}.sds39-panel:fullscreen .sds39-profile-empty,.sds39-panel:fullscreen .sds39-profile-active,.sds39-panel-expanded .sds39-profile-empty,.sds39-panel-expanded .sds39-profile-active{min-height:calc(100vh - 100px)!important}.sds39-panel:fullscreen .sds39-expand,.sds39-panel-expanded .sds39-expand{position:sticky;top:0;z-index:4;background:#164d7a}.sds39-has-expanded{overflow:hidden}
@media(max-width:680px){.sds39-profile-nav{grid-template-columns:1fr 1fr}.sds39-network-sheet{grid-template-columns:1fr}.sds39-profile-bars>div{grid-template-columns:36px 1fr 82px}}

/* V26.42 — concise regional contrast for the publication version */
.v2642-contrast{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem;margin:1.4rem 0}.v2642-contrast span{display:flex;align-items:center;justify-content:space-between;gap:.8rem;background:#fff;border:1px solid #d9e4eb;border-radius:.8rem;padding:.8rem .9rem}.v2642-contrast b{font-size:.72rem;color:#304b62}.v2642-contrast strong{font-size:.9rem;white-space:nowrap}.v2642-contrast .up strong{color:#b55245}.v2642-contrast .down strong{color:#397d46}.v2642-nuance{font-size:.76rem!important;color:#607487!important;border-left:3px solid #2e70b7;padding-left:.9rem;margin-top:.8rem!important}
@media(max-width:800px){.v2642-contrast{grid-template-columns:1fr 1fr}}@media(max-width:460px){.v2642-contrast{grid-template-columns:1fr}}

/* V26.44 — Energy Explorer paired reading */
.sds39-pair-section{
  min-height:calc(100vh - 78px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  scroll-margin-top:78px;
  padding:10px 0 14px;
}
.sds39-pair-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0 0 8px;
  padding:0 2px;
}
.sds39-pair-head>div{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.sds39-pair-head span{font-size:9px;color:#42b9ff;font-weight:900;letter-spacing:.1em}
.sds39-pair-head strong{font-size:15px;color:#fff}
.sds39-pair-head small{font-size:9px;color:#8fa5b7}
.sds39-pair-expand{
  display:inline-flex;align-items:center;gap:6px;
  border:1px solid #27547e;background:#071e34;color:#e8f3fc;
  border-radius:9px;padding:8px 11px;font-size:10px;font-weight:800
}
.sds39-grid-pair{
  flex:1;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:stretch;
}
.sds39-grid-pair>.sds39-panel{
  height:100%;
  min-height:0;
}
#pair-observer .sds39-grid-pair>.sds39-panel{min-height:430px}
#pair-explorer .sds39-grid-pair>.sds39-panel{min-height:420px}
#pair-observer #x-regional-map{height:310px}
#pair-observer #x-national-chart{height:250px}
#pair-explorer #x-network-map{height:335px}
#pair-explorer .sds39-profile-empty,
#pair-explorer .sds39-profile-active{min-height:315px}

/* Fullscreen applies to the complementary pair, not to only one visual. */
.sds39-pair-expanded{
  position:fixed!important;
  inset:0!important;
  z-index:2900!important;
  width:100vw!important;
  height:100vh!important;
  max-width:none!important;
  min-height:100vh!important;
  padding:18px 22px!important;
  background:#041527!important;
  overflow:auto!important;
  justify-content:flex-start!important;
}
.sds39-pair-expanded .sds39-grid-pair{min-height:calc(100vh - 80px)}
.sds39-pair-expanded .sds39-grid-pair>.sds39-panel{min-height:calc(100vh - 90px)}
.sds39-pair-expanded #x-regional-map{height:calc(100vh - 250px)!important}
.sds39-pair-expanded #x-national-chart{height:calc(100vh - 315px)!important}
.sds39-pair-expanded #x-network-map{height:calc(100vh - 180px)!important}
.sds39-pair-expanded .sds39-profile-empty,
.sds39-pair-expanded .sds39-profile-active{min-height:calc(100vh - 180px)!important}

@media(max-width:1050px){
  .sds39-pair-section{min-height:auto}
  .sds39-grid-pair{grid-template-columns:1fr}
  .sds39-pair-head{align-items:flex-start}
  .sds39-pair-expanded .sds39-grid-pair{grid-template-columns:1fr;min-height:auto}
  .sds39-pair-expanded .sds39-grid-pair>.sds39-panel{min-height:520px}
}
@media(max-width:680px){
  .sds39-pair-head{align-items:flex-start;flex-direction:column}
  .sds39-pair-head>div{display:block}
  .sds39-pair-head strong,.sds39-pair-head small{display:block;margin-top:3px}
  .sds39-pair-expand{width:100%;justify-content:center}
}

/* V26.46 — Energy Explorer paired layout correction
   Pairs remain visually identical to the validated 2x2 dashboard.
   Fullscreen only changes the wrapper when requested. */
.sds39-pair-section{
  position:relative!important;
  min-height:0!important;
  display:block!important;
  padding:0!important;
  margin:0 0 12px!important;
}
.sds39-grid-pair{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:12px!important;
  align-items:stretch!important;
}
.sds39-grid-pair>.sds39-panel{
  height:auto!important;
  min-height:0!important;
}
#pair-observer #x-regional-map,
#pair-observer #x-national-chart,
#pair-explorer #x-network-map{
  height:auto;
}
.sds39-pair-float{
  position:absolute!important;
  right:8px!important;
  top:8px!important;
  z-index:30!important;
  width:36px!important;
  height:36px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border-radius:9px!important;
  background:#071e34!important;
  border:1px solid #27547e!important;
  color:#e8f3fc!important;
  font-size:14px!important;
}
.sds39-pair-expanded{
  position:fixed!important;
  inset:0!important;
  z-index:2900!important;
  width:100vw!important;
  height:100vh!important;
  min-height:100vh!important;
  padding:16px!important;
  margin:0!important;
  background:#041527!important;
  overflow:auto!important;
}
.sds39-pair-expanded .sds39-grid-pair{
  height:calc(100vh - 32px)!important;
}
.sds39-pair-expanded .sds39-grid-pair>.sds39-panel{
  min-height:calc(100vh - 32px)!important;
  height:100%!important;
  overflow:auto!important;
}
.sds39-pair-expanded #x-regional-map{height:calc(100vh - 260px)!important}
.sds39-pair-expanded #x-national-chart{height:calc(100vh - 330px)!important}
.sds39-pair-expanded #x-network-map{height:calc(100vh - 245px)!important}

@media(max-width:1050px){
  .sds39-grid-pair{grid-template-columns:1fr!important}
  .sds39-pair-expanded .sds39-grid-pair{
    height:auto!important;
    grid-template-columns:1fr!important;
  }
  .sds39-pair-expanded .sds39-grid-pair>.sds39-panel{
    min-height:520px!important;
  }
}

/* V26.47 — native fullscreen always preserves the connected pair. */
.sds39-pair-section:fullscreen{
  width:100vw!important;height:100vh!important;max-width:none!important;
  padding:16px!important;margin:0!important;background:#041527!important;
  overflow:auto!important;color:#eef7ff!important;
}
.sds39-pair-section:fullscreen .sds39-grid-pair{height:calc(100vh - 32px)!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
.sds39-pair-section:fullscreen .sds39-grid-pair>.sds39-panel{height:100%!important;min-height:calc(100vh - 32px)!important;overflow:auto!important}
.sds39-pair-section:fullscreen #x-regional-map{height:calc(100vh - 260px)!important}
.sds39-pair-section:fullscreen #x-national-chart{height:calc(100vh - 330px)!important}
.sds39-pair-section:fullscreen #x-network-map{height:calc(100vh - 245px)!important}
.sds39-pair-section:fullscreen .sds39-profile-empty,.sds39-pair-section:fullscreen .sds39-profile-active{min-height:calc(100vh - 170px)!important}
.sds39-pair-section:fullscreen .sds39-expand,.sds39-pair-expanded .sds39-expand{position:sticky;top:0;z-index:10;background:#164d7a}
@media(max-width:759px){.sds39-pair-section:fullscreen .sds39-grid-pair{height:auto!important;grid-template-columns:1fr!important}.sds39-pair-section:fullscreen .sds39-grid-pair>.sds39-panel{height:auto!important;min-height:520px!important}}

/* V26.48 — keep the Leaflet canvas visible in normal and paired layouts. */
#pair-explorer #x-network-map{display:block!important;width:100%!important;height:335px!important;min-height:335px!important}
.sds39-pair-expanded #x-network-map,.sds39-pair-section:fullscreen #x-network-map{height:calc(100vh - 245px)!important;min-height:360px!important}
@media(max-width:1050px){#pair-explorer #x-network-map{height:420px!important;min-height:360px!important}.sds39-pair-expanded #x-network-map,.sds39-pair-section:fullscreen #x-network-map{height:520px!important}}
@media(max-width:680px){#pair-explorer #x-network-map{height:360px!important;min-height:320px!important}}

/* SolDataSynth 26.50 — clear services and distinct interactive tools. */
.sds-solution-proof:hover,.sds-tool-card>a:hover{text-decoration:underline}
.sds-solution-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem;margin:1.4rem 0}
.sds-solution-details strong{display:block;margin-bottom:.35rem;color:#0b2f57;font-size:.76rem;font-weight:800}
.sds-solution-details p{margin:0;color:#53697d;font-size:.85rem;line-height:1.65}
.sds-solution-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.sds-solution-proof{color:#1765b8;font-size:.78rem;font-weight:750;text-decoration:none}
.sds-tools-section{padding:clamp(3.8rem,7vw,6rem) 0;background:#f6f9fb}
.sds-tools-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}
.sds-tools-heading h2{margin:0;color:#0b2f57;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;letter-spacing:-.045em}
.sds-tools-heading>p{max-width:440px;margin:0;color:#53697d;line-height:1.7}
.sds-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem}
.sds-tool-card{display:flex;flex-direction:column;min-height:275px;padding:1.8rem;border:1px solid #dbe5ec;border-radius:1rem;background:#fff}
.sds-tool-category{margin-bottom:1rem;color:#2868a9;font-size:.68rem;font-weight:800;letter-spacing:.085em}
.sds-tool-card h3{margin:0 0 .75rem;color:#0b2f57;font-size:1.35rem;line-height:1.28}
.sds-tool-card>p{margin:0 0 1rem;color:#53697d;font-size:.94rem;line-height:1.7}
.sds-tool-card>small{margin-top:auto;color:#5d724f;font-size:.76rem;line-height:1.5}
.sds-tool-card>a{align-self:flex-start;margin-top:1rem;color:#0b2f57;font-size:.84rem;font-weight:750;text-decoration:none}
.sds-assessment-note{margin-top:1.6rem;padding:1.35rem 1.5rem;border-left:3px solid #4e8752;border-radius:0 .55rem .55rem 0;background:#f2f7f4;text-align:left}
.sds-assessment-note strong{display:block;margin-bottom:.55rem;color:#0b2f57;font-size:.96rem}
.sds-assessment-note p{margin:0;color:#53697d;font-size:.91rem;line-height:1.78;text-align:justify}
.about14-domain-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.sds-not-found{min-height:58vh;padding:clamp(5rem,9vw,8rem) 0;display:grid;place-items:center;background:#f6f9fb;text-align:center}
.sds-not-found h1{color:#0b2f57;font-size:clamp(2.8rem,7vw,5rem);letter-spacing:-.055em}
.sds-not-found p{max-width:560px;margin:1rem auto 1.7rem;color:#53697d;line-height:1.75}
.sds-not-found-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
.sds-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:991.98px){.sds-tools-heading{align-items:start;flex-direction:column;gap:.8rem}.sds-tools-grid{grid-template-columns:1fr}.sds-tool-card{min-height:0}.sds-solution-details{grid-template-columns:1fr;gap:.8rem}}
@media(max-width:767.98px){.about14-domain-grid{grid-template-columns:1fr}}
.sds39-period-note{margin:6px 0 10px;padding:7px 10px;border-left:3px solid #ffcf4a;background:rgba(255,207,74,.08);color:#c9d9e6;font-size:10px;line-height:1.5;border-radius:0 6px 6px 0}
