
/* =========================================================
   D BROS MEDIA - SOCIAL MEDIA MANAGEMENT
   Scoped to .sm-page. Existing header/footer unchanged.
========================================================= */

.sm-page,.sm-page *{box-sizing:border-box}

.sm-page{
  width:100%;
  overflow:hidden;
  background:#f8f9fb;
  color:#111;
  padding:115px 20px 80px;
}

.sm-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

.sm-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;
}

.sm-back:hover{color:#0000c8 !important}

/* HERO */

.sm-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);
}

.sm-hero-image,.sm-hero-image img{
  width:100%;
  height:100%;
  min-height:475px;
}

.sm-hero-image{overflow:hidden}

.sm-hero-image img{
  display:block;
  object-fit:cover;
}

.sm-hero-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:50px 55px;
}

.sm-kicker,.sm-label{
  color:#0207f6;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.5px;
}

.sm-hero-content h1{
  margin:10px 0 18px;
  color:#111;
  font-size:44px;
  line-height:1.15;
  font-weight:700;
}

.sm-hero-content p{
  max-width:570px;
  margin:0;
  color:#5e6269;
  font-size:16px;
  line-height:1.8;
}

.sm-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;
}

.sm-btn:hover{
  background:#0000c8;
  transform:translateY(-2px);
}

/* INTRO */

.sm-intro{
  max-width:900px;
  margin:65px auto 55px;
  text-align:center;
}

.sm-intro h2{
  margin:9px 0 15px;
  color:#111;
  font-size:31px;
  line-height:1.3;
}

.sm-intro p{
  margin:0 auto 12px;
  color:#666;
  font-size:15px;
  line-height:1.85;
}

/* SECTIONS */

.sm-section{margin-top:60px}

.sm-heading{margin-bottom:26px}

.sm-heading span{
  color:#0207f6;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.5px;
}

.sm-heading h2{
  margin:7px 0 0;
  color:#111;
  font-size:29px;
  line-height:1.3;
}

/* MANAGEMENT FEATURES */

.sm-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.sm-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;
}

.sm-card:hover{
  transform:translateY(-3px);
  border-color:rgba(2,7,246,.3);
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}

.sm-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;
}

.sm-card h3{
  margin:0 0 7px;
  color:#111;
  font-size:16px;
  line-height:1.35;
}

.sm-card p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.7;
}

/* PLATFORM */

.sm-platforms{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.sm-platform{
  padding:24px 20px;
  background:#fff;
  border:1px solid #e3e5e9;
  border-radius:10px;
  text-align:center;
}

.sm-platform-icon{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 13px;
  background:#eef0ff;
  color:#0207f6;
  border-radius:50%;
  font-size:17px;
}

.sm-platform h3{
  margin:0 0 7px;
  color:#111;
  font-size:16px;
}

.sm-platform p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.65;
}

/* CLIENT TYPES */

.sm-client-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.sm-client{
  padding:24px 21px;
  background:#fff;
  border:1px solid #e3e5e9;
  border-radius:10px;
}

.sm-client h3{
  margin:0 0 8px;
  color:#111;
  font-size:16px;
}

.sm-client p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.7;
}

/* CONTENT PLAN */

.sm-plan{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.sm-plan-step{
  padding:23px 21px;
  background:#fff;
  border:1px solid #e3e5e9;
  border-radius:10px;
}

.sm-number{
  display:block;
  margin-bottom:14px;
  color:#0207f6;
  font-size:12px;
  font-weight:700;
}

.sm-plan-step h3{
  margin:0 0 7px;
  color:#111;
  font-size:16px;
}

.sm-plan-step p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.7;
}

/* CTA */

.sm-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-top:60px;
  padding:38px 42px;
  background:#0207f6;
  border-radius:12px;
}

.sm-cta-label{
  color:#d7d9ff;
  font-size:10px;
  font-weight:700;
  letter-spacing:1.4px;
}

.sm-cta h2{
  margin:7px 0 8px;
  color:#fff;
  font-size:27px;
  line-height:1.3;
}

.sm-cta p{
  max-width:720px;
  margin:0;
  color:#e3e4ff;
  font-size:13px;
  line-height:1.7;
}

.sm-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){
  .sm-platforms{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm-client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm-plan{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* MOBILE */

@media(max-width:768px){
  .sm-page{padding:100px 16px 60px}

  .sm-hero{grid-template-columns:1fr}

  .sm-hero-image,.sm-hero-image img{
    height:300px;
    min-height:300px;
  }

  .sm-hero-content{padding:35px 25px}
  .sm-hero-content h1{font-size:34px}

  .sm-grid,
  .sm-platforms,
  .sm-client-grid,
  .sm-plan{
    grid-template-columns:1fr;
  }

  .sm-cta{
    flex-direction:column;
    align-items:flex-start;
    padding:30px 25px;
  }

  .sm-cta a{width:100%}
}

/* SMALL MOBILE */

@media(max-width:480px){
  .sm-page{padding:95px 12px 50px}

  .sm-hero-image,.sm-hero-image img{
    height:235px;
    min-height:235px;
  }

  .sm-hero-content{padding:28px 20px}
  .sm-hero-content h1{font-size:29px}
  .sm-hero-content p{font-size:14px}

  .sm-btn{width:100%}
  .sm-intro h2{font-size:25px}
}