/* ============================================================
 * Services Page  (Template Name: Services)
 * Dark theme — matches global tokens defined in style.css
 * The site header (header.php) and footer (footer.php) render
 * globally; this file styles only the page body between them.
 * ========================================================== */

.svc-page { background: var(--bg); color: var(--text); }
.svc-page .eyebrow { color: var(--orange); text-transform: uppercase; font-weight: 900; letter-spacing: .06em; font-size: 14px; margin: 0 0 14px; }
.svc-page .orange, .svc-page h1 span, .svc-page h2 span { color: var(--orange); }
.svc-pad { padding: 76px var(--pad); }
.svc-inner { max-width: var(--maxw); margin: 0 auto; }

/* ---------- HERO ---------- */
.svc-hero {
	position: relative; overflow: hidden;
	min-height: 0; background: var(--bg);
	display: flex; align-items: center;
	padding: var(--hero-top) var(--pad) calc(var(--hero-top) + 8px);
}
.svc-hero-bg {
	position: absolute; inset: 0; z-index: 0;
	background-size: cover; background-position: center right;
}
.svc-hero-bg::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(90deg,
		var(--bg) 0%, rgba(7,10,13,.96) 22%, rgba(7,10,13,.72) 42%, rgba(7,10,13,.25) 62%, rgba(7,10,13,0) 80%);
}
.svc-hero-content { position: relative; z-index: 2; max-width: 620px; width: 100%; }
.svc-hero h1 { font-size: 56px; line-height: 1.02; letter-spacing: -.04em; margin: 12px 0 18px; }
.svc-hero .svc-hero-lead { font-size: 16px; line-height: 1.7; color: var(--muted); max-width: 520px; }
.svc-hero-actions { display: flex; gap: 16px; margin: 26px 0 0; flex-wrap: wrap; }
.svc-hero-feats { display: flex; gap: 22px; margin-top: 28px; flex-wrap: nowrap; }
.svc-feat { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--text); white-space: nowrap; }
.svc-feat-ico { display: inline-flex; }
.svc-feat-ico svg { width: 24px; height: 24px; display: block; }

