/* ── BANNER ── */
.rk-about-banner {
  position: relative;
  height: 200px;
  background: linear-gradient(rgba(10,24,50,.92), rgba(10,24,50,.92)),
              url('../img/pagesbarner.jfif') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.rk-about-banner span {
  color: rgba(255,255,255,.6);
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
.rk-about-banner h1 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #fff;
  font-weight: 500;
}
.rk-banner-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.rk-banner-divider span {
  width: 50px; height: 1px; background: rgba(255,255,255,.4);
}
.rk-banner-divider i { color: rgba(255,255,255,.6); font-size: 12px; }

.hs-about{
  padding:105px 7%;
}

.hs-about-container{
  max-width:1320px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.hs-about-image img{
  width:100%;
  display:block;
  border-radius:26px;
  box-shadow:0 20px 55px rgba(22,43,74,.10);
}

.hs-about-content span{
  color:#b76e79;
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
}

.hs-about-content h2{
  font-family:'Playfair Display',serif;
  font-size:56px;
  line-height:1.18;
  margin:18px 0;
}

.hs-about-content p{
  font-size:17px;
  color:#5f6875;
  line-height:1.9;
}

.hs-features{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
  margin-top:30px;
}

.hs-features div{
  background:#fff7f8;
  border:1px solid #f1d8de;
  border-radius:14px;
  padding:18px;
  font-weight:700;
}

.hs-section-head{
  text-align:center;
  max-width:850px;
  margin:0 auto 55px;
}

.hs-section-head span{
  color:#b76e79;
  font-size:14px;
  font-weight:800;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.hs-section-head h2{
  font-family:'Playfair Display',serif;
  font-size:54px;
  margin:15px 0;
  color:#162b4a;
}

.hs-section-head p{
  color:#5f6875;
  line-height:1.8;
}

.hs-symptoms{
  padding:100px 7%;
  background:#fff8fa;
}

.hs-symptoms-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;
}

.hs-box{
  background:#fff;
  border-radius:22px;
  padding:36px;
  border:1px solid #f1d8de;
}

.hs-box ul{
  list-style:none;
  padding:0;
  margin:0;
}

.hs-box li{
  position:relative;
  padding-left:30px;
  margin-bottom:12px;
  color:#5f6875;
  line-height:1.7;
}

.hs-box li::before{
  content:"\f00c";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  left:0;
  top:2px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff3f6;
  color:#b76e79;
  font-size:11px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hs-process,
.ls-process{
  padding:100px 7%;
}

.hs-process-grid,
.ls-process-grid{
  max-width:1250px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.hs-process-card,
.ls-process-card{
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:22px;
  padding:34px 25px;
  box-shadow:0 15px 42px rgba(22,43,74,.06);
}

.hs-process-card strong,
.ls-process-card strong{
  font-family:'Playfair Display',serif;
  font-size:52px;
  color:#b76e79;
}

.hs-faq{
  padding:100px 7%;
  background:#fff8fa;
}

.hs-faq-wrap{
  max-width:950px;
  margin:auto;
}

.hs-faq details{
  background:#fff;
  border:1px solid #f1d8de;
  border-radius:18px;
  padding:22px 26px;
  margin-bottom:18px;
  box-shadow:0 10px 30px rgba(22,43,74,.05);
  transition:.3s;
}

.hs-faq details[open]{
  border-color:#b76e79;
}

.hs-faq summary{
  cursor:pointer;
  list-style:none;
  font-size:18px;
  font-weight:700;
  color:#162b4a;
  position:relative;
  padding-right:35px;
}

.hs-faq summary::-webkit-details-marker{
  display:none;
}

.hs-faq summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:-2px;
  font-size:24px;
  color:#b76e79;
}

.hs-faq details[open] summary::after{
  content:"−";
}

.hs-faq details p{
  margin-top:16px;
  color:#5f6875;
  line-height:1.9;
  font-size:15px;
}

.hs-cta{
  padding:90px 7%;
  text-align:center;
  background-size:cover;
  background-position:center;
}

.hs-cta h2{
  font-family:'Playfair Display',serif;
  font-size:54px;
  color:#fff;
}

.hs-cta p{
  color:#dbe4ef;
  max-width:700px;
  margin:auto;
}

.hs-cta a{
  display:inline-block;
  margin-top:25px;
  background:#b76e79;
  color:#fff;
  padding:16px 34px;
  border-radius:10px;
  text-decoration:none;
  font-weight:800;
}

/* ── MOBILE RESPONSIVENESS ── */

@media (max-width: 991px) {
  .hs-about {
    padding: 60px 5%;
  }
  .hs-about-container {
    gap: 40px;
  }
  .hs-about-content h2 {
    font-size: 42px;
  }
  .hs-section-head {
    margin-bottom: 40px;
  }
  .hs-section-head h2 {
    font-size: 40px;
  }
  .hs-symptoms {
    padding: 60px 5%;
  }
  .hs-symptoms-grid {
    gap: 20px;
  }
  .hs-box {
    padding: 26px;
  }
  .hs-process,
  .ls-process {
    padding: 60px 5%;
  }
  .hs-process-grid,
  .ls-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .hs-faq {
    padding: 60px 5%;
  }
  .hs-faq details {
    padding: 18px 22px;
  }
  .hs-cta {
    padding: 60px 5%;
  }
  .hs-cta h2 {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .rk-about-banner {
    height: 160px;
    padding: 0 15px;
    text-align: center;
  }
  .rk-about-banner h1 {
    font-size: 28px;
  }
  .hs-about-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hs-about-content h2 {
    font-size: 32px;
    margin: 12px 0;
  }
  .hs-about-content p {
    font-size: 15px;
    line-height: 1.7;
  }
  .hs-about-image {
    order: -1;
  }
  .hs-section-head h2 {
    font-size: 32px;
  }
  .hs-symptoms-grid {
    grid-template-columns: 1fr;
  }
  .hs-box {
    padding: 22px;
  }
  .hs-faq summary {
    font-size: 16px;
  }
  .hs-cta h2 {
    font-size: 30px;
  }
  .hs-cta a {
    padding: 12px 26px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .hs-process-grid,
  .ls-process-grid {
    grid-template-columns: 1fr;
  }
  .hs-process-card,
  .ls-process-card {
    padding: 25px 20px;
  }
  .hs-process-card strong,
  .ls-process-card strong {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .hs-features {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}