/* PAGE PERSONNALISATION INTÉRIEUR — D.A. MS3 */

.custom-page{
  position:relative;
  z-index:1;
}

.custom-hero{
  padding-top:2.8rem;
}

.custom-hero-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:1.2rem;
  align-items:stretch;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at top left,rgba(212,175,55,.18),transparent 30%),
    radial-gradient(circle at bottom right,rgba(212,175,55,.08),transparent 32%),
    rgba(10,10,16,.96);
  box-shadow:0 24px 60px rgba(0,0,0,.42);
}

.custom-hero-copy,
.custom-hero-side{
  padding:2rem;
}

.custom-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.custom-hero-copy .section-title{
  max-width:770px;
  margin-bottom:1rem;
}

.custom-hero-copy .section-text{
  max-width:710px;
}

.custom-hero-side{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:310px;
  border-left:1px solid rgba(255,255,255,.07);
  background:
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01)),
    radial-gradient(circle at top right,rgba(212,175,55,.16),transparent 42%);
}

.custom-hero-side strong{
  color:#fff;
  font-size:1.35rem;
  margin-bottom:.55rem;
}

.custom-hero-side span{
  color:var(--muted);
  line-height:1.65;
  max-width:340px;
}

.custom-points-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1rem;
}

.custom-point{
  padding:1.15rem 1.1rem;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(10,10,16,.92);
  box-shadow:0 18px 42px rgba(0,0,0,.28);
}

.custom-point strong{
  display:inline-flex;
  color:var(--accent);
  font-size:.78rem;
  letter-spacing:.15em;
  font-weight:900;
  margin-bottom:.75rem;
}

.custom-point span{
  display:block;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.65;
}

.custom-services-grid{
  margin-top:.5rem;
}

.custom-service-card{
  min-height:210px;
}

.custom-service-card p{
  max-width:285px;
}

.custom-method-section{
  padding-top:1rem;
}

.custom-method-card{
  grid-template-columns:1.02fr .98fr;
}

.custom-method-list{
  display:grid;
  gap:.9rem;
}

.custom-method-list div{
  padding:1rem 1.05rem;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.07);
  background:#06060b;
}

.custom-method-list strong{
  display:block;
  color:#fff;
  margin-bottom:.35rem;
}

.custom-method-list span{
  color:var(--muted);
  font-size:.92rem;
  line-height:1.65;
}

.custom-dual-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}

.custom-info-panel{
  padding:1.55rem;
  border-radius:24px;
  background:
    radial-gradient(circle at top right,rgba(212,175,55,.10),transparent 34%),
    rgba(10,10,16,.96);
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 18px 44px rgba(0,0,0,.28);
}

.custom-info-panel h3{
  font-size:1.22rem;
  color:#fff;
  margin-bottom:.85rem;
}

.custom-info-panel p{
  color:var(--muted);
  line-height:1.75;
  font-size:.95rem;
}

.custom-cta-section{
  padding-top:1rem;
}

.custom-cta-card{
  background:
    radial-gradient(circle at top right,rgba(212,175,55,.14),transparent 30%),
    rgba(10,10,16,.96);
}

.custom-contact-box span{
  color:#c8c8cd;
}

@media (max-width: 1100px){
  .custom-hero-card,
  .custom-points-grid,
  .custom-dual-grid,
  .custom-method-card,
  .services-grid.essential.custom-services-grid{
    grid-template-columns:1fr 1fr;
  }

  .custom-hero-card{
    grid-template-columns:1fr;
  }

  .custom-hero-side{
    min-height:auto;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.07);
  }

  .custom-method-card{
    grid-template-columns:1fr;
  }
}

@media (max-width: 780px){
  .custom-hero{
    padding-top:2rem;
  }

  .custom-hero-copy,
  .custom-hero-side{
    padding:1.45rem;
  }

  .custom-points-grid,
  .custom-dual-grid,
  .services-grid.essential.custom-services-grid{
    grid-template-columns:1fr;
  }

  .custom-hero-side strong,
  .custom-info-panel h3{
    font-size:1.15rem;
  }
}
