.ksslh-page,
.ksslh-page *{
  box-sizing:border-box;
  font-family:"Poppins", Arial, sans-serif !important;
}

.ksslh-page{
  width:100%;
  color:#0f172a;
}

/* HERO */
.ksslh-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,470px);
  gap:34px;
  align-items:center;
  padding:34px;
  margin:0 0 34px;
  border-radius:28px;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.09), transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid #e5e7eb;
  box-shadow:0 22px 55px rgba(15,23,42,.09);
}

.ksslh-title{
  margin:0 0 16px;
  font-size:clamp(32px,4vw,50px);
  line-height:1.06;
  font-weight:850;
  letter-spacing:-.04em;
  color:#0f172a;
}

.ksslh-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 18px;
}

.ksslh-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:0 15px;
  border-radius:999px;
  background:#f1f5f9;
  color:#334155;
  border:1px solid #e2e8f0;
  font-size:13px;
  font-weight:800;
}

.ksslh-badge--verified{
  color:#15803d;
  background:#ecfdf5;
  border-color:#bbf7d0;
}

.ksslh-star-icon{
  color:#f59e0b;
}

.ksslh-check{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#16a34a;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.ksslh-location{
  display:flex;
  gap:9px;
  align-items:center;
  margin:0 0 18px;
  font-size:18px;
  line-height:1.45;
  font-weight:700;
}

.ksslh-location a{
  color:#0f172a;
  text-decoration:none;
}

.ksslh-location a:hover{
  color:#2563eb;
  text-decoration:underline;
}

.ksslh-dot{
  color:#94a3b8;
  margin:0 6px;
}

.ksslh-zip{
  color:#2563eb !important;
  font-size:15px;
  font-weight:850;
}

.ksslh-categories{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:0 0 22px;
}

.ksslh-category{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  color:#0f172a;
  border:1px solid #e5e7eb;
  box-shadow:0 5px 15px rgba(15,23,42,.045);
  font-size:13px;
  font-weight:750;
}

.ksslh-actions{
  display:flex;
  flex-wrap:wrap;
  gap:11px;
}

.ksslh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 21px;
  border-radius:15px;
  text-decoration:none !important;
  font-size:14px;
  font-weight:850;
  transition:.2s ease;
}

.ksslh-btn:hover{
  transform:translateY(-2px);
}

.ksslh-btn--primary{
  background:#2563eb;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(37,99,235,.25);
}

.ksslh-btn--secondary{
  background:#f3f4f6;
  color:#111827 !important;
  border:1px solid #e5e7eb;
}

.ksslh-btn--ghost{
  background:#fff;
  color:#111827 !important;
  border:1px solid #e5e7eb;
}

.ksslh-hero-media{
  height:var(--ksslh-image-height,300px);
  border-radius:24px;
  overflow:hidden;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  box-shadow:0 16px 38px rgba(15,23,42,.10);
}

.ksslh-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* PAGE GRID */
.ksslh-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
  align-items:start;
}

.ksslh-main,
.ksslh-sidebar{
  display:flex;
  flex-direction:column;
  gap:28px;
}

/* CARDS */
.ksslh-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 16px 38px rgba(15,23,42,.06);
}

.ksslh-card-head{
  padding:24px 28px;
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);
  border-bottom:1px solid #eef2f7;
}

.ksslh-card-head h2{
  margin:0;
  color:#0f172a;
  font-size:22px;
  font-weight:850;
  letter-spacing:-.025em;
}

.ksslh-card-head p{
  margin:6px 0 0;
  color:#64748b;
  font-size:14px;
  font-weight:600;
}

.ksslh-card-body{
  padding:28px;
}

.ksslh-description{
  color:#334155;
  font-size:16px;
  line-height:1.85;
}

.ksslh-description p{
  margin:0 0 16px;
}

/* CONTACT */
.ksslh-info-row{
  display:flex;
  gap:14px;
  padding:16px;
  border-radius:18px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  margin-bottom:12px;
}

.ksslh-info-row > span{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 38px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 5px 14px rgba(15,23,42,.05);
}

.ksslh-info-row label{
  display:block;
  margin:0 0 4px;
  color:#64748b;
  font-size:12px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.ksslh-info-row a,
.ksslh-info-row div{
  color:#0f172a;
  font-size:14px;
  font-weight:750;
  line-height:1.45;
  text-decoration:none;
  word-break:break-word;
}

.ksslh-info-row a:hover{
  color:#2563eb;
}

/* MAP */
.ksslh-map-box{
  height:280px;
  background:#f8fafc;
}

.ksslh-map-box iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* REVIEWS */
.ksslh-review-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
}

.ksslh-rating-box{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background:#fffbeb;
  border:1px solid #fde68a;
}

.ksslh-stars{
  color:#f59e0b;
  letter-spacing:1px;
  font-size:15px;
  font-weight:900;
}

.ksslh-reviews{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.ksslh-review{
  padding:20px;
  border-radius:20px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
}

.ksslh-review-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}

.ksslh-avatar{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#2563eb;
  color:#fff;
  font-weight:900;
  font-size:16px;
}

.ksslh-review-top strong{
  display:block;
  color:#0f172a;
  font-size:15px;
  font-weight:850;
}

.ksslh-review-top span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:650;
}

.ksslh-review-text{
  color:#334155;
  font-size:14px;
  line-height:1.7;
  margin-top:10px;
}

.ksslh-review-text p{
  margin:0;
}

.ksslh-empty-review{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:22px;
  border-radius:20px;
  background:#f8fafc;
  border:1px dashed #cbd5e1;
}

.ksslh-empty-review strong{
  color:#0f172a;
  font-size:16px;
  font-weight:850;
}

.ksslh-empty-review span{
  color:#64748b;
  font-size:14px;
}

/* MOBILE */
@media (max-width:1000px){
  .ksslh-hero,
  .ksslh-grid{
    grid-template-columns:1fr;
  }

  .ksslh-sidebar{
    order:2;
  }
}

@media (max-width:700px){
  .ksslh-hero{
    padding:22px;
    border-radius:22px;
    gap:22px;
  }

  .ksslh-title{
    font-size:clamp(28px,8vw,38px);
  }

  .ksslh-hero-media{
    height:230px;
  }

  .ksslh-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .ksslh-btn{
    width:100%;
  }

  .ksslh-reviews{
    grid-template-columns:1fr;
  }

  .ksslh-card-head,
  .ksslh-card-body{
    padding:22px;
  }

  .ksslh-review-head{
    flex-direction:column;
    align-items:flex-start;
  }
}
