/** HERO **/
.rd-about-hero{
  padding:clamp(56px,6vw,90px) 0;
  background:#fff;
}

.rd-about-layout{
  display:grid;
  grid-template-columns:1fr 52%;
  gap:clamp(40px,5vw,72px);
  align-items:center;
}

.rd-about-title{
  margin:18px 0 24px;
  color:var(--zb-color-primary);
  font-size:clamp(1.3rem,3vw,3rem);
  line-height:.95;
}

.rd-about-points{
  display:grid;
  gap:18px;
  margin-top:34px;
}

.rd-about-point{
  padding:20px 0;
  border-top:1px solid var(--zb-color-border);
}

.rd-about-point strong{
  display:block;
  margin-bottom:8px;
  color:var(--zb-color-primary);
  font-size:1rem;
}

.rd-about-point span{
  color:var(--zb-color-muted);
  line-height:1.7;
}

.rd-about-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:38px;
}

.rd-about-gallery{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.rd-about-image{
  overflow:hidden;
  border-radius:30px;
}

.rd-about-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .6s ease;
}

.rd-about-image:hover img{
  transform:scale(1.04);
}

.rd-about-image-large{
  aspect-ratio:16/9;
}

.rd-about-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

@media(max-width:1199px){

  .rd-about-layout{
    grid-template-columns:1fr;
  }

}

@media(max-width:767px){

  .rd-about-grid{
    grid-template-columns:1fr 1fr;
  }

}
/** HERO END **/
/* HOW PROJECTS REALLY WORK START */

.rd-project-line{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
  margin-top:clamp(38px,5vw,60px);
}

.rd-project-line::before{
  content:"";
  position:absolute;
  top:34px;
  left:8%;
  right:8%;
  height:1px;
  background:var(--zb-color-border);
}

.rd-project-step{
  position:relative;
  z-index:2;
  padding:28px;
  border:1px solid var(--zb-color-border);
  border-radius:28px;
  background:#fff;
  transition:var(--zb-transition);
}

.rd-project-step:hover,
.rd-project-step.active{
  transform:translateY(-6px);
  box-shadow:var(--zb-shadow-sm);
}

.rd-project-number{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:68px;
  height:68px;
  margin:0 auto 24px;
  border-radius:50%;
  background:#fff;
  border:1px solid var(--zb-color-border);
  color:var(--zb-color-primary);
  font-size:1.25rem;
  font-weight:900;
}

.rd-project-step.active .rd-project-number,
.rd-project-step:hover .rd-project-number{
  background:var(--zb-color-primary);
  border-color:var(--zb-color-primary);
  color:#fff;
}

.rd-project-step h3{
  margin:0 0 14px;
  text-align:center;
  color:var(--zb-color-primary);
  font-size:1.08rem;
  line-height:1.35;
  font-weight:900;
}

.rd-project-step p{
  margin:0;
  text-align:center;
  color:var(--zb-color-muted);
  line-height:1.75;
  font-size:.95rem;
}

@media(max-width:1199px){

  .rd-project-line{
    grid-template-columns:repeat(2,1fr);
  }

  .rd-project-line::before{
    display:none;
  }

}

@media(max-width:767px){

  .rd-project-line{
    grid-template-columns:1fr;
  }

  .rd-project-step{
    padding:24px;
  }

}

/* HOW PROJECTS REALLY WORK END */
/* SHAPING THE FUTURE START */

.rd-future-section{
  overflow:hidden;
}

.rd-future-head{
  margin-bottom:clamp(40px,5vw,70px);
}

.rd-future-title{
  margin:18px 0 0;
  font-size:clamp(1.5rem,4vw,4rem);
  line-height:.95;
  font-weight:300;
  color:var(--zb-color-primary);
  max-width:980px;
}

.rd-future-title strong{
  font-weight:900;
}

.rd-future-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(40px,5vw,80px);
  align-items:center;
  margin-bottom:clamp(70px,8vw,110px);
}

.rd-future-row.reverse{
  direction:rtl;
}

.rd-future-row.reverse > *{
  direction:ltr;
}

.rd-future-copy h3{
  margin:0 0 24px;
  font-size:clamp(1.3rem,2vw,2rem);
  line-height:1.08;
  font-weight:900;
  color:var(--zb-color-primary);
}

.rd-future-media{
  overflow:hidden;
  border-radius:36px;
}

.rd-future-media img{
  width:100%;
  display:block;
  object-fit:cover;
  transition:transform .8s ease;
}

.rd-future-media:hover img{
  transform:scale(1.04);
}

@media(max-width:991px){

  .rd-future-row{
    grid-template-columns:1fr;
    gap:28px;
  }

  .rd-future-row.reverse{
    direction:ltr;
  }

}

