/*
 * AMDT - Congres Tiznit
 * All rules are scoped under #amdt-congres to avoid colliding with Elementor,
 * Hello Elementor, Fluent Forms or any other plugin/theme on this WordPress site.
 * The only two exceptions are the two html{} rules below, which control page-wide
 * anchor-scroll behavior and cannot be meaningfully scoped to a subtree; they are
 * harmless outside this page.
 * Source of truth: apercu-design.html (5th iteration). Hero background photos are
 * placeholder gradients pending real photography (see project decision #26).
 */
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
#amdt-congres{
  /* 2026-09-18 Global color-palette unification: values sampled directly
     from the Programme Scientifique section (the approved color source of
     truth) -- see .cndt-programme's own --pc-* tokens below. Mapping:
     --navy (pc-navy2), --blue (Programme's own readable medium-blue,
     sampled from .pt-time-pill/.pt-soft-time text, not the brighter
     --pc-cyan which fails text contrast against white), --gold/--gold-soft
     (pc-cyan/pc-cyan2 -- despite the name, this token was already
     functioning as a secondary blue accent, never literal gold; the site's
     one real gold micro-accent is the separate #C9A227 eyebrow-tick color,
     also updated below to pc-gold), --bg/--sky/--line/--ink/--muted
     (pc-tint2/pc-tint/pc-line/pc-ink/pc-muted). Only hex values changed;
     no selector, layout or usage was touched. */
  --navy:#0D2247; --blue:#0F4F8A; --gold:#35C6E0; --gold-soft:#4FD3E8;
  --bg:#F6FBFD; --sky:#E8F4FB; --ink:#0C1C38; --muted:#3A5478; --line:#E3ECF7;
  --r:10px;
  --sh:0 1px 2px rgba(23,37,84,.05),0 8px 24px rgba(23,37,84,.06);
  --sh-lg:0 2px 4px rgba(23,37,84,.06),0 18px 44px rgba(23,37,84,.12);
  --ease:cubic-bezier(.22,.61,.36,1);
  --hero-d:url("https://cndt.it.com/wp-content/uploads/2026/08/amdt-hero-desktop-v2.png");
  --hero-t:url("https://cndt.it.com/wp-content/uploads/2026/08/amdt-hero-tablet-v2.png");
  --hero-m:url("https://cndt.it.com/wp-content/uploads/2026/08/amdt-hero-mobile-v2.png");
}#amdt-congres *{box-sizing:border-box}#amdt-congres body{margin:0;background-color:#fff;background-image:radial-gradient(1100px 780px at 88% -10%,rgba(37,99,235,.14),transparent 62%),radial-gradient(820px 680px at -12% 18%,rgba(59,130,246,.16),transparent 64%),radial-gradient(700px 560px at 100% 82%,rgba(23,37,84,.09),transparent 62%),radial-gradient(rgba(23,37,84,.08) 1.2px,transparent 1.8px);background-size:auto,auto,auto,36px 36px;background-position:0 0,0 0,0 0,0 0;background-repeat:no-repeat,no-repeat,no-repeat,repeat;background-attachment:fixed,fixed,fixed,fixed;color:var(--ink);font-family:Inter,-apple-system,Segoe UI,sans-serif;font-size:17px;line-height:1.72;overflow-x:clip}#amdt-congres h1,#amdt-congres h2,#amdt-congres h3,#amdt-congres h4,#amdt-congres h5,#amdt-congres h6{font-family:Montserrat,sans-serif;margin:0;color:var(--navy)}#amdt-congres h1{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.1;letter-spacing:-.02em}#amdt-congres h2{font-size:clamp(27px,3.4vw,40px);font-weight:700;line-height:1.18;letter-spacing:-.01em}#amdt-congres h3{font-size:20px;font-weight:700;line-height:1.3}#amdt-congres p{margin:0 0 1em}#amdt-congres a{color:inherit;text-decoration:none}#amdt-congres img{max-width:100%;display:block}#amdt-congres ul{margin:0;padding:0;list-style:none}#amdt-congres .wrap{width:min(1240px,calc(100% - 44px));margin-inline:auto}#amdt-congres .sec{padding:clamp(60px,7vw,104px) 0}#amdt-congres .eyebrow{display:inline-block;font-family:Montserrat;font-size:12px;font-weight:600;letter-spacing:.20em;text-transform:uppercase;color:var(--blue);margin-bottom:14px}#amdt-congres .eyebrow::before{content:"";display:inline-block;width:26px;height:2px;background:#C9A227;vertical-align:middle;margin-right:12px;transform:translateY(-1px)}#amdt-congres .eyebrow.light{color:#fff}#amdt-congres .rule::after{content:"";display:block;width:64px;height:3px;margin-top:18px;background:linear-gradient(90deg,var(--gold),var(--gold-soft))}#amdt-congres .rule.c::after{margin-inline:auto}#amdt-congres .lead{color:var(--muted);font-size:18px}#amdt-congres .center{text-align:center}#amdt-congres .mx{max-width:740px;margin-inline:auto}#amdt-congres .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:Montserrat;font-size:15px;font-weight:700;letter-spacing:.04em;padding:18px 38px;border-radius:4px;border:1.5px solid transparent;cursor:pointer;transition:.28s var(--ease)}#amdt-congres .btn-gold{background:#0F4F8A;color:#fff}#amdt-congres .btn-gold:hover{background:var(--navy);color:#fff}#amdt-congres .btn-out{border-color:var(--navy);color:var(--navy)}#amdt-congres .btn-out:hover{background:var(--navy);color:#fff}#amdt-congres .btn-out-l{border-color:rgba(255,255,255,.6);color:#fff}#amdt-congres .btn-out-l:hover{background:#fff;color:var(--navy)}#amdt-congres .note{background:var(--navy);color:#fff;font-size:13px;padding:11px 20px;text-align:center;letter-spacing:.02em}#amdt-congres .note b{color:#fff}#amdt-congres .hdr{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);transition:.28s var(--ease)}#amdt-congres .hdr .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;transition:.28s var(--ease)}#amdt-congres .hdr.small .wrap{padding:8px 0}#amdt-congres .logo{font-family:Montserrat;font-weight:800;font-size:16.5px;letter-spacing:.01em;line-height:1.15}#amdt-congres .logo span{display:block;font-size:9px;font-weight:600;letter-spacing:.18em;color:var(--gold);margin-top:2px}#amdt-congres .nav{display:flex;gap:17px}#amdt-congres .nav a{font-size:14.5px;font-weight:500;padding:4px 0;white-space:nowrap}#amdt-congres .nav a::after{content:"";display:block;height:2px;width:0;margin-top:5px;background:var(--gold);transition:width .25s var(--ease)}#amdt-congres .nav a:hover::after{width:100%}#amdt-congres .hdr .btn{padding:12px 24px;font-size:14px;white-space:nowrap}#amdt-congres .burger{display:none;width:44px;height:44px;border:0;background:none;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;align-items:center}#amdt-congres .burger i{display:block;width:24px;height:2px;background:var(--navy)}#amdt-congres .burger i{transition:.25s var(--ease)}@media (max-width:1024px){#amdt-congres .hdr.nav-open .wrap{flex-wrap:wrap}#amdt-congres .hdr .logo{order:1}#amdt-congres .hdr .burger{order:2}#amdt-congres .hdr.nav-open .nav{display:flex;flex-direction:column;flex:0 0 100%;order:3;gap:2px;padding-top:14px;margin-top:14px;border-top:1px solid var(--line)}#amdt-congres .hdr.nav-open .nav a{padding:13px 2px;border-bottom:1px solid var(--line);font-size:15.5px}#amdt-congres .hdr.nav-open .nav a:last-child{border-bottom:0}#amdt-congres .hdr.nav-open .btn{display:inline-flex;flex:0 0 100%;order:4;margin:14px 0 4px}#amdt-congres .hdr.nav-open .burger i:nth-child(1){transform:translateY(7px) rotate(45deg)}#amdt-congres .hdr.nav-open .burger i:nth-child(2){opacity:0}#amdt-congres .hdr.nav-open .burger i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}#amdt-congres .hero{position:relative;min-height:86vh;display:flex;align-items:center;background-image:var(--hero-d);background-size:cover;background-position:center right;padding:110px 0 90px}#amdt-congres .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(239,246,255,.97) 0%,rgba(239,246,255,.9) 30%,rgba(239,246,255,.45) 52%,rgba(239,246,255,0) 70%)}#amdt-congres .hero .wrap{position:relative;z-index:1}#amdt-congres .hero-in{max-width:640px}#amdt-congres .hero p.lead{color:rgba(22,32,46,.86);max-width:560px;background:rgba(255,255,255,.55);-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(255,255,255,.65);border-radius:12px;padding:18px 20px;box-shadow:var(--sh)}#amdt-congres .hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px}#amdt-congres .strip{display:flex;flex-wrap:wrap;width:fit-content;margin-top:32px;padding:14px 22px;background:rgba(255,255,255,.72);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.9);border-left:3px solid var(--gold);border-radius:4px;box-shadow:var(--sh)}#amdt-congres .strip span{font-size:14px;font-weight:600;letter-spacing:.04em;color:var(--navy);padding:0 18px;border-left:1px solid var(--line);white-space:nowrap}#amdt-congres .strip span:first-child{border-left:0;padding-left:4px}#amdt-congres .grid{display:grid;gap:24px}#amdt-congres .g2{grid-template-columns:repeat(2,1fr)}#amdt-congres .g3{grid-template-columns:repeat(3,1fr)}#amdt-congres .g4{grid-template-columns:1fr}#amdt-congres .g5{grid-template-columns:1fr}#amdt-congres .split{display:grid;grid-template-columns:53% 1fr;gap:56px;align-items:center}#amdt-congres .split.rev{grid-template-columns:1fr 53%}#amdt-congres .split>*{min-width:0}#amdt-congres .card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh);padding:32px;transition:.3s var(--ease)}#amdt-congres .card::before{content:"";position:absolute;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--gold),var(--gold-soft));transition:width .35s var(--ease)}#amdt-congres .card:hover{transform:translateY(-5px);box-shadow:var(--sh-lg)}#amdt-congres .card:hover::before{width:100%}#amdt-congres .card p{margin:8px 0 0;font-size:14.5px;color:var(--muted)}#amdt-congres .card .who{margin-top:10px;font-size:13px;font-weight:600;color:var(--blue)}#amdt-congres .ico{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:8px;background:var(--sky);color:var(--blue);margin-bottom:16px;transition:.3s var(--ease)}#amdt-congres .card:hover .ico{background:var(--navy);color:var(--gold)}#amdt-congres .ico svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}#amdt-congres .arc{position:relative;overflow:hidden;z-index:0}#amdt-congres .photo{border-radius:var(--r);box-shadow:var(--sh-lg);aspect-ratio:1/1.05;object-fit:cover;width:100%;background:var(--sky)}#amdt-congres .adv{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:34px}#amdt-congres .adv h3{font-size:17px}#amdt-congres .adv p{font-size:14.5px;color:var(--muted);margin:6px 0 0}#amdt-congres .adv .k{display:flex;gap:12px;align-items:flex-start}#amdt-congres .adv .k svg{width:22px;height:22px;flex:0 0 auto;margin-top:4px;stroke:var(--blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}#amdt-congres .dark{position:relative;background:var(--navy);color:#fff;overflow:hidden}#amdt-congres .dark h2,#amdt-congres .dark h3{color:#fff}#amdt-congres .dark p{color:rgba(255,255,255,.74)}#amdt-congres .dark::before{content:"";position:absolute;top:0;right:0;width:230px;height:230px;background-image:radial-gradient(rgba(255,255,255,.16) 1.4px,transparent 1.4px);background-size:14px 14px}#amdt-congres .dark .wrap{position:relative;z-index:1}#amdt-congres .benefit{border-left:2px solid rgba(255,255,255,.16);padding-left:22px;transition:border-color .3s var(--ease)}#amdt-congres .benefit:hover{border-left-color:var(--gold)}#amdt-congres .benefit h3{font-size:18px}#amdt-congres .benefit p{font-size:15px;margin:8px 0 0}#amdt-congres .day{max-width:920px;margin:0 auto 60px}#amdt-congres .day:last-child{margin-bottom:0}#amdt-congres .day-head{display:flex;align-items:center;gap:16px;margin-bottom:30px}#amdt-congres .day-head b{font-family:Montserrat;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;background:var(--navy);padding:9px 18px;border-radius:4px;white-space:nowrap}#amdt-congres .day-head::after{content:"";flex:1;height:1px;background:var(--line)}#amdt-congres .subhead{font-family:Montserrat;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin:26px 0 16px}#amdt-congres .subhead:first-of-type{margin-top:0}#amdt-congres .wshop{font-size:13px;color:var(--muted);margin:-10px 0 18px}#amdt-congres .tl{position:relative;display:grid;gap:26px}#amdt-congres .tl::before{content:"";position:absolute;left:11px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,var(--gold) 0,var(--line) 22%,var(--line) 100%)}#amdt-congres .tl-i{position:relative;padding-left:44px}#amdt-congres .tl-i::before{content:"";position:absolute;left:4px;top:5px;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #C9A227;transition:.3s var(--ease)}#amdt-congres .tl-i:hover::before{border-color:#C9A227;box-shadow:0 0 0 5px rgba(201,162,39,.16)}#amdt-congres .tl-t{font-family:Montserrat;font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--gold)}#amdt-congres .tl-i h3{margin:3px 0 3px;font-size:17px}#amdt-congres .tl-i p{font-size:14px;color:var(--muted);margin:0}#amdt-congres .speakers{margin-top:52px}#amdt-congres .committee{display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:44px}#amdt-congres .committee-top{width:100%;max-width:280px}#amdt-congres .committee-second{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;width:100%}#amdt-congres .committee-second .speaker{max-width:280px;flex:1 1 240px}#amdt-congres .speaker{text-align:center}#amdt-congres .speaker-photo{width:96px;height:96px;margin:0 auto 14px;border-radius:50%;background:linear-gradient(135deg,var(--sky),var(--line));border:4px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:Montserrat;font-weight:700;color:var(--blue);font-size:22px}#amdt-congres .committee .speaker-photo{width:120px;height:120px;font-size:26px}#amdt-congres .speaker h3{font-size:15.5px;margin-bottom:4px}#amdt-congres .speaker .role{font-size:12.5px;color:var(--gold);font-weight:700;letter-spacing:.05em;text-transform:uppercase}#amdt-congres .speaker .fn{font-size:13px;color:var(--muted)}#amdt-congres .grid-speakers{display:grid;grid-template-columns:repeat(5,1fr);gap:30px 22px}#amdt-congres .calc{max-width:560px;margin:52px auto 0;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh-lg);padding:clamp(26px,4vw,42px)}#amdt-congres .calc-group{margin-bottom:26px}#amdt-congres .calc-group:last-of-type{margin-bottom:20px}#amdt-congres .calc-label{font-family:Montserrat;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--navy);margin:0 0 13px}#amdt-congres .calc-opt{display:flex;align-items:center;gap:13px;padding:14px 17px;margin-bottom:9px;border:1px solid var(--line);border-radius:7px;cursor:pointer;transition:.2s var(--ease)}#amdt-congres .calc-opt:hover{border-color:var(--blue)}#amdt-congres .calc-opt input{width:19px;height:19px;accent-color:var(--navy);flex:0 0 auto}#amdt-congres .calc-opt span{flex:1;font-size:14.5px}#amdt-congres .calc-opt b{font-family:Montserrat;font-weight:700;font-size:13.5px;color:var(--blue);white-space:nowrap}#amdt-congres .calc-opt.on{border-color:var(--gold);background:var(--sky)}#amdt-congres .calc-opt.on b{color:var(--navy)}#amdt-congres .calc-note{font-size:13px;color:var(--muted);margin:-8px 0 24px}#amdt-congres .calc-total{display:flex;align-items:center;justify-content:space-between;padding:19px 21px;margin-bottom:20px;background:var(--navy);border-radius:7px;color:#fff}#amdt-congres .calc-total span{font-family:Montserrat;font-size:11.5px;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.68)}#amdt-congres .calc-total strong{font-family:Montserrat;font-weight:800;font-size:30px;color:#fff}#amdt-congres .calc-total strong i{font-style:normal;font-size:.5em;font-weight:600;margin-left:5px;color:rgba(255,255,255,.68)}#amdt-congres .calc .btn{width:100%}#amdt-congres [hidden]{display:none!important}#amdt-congres .hotel{max-width:460px;margin:44px auto 0;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh);padding:36px;text-align:center}#amdt-congres .hotel-rates{margin:22px 0}#amdt-congres .hotel-rates li{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:15px}#amdt-congres .hotel-rates li:last-child{border-bottom:0}#amdt-congres .hotel-rates li b{font-family:Montserrat;color:var(--navy)}#amdt-congres .hotel-c{font-size:14px;color:var(--muted)}#amdt-congres .expo-track-wrap{
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
}#amdt-congres .expo-track{display:flex;gap:16px;width:max-content;animation:amdt-expo-scroll linear infinite}
@media (hover:hover) and (pointer:fine){#amdt-congres .expo-track-wrap:hover .expo-track{animation-play-state:paused}
}#amdt-congres .expo-item{display:flex;flex-direction:column;align-items:center;gap:10px;flex:0 0 auto;width:132px}#amdt-congres .expo-logo{width:92px;height:92px;border-radius:10px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;box-shadow:var(--sh);overflow:hidden}#amdt-congres .expo-logo img{max-width:72%;max-height:72%;object-fit:contain;filter:grayscale(100%);opacity:.78;transition:.25s var(--ease)}#amdt-congres .expo-logo b{font-family:Montserrat;font-weight:700;font-size:15px;color:var(--muted)}#amdt-congres .expo-item:hover .expo-logo img{filter:none;opacity:1}#amdt-congres .expo-name{font-size:12.5px;font-weight:600;color:var(--muted);text-align:center;line-height:1.3}

