/* PROMISE theme, service pillar page styles (pillar-only additions).
   Ported 1:1 from PROMISE_Service_CompanyFormation_Mockup_v6.html. Shared hero/section/
   card/cta rules live in services-shared.css. Enqueued on any child page of Services
   (the pillar template), except the Services hub page itself. */

.lead{max-width:800px;margin:0 auto;text-align:center;font-size:20px;color:#2c332d;line-height:1.65}
.lead b{color:var(--green)}

/* ===== stat row ===== */
.statrow{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:56px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.statrow .s{padding:34px 28px;text-align:center;border-right:1px solid var(--line)}
.statrow .s:last-child{border-right:none}
.statrow .n{font-family:'Montserrat';font-weight:800;font-size:38px;color:var(--green);line-height:1}
.statrow .l{color:var(--grey);font-size:14px;margin-top:12px}

.grid2{display:grid;grid-template-columns:1fr 1fr;gap:26px}

.short{margin:30px auto 0;max-width:760px;background:var(--tint);color:var(--green);border-radius:12px;padding:22px 28px;font-family:'Montserrat';font-weight:600;font-size:16px;display:flex;gap:12px;align-items:center;justify-content:center;text-align:center}
.short .c{width:22px;height:22px;flex:0 0 auto;color:var(--mid)}
.note{color:var(--grey);font-size:14px;text-align:center;max-width:820px;margin:26px auto 0}

/* ===== image feature band ===== */
.fband{position:relative;color:#fff;overflow:hidden}
.fband-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.fband-bg img{display:block;width:100%;height:100%;object-fit:cover}
.fband-tint{position:absolute;inset:0;z-index:1;background:linear-gradient(115deg,rgba(4,36,15,.94) 0%,rgba(5,53,28,.86) 55%,rgba(5,53,28,.7) 100%)}
/* Canonical fband content layout: wrap two children in .in for a header col (eyebrow+h2[+cta]) + body col (list, or stacked <p>s in reading order). Don't hand-style a centered single column instead. */
.fband .in{position:relative;z-index:2;padding:104px 0;display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}
.fband .eyebrow{color:#8fd3a8}
.fband h2{color:#fff;font-size:36px;margin:12px 0 16px}
.fband p{color:#c9dccf;font-size:16px;margin-bottom:22px}
.fband .tlink{color:#fff}
.clist{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:16px 30px}
.clist li{padding-left:32px;position:relative;color:#e4efe8;font-size:15px}
.clist li .c{position:absolute;left:0;top:2px;width:20px;height:20px;color:#8fd3a8}
.fnote{grid-column:1/-1;color:#a9c3b2;font-size:13px;margin-top:6px}

/* No-photo feature band variant: omit .fband-bg/.fband-tint entirely and add this modifier
   class instead, so the section itself paints solid brand green behind the same white
   heading/body + light-green check text .fband already sets. First used on Advisory's
   "why us" band; reused as-is by Translation's "why it matters" band, and now every
   feature band site-wide once photos were removed. */
.fband.solid{background:var(--green)}
/* check-mark watermark, matches Mockup_ServicePage_NoPhoto_SameLayout.html's .band .check;
   CSS-only so every solid band gets it from one place, no per-page markup needed */
.fband.solid::before{content:"";position:absolute;right:0;bottom:-70px;width:320px;height:320px;z-index:0;opacity:.07;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23ffffff' stroke-width='8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 54 L42 76 L82 26'/%3E%3C/svg%3E") no-repeat center/contain}

/* HR Compliance "why alignment" band: taller + zoomed out so the subject (face, laptop, papers) shows fully instead of a tight face crop */
#alignment.fband{min-height:820px;display:flex;align-items:center}

/* ===== two-col media ===== */
.media{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.media.rev .m-img{order:2}
.m-img{border-radius:18px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 28px 64px -34px rgba(5,53,28,.5)}
.m-img img{width:100%;height:100%;object-fit:cover;display:block}
.m-txt h2{font-size:32px;color:var(--green);margin-bottom:16px}
.m-txt p{color:var(--grey);font-size:16px;margin-bottom:16px}
.checklist{list-style:none}
.checklist li{padding-left:34px;position:relative;color:#3a423b;font-size:15.5px;margin-bottom:14px}
.checklist li .c{position:absolute;left:0;top:2px;width:20px;height:20px;color:var(--mid)}

/* ===== horizontal steps ===== */
.hsteps{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;position:relative;margin-top:10px}
.hsteps.n3{grid-template-columns:repeat(3,1fr)}
.hsteps.n4{grid-template-columns:repeat(4,1fr)}
.hsteps::before{content:"";position:absolute;top:26px;left:9%;right:9%;height:2px;background:var(--line);z-index:0}
.hstep{position:relative;z-index:1}
.hstep .num{width:54px;height:54px;border-radius:50%;background:#fff;border:2px solid var(--green);color:var(--green);font-family:'Montserrat';font-weight:800;font-size:19px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.hstep h4{font-size:16px;color:var(--green);margin-bottom:6px}
.hstep p{color:var(--grey);font-size:13.5px}
.hedge{color:var(--grey);font-size:14.5px;font-style:italic;text-align:center;max-width:820px;margin:44px auto 0}

/* ===== faq accordion, matches Mockup_ServicePage_NoPhoto_SameLayout.html's .faq ===== */
.faq details{border-top:1px solid var(--line);padding:16px 0}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{font-family:'Montserrat';font-weight:600;font-size:17px;color:var(--green);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';color:var(--acc);font-size:21px;flex-shrink:0}
.faq details[open] summary::after{content:'\2212'}
.faq p{margin-top:11px;color:var(--grey);font-size:15px}

@media(max-width:960px){
	.statrow,.grid2,.clist{grid-template-columns:1fr}
	.statrow .s{border-right:none;border-bottom:1px solid var(--line)}
	.statrow .s:last-child{border-bottom:none}
	.fband .in,.media{grid-template-columns:1fr;gap:36px}
	.media.rev .m-img{order:0}
	.hsteps{grid-template-columns:1fr 1fr}
	.hsteps::before{display:none}
}
