/* Capabilities (Philippines) page — bespoke, one-off */

/* ---------- Hero ---------- */
.pg-cap-hero {
	background: radial-gradient(130% 120% at 82% -10%, #16294C 0%, #0E1B3A 42%, #0A1430 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #0A1430;
}
.pg-cap-hero-glow {
	position: absolute; top: -160px; right: -120px; width: 520px; height: 520px; border-radius: 50%;
	background: radial-gradient(circle, rgba(203,14,42,.28), transparent 62%); filter: blur(20px); pointer-events: none;
}
.pg-cap-hero-grid {
	position: absolute; inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(120% 100% at 50% 0%, #000 40%, transparent 78%);
	-webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 40%, transparent 78%);
	pointer-events: none;
}
.pg-cap-hero-inner { max-width: 1240px; margin: 0 auto; padding: 80px 64px 74px; position: relative; }

/* Matches .pg-home-hero-kicker's styling exactly (home-page.css), but white instead of that
   kicker's #FF6477 accent — a plain label, no pill/background/border/padding. */
.pg-cap-eyebrow-pill {
	font: 700 12.5px/1.5 'Hanken Grotesk', sans-serif;
	letter-spacing: .16em;
	color: #fff;
	margin-bottom: 24px;
}
@keyframes pgCapLivePulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .6; transform: scale(.85); } }