@keyframes amdt-expo-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

@media (prefers-reduced-motion:reduce){#amdt-congres .expo-track{animation:none}#amdt-congres .expo-track-wrap{overflow-x:auto}
}
@media (max-width:767px){#amdt-congres .expo-logo{width:76px;height:76px}#amdt-congres .expo-item{width:108px}
}#amdt-congres .formbox{max-width:860px;margin:52px auto 0;background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--sh);padding:clamp(24px,4vw,48px)}#amdt-congres .selplan{display:block;margin:0 0 26px;padding:18px 22px;background:var(--sky);border-left:3px solid var(--blue);border-radius:6px;color:var(--navy);font-size:15px}#amdt-congres .selplan.on{background:var(--navy);border-left-color:var(--gold);color:#fff}#amdt-congres .selplan strong{color:var(--blue)}#amdt-congres .selplan.on strong{color:#fff}#amdt-congres .selplan-title{font-family:Montserrat,sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:inherit;opacity:.7;margin:0 0 14px}#amdt-congres .selplan-row{display:flex;justify-content:space-between;align-items:baseline;gap:14px;padding:7px 0;border-bottom:1px solid rgba(23,37,84,.1)}#amdt-congres .selplan.on .selplan-row{border-bottom-color:rgba(255,255,255,.14)}#amdt-congres .selplan-row:last-child{border-bottom:0;padding-bottom:0}#amdt-congres .selplan-row span{font-family:Montserrat,sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:inherit;opacity:.65}#amdt-congres .selplan-row strong{font-family:Montserrat,sans-serif;font-size:14.5px;text-align:right}#amdt-congres .selplan-total strong{font-size:19px;font-weight:800}#amdt-congres .selplan-row[hidden]{display:none}#amdt-congres .selplan-refs{padding:14px 0 4px}#amdt-congres .selplan-refs[hidden]{display:none}#amdt-congres .selplan-refs-label{display:block;font-family:Montserrat,sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:inherit;opacity:.65;margin-bottom:10px}#amdt-congres .selplan-refs-boxes{display:flex;flex-wrap:wrap;gap:10px}#amdt-congres .selplan-ref-box{display:inline-flex;align-items:center;justify-content:center;min-width:60px;padding:9px 14px;background:#fff;border:1.5px solid var(--gold);border-radius:6px;font-family:Montserrat,sans-serif;font-weight:800;font-size:14px;letter-spacing:.03em;color:var(--navy);text-align:center;white-space:nowrap}#amdt-congres .selplan.on .selplan-ref-box{background:rgba(255,255,255,.06);color:#fff}@media (max-width:767px){#amdt-congres .selplan-refs-boxes{gap:8px}#amdt-congres .selplan-ref-box{min-width:52px;padding:8px 12px;font-size:13px}}#amdt-congres .step{display:flex;align-items:center;gap:14px;margin:34px 0 18px;font-family:Montserrat;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--navy)}#amdt-congres .step:first-of-type{margin-top:0}#amdt-congres .step::after{content:"";flex:1;height:1px;background:var(--line)}#amdt-congres .step i{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--navy);color:#fff;font-size:12px;font-style:normal;flex:0 0 auto}#amdt-congres .fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}#amdt-congres .f{display:flex;flex-direction:column;gap:8px}#amdt-congres .f.full{grid-column:1/-1}#amdt-congres .f label{font-size:14px;font-weight:600;color:var(--navy)}#amdt-congres .f input,#amdt-congres .f select,#amdt-congres .f textarea{min-height:52px;padding:14px 16px;font:inherit;font-size:16px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:6px;transition:.2s var(--ease);width:100%}#amdt-congres .f textarea{min-height:120px;resize:vertical}#amdt-congres .f input:focus,#amdt-congres .f select:focus,#amdt-congres .f textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.16)}#amdt-congres .consent{display:flex;gap:12px;align-items:flex-start;padding:16px;background:var(--bg);border:1px solid var(--line);border-radius:6px;margin-top:6px}#amdt-congres .consent input{width:22px;height:22px;margin-top:2px;accent-color:var(--blue);flex:0 0 auto;min-height:0}#amdt-congres .consent label{font-size:14px;line-height:1.6;color:var(--muted);font-weight:400}#amdt-congres .consent a{color:var(--blue);text-decoration:underline}#amdt-congres .formbox .btn{width:100%;margin-top:26px;min-height:56px}#amdt-congres .rib{font-size:13px;color:var(--muted);background:var(--bg);border:1px dashed var(--line);border-radius:6px;padding:14px 16px;margin-top:10px}#amdt-congres .rib b{color:var(--navy);font-family:Montserrat}#amdt-congres .faq{max-width:860px;margin-inline:auto;display:grid;gap:12px}#amdt-congres details{border:1px solid var(--line);border-radius:6px;background:#fff}#amdt-congres summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;font-family:Montserrat;font-weight:600;font-size:16.5px;color:var(--navy)}#amdt-congres summary::-webkit-details-marker{display:none}#amdt-congres summary::after{content:"+";font-size:24px;font-weight:600;color:var(--gold);line-height:1}#amdt-congres details[open] summary::after{content:"–"}#amdt-congres details p{margin:0;padding:0 24px 22px;font-size:15px;color:var(--muted)}#amdt-congres .ctc{display:grid;grid-template-columns:45% 1fr;gap:50px;align-items:center}#amdt-congres .ctc-list{display:grid;gap:18px;margin:30px 0 34px}#amdt-congres .ctc-list li{display:flex;gap:14px;align-items:flex-start}#amdt-congres .ctc-list svg{width:20px;height:20px;flex:0 0 auto;margin-top:4px;stroke:var(--gold);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}#amdt-congres .ctc-list b{display:block;font-family:Montserrat;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600}#amdt-congres .map{aspect-ratio:4/3;border-radius:var(--r);border:1px solid var(--line);background:
  linear-gradient(115deg,var(--sky),#fff 60%),
  repeating-linear-gradient(0deg,transparent 0 38px,var(--line) 38px 39px),
  repeating-linear-gradient(90deg,transparent 0 38px,var(--line) 38px 39px);
  display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:14px;text-align:center}#amdt-congres .cta{position:relative;background:var(--navy);color:#fff;text-align:center;overflow:hidden;padding:96px 0}#amdt-congres .cta::before{content:"";position:absolute;right:-8%;top:-60%;width:46%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(59,130,246,.35);border-right-color:transparent}#amdt-congres .cta h2{color:#fff}#amdt-congres .cta p{color:rgba(255,255,255,.78);max-width:560px;margin-inline:auto}#amdt-congres footer{background:var(--navy);color:rgba(255,255,255,.72);font-size:15px;padding:70px 0 0;border-top:1px solid rgba(255,255,255,.1)}#amdt-congres footer h4{font-family:Montserrat;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff;margin:0 0 20px}#amdt-congres .fgrid{display:grid;grid-template-columns:30% 20% 25% 25%;gap:40px}#amdt-congres footer li{margin-bottom:11px}#amdt-congres footer a:hover{color:#fff}#amdt-congres .soc{display:flex;gap:12px}#amdt-congres .soc a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:6px;transition:.25s var(--ease)}#amdt-congres .soc a:hover{border-color:var(--gold);color:#fff}#amdt-congres .soc svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8}#amdt-congres .fbot{margin-top:56px;border-top:1px solid rgba(255,255,255,.12);padding:22px 0;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:13.5px}#amdt-congres .fbot ul{display:flex;gap:22px}


