:root{
  --dbc-primary: #542bf3;
  --dbc-primary-hover: #4725d2;
  --dbc-ink: #111;
  --dbc-muted: #666;

  --btn-icon-ghost: var(--dbc-primary);
  --btn-icon-outline: #111;
  --btn-icon-primary: #fff;
}

.domain-header{
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.domain-header-row{
  display: flex;
  align-items: center;
  min-height: 56px;
}

.domain-header-inner{
  display: flex;
  align-items: center;
  width: 100%;
  padding: .85rem 0;
}

.asset-brand--edge{
  margin-left: 34px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.asset-brand--edge img{
  height: 28px;
  width: auto;
  display: block;
  opacity: .85;
}

.asset-breadcrumb{
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .9rem;
  color: var(--dbc-muted);
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.asset-breadcrumb a{
  color: inherit;
  text-decoration: none;
}

.asset-breadcrumb a:hover{
  text-decoration: underline;
}

.crumb-sep{
  display: inline-flex;
  opacity: .55;
  margin: 0 .15rem;
}

@media (max-width: 768px){
  .domain-header-row{ min-height: 52px; }
  .domain-header-inner{ padding: .75rem 0; }
  .asset-brand--edge{ margin-left: 14px; }
  .asset-brand--edge img{ height: 24px; }
}

.hero-asset{
  position: relative;
  padding: 2.2rem 0 2.8rem;
  background: #fff;
}

.hero-asset::before{
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(1000px 380px at 10% 10%, rgba(84, 43, 243, .08), transparent 60%),
    radial-gradient(900px 320px at 95% 0%, rgba(110, 74, 250, .08), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.hero-asset-inner{
  position: relative;
  z-index: 1;
}

.asset-name{
  font-size: 52px;
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--dbc-ink);
  margin: .2rem 0 .55rem;
}

@media (max-width: 768px){
  .asset-name{ font-size: 40px; }
}

.asset-type{
  font-size: .92rem;
  color: var(--dbc-muted);
  margin-bottom: 0;
  padding-top: .4rem;
}

.asset-tagline{
  font-size: 1.05rem;
  color: #333;
  max-width: 920px;
  line-height: 1.75;
}

.asset-actions{
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}

.asset-btn{
  appearance: none;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  padding: 1rem 1.25rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
}

.asset-btn .btn-icon{
  display: block;
  flex-shrink: 0;
}

.asset-btn--ghost{
  background: rgba(84,43,243,.08);
  color: var(--dbc-primary);
}

.asset-btn--ghost .btn-icon{ color: var(--btn-icon-ghost); }

.asset-btn--ghost:hover{
  box-shadow: inset 0 0 0 1000px rgba(84,43,243,.10);
}

.asset-btn--outline{
  background: rgba(0,0,0,.04);
  color: var(--dbc-ink);
}

.asset-btn--outline .btn-icon{ color: var(--btn-icon-outline); }

.asset-btn--outline:hover{
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.06);
}

.asset-btn--primary{
  background-color: var(--dbc-primary);
  color: #fff;
}

.asset-btn--primary:hover{
  background-color: var(--dbc-primary-hover);
}

.asset-btn--primary .btn-icon{ color: var(--btn-icon-primary); }

.asset-highlights{
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
  max-width: 980px;
}

.highlight-item{
  position: relative;
  padding: 1.1rem 1.2rem 1.15rem;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 2px;
}

.highlight-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--dbc-primary), rgba(84,43,243,.35));
}

.highlight-label{
  display: block;
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: .4rem;
}

.highlight-value{
  font-size: 1.15rem;
  font-weight: 750;
  color: #352d53;
}

.audio-hidden{ display: none; }

.audio-toast{
  margin-top: .85rem;
  font-size: .9rem;
  color: var(--dbc-muted);
  min-height: 1.1rem;
}

.audio-toast.is-playing{ color: #352d53; }

/* VIDEO */
.video-block{
  padding: 4.6rem 0;
  background: #fff;
}

.video-frame{
  margin-top: 1.6rem;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 18px 38px rgba(0,0,0,.06);
}

/* custom overlay */
.video-frame--custom{
  position: relative;
  overflow: hidden;
}

.video-el{
  display: block;
  width: 100%;
  height: auto;
}

.video-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.20), rgba(0,0,0,.35));
  color: #fff;
  cursor: pointer;
  padding: 1.5rem;
  transition: background-color .15s ease, transform .15s ease, opacity .15s ease;
}