/* ---------- LIGHT BANDS (intro + cards + process) ---------- */
/* These sections sit on white in the design. */
.svc-light { background: #ffffff; color: #10131a; }
.svc-light .eyebrow { color: var(--orange); }
.svc-light .orange, .svc-light h2 span { color: var(--orange); }

/* ---------- INTRO ---------- */
.svc-center { text-align: center; max-width: 820px; margin: 0 auto 48px; }
.svc-center h2 { font-size: 44px; line-height: 1.06; letter-spacing: -.04em; margin: 10px 0 14px; color: #10131a; }
.svc-center p { color: #5b6470; line-height: 1.8; }

/* ---------- SERVICE CARDS (white) ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: var(--maxw); margin: 0 auto; }
.svc-card {
	background: #ffffff;
	border: 1px solid #e6e8ec; border-radius: var(--radius);
	overflow: hidden; transition: transform .25s ease, box-shadow .25s ease;
	box-shadow: 0 24px 60px rgba(13,20,30,.08);
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(13,20,30,.14); }
.svc-card-img { height: 210px; width: 100%; object-fit: cover; display: block; }
.svc-card-body { padding: 30px; }
.svc-card-icon {
	width: 56px; height: 56px; border-radius: 10px;
	background: var(--orange-grad); color: #fff;
	display: grid; place-items: center; position: relative;
	margin: -56px 0 24px; box-shadow: 0 14px 30px rgba(242,71,0,.32);
}
.svc-card-icon .lic { width: 26px; height: 26px; }
.svc-card h3 { font-size: 23px; line-height: 1.12; letter-spacing: -.03em; margin: 0 0 14px; color: #10131a; }
.svc-card p { color: #525b68; line-height: 1.7; font-size: 15px; }
.svc-card .learn { color: var(--orange); font-weight: 800; margin-top: 20px; display: inline-flex; align-items: center; gap: 6px; }
.svc-card .learn:hover { gap: 12px; }

/* ---------- WHY / BENEFITS ---------- */
.svc-why { background: var(--bg-2); position: relative; overflow: hidden; }
.svc-why-bg {
	position: absolute; inset: 0; z-index: 0;
	background-size: cover; background-position: center;
}
.svc-why-wrap {
	max-width: var(--maxw); margin: 0 auto; position: relative; z-index: 2;
	display: grid; grid-template-columns: .62fr 1fr; gap: 56px; align-items: center;
}
.svc-why-head h2 { font-size: 40px; line-height: 1.08; letter-spacing: -.04em; margin: 10px 0 0; }
.svc-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 36px; }
.svc-benefit { display: flex; gap: 14px; align-items: flex-start; }
.svc-benefit .svc-benefit-ico { flex: 0 0 auto; display: inline-flex; }
.svc-benefit .svc-benefit-ico svg { width: 38px; height: 38px; display: block; }
.svc-benefit-text { min-width: 0; }
.svc-benefit h4 { font-size: 16px; margin: 2px 0 6px; }
.svc-benefit p { color: var(--muted-2); line-height: 1.55; font-size: 13.5px; margin: 0; }

/* ---------- PROCESS (white) ---------- */
.svc-process { background: #ffffff; }
.svc-process .svc-center h2 { color: #10131a; }
.svc-steps { max-width: var(--maxw); margin: 24px auto 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.svc-step { text-align: center; position: relative; padding: 0 6px; }
/* dotted connector arrow between steps */
.svc-step:not(:last-child)::after {
	content: ""; position: absolute; top: 16px; left: calc(50% + 52px); right: calc(-50% + 52px); height: 12px;
	background:
		repeating-linear-gradient(90deg, #d7723a 0 5px, transparent 5px 11px) left center / calc(100% - 8px) 2px no-repeat;
	opacity: .5;
}
.svc-step:not(:last-child)::before {
	content: ""; position: absolute; top: 13px; right: calc(-50% + 50px); z-index: 1;
	border-left: 6px solid #d7723a; border-top: 4px solid transparent; border-bottom: 4px solid transparent;
	opacity: .6;
}
.svc-step-top { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.svc-step .num {
	width: 34px; height: 34px; border-radius: 50%; background: var(--orange-grad);
	color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 13px;
	box-shadow: 0 8px 18px rgba(242,71,0,.28); flex: 0 0 auto;
}
.svc-step-ico { display: inline-flex; }
.svc-step-ico svg { width: 40px; height: 40px; display: block; }
.svc-step h4 { font-size: 16px; margin: 0 0 8px; color: #10131a; }
.svc-step p { font-size: 13px; color: #5b6470; line-height: 1.55; margin: 0; }

/* ---------- CTA ---------- */
.svc-cta {
	background: var(--bg) center right / cover no-repeat; color: var(--text);
	position: relative; overflow: hidden;
	display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px;
	padding: 44px var(--pad);
}
.svc-cta::after {
	content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background: linear-gradient(90deg, var(--bg) 0%, rgba(7,10,13,.92) 30%, rgba(7,10,13,.55) 55%, rgba(7,10,13,.2) 80%);
}
.svc-cta > * { position: relative; z-index: 2; }
.svc-cta-bg { display: none; }
.svc-cta-left .eyebrow { margin-bottom: 8px; }
.svc-cta h2 { font-size: 38px; line-height: 1.05; letter-spacing: -.04em; margin: 0 0 22px; }
.svc-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.svc-cta-right { display: flex; gap: 36px; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
.svc-cta-contact { display: flex; gap: 14px; align-items: center; color: var(--text); }
.svc-cta-badge {
	flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%;
	display: grid; place-items: center;
}
.svc-cta-badge.phone { background: var(--orange-grad); box-shadow: 0 10px 24px rgba(242,71,0,.32); }
.svc-cta-badge.phone svg { width: 26px; height: 26px; display: block; }
.svc-cta-badge.phone svg, .svc-cta-badge.phone svg * { stroke: #fff; }
/* WhatsApp icon is a self-contained colored logo — render full size, no badge bg */
.svc-cta-badge.wa { width: 52px; height: 52px; }
.svc-cta-badge.wa svg { width: 52px; height: 52px; display: block; }
.svc-cta-info { display: flex; flex-direction: column; line-height: 1.3; }
.svc-cta-info b { font-size: 16px; font-weight: 800; }
.svc-cta-info small { color: var(--muted); font-size: 13px; margin-top: 2px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
	.svc-grid { grid-template-columns: repeat(2, 1fr); }
	.svc-steps { grid-template-columns: repeat(3, 1fr); row-gap: 44px; }
	.svc-step::before, .svc-step::after { display: none; }
}
@media (max-width: 860px) {
	.svc-pad { padding: 56px 24px; }

	/* Hero — stack and center */
	.svc-hero { padding: 64px 24px; min-height: auto; text-align: center; }
	.svc-hero-bg { background-position: center; }
	.svc-hero-bg::after {
		background: linear-gradient(180deg, rgba(7,10,13,.78) 0%, rgba(7,10,13,.62) 45%, rgba(7,10,13,.82) 100%);
	}
	.svc-hero-content { max-width: 100%; margin: 0 auto; }
	.svc-hero h1 { font-size: 44px; }
	.svc-hero .svc-hero-lead { margin-left: auto; margin-right: auto; }
	.svc-hero-actions { justify-content: center; }
	.svc-hero-feats { justify-content: center; flex-wrap: wrap; gap: 16px 22px; }

	/* Intro / process headings already centered; keep cards centered */
	.svc-card { text-align: center; }
	.svc-card-icon { margin-left: auto; margin-right: auto; }
	.svc-card .learn { justify-content: center; }

	/* Why choose — stack and center, icon above text */
	.svc-why { text-align: center; }
	.svc-why-bg { background-position: center bottom; }
	.svc-why-wrap { grid-template-columns: 1fr; gap: 30px; justify-items: center; }
	.svc-benefits { grid-template-columns: 1fr 1fr; gap: 22px 16px; width: 100%; max-width: 480px; }
	.svc-benefit { flex-direction: column; align-items: center; text-align: center; gap: 8px; }

	/* Process — center */
	.svc-steps { text-align: center; }

	/* CTA — stack and center */
	.svc-cta { grid-template-columns: 1fr; gap: 28px; padding: 44px 24px; text-align: center; }
	.svc-cta-bg { background-position: center; }
	.svc-cta-bg::after { background: linear-gradient(180deg, rgba(7,10,13,.7) 0%, rgba(7,10,13,.82) 100%); }
	.svc-cta-actions { justify-content: center; }
	.svc-cta-right { justify-content: center; flex-direction: column; align-items: center; gap: 20px; }
	.svc-cta-contact { justify-content: center; text-align: left; }
}
@media (max-width: 560px) {
	.svc-grid { grid-template-columns: 1fr; }
	.svc-steps { grid-template-columns: 1fr 1fr; }
	.svc-benefits { grid-template-columns: 1fr 1fr; }
	.svc-hero h1, .svc-center h2, .svc-why h2, .svc-cta h2 { font-size: 34px; }
}