@media (max-width:1180px){#amdt-congres .nav{gap:12px}#amdt-congres .nav a{font-size:13.5px} }
@media (max-width:1024px){#amdt-congres .nav,#amdt-congres .hdr .btn{display:none}#amdt-congres .burger{display:flex}#amdt-congres .split,#amdt-congres .split.rev,#amdt-congres .ctc{grid-template-columns:1fr;gap:36px}#amdt-congres .g4{grid-template-columns:1fr}#amdt-congres .g5{grid-template-columns:1fr}#amdt-congres .g3{grid-template-columns:repeat(2,1fr)}#amdt-congres .committee{grid-template-columns:1fr}#amdt-congres .grid-speakers{grid-template-columns:repeat(3,1fr)}#amdt-congres .fgrid{grid-template-columns:1fr 1fr;gap:34px}#amdt-congres .hero{background-position:center right -80px}#amdt-congres .hero::before{background:linear-gradient(90deg,rgba(239,246,255,.97) 0%,rgba(239,246,255,.86) 42%,rgba(239,246,255,.3) 66%,rgba(239,246,255,0) 82%)}
}
@media (max-width:767px){#amdt-congres body{font-size:16px}#amdt-congres .hero{min-height:auto;padding:70px 0 56px;background-image:var(--hero-m);background-position:center top;background-size:cover}#amdt-congres .hero::before{background:linear-gradient(180deg,rgba(248,251,254,.95) 0%,rgba(248,251,254,.7) 26%,rgba(248,251,254,.05) 50%,rgba(248,251,254,.55) 82%,rgba(248,251,254,.9) 100%)}#amdt-congres .hero-in{max-width:none}#amdt-congres .hero .strip{width:100%;flex-direction:column;gap:9px;padding:16px 18px}#amdt-congres .hero-btns{flex-direction:column}#amdt-congres .hero-btns .btn{width:100%}#amdt-congres .g4,#amdt-congres .g3,#amdt-congres .g2,#amdt-congres .g5,#amdt-congres .adv,#amdt-congres .fields,#amdt-congres .fgrid{grid-template-columns:1fr}#amdt-congres .grid-speakers{grid-template-columns:repeat(2,1fr)}#amdt-congres .arc::after,#amdt-congres .dark::before{display:none}#amdt-congres .card{padding:26px}#amdt-congres .tl::before{left:8px}#amdt-congres .tl-i{padding-left:32px}#amdt-congres .tl-i::before{width:14px;height:14px;left:2px}#amdt-congres .selplan{flex-direction:column;align-items:flex-start;gap:5px}#amdt-congres .fbot{flex-direction:column;text-align:left}#amdt-congres .fbot ul{flex-wrap:wrap;gap:16px}#amdt-congres .sec{padding:56px 0}#amdt-congres .day-head b{font-size:11px;padding:8px 14px}
}
@media (prefers-reduced-motion:reduce){#amdt-congres *{transition:none!important;animation:none!important}#amdt-congres .card:hover{transform:none}
}#amdt-congres a:focus-visible,#amdt-congres button:focus-visible,#amdt-congres input:focus-visible,#amdt-congres select:focus-visible,#amdt-congres textarea:focus-visible,#amdt-congres summary:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:3px}
@media (max-width:1024px){#amdt-congres .split.rev>div:first-child{order:2}#amdt-congres .split.rev>div:last-child{order:1}}
#amdt-congres .back-to-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--sh-lg);opacity:0;visibility:hidden;transform:translateY(12px);transition:.3s var(--ease);z-index:60}#amdt-congres .back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}#amdt-congres .back-to-top:hover{background:var(--gold);color:var(--navy)}#amdt-congres .back-to-top svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width:767px){#amdt-congres .back-to-top{right:16px;bottom:16px;width:44px;height:44px}}

/* ---- 2026-09-02 speaker photo: img fills existing .speaker-photo circle (targeted addition, nothing above this line changed) ---- */
#amdt-congres .speaker-photo img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}

/* ---- 2026-08-30 hero/layout adjustments (targeted additions, nothing above this line changed) ---- */
#amdt-congres .hero .eyebrow{font-size:clamp(19px,2.6vw,28px);letter-spacing:.03em;line-height:1.3;max-width:600px}
#amdt-congres .hero .eyebrow::before{width:34px;height:3px;margin-right:14px}
#amdt-congres .hero-desc{margin-top:22px;color:rgba(22,32,46,.86);max-width:600px;background:rgba(255,255,255,.55);-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(255,255,255,.65);border-radius:12px;padding:18px 20px;box-shadow:var(--sh)}
#amdt-congres .hero-desc p{margin:0 0 12px}
#amdt-congres .hero-desc p:last-child{margin-bottom:0}
#amdt-congres .theme-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;padding:38px 20px}
#amdt-congres .theme-strip-theme{font-family:Montserrat,sans-serif;font-weight:700;font-size:19px;color:var(--navy)}
#amdt-congres .theme-strip-sep{color:var(--gold);font-size:19px}
#amdt-congres .theme-strip-count{font-family:Montserrat,sans-serif;font-size:15px;color:var(--muted)}
#amdt-congres .price-display{cursor:default}
#amdt-congres .price-display:hover{border-color:var(--line)}

/* ---- 2026-08-30 presentation photo carousel (targeted addition) ---- */
#amdt-congres .photo-carousel{position:relative;overflow:hidden;border-radius:var(--r);box-shadow:var(--sh-lg)}
#amdt-congres .photo-carousel-track{display:flex;transition:transform .5s var(--ease)}
#amdt-congres .photo-carousel-slide{flex:0 0 100%;min-width:100%}
#amdt-congres .photo-carousel-slide .photo{box-shadow:none;border-radius:0;display:block}
#amdt-congres .photo-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:none;background:rgba(255,255,255,.85);color:var(--navy);font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--sh);padding:0}
#amdt-congres .photo-carousel-prev{left:12px}
#amdt-congres .photo-carousel-next{right:12px}
#amdt-congres .photo-carousel-arrow:hover{background:#fff}
#amdt-congres .photo-carousel-dots{position:absolute;bottom:14px;left:0;right:0;display:flex;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}
#amdt-congres .photo-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.6);padding:0;cursor:pointer}
#amdt-congres .photo-carousel-dot.on{background:#fff;width:22px;border-radius:4px;transition:width .25s var(--ease)}

/* ---- 2026-08-30 hebergement carousel: larger photos on desktop (targeted addition) ---- */
@media (min-width:1025px){
#amdt-congres .hotel{max-width:700px}
}

/* ---- 2026-08-30 map popup (targeted addition) ---- */
#amdt-congres .amdt-map-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}
#amdt-congres .amdt-map-modal-backdrop{position:absolute;inset:0;background:rgba(10,15,30,.55);backdrop-filter:blur(2px)}
#amdt-congres .amdt-map-modal-box{position:relative;background:#fff;border-radius:var(--r);box-shadow:var(--sh-lg);padding:20px;width:min(680px,100%);max-height:90vh;overflow:auto}
#amdt-congres .amdt-map-modal-frame{aspect-ratio:4/3;border-radius:8px;overflow:hidden}
#amdt-congres .amdt-map-modal-close{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:20px;line-height:1;cursor:pointer;color:var(--navy)}
#amdt-congres .amdt-map-modal-close:hover{background:var(--bg)}
#amdt-congres .amdt-map-modal[hidden]{display:none}

/* ---- 2026-08-30 hero map trigger (targeted addition) ---- */
#amdt-congres .amdt-map-trigger{background:none;border:0;padding:0;margin:0;font:inherit;font-weight:inherit;letter-spacing:inherit;color:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
#amdt-congres .amdt-map-trigger:hover{color:var(--blue)}

/* ---- 2026-08-31 dedicated tablet/mobile hero artwork (targeted addition) ---- */
@media (min-width:768px) and (max-width:1024px){
#amdt-congres .hero{background-image:var(--hero-t);min-height:calc(100vw * 1086 / 1448)}
}
@media (max-width:767px){
#amdt-congres .hero{min-height:0;align-items:flex-start;padding:0 0 40px;background-image:none}
#amdt-congres .hero .wrap{padding-top:calc(100vw * 1672 / 940 * .5)}
#amdt-congres .hero::before{top:0;left:0;right:0;bottom:auto;height:calc(100vw * 1672 / 940);background-image:linear-gradient(180deg,transparent 0%,transparent 46%,rgba(239,246,255,.8) 51%,rgba(239,246,255,.97) 60%,rgba(239,246,255,.99) 100%),var(--hero-m);background-size:100% 100%,cover;background-position:center top,center top}
}

#amdt-congres .ref-pill{display:inline-flex;align-items:center;justify-content:center;min-width:26px;padding:2px 8px;background:#fff;border:1.5px solid var(--blue);border-radius:5px;font-family:Montserrat,sans-serif;font-weight:800;font-size:11px;letter-spacing:.02em;color:var(--blue);white-space:nowrap}#amdt-congres .ref-divider{display:block;width:56px;height:1px;background:var(--line);margin:9px 0 12px;border:0}

/* ---- 2026-09-16 (rev.3) Programme section refinement — tighter fidelity to
   the Claude Design reference (scale, PDF CTA, vertical accent bar, dotted
   hero texture). Targeted addition, scoped entirely under .cndt-programme,
   nothing above this line changed. Replaces the rev.2 block from earlier
   today in full. ---- */
#amdt-congres .cndt-programme{
  --pc-navy1:#0a1830; --pc-navy2:#0d2247; --pc-navy3:#102a57;
  --pc-cyan:#35c6e0; --pc-cyan2:#4fd3e8; --pc-gold:#c9a227;
  --pc-ink:#0c1c38; --pc-muted:#3a5478; --pc-slate:#6b83a6;
  --pc-line:#e3ecf7; --pc-tint:#e8f4fb; --pc-tint2:#f6fbfd;
}
#amdt-congres .cndt-programme .pc-mono{font-family:'IBM Plex Mono',monospace}
#amdt-congres .cndt-programme .pc-editorial{font-family:'Playfair Display',Georgia,serif;font-style:italic;font-weight:400}

#amdt-congres .cndt-programme .prog-wrap{width:min(1440px,calc(100% - 48px));margin-inline:auto}

#amdt-congres .cndt-programme .prog-hero{position:relative;overflow:hidden;border-radius:20px;box-shadow:var(--sh-lg);margin-bottom:clamp(30px,4vw,40px);color:#fff;background:linear-gradient(160deg,var(--pc-navy1) 0%,var(--pc-navy2) 52%,var(--pc-navy3) 100%)}
#amdt-congres .cndt-programme .prog-hero-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.055) 1px,transparent 1px);background-size:26px 26px;opacity:.7}
#amdt-congres .cndt-programme .prog-hero-circle-1{position:absolute;top:-140px;right:-120px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle at 40% 40%,rgba(53,198,224,.20),rgba(53,198,224,0) 62%)}
#amdt-congres .cndt-programme .prog-hero-circle-2{position:absolute;top:60px;right:120px;width:520px;height:520px;border:1px solid rgba(120,180,230,.16);border-radius:50%}
#amdt-congres .cndt-programme .prog-hero-circle-3{position:absolute;top:150px;right:230px;width:340px;height:340px;border:1px solid rgba(53,198,224,.14);border-radius:50%}
#amdt-congres .cndt-programme .prog-hero-inner{position:relative;padding:66px 64px 0}
#amdt-congres .cndt-programme .prog-hero-eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:26px}
#amdt-congres .cndt-programme .prog-hero-eyebrow i{display:block;width:3px;height:15px;background:var(--pc-cyan)}
#amdt-congres .cndt-programme .prog-hero-eyebrow span{font-family:Montserrat;font-size:11.5px;font-weight:600;letter-spacing:.28em;color:#9dc6e8}
#amdt-congres .cndt-programme .prog-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);gap:64px;align-items:end}
#amdt-congres .cndt-programme .prog-hero-h1{margin:0;font-family:Montserrat;font-size:86px;line-height:.96;font-weight:800;letter-spacing:-.035em;color:#fff}
#amdt-congres .cndt-programme .prog-hero-sub{margin:10px 0 0;font-size:76px;line-height:1.02;letter-spacing:-.01em;color:var(--pc-cyan2)}
#amdt-congres .cndt-programme .prog-hero-desc{margin:30px 0 0;max-width:560px;font-size:16.5px;line-height:1.65;font-weight:300;color:#c2d6ec}
#amdt-congres .cndt-programme .prog-hero-stats{margin-top:30px;display:flex;gap:44px;flex-wrap:wrap}
#amdt-congres .cndt-programme .prog-hero-stats>div{display:flex;align-items:center;gap:44px}
#amdt-congres .cndt-programme .stat-num{font-family:Montserrat;font-size:30px;font-weight:600;letter-spacing:-.02em;color:#fff}
#amdt-congres .cndt-programme .stat-label{margin-top:3px;font-family:Montserrat;font-size:10.5px;font-weight:600;letter-spacing:.2em;color:#7fa8cf}
#amdt-congres .cndt-programme .stat-sep{width:1px;align-self:stretch;background:rgba(120,170,215,.25)}
#amdt-congres .cndt-programme .prog-hero-right{display:flex;flex-direction:column;gap:30px;padding-bottom:12px}
#amdt-congres .cndt-programme .prog-hero-right-row{display:flex;gap:20px}
#amdt-congres .cndt-programme .prog-hero-right-rule{width:1px;align-self:stretch;background:linear-gradient(180deg,var(--pc-cyan),rgba(53,198,224,.05))}
#amdt-congres .cndt-programme .prog-hero-right-label{font-family:Montserrat;font-size:10.5px;font-weight:600;letter-spacing:.26em;color:#7fa8cf;margin-bottom:12px}
#amdt-congres .cndt-programme .prog-hero-right-date{font-family:Montserrat;font-size:21px;font-weight:600;letter-spacing:-.01em;color:#fff}
#amdt-congres .cndt-programme .prog-hero-right-venue{margin-top:6px;font-size:15.5px;font-weight:300;color:#bed3ea}
#amdt-congres .cndt-programme .prog-pdf-btn{display:inline-flex;align-self:flex-start;align-items:center;gap:14px;padding:15px 28px;border:1px solid rgba(79,211,232,.55);border-radius:999px;background:rgba(53,198,224,.07);font:inherit;font-family:Montserrat;font-size:14.5px;font-weight:600;color:#eaf6fb;box-shadow:0 0 0 1px rgba(10,24,48,.4),0 14px 40px -18px rgba(53,198,224,.5);cursor:pointer;transition:.2s var(--ease)}
#amdt-congres .cndt-programme .prog-pdf-btn:hover{background:rgba(53,198,224,.15);border-color:var(--pc-cyan2)}
#amdt-congres .cndt-programme .prog-pdf-btn:focus-visible{outline:3px solid var(--pc-gold);outline-offset:2px}
#amdt-congres .cndt-programme .prog-pdf-arrow{font-size:15px;line-height:1}
#amdt-congres .cndt-programme .prog-pdf-dot{width:6px;height:6px;border-radius:50%;background:var(--pc-cyan2)}
#amdt-congres .cndt-programme .prog-pdf-msg{margin:10px 0 0;font-size:12.5px;color:#9dc6e8}

#amdt-congres .cndt-programme .prog-tabs{margin-top:50px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:9px 10px;border:1px solid rgba(120,170,215,.24);border-radius:14px;background:rgba(8,20,42,.32)}
#amdt-congres .cndt-programme .prog-tab{position:relative;display:flex;align-items:center;gap:16px;padding:9px 18px;border-radius:10px;cursor:pointer;font-family:inherit;text-align:left;background:transparent;border:1px solid transparent;color:inherit}
#amdt-congres .cndt-programme .prog-tab+.prog-tab::before{content:"";position:absolute;left:-1px;top:18%;bottom:18%;width:1px;background:rgba(148,180,214,.28)}
#amdt-congres .cndt-programme .prog-tab-num{flex:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Montserrat;font-size:12.5px;font-weight:600;background:rgba(120,170,215,.14);color:#9dc6e8;transition:.2s var(--ease)}
#amdt-congres .cndt-programme .prog-tab-label{flex:1;min-width:0}
#amdt-congres .cndt-programme .prog-tab-wk{font-family:Montserrat;font-size:9.5px;font-weight:600;letter-spacing:.22em;color:#7fa8cf}
#amdt-congres .cndt-programme .prog-tab-date{margin-top:3px;font-family:Montserrat;font-size:16px;font-weight:600;letter-spacing:-.01em;color:#fff}
#amdt-congres .cndt-programme .prog-tab-arrow{font-size:14px;color:rgba(157,198,232,.5);transition:.2s var(--ease)}
#amdt-congres .cndt-programme .prog-tab.is-active{background:linear-gradient(180deg,rgba(53,198,224,.12),rgba(53,198,224,.03));border-color:var(--pc-cyan);box-shadow:inset 0 0 0 1px var(--pc-cyan),0 18px 50px -26px var(--pc-cyan)}
#amdt-congres .cndt-programme .prog-tab.is-active .prog-tab-num{background:var(--pc-cyan);color:#05233a}
#amdt-congres .cndt-programme .prog-tab.is-active .prog-tab-wk,#amdt-congres .cndt-programme .prog-tab.is-active .prog-tab-arrow{color:var(--pc-cyan)}
#amdt-congres .cndt-programme .prog-tab:focus-visible{outline:3px solid var(--pc-gold);outline-offset:2px}
#amdt-congres .cndt-programme .prog-tabs-spacer{height:34px}

#amdt-congres .cndt-programme .prog-panels{transform:translateY(-22px)}
#amdt-congres .cndt-programme .prog-card{display:grid;grid-template-columns:332px minmax(0,1fr);align-items:stretch;border-radius:20px;overflow:hidden;box-shadow:0 40px 90px -50px rgba(12,28,56,.45),0 0 0 1px rgba(200,219,238,.7);animation:amdt-prog-fade .35s var(--ease)}
@keyframes amdt-prog-fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}

