/* Riwaq Training v3 */
.theme-riwaq-v3{
  --riwaq-gold:#c69b58;
  --riwaq-navy:#163553;
  --riwaq-surface:#f6f8fb;
  background:#eef3f8;
  color:#18314b;
}

.theme-riwaq-v3 .theme-header,
.theme-riwaq-v3 .theme-header-split{
  min-height:92px;
  padding:22px clamp(24px,5vw,88px);
  background:#ffffff;
  border:0;
  border-block-start:4px solid var(--riwaq-gold);
  border-block-end:1px solid #16355314;
}

.theme-riwaq-v3 .theme-header nav>a:not(.theme-button):not(.theme-language){color:#36516d}
.theme-riwaq-v3 .theme-language{border-color:#16355325;color:#163553}

.theme-riwaq-v3 .theme-button{
  min-height:54px;
  padding:0 28px;
  border-radius:12px;
  background:var(--riwaq-gold);
  color:#11283e!important;
  font-weight:700;
  box-shadow:none;
}

.theme-riwaq-v3 .theme-button:hover{transform:none;background:#b58a49}
.theme-riwaq-v3 .theme-button-invert{background:#163553;color:#fff!important}

.theme-riwaq-v3 .theme-hero{
  grid-template-columns:minmax(0,48fr) minmax(0,52fr);
  min-height:720px;
  background:linear-gradient(135deg,#ffffff,#eef3f8);
}

.theme-riwaq-v3 .theme-hero-copy{padding:clamp(68px,8vw,124px) clamp(24px,6vw,88px)}
.theme-riwaq-v3 .theme-kicker{color:var(--riwaq-gold)}
.theme-riwaq-v3 .theme-hero h1{max-width:9ch;font-size:clamp(3.4rem,6.3vw,6.3rem);line-height:.95;letter-spacing:-.04em}
.theme-riwaq-v3 .theme-hero p{max-width:36ch;color:#546c84}
.theme-riwaq-v3 .theme-hero-proof{gap:12px 22px;color:#52677c}
.theme-riwaq-v3 .theme-hero-proof span:before{background:var(--riwaq-gold)}
.theme-riwaq-v3 .theme-hero-image{margin:24px;border-radius:28px;overflow:hidden;box-shadow:0 24px 48px #16355312}
.theme-riwaq-v3 .theme-hero-image img{height:100%;object-position:center}

.theme-riwaq-v3 .theme-course-section,
.theme-riwaq-v3 .theme-course-section:nth-of-type(even){background:var(--riwaq-surface)}
.theme-riwaq-v3 .theme-courses{gap:18px}
.theme-riwaq-v3 .theme-courses article{border-radius:22px;background:#fff;box-shadow:0 18px 42px #1635530d}

.theme-riwaq-v3 .theme-training-path ol{
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:0;
  gap:16px;
}

.theme-riwaq-v3 .theme-training-path li{
  border:1px solid #16355316;
  border-radius:18px;
  background:#fff;
}

.theme-riwaq-v3 .theme-training-path li>span{color:var(--riwaq-gold)}
.theme-riwaq-v3 .theme-team-section-compact .theme-team{border-top-color:#16355318}
.theme-riwaq-v3 .theme-team-section-compact .theme-team article{background:#fff}
.theme-riwaq-v3 .theme-team-section-compact .theme-team h3{color:var(--theme-accent)}
.theme-riwaq-v3 .theme-contact-accent{background:#163553;color:#fff}
.theme-riwaq-v3 .theme-contact-accent p{color:#d4deea}
.theme-riwaq-v3 .theme-footer{background:#10263b;color:#eff5fb;border-block-start:4px solid var(--riwaq-gold)}

.theme-riwaq-v3[dir=rtl] .theme-hero h1{letter-spacing:-.02em}

@media(max-width:900px){
  .theme-riwaq-v3 .theme-hero{grid-template-columns:1fr}
  .theme-riwaq-v3 .theme-hero-image{order:-1;min-height:52vw;max-height:560px;margin:14px}
  .theme-riwaq-v3 .theme-training-path ol{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:620px){
  .theme-riwaq-v3 .theme-header,
  .theme-riwaq-v3 .theme-header-split{min-height:74px;padding:16px 18px}
  .theme-riwaq-v3 .theme-button{width:100%}
  .theme-riwaq-v3 .theme-hero h1{font-size:clamp(2.8rem,13vw,4.4rem)}
  .theme-riwaq-v3 .theme-training-path ol{grid-template-columns:1fr}
}
