.cd-about{
  --about-panel:#101622;
  --about-panel-2:#151d2e;
  --about-border:rgba(220,230,245,.12);
  --about-border-strong:rgba(220,230,245,.22);
  --about-muted:rgba(224,232,245,.72);
  --about-soft:rgba(224,232,245,.56);
  --about-accent:#8c35bc;
  --about-gold:#55e167;
  --about-blue:#a855d6;

  background:
    linear-gradient(180deg, rgba(140,53,188,.10), rgba(255,255,255,0) 280px),
    var(--bg);
  color:var(--text);
  padding-top:34px;
}

.cd-about .cd-container{
  width:min(1120px, calc(100% - 32px));
}

.cd-about-kicker{
  margin:0 0 10px;
  color:var(--about-accent);
  font-size:.78rem;
  font-weight:850;
  line-height:1.2;
  text-transform:uppercase;
}

.cd-about-hero{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 340px;
  gap:24px;
  align-items:stretch;
  margin-bottom:46px;
}

.cd-about-hero__content,
.cd-about-hero__panel,
.cd-about-card,
.cd-about-intro,
.cd-about-publisher,
.cd-about-cta{
  border:1px solid var(--about-border);
  border-radius:12px;
  background:var(--about-panel);
  box-shadow:var(--shadow);
}

.cd-about-hero__content{
  padding:38px;
}

.cd-about-hero h1{
  max-width:880px;
  margin:0;
  font-size:clamp(2.2rem, 5vw, 4.55rem);
  font-weight:900;
  line-height:.98;
  letter-spacing:0;
  text-wrap:balance;
}

.cd-about-hero__lead{
  max-width:760px;
  margin:20px 0 0;
  color:var(--about-muted);
  font-size:1.08rem;
  line-height:1.7;
}

.cd-about-hero__actions,
.cd-about-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.cd-about-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  font-size:.92rem;
  font-weight:820;
  text-decoration:none;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.cd-about-btn:hover{
  opacity:1;
  transform:translateY(-2px);
}

.cd-about-btn--primary{
  border:1px solid var(--about-accent);
  background:var(--about-accent);
  color:#fff;
}

.cd-about-btn--ghost{
  border:1px solid var(--about-border-strong);
  background:var(--panel-2);
  color:var(--text);
}

.cd-about-hero__panel{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:320px;
  padding:28px;
  position:relative;
  overflow:hidden;
}

.cd-about-hero__panel::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg, var(--about-gold), rgba(85,225,103,0));
}

.cd-about-panel__eyebrow{
  margin:0 0 12px;
  color:var(--about-gold);
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
}

.cd-about-hero__panel ul{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}

.cd-about-hero__panel li{
  position:relative;
  padding-left:18px;
  color:var(--about-muted);
  line-height:1.5;
}

.cd-about-hero__panel li::before{
  content:"";
  position:absolute;
  left:0;
  top:.68em;
  width:7px;
  height:2px;
  background:var(--about-accent);
}

.cd-about-section{
  margin-top:42px;
}

.cd-about-section__head{
  margin-bottom:18px;
}

.cd-about-section h2,
.cd-about-cta h2{
  margin:0;
  font-size:clamp(1.7rem, 3vw, 2.6rem);
  line-height:1.08;
  letter-spacing:0;
}

.cd-about-intro,
.cd-about-publisher{
  display:grid;
  grid-template-columns:minmax(0, .75fr) minmax(0, 1fr);
  gap:28px;
  padding:30px;
}

.cd-about-copy{
  display:grid;
  gap:16px;
  color:var(--about-muted);
  font-size:1rem;
  line-height:1.72;
}

.cd-about-copy p{
  margin:0;
}

.cd-about-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}

.cd-about-card{
  padding:22px;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.cd-about-card:hover{
  transform:translateY(-3px);
  border-color:var(--about-border-strong);
  box-shadow:0 18px 42px rgba(0,0,0,.14);
}

.cd-about-card__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:30px;
  border:1px solid rgba(85,225,103,.34);
  border-radius:8px;
  color:var(--about-gold);
  font-size:.78rem;
  font-weight:900;
}

.cd-about-card h3{
  margin:18px 0 0;
  font-size:1.18rem;
  line-height:1.22;
}

.cd-about-card p{
  margin:12px 0 0;
  color:var(--about-muted);
  font-size:.95rem;
  line-height:1.65;
}

.cd-about-topic-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

.cd-about-topic-list a{
  display:grid;
  gap:8px;
  min-height:118px;
  padding:20px;
  border:1px solid var(--about-border);
  border-radius:12px;
  background:var(--panel);
  color:var(--text);
  text-decoration:none;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.cd-about-topic-list a:hover{
  opacity:1;
  transform:translateY(-2px);
  border-color:var(--about-border-strong);
  background:var(--panel-3);
}

.cd-about-topic-list span{
  color:var(--about-blue);
  font-size:.82rem;
  font-weight:900;
  text-transform:uppercase;
}

.cd-about-topic-list strong{
  max-width:46ch;
  font-size:1.02rem;
  line-height:1.45;
}

.cd-about-cta{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  gap:24px;
  align-items:center;
  margin-top:42px;
  padding:30px;
}

.cd-about-cta p{
  max-width:68ch;
  margin:14px 0 0;
  color:var(--about-muted);
  line-height:1.7;
}

.cd-about-cta__actions{
  justify-content:flex-end;
  margin-top:0;
}

@media (max-width:1040px){
  .cd-about-hero,
  .cd-about-intro,
  .cd-about-publisher,
  .cd-about-cta{
    grid-template-columns:1fr;
  }

  .cd-about-hero__panel{
    min-height:auto;
  }

  .cd-about-cta__actions{
    justify-content:flex-start;
  }
}

@media (max-width:760px){
  .cd-about-grid,
  .cd-about-topic-list{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .cd-about{
    padding-top:22px;
  }

  .cd-about .cd-container{
    width:min(100% - 24px, 1120px);
  }

  .cd-about-hero__content,
  .cd-about-hero__panel,
  .cd-about-intro,
  .cd-about-publisher,
  .cd-about-cta{
    padding:22px;
  }

  .cd-about-btn{
    width:100%;
  }
}

@media (prefers-reduced-motion:reduce){
  .cd-about-btn,
  .cd-about-card,
  .cd-about-topic-list a{
    transition:none;
  }

  .cd-about-btn:hover,
  .cd-about-card:hover,
  .cd-about-topic-list a:hover{
    transform:none;
  }
}
