.gsp-page{
  background:#f6f8fb;
  color:#0f172a;
  padding-bottom:60px;
}

.gsp-container{
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}

.gsp-hero{
  padding:26px 0 18px;
}

.gsp-topline{
  display:flex;
  gap:8px;
  font-size:13px;
  margin-bottom:16px;
  color:#64748b;
}

.gsp-title-row{
  display:grid;
  grid-template-columns:1fr 310px;
  gap:24px;
  align-items:end;
}

.gsp-badges{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:12px;
}

.gsp-badges span{
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}

.gsp-badges .green{background:#dcfce7;color:#15803d;}
.gsp-badges .gold{background:#fef3c7;color:#92400e;}
.gsp-badges .blue{background:#dbeafe;color:#1d4ed8;}

.gsp-title-row h1{
  margin:0;
  font-size:34px;
  line-height:1.15;
  font-weight:900;
}

.gsp-location{
  margin:10px 0 0;
  color:#64748b;
  font-weight:700;
}

.gsp-price-box,
.gsp-contact,
.gsp-card,
.gsp-feature{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  box-shadow:0 18px 50px rgba(15,23,42,.07);
}

.gsp-price-box{
  padding:20px;
  text-align:right;
}

.gsp-price-box strong{
  font-size:28px;
  font-weight:900;
}

.gsp-price-box span{
  display:block;
  color:#64748b;
  font-weight:700;
  margin-top:4px;
}

.gsp-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:26px;
  align-items:start;
}

.gsp-sidebar{
  position:sticky;
  top:24px;
}

.gsp-main-photo{
  position:relative;
  height:470px;
  border-radius:24px;
  overflow:hidden;
  background:#e5e7eb;
  box-shadow:0 22px 60px rgba(15,23,42,.12);
}

.gsp-open-gallery{
  width:100%;
  height:100%;
  border:0;
  padding:0;
  background:transparent;
  cursor:zoom-in;
}

.gsp-main-photo img,
.gsp-empty-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.gsp-empty-photo{
  display:grid;
  place-items:center;
  font-size:64px;
}

.gsp-count{
  position:absolute;
  right:16px;
  bottom:16px;
  border:0;
  border-radius:999px;
  padding:10px 14px;
  background:rgba(15,23,42,.88);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}

.gsp-thumbs{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:10px;
  margin-top:12px;
}

.gsp-thumb{
  height:72px;
  border:2px solid transparent;
  border-radius:13px;
  overflow:hidden;
  padding:0;
  background:#fff;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(15,23,42,.08);
}

.gsp-thumb.active{
  border-color:#2563eb;
}

.gsp-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.gsp-features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:18px;
}

.gsp-feature{
  padding:18px;
  min-height:112px;
}

.gsp-feature i{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#eff6ff;
  color:#2563eb;
  font-style:normal;
  font-weight:900;
  margin-bottom:10px;
}

.gsp-feature span{
  display:block;
  color:#64748b;
  font-size:13px;
  font-weight:800;
}

.gsp-feature strong{
  display:block;
  margin-top:5px;
  font-size:17px;
  font-weight:900;
}

.gsp-card{
  padding:26px;
  margin-top:20px;
}

.gsp-card h2{
  margin:0 0 18px;
  font-size:23px;
  font-weight:900;
}

.gsp-tabs{
  display:flex;
  gap:8px;
  margin-bottom:16px;
}

.gsp-tabs button{
  border:0;
  border-radius:999px;
  padding:10px 15px;
  background:#eef2ff;
  color:#2563eb;
  font-weight:900;
  cursor:pointer;
}

.gsp-tabs button.active{
  background:#2563eb;
  color:#fff;
}

.gsp-desc{
  display:none;
  line-height:1.8;
  color:#334155;
}

.gsp-desc.active{
  display:block;
}

.gsp-info-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.gsp-info-grid div{
  background:#f8fafc;
  border-radius:16px;
  padding:16px;
}

.gsp-info-grid span{
  display:block;
  color:#64748b;
  font-size:13px;
  font-weight:800;
}

.gsp-info-grid strong{
  display:block;
  margin-top:6px;
  font-weight:900;
}

#gsp-map{
  height:400px;
  border-radius:18px;
  overflow:hidden;
  background:#e5e7eb;
}

.gsp-contact{
  padding:22px;
}

.gsp-contact > span,
.gsp-person span{
  color:#64748b;
  font-size:13px;
  font-weight:800;
}

.gsp-contact h3{
  margin:6px 0 4px;
  font-size:28px;
  font-weight:900;
}

.gsp-contact small{
  color:#64748b;
  font-weight:700;
}

.gsp-person{
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px 0;
  margin:18px 0;
  border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
}

.gsp-person > div{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#2563eb;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:20px;
}