#amdt-congres .cndt-programme .prog-sidebar{position:relative;overflow:hidden;padding:44px 36px;color:#fff;background:linear-gradient(170deg,var(--pc-navy3) 0%,#0c1f3f 48%,var(--pc-navy1) 100%)}
#amdt-congres .cndt-programme .prog-sidebar::before{content:"";position:absolute;top:-80px;right:-90px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(53,198,224,.22),rgba(53,198,224,0) 65%);pointer-events:none}
#amdt-congres .cndt-programme .prog-sidebar::after{content:"";position:absolute;left:-60px;bottom:-100px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(53,198,224,.10),rgba(53,198,224,0) 68%);pointer-events:none}
#amdt-congres .cndt-programme .prog-sidebar>*{position:relative;z-index:1}
#amdt-congres .cndt-programme .ps-jour{font-family:Montserrat;font-size:11px;font-weight:600;letter-spacing:.3em;color:#7fa8cf}
#amdt-congres .cndt-programme .ps-rule{width:34px;height:2px;background:var(--pc-cyan2);margin:16px 0 32px}
#amdt-congres .cndt-programme .ps-date{font-family:Montserrat;font-size:38px;line-height:1.18;font-weight:600;letter-spacing:-.025em}
#amdt-congres .cndt-programme .ps-sep{width:26px;height:1px;background:rgba(155,190,225,.5);margin:24px 0}
#amdt-congres .cndt-programme .ps-theme{font-size:25px;line-height:1.25;color:#dcecf8}
#amdt-congres .cndt-programme .ps-tag{margin-top:22px;display:inline-block;padding:8px 16px;border:1px solid rgba(79,211,232,.45);border-radius:999px;font-family:Montserrat;font-size:10.5px;font-weight:600;letter-spacing:.18em;color:var(--pc-cyan2)}
#amdt-congres .cndt-programme .ps-stats{margin-top:30px;display:flex;gap:30px}
#amdt-congres .cndt-programme .ps-stat-num{font-family:Montserrat;font-size:24px;font-weight:600;color:#fff}
#amdt-congres .cndt-programme .ps-stat-label{margin-top:2px;font-family:Montserrat;font-size:9.5px;font-weight:600;letter-spacing:.18em;color:#7fa8cf}

