/* =========================
   HOME Guide Hub polish
   Scope: only .guide-hub
   ========================= */

/* tighten overall vertical spacing */
.guide-hub{
  padding-top: 55px !important;   /* reduce the big empty space */
  padding-bottom: 35px !important;
}



/* subtitle: smaller + centered + cleaner */
.guide-hub .section-title p{
  margin-top: 12px !important;
  font-size: 13px;
  color: #666;
}

/* grid: equal spacing */
.guide-hub .row.row-25{
  row-gap: 18px; /* reduce the airy feel */
}

/* card polish */
.guide-hub .property-inner{
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease;
  height: 100%;
}

.guide-hub .property-inner:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
}

/* image block: align all covers */
.guide-hub .property-inner .image{
  background: #f7f7f7;
  padding: 16px;
}

/* normalize image area height across 4 cards */
.guide-hub .property-inner .image img{
  width: 100%;
  height: 230px;        /* key: consistent height */
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* content spacing */
.guide-hub .property-inner .content{
  padding: 14px 16px 16px !important;
}

.guide-hub .property-inner .content h3{
  font-size: 15px !important;
  margin: 0 0 8px !important;
  font-weight: 700;
}

.guide-hub .property-inner .content p{
  font-size: 12.5px !important;
  color: #666;
  margin: 0 !important;
  line-height: 1.65 !important;

  /* prevent different text lengths making cards look uneven */
  min-height: 42px;
}

/* make whole card feel clickable */
.guide-hub .property-inner a{
  text-decoration: none;
}

/* =========================
   Guide Hub final spacing & text polish
   ========================= */

/* 1️⃣ Center card titles + description */
.guide-hub .property-inner .content{
  text-align: center;
}

/* 2️⃣ Subtitle under blue bar — make readable */
.guide-hub .section-title p{
  font-size: 14.5px !important;
  line-height: 1.8 !important;
  color: #555;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* 3️⃣ Reduce gap ABOVE “最新上市” section */
.guide-hub{
  padding-bottom: 25px !important;
}

/* target the next section ONLY when it follows guide-hub */
.guide-hub + .property-section{
  padding-top: 45px !important;
}

/* 4️⃣ Slightly tighter gap inside cards */
.guide-hub .property-inner .content h3{
  margin-bottom: 6px !important;
}

.guide-hub .property-inner .content p{
  font-size: 13px !important;
}

/* Force center ONLY inside guide hub cards */
.guide-hub .property-inner .content h3,
.guide-hub .property-inner .content h3 a {
  text-align: center !important;
  display: block;
}

/* HARD center: neutralize any theme offsets inside content */
.guide-hub .property-inner .content{
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
}

/* If theme is adding text-indent or positioning to headings */
.guide-hub .property-inner .content h3{
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
}

/* Make the link behave predictably */
.guide-hub .property-inner .content h3 a{
  display: inline-block !important;
  margin: 0 auto !important;
}
.hero-content{
  text-align:center;
}

/* H1 stays clean */
.hero-content h1{
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 14px 0;
  color: #fff;
}

/* Phone row */
.hero-phone{
  display: inline-flex;       /* keeps it “inline” centered */
  align-items: center;        /* vertical alignment fixed */
  gap: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #ffd34d;             /* gold */
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,0.35); /* makes it readable on image */
}

/* icon: force no pink */
.hero-phone i{
  font-size: 36px;
  color: #ffd34d;             /* match phone color */
}

/* link inherits color */
.hero-phone a{
  color: inherit;
  text-decoration: none;
}


/* Make CTA text big again */
.cta-content .cta-title{
  font-size: 28px;
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 18px 0;
  color: #fff;
}

/* Make Alan stand out */
.cta-content .cta-title span{
  font-weight: 800;
  font-size: 1.15em;
}

/* Button stronger */
.cta-content .cta-btn{
  display:inline-block;
  padding: 14px 26px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  text-decoration:none;
}

/* Main CTA title block */
.cta-title{
  margin: 0 0 22px 0;
  line-height: 1.5;
  font-weight: 500;          /* reduce heaviness */
  color: #fff;
}

/* Top small line */
.cta-top{
  display:block;
  font-size: 18px;
  opacity: 0.85;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

/* Main Chinese title */
.cta-main{
  display:block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Name highlight */
.cta-name{
  display:block;
  font-size: 32px;
  font-weight: 600;
  color: #ffd34d;   /* elegant gold */
  margin-bottom: 10px;
}

/* Trust line */
.cta-sub{
  display:block;
  font-size: 20px;
  opacity: 0.95;
  margin-bottom: 10px;
}

/* Cities line */
.cta-city{
  display:block;
  font-size: 16px;
  opacity: 0.85;
  max-width: 760px;
  margin: 0 auto;
}

/* Mobile */
@media (max-width:768px){
  .cta-main{ font-size: 26px; }
  .cta-name{ font-size: 24px; }
  .cta-sub{ font-size: 18px; }
}

/* Mobile */
@media (max-width:768px){
  .cta-content .cta-title{ font-size: 20px; }
  .cta-content .cta-btn{ font-size: 16px; padding: 12px 20px; }
}
/* Mobile tuning */
@media (max-width: 768px){
  .hero-content h1{ font-size: 26px; }
  .hero-phone{ font-size: 22px; padding: 7px 12px; }
  .hero-phone i{ font-size: 18px; }
}

/* responsive image heights */
@media (max-width: 1199px){
  .guide-hub .property-inner .image img{ height: 215px; }
}
@media (max-width: 991px){
  .guide-hub .property-inner .image img{ height: 235px; } /* 2 columns */
}
@media (max-width: 575px){
  .guide-hub .property-inner .image img{ height: 255px; } /* 1 column */
}
