
.home-social-proof-section{padding:56px 0;border-top:1px solid #e2e8f0}
.home-partners-section{background:#eef4fb}
.home-social-proof-head{text-align:center;max-width:820px;margin:0 auto 28px}
.home-social-proof-head h2{margin:0;font-size:clamp(1.7rem,2vw,2.2rem);color:#0f172a}
.home-social-proof-head p{margin:12px auto 0;color:#475569;line-height:1.65}
.home-partners-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}
.partner-logo-card{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #dbe5ef;border-radius:16px;padding:14px;min-height:110px;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.partner-logo-card img{max-width:100%;height:auto;display:block}
.client-story-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.client-story-card{background:#fff;border:1px solid #dbe5ef;border-radius:20px;overflow:hidden;box-shadow:0 14px 32px rgba(15,23,42,.06);display:flex;flex-direction:column;height:100%}
.client-story-photo-wrap{position:relative;aspect-ratio:4/3;background:#f8fafc}
.client-story-photo{width:100%;height:100%;object-fit:cover;display:block}
.client-story-badge{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.92);color:#334155;font-size:.76rem;font-weight:700;padding:6px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.35)}
.client-story-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:10px;flex:1}
.client-story-topline{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.client-story-name{font-size:1rem;font-weight:700;color:#0f172a;margin:0}
.client-story-meta{font-size:.86rem;color:#64748b;margin-top:4px}
.client-story-stars{color:#f59e0b;letter-spacing:1px;font-size:.92rem;white-space:nowrap}
.client-story-comment{margin:0;color:#334155;line-height:1.6;font-size:.95rem;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.client-story-footer{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:auto;padding-top:8px;border-top:1px solid #edf2f7;color:#64748b;font-size:.82rem}
.client-story-service{font-weight:600;color:#475569}
.client-story-cta{display:flex;justify-content:center;margin-top:24px}
.client-story-cta .btn{min-width:130px}
.testimonials-gallery-shell{padding:56px 0 72px}
.testimonials-gallery-intro{max-width:860px;text-align:center;margin:0 auto 28px}
.testimonials-gallery-intro h1{font-size:clamp(2rem,2.8vw,2.8rem);margin:0 0 12px;color:#0f172a}
.testimonials-gallery-intro p{margin:0 auto;color:#475569;line-height:1.7}
.testimonials-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
@media (max-width:1100px){.home-partners-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.client-story-grid,.testimonials-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:820px){.home-social-proof-section{padding:44px 0}.home-partners-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-story-grid,.testimonials-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.partner-logo-card{min-height:96px}}
@media (max-width:560px){.client-story-grid,.testimonials-gallery-grid{grid-template-columns:1fr}.home-social-proof-head{margin-bottom:22px}.client-story-footer,.client-story-topline{flex-direction:column;align-items:flex-start}.client-story-stars{font-size:1rem}}

/* v787EN — temporary real-client photo gallery: 10 portrait thumbnails in 2 rows x 5 columns on desktop. */
.home-client-stories-section .client-story-grid,
.about-section-v787EG .client-story-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.client-story-card-temp-v787EN{border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.08)}
.client-story-photo-wrap-temp-v787EN{aspect-ratio:9/16;background:#f8fafc}
.client-story-photo-wrap-temp-v787EN .client-story-photo{object-fit:cover}
@media (max-width:1100px){.home-client-stories-section .client-story-grid,.about-section-v787EG .client-story-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:820px){.home-client-stories-section .client-story-grid,.about-section-v787EG .client-story-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}
@media (max-width:560px){.home-client-stories-section .client-story-grid,.about-section-v787EG .client-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}

/* v787EO — full real-client gallery: Home shows 10 photos; testimonials page shows every uploaded client photo. */
.home-client-stories-section .client-story-grid,
.about-section-v787EG .client-story-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.client-story-card-temp-v787EO{position:relative;border:1px solid rgba(203,213,225,.92);border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.08);overflow:hidden;padding:0;text-decoration:none;display:block;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.client-story-card-temp-v787EO:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(15,23,42,.15);border-color:rgba(59,130,246,.35)}
.client-story-photo-wrap-temp-v787EO{display:block;position:relative;aspect-ratio:9/16;background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden}
.client-story-photo-wrap-temp-v787EO .client-story-photo{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease,filter .28s ease}
.client-story-card-temp-v787EO:hover .client-story-photo{transform:scale(1.035);filter:saturate(1.04)}
.client-gallery-hover-v787EO{position:absolute;left:12px;right:12px;bottom:12px;display:flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border-radius:999px;background:rgba(15,23,42,.76);backdrop-filter:blur(12px);color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.01em;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease}
.client-story-card-temp-v787EO:hover .client-gallery-hover-v787EO{opacity:1;transform:translateY(0)}
.testimonials-gallery-shell{padding:0 0 76px;background:radial-gradient(circle at 12% 0%,rgba(59,130,246,.12),transparent 28%),linear-gradient(180deg,#f8fbff 0%,#fff 42%,#f8fafc 100%)}
.testimonials-gallery-intro{max-width:980px;text-align:center;margin:0 auto 34px;padding:60px 20px 18px}
.testimonials-gallery-intro .eyebrow{display:inline-flex;align-items:center;justify-content:center;background:#eaf3ff;color:#2563eb;border:1px solid rgba(37,99,235,.16);border-radius:999px;padding:8px 14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;margin-bottom:16px}
.testimonials-gallery-intro h1{font-size:clamp(2.3rem,4vw,4.2rem);line-height:1.03;letter-spacing:-.045em;margin:0 0 14px;color:#0f172a}
.testimonials-gallery-intro p{max-width:720px;margin:0 auto;color:#475569;line-height:1.75;font-size:1.04rem}
.testimonials-gallery-intro .small{margin-top:12px;color:#64748b}
.testimonials-gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:start}
.testimonials-gallery-grid .client-story-card-temp-v787EO{border-radius:22px;box-shadow:0 16px 42px rgba(15,23,42,.09)}
.testimonials-gallery-grid .client-story-photo-wrap-temp-v787EO{aspect-ratio:9/16}
.client-gallery-photo-card-v787EO{font:inherit;color:inherit;text-align:left;border:1px solid rgba(203,213,225,.92)}
.client-gallery-lightbox-v787EO[aria-hidden="true"]{display:none}
.client-gallery-lightbox-v787EO{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px}
.client-gallery-lightbox-backdrop-v787EO{position:absolute;inset:0;background:rgba(2,6,23,.82);backdrop-filter:blur(14px)}
.client-gallery-lightbox-panel-v787EO{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(92vw,760px);height:min(90vh,920px)}
.client-gallery-lightbox-panel-v787EO img{max-width:100%;max-height:100%;border-radius:24px;box-shadow:0 30px 100px rgba(0,0,0,.45);background:#fff;object-fit:contain}
.client-gallery-lightbox-close-v787EO,.client-gallery-lightbox-nav-v787EO{position:absolute;z-index:2;border:0;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(15,23,42,.66);backdrop-filter:blur(10px);box-shadow:0 12px 30px rgba(0,0,0,.25);cursor:pointer;transition:background .18s ease,transform .18s ease}
.client-gallery-lightbox-close-v787EO{right:-12px;top:-12px;width:44px;height:44px;border-radius:999px;font-size:30px;line-height:1}
.client-gallery-lightbox-nav-v787EO{top:50%;width:48px;height:64px;margin-top:-32px;border-radius:999px;font-size:42px;line-height:1}
.client-gallery-lightbox-prev-v787EO{left:-62px}.client-gallery-lightbox-next-v787EO{right:-62px}
.client-gallery-lightbox-close-v787EO:hover,.client-gallery-lightbox-nav-v787EO:hover{background:rgba(37,99,235,.88);transform:scale(1.04)}
.client-gallery-lightbox-count-v787EO{position:absolute;left:50%;bottom:-42px;transform:translateX(-50%);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;padding:8px 14px;font-weight:800;font-size:.9rem;backdrop-filter:blur(10px)}
body.client-gallery-open-v787EO{overflow:hidden}
@media (max-width:1200px){.testimonials-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:1100px){.home-client-stories-section .client-story-grid,.about-section-v787EG .client-story-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:900px){.testimonials-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.client-gallery-lightbox-prev-v787EO{left:10px}.client-gallery-lightbox-next-v787EO{right:10px}.client-gallery-lightbox-close-v787EO{right:10px;top:10px}}
@media (max-width:820px){.home-client-stories-section .client-story-grid,.about-section-v787EG .client-story-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.testimonials-gallery-intro{padding-top:42px}}
@media (max-width:620px){.testimonials-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.client-gallery-hover-v787EO{opacity:1;transform:none;font-size:.75rem;min-height:30px}.client-gallery-lightbox-v787EO{padding:14px}.client-gallery-lightbox-panel-v787EO img{border-radius:18px}}
@media (max-width:560px){.home-client-stories-section .client-story-grid,.about-section-v787EG .client-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}

/* v787FE — redesign client photo presentation for a cleaner, more premium look. */
.home-client-stories-section .home-social-proof-head p,
.about-section-v787EG.alt .about-section-head-v787EG.center p:not(.about-eyebrow-v787EG){display:none !important}
.home-client-stories-section .home-social-proof-head,
.about-section-v787EG.alt .about-section-head-v787EG{margin-bottom:26px}
.home-client-stories-section .client-story-grid,
.about-section-v787EG .client-story-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}
.client-home-photo-card-v787EO{
  border:1px solid rgba(255,255,255,.95);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 38px rgba(15,23,42,.08);
}
.client-home-photo-card-v787EO .client-story-photo-wrap-temp-v787EO{
  aspect-ratio:1/1;
  background:#f6f8fb;
}
.client-home-photo-card-v787EO .client-story-photo{
  object-fit:cover;
}
.home-client-stories-section .client-gallery-hover-v787EO,
.about-section-v787EG .client-gallery-hover-v787EO{
  display:none !important;
}
.home-client-stories-section .client-story-card-temp-v787EO:hover,
.about-section-v787EG .client-story-card-temp-v787EO:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 44px rgba(15,23,42,.12);
  border-color:rgba(255,255,255,.98);
}

.testimonials-gallery-shell{
  padding:18px 0 76px;
  background:#f8fbff;
}
.testimonials-gallery-intro{
  max-width:780px;
  margin:0 auto 28px;
  padding:24px 20px 8px;
  text-align:center;
}
.testimonials-gallery-intro .eyebrow,
.testimonials-gallery-intro p:not(.small){display:none !important}
.testimonials-gallery-intro h1{
  font-size:clamp(2.2rem,4vw,3.9rem);
  line-height:1.05;
  letter-spacing:-.04em;
  margin:0 0 10px;
  color:#0f172a;
}
.testimonials-gallery-intro .small{
  margin:0;
  color:#64748b;
  font-size:1rem;
}
.testimonials-gallery-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:20px;
  align-items:start;
}
.testimonials-gallery-grid .client-gallery-photo-card-v787EO{
  border:1px solid rgba(255,255,255,.96);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 42px rgba(15,23,42,.09);
}
.testimonials-gallery-grid .client-story-photo-wrap-temp-v787EO{
  aspect-ratio:3/4;
  background:#eef2f7;
}
.testimonials-gallery-grid .client-story-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .24s ease;
}
.testimonials-gallery-grid .client-gallery-photo-card-v787EO:hover .client-story-photo{
  transform:scale(1.02);
}
.testimonials-gallery-grid .client-gallery-hover-v787EO{
  left:12px;
  right:12px;
  bottom:12px;
  min-height:32px;
  padding:6px 10px;
  background:rgba(15,23,42,.58);
  backdrop-filter:none;
  font-size:.78rem;
}
.client-gallery-lightbox-v787EO{
  padding:18px;
}
.client-gallery-lightbox-backdrop-v787EO{
  background:rgba(2,6,23,.9);
  backdrop-filter:none;
}
.client-gallery-lightbox-panel-v787EO{
  width:min(96vw,1280px);
  height:min(92vh,980px);
}
.client-gallery-lightbox-panel-v787EO img{
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  border-radius:20px;
  background:#0f172a;
  object-fit:contain;
  box-shadow:0 26px 70px rgba(0,0,0,.45);
}
.client-gallery-lightbox-close-v787EO,
.client-gallery-lightbox-nav-v787EO{
  background:rgba(15,23,42,.78);
  backdrop-filter:none;
}
.client-gallery-lightbox-count-v787EO{
  bottom:10px;
  background:rgba(15,23,42,.78);
  border:1px solid rgba(255,255,255,.18);
}
@media (max-width:1200px){
  .home-client-stories-section .client-story-grid,
  .about-section-v787EG .client-story-grid,
  .testimonials-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:900px){
  .home-client-stories-section .client-story-grid,
  .about-section-v787EG .client-story-grid,
  .testimonials-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
}
@media (max-width:620px){
  .home-client-stories-section .client-story-grid,
  .about-section-v787EG .client-story-grid,
  .testimonials-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .client-gallery-lightbox-panel-v787EO{width:min(100vw - 24px,880px);height:min(84vh,760px)}
  .client-gallery-lightbox-count-v787EO{bottom:-2px}
}

/* v787FH — home client stories: 5 square photos on top, 5 square comment cards below, next button cycles remaining comments. */
.home-client-stories-section .client-story-grid,
.about-section-v787EG .client-story-grid{
  display:block;
}
.client-home-showcase-v787FH{
  display:grid;
  gap:16px;
}
.client-home-photo-row-v787FH,
.client-home-comment-row-v787FH{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}
.client-home-photo-row-v787FH .client-home-photo-card-v787EO,
.client-home-photo-row-v787FH .client-story-card-temp-v787EO{
  border:2px solid #d6dbe4;
  border-radius:16px;
  box-shadow:none;
  overflow:hidden;
  background:#fff;
}
.client-home-photo-row-v787FH .client-story-photo-wrap-temp-v787EO{
  aspect-ratio:1/1;
  background:#f4f6f9;
}
.client-home-photo-row-v787FH .client-story-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.client-home-comment-row-wrap-v787FH{
  display:grid;
  gap:12px;
}
.client-home-comment-card-v787FH{
  position:relative;
  aspect-ratio:1/1;
  border:1px solid #d9dee7;
  border-radius:16px;
  background:#fff;
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:8px;
  overflow:hidden;
}
.client-home-comment-head-v787FH{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.client-home-avatar-v787FH{
  width:46px;
  height:46px;
  border-radius:999px;
  flex:0 0 46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:.95rem;
  color:#fff;
  background:#dbe3ef;
  overflow:hidden;
  box-shadow:0 0 0 1px rgba(148,163,184,.28);
}
.client-home-avatar-v787FH img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.client-home-comment-meta-v787FH{
  min-width:0;
}
.client-home-comment-meta-v787FH h3{
  margin:0;
  font-size:1rem;
  line-height:1.2;
  color:#0f172a;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.client-home-comment-meta-v787FH p{
  margin:3px 0 0;
  font-size:.84rem;
  color:#64748b;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.client-home-comment-stars-v787FH{
  color:#8ecb2f;
  font-size:1.05rem;
  line-height:1;
  letter-spacing:.02em;
}
.client-home-comment-card-v787FH h4{
  margin:0;
  font-size:1.02rem;
  line-height:1.25;
  color:#0f172a;
}
.client-home-comment-copy-v787FH{
  margin:0;
  color:#22324b;
  line-height:1.48;
  font-size:.95rem;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.client-home-comment-badge-v787FH{
  position:absolute;
  top:12px;
  right:12px;
  border:1px solid #dbe7ff;
  background:#f3f7ff;
  color:#335ea8;
  border-radius:999px;
  padding:4px 8px;
  font-size:.72rem;
  font-weight:700;
}
.client-home-comment-controls-v787FH{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.client-home-comment-page-v787FH{
  font-size:.92rem;
  color:#64748b;
  font-weight:700;
}
.client-home-comment-next-v787FH{
  border:0;
  border-radius:999px;
  background:#214ea5;
  color:#fff;
  font-weight:800;
  padding:10px 18px;
  cursor:pointer;
}
.client-home-comment-next-v787FH:hover{
  background:#193d83;
}
.client-home-comment-next-v787FH:disabled{
  opacity:.6;
  cursor:default;
}
@media (max-width:1200px){
  .client-home-photo-row-v787FH,
  .client-home-comment-row-v787FH{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:900px){
  .client-home-photo-row-v787FH,
  .client-home-comment-row-v787FH{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:620px){
  .client-home-photo-row-v787FH,
  .client-home-comment-row-v787FH{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .client-home-comment-card-v787FH{min-height:220px;aspect-ratio:auto}
  .client-home-comment-controls-v787FH{justify-content:space-between}
}


/* v787FQ — home client stories compactness polish
   - smaller comment text
   - inline View All Stories with pager/Next
   - much tighter vertical spacing above disclaimer */
.home-client-stories-section{padding-top:40px!important;padding-bottom:16px!important}
.home-client-stories-section .home-social-proof-head{margin-bottom:14px!important}
.home-client-stories-section .client-story-cta{display:none!important}
.home-client-stories-section .client-home-showcase-v787FH{gap:10px}
.home-client-stories-section .client-home-photo-row-v787FH,
.home-client-stories-section .client-home-comment-row-v787FH{gap:14px}
.home-client-stories-section .client-home-comment-row-wrap-v787FH{gap:8px}
.home-client-stories-section .client-home-comment-card-v787FH{padding:12px;gap:7px}
.home-client-stories-section .client-home-comment-meta-v787FH h3{font-size:.96rem}
.home-client-stories-section .client-home-comment-meta-v787FH p{font-size:.8rem;margin-top:2px}
.home-client-stories-section .client-home-comment-stars-v787FH{font-size:.98rem}
.home-client-stories-section .client-home-comment-card-v787FH h4{font-size:.98rem;line-height:1.22}
.home-client-stories-section .client-home-comment-copy-v787FH{font-size:.88rem;line-height:1.42}
.home-client-stories-section .client-home-comment-controls-v787FH{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:2px}
.home-client-stories-section .client-home-comment-viewall-v787FQ{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 18px;border:1px solid #d2d9e5;border-radius:999px;background:#fff;color:#0f2346;text-decoration:none;font-weight:800;white-space:nowrap}
.home-client-stories-section .client-home-comment-viewall-v787FQ:hover{background:#f8fbff}
.home-client-stories-section .client-home-comment-nav-v787FQ{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto}
.home-client-stories-section .client-home-comment-page-v787FH{font-size:.9rem}
.home-client-stories-section .client-home-comment-next-v787FH{padding:10px 18px}
.home-client-stories-section + .home-disclaimer-section-v539U{padding-top:10px!important;padding-bottom:26px!important}
.home-disclaimer-section-v539U .alert{padding:16px 22px!important;line-height:1.55!important}
@media (max-width:900px){
  .home-client-stories-section{padding-top:34px!important;padding-bottom:14px!important}
  .home-client-stories-section .client-home-comment-controls-v787FH{gap:12px}
  .home-client-stories-section .client-home-comment-viewall-v787FQ{padding:8px 16px;min-height:42px}
}
@media (max-width:620px){
  .home-client-stories-section .client-home-comment-controls-v787FH{justify-content:space-between;flex-wrap:wrap}
  .home-client-stories-section .client-home-comment-nav-v787FQ{margin-left:0;width:100%;justify-content:space-between}
  .home-client-stories-section .client-home-comment-viewall-v787FQ{width:auto}
  .home-client-stories-section + .home-disclaimer-section-v539U{padding-top:8px!important}
}



/* v949 — root fix: true centered View All Stories in a 3-column controls grid */
.home-client-stories-section .client-home-comment-controls-v787FH.client-home-comment-controls-centered-v949{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:16px;
  width:100%;
}
.home-client-stories-section .client-home-comment-controls-centered-v949 .client-home-comment-side-v949{
  min-width:0;
}
.home-client-stories-section .client-home-comment-controls-centered-v949 .client-home-comment-viewall-v787FQ{
  justify-self:center;
  position:static;
  transform:none;
}
.home-client-stories-section .client-home-comment-controls-centered-v949 .client-home-comment-nav-v787FQ{
  justify-self:end;
  margin-left:0;
}
@media (max-width:620px){
  .home-client-stories-section .client-home-comment-controls-v787FH.client-home-comment-controls-centered-v949{
    grid-template-columns:1fr;
    justify-items:center;
    gap:12px;
  }
  .home-client-stories-section .client-home-comment-controls-centered-v949 .client-home-comment-nav-v787FQ{
    justify-self:stretch;
    width:100%;
    justify-content:space-between;
  }
}


/* v1073 — About Us mobile client comments compact tune
   Mobile-only, scoped to About Us page so desktop and other pages stay unchanged. */
@media (max-width:620px){
  body.about-home-social-copy-v1032 .home-client-stories-section .client-home-comment-card-v787FH{
    aspect-ratio:1 / 2;
    min-height:0;
    padding:10px;
    gap:6px;
  }
  body.about-home-social-copy-v1032 .home-client-stories-section .client-home-avatar-v787FH{
    width:34px;
    height:34px;
    flex:0 0 34px;
  }
  body.about-home-social-copy-v1032 .home-client-stories-section .client-home-comment-head-v787FH{
    gap:8px;
  }
  body.about-home-social-copy-v1032 .home-client-stories-section .client-home-comment-meta-v787FH h3{
    font-size:.58rem;
    line-height:1.15;
  }
  body.about-home-social-copy-v1032 .home-client-stories-section .client-home-comment-meta-v787FH p{
    font-size:.5rem;
    line-height:1.15;
    margin-top:1px;
  }
  body.about-home-social-copy-v1032 .home-client-stories-section .client-home-comment-stars-v787FH{
    font-size:.68rem;
  }
  body.about-home-social-copy-v1032 .home-client-stories-section .client-home-comment-card-v787FH h4{
    font-size:.78rem;
    line-height:1.16;
  }
  body.about-home-social-copy-v1032 .home-client-stories-section .client-home-comment-copy-v787FH{
    font-size:.66rem;
    line-height:1.28;
    -webkit-line-clamp:6;
  }
}


/* v1089: Pair the uploaded customer photos with the new comment/name set on both desktop and mobile. */
.client-home-avatar-initial-v1089{
  background:linear-gradient(135deg,#173b68,#2f80d0) !important;
  color:#fff !important;
  letter-spacing:.02em;
}
.client-gallery-review-card-v1089{
  display:flex !important;
  flex-direction:column;
  text-align:left;
}
.client-gallery-review-photo-button-v1089{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  position:relative;
  overflow:hidden;
}
.client-gallery-review-body-v1089{
  padding:13px 13px 15px;
  display:flex;
  flex-direction:column;
  gap:7px;
  background:#fff;
  flex:1;
}
.client-gallery-review-head-v1089{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}
.client-gallery-review-head-v1089 h3{
  margin:0;
  font-size:.98rem;
  line-height:1.15;
  color:#0f172a;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.client-gallery-review-head-v1089 p{
  margin:2px 0 0;
  font-size:.78rem;
  color:#64748b;
}
.client-gallery-review-body-v1089 h4{
  margin:0;
  font-size:.94rem;
  line-height:1.25;
  color:#10203f;
}
.client-gallery-review-body-v1089>p{
  margin:0;
  color:#334155;
  font-size:.88rem;
  line-height:1.48;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
@media (max-width:560px){
  .client-gallery-review-body-v1089{padding:11px 11px 13px;gap:6px}
  .client-gallery-review-body-v1089>p{-webkit-line-clamp:3;font-size:.84rem}
  .client-gallery-review-head-v1089 h3{font-size:.92rem}
}