#amdt-congres .cndt-programme .prog-timetable{padding:40px 44px 46px;background:#fff}
#amdt-congres .cndt-programme .pt-block{margin-bottom:30px}
#amdt-congres .cndt-programme .pt-block:last-child{margin-bottom:0}

#amdt-congres .cndt-programme .pt-head{display:flex;align-items:center;gap:16px;margin-bottom:14px}
#amdt-congres .cndt-programme .pt-head-label{font-family:Montserrat;font-size:11px;font-weight:700;letter-spacing:.22em;color:var(--pc-ink)}
#amdt-congres .cndt-programme .pt-head-rule{flex:1;height:1px;background:linear-gradient(90deg,var(--pc-cyan),rgba(53,198,224,0))}
#amdt-congres .cndt-programme .pt-head-rule.is-soft{background:linear-gradient(90deg,#d9e6f4,rgba(217,230,244,0))}
#amdt-congres .cndt-programme .pt-time-pill{padding:9px 18px;border-radius:999px;background:var(--pc-tint);color:#0f4f8a;font-size:13.5px;font-weight:600;white-space:nowrap}
#amdt-congres .cndt-programme .pt-parallel-pill{display:flex;align-items:center;gap:8px;padding:5px 13px;border-radius:999px;border:1px solid #bfe6f2;background:var(--pc-tint2)}
#amdt-congres .cndt-programme .pt-parallel-pill i{width:5px;height:5px;border-radius:50%;background:var(--pc-cyan)}
#amdt-congres .cndt-programme .pt-parallel-pill span{font-family:Montserrat;font-size:10px;font-weight:600;letter-spacing:.16em;color:#0f7a99}