.gsp-person p{
  margin:0;
}

.gsp-person strong{
  display:block;
  margin-top:4px;
}

.gsp-call,
.gsp-email,
.gsp-messengers a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border-radius:14px;
  font-weight:900;
  text-decoration:none;
}

.gsp-call{
  background:#0f172a;
  color:#fff;
}

.gsp-messengers{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:10px;
}

.gsp-messengers .wa{
  background:#16a34a;
  color:#fff;
}

.gsp-messengers .vb{
  background:#7c3aed;
  color:#fff;
}

.gsp-email{
  margin-top:10px;
  border:1px solid #e5e7eb;
  background:#f8fafc;
  color:#0f172a;
}

.gsp-similar{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.gsp-sim-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  overflow:hidden;
  color:#0f172a;
  text-decoration:none;
}

.gsp-sim-card img{
  width:100%;
  height:140px;
  object-fit:cover;
}

.gsp-sim-card strong,
.gsp-sim-card p,
.gsp-sim-card small{
  display:block;
  padding:0 13px;
}

.gsp-sim-card strong{
  margin-top:12px;
  font-size:15px;
}

.gsp-sim-card p{
  margin:7px 0 0;
  color:#2563eb;
  font-weight:900;
}

.gsp-sim-card small{
  margin:6px 0 14px;
  color:#64748b;
  font-weight:700;
}

.gsp-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(2,6,23,.92);
  padding:40px;
}

.gsp-lightbox.active{
  display:flex;
}

.gsp-lightbox img{
  max-width:88vw;
  max-height:82vh;
  object-fit:contain;
  border-radius:18px;
}

.gsp-lightbox-close,
.gsp-lightbox-prev,
.gsp-lightbox-next{
  position:absolute;
  border:0;
  color:#fff;
  background:rgba(255,255,255,.15);
  cursor:pointer;
}

.gsp-lightbox-close{
  top:24px;
  right:24px;
  width:46px;
  height:46px;
  border-radius:50%;
  font-size:30px;
}

.gsp-lightbox-prev,
.gsp-lightbox-next{
  top:50%;
  transform:translateY(-50%);
  width:54px;
  height:74px;
  border-radius:16px;
  font-size:50px;
}

.gsp-lightbox-prev{left:24px;}
.gsp-lightbox-next{right:24px;}

.gsp-lightbox-count{
  position:absolute;
  bottom:24px;
  color:#fff;
  background:rgba(255,255,255,.15);
  padding:9px 14px;
  border-radius:999px;
  font-weight:900;
}

@media(max-width:1050px){
  .gsp-title-row,
  .gsp-main-grid{
    grid-template-columns:1fr;
  }

  .gsp-sidebar{
    position:static;
  }
}

@media(max-width:760px){
  .gsp-title-row h1{
    font-size:27px;
  }

  .gsp-main-photo{
    height:310px;
  }

  .gsp-thumbs{
    grid-template-columns:repeat(4,1fr);
  }

  .gsp-features{
    grid-template-columns:repeat(2,1fr);
  }

  .gsp-info-grid,
  .gsp-similar{
    grid-template-columns:1fr;
  }
}

/* Extra sections */

.gsp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gsp-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1d4ed8;
  font-weight: 800;
  font-size: 14px;
}

.gsp-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gsp-link-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 14px;
  background: #0f172a;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.gsp-link-row a:hover {
  background: #2563eb;
  color: #fff;
}

.gsp-card + .gsp-card {
  margin-top: 18px;
}

.gsp-info-grid div:empty {
  display: none;
}

/* Final premium polish */

.gsp-page {
  min-height: 100vh;
}

.gsp-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.gsp-title-row {
  margin-bottom: 6px;
}

.gsp-gallery {
  margin-bottom: 18px;
}

.gsp-card h2 {
  position: relative;
  padding-bottom: 12px;
}

.gsp-card h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: #2563eb;
}

.gsp-feature,
.gsp-card,
.gsp-contact,
.gsp-price-box {
  transition: transform .18s ease, box-shadow .18s ease;
}

.gsp-feature:hover,
.gsp-sim-card:hover {
  transform: translateY(-3px);
}

.gsp-contact {
  top: 96px;
}

.gsp-call:hover,
.gsp-messengers a:hover,
.gsp-email:hover {
  opacity: .9;
}

@media(max-width:760px){
  .gsp-container {
    padding: 0 14px;
  }

  .gsp-hero {
    padding-top: 18px;
  }

  .gsp-price-box {
    text-align: left;
  }

  .gsp-contact {
    margin-top: 4px;
  }
}