.video-overlay:hover{
  background: linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.42));
}

.video-overlay:active{
  transform: scale(.99);
}

.video-overlay-btn{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* important pour centrer le glyph */
  line-height: 1;
  padding: 0;

  background: rgba(255,255,255,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);

  font-size: 22px; /* ajuste si besoin */
}

.video-overlay-btn::before{
  content: "▶";
  display: block;

  /* compensation optique du triangle (souvent trop à gauche et un peu trop haut) */
  transform: translate(1px, 0.5px);
}

.video-overlay-text{
  font-size: 1rem;
  font-weight: 550;
  letter-spacing: .01em;
}

/* when playing -> hide overlay */
.video-frame--custom.is-playing .video-overlay{
  opacity: 0;
  pointer-events: none;
}

/* transcript */
.video-transcript{
  margin-top: 1.6rem;
  padding: 1.25rem 1.25rem;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.85);
  border-radius: 2px;
}

.video-transcript-title{
  margin: 0 0 .75rem;
  font-size: 1.05rem;
  font-weight: 750;
  color: var(--dbc-ink);
}

.video-transcript-text{
  margin: 0 0 .85rem;
  color: #333;
  line-height: 1.75;
}

.video-transcript-note{
  margin: 0;
  font-size: .92rem;
  color: var(--dbc-muted);
}

.meaning-block{
  padding: 4.6rem 0;
  background: #fbfbfb;
}

.meaning-lead{
  font-size: 1.2rem;
  font-weight: 650;
  color: var(--dbc-ink);
  margin-top: 1.6rem;
}

.meaning-text{
  margin-top: 1.1rem;
  max-width: 900px;
}

.meaning-text p{
  font-size: 1rem;
  color: #333;
  line-height: 1.75;
}

.manifesto{
  margin-top: 1.6rem;
  background: rgba(255,255,255,.85);
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 1.2rem 1.25rem;
  box-shadow: 0 14px 28px rgba(0,0,0,.03);
}

.manifesto-row{
  display: flex;
  align-items: baseline;
  gap: .45rem;
  padding: .55rem 0;
  border-bottom: 1px solid #eee;
}

.manifesto-row:last-child{ border-bottom: 0; }

.manifesto-key{
  min-width: 90px;
  font-weight: 800;
  color: #352d53;
  letter-spacing: -.01em;
}

.manifesto-sep{ color: #bbb; }

.manifesto-val{
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.valuation-block{
  padding: 4.6rem 0;
  background: #fff;
}

.valuation-facts{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

@media (max-width: 992px){
  .valuation-facts{ grid-template-columns: 1fr; }
}

.fact{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 1.4rem;
  box-shadow: 0 14px 28px rgba(0,0,0,.03);
}

.fact-top{
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: .6rem;
}

.fact-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--dbc-primary);
  flex-shrink: 0;
}

.fact-title{
  font-size: 1.05rem;
  font-weight: 750;
  color: var(--dbc-ink);
}

.fact-text{
  font-size: .95rem;
  color: #333;
  line-height: 1.7;
}

.valuation-band{
  margin-top: 1.6rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  background: rgba(53,45,83,.04);
  border: 1px solid rgba(53,45,83,.08);
  border-radius: 2px;
  padding: 1.1rem;
}

.band-item{
  display: flex;
  flex-direction: column;
  gap: .25rem;
  min-width: 180px;
}

.band-label{
  font-size: .85rem;
  color: var(--dbc-muted);
}

.band-value{
  font-size: 1.05rem;
  font-weight: 800;
  color: #352d53;
}

/* thesis + comparative */
.valuation-duo{
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

@media (max-width: 992px){
  .valuation-duo{ grid-template-columns: 1fr; }
}

.valuation-panel{
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.85);
  border-radius: 2px;
  padding: 1.25rem 1.25rem;
}

.valuation-panel-title{
  margin: 0 0 .75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--dbc-ink);
}

.valuation-bullets{
  margin: 0;
  padding-left: 1.1rem;
  color: #333;
}

.valuation-bullets li{
  margin: .4rem 0;
  line-height: 1.65;
}