#amdt-congres .cndt-programme .pt-grid{display:grid;border-top:2px solid var(--pc-cyan);border-radius:2px;background:linear-gradient(180deg,var(--pc-tint2),#fff)}
#amdt-congres .cndt-programme .pt-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
#amdt-congres .cndt-programme .pt-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
#amdt-congres .cndt-programme .pt-grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}
#amdt-congres .cndt-programme .pt-grid.cols-5{grid-template-columns:repeat(3,minmax(0,1fr))}
#amdt-congres .cndt-programme .pt-item{min-width:0;padding:20px 18px 22px;border-left:1px solid #e6f1f8;border-bottom:1px solid #eef5fa}
#amdt-congres .cndt-programme .pt-item-head{display:flex;align-items:center;gap:8px;margin-bottom:11px}
#amdt-congres .cndt-programme .pt-code{font-size:11.5px;font-weight:500;color:var(--blue);border:1px solid #cfe2f6;border-radius:5px;padding:3px 8px}
#amdt-congres .cndt-programme .pt-type{font-family:Montserrat;font-size:9px;font-weight:600;letter-spacing:.16em;color:#8aa3c2}
#amdt-congres .cndt-programme .pt-item-title{font-size:14.5px;font-weight:600;line-height:1.4;letter-spacing:-.006em;color:var(--pc-ink)}
#amdt-congres .cndt-programme .pt-item-speakers{margin-top:11px;display:flex;flex-direction:column;gap:2px}
#amdt-congres .cndt-programme .pt-item-speakers span{font-size:12.5px;font-weight:500;line-height:1.4;color:var(--pc-muted)}

#amdt-congres .cndt-programme .pt-conf-row{display:grid;grid-template-columns:142px minmax(0,1fr) 210px 142px;gap:20px;align-items:center;padding:20px 4px;border-bottom:1px solid #eef3f9}
#amdt-congres .cndt-programme .pt-conf-row:last-child{border-bottom:0}
#amdt-congres .cndt-programme .pt-conf-title{font-size:16.5px;font-weight:600;line-height:1.42;letter-spacing:-.012em;color:var(--pc-ink)}
#amdt-congres .cndt-programme .pt-conf-speakers{display:flex;flex-direction:column;gap:3px}
#amdt-congres .cndt-programme .pt-conf-speakers span{font-size:14px;font-weight:500;line-height:1.4;color:var(--pc-muted)}
#amdt-congres .cndt-programme .pt-conf-meta{justify-self:end;font-size:11px;font-weight:500;letter-spacing:.08em;color:#6f8bad;white-space:nowrap}

#amdt-congres .cndt-programme .pt-soft{display:flex;align-items:center;gap:20px;padding:16px 24px;border-radius:10px;background:linear-gradient(90deg,#eaf5fb,#f6fbfd);border:1px solid #dcedf6}
#amdt-congres .cndt-programme .pt-soft-time{font-size:12.5px;font-weight:600;color:#0f4f8a;min-width:118px}
#amdt-congres .cndt-programme .pt-soft-icon{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--pc-cyan);display:flex;align-items:center;justify-content:center;font-size:10px;color:#1a7fa8}
#amdt-congres .cndt-programme .pt-soft-label{font-family:Montserrat;font-size:12.5px;font-weight:700;letter-spacing:.2em;color:#0f4f8a}
#amdt-congres .cndt-programme .pt-soft-rule{flex:1;height:1px;background:linear-gradient(90deg,rgba(53,198,224,.4),rgba(53,198,224,0))}

#amdt-congres .cndt-programme .pt-strong{display:flex;align-items:center;gap:22px;padding:24px;border-radius:12px;background:linear-gradient(90deg,#0f2a54,#16406f);color:#fff}
#amdt-congres .cndt-programme .pt-strong-time{padding:8px 16px;border-radius:999px;background:rgba(79,211,232,.14);border:1px solid rgba(79,211,232,.45);color:#bfeaf5;font-size:12.5px;font-weight:600;min-width:118px;text-align:center}
#amdt-congres .cndt-programme .pt-strong-icon{width:24px;height:24px;border-radius:50%;border:1.5px solid rgba(79,211,232,.7);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--pc-cyan2)}
#amdt-congres .cndt-programme .pt-strong-label{font-family:Montserrat;font-size:13px;font-weight:700;letter-spacing:.22em}
#amdt-congres .cndt-programme .pt-strong-rule{flex:1;height:1px;background:linear-gradient(90deg,rgba(79,211,232,.5),rgba(79,211,232,0))}

