/* =========================================================
   D BROS MEDIA - REELS & SHORTS SINGLE SERVICE PAGE
   Scoped only to .rs-page. Existing header/footer untouched.
========================================================= */

.rs-page,
.rs-page *{
  box-sizing:border-box;
}

.rs-page{
  width:100%;
  overflow:hidden;
  background:#f8f9fb;
  color:#111;
  padding:115px 20px 80px;
}

.rs-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

.rs-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 24px;
  color:#0207f6 !important;
  font-size:14px;
  font-weight:600;
  text-decoration:none !important;
}

.rs-back:hover{
  color:#0000c8 !important;
}

/* HERO */

.rs-hero{
  display:grid;
  grid-template-columns:48% 52%;
  min-height:475px;
  overflow:hidden;
  background:#fff;
  border:1px solid #e4e6eb;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.rs-hero-image,
.rs-hero-image img{
  width:100%;
  height:100%;
  min-height:475px;
}

.rs-hero-image{
  overflow:hidden;
}

.rs-hero-image img{
  display:block;
  object-fit:cover;
}

.rs-hero-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:50px 55px;
}

.rs-kicker,
.rs-label{
  color:#0207f6;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.5px;
}

.rs-hero-content h1{
  margin:10px 0 18px;
  color:#111;
  font-size:44px;
  line-height:1.15;
  font-weight:700;
}

.rs-hero-content p{
  max-width:570px;
  margin:0;
  color:#5e6269;
  font-size:16px;
  line-height:1.8;
}

.rs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:max-content;
  margin-top:27px;
  min-height:45px;
  padding:0 21px;
  background:#0207f6;
  color:#fff !important;
  border-radius:5px;
  font-size:13px;
  font-weight:700;
  text-decoration:none !important;
  transition:.25s ease;
}

.rs-btn:hover{
  background:#0000c8;
  transform:translateY(-2px);
}

/* INTRO */

.rs-intro{
  max-width:900px;
  margin:65px auto 55px;
  text-align:center;
}

.rs-intro h2{
  margin:9px 0 15px;
  color:#111;
  font-size:31px;
  line-height:1.3;
}

.rs-intro p{
  margin:0 auto 12px;
  color:#666;
  font-size:15px;
  line-height:1.85;
}

/* COMMON */

.rs-section{
  margin-top:60px;
}

.rs-heading{
  margin-bottom:26px;
}

.rs-heading span{
  color:#0207f6;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.5px;
}

.rs-heading h2{
  margin:7px 0 0;
  color:#111;
  font-size:29px;
  line-height:1.3;
}

/* PLATFORM / CONTENT CARDS */

.rs-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.rs-card{
  display:flex;
  gap:17px;
  min-width:0;
  padding:23px;
  background:#fff;
  border:1px solid #e3e5e9;
  border-radius:10px;
  box-shadow:0 4px 14px rgba(0,0,0,.03);
  transition:.25s ease;
}

.rs-card:hover{
  transform:translateY(-3px);
  border-color:rgba(2,7,246,.3);
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}

.rs-icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef0ff;
  color:#0207f6;
  border-radius:50%;
  font-size:16px;
}

.rs-card h3{
  margin:0 0 7px;
  color:#111;
  font-size:16px;
  line-height:1.35;
}

.rs-card p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.7;
}

/* AUDIENCE */

.rs-audience{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.rs-audience-card{
  padding:25px 21px;
  background:#fff;
  border:1px solid #e3e5e9;
  border-radius:10px;
}

.rs-audience-card h3{
  margin:0 0 8px;
  color:#111;
  font-size:16px;
}

.rs-audience-card p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.7;
}

/* TYPES */

.rs-types{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.rs-type{
  padding:23px 20px;
  background:#fff;
  border:1px solid #e3e5e9;
  border-radius:10px;
}

.rs-type strong{
  display:block;
  margin-bottom:7px;
  color:#111;
  font-size:15px;
}

.rs-type p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.7;
}

/* PROCESS */

.rs-process{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.rs-step{
  padding:23px 21px;
  background:#fff;
  border:1px solid #e3e5e9;
  border-radius:10px;
}

.rs-number{
  display:block;
  margin-bottom:14px;
  color:#0207f6;
  font-size:12px;
  font-weight:700;
}

.rs-step h3{
  margin:0 0 7px;
  color:#111;
  font-size:16px;
}

.rs-step p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.7;
}

/* CTA */

.rs-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-top:60px;
  padding:38px 42px;
  background:#0207f6;
  border-radius:12px;
}

.rs-cta-label{
  color:#d7d9ff;
  font-size:10px;
  font-weight:700;
  letter-spacing:1.4px;
}

.rs-cta h2{
  margin:7px 0 8px;
  color:#fff;
  font-size:27px;
  line-height:1.3;
}

.rs-cta p{
  max-width:720px;
  margin:0;
  color:#e3e4ff;
  font-size:13px;
  line-height:1.7;
}

.rs-cta a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 20px;
  background:#fff;
  color:#0207f6 !important;
  border-radius:5px;
  font-size:13px;
  font-weight:700;
  text-decoration:none !important;
  white-space:nowrap;
}

/* TABLET */

@media(max-width:1050px){
  .rs-audience{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rs-types{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .rs-process{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* MOBILE */

@media(max-width:768px){

  .rs-page{
    padding:100px 16px 60px;
  }

  .rs-hero{
    grid-template-columns:1fr;
  }

  .rs-hero-image,
  .rs-hero-image img{
    height:300px;
    min-height:300px;
  }

  .rs-hero-content{
    padding:35px 25px;
  }

  .rs-hero-content h1{
    font-size:34px;
  }

  .rs-grid,
  .rs-audience,
  .rs-types,
  .rs-process{
    grid-template-columns:1fr;
  }

  .rs-cta{
    flex-direction:column;
    align-items:flex-start;
    padding:30px 25px;
  }

  .rs-cta a{
    width:100%;
  }
}

/* SMALL MOBILE */

@media(max-width:480px){

  .rs-page{
    padding:95px 12px 50px;
  }

  .rs-hero-image,
  .rs-hero-image img{
    height:235px;
    min-height:235px;
  }

  .rs-hero-content{
    padding:28px 20px;
  }

  .rs-hero-content h1{
    font-size:29px;
  }

  .rs-hero-content p{
    font-size:14px;
  }

  .rs-btn{
    width:100%;
  }

  .rs-intro h2{
    font-size:25px;
  }
}