:root{
  --ink-950:#0c0e14;
  --ink-900:#151923;
  --ink-800:#232939;
  --ink-700:#374151;
  --ink-500:#697386;
  --ink-400:#9aa3b5;
  --ink-300:#c5cad6;
  --ink-200:#dde2eb;
  --ink-100:#edf0f6;
  --ink-50:#f7f8fb;
  --brand-700:#1739b8;
  --brand-600:#1f47e0;
  --brand-500:#3563f0;
  --brand-100:#e7eeff;
  --site-bg-image:url("../image3/arriere.png");
  --shadow-soft:0 14px 40px rgba(12,14,20,.07);
  --shadow-lift:0 24px 70px rgba(12,14,20,.16);
}

html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{
  background-color:#fff;
  background-image:var(--site-bg-image);
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  background-attachment:fixed;
  color:var(--ink-950);
}
body::before{
  display:none;
}

nav{
  height:72px;
  max-width:1160px;
  margin:14px auto 0;
  border:1px solid rgba(221,226,235,.86);
  border-radius:22px;
  box-shadow:var(--shadow-soft);
  background:rgba(255,255,255,.62);
  backdrop-filter:saturate(180%) blur(16px);
}

.nav-links a,.btn-ghost,.btn-primary,.lang-toggle{border-radius:12px}
.btn-primary,.btn-hp{background:var(--ink-950)}
.btn-primary:hover,.btn-hp:hover{background:var(--brand-600)}
.btn-hero{border-radius:14px}