#amdt-congres .cndt-programme .pt-ceremony{display:flex;align-items:center;gap:22px;padding:22px 24px;border-radius:12px;background:#fff;border:1px solid #cfe2f6;border-left:3px solid var(--pc-cyan);box-shadow:0 14px 34px -26px rgba(12,28,56,.5)}
#amdt-congres .cndt-programme .pt-ceremony-time{font-size:13px;font-weight:600;color:#0f4f8a;min-width:118px}
#amdt-congres .cndt-programme .pt-ceremony-label{font-family:Montserrat;font-size:14px;font-weight:700;letter-spacing:.2em;color:var(--pc-ink)}
#amdt-congres .cndt-programme .pt-ceremony-speaker{margin-top:8px;font-size:13.5px;font-weight:500;line-height:1.45;color:var(--pc-muted)}

#amdt-congres .cndt-programme .pt-plain{display:flex;align-items:center;gap:22px;padding:14px 4px;border-bottom:1px solid #eef3f9}
#amdt-congres .cndt-programme .pt-plain-time{font-size:13px;font-weight:600;color:#0f4f8a;min-width:118px}
#amdt-congres .cndt-programme .pt-plain-label{font-size:14.5px;font-weight:500;letter-spacing:.02em;color:var(--pc-muted)}

@media (max-width:1024px){
#amdt-congres .cndt-programme .prog-hero-inner{padding:48px 32px 0}
#amdt-congres .cndt-programme .prog-hero-grid{grid-template-columns:1fr;gap:36px;align-items:start}
#amdt-congres .cndt-programme .prog-hero-right{padding-bottom:0}
#amdt-congres .cndt-programme .prog-card{grid-template-columns:1fr}
#amdt-congres .cndt-programme .prog-sidebar{padding:32px 28px}
#amdt-congres .cndt-programme .pt-grid.cols-3,#amdt-congres .cndt-programme .pt-grid.cols-4,#amdt-congres .cndt-programme .pt-grid.cols-5{grid-template-columns:repeat(2,minmax(0,1fr))}
#amdt-congres .cndt-programme .pt-conf-row{grid-template-columns:1fr;gap:8px;padding:18px 4px}
#amdt-congres .cndt-programme .pt-conf-meta{justify-self:start}
#amdt-congres .cndt-programme .prog-tabs{gap:8px}
#amdt-congres .cndt-programme .prog-timetable{padding:32px}
}
@media (max-width:767px){
#amdt-congres .cndt-programme .prog-hero-inner{padding-top:40px}
#amdt-congres .cndt-programme .prog-hero-h1{font-size:44px;line-height:1.05}
#amdt-congres .cndt-programme .prog-hero-sub{font-size:34px}
#amdt-congres .cndt-programme .prog-hero-stats{gap:26px;flex-wrap:wrap}
#amdt-congres .cndt-programme .prog-hero-stats>div{gap:26px}
#amdt-congres .cndt-programme .prog-pdf-btn{padding:12px 18px;font-size:13px;white-space:normal}
#amdt-congres .cndt-programme .prog-tabs{grid-template-columns:1fr;gap:8px}
#amdt-congres .cndt-programme .prog-tab+.prog-tab::before{display:none}
#amdt-congres .cndt-programme .pt-grid.cols-2,#amdt-congres .cndt-programme .pt-grid.cols-3,#amdt-congres .cndt-programme .pt-grid.cols-4,#amdt-congres .cndt-programme .pt-grid.cols-5{grid-template-columns:1fr}
#amdt-congres .cndt-programme .pt-item{border-left:0;border-top:1px solid #e6f1f8}
#amdt-congres .cndt-programme .prog-timetable{padding:28px 20px 34px}
#amdt-congres .cndt-programme .prog-sidebar{padding:32px 22px}
#amdt-congres .cndt-programme .pt-soft,#amdt-congres .cndt-programme .pt-strong,#amdt-congres .cndt-programme .pt-ceremony,#amdt-congres .cndt-programme .pt-plain{flex-wrap:wrap}
#amdt-congres .cndt-programme .pt-head-rule{display:none}
}
@media (prefers-reduced-motion:reduce){#amdt-congres .cndt-programme .prog-card{animation:none}}

/* ---- 2026-09-17 Hero / Presentation / Programme-Hero finished-artwork integration (targeted addition) ---- */

/* MAIN HERO: swap to finished full-bleed artwork, drop the light-wash overlay built for the old photo, pill buttons */
#amdt-congres{
  --hero-d:url("https://cndt.it.com/wp-content/uploads/2026/09/amdt-hero-main-v3.png");
  --hero-t:url("https://cndt.it.com/wp-content/uploads/2026/09/amdt-hero-main-v3.png");
  --hero-m:url("https://cndt.it.com/wp-content/uploads/2026/09/amdt-hero-main-v3.png");
}
#amdt-congres .hero::before{background:none}
#amdt-congres .hero .eyebrow{color:#9dc6e8}
#amdt-congres .hero-btns .btn{border-radius:999px}
#amdt-congres .hero-btns .btn-out{border-color:rgba(255,255,255,.65);color:#fff}
#amdt-congres .hero-btns .btn-out:hover{background:#fff;color:var(--navy)}
@media (min-width:768px) and (max-width:1024px){
#amdt-congres .hero{min-height:calc(100vw * 793 / 1983)}
}
@media (max-width:767px){
#amdt-congres .hero{min-height:0;align-items:flex-start;padding:calc(100vw * 793 / 1983 + 28px) 0 40px;background-image:var(--hero-m);background-position:top left;background-size:100% auto;background-repeat:no-repeat;background-color:#0a1830}
#amdt-congres .hero .wrap{padding-top:0}
#amdt-congres .hero::before{display:none}
}

/* PRESENTATION: four info points as one horizontal editorial row on desktop, not a 2x2 grid */
#amdt-congres .adv{display:flex;flex-wrap:wrap;gap:36px}
#amdt-congres .adv .k{flex:1 1 150px;min-width:150px}
@media (max-width:767px){
#amdt-congres .adv{flex-direction:column;gap:28px}
#amdt-congres .adv .k{flex:none;width:100%}
}

/* PROGRAMME HERO: swap to finished full-bleed artwork, retire the CSS-only dots/rings it replaces, white/blue PDF pill */
#amdt-congres .cndt-programme .prog-hero{background:none;background-color:#0a1830;background-image:url("https://cndt.it.com/wp-content/uploads/2026/09/amdt-programme-hero-v1.png");background-size:cover;background-position:50% 50%}
#amdt-congres .cndt-programme .prog-hero-dots,
#amdt-congres .cndt-programme .prog-hero-circle-1,
#amdt-congres .cndt-programme .prog-hero-circle-2,
#amdt-congres .cndt-programme .prog-hero-circle-3{display:none}
#amdt-congres .cndt-programme .prog-pdf-btn{background:#fff;border-color:#fff;color:var(--blue);box-shadow:0 14px 34px -14px rgba(6,16,34,.4)}
#amdt-congres .cndt-programme .prog-pdf-btn:hover{background:#eaf2ff;border-color:#eaf2ff}
#amdt-congres .cndt-programme .prog-pdf-dot{background:var(--blue)}

/* ---- 2026-09-17b Main Hero foreground redesign for the new artwork (targeted addition) ---- */
#amdt-congres .hero-in{max-width:600px}
#amdt-congres .hero2-tag{display:flex;align-items:center;gap:12px;margin-bottom:20px}
#amdt-congres .hero2-tag i{display:block;width:22px;height:2px;background:#c9a227;flex:none}
#amdt-congres .hero2-tag span{font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#9dc6e8}
#amdt-congres .hero2-kicker{margin:0 0 14px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:#8fa9c9}
#amdt-congres .hero2-h1{margin:0;font-family:Montserrat,sans-serif;font-size:clamp(38px,4.4vw,54px);line-height:1.12;font-weight:700;letter-spacing:-.02em;color:#fff}
#amdt-congres .hero2-h1 em{font-family:'Playfair Display',Georgia,serif;font-style:italic;font-weight:500;color:#4FD3E8}
#amdt-congres .hero2-lead{margin:26px 0 0;max-width:520px;font-size:15.5px;line-height:1.75;font-weight:300;color:#c2d6ec;text-align:left}
#amdt-congres .hero2-meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:34px}
#amdt-congres .hero2-meta-item{display:flex;align-items:center;gap:9px;font-size:14.5px;font-weight:500;color:#eaf3ff;white-space:nowrap}
#amdt-congres .hero2-meta-item svg{flex:none;stroke:#4FD3E8}
#amdt-congres .hero2-meta-sep{width:1px;height:20px;background:rgba(120,170,215,.3);flex:none}
#amdt-congres .hero-btns{margin-top:38px;gap:16px}
#amdt-congres .hero-btns .btn{padding:16px 32px;font-size:15px}
#amdt-congres .hero2-arrow{margin-left:2px;display:inline-block}
@media (max-width:640px){
#amdt-congres .hero2-meta{gap:14px}
#amdt-congres .hero2-meta-sep{display:none}
}