.value2-block{
  padding: 4.6rem 0;
  background: #fbfbfb;
}

.value2-grid{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}

@media (max-width: 992px){
  .value2-grid{ grid-template-columns: 1fr; }
}

.value2-item{
  display: flex;
  gap: .95rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 1.35rem;
  box-shadow: 0 14px 28px rgba(0,0,0,.03);
}

.value2-icon{
  width: 28px;
  height: 28px;
  border-radius: 1px;
  background: rgba(84,43,243,.10);
  border: 1px solid rgba(84,43,243,.22);
  color: var(--dbc-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.value2-check{
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.value2-body h3{
  font-size: 1.05rem;
  font-weight: 750;
  color: var(--dbc-ink);
  margin-bottom: .35rem;
}

.value2-body p{
  font-size: .95rem;
  color: #333;
  line-height: 1.7;
}

.value2-note{
  margin-top: 1.6rem;
  font-size: .95rem;
  color: #555;
  background: rgba(53,45,83,.04);
  border: 1px solid rgba(53,45,83,.08);
  border-radius: 2px;
  padding: 1rem;
}

.process-note{
  margin-top: 1.6rem;
  font-size: .95rem;
  color: #555;
  background: rgba(53,45,83,.04);
  border: 1px solid rgba(53,45,83,.08);
  border-radius: 2px;
  padding: 1rem;
}

/* SEO */
.seo-block{
  padding: 4.6rem 0;
  background: #fff;
}

.seo-grid{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

@media (max-width: 992px){
  .seo-grid{ grid-template-columns: 1fr; }
}

.seo-item{
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.85);
  border-radius: 2px;
  padding: 1.25rem 1.25rem;
}

.seo-item h3{
  margin: 0 0 .5rem;
  font-size: 1.05rem;
  font-weight: 750;
  color: var(--dbc-ink);
}

.seo-item p{
  margin: 0;
  color: #333;
  line-height: 1.7;
  font-size: .95rem;
}

.seo-band{
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(53,45,83,.08);
  background: rgba(53,45,83,.04);
  border-radius: 2px;
  color: #555;
  font-size: .95rem;
}

/* Process */
.process-block{
  padding: 4.6rem 0;
  background: #fff;
}

.process-steps{
  list-style: none;
  margin-top: 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

@media (max-width: 992px){
  .process-steps{ grid-template-columns: 1fr; }
}

.process-step{
  display: flex;
  gap: 1rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 1.4rem;
  box-shadow: 0 14px 28px rgba(0,0,0,.03);
}

.step-num{
  width: 34px;
  height: 34px;
  border-radius: 1px;
  background: rgba(84,43,243,.10);
  border: 1px solid rgba(84,43,243,.20);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 450;
  color: var(--dbc-primary);
  flex-shrink: 0;
}

.step-body h3{
  font-size: 1.05rem;
  font-weight: 750;
  color: var(--dbc-ink);
  margin-bottom: .35rem;
}

.step-body p{
  font-size: .95rem;
  color: #333;
  line-height: 1.7;
}

/* Floating label: placeholder présent mais invisible */
.floating-label-field > input::placeholder,
.floating-label-field > textarea::placeholder{
  color: transparent;
}

.video-frame--custom{
  position: relative;
  overflow: hidden;
}

.video-fs-btn{
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(0,0,0,.30);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3; /* au-dessus de la vidéo */
  transition: transform .15s ease, background-color .15s ease, opacity .15s ease;
}

.video-fs-btn:hover{
  background: rgba(0,0,0,.42);
  transform: scale(1.03);
}

.video-fs-btn:active{
  transform: scale(.98);
}

/* Quand la vidéo est en lecture, l’overlay disparaît,
   mais on laisse le bouton fullscreen accessible */
.video-frame--custom.is-playing .video-fs-btn{
  opacity: 1;
}

.asset-price{
    margin: 10px 0 1.15rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.02);
    font-size: 12.5px;
    line-height: 1;
    opacity: .92;
    white-space: nowrap;
  }
  .asset-price-label{
    opacity: .75;
    font-weight: 600;
  }
  .asset-price-value{
    font-weight: 800;
    letter-spacing: -0.01em;
  }
  .asset-price-note{
    opacity: .70;
    font-weight: 600;
  }