section{padding:96px 40px}
.hero{padding:128px 40px 92px;text-align:left;background:transparent}
.hero::before{background:none}
.hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:56px;align-items:center;max-width:1180px;margin:0 auto}
.hero-badge{
  border-color:var(--ink-200);
  background:rgba(255,255,255,.58);
  color:var(--ink-700);
  box-shadow:var(--shadow-soft);
  backdrop-filter:saturate(170%) blur(12px);
}
.hero-badge .dot{background:var(--brand-500)}
.hero h1{font-size:clamp(44px,6vw,76px);letter-spacing:-2.4px;color:var(--ink-950)}
.word-slider span{background:none;color:var(--brand-600)}
.hero p{margin-left:0;margin-right:0;max-width:620px;color:var(--ink-500);font-size:18px}
.hero-cta{justify-content:flex-start}
.hero-note{color:var(--ink-400)}
.hero-trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.hero-trust-row span{
  padding:9px 12px;
  border-radius:999px;
  border:1px solid var(--ink-200);
  background:rgba(255,255,255,.66);
  color:var(--ink-600,#596273);
  font-size:12px;
  font-weight:700;
  box-shadow:0 8px 22px rgba(12,14,20,.04);
  backdrop-filter:saturate(170%) blur(10px);
}

.bolt-product-orbit{position:relative;min-height:470px}
.bolt-product-orbit::before{display:none}
.bolt-hero-photo-stage{position:relative;width:100%;min-height:470px}
.bolt-hero-photo-space{
  position:absolute;
  inset:38px 18px 38px 58px;
  overflow:hidden;
  border-radius:28px;
  background:var(--ink-950);
  box-shadow:var(--shadow-lift);
  border:1px solid var(--ink-100);
}
.bolt-hero-photo-space::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(12,14,20,.78),rgba(12,14,20,.16) 46%,rgba(255,255,255,.04));
  pointer-events:none;
}
.bolt-hero-photo-space img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.bolt-photo-caption{
  position:absolute;
  left:26px;
  right:26px;
  bottom:22px;
  z-index:1;
  color:#fff;
}
.bolt-photo-caption span{display:block;font-size:12px;letter-spacing:.18em;color:rgba(255,255,255,.72);font-weight:700}
.bolt-photo-caption strong{display:block;margin-top:8px;font-size:20px}
.bolt-float-card{
  position:absolute;
  z-index:2;
  border:1px solid rgba(221,226,235,.92);
  border-radius:18px;
  background:rgba(255,255,255,.76);
  box-shadow:var(--shadow-lift);
  backdrop-filter:saturate(180%) blur(12px);
}
.bolt-card-progress{
  left:16px;
  top:66px;
  width:194px;
  padding:18px;
  animation:productFloat 5.6s ease-in-out infinite;
}
.bolt-card-progress span,.bolt-card-progress small{display:block;color:var(--ink-500);font-size:12px}
.bolt-card-progress strong{display:block;margin-top:8px;color:var(--ink-950);font-size:22px}
.bolt-card-progress i{display:block;height:6px;border-radius:999px;background:var(--ink-100);margin:12px 0 8px;overflow:hidden}
.bolt-card-progress b{display:block;width:89%;height:100%;border-radius:inherit;background:var(--brand-500)}
.bolt-card-ai{
  right:0;
  bottom:86px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  animation:productFloat 6.2s ease-in-out .7s infinite;
}
.bolt-card-ai em{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:var(--brand-100);
  color:var(--brand-600);
  font-style:normal;
  font-weight:900;
}
.bolt-card-ai strong,.bolt-card-ai small{display:block}
.bolt-card-ai strong{color:var(--ink-950);font-size:13px}
.bolt-card-ai small{color:var(--ink-500);font-size:11px;margin-top:2px}
.bolt-card-proof{
  left:96px;
  bottom:74px;
  padding:13px 15px;
  background:rgba(12,14,20,.92);
  color:#fff;
  border-color:rgba(255,255,255,.28);
  animation:productFloat 5.9s ease-in-out .3s infinite;
}
.bolt-card-proof strong,.bolt-card-proof small{display:block}
.bolt-card-proof strong{font-size:13px}
.bolt-card-proof small{margin-top:4px;color:rgba(255,255,255,.72);font-size:11px}
.bolt-app-window{
  overflow:hidden;
  border-radius:28px;
  background:var(--ink-950);
  box-shadow:var(--shadow-lift);
  border:1px solid rgba(12,14,20,.08);
}
.bolt-window-bar{
  display:flex;
  align-items:center;
  gap:7px;
  padding:12px 14px;
  background:var(--ink-900);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.bolt-window-bar span{width:10px;height:10px;border-radius:50%;background:#f87171}
.bolt-window-bar span:nth-child(2){background:#fbbf24}
.bolt-window-bar span:nth-child(3){background:#34d399}
.bolt-window-bar em{
  flex:1;
  height:23px;
  margin-left:10px;
  padding:5px 10px;
  border-radius:8px;
  background:rgba(255,255,255,.06);
  color:#8f9aae;
  font-style:normal;
  font-size:10px;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
}
.bolt-window-body{position:relative;padding:20px;background:#fff;min-height:310px}
.bolt-board-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.bolt-board-head small{display:block;color:var(--ink-400);font-size:11px;text-transform:uppercase;letter-spacing:.12em}
.bolt-board-head strong{display:block;margin-top:5px;font-size:19px;color:var(--ink-950)}
.bolt-board-head span{
  padding:6px 10px;
  border-radius:999px;
  color:#fff;
  background:var(--brand-500);
  font-size:11px;
  font-weight:800;
}
.bolt-kanban{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.bolt-kanban>div{border-radius:18px;border:1px solid var(--ink-100);background:var(--ink-50);padding:14px;min-height:156px}
.bolt-kanban b{display:block;font-size:12px;color:var(--ink-800);margin-bottom:12px}
.bolt-kanban i{display:block;height:34px;border-radius:11px;background:#fff;border:1px solid var(--ink-100);margin-top:8px}
.bolt-proof-row{
  margin-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid var(--ink-100);
  border-radius:16px;
  padding:13px 15px;
  background:rgba(255,255,255,.72);
  color:var(--ink-700);
}
.bolt-proof-row strong{color:var(--brand-600);font-size:24px}
.bolt-phone-frame{
  overflow:hidden;
  border-radius:28px;
  background:var(--ink-950);
  box-shadow:var(--shadow-lift);
  border:5px solid var(--ink-950);
}
.bolt-phone-notch{height:20px;position:relative;background:var(--ink-950)}
.bolt-phone-notch::after{content:"";position:absolute;left:50%;top:7px;transform:translateX(-50%);width:50px;height:5px;border-radius:999px;background:#2a3141}
.bolt-phone-screen{
  min-height:260px;
  padding:18px 14px;
  color:#fff;
  background:#697386;
}
.bolt-phone-screen.alt{background:var(--ink-950)}
.bolt-phone-screen span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;opacity:.78}
.bolt-phone-screen strong{display:block;margin-top:78px;font-size:18px;line-height:1.1}
.bolt-phone-screen small{display:block;margin-top:8px;color:rgba(255,255,255,.74)}
.bolt-phone-screen b{display:inline-block;margin-top:16px;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.9);color:var(--ink-950);font-size:11px}
.primary-phone{position:absolute;right:-16px;top:auto;bottom:38px;width:150px}
.secondary-phone{position:absolute;left:-22px;right:auto;top:76px;bottom:auto;width:118px;opacity:.95}
.proof-bubble{border-radius:18px;border:1px solid var(--ink-100);box-shadow:var(--shadow-soft)}

.logos-band,.tab-section,.trust-sec,.bolt-gallery-sec,.bolt-devices-sec{
  border-top:1px solid var(--ink-100);
  border-bottom:1px solid var(--ink-100);
  background:rgba(247,248,251,.48);
  backdrop-filter:saturate(170%) blur(10px);
}
.logos-inner{animation:scrollL 24s linear infinite}
.logo-item{font-size:18px;color:var(--ink-300);font-weight:800}

.s-label,.feat-tag{color:var(--brand-600);letter-spacing:.18em}
.s-title,.feat-title{color:var(--ink-950)}
.s-sub,.feat-desc{color:var(--ink-500)}
.proof-cycle,.trust-grid,.tab-panel.active,.cards-grid{max-width:1120px}
.proof-cycle article,.feat-card,.trust-card,.c-card,
.sphere-feature-card,.org-feature-card,.investor-feature-card,.talent-feature-card,.talent-profile-card{
  border-color:var(--ink-100);
  border-radius:22px;
  box-shadow:var(--shadow-soft);
  background:rgba(255,255,255,.76);
  backdrop-filter:saturate(170%) blur(10px);
}
.proof-cycle article:hover,.feat-card:hover,.trust-card:hover,.c-card:hover{
  box-shadow:var(--shadow-lift);
  border-color:var(--ink-200);
}
.feat-visual{border-radius:28px;border-color:var(--ink-100);background:rgba(247,248,251,.64);box-shadow:var(--shadow-soft);backdrop-filter:saturate(170%) blur(10px)}
.proj-row{border-radius:16px}
.tab-btn.active{background:var(--ink-950);color:#fff;border-color:var(--ink-950)}
.tabs-row{gap:8px;border:0}
.tab-btn{border:1px solid var(--ink-200);border-radius:14px;background:rgba(255,255,255,.68);margin:0;backdrop-filter:saturate(170%) blur(10px)}

.bolt-showcase-visual,.gallery-media,.bolt-strip-mock,.bolt-dashboard-mock{
  min-height:220px;
  border-radius:22px;
  position:relative;
  overflow:hidden;
  padding:0;
  background:
    linear-gradient(to right,rgba(255,255,255,.14) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(255,255,255,.14) 1px,transparent 1px),
    var(--ink-950);
  background-size:34px 34px,34px 34px,auto;
}
.bolt-showcase-visual span,.bolt-showcase-visual b{
  position:absolute;
  border-radius:14px;
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 42px rgba(12,14,20,.16);
}
.bolt-showcase-visual span:nth-child(1){width:64%;height:18px;left:22px;top:28px}
.bolt-showcase-visual span:nth-child(2){width:42%;height:18px;left:22px;top:58px}
.bolt-showcase-visual span:nth-child(3){width:74%;height:82px;left:22px;bottom:24px}
.bolt-showcase-visual b{width:82px;height:82px;right:24px;top:52px;background:rgba(105,115,134,.86)}
.showcase-card{border-radius:24px;border-color:var(--ink-100);box-shadow:var(--shadow-soft);overflow:hidden}
.showcase-card .bolt-showcase-visual{padding:0}
.showcase-card>div:last-child{padding:18px 20px}
.bolt-gallery-sec{padding:96px 40px}
.bolt-gallery-filters{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin:-24px auto 36px;
}
.bolt-gallery-filters button{
  padding:9px 16px;
  border-radius:13px;
  border:1px solid var(--ink-200);
  background:rgba(255,255,255,.66);
  color:var(--ink-600,#596273);
  font-weight:700;
  cursor:pointer;
  backdrop-filter:saturate(170%) blur(10px);
}
.bolt-gallery-filters button.active{background:var(--ink-950);color:#fff;border-color:var(--ink-950)}
.bolt-gallery-grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:210px;
  gap:16px;
}
.bolt-gallery-card{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  border:1px solid rgba(255,255,255,.18);
  background:var(--ink-950);
  color:#fff;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.bolt-gallery-card.large{grid-column:span 2;grid-row:span 2}
.gallery-media{position:absolute;inset:0;border-radius:0;min-height:auto}
.gallery-media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(12,14,20,.86),rgba(12,14,20,.08),transparent)}
.gallery-media.has-media{background:#0c0e14}
.gallery-asset{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.gallery-media span{position:absolute;top:16px;left:16px;z-index:1;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.16);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.gallery-media b{position:absolute;right:28px;top:42px;width:96px;height:96px;border-radius:28px;background:rgba(255,255,255,.18);box-shadow:0 0 0 22px rgba(255,255,255,.06)}
.gallery-media.has-media b{display:none}
.media-workshop{background:#232939}
.media-investor{background:#1f3f3b}
.media-story{background:#4a3320}
.media-hub{background:#312942}
.bolt-gallery-card h3,.bolt-gallery-card p{position:relative;z-index:1}
.bolt-gallery-card h3{font-size:18px;margin-bottom:4px}
.bolt-gallery-card p{font-size:12px;color:rgba(255,255,255,.72)}
.bolt-gallery-card.is-hidden{display:none}

.bolt-sphere-core{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:5fr 7fr;
  gap:56px;
  align-items:center;
  background:rgba(12,14,20,.82);
  backdrop-filter:saturate(150%) blur(10px);
  color:#fff;
}
.bolt-core-bg{position:absolute;inset:0;background:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px);background-size:56px 56px}
.bolt-core-copy,.bolt-core-grid{position:relative;z-index:1;max-width:1120px}
.bolt-core-copy{justify-self:end;max-width:470px}
.bolt-core-copy span{color:#b8c5ff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.18em}
.bolt-core-copy h2{font-size:38px;line-height:1.08;margin:18px 0 16px}
.bolt-core-copy p{color:#b7becc;line-height:1.75;margin-top:12px}
.bolt-core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.bolt-core-grid div{
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
  border-radius:22px;
  padding:18px;
}
.bolt-core-grid .icon{color:#8ea8ff;font-size:24px}
.bolt-core-grid span{display:block;margin-top:14px;color:#d8deea;font-size:14px;font-weight:700}

.bolt-devices-sec{
  display:grid;
  grid-template-columns:5fr 7fr;
  gap:56px;
  align-items:center;
}
.bolt-devices-copy{max-width:520px;justify-self:end}
.bolt-device-list{list-style:none;display:flex;flex-direction:column;gap:18px;margin:30px 0}
.bolt-device-list li{display:flex;gap:14px;align-items:flex-start}
.bolt-device-list .icon{width:42px;height:42px;padding:10px;border-radius:14px;background:#fff;border:1px solid var(--ink-200);color:var(--brand-600);box-shadow:var(--shadow-soft)}
.bolt-device-list strong{display:block;color:var(--ink-950);font-size:14px}
.bolt-device-list span{display:block;color:var(--ink-500);font-size:13px;line-height:1.55;margin-top:3px}
.bolt-devices-visual{position:relative;min-height:470px;max-width:660px}
.device-desktop{position:absolute;left:0;top:18px;width:82%}
.device-phone{position:absolute;right:2%;bottom:0;width:178px;z-index:2}
.device-image-card{
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--ink-100);
  box-shadow:var(--shadow-lift);
}
.device-image-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.phone-image-card{
  border-radius:32px;
  border:5px solid var(--ink-950);
  background:var(--ink-950);
  aspect-ratio:1183/2560;
  animation:productFloat 6s ease-in-out .4s infinite;
}
.phone-image-card img{
  object-position:top center;
}
.bolt-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}
.bolt-metrics i{height:76px;border-radius:16px;background:var(--ink-50);border:1px solid var(--ink-100)}
.bolt-timeline{display:flex;gap:8px;margin-top:18px}
.bolt-timeline span{height:52px;flex:1;border-radius:14px;background:#fff;border:1px solid var(--ink-100)}

.bolt-stories-sec{background:rgba(255,255,255,.52);backdrop-filter:saturate(170%) blur(10px)}
.bolt-story-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.bolt-story-grid figure,.bolt-faq-list article{
  border:1px solid var(--ink-100);
  border-radius:24px;
  background:rgba(255,255,255,.76);
  box-shadow:var(--shadow-soft);
  backdrop-filter:saturate(170%) blur(10px);
}
.bolt-story-grid figure{padding:24px;display:flex;flex-direction:column;min-height:300px}
.bolt-story-grid>figure>img{
  width:58px;
  height:58px;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  margin-bottom:20px;
  border:2px solid rgba(255,255,255,.86);
  box-shadow:0 12px 28px rgba(12,14,20,.14);
}
.bolt-story-grid blockquote{color:var(--ink-700);line-height:1.65;flex:1}
.bolt-story-grid figcaption{border-top:1px solid var(--ink-100);padding-top:16px;margin-top:20px;display:grid;gap:4px}
.bolt-story-grid small{color:var(--ink-500)}
.bolt-story-grid b{justify-self:start;margin-top:8px;padding:6px 9px;border-radius:999px;background:var(--brand-100);color:var(--brand-700);font-size:12px}

.bolt-faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.bolt-faq-list article{overflow:hidden}
.bolt-faq-list button{
  width:100%;
  border:0;
  background:transparent;
  padding:20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  text-align:left;
  color:var(--ink-950);
  font-weight:800;
  cursor:pointer;
}
.bolt-faq-list button span{width:28px;height:28px;border-radius:50%;background:var(--ink-100);position:relative;flex-shrink:0}
.bolt-faq-list button span::before,.bolt-faq-list button span::after{content:"";position:absolute;left:8px;right:8px;top:13px;height:2px;background:var(--ink-700)}
.bolt-faq-list button span::after{transform:rotate(90deg)}
.bolt-faq-list article.open button span{background:var(--ink-950)}
.bolt-faq-list article.open button span::before,.bolt-faq-list article.open button span::after{background:#fff}
.bolt-faq-list article.open button span::after{opacity:0}
.bolt-faq-list p{max-height:0;overflow:hidden;padding:0 20px;color:var(--ink-500);line-height:1.65;transition:max-height .28s ease,padding .28s ease}
.bolt-faq-list article.open p{max-height:220px;padding:0 20px 20px}

.cta-box{border-radius:32px;background:rgba(12,14,20,.82);box-shadow:var(--shadow-lift);backdrop-filter:saturate(150%) blur(10px)}
footer{background:var(--ink-950)}

/* Bolt treatment for every internal navigation page */
#page-solutions,
#page-spheres,
#page-organisations,
#page-investisseurs,
#page-talents{
  background:transparent;
  position:relative;
  overflow:hidden;
}
#page-solutions::before,
#page-spheres::before,
#page-organisations::before,
#page-investisseurs::before,
#page-talents::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:520px;
  z-index:0;
  pointer-events:none;
  display:none;
}
#page-solutions > *,
#page-spheres > *,
#page-organisations > *,
#page-investisseurs > *,
#page-talents > *{position:relative;z-index:1}

.page-hero,
.sphere-page-hero,
.org-page-hero,
.investor-page-hero,
.talent-page-hero{
  max-width:1180px;
  margin:0 auto;
  padding:150px 40px 96px;
  background:transparent;
  border:0;
}
.page-hero-inner{
  max-width:760px;
  margin:0 auto;
  text-align:center;
}
.page-hero .chip,
.sphere-eyebrow,
.org-eyebrow,
.investor-eyebrow,
.talent-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 13px;
  border-radius:999px;
  border:1px solid var(--ink-200);
  background:rgba(255,255,255,.62);
  color:var(--brand-600);
  box-shadow:var(--shadow-soft);
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.page-hero h1,
.sphere-page-hero h1,
.org-page-hero h1,
.investor-page-hero h1,
.talent-page-hero h1{
  margin-top:20px;
  color:var(--ink-950);
  font-size:clamp(42px,5vw,70px);
  line-height:1.04;
  letter-spacing:-2px;
}
.page-hero p,
.sphere-page-hero p,
.org-page-hero p,
.investor-page-hero p,
.talent-page-hero p{
  margin-top:22px;
  max-width:650px;
  color:var(--ink-500);
  font-size:18px;
  line-height:1.75;
}
.page-hero p{margin-left:auto;margin-right:auto}
.sphere-page-hero,
.org-page-hero,
.investor-page-hero,
.talent-page-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px);
  gap:56px;
  align-items:center;
}
.sphere-hero-copy,
.org-hero-copy,
.investor-hero-copy,
.talent-hero-copy{max-width:620px}
.sphere-hero-visual,
.org-hero-visual,
.investor-hero-visual,
.talent-hero-visual{
  min-height:420px;
  display:grid;
  place-items:center;
  border:1px solid var(--ink-100);
  border-radius:34px;
  background:rgba(255,255,255,.72);
  box-shadow:var(--shadow-lift);
  overflow:hidden;
}
.sphere-hero-visual svg,
.org-hero-visual svg,
.investor-hero-visual svg,
.talent-hero-visual svg{
  width:100%;
  max-width:520px;
  filter:saturate(.9);
}

.steps-sec,
.sphere-page-features,
.org-page-types,
.org-page-features,
.investor-page-features,
.talent-page-profiles,
.talent-page-features{
  background:rgba(247,248,251,.72);
  border-top:1px solid var(--ink-100);
  border-bottom:1px solid var(--ink-100);
  padding:96px 40px;
}
.steps-row,
.sphere-feature-grid,
.org-badge-row,
.org-feature-grid,
.investor-feature-grid,
.talent-profile-grid,
.talent-feature-grid-large,
.talent-feature-grid-small,
.cards-grid{
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
}
.steps-row{
  gap:18px;
  align-items:stretch;
}
.step-line{display:none}
.step{
  padding:28px;
  border:1px solid var(--ink-100);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.step-num{
  width:48px;
  height:48px;
  border-radius:16px;
  background:var(--ink-950);
  box-shadow:var(--shadow-soft);
}
.step h4{font-size:16px;color:var(--ink-950)}
.step p{font-size:13px;color:var(--ink-500);line-height:1.6}
.cards-grid{padding:64px 40px 96px}
.c-card,
.sphere-feature-card,
.org-feature-card,
.investor-feature-card,
.talent-profile-card,
.talent-feature-card{
  border:1px solid var(--ink-100);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}
.c-card:hover,
.sphere-feature-card:hover,
.org-feature-card:hover,
.investor-feature-card:hover,
.talent-profile-card:hover,
.talent-feature-card:hover{
  transform:translateY(-4px);
  border-color:var(--ink-200);
  box-shadow:var(--shadow-lift);
}
.c-card-ico,
.sphere-icon-box,
.org-icon-box,
.investor-icon-box,
.talent-icon-box{
  background:var(--ink-950);
  color:#fff;
  border-radius:16px;
}
.c-card h3,
.sphere-feature-card h3,
.org-feature-card h3,
.investor-feature-card h3,
.talent-feature-card h3,
.talent-profile-card h4{color:var(--ink-950)}
.c-card p,
.sphere-feature-card p,
.org-feature-card p,
.investor-feature-card p,
.talent-feature-card p,
.talent-profile-card p{color:var(--ink-500)}

.sphere-team-strip,
.org-page-strip{
  max-width:1120px;
  margin:96px auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}
.sphere-strip-img,
.org-strip-visual{
  min-height:360px;
  border-radius:30px;
  border:1px solid var(--ink-100);
  box-shadow:var(--shadow-lift);
}
.sphere-strip-text span,
.org-strip-text span{
  color:var(--brand-600);
  letter-spacing:.16em;
}
.sphere-strip-text h2,
.org-strip-text h2{
  color:var(--ink-950);
  font-size:36px;
  line-height:1.1;
  letter-spacing:-1px;
}
.sphere-strip-text p,
.org-strip-text p{color:var(--ink-500)}

.cta-sec,
.org-page-cta,
.investor-page-cta,
.talent-page-cta{
  max-width:960px;
  margin:96px auto;
  padding:0;
  border-radius:34px;
  overflow:hidden;
  background:rgba(12,14,20,.82);
  color:#fff;
  box-shadow:var(--shadow-lift);
  backdrop-filter:saturate(150%) blur(10px);
}
.cta-box{
  max-width:none;
  min-height:320px;
  margin:0;
  border-radius:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.sphere-cta-screenshot{
  align-self:center;
  min-height:310px;
  background:#fff;
  border:1px solid rgba(221,226,235,.92);
  border-radius:30px;
  box-shadow:var(--shadow-lift);
  overflow:hidden;
}
.sphere-cta-screenshot::after{display:none}
.sphere-cta-screenshot img{
  display:block;
  width:100%;
  height:100%;
  min-height:310px;
  object-fit:cover;
  object-position:center;
}
.cta-box h2,
.sphere-cta-content h2,
.org-page-cta h2,
.investor-page-cta h2,
.talent-page-cta h2{
  color:#fff !important;
  opacity:1;
}
.cta-box p,
.sphere-cta-content p,
.org-page-cta p,
.investor-page-cta p,
.talent-page-cta p{
  color:#b7becc !important;
}
.sphere-page-cta{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);
  gap:34px;
  align-items:center;
  max-width:1120px;
  margin:96px auto;
  padding:0 40px;
  overflow:visible;
  background:transparent;
  color:#fff;
  box-shadow:none;
  backdrop-filter:none;
}
.sphere-page-cta .sphere-cta-content{
  min-height:370px;
  padding:56px;
  border-radius:34px;
  background:rgba(12,14,20,.82);
  box-shadow:var(--shadow-lift);
  backdrop-filter:saturate(150%) blur(10px);
}
.org-page-cta,
.investor-page-cta,
.talent-page-cta{
  text-align:center;
  padding:72px 40px;
}
.org-page-cta span,
.investor-page-cta span,
.talent-page-cta span{
  color:#9fb3ff;
  letter-spacing:.16em;
}

/* Resource and legal pages */
body:has(.legal-hero){
  background-color:#fff;
  background-image:var(--site-bg-image);
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
body:has(.legal-hero) main{
  position:relative;
  overflow:hidden;
}
body:has(.legal-hero) main::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:520px;
  pointer-events:none;
  z-index:0;
  display:none;
}
body:has(.legal-hero) main > *{
  position:relative;
  z-index:1;
}
.legal-hero{
  padding:144px 40px 74px;
  background:transparent;
  border:0;
}
.legal-hero-inner{
  max-width:920px;
  text-align:center;
}
.legal-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 13px;
  border-radius:999px;
  border:1px solid var(--ink-200);
  background:rgba(255,255,255,.78);
  color:var(--brand-600);
  box-shadow:var(--shadow-soft);
  font-size:12px;
  letter-spacing:.16em;
}
.legal-hero h1{
  margin:20px auto 0;
  max-width:840px;
  color:var(--ink-950);
  font-size:clamp(42px,5vw,68px);
  line-height:1.04;
  letter-spacing:-2px;
}
.legal-hero p{
  margin:22px auto 0;
  max-width:720px;
  color:var(--ink-500);
  font-size:18px;
  line-height:1.75;
}
.legal-meta{
  justify-content:center;
  margin-top:26px;
}
.legal-pill{
  background:rgba(255,255,255,.68);
  border:1px solid var(--ink-200);
  color:var(--ink-600,#596273);
  box-shadow:var(--shadow-soft);
}
.legal-shell{
  max-width:1120px;
  padding:42px 40px 108px;
}
.legal-layout{
  grid-template-columns:280px minmax(0,1fr);
  gap:28px;
}
.legal-toc{
  top:104px;
  border:1px solid var(--ink-100);
  border-radius:24px;
  padding:22px;
  background:rgba(255,255,255,.70);
  box-shadow:var(--shadow-soft);
  backdrop-filter:saturate(180%) blur(12px);
}
.legal-toc h2{
  color:var(--brand-600);
  letter-spacing:.16em;
}
.legal-toc a{
  border-top-color:var(--ink-100);
  color:var(--ink-600,#596273);
  border-radius:12px;
  padding:10px 12px;
  margin:2px -8px;
}
.legal-toc a:hover{
  color:var(--ink-950);
  background:var(--ink-50);
}
.legal-card{
  border:1px solid var(--ink-100);
  border-radius:30px;
  padding:38px;
  background:rgba(255,255,255,.78);
  box-shadow:var(--shadow-soft);
  backdrop-filter:saturate(170%) blur(10px);
}
.legal-card h2{
  color:var(--ink-950);
  font-size:28px;
  line-height:1.18;
  letter-spacing:-.7px;
  margin-top:38px;
}
.legal-card h3{
  color:var(--ink-900);
  font-size:17px;
}
.legal-card p,
.legal-card li{
  color:var(--ink-600,#596273);
  font-size:15px;
  line-height:1.78;
}
.legal-card a{
  color:var(--brand-600);
  font-weight:800;
}
.legal-note{
  border:1px solid var(--ink-100);
  border-radius:20px;
  background:var(--ink-50);
  color:var(--ink-700);
}
.legal-grid{
  gap:18px;
}
.legal-link-card{
  border:1px solid var(--ink-100);
  border-radius:22px;
  padding:22px;
  box-shadow:0 12px 30px rgba(12,14,20,.045);
}
.legal-link-card:hover{
  border-color:var(--ink-200);
  box-shadow:var(--shadow-lift);
}
.legal-link-card strong{
  color:var(--ink-950);
  font-size:16px;
}
.legal-link-card span{
  color:var(--ink-500);
  font-size:13px;
}
.legal-contact{
  margin-top:34px;
  padding:28px;
  border-radius:26px;
  background:rgba(12,14,20,.82);
  box-shadow:var(--shadow-lift);
  backdrop-filter:saturate(150%) blur(10px);
}
.legal-contact h2{
  color:#fff;
}
.legal-contact p{
  color:#b7becc;
}
.legal-contact a{
  color:#fff;
}

.bolt-strip-mock,.bolt-dashboard-mock{box-shadow:var(--shadow-lift);border:1px solid rgba(255,255,255,.1)}
.bolt-people-board{position:absolute;inset:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.bolt-people-board span,.bolt-people-board b{border-radius:22px;background:rgba(255,255,255,.86);box-shadow:0 16px 36px rgba(12,14,20,.16)}
.bolt-people-board span{display:grid;place-items:center;color:var(--brand-700);font-weight:900;font-size:22px}
.bolt-people-board b:nth-of-type(1){grid-column:span 2}
.bolt-dashboard-mock{padding:0;background:var(--ink-950)}
.bolt-dashboard-mock::after{display:none}
.bolt-dashboard-mock .bolt-window-body{background:#fff}
.cta-board{grid-template-columns:repeat(3,minmax(100px,1fr))}

.reveal{
  opacity:0;
  transform:translateY(34px) scale(.985);
  transition:
    opacity .82s cubic-bezier(.22,1,.36,1),
    transform .82s cubic-bezier(.22,1,.36,1),
    filter .82s cubic-bezier(.22,1,.36,1);
  transition-delay:var(--reveal-delay,0ms);
  filter:blur(8px);
  will-change:opacity,transform,filter;
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
}

.logos-band,
.tab-section,
.trust-sec,
.bolt-gallery-sec,
.bolt-devices-sec,
.bolt-stories-sec,
.steps-sec,
.sphere-page-features,
.org-page-types,
.org-page-features,
.investor-page-features,
.talent-page-profiles,
.talent-page-features{
  background:transparent;
  border-top-color:transparent;
  border-bottom-color:transparent;
  backdrop-filter:none;
}

.sphere-hero-visual,
.org-hero-visual,
.investor-hero-visual,
.talent-hero-visual,
.feat-visual,
.sphere-card-visual,
.org-card-visual,
.investor-card-visual,
.talent-card-visual,
.bolt-window-body,
.device-image-card,
.sphere-cta-screenshot,
.bolt-dashboard-mock .bolt-window-body{
  background:#fff;
  border-color:#dfe4ee;
}

@media(prefers-reduced-motion:reduce){
  .reveal{
    opacity:1;
    transform:none;
    transition:none;
    filter:none;
  }
}

@media(max-width:980px){
  nav{margin:0;border-radius:0;max-width:none}
  .hero-inner,.bolt-sphere-core,.bolt-devices-sec{grid-template-columns:1fr}
  .sphere-page-hero,
  .org-page-hero,
  .investor-page-hero,
  .talent-page-hero,
  .sphere-team-strip,
  .org-page-strip,
  .sphere-page-cta{grid-template-columns:1fr}
  .sphere-page-hero,
  .org-page-hero,
  .investor-page-hero,
  .talent-page-hero{padding-top:108px}
  .sphere-hero-visual,
  .org-hero-visual,
  .investor-hero-visual,
  .talent-hero-visual{min-height:340px}
  .sphere-team-strip,
  .org-page-strip{padding:0 24px;margin:72px auto}
  .sphere-page-cta{padding:0 24px;gap:24px}
  .sphere-page-cta .sphere-cta-content{min-height:auto}
  .sphere-cta-screenshot{max-width:680px;width:100%;justify-self:center}
  .hero{text-align:center}
  .hero p{margin-left:auto;margin-right:auto}
  .hero-cta{justify-content:center}
  .hero-product{max-width:560px;margin:0 auto;width:100%}
  .bolt-core-copy,.bolt-devices-copy{justify-self:stretch;max-width:none}
  .bolt-core-grid{grid-template-columns:repeat(2,1fr)}
  .bolt-gallery-grid{grid-template-columns:repeat(2,1fr)}
  .bolt-story-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:768px){
  body::before{inset:0 0 auto 0}
  nav{padding:10px 16px}
  section{padding:64px 18px}
  .hero{padding:72px 18px 56px}
  .page-hero,
  .sphere-page-hero,
  .org-page-hero,
  .investor-page-hero,
  .talent-page-hero{padding:86px 18px 56px}
  .page-hero h1,
  .sphere-page-hero h1,
  .org-page-hero h1,
  .investor-page-hero h1,
  .talent-page-hero h1{font-size:34px;letter-spacing:-1px}
  .page-hero p,
  .sphere-page-hero p,
  .org-page-hero p,
  .investor-page-hero p,
  .talent-page-hero p{font-size:15px}
  .steps-sec,
  .sphere-page-features,
  .org-page-types,
  .org-page-features,
  .investor-page-features,
  .talent-page-profiles,
  .talent-page-features{padding:56px 18px}
  .cards-grid{padding:48px 18px 64px}
  .cta-sec,
  .org-page-cta,
  .investor-page-cta,
  .talent-page-cta{margin:64px 18px;border-radius:26px}
  .sphere-page-cta{
    margin:64px auto;
    padding:0 18px;
  }
  .cta-box{min-height:260px;border-radius:26px}
  .org-page-cta,
  .investor-page-cta,
  .talent-page-cta{padding:48px 22px}
  .sphere-page-cta .sphere-cta-content{
    padding:42px 22px;
    border-radius:26px;
  }
  .sphere-cta-screenshot{
    display:block;
    min-height:220px;
    border-radius:22px;
  }
  .sphere-cta-screenshot img{min-height:220px}
  .legal-hero{padding:92px 18px 48px}
  .legal-hero h1{font-size:34px;letter-spacing:-1px}
  .legal-hero p{font-size:15px}
  .legal-shell{padding:28px 18px 72px}
  .legal-layout{grid-template-columns:1fr}
  .legal-toc{position:static}
  .legal-card{padding:26px;border-radius:24px}
  .legal-card h2{font-size:23px}
  .hero h1{font-size:38px;letter-spacing:-1px}
  .hero-product{min-height:420px}
  .bolt-hero-photo-stage{min-height:420px}
  .bolt-hero-photo-space{inset:44px 0 34px 28px}
  .bolt-card-progress{left:0;top:40px;width:170px}
  .bolt-card-ai{right:0;bottom:62px}
  .bolt-card-proof{left:42px;bottom:48px}
  .secondary-phone{left:0;width:100px}
  .primary-phone{right:0;width:132px}
  .bolt-window-body{padding:14px;min-height:280px}
  .bolt-kanban{gap:8px}
  .bolt-kanban>div{padding:10px;border-radius:14px}
  .bolt-gallery-card.large{grid-column:span 2}
  .bolt-gallery-grid{grid-auto-rows:185px}
  .bolt-core-grid{grid-template-columns:1fr}
  .bolt-story-grid{grid-template-columns:1fr}
  .bolt-devices-visual{min-height:390px}
  .device-desktop{width:88%}
  .device-phone{width:130px;right:0}
}

@media(max-width:520px){
  .bolt-gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px}
  .bolt-gallery-card.large{grid-column:span 1;grid-row:span 1}
  .bolt-core-copy h2{font-size:30px}
  .bolt-phone-screen strong{margin-top:56px}
  .hero-product{min-height:380px}
  .bolt-hero-photo-stage{min-height:380px}
  .bolt-hero-photo-space{inset:34px 0 28px 16px;border-radius:22px}
  .bolt-card-progress{width:154px;padding:14px}
  .bolt-card-progress strong{font-size:18px}
  .bolt-card-ai{padding:11px 12px}
  .bolt-card-ai em{width:32px;height:32px}
  .bolt-card-proof{left:24px}
}

@media(prefers-color-scheme:dark){
  :root{--site-bg-image:url("../image3/arriere_dark.png")}
  html,
  body,
  body:has(.legal-hero){
    background-color:#090909;
    background-image:var(--site-bg-image);
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
    background-attachment:fixed;
  }
  .hero,
  .legal-hero,
  #page-solutions,
  #page-spheres,
  #page-organisations,
  #page-investisseurs,
  #page-talents{
    background:transparent;
  }
  nav{
    background:rgba(9,9,9,.58);
    border-color:rgba(255,255,255,.12);
  }
  nav .nav-logo img{
    filter:invert(1) brightness(1.12);
  }
  nav .btn-primary{
    background:rgba(255,255,255,.86);
    border:1px solid rgba(255,255,255,.18);
    color:#090909;
  }
  nav .btn-primary:hover{
    background:#fff;
    color:#090909;
  }
  .logos-band,
  .tab-section,
  .trust-sec,
  .bolt-gallery-sec,
  .bolt-devices-sec,
  .bolt-stories-sec{
    background:rgba(9,9,9,.48);
    backdrop-filter:saturate(150%) blur(10px);
  }
  .bolt-stories-sec .s-title{
    color:#f8fafc;
  }
  .bolt-stories-sec .s-sub{
    color:rgba(226,232,240,.72);
  }
  .nav-logo,
  .nav-logo .brand-text,
  .hero h1,
  .page-hero h1,
  .sphere-page-hero h1,
  .org-page-hero h1,
  .investor-page-hero h1,
  .talent-page-hero h1,
  .s-title,
  .feat-title,
  .sphere-section-head h2,
  .org-section-head h2,
  .investor-section-head h2,
  .talent-section-head h2,
  .sphere-strip-text h2,
  .org-strip-text h2,
  .legal-hero h1,
  .legal-card h2,
  .legal-card h3,
  .legal-link-card strong,
  .proof-cycle h3,
  .feat-card h4,
  .trust-card h4,
  .c-card h3,
  .sphere-feature-card h3,
  .org-feature-card h3,
  .investor-feature-card h3,
  .talent-feature-card h3,
  .talent-profile-card h4,
  .showcase-card strong,
  .bolt-device-list strong,
  .bolt-faq-list button,
  .legal-toc h2,
  .legal-toc a:hover{
    color:#f8fafc;
  }
  .hero p,
  .page-hero p,
  .sphere-page-hero p,
  .org-page-hero p,
  .investor-page-hero p,
  .talent-page-hero p,
  .s-sub,
  .feat-desc,
  .feat-list li,
  .sphere-strip-text p,
  .org-strip-text p,
  .legal-hero p,
  .legal-card p,
  .legal-card li,
  .legal-link-card span,
  .proof-cycle p,
  .feat-card p,
  .trust-card p,
  .c-card p,
  .sphere-feature-card p,
  .org-feature-card p,
  .investor-feature-card p,
  .talent-feature-card p,
  .talent-profile-card p,
  .showcase-card span,
  .showcase-card p,
  .bolt-device-list span,
  .legal-toc a{
    color:rgba(226,232,240,.74);
  }
  .hero-badge,
  .page-hero .chip,
  .sphere-eyebrow,
  .org-eyebrow,
  .investor-eyebrow,
  .talent-eyebrow,
  .legal-kicker{
    background:rgba(255,255,255,.10);
    border-color:rgba(255,255,255,.28);
    color:#c9d7ff;
  }
  .hero-trust-row span{
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.28);
    color:rgba(248,250,252,.82);
  }
  .card,
  .feat-card,
  .trust-card,
  .c-card,
  .sphere-feature-card,
  .org-feature-card,
  .investor-feature-card,
  .talent-feature-card,
  .metric-box,
  .talent-card,
  .profile-card,
  .stat,
  .proj-row,
  .msg-l,
  .sphere-mini-sidebar,
  .sphere-mini-chat,
  .proof-cycle article,
  .showcase-card,
  .proof-bubble,
  .hero-trust-row span,
  .bolt-story-grid figure,
  .bolt-faq-list article,
  .legal-card,
  .legal-link-card,
  .legal-toc,
  .legal-note,
  .legal-pill{
    background:rgba(20,20,20,.66);
    backdrop-filter:saturate(150%) blur(10px);
  }
  .card,
  .feat-card,
  .trust-card,
  .c-card,
  .sphere-feature-card,
  .org-feature-card,
  .investor-feature-card,
  .talent-feature-card,
  .metric-box,
  .talent-card,
  .profile-card,
  .stat,
  .proof-cycle article,
  .showcase-card,
  .proof-bubble,
  .bolt-faq-list article,
  .legal-card,
  .legal-link-card,
  .legal-toc,
  .legal-note,
  .legal-pill,
  .step{
    background:#fff;
    border-color:#dfe4ee;
    color:var(--ink-950);
    backdrop-filter:none;
  }
  .feat-card h4,
  .trust-card h4,
  .c-card h3,
  .sphere-feature-card h3,
  .org-feature-card h3,
  .investor-feature-card h3,
  .talent-feature-card h3,
  .talent-profile-card h4,
  .showcase-card strong,
  .legal-card h2,
  .legal-card h3,
  .legal-link-card strong,
  .bolt-faq-list button,
  .proof-cycle h3{
    color:var(--ink-950);
  }
  .feat-card p,
  .trust-card p,
  .c-card p,
  .sphere-feature-card p,
  .org-feature-card p,
  .investor-feature-card p,
  .talent-feature-card p,
  .talent-profile-card p,
  .showcase-card span,
  .showcase-card p,
  .legal-card p,
  .legal-card li,
  .legal-link-card span,
  .legal-toc a,
  .proof-cycle p{
    color:var(--ink-500);
  }
  .bolt-story-grid figure{
    border-color:rgba(255,255,255,.26);
    background:rgba(18,18,18,.72);
  }
  .bolt-story-grid blockquote{
    color:rgba(248,250,252,.78);
  }
  .bolt-story-grid figcaption{
    border-top-color:rgba(255,255,255,.18);
  }
  .bolt-story-grid strong{
    color:#f8fafc;
  }
  .bolt-story-grid small{
    color:rgba(226,232,240,.72);
  }
  .bolt-story-grid b{
    background:rgba(226,236,255,.92);
    color:#0f3fb3;
  }
  .mission-sec,
  .bolt-sphere-core,
  .cta-box,
  .org-page-cta,
  .investor-page-cta,
  .talent-page-cta,
  .legal-contact{
    background:rgba(9,9,9,.68);
  }
  .feat-visual,
  .sphere-hero-visual,
  .org-hero-visual,
  .investor-hero-visual,
  .talent-hero-visual,
  .bolt-window-body,
  .device-image-card,
  .sphere-cta-screenshot{
    background:rgba(255,255,255,.92);
    border-color:rgba(255,255,255,.78);
  }
  .proj-row,
  .bolt-kanban > div,
  .bolt-kanban i,
  .bolt-proof-row,
  .sphere-mini-sidebar,
  .sphere-mini-chat,
  .sphere-task-visual > div,
  .bolt-timeline span,
  .bolt-metrics i{
    background:#fff;
    border-color:#dfe4ee;
    color:var(--ink-950);
  }
  .proj-name,
  .step h4,
  .bolt-board-head strong,
  .bolt-kanban b,
  .bolt-proof-row,
  .sphere-task-visual strong,
  .sphere-task-visual span{
    color:var(--ink-950);
  }
  .proj-sec,
  .msg-lbl,
  .bolt-board-head small{
    color:var(--ink-500);
  }
  .msg-l{
    background:#fff;
    border-color:#dfe4ee;
    color:var(--ink-950);
  }
  .msg-r{
    color:#fff;
  }
  .logos-band,
  .tab-section,
  .trust-sec,
  .bolt-gallery-sec,
  .bolt-devices-sec,
  .bolt-stories-sec,
  .steps-sec,
  .sphere-page-features,
  .org-page-types,
  .org-page-features,
  .investor-page-features,
  .talent-page-profiles,
  .talent-page-features{
    background:transparent;
    border-top-color:transparent;
    border-bottom-color:transparent;
    backdrop-filter:none;
  }
}

@media(max-width:768px){
  html,
  body,
  body:has(.legal-hero){
    background-color:#fff;
    background-image:url("../image3/arriere_phone.png");
    background-size:100% auto;
    background-position:center top;
    background-repeat:repeat-y;
    background-attachment:scroll;
  }
  .hero,
  .legal-hero,
  #page-solutions,
  #page-spheres,
  #page-organisations,
  #page-investisseurs,
  #page-talents{
    background:transparent;
  }
  .logos-band,
  .tab-section,
  .trust-sec,
  .bolt-gallery-sec,
  .bolt-devices-sec,
  .bolt-stories-sec,
  .steps-sec,
  .sphere-page-features,
  .org-page-types,
  .org-page-features,
  .investor-page-features,
  .talent-page-profiles,
  .talent-page-features{
    background:transparent;
    border-top-color:transparent;
    border-bottom-color:transparent;
    backdrop-filter:none;
  }
}

@media(max-width:768px) and (prefers-color-scheme:dark){
  html,
  body,
  body:has(.legal-hero){
    background-color:#090909;
    background-image:url("../image3/arriere_phone_dark.png");
    background-size:100% auto;
    background-position:center top;
    background-repeat:repeat-y;
    background-attachment:scroll;
  }
  .logos-band,
  .tab-section,
  .trust-sec,
  .bolt-gallery-sec,
  .bolt-devices-sec,
  .bolt-stories-sec,
  .steps-sec,
  .sphere-page-features,
  .org-page-types,
  .org-page-features,
  .investor-page-features,
  .talent-page-profiles,
  .talent-page-features{
    background:transparent;
    border-top-color:transparent;
    border-bottom-color:transparent;
    backdrop-filter:none;
  }
}