/* ---- 2026-09-17c Main Hero foreground scale refinement (+~15-20%, same composition) (targeted addition) ---- */
#amdt-congres .hero-in{max-width:680px}
#amdt-congres .hero2-tag span{font-size:14px}
#amdt-congres .hero2-kicker{font-size:13px}
#amdt-congres .hero2-h1{font-size:clamp(44px,5.2vw,64px)}
#amdt-congres .hero2-lead{font-size:18px;line-height:1.7}
#amdt-congres .hero2-meta-item{font-size:17px;gap:10px}
#amdt-congres .hero2-meta-item svg{width:17px;height:17px}
#amdt-congres .hero2-meta-sep{height:22px}
#amdt-congres .hero-btns .btn{padding:18px 35px;font-size:16.5px}
@media (min-width:1400px){
#amdt-congres .hero-btns .btn{padding:19px 38px;font-size:17.5px}
}
@media (max-width:1200px) and (min-width:768px){
#amdt-congres .hero2-lead{max-width:420px}
#amdt-congres .hero2-meta-item{font-size:14.5px}
#amdt-congres .hero2-meta{gap:16px}
#amdt-congres .hero-btns .btn{padding:15px 30px;font-size:14.5px}
}
@media (max-width:950px) and (min-width:768px){
#amdt-congres .hero2-lead{max-width:340px}
#amdt-congres .hero2-h1{font-size:38px}
#amdt-congres .hero2-meta{flex-direction:column;align-items:flex-start;gap:8px}
#amdt-congres .hero2-meta-sep{display:none}
#amdt-congres .hero-in{max-width:400px}
}

/* ---- 2026-09-17d Main Hero CTA: fluid mobile sizing so the pills never wrap/overflow (targeted addition) ---- */
@media (max-width:767px){
#amdt-congres .hero-btns .btn{padding:16px 26px;font-size:15px;gap:8px;white-space:nowrap}
}
@media (max-width:640px){
#amdt-congres .hero-btns .btn{padding:14px 20px;font-size:14px;gap:7px}
}
@media (max-width:390px){
#amdt-congres .hero-btns .btn{padding:12px 16px;font-size:13px;gap:6px}
}
@media (max-width:340px){
#amdt-congres .hero-btns .btn{padding:11px 13px;font-size:12.2px;gap:5px}
}

/* ---- 2026-09-17f Programme Hero mobile day-selector: intrinsic frame + paired left/right groups (consolidated, supersedes 2026-09-17e) ---- */
@media (max-width:767px){
#amdt-congres .cndt-programme .prog-pdf-btn{align-self:center;width:100%;max-width:320px;justify-content:center;text-align:center}
#amdt-congres .cndt-programme .prog-tabs{width:fit-content;max-width:100%;margin-inline:auto}
#amdt-congres .cndt-programme .prog-tab-label{display:flex;justify-content:space-between;align-items:center;gap:6px}
#amdt-congres .cndt-programme .prog-tab.is-active{box-shadow:inset 0 0 0 2px var(--pc-cyan)}
}
@media (max-width:420px){
#amdt-congres .cndt-programme .prog-tab{gap:8px;padding:8px 12px}
#amdt-congres .cndt-programme .prog-tab-num{width:26px;height:26px;font-size:11px}
#amdt-congres .cndt-programme .prog-tab-wk{font-size:8px;letter-spacing:.1em}
#amdt-congres .cndt-programme .prog-tab-date{font-size:14px}
#amdt-congres .cndt-programme .prog-tab-arrow{font-size:12px}
}
@media (max-width:390px){
#amdt-congres .cndt-programme .prog-pdf-btn{max-width:290px;padding:12px 16px;font-size:12.5px;gap:10px}
}
@media (max-width:350px){
#amdt-congres .cndt-programme .prog-tab{gap:4px;padding:8px 6px}
#amdt-congres .cndt-programme .prog-tab-num{width:22px;height:22px;font-size:10px}
#amdt-congres .cndt-programme .prog-tab-wk{font-size:7px;letter-spacing:.05em}
#amdt-congres .cndt-programme .prog-tab-date{font-size:12px}
#amdt-congres .cndt-programme .prog-tab-arrow{font-size:10px}
#amdt-congres .cndt-programme .prog-tab-label{gap:4px}
}
@media (max-width:340px){
#amdt-congres .cndt-programme .prog-pdf-btn{max-width:260px;padding:11px 14px;font-size:11.5px;gap:8px}
}

/* ---- 2026-09-17g Programme Hero date/venue panel -> white/blue, PDF icon -> download glyph (targeted addition) ---- */
#amdt-congres .cndt-programme .prog-hero-right-row{background:rgba(255,255,255,.86);border-radius:var(--r);padding:16px 22px}

/* ---- 2026-09-17h Premium micro-interactions: Main Hero CTAs + Programme Hero PDF button (targeted addition) ---- */
#amdt-congres .hero-btns .btn{transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}
#amdt-congres .hero-btns .btn:hover{transform:translateY(-2px)}
#amdt-congres .hero-btns .btn:active{transform:translateY(1px)}
#amdt-congres .hero-btns .btn-gold:hover{box-shadow:0 14px 30px -14px rgba(37,99,235,.55)}
#amdt-congres .hero-btns .btn-gold:active{box-shadow:0 6px 14px -10px rgba(37,99,235,.4)}
#amdt-congres .hero-btns .btn-out:hover{box-shadow:0 14px 30px -16px rgba(255,255,255,.3)}
#amdt-congres .hero-btns .btn-out:active{box-shadow:0 6px 14px -12px rgba(255,255,255,.2)}
#amdt-congres .hero2-arrow{transition:transform .25s var(--ease)}
#amdt-congres .hero-btns .btn-gold:hover .hero2-arrow{transform:translateX(4px)}

#amdt-congres .cndt-programme .prog-pdf-btn:hover{transform:translateY(-2px);box-shadow:0 18px 36px -14px rgba(37,99,235,.4)}
#amdt-congres .cndt-programme .prog-pdf-btn:active{transform:translateY(1px);box-shadow:0 8px 16px -12px rgba(37,99,235,.3)}
#amdt-congres .cndt-programme .prog-pdf-arrow{transition:transform .25s var(--ease)}
#amdt-congres .cndt-programme .prog-pdf-btn:hover .prog-pdf-arrow{transform:translateY(3px)}

@media (prefers-reduced-motion:reduce){
#amdt-congres .hero-btns .btn,
#amdt-congres .hero2-arrow,
#amdt-congres .cndt-programme .prog-pdf-btn,
#amdt-congres .cndt-programme .prog-pdf-arrow{transition:none}
#amdt-congres .hero-btns .btn:hover,
#amdt-congres .hero-btns .btn:active,
#amdt-congres .cndt-programme .prog-pdf-btn:hover,
#amdt-congres .cndt-programme .prog-pdf-btn:active{transform:none}
#amdt-congres .hero-btns .btn-gold:hover .hero2-arrow,
#amdt-congres .cndt-programme .prog-pdf-btn:hover .prog-pdf-arrow{transform:none}
}
#amdt-congres .cndt-programme .prog-hero-right-rule{background:linear-gradient(180deg,var(--blue),rgba(37,99,235,.08))}
#amdt-congres .cndt-programme .prog-hero-right-label{color:var(--blue)}
#amdt-congres .cndt-programme .prog-hero-right-date{color:var(--blue)}
#amdt-congres .cndt-programme .prog-hero-right-venue{color:var(--blue)}
#amdt-congres .cndt-programme .prog-pdf-arrow{display:inline-flex;align-items:center;justify-content:center;color:inherit}
#amdt-congres .cndt-programme .prog-pdf-arrow svg{display:block;width:15px;height:15px}
