/* v72 — смысловые слои: открытая основа + постепенное раскрытие */
.v72-meaning-section{
  position:relative;
  padding:clamp(42px,6vw,82px) 0;
  background:
    radial-gradient(circle at 18% 12%,rgba(216,170,99,.09),transparent 32%),
    linear-gradient(180deg,rgba(7,10,15,.4),rgba(7,10,15,.05));
}
.v72-meaning-section .container,
.v72-secret-stack .container{position:relative;z-index:1}
.v72-meaning-section h2,
.v72-secret-head h2{
  margin:10px 0 10px;
  color:#f4d995;
  font-family:Georgia,serif;
  font-weight:400;
  letter-spacing:.025em;
}
.v72-meaning-lead,
.v72-secret-head p{
  max-width:920px;
  color:rgba(246,234,208,.78);
  font-size:clamp(16px,1.45vw,19px);
  line-height:1.7;
}
.v72-meaning-grid{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.v72-meaning-card{
  border:1px solid rgba(216,170,99,.24);
  border-radius:22px;
  padding:20px;
  background:
    linear-gradient(145deg,rgba(17,22,29,.78),rgba(8,10,14,.94)),
    radial-gradient(circle at 88% 12%,rgba(216,170,99,.1),transparent 42%);
  box-shadow:0 18px 52px rgba(0,0,0,.24);
}
.v72-meaning-card span{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(216,170,99,.35);
  color:#f4d995;
  background:rgba(216,170,99,.08);
  margin-bottom:12px;
}
.v72-meaning-card h3{
  margin:0 0 8px;
  color:#ffe1a1;
  font-size:19px;
}
.v72-meaning-card p{
  margin:0;
  color:rgba(246,234,208,.72);
  line-height:1.6;
}
.v72-secret-stack{
  padding:clamp(34px,5vw,72px) 0;
}
.v72-secret-head{
  margin-bottom:22px;
}
.v72-secret-grid{
  align-items:stretch;
}
.v72-secret-layer{
  min-height:100%;
}
.v72-secret-layer .v69-secret-content p{
  margin:.5em 0 0;
  line-height:1.65;
}
.v72-secret-layer .v69-secret-content p:first-of-type{
  color:rgba(246,234,208,.88);
}
.v72-secret-layer .v69-secret-content p + p{
  color:rgba(246,234,208,.66);
}
.v69-secret-hidden .v69-secret-content p:nth-of-type(n+2){
  display:none;
}
.v69-secret-hidden:after{
  content:"Откроется на уровне «" attr(data-unlock-label) "»";
}
@media(max-width:900px){
  .v72-meaning-grid{grid-template-columns:1fr}
  .v72-meaning-card{padding:17px}
}