/* SHAPING THE FUTURE END */
/**** Video ****/
.rd-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: var(--zb-space-9);
  align-items: center;
}
.rd-video-points {
  display: grid;
  gap: var(--zb-space-5);
  margin-top: var(--zb-space-7);
}

.rd-video-points div {
  padding: var(--zb-space-5);
  border: 1px solid var(--zb-color-border);
  border-radius: var(--zb-radius-md);
  background: #fff;
}

.rd-video-points strong {
  display: block;
  margin-bottom: 8px;
  color: var(--zb-color-primary);
  font-weight: 900;
}

.rd-video-points span {
  color: var(--zb-color-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.rd-video-panel {
  min-width: 0;
}

.rd-video-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--zb-radius-lg);
  background: var(--zb-color-primary);
  cursor: pointer;
}

.rd-video-card img,
.rd-video-card iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.rd-video-card:hover img {
  transform: scale(1.04);
  opacity: 0.72;
}

.rd-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--zb-color-primary);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform: translate(-50%, -50%);
}

.rd-video-card.is-loaded .rd-video-play {
  display: none;
}

@media (max-width: 1199px) {
  .rd-video-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .rd-video-layout {
    padding: var(--zb-space-6);
    border-radius: var(--zb-radius-md);
  }

  .rd-video-play {
    width: 68px;
    height: 68px;
    font-size: 0.76rem;
  }
}
.rd-video-card iframe {
  display: block;
  border: 0;
  background: #000;
}

/**** Video End ****/
/** Original Spare Parts **/
.rd-spare-section{
  padding:70px 0;
  background:linear-gradient(180deg,#fff 0%,#faf8f3 100%);
}

.rd-spare-head{
  margin:0 auto 38px;
  text-align:left;
}

.rd-spare-head h2{
  margin:10px 0 16px;
  color:var(--zb-color-primary);
  font-size:clamp(21px,2.5vw,35px);
  line-height:1.15;
}

.rd-spare-head p{
  margin:0;
  color:#667085;
  font-size:17px;
  line-height:1.75;
}

.rd-spare-layout{
  display:grid;
  grid-template-columns:.85fr 1.6fr;
  gap:28px;
  align-items:start;
}

.rd-spare-feature{
  position:sticky;
  top:110px;
  background:#fff;
  border:1px solid rgba(178,135,52,.28);
  border-radius:28px;
  padding:32px;
  box-shadow:0 20px 50px rgba(16,24,40,.08);
}

.rd-spare-feature span{
  display:inline-flex;
  margin-bottom:14px;
  color:var(--zb-color-accent);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.rd-spare-feature h3{
  margin:0 0 14px;
  color:var(--zb-color-primary);
  font-size:28px;
  line-height:1.25;
}

.rd-spare-feature p{
  margin:0;
  color:#475467;
  line-height:1.7;
}

.rd-spare-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.rd-spare-badges strong{
  display:inline-flex;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(178,135,52,.1);
  color:#7a581f;
  font-size:13px;
  font-weight:700;
}

.rd-spare-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.rd-spare-card{
  background:#fff;
  border:1px solid #e7ecef;
  border-radius:22px;
  padding:22px;
  transition:.25s ease;
}

.rd-spare-card:hover{
  transform:translateY(-4px);
  border-color:rgba(178,135,52,.45);
  box-shadow:0 16px 38px rgba(16,24,40,.08);
}

.rd-spare-card h3{
  position:relative;
  margin:0 0 10px;
  padding-left:18px;
  color:var(--zb-color-primary);
  font-size:20px;
  line-height:1.3;
}

.rd-spare-card h3::before{
  content:"";
  position:absolute;
  left:0;
  top:.48em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--zb-color-accent);
}

.rd-spare-card p{
  margin:0;
  color:#667085;
  line-height:1.65;
}

.rd-spare-card-wide{
  grid-column:span 2;
  background:linear-gradient(135deg,rgba(178,135,52,.1),rgba(178,135,52,.03));
  border-color:rgba(178,135,52,.3);
}

@media(max-width:991px){
  .rd-spare-layout{
    grid-template-columns:1fr;
  }

  .rd-spare-feature{
    position:relative;
    top:auto;
  }
}

@media(max-width:680px){
  .rd-spare-section{
    padding:54px 0;
  }

  .rd-spare-grid{
    grid-template-columns:1fr;
  }

  .rd-spare-card-wide{
    grid-column:auto;
  }

  .rd-spare-feature,
  .rd-spare-card{
    padding:22px;
  }
}
/** Original Spare Parts End **/