.pg-cap-hero-text { max-width: 920px; }
.pg-cap-h1 {
	font: 700 62px/1.03 'Bricolage Grotesque', sans-serif !important; letter-spacing: -0.028em; margin: 0 0 24px !important; color: #fff !important;
}
.pg-cap-h1 .accent { color: #FF6477; }
.pg-cap-hero-sub {
	font: 400 20px/1.6 'Hanken Grotesk', sans-serif !important; color: #B8C0D2 !important; max-width: 680px; margin: 0 0 36px !important;
}

.pg-cap-hero-ctas { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.pg-cap-btn-solid {
	display: flex; align-items: center; gap: 9px; white-space: nowrap; flex-shrink: 0;
	background: #CB0E2A; color: #fff; padding: 16px 28px; border-radius: 4px; font: 700 15px/1 'Hanken Grotesk', sans-serif;
	text-decoration: none; box-shadow: 0 14px 34px rgba(203,14,42,.4); transition: transform .16s ease;
}
.pg-cap-btn-solid:hover { transform: translateY(-2px); }
.pg-cap-btn-ghost {
	display: flex; align-items: center; gap: 9px; color: #fff; padding: 16px 24px; border-radius: 4px;
	border: 1px solid rgba(255,255,255,.22); font: 600 15px/1 'Hanken Grotesk', sans-serif; text-decoration: none;
	transition: border-color .16s ease;
}
.pg-cap-btn-ghost:hover { border-color: #fff; }

.pg-cap-scale-band {
	display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 56px;
	border: 1px solid rgba(255,255,255,.1); border-radius: 3px; background: rgba(255,255,255,.03); overflow: hidden;
}
.pg-cap-scale-band > div { padding: 26px 28px; border-right: 1px solid rgba(255,255,255,.08); }
.pg-cap-scale-band > div:last-child { border-right: none; }
.pg-cap-scale-band .v { font: 800 46px/0.9 'Bricolage Grotesque', sans-serif; color: #fff; letter-spacing: -0.02em; }
.pg-cap-scale-band .v.teal { color: #46C2A8; }
.pg-cap-scale-band .v.red { color: #FF6477; }
.pg-cap-scale-band .k { font: 500 12.5px/1.4 'Hanken Grotesk', sans-serif; color: #9AA6BD; margin-top: 10px; }

/* ---------- Compliance strip ---------- */
.pg-cap-compliance-section { background: #fff; border-bottom: 1px solid #EEF0F4; }
.pg-cap-compliance-inner { max-width: 1240px; margin: 0 auto; padding: 24px 64px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.pg-cap-compliance-label { font: 500 12px/1 'Hanken Grotesk', sans-serif; letter-spacing: .14em; color: #CB0E2A; flex-shrink: 0; }
.pg-cap-compliance-pills { display: flex; gap: 10px; flex-wrap: wrap; flex: 1; }
.pg-cap-compliance-pills span {
	display: inline-flex; align-items: center; gap: 8px; font: 600 12.5px/1 'Hanken Grotesk', sans-serif; color: #fff;
	background: #CB0E2A; border: 1px solid #CB0E2A; padding: 9px 14px; border-radius: 8px;
}
.pg-cap-compliance-pills span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
/* Smaller screens: stack to one column — label above the pill list (same 680px
   tier as the industry/service cred strips). */
@media (max-width: 680px) {
	.pg-cap-compliance-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* ---------- Shared numbered badge / heading ---------- */
.pg-cap-badge { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.pg-cap-badge .num {
	flex-shrink: 0; width: 30px; height: 30px; background: #CB0E2A; color: #fff;
	display: flex; align-items: center; justify-content: center; border-radius: 3px; font: 800 13px/1 'Hanken Grotesk', sans-serif;
}
.pg-cap-badge .label { font: 700 11.5px/1.5 'Hanken Grotesk', sans-serif; letter-spacing: .16em; text-transform: uppercase; color: #0C1A3A; }
.pg-cap-h2 {
	font: 700 44px/1.09 'Bricolage Grotesque', sans-serif !important; letter-spacing: -0.024em; margin: 0 0 18px !important; color: #14161E !important;
}
.pg-cap-h2.lg { font-size: 46px !important; }
.pg-cap-h2 .accent { color: #CB0E2A; }
.pg-cap-section-sub { font: 400 18px/1.6 'Hanken Grotesk', sans-serif !important; color: #4D5260 !important; }
.pg-cap-section-sub strong { color: #14161E; }

/* ---------- Global Delivery Footprint ---------- */
.pg-cap-footprint-section { background: #fff; border-bottom: 1px solid #EEF0F4; }
.pg-cap-footprint-inner { max-width: 1240px; margin: 0 auto; padding: 80px 64px; }
.pg-cap-footprint-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: 44px; }
.pg-cap-footprint-head-text { max-width: 720px; }
.pg-cap-hub-stat { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.pg-cap-hub-stat .v { font: 800 64px/0.85 'Bricolage Grotesque', sans-serif; color: #15294F; letter-spacing: -0.03em; }
.pg-cap-hub-stat .k { font: 600 12px/1.3 'Hanken Grotesk', sans-serif; color: #CB0E2A; text-transform: uppercase; letter-spacing: .04em; text-align: right; }
/* Smaller screens: when the head wraps, the hub-stat block would land on its
   own row at the LEFT edge — keep it pinned to the right instead. */
@media (max-width: 900px) {
	.pg-cap-hub-stat { margin-left: auto; }
}

.pg-cap-map-placeholder { margin: 8px 0 40px; }

/* piton-global-world-map component — the real animated globe JS was recovered from the
   "PITON-Global Capabilities.html" bundle on 2026-08-02, replacing the earlier static SVG
   substitute that used to live here. All .cwm-* styles now come from capabilities-globe.css,
   and the behavior from assets/js/capabilities-globe.js (both enqueued for this page only). */

.pg-cap-metro-label { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.pg-cap-metro-label .k { font: 600 12px/1 'Hanken Grotesk', sans-serif; letter-spacing: .12em; color: #8A90A0; }
.pg-cap-metro-label .d { font: 400 12.5px/1.4 'Hanken Grotesk', sans-serif; color: #7A7F8C; }

.pg-cap-metro-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.pg-cap-metro-card {
	background: #fff; border: 1px solid #E2E6EE; border-top: 3px solid #15294F; border-radius: 3px; padding: 26px;
	box-shadow: 0 10px 26px rgba(20,22,30,.08); transition: transform .2s ease, box-shadow .2s ease;
}
.pg-cap-metro-card.is-primary { border-color: #F0CDD4; border-top-color: #CB0E2A; box-shadow: 0 10px 26px rgba(203,14,42,.1); }
.pg-cap-metro-card:hover { transform: translateY(-5px); }
.pg-cap-metro-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.pg-cap-metro-head .name { font: 700 19px/1.1 'Bricolage Grotesque', sans-serif; color: #14161E; }
.pg-cap-metro-head .region { font: 600 11px/1 'Hanken Grotesk', sans-serif; letter-spacing: .07em; padding: 6px 10px; border-radius: 6px; color: #15294F; background: #EAF1FE; }
.pg-cap-metro-card.is-primary .region { color: #CB0E2A; background: #FCE9EB; }
.pg-cap-metro-card .desc { font: 400 13.5px/1.55 'Hanken Grotesk', sans-serif; color: #5A5F6E; }
.pg-cap-metro-foot { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding-top: 14px; border-top: 1px solid #EEF0F4; }
.pg-cap-metro-foot .rate { font: 700 13px/1 'Bricolage Grotesque', sans-serif; color: #0E7A56; }
.pg-cap-metro-foot .rate-note { font: 500 10.5px/1.3 'Hanken Grotesk', sans-serif; color: #9097A4; }
.pg-cap-metro-foot .tag { margin-left: auto; font: 600 10.5px/1.2 'Hanken Grotesk', sans-serif; letter-spacing: .04em; color: #15294F; background: #F2F4F8; padding: 5px 8px; border-radius: 5px; }
.pg-cap-metro-services { font: 500 12px/1.5 'Hanken Grotesk', sans-serif; color: #42475A; margin-top: 10px; }

.pg-cap-nextwave-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.pg-cap-nextwave-card {
	background: #fff; border: 1px solid #ECEEF2; border-radius: 3px; padding: 24px 26px;
	transition: transform .2s ease, box-shadow .2s ease;
}
.pg-cap-nextwave-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(20,22,30,.07); }

.pg-cap-footprint-note {
	margin-top: 20px; display: flex; gap: 22px; align-items: center; background: #0C1A3A; border-radius: 3px; padding: 26px 32px;
}
.pg-cap-footprint-note .icon {
	flex-shrink: 0; width: 52px; height: 52px; border-radius: 3px; background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; color: #FF6477;
}
.pg-cap-footprint-note p { margin: 0; font: 400 15.5px/1.62 'Hanken Grotesk', sans-serif; color: #C6CEDD; }
.pg-cap-footprint-note p strong { font-weight: 700; }
.pg-cap-footprint-note p strong.white { color: #fff; }
.pg-cap-footprint-note p strong.red { color: #FF6477; }

/* ---------- Service Lines ---------- */
.pg-cap-service-section { max-width: 1240px; margin: 0 auto; padding: 80px 64px; }
.pg-cap-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pg-cap-service-card {
	background: #fff; border: 1px solid #ECEEF2; border-radius: 3px; padding: 30px 28px;
	transition: transform .2s ease, box-shadow .2s ease;
}
.pg-cap-service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(20,22,30,.08); }
.pg-cap-service-card.is-dark { background: #0C1A3A; border-color: #0C1A3A; }
.pg-cap-service-icon {
	width: 44px; height: 44px; border-radius: 12px; background: #FCE9EB; color: #CB0E2A;
	display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.pg-cap-service-card.is-dark .pg-cap-service-icon { background: rgba(255,255,255,.08); color: #FF6477; }
.pg-cap-service-card .t { font: 700 20px/1.2 'Bricolage Grotesque', sans-serif; letter-spacing: -0.01em; margin-bottom: 10px; }
.pg-cap-service-card.is-dark .t { color: #fff; }
.pg-cap-service-card .d { font: 400 14.5px/1.6 'Hanken Grotesk', sans-serif; color: #5A5F6E; }
.pg-cap-service-card.is-dark .d { color: #AEB6C8; }

/* ---------- Regulated Industries ---------- */
.pg-cap-industries-section { background: #0C1A3A; color: #fff; }
.pg-cap-industries-inner { max-width: 1240px; margin: 0 auto; padding: 80px 64px; }
.pg-cap-industries-eyebrow { font: 700 11.5px/1.5 'Hanken Grotesk', sans-serif; letter-spacing: .16em; text-transform: uppercase; color: #FF6477; margin-bottom: 18px; }
.pg-cap-industries-head { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: end; margin-bottom: 46px; }
.pg-cap-industries-head h2 { font: 700 44px/1.08 'Bricolage Grotesque', sans-serif !important; letter-spacing: -0.024em; margin: 0 !important; color: #fff !important; }
.pg-cap-industries-head h2 .accent { color: #FF6477; }
.pg-cap-industries-head p { font: 400 17px/1.62 'Hanken Grotesk', sans-serif !important; color: #B8C0D2 !important; margin: 0 !important; }
.pg-cap-industries-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.pg-cap-industry-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 3px; padding: 26px 24px; }
.pg-cap-industry-card .t { font: 700 19px/1.2 'Bricolage Grotesque', sans-serif; color: #fff; margin-bottom: 8px; }
.pg-cap-industry-card .d { font: 400 13.5px/1.55 'Hanken Grotesk', sans-serif; color: #9AA6BD; }

/* ---------- Service Delivery Options ---------- */
.pg-cap-delivery-section { background: #F7F8FA; border-bottom: 1px solid #ECEEF2; }
.pg-cap-delivery-inner { max-width: 1240px; margin: 0 auto; padding: 80px 64px; }
.pg-cap-delivery-head { max-width: 760px; margin-bottom: 44px; }
.pg-cap-delivery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pg-cap-delivery-card {
	background: #fff; border: 1px solid #ECEEF2; border-top: 3px solid #15294F; border-radius: 3px; padding: 32px 30px;
	transition: transform .2s ease, box-shadow .2s ease;
}
.pg-cap-delivery-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(20,22,30,.08); }
.pg-cap-delivery-card.model-2 { border-top-color: #CB0E2A; }
.pg-cap-delivery-card.model-3 { border-top-color: #12996B; }
.pg-cap-delivery-icon {
	width: 46px; height: 46px; border-radius: 3px; background: #EAF1FE; color: #15294F;
	display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.pg-cap-delivery-card.model-2 .pg-cap-delivery-icon { background: #FCE9EB; color: #CB0E2A; }
.pg-cap-delivery-card.model-3 .pg-cap-delivery-icon { background: #E6F5EF; color: #12996B; }
.pg-cap-delivery-card .tag { font: 600 12px/1 'Hanken Grotesk', sans-serif; letter-spacing: .1em; color: #15294F; margin-bottom: 14px; }
.pg-cap-delivery-card.model-2 .tag { color: #CB0E2A; }
.pg-cap-delivery-card.model-3 .tag { color: #12996B; }
.pg-cap-delivery-card .t { font: 700 22px/1.18 'Bricolage Grotesque', sans-serif; letter-spacing: -0.01em; margin-bottom: 12px; }
.pg-cap-delivery-card .d { font: 400 15px/1.62 'Hanken Grotesk', sans-serif; color: #5A5F6E; }

/* ---------- Engagement Model ---------- */
.pg-cap-engagement-section { max-width: 1240px; margin: 0 auto; padding: 80px 64px; }
.pg-cap-pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pg-cap-pillar-card { background: #fff; border: 1px solid #ECEEF2; border-radius: 3px; padding: 32px 30px; transition: transform .2s ease, box-shadow .2s ease; }
.pg-cap-pillar-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(20,22,30,.08); }
.pg-cap-pillar-card.is-dark { background: #0C1A3A; border-color: #0C1A3A; }
.pg-cap-pillar-card .tag { font: 600 12px/1 'Hanken Grotesk', sans-serif; letter-spacing: .1em; color: #CB0E2A; margin-bottom: 20px; }
.pg-cap-pillar-card.is-dark .tag { color: #FF6477; }
.pg-cap-pillar-card .t { font: 700 22px/1.18 'Bricolage Grotesque', sans-serif; letter-spacing: -0.01em; margin-bottom: 12px; }
.pg-cap-pillar-card.is-dark .t { color: #fff; }
.pg-cap-pillar-card .d { font: 400 15px/1.62 'Hanken Grotesk', sans-serif; color: #5A5F6E; }
.pg-cap-pillar-card.is-dark .d { color: #AEB6C8; }

/* ---------- Compliance & Security ---------- */
.pg-cap-security-section { background: #EEF2F8; border-top: 1px solid #DEE5F0; border-bottom: 1px solid #DEE5F0; }
.pg-cap-security-inner { max-width: 1240px; margin: 0 auto; padding: 80px 64px; }
.pg-cap-security-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 60px; align-items: center; }
.pg-cap-security-checklist { display: flex; flex-direction: column; gap: 14px; }
.pg-cap-security-checklist div { display: flex; gap: 12px; font: 500 15px/1.5 'Hanken Grotesk', sans-serif; color: #42475A; }
.pg-cap-security-checklist span { color: #12996B; font-weight: 700; }
.pg-cap-security-cert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pg-cap-security-cert-card { background: #fff; border: 1px solid #ECEEF2; border-radius: 3px; padding: 24px; }
.pg-cap-security-cert-card .t { font: 700 16px/1.1 'Bricolage Grotesque', sans-serif; color: #15294F; margin-bottom: 6px; }
.pg-cap-security-cert-card .d { font: 400 12.5px/1.45 'Hanken Grotesk', sans-serif; color: #7A7F8C; }

/* ---------- Closing CTA ---------- */
.pg-cap-cta-section { background: #CB0E2A; color: #fff; position: relative; overflow: hidden; }
.pg-cap-cta-glow {
	position: absolute; bottom: -180px; left: -100px; width: 480px; height: 480px; border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,.16), transparent 64%); filter: blur(16px); pointer-events: none;
}
.pg-cap-cta-inner { max-width: 1240px; margin: 0 auto; padding: 80px 64px; position: relative; text-align: center; }
.pg-cap-cta-eyebrow { font: 700 11.5px/1.5 'Hanken Grotesk', sans-serif; letter-spacing: .16em; text-transform: uppercase; color: #FFD7DD; margin-bottom: 22px; }
.pg-cap-cta-inner h2 { font: 700 50px/1.06 'Bricolage Grotesque', sans-serif !important; letter-spacing: -0.026em; margin: 0 0 22px !important; color: #fff !important; }
.pg-cap-cta-inner h2 .accent { color: #FFD7DD; }
.pg-cap-cta-inner p { font: 400 19px/1.6 'Hanken Grotesk', sans-serif !important; color: #FCE3E7 !important; max-width: 640px; margin: 0 auto 36px !important; }
.pg-cap-cta-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.pg-cap-cta-btn-solid {
	display: flex; align-items: center; gap: 9px; background: #fff; color: #CB0E2A; padding: 17px 30px; border-radius: 4px;
	font: 700 15.5px/1 'Hanken Grotesk', sans-serif; text-decoration: none; box-shadow: 0 14px 34px rgba(0,0,0,.22);
	transition: transform .16s ease;
}
.pg-cap-cta-btn-solid:hover { transform: translateY(-2px); }
.pg-cap-cta-btn-ghost {
	display: flex; align-items: center; gap: 9px; color: #fff; padding: 17px 26px; border-radius: 4px;
	border: 1px solid rgba(255,255,255,.24); font: 600 15px/1 'Hanken Grotesk', sans-serif; text-decoration: none;
	transition: border-color .16s ease;
}
.pg-cap-cta-btn-ghost:hover { border-color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
	.pg-cap-metro-grid, .pg-cap-nextwave-grid, .pg-cap-service-grid, .pg-cap-industries-grid,
	.pg-cap-delivery-grid, .pg-cap-pillar-grid, .pg-cap-security-grid, .pg-cap-security-cert-grid,
	.pg-cap-industries-head {
		grid-template-columns: 1fr;
	}
	.pg-cap-scale-band { grid-template-columns: 1fr 1fr; }
	.pg-cap-scale-band > div:nth-child(2) { border-right: none; }
}

/* ---------- Mobile-only section padding ----------
   560px is intentionally narrower than the 1000px tablet-collapse tier above, so this never fires on
   tablets or larger. .pg-cap-hero-inner gets the full padding swap to 40px/30px per instruction. The
   other 64px-horizontal-inset wrappers below keep their own tuned vertical rhythm and only get the
   horizontal fix, so every section's left/right edge still lines up with the hero. !important guards
   against inline per-section padding. */
@media (max-width: 560px) {
	.pg-cap-hero-inner { padding: 40px 30px !important; }
	.pg-cap-compliance-inner,
	.pg-cap-footprint-inner,
	.pg-cap-service-section,
	.pg-cap-industries-inner,
	.pg-cap-delivery-inner,
	.pg-cap-engagement-section,
	.pg-cap-security-inner,
	.pg-cap-cta-inner {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
