/*!
 * PlantShop.hk — Info / policy / corporate pages
 * Quiet-luxury layout polish (structure only — no copy changes)
 */

body.ps-info-page .wd-page-content {
  background: linear-gradient(180deg, #fdfbf7 0%, #f8f7f5 35%, #fff 100%);
}

body.ps-info-page .entry-content,
body.ps-info-page article.entry-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 72px;
}

/* ── Hero band (plain HTML + first VC row) ── */
body.ps-info-page article.entry-content > h1:first-child,
body.ps-info-page article.entry-content > .ps-page-h1:first-child {
  margin-top: 48px;
}

body.ps-info-page .ps-page-subtitle,
body.ps-info-page .ps-page-subtitle-md,
body.ps-info-page .ps-page-lead {
  color: #6b655e;
  font-size: 18px;
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto 8px;
  text-align: center;
}

body.ps-info-page .entry-content > .vc_row:first-child,
body.ps-info-page .entry-content > .wpb-content-wrapper > .vc_row:first-child {
  background: linear-gradient(135deg, #fff 0%, #f8f7f5 100%) !important;
  border: 1px solid rgba(45, 41, 38, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(45, 41, 38, 0.06);
  margin: 40px auto 36px !important;
  padding-top: 48px !important;
  padding-bottom: 40px !important;
  max-width: 960px;
}

body.ps-info-page .ps-page-h1,
body.ps-info-page .ps-page-h1-gen,
body.ps-info-page .ps-page-h1-lowercase2,
body.ps-info-page .ps-hr-hero {
  letter-spacing: 0.02em;
}

/* ── Section rhythm ── */
body.ps-info-page .ps-page-h2,
body.ps-info-page .ps-delivery-h2,
body.ps-info-page .ps-returns-h2,
body.ps-info-page .ps-hr-section-title {
  margin-top: 48px;
  margin-bottom: 20px;
  padding-top: 8px;
}

body.ps-info-page .ps-page-text,
body.ps-info-page .ps-page-text-tc,
body.ps-info-page .ps-returns-text,
body.ps-info-page .ps-corp-text {
  color: #44403c;
  line-height: 1.85;
  font-size: 16px;
}

body.ps-info-page .ps-sep-wrap {
  margin: 36px auto;
  opacity: 0.55;
}

body.ps-info-page .ps-sep-icon {
  color: #c9a96e;
  font-size: 12px;
}

/* ── Tables ── */
body.ps-info-page .ps-table,
body.ps-info-page .ps-table-about,
body.ps-info-page .ps-table-alt {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(45, 41, 38, 0.06);
  margin: 24px 0 32px;
  background: #fff;
}

body.ps-info-page .ps-table-header,
body.ps-info-page .ps-table-header-alt {
  background: #2d2926 !important;
  color: #fff !important;
}

body.ps-info-page .ps-table-th,
body.ps-info-page .ps-table-th-center,
body.ps-info-page .ps-delivery-table-header {
  color: inherit !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
}

body.ps-info-page .ps-table-row-alt {
  background: #faf9f7 !important;
}

body.ps-info-page .ps-table td,
body.ps-info-page .ps-table th,
body.ps-info-page .ps-delivery-table-cell,
body.ps-info-page .ps-table-td-center {
  padding: 14px 18px !important;
  border-bottom: 1px solid #eee9e3;
}

/* ── Info / tip boxes ── */
body.ps-info-page .ps-info-box,
body.ps-info-page .ps-info-box-alt,
body.ps-info-page .ps-info-box-gold,
body.ps-info-page .ps-tip-box,
body.ps-info-page .ps-care-alert,
body.ps-info-page .ps-returns-alert {
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(45, 41, 38, 0.04);
}

body.ps-info-page .ps-info-box-gold,
body.ps-info-page .ps-tip-box {
  border-left-color: #c9a96e !important;
}

/* ── Contact cards ── */
body.ps-info-page .ps-contact-card {
  border: 1px solid rgba(45, 41, 38, 0.08);
  border-radius: 12px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

body.ps-info-page .ps-contact-card:hover {
  box-shadow: 0 8px 28px rgba(45, 41, 38, 0.08);
  transform: translateY(-2px);
}

body.ps-info-page .ps-contact-info h3 {
  color: #2d2926;
  font-size: 20px;
  margin-bottom: 16px;
}

/* ── FAQ (details/summary) ── */
body.ps-info-page .ps-faq-section {
  margin-bottom: 40px;
}

body.ps-info-page .ps-faq-section h3 {
  border-bottom: 2px solid #c9a96e;
  padding-bottom: 10px;
  margin-bottom: 16px !important;
}

body.ps-info-page .ps-faq-item {
  background: #fff;
  border: 1px solid rgba(45, 41, 38, 0.08) !important;
  border-radius: 8px !important;
  margin-bottom: 10px !important;
  overflow: hidden;
}

body.ps-info-page .ps-faq-item summary {
  padding: 16px 20px !important;
  font-weight: 600;
  cursor: pointer;
}

body.ps-info-page .ps-faq-item[open] {
  box-shadow: 0 4px 20px rgba(45, 41, 38, 0.06);
}

body.ps-info-page .ps-faq-content {
  padding: 0 20px 18px 44px !important;
  border-top: 1px solid #f0ebe4;
}

/* ── Corporate / HR landing blocks ── */
body.ps-info-page .pshk-wrap,
body.ps-info-page .ps-hr-col,
body.ps-info-page .ps-perks-wrap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

body.ps-info-page .ps-hr-card,
body.ps-info-page .ps-service-box,
body.ps-info-page .ps-hr-step-box {
  border: 1px solid rgba(45, 41, 38, 0.07);
  box-shadow: 0 4px 20px rgba(45, 41, 38, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.ps-info-page .ps-hr-card:hover,
body.ps-info-page .ps-service-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(45, 41, 38, 0.08);
}

body.ps-info-page .ps-cta-box,
body.ps-info-page .ps-cta-dark,
body.ps-info-page .ps-hr-cta-section {
  border-radius: 12px;
}

body.ps-info-page .ps-cta-dark {
  background: linear-gradient(135deg, #2d2926 0%, #3d3834 100%) !important;
}

/* ── Plant doctor tool area ── */
body.ps-info-page.ps-info-plant-doctor .entry-content {
  max-width: 1040px;
}

body.ps-info-page.ps-info-plant-doctor .wp-block-group,
body.ps-info-page.ps-info-plant-doctor .wpb_text_column {
  border-radius: 10px;
}

/* ── Gift cards / perks pricing tables ── */
body.ps-info-page .ps-perks-number,
body.ps-info-page .ps-perks-price {
  color: #2d2926 !important;
}

body.ps-info-page .ps-perks-table-header {
  background: #2d2926 !important;
  color: #fff !important;
  border-radius: 8px 8px 0 0;
}

/* ── Closing CTA strip (injected none — existing page CTAs) ── */
body.ps-info-page .ps-cta-section a.btn,
body.ps-info-page .ps-hr-cta-btn-wrap a {
  border-radius: 2px;
}

@media (max-width: 768px) {
  body.ps-info-page .entry-content,
  body.ps-info-page article.entry-content {
    padding: 0 16px 48px;
  }

  body.ps-info-page .entry-content > .vc_row:first-child,
  body.ps-info-page .entry-content > .wpb-content-wrapper > .vc_row:first-child {
    margin-top: 24px !important;
    padding-top: 32px !important;
    border-radius: 10px;
  }

  body.ps-info-page .ps-page-subtitle,
  body.ps-info-page .ps-page-lead {
    font-size: 16px;
  }

  body.ps-info-page .ps-table,
  body.ps-info-page .ps-table-about {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ── Corporate perks — apply CTA band ── */
body.ps-info-corp-perks .ps-perks-apply {
  margin: 48px auto 32px;
  max-width: 880px;
}

body.ps-info-corp-perks .ps-perks-apply .ps-perks-cta {
  background: linear-gradient(145deg, #2d2926 0%, #3a3532 48%, #4a6b5c 100%);
  border: 1px solid rgba(201, 169, 110, 0.35);
  border-radius: 16px;
  padding: 48px 40px 40px;
  box-shadow: 0 20px 50px rgba(45, 41, 38, 0.18);
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.ps-info-corp-perks .ps-perks-apply .ps-perks-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a96e, transparent);
}

body.ps-info-corp-perks .ps-perks-apply-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(201, 169, 110, 0.15);
  color: #e8d5b5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.ps-info-corp-perks .ps-perks-cta-title {
  font-family: 'Playfair Display', 'Noto Serif TC', serif;
  color: #fff !important;
  font-size: clamp(28px, 4vw, 36px) !important;
  font-weight: 600 !important;
  margin: 0 0 10px !important;
  border: none !important;
  line-height: 1.25 !important;
}

body.ps-info-corp-perks .ps-perks-apply-sub {
  color: #c9a96e !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 0 0 24px !important;
  line-height: 1.5 !important;
}

body.ps-info-corp-perks .ps-perks-cta-text,
body.ps-info-corp-perks .ps-perks-apply .ps-perks-text {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  margin: 0 auto 28px !important;
  max-width: 620px;
}

body.ps-info-corp-perks .ps-perks-apply-details {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 24px 28px;
  margin: 0 auto 28px;
  max-width: 560px;
  text-align: left;
}

body.ps-info-corp-perks .ps-perks-apply-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

body.ps-info-corp-perks .ps-perks-apply-row:last-child {
  margin-bottom: 0;
}

body.ps-info-corp-perks .ps-perks-apply-label {
  flex: 0 0 auto;
  min-width: 72px;
  color: #c9a96e;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
}

body.ps-info-corp-perks .ps-perks-apply-value {
  flex: 1 1 auto;
  word-break: break-word;
}

body.ps-info-corp-perks .ps-perks-apply-value a {
  color: #e8d5b5 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.ps-info-corp-perks .ps-perks-apply-value a:hover {
  color: #fff !important;
}

body.ps-info-corp-perks .ps-perks-apply-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

body.ps-info-corp-perks .ps-perks-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  min-width: 200px;
}

body.ps-info-corp-perks .ps-perks-apply-btn--primary {
  background: #c9a96e !important;
  color: #2d2926 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

body.ps-info-corp-perks .ps-perks-apply-btn--primary:hover {
  background: #d4b87e !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

body.ps-info-corp-perks .ps-perks-apply-btn--ghost {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
}

body.ps-info-corp-perks .ps-perks-apply-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #fff !important;
  transform: translateY(-2px);
}

body.ps-info-corp-perks .ps-perks-apply-promise {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

body.ps-info-corp-perks .ps-perks-apply-promise strong {
  color: #c9a96e;
  font-weight: 600;
}

html[lang^="en"] body.ps-info-corp-perks .ps-perks-apply-label {
  min-width: 88px;
}

@media (max-width: 768px) {
  body.ps-info-corp-perks .ps-perks-apply .ps-perks-cta {
    padding: 36px 22px 32px;
    border-radius: 12px;
  }

  body.ps-info-corp-perks .ps-perks-apply-details {
    padding: 18px 20px;
  }

  body.ps-info-corp-perks .ps-perks-apply-row {
    flex-direction: column;
    gap: 4px;
  }

  body.ps-info-corp-perks .ps-perks-apply-btn {
    width: 100%;
    min-width: 0;
  }
}

/* ===== Corporate perks page refresh (HR conversion) ===== */
body.ps-info-corp-perks .ps-perks-hero {
  max-width: 820px;
  margin: 0 auto 1.5rem;
  text-align: center;
}
body.ps-info-corp-perks .ps-perks-kicker {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #8a8270;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: .35rem .9rem;
  border: 1px solid rgba(140,132,112,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
}
body.ps-info-corp-perks .ps-perks-hero .ps-page-h1 {
  margin-bottom: .75rem;
  line-height: 1.2;
}
body.ps-info-corp-perks .ps-perks-hero-text {
  max-width: 38em;
  margin: 0 auto 1.4rem;
  color: #5a6558;
  line-height: 1.8;
  font-size: 1.05rem;
}
body.ps-info-corp-perks .ps-perks-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin: 0 auto 1.5rem;
}
body.ps-info-corp-perks .ps-perks-trust span {
  display: inline-block;
  padding: .45rem .85rem;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(140,132,112,.22);
  color: #4a5448;
  font-size: .88rem;
  font-weight: 600;
}
body.ps-info-corp-perks .ps-perks-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin-bottom: .5rem;
}
body.ps-info-corp-perks .ps-perks-hero-actions .ps-perks-apply-btn {
  margin: 0;
}

body.ps-info-corp-perks .ps-perks-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto 2.2rem;
}
body.ps-info-corp-perks .ps-perks-card {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(140,132,112,.2);
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 10px 28px rgba(40,44,40,.04);
}
body.ps-info-corp-perks .ps-perks-card-label {
  margin: 0 0 .35rem;
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8270;
  font-weight: 600;
}
body.ps-info-corp-perks .ps-perks-card h3 {
  margin: 0 0 .55rem;
  font-family: "Playfair Display", "Noto Serif TC", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2f3630;
}
body.ps-info-corp-perks .ps-perks-card p {
  margin: 0;
  color: #5a6558;
  line-height: 1.7;
  font-size: .98rem;
}

body.ps-info-corp-perks .ps-perks-section {
  max-width: 880px;
  margin: 0 auto 2.2rem;
}
body.ps-info-corp-perks .ps-perks-section--soft {
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(140,132,112,.18);
  border-radius: 18px;
  padding: 1.6rem 1.5rem;
}
body.ps-info-corp-perks .ps-perks-h2 {
  font-family: "Playfair Display", "Noto Serif TC", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  color: #2f3630;
  margin: 0 0 .4rem;
  text-align: center;
}
body.ps-info-corp-perks .ps-perks-section-lead {
  text-align: center;
  color: #7a8278;
  margin: 0 0 1.2rem;
}
body.ps-info-corp-perks .ps-perks-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(140,132,112,.2);
  background: #fff;
}
body.ps-info-corp-perks .ps-perks-table th {
  background: #3a433c;
  color: #f4f0e8;
  text-align: left;
  padding: .95rem 1.15rem;
  font-weight: 600;
}
body.ps-info-corp-perks .ps-perks-table td {
  padding: .95rem 1.15rem;
  border-top: 1px solid rgba(140,132,112,.12);
  color: #3a433c;
  vertical-align: top;
}
body.ps-info-corp-perks .ps-perks-table tr:nth-child(even) td {
  background: #faf9f6;
}
body.ps-info-corp-perks .ps-perks-table td:first-child {
  width: 32%;
  font-weight: 600;
  color: #4a5448;
}

body.ps-info-corp-perks .ps-perks-steps {
  display: grid;
  gap: .9rem;
  max-width: 720px;
  margin: 0 auto;
}
body.ps-info-corp-perks .ps-perks-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(140,132,112,.18);
  border-radius: 14px;
  padding: 1rem 1.15rem;
}
body.ps-info-corp-perks .ps-perks-step > span {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #3a433c;
  color: #f4f0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
}
body.ps-info-corp-perks .ps-perks-step strong {
  display: block;
  color: #2f3630;
  margin-bottom: .2rem;
}
body.ps-info-corp-perks .ps-perks-step p {
  margin: 0;
  color: #5a6558;
  line-height: 1.6;
}

body.ps-info-corp-perks .ps-perks-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.ps-info-corp-perks .ps-perks-bullets li {
  position: relative;
  padding: .55rem 0 .55rem 1.3rem;
  color: #4a5448;
  line-height: 1.7;
  border-bottom: 1px solid rgba(140,132,112,.12);
}
body.ps-info-corp-perks .ps-perks-bullets li:last-child {
  border-bottom: 0;
}
body.ps-info-corp-perks .ps-perks-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #a89c84;
}
body.ps-info-corp-perks .ps-perks-bullets strong {
  color: #2f3630;
}

body.ps-info-corp-perks .ps-perks-foot {
  text-align: center;
  color: #8a9088;
  font-size: .92rem;
  margin: 1.5rem auto 1rem;
  max-width: 640px;
  line-height: 1.7;
}
body.ps-info-corp-perks .ps-perks-foot em {
  display: block;
  font-style: normal;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .72rem;
  color: #8a8270;
  font-weight: 600;
  margin-bottom: .35rem;
}

body.ps-info-corp-perks .ps-faq-section {
  max-width: 880px;
  margin: 0 auto 1.5rem;
}
body.ps-info-corp-perks .ps-faq-section > h3 {
  text-align: center;
  font-family: "Playfair Display", "Noto Serif TC", Georgia, serif;
  font-weight: 500;
  color: #2f3630;
}

@media (max-width: 768px) {
  body.ps-info-corp-perks .ps-perks-grid3 {
    grid-template-columns: 1fr;
  }
  body.ps-info-corp-perks .ps-perks-hero-actions .ps-perks-apply-btn {
    width: 100%;
  }
  body.ps-info-corp-perks .ps-perks-table td:first-child {
    width: auto;
  }
}

/* ===== Corporate plant rental — fresher / clearer (softer than quote tool) ===== */
body.ps-info-corp-rental .wd-page-content {
  background: linear-gradient(180deg, #f5faf6 0%, #f8faf8 40%, #fff 100%);
}

body.ps-info-corp-rental .pshk-rental-lux {
  color: #3d4a42;
  font-size: 16px;
  line-height: 1.8;
}

body.ps-info-corp-rental .entry-content > .vc_row:first-child,
body.ps-info-corp-rental .entry-content > .wpb-content-wrapper > .vc_row:first-child {
  background: #fff !important;
  border: 1px solid rgba(74, 130, 96, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(26, 46, 34, 0.05);
  margin: 28px auto 20px !important;
  padding-top: 40px !important;
  padding-bottom: 32px !important;
}

body.ps-info-corp-rental .ps-rental-kicker {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #3d7a52;
  font-weight: 700;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid rgba(74, 130, 96, 0.22);
  border-radius: 999px;
  background: #f0f7f2;
}

body.ps-info-corp-rental .ps-page-h1 {
  font-family: "Noto Sans TC", "PingFang HK", "Microsoft JhengHei", sans-serif;
  color: #1a2e22 !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

body.ps-info-corp-rental .ps-page-lead {
  color: #5a6b60 !important;
  font-size: 1.05rem;
  letter-spacing: 0;
  max-width: 36rem;
}

body.ps-info-corp-rental .ps-rq-corp-hero {
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}

body.ps-info-corp-rental .ps-rental-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 auto 2.4rem;
  max-width: 920px;
}

body.ps-info-corp-rental .ps-rental-trust-item {
  flex: none;
  text-align: center;
  padding: 1.15rem 0.85rem;
  background: #fff;
  border: 1px solid rgba(74, 130, 96, 0.12);
  border-radius: 12px;
  box-shadow: none;
}

body.ps-info-corp-rental .ps-rental-trust-item .num {
  font-family: "Noto Sans TC", "PingFang HK", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: #2f6b45;
  line-height: 1.15;
}

body.ps-info-corp-rental .ps-rental-trust-item .lbl {
  font-size: 0.8rem;
  color: #66756c;
  margin-top: 0.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}

body.ps-info-corp-rental .pshk-lead {
  background: #f7fbf8;
  border-left: 3px solid #6aa87a;
  border-radius: 0 12px 12px 0;
  box-shadow: none;
  color: #3d4a42;
  margin-bottom: 2.5rem;
  padding: 1.25rem 1.4rem;
}

body.ps-info-corp-rental .pshk-section-title {
  margin: 2.8em 0 1.15em;
  text-align: left;
}

body.ps-info-corp-rental .pshk-section-title h2 {
  font-family: "Noto Sans TC", "PingFang HK", sans-serif;
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  color: #1a2e22 !important;
  border-bottom: none !important;
  padding-bottom: 0;
  margin: 0;
  display: block;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.ps-info-corp-rental .pshk-section-title h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: #6aa87a;
  border-radius: 2px;
  margin: 0.55rem 0 0;
}

body.ps-info-corp-rental .pshk-feature-card,
body.ps-info-corp-rental .pshk-price-card,
body.ps-info-corp-rental .pshk-occasion,
body.ps-info-corp-rental .pshk-format-box,
body.ps-info-corp-rental .pshk-step,
body.ps-info-corp-rental .pshk-testi {
  border: 1px solid rgba(74, 130, 96, 0.12);
  border-radius: 12px;
  box-shadow: none;
  background: #fff;
}

body.ps-info-corp-rental .pshk-feature-card {
  padding: 1.55rem 1.45rem;
  border-top: 3px solid #9ec9ab;
}

body.ps-info-corp-rental .ps-rental-card-mark {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #3d7a52;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

body.ps-info-corp-rental .pshk-feature-card h3,
body.ps-info-corp-rental .pshk-format-box h3,
body.ps-info-corp-rental .pshk-occasion h4 {
  color: #1a2e22 !important;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.05rem;
}

body.ps-info-corp-rental .pshk-feature-card p,
body.ps-info-corp-rental .pshk-occasion p,
body.ps-info-corp-rental .pshk-format-box li {
  color: #4a5c50;
  font-size: 0.95rem;
  line-height: 1.7;
}

body.ps-info-corp-rental .card-icon {
  display: none;
}

body.ps-info-corp-rental .pshk-table thead th {
  background: #2f6b45 !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 0.88rem;
}

body.ps-info-corp-rental .pshk-table td:first-child {
  color: #1a2e22 !important;
}

body.ps-info-corp-rental .pshk-vs-table td:nth-child(2) {
  color: #a8a29e;
  text-decoration: line-through;
}

body.ps-info-corp-rental .pshk-vs-table td:nth-child(3) {
  color: #2f6b45 !important;
  font-weight: 700;
}

body.ps-info-corp-rental .pshk-price-card {
  padding: 1.75rem 1.45rem;
}

body.ps-info-corp-rental .pshk-price-card .price-tag {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.55rem;
  color: #1a2e22;
  font-weight: 800;
}

body.ps-info-corp-rental .pshk-price-card .price-label {
  color: #3d7a52;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

body.ps-info-corp-rental .pshk-highlight {
  background: #f0f7f2;
  border: 1px solid rgba(74, 130, 96, 0.18);
  border-radius: 12px;
  padding: 1.25rem 1.4rem;
}

body.ps-info-corp-rental .pshk-highlight p {
  color: #3d4a42 !important;
  margin: 0;
}

body.ps-info-corp-rental .pshk-highlight strong {
  color: #1a2e22;
}

body.ps-info-corp-rental .pshk-highlight a {
  color: #2f6b45;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.ps-info-corp-rental .pshk-step .step-num {
  background: #2f6b45;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  width: 42px;
  height: 42px;
}

body.ps-info-corp-rental .pshk-step h4 {
  color: #1a2e22;
}

body.ps-info-corp-rental .pshk-testi {
  padding: 1.55rem;
  position: relative;
  background: #fafcfb;
}

body.ps-info-corp-rental .pshk-testi::before {
  color: rgba(106, 168, 122, 0.35);
}

body.ps-info-corp-rental .pshk-testi p {
  color: #3d4a42;
  font-style: normal;
  line-height: 1.75;
}

body.ps-info-corp-rental .pshk-testi cite {
  color: #66756c;
  font-size: 0.85rem;
}

body.ps-info-corp-rental .ps-faq-item {
  border: 1px solid rgba(74, 130, 96, 0.12);
  border-radius: 10px;
  background: #fff;
  margin-bottom: 0.55rem;
}

body.ps-info-corp-rental .ps-faq-item summary {
  color: #1a2e22;
  font-weight: 700;
  letter-spacing: 0;
}

body.ps-info-corp-rental .ps-faq-content p {
  color: #4a5c50;
  line-height: 1.75;
}

body.ps-info-corp-rental .pshk-cta.ps-rental-cta {
  background: #1f4d33;
  border: 1px solid rgba(158, 201, 171, 0.35);
  border-radius: 16px;
  padding: 2.4rem 2rem 2.1rem;
  box-shadow: 0 12px 32px rgba(31, 77, 51, 0.16);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 2.5rem;
}

body.ps-info-corp-rental .pshk-cta.ps-rental-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #9ec9ab;
}

body.ps-info-corp-rental .ps-rental-cta-eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #c8e0d0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

body.ps-info-corp-rental .pshk-cta.ps-rental-cta h2 {
  font-family: "Noto Sans TC", "PingFang HK", sans-serif !important;
  color: #fff !important;
  font-size: clamp(1.35rem, 3.2vw, 1.75rem) !important;
  font-weight: 700 !important;
  border: none !important;
  margin-bottom: 0.45rem !important;
}

body.ps-info-corp-rental .ps-rental-cta-sub {
  color: #b7d8c2 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
}

body.ps-info-corp-rental .pshk-cta.ps-rental-cta p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

body.ps-info-corp-rental .pshk-cta .ps-rental-cta-btn {
  display: inline-block;
  background: #fff !important;
  color: #1f4d33 !important;
  padding: 0.95rem 2.1rem;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  margin-top: 0.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, background 0.15s ease;
}

body.ps-info-corp-rental .pshk-cta .ps-rental-cta-btn:hover {
  background: #f0f7f2 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

body.ps-info-corp-rental .pshk-cta-note {
  color: rgba(255, 255, 255, 0.65) !important;
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}

body.ps-info-corp-rental .pshk-cta a.ps-page-link-white {
  color: #c8e0d0 !important;
}

body.ps-info-corp-rental .pshk-seo {
  color: #8a968e;
  font-size: 0.82rem;
  border-top-color: rgba(74, 130, 96, 0.12);
}

body.ps-info-corp-rental .pshk-footer {
  color: #66756c;
  font-style: normal;
}

body.ps-info-corp-rental .pshk-pricing h3 {
  color: #1a2e22 !important;
}

@media (max-width: 860px) {
  body.ps-info-corp-rental .ps-rental-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.ps-info-corp-rental .ps-rental-trust-item {
    flex: none;
  }

  body.ps-info-corp-rental .pshk-cta.ps-rental-cta {
    padding: 2rem 1.25rem 1.75rem;
    border-radius: 14px;
  }

  body.ps-info-corp-rental .pshk-section-title {
    text-align: left;
  }
}

@media (max-width: 420px) {
  body.ps-info-corp-rental .ps-rental-trust {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Corporate hub + green walls + garden design ── */
/* Hide Woodmart page title band — hero H1 lives in page content */
body.ps-info-corp-hub .wd-page-title,
body.ps-info-corp-green-wall .wd-page-title,
body.ps-info-corp-garden-design .wd-page-title {
  display: none !important;
}

body.ps-info-corp-hub .entry-content > .vc_row:first-child,
body.ps-info-corp-hub .entry-content > .wpb-content-wrapper > .vc_row:first-child,
body.ps-info-corp-green-wall .entry-content > .vc_row:first-child,
body.ps-info-corp-green-wall .entry-content > .wpb-content-wrapper > .vc_row:first-child,
body.ps-info-corp-garden-design .entry-content > .vc_row:first-child,
body.ps-info-corp-garden-design .entry-content > .wpb-content-wrapper > .vc_row:first-child {
  background: linear-gradient(135deg, #fff 0%, #f8f7f5 100%) !important;
  border: 1px solid rgba(45, 41, 38, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(45, 41, 38, 0.06);
  margin: 40px auto 28px !important;
  max-width: 960px;
}

.ps-hub-hero {
  text-align: center;
  padding: 8px 12px 4px;
}

.ps-hub-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b655e;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(45, 41, 38, 0.12);
  border-radius: 999px;
  background: #fff;
}

.ps-hub-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.ps-hub-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 2px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ps-hub-btn--primary {
  background: #2d2926;
  color: #fff !important;
  border: 1px solid #2d2926;
}

.ps-hub-btn--primary:hover {
  background: #3d5a44;
  border-color: #3d5a44;
  color: #fff !important;
}

.ps-hub-btn--ghost {
  background: transparent;
  color: #2d2926 !important;
  border: 1px solid rgba(45, 41, 38, 0.25);
}

.ps-hub-btn--ghost:hover {
  border-color: #2d2926;
}

.ps-hub-btn--light {
  background: #fff;
  color: #2d2926 !important;
  border: 1px solid #fff;
}

.ps-hub-btn--ghost-light {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.ps-hub-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.ps-hub-section-head {
  text-align: center;
  margin: 48px 0 28px;
}

.ps-hub-section-lead {
  color: #6b655e;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 560px;
}

.ps-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 12px;
}

.ps-hub-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ps-hub-card {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid rgba(45, 41, 38, 0.1);
  border-radius: 12px;
  padding: 28px 24px 24px;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 4px 18px rgba(45, 41, 38, 0.04);
}

a.ps-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(45, 41, 38, 0.1);
  border-color: rgba(61, 90, 68, 0.35);
}

.ps-hub-card--featured {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #f8f7f5 0%, #fff 55%, #f3f6f3 100%);
  border-color: rgba(61, 90, 68, 0.2);
}

.ps-hub-card--static {
  cursor: default;
}

.ps-hub-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #3d5a44;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
}

.ps-hub-card-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #c9a96e;
  margin-bottom: 10px;
}

.ps-hub-card h3 {
  font-family: "Playfair Display", "Noto Sans TC", serif;
  font-size: 22px;
  font-weight: 500;
  color: #2d2926;
  margin: 0 0 10px;
}

.ps-hub-card p {
  color: #5c5855;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.ps-hub-card-cta {
  color: #3d5a44;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ps-hub-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 8px 0 40px;
}

.ps-hub-step {
  background: #fff;
  border: 1px solid rgba(45, 41, 38, 0.08);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
}

.ps-hub-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3d5a44;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.ps-hub-step strong {
  display: block;
  color: #2d2926;
  margin-bottom: 6px;
  font-size: 15px;
}

.ps-hub-step p {
  margin: 0;
  color: #6b655e;
  font-size: 13px;
  line-height: 1.55;
}

.ps-hub-spotlight {
  background: #f4f6f4;
  border: 1px solid rgba(61, 90, 68, 0.15);
  border-radius: 14px;
  padding: 36px 28px;
  text-align: center;
  margin: 24px 0 40px;
}

.ps-hub-spotlight-eyebrow {
  color: #3d5a44;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.ps-hub-spotlight h2 {
  font-family: "Playfair Display", "Noto Sans TC", serif;
  font-size: 28px;
  font-weight: 500;
  color: #2d2926;
  margin: 0 0 12px;
}

.ps-hub-spotlight p {
  color: #5c5855;
  max-width: 560px;
  margin: 0 auto 22px;
  line-height: 1.7;
}

.ps-hub-cta {
  background: linear-gradient(135deg, #2d2926 0%, #3d5a44 100%);
  border-radius: 14px;
  padding: 44px 28px;
  text-align: center;
  margin: 20px 0 12px;
}

.ps-hub-cta h2 {
  font-family: "Playfair Display", "Noto Sans TC", serif;
  color: #c9a96e;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 10px;
}

.ps-hub-cta > p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 22px;
}

.ps-svc-lead {
  color: #44403c;
  font-size: 17px;
  line-height: 1.85;
  max-width: 760px;
  margin: 8px auto 8px;
  text-align: center;
}

.ps-svc-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 28px;
  max-width: 720px;
}

.ps-svc-list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid rgba(45, 41, 38, 0.08);
  color: #44403c;
  line-height: 1.7;
}

.ps-svc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9a96e;
}

.ps-svc-related {
  text-align: center;
  color: #6b655e;
  margin: 28px 0;
}

.ps-svc-related a {
  color: #3d5a44;
}

/* Blog rental quote CTA */
.ps-blog-rq-cta {
  margin: 2.5em 0;
  padding: 28px 24px;
  background: linear-gradient(135deg, #f8f7f5 0%, #f3f6f3 100%);
  border: 1px solid rgba(61, 90, 68, 0.18);
  border-radius: 12px;
  text-align: center;
}

.ps-blog-rq-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3d5a44;
}

.ps-blog-rq-cta h3 {
  margin: 0 0 10px;
  font-family: "Playfair Display", "Noto Sans TC", serif;
  font-size: 24px;
  font-weight: 500;
  color: #2d2926;
}

.ps-blog-rq-cta p {
  margin: 0 auto 18px;
  max-width: 520px;
  color: #5c5855;
  line-height: 1.7;
}

.ps-blog-rq-btn {
  display: inline-block;
  background: #2d2926;
  color: #fff !important;
  padding: 12px 26px;
  border-radius: 2px;
  text-decoration: none !important;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.ps-blog-rq-btn:hover {
  background: #3d5a44;
  color: #fff !important;
}

@media (max-width: 900px) {
  .ps-hub-grid--3 {
    grid-template-columns: 1fr;
  }

  .ps-hub-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ps-hub-grid {
    grid-template-columns: 1fr;
  }

  .ps-hub-card--featured {
    grid-column: auto;
  }

  .ps-hub-steps {
    grid-template-columns: 1fr;
  }

  .ps-hub-btn {
    width: 100%;
    text-align: center;
  }
}