/* GenieHome requested single-property refinements */
.gsp-feature-strip{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin:18px 0!important;
}
.gsp-feature-item,
.gsp-feature{
  min-height:84px!important;
  padding:14px!important;
  border-radius:16px!important;
}
.gsp-feature-item i,
.gsp-feature i{
  width:28px!important;
  height:28px!important;
  border-radius:9px!important;
  margin-bottom:7px!important;
  font-size:13px!important;
}
.gsp-feature-item span,
.gsp-feature span{
  font-size:12px!important;
}
.gsp-feature-item strong,
.gsp-feature strong{
  font-size:15px!important;
  line-height:1.35!important;
}
.gsp-meta-under-price{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:14px 0 0!important;
}
.gsp-meta-under-price div{
  background:#f8fafc!important;
  border-radius:14px!important;
  padding:12px!important;
}
.gsp-meta-under-price span{
  display:block!important;
  color:#64748b!important;
  font-size:12px!important;
  font-weight:800!important;
}
.gsp-meta-under-price strong{
  display:block!important;
  color:#0f172a!important;
  font-size:15px!important;
  font-weight:950!important;
  margin-top:4px!important;
}
.gsp-video-block{
  margin-top:18px!important;
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:22px!important;
  padding:22px!important;
  box-shadow:0 18px 50px rgba(15,23,42,.07)!important;
}
.gsp-video-block h2{
  margin:0 0 14px!important;
  color:#0f172a!important;
  font-size:22px!important;
  font-weight:950!important;
}
.gsp-video-frame{
  position:relative!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  border-radius:18px!important;
  background:#0f172a!important;
}
.gsp-video-frame iframe{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
}
@media(max-width:900px){
  .gsp-feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:520px){
  .gsp-feature-strip{grid-template-columns:1fr!important;}
}

.gsp-top-grid .gsp-video-block{grid-column:1/2!important;}
.gsp-top-grid .gsp-contact-card{grid-column:2/3!important;grid-row:1/3!important;}
@media(max-width:980px){.gsp-top-grid .gsp-video-block,.gsp-top-grid .gsp-contact-card{grid-column:auto!important;grid-row:auto!important;}}


/* GenieHome single property refinements */
.gsp-features{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;}
.gsp-feature{min-height:118px!important;padding:16px!important;border-radius:18px!important;}
.gsp-feature i{width:38px!important;height:38px!important;font-size:15px!important;margin-bottom:12px!important;}
.gsp-feature span{font-size:13px!important;}
.gsp-feature strong{font-size:20px!important;line-height:1.25!important;}
.gsp-meta-under-price{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.gsp-meta-under-price div{background:#f8fafc;border-radius:14px;padding:12px;}
.gsp-meta-under-price span{display:block;color:#64748b;font-size:12px;font-weight:800;margin-bottom:4px;}
.gsp-meta-under-price strong{font-size:15px!important;color:#0f172a!important;}
#gsp-map{height:430px!important;min-height:430px!important;border-radius:22px!important;}
.gsp-video-block{margin-top:20px!important;}
.gsp-video-frame{position:relative;width:100%;aspect-ratio:16/9;border-radius:22px;overflow:hidden;background:#0f172a;display:flex;align-items:center;justify-content:center;}
.gsp-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}
.gsp-video-frame a{color:#fff;background:#2563eb;border-radius:14px;padding:14px 18px;text-decoration:none;font-weight:900;}
@media(max-width:900px){.gsp-features{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gsp-meta-under-price{grid-template-columns:1fr}.gsp-feature strong{font-size:18px!important}}


/* GenieHome final single-property compact layout */
.gsp-head-price{display:none!important;}
.gsp-contact-card .gsp-contact-price{margin-bottom:10px!important;}
.gsp-meta-under-price{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:10px 0 18px!important;}
.gsp-meta-under-price div{padding:10px 12px!important;border-radius:12px!important;background:#f8fafc!important;}
.gsp-meta-under-price span{font-size:11px!important;line-height:1.2!important;margin:0 0 3px!important;color:#64748b!important;}
.gsp-meta-under-price strong{font-size:14px!important;line-height:1.2!important;color:#0f172a!important;}
.gsp-feature-strip{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:16px 0 20px!important;}
.gsp-feature-item{min-height:72px!important;padding:10px 12px!important;border-radius:14px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;}
.gsp-feature-item i{width:26px!important;height:26px!important;border-radius:8px!important;font-size:12px!important;margin-bottom:6px!important;}
.gsp-feature-item span{font-size:11px!important;line-height:1.2!important;margin-bottom:4px!important;}
.gsp-feature-item strong{font-size:14px!important;line-height:1.25!important;}
.gsp-video-block{grid-column:1/2!important;margin-top:18px!important;}
.gsp-video-frame video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important;background:#000!important;border:0!important;}
@media(max-width:1100px){.gsp-feature-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:760px){.gsp-feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.gsp-meta-under-price{grid-template-columns:1fr!important;}}
