/* Zam Zam Estate — Services page professional refinement v6 */

/* Page rhythm */
.services-page .section-pad{padding:84px 0}
.services-page-hero{
  min-height:430px;
  background-image:url('../images/page-heading-bg.jpg');
  border-bottom:4px solid var(--brand)
}
.services-page-hero .page-hero-overlay{
  background:linear-gradient(90deg,rgba(3,31,52,.96) 0%,rgba(6,48,78,.90) 52%,rgba(8,75,111,.48) 100%)
}
/* Keep the Services hero on the same left grid line as the other inner pages. */
.services-page-hero .page-hero-content{max-width:none;padding-block:72px}
.services-page-hero h1{max-width:780px;font-size:clamp(40px,5vw,58px);letter-spacing:-1.65px}
.services-page-hero p{max-width:720px;font-size:16px;line-height:1.75;color:#dce8ef}
.services-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.services-page-hero .hero-proof{gap:9px;margin-top:24px}
.services-page-hero .hero-proof span{
  display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;
  border:1px solid rgba(255,255,255,.18);border-radius:999px;
  background:rgba(255,255,255,.07);color:#e8f3f8;font-size:11px;font-weight:750
}

/* Shared heading */
.services-main-heading{max-width:720px;margin-left:auto;margin-right:auto}
.services-main-heading .eyebrow{margin-bottom:10px}
.services-main-heading h2{color:var(--premium-dark);font-size:clamp(30px,3.7vw,43px)}
.services-main-heading p{max-width:660px;margin-left:auto;margin-right:auto;font-size:15px;line-height:1.75}

/* Main service area: calm, two-column editorial cards */
.services-list-section{background:#f3f7fa}
.services-list-section .services-main-heading{margin-bottom:34px}
.services-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.services-detail-card{
  position:relative;min-height:238px;padding:30px 32px 28px 34px;
  border:1px solid #d5e0e7;border-left:4px solid var(--premium-dark);
  border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(6,41,69,.045);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease
}
.services-detail-card:nth-child(even){border-left-color:var(--brand)}
.services-detail-card:hover{transform:translateY(-3px);border-color:#bfd2de;box-shadow:0 18px 42px rgba(6,41,69,.10)}
.services-detail-icon{display:none!important}
.services-detail-card h3{margin:0 0 11px;color:var(--premium-dark);font-size:21px;line-height:1.3;letter-spacing:-.2px}
.services-detail-card p{margin:0 0 22px;color:#607381;font-size:14px;line-height:1.78}
.services-detail-card .text-link{display:inline-flex;align-items:center;gap:7px;color:var(--premium-dark);font-size:13px;font-weight:900}
.services-detail-card .text-link:hover{color:var(--brand)}

/* Process: strong contrast instead of more white cards */
.services-process.alt-bg{background:linear-gradient(135deg,var(--premium-dark),#0a3a5e 58%,#0e4a70);color:#fff}
.services-process .services-main-heading h2{color:#fff}
.services-process .services-main-heading p{color:#bfd0da}
.services-process .services-main-heading .eyebrow{color:#6ed0ff}
.services-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:10px;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.services-process-grid>div{
  position:relative;min-height:205px;padding:28px 25px 26px;
  border:0;border-right:1px solid rgba(255,255,255,.13);border-radius:0;background:transparent
}
.services-process-grid>div:last-child{border-right:0}
.services-process-grid>div::before{content:"";display:block;width:32px;height:3px;margin-bottom:20px;border-radius:3px;background:var(--brand)}
.services-process-grid i{display:none!important}
.services-process-grid h3{margin:0 0 10px;color:#fff;font-size:17px;line-height:1.35}
.services-process-grid p{margin:0;color:#bed0db;font-size:13px;line-height:1.7}

/* Property types: one dark editorial panel + compact choice cards */
.services-property-types{background:#fff}
.services-property-types-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:34px;align-items:stretch}
.services-property-types-copy{
  display:flex;flex-direction:column;justify-content:center;min-height:420px;padding:46px;
  border-radius:22px;background:linear-gradient(145deg,var(--premium-dark),#0a3e62);color:#fff;
  box-shadow:0 22px 55px rgba(6,41,69,.15)
}
.services-property-types-copy .eyebrow{color:#73d1ff}
.services-property-types-copy h2{margin:0 0 15px;color:#fff;font-size:clamp(30px,3.7vw,42px);line-height:1.15;letter-spacing:-1px}
.services-property-types-copy p{margin:0 0 28px;color:#c8d8e1;line-height:1.75}
.services-property-types-copy .btn{align-self:flex-start}
.services-property-links{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.services-property-links a{
  display:grid;grid-template-columns:42px 1fr auto;gap:14px;align-items:center;
  min-height:128px;padding:22px;border:1px solid #d6e1e8;border-radius:16px;background:#f5f8fa;
  transition:.22s ease
}
.services-property-links a:hover{border-color:#b9d4e2;background:#fff;transform:translateY(-2px);box-shadow:0 14px 32px rgba(6,41,69,.08)}
.services-property-links i{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#e7f3f9;color:var(--premium-dark);font-size:16px}
.services-property-links span{display:grid;line-height:1.35}
.services-property-links strong{color:var(--premium-dark);font-size:14px}
.services-property-links small{margin-top:5px;color:#71818c;font-size:11px;line-height:1.5}
.services-property-links b{color:var(--brand);font-size:18px}

/* Why section: softer background, cleaner rows, no decorative icon boxes */
.services-why{background:#eef4f8}
.services-why-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:center}
.services-why-copy h2{margin:0 0 14px;color:var(--premium-dark);font-size:clamp(30px,3.7vw,42px);line-height:1.14;letter-spacing:-1px}
.services-why-copy p{margin:0 0 28px;color:#607381;line-height:1.75}
.services-why-points{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.services-why-points>div{
  position:relative;display:block;min-height:126px;padding:22px 22px 20px 25px;
  border:1px solid #d7e2e8;border-radius:14px;background:rgba(255,255,255,.78)
}
.services-why-points>div::before{content:"";position:absolute;left:0;top:22px;width:3px;height:34px;border-radius:3px;background:var(--brand)}
.services-why-points i{display:none!important}
.services-why-points span{display:grid}
.services-why-points strong{color:var(--premium-dark);font-size:14px}
.services-why-points small{margin-top:6px;color:#6c7d89;font-size:12px;line-height:1.6}

/* FAQ: keep functional icon only, make panel quieter */
.services-faq.alt-bg{background:#fff}
.services-faq .faq-grid{gap:64px}
.services-faq .faq-intro h2{font-size:clamp(30px,3.7vw,41px);color:var(--premium-dark)}
.services-faq .faq-list{border-top:0;display:grid;gap:10px}
.services-faq .faq-list details{border:1px solid #d9e3e9;border-radius:13px;background:#f7f9fb;overflow:hidden}
.services-faq .faq-list summary{padding:18px 20px;color:var(--premium-dark);font-size:14px}
.services-faq .faq-list details p{margin:0;padding:0 20px 19px;color:#657783;font-size:13px;line-height:1.7}
.services-faq .faq-list details[open]{background:#fff;border-color:#c6d9e4;box-shadow:0 10px 26px rgba(6,41,69,.055)}

/* Final CTA */
.services-final-cta{padding:62px 0;background:linear-gradient(110deg,#062945,#0a4770);color:#fff;border-top:4px solid var(--brand)}
.services-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:48px}
.services-final-cta h2{margin:0 0 9px;color:#fff;font-size:clamp(29px,3.6vw,40px);line-height:1.16;letter-spacing:-.8px}
.services-final-cta p{max-width:650px;margin:0;color:#c6d8e2}
.services-final-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

@media(max-width:1060px){
  .services-property-types-grid,.services-why-grid{gap:34px}
  .services-property-types-copy{padding:38px}
  .services-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .services-process-grid>div:nth-child(2){border-right:0}
  .services-process-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}
}
@media(max-width:860px){
  .services-page .section-pad{padding:72px 0}
  .services-detail-grid{grid-template-columns:1fr}
  .services-detail-card{min-height:0}
  .services-property-types-grid,.services-why-grid{grid-template-columns:1fr}
  .services-property-types-copy{min-height:0}
  .services-why-points{grid-template-columns:1fr 1fr}
  .services-final-cta-inner{align-items:flex-start;flex-direction:column;gap:26px}
  .services-final-actions{justify-content:flex-start}
}
@media(max-width:640px){
  .services-page .section-pad{padding:60px 0}
  .services-page-hero{min-height:390px}
  .services-page-hero .page-hero-content{padding-block:54px}
  .services-page-hero h1{font-size:38px}
  .services-page-hero p{font-size:15px}
  .services-hero-actions .btn{width:100%}
  .services-page-hero .hero-proof{display:flex;gap:7px}
  .services-page-hero .hero-proof span{font-size:10px}
  .services-detail-card{padding:25px 24px 24px 26px}
  .services-detail-card h3{font-size:19px}
  .services-process-grid{grid-template-columns:1fr;border-bottom:0}
  .services-process-grid>div{min-height:0;padding:23px 6px;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.13)!important}
  .services-property-types-copy{padding:30px 26px;border-radius:18px}
  .services-property-links,.services-why-points{grid-template-columns:1fr}
  .services-property-links a{min-height:105px;padding:18px}
  .services-faq .faq-grid{gap:26px}
  .services-final-actions{width:100%}
  .services-final-actions .btn{width:100%}
}
