/* ==========================================================================
   PWS Landing Page – Professional Web Solutions
   ========================================================================== */

:root {
	--pws-primary: #2563eb;
	--pws-primary-dark: #1d4ed8;
	--pws-navy: #0c1e3a;
	--pws-navy-mid: #132a52;
	--pws-light: #f0f6ff;
	--pws-light-2: #e8f0fe;
	--pws-text: #475569;
	--pws-heading: #0f172a;
	--pws-white: #ffffff;
	--pws-radius: 12px;
	--pws-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
	--pws-container: 1200px;
	--pws-gutter: 24px;
}

/* ---- Global homepage overrides ---- */
body.pws-landing-page {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: var(--pws-white);
	color: var(--pws-text);
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}

body.pws-landing-page h1,
body.pws-landing-page h2,
body.pws-landing-page h3,
body.pws-landing-page h4,
body.pws-landing-page h5,
body.pws-landing-page h6,
body.pws-landing-page .pws-hero-title,
body.pws-landing-page .pws-section-title,
body.pws-landing-page .pws-brand-name,
body.pws-landing-page .pws-footer-heading {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

body.pws-landing-page #main-wrapper {
	width: 100%;
	max-width: none;
	margin: 0;
	overflow-x: clip;
}

body.pws-landing-page #header-wrapper {
	min-height: 0;
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	position: sticky;
	top: 0;
	z-index: 1000;
	overflow: visible;
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

body.pws-landing-page #header-wrapper.is-scrolled,
body.pws-landing-page #header-wrapper:has(.pws-site-header.is-open) {
	background: var(--pws-white);
	background-color: var(--pws-white);
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.06);
}

body.pws-landing-page {
	background: var(--pws-white);
	background-image: none;
}

body.pws-landing-page #content-wrapper {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	background: transparent;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

/* Neutralize legacy theme shell inside modern layout */
body.pws-landing-page #content-wrapper .maincontent-no-sidebar,
body.pws-landing-page #content-wrapper .maincontent-left-sidebar,
body.pws-landing-page #content-wrapper .maincontent-right-sidebar,
body.pws-landing-page #content-wrapper .maincontent-fullwidth {
	width: 100%;
	max-width: var(--pws-container);
	margin: 0 auto;
	padding: 48px 24px 72px;
	background: none;
	background-image: none;
	box-sizing: border-box;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--pws-text);
	font-size: 16px;
	line-height: 1.75;
}

body.pws-landing-page #content-wrapper .maincontent-no-sidebar h1,
body.pws-landing-page #content-wrapper .maincontent-no-sidebar h2,
body.pws-landing-page #content-wrapper .maincontent-no-sidebar h3,
body.pws-landing-page #content-wrapper .maincontent-no-sidebar h4,
body.pws-landing-page #content-wrapper .maincontent-no-sidebar h5,
body.pws-landing-page #content-wrapper .maincontent-no-sidebar h6 {
	color: var(--pws-heading);
	font-weight: 700;
}

body.pws-landing-page #content-wrapper .row {
	width: 100%;
	max-width: none;
	overflow: visible;
	margin: 0;
}

body.pws-landing-page #content-wrapper .row .row {
	width: auto;
	margin: 0;
	display: block;
}

body.pws-landing-page #content-wrapper [class*="grid_"] {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0 !important;
	box-sizing: border-box;
}

body.pws-portal-page.pws-landing-page #content-wrapper {
	background: var(--pws-light);
}

body.pws-landing-page .maincontent-homepage {
	padding: 0;
}

.pws-container {
	max-width: var(--pws-container);
	margin: 0 auto;
	padding: 0 var(--pws-gutter);
	box-sizing: border-box;
}

/* ==========================================================================
   Modern Header (Tronix-style)
   ========================================================================== */

.pws-site-header {
	position: relative;
	z-index: 1;
	background: transparent;
}

/* ---- Top utility bar ---- */
.pws-topbar {
	background: transparent;
	border-bottom: 1px solid transparent;
	padding: 8px 0;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}

body.pws-landing-page #header-wrapper.is-scrolled .pws-topbar,
body.pws-landing-page #header-wrapper:has(.pws-site-header.is-open) .pws-topbar {
	background: var(--pws-white);
	border-bottom-color: #eef2f7;
}

.pws-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.pws-topbar-hours {
	font-size: 13px;
	color: #64748b;
	font-weight: 400;
}

.pws-topbar-right {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.pws-topbar-links {
	display: flex;
	align-items: center;
	gap: 18px;
}

.pws-topbar-links a {
	font-size: 13px;
	color: #64748b;
	text-decoration: none;
	transition: color 0.2s;
}

.pws-topbar-links a:hover {
	color: var(--pws-primary);
}

.pws-topbar-email {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #64748b;
	text-decoration: none;
	transition: color 0.2s;
}

.pws-topbar-email svg {
	color: var(--pws-primary);
	flex-shrink: 0;
}

.pws-topbar-email:hover {
	color: var(--pws-primary);
}

/* Mobile-only utility block (inside hamburger menu) */
.pws-mobile-utility {
	display: none;
}

/* ---- Main navbar ---- */
.pws-navbar {
	background: transparent;
	border-bottom: 1px solid transparent;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}

body.pws-landing-page #header-wrapper.is-scrolled .pws-navbar,
body.pws-landing-page #header-wrapper:has(.pws-site-header.is-open) .pws-navbar {
	background: var(--pws-white);
	border-bottom-color: rgba(37, 99, 235, 0.08);
}

.pws-navbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 14px 0;
	min-height: 84px;
}

/* Brand / Logo */
.pws-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	flex-shrink: 0;
	min-height: 50px;
}

body.pws-landing-page #logo {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
	display: flex;
	margin: 0;
	transform: none !important;
}

.pws-brand-logo {
	height: 58px;
	width: auto;
	max-height: 58px;
	object-fit: contain;
	flex-shrink: 0;
}

.pws-brand-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1px;
	line-height: 1.15;
}

.pws-brand-name {
	font-size: 18px;
	font-weight: 700;
	color: var(--pws-heading);
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.pws-brand-tag {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: var(--pws-primary);
	white-space: nowrap;
}

/* Primary navigation */
.pws-primary-nav {
	flex: 1;
	display: flex;
	justify-content: center;
}

.pws-primary-menu {
	display: flex;
	align-items: center;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: none;
	width: auto;
}

.pws-primary-menu > li {
	position: relative;
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	border: none;
	text-shadow: none;
}

.pws-primary-menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 10px 14px;
	color: var(--pws-heading);
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 6px;
	transition: color 0.2s;
	white-space: nowrap;
	text-shadow: none;
}

.pws-primary-menu > li > a:hover,
.pws-primary-menu > li.current-menu-item > a {
	color: var(--pws-primary);
	background: transparent;
	text-shadow: none;
}

.pws-chevron {
	display: inline-flex;
	align-items: center;
	opacity: 0.6;
	margin-top: 1px;
}

.pws-chevron svg {
	display: block;
}

/* Dropdown submenu */
.pws-submenu {
	display: none;
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	min-width: 200px;
	background: var(--pws-white);
	border-radius: 10px;
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.12);
	border: 1px solid #e8eef5;
	list-style: none;
	margin: 0;
	padding: 8px 0;
	z-index: 100;
}

.pws-primary-menu > li:hover > .pws-submenu {
	display: block;
}

.pws-submenu li {
	float: none;
	padding: 0;
	margin: 0;
}

.pws-submenu a {
	display: block;
	padding: 10px 18px;
	font-size: 14px;
	color: var(--pws-heading);
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
}

.pws-submenu a:hover {
	background: var(--pws-light);
	color: var(--pws-primary);
}

/* Navbar actions (phone + CTA) */
.pws-navbar-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
}

.pws-quick-call {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pws-phone-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: var(--pws-white);
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
	color: var(--pws-primary);
	flex-shrink: 0;
}

.pws-quick-call-text {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.pws-quick-call-text small {
	font-size: 12px;
	color: #94a3b8;
	font-weight: 400;
}

.pws-quick-call-text a {
	font-size: 15px;
	font-weight: 700;
	color: var(--pws-heading);
	text-decoration: none;
	white-space: nowrap;
}

.pws-quick-call-text a:hover {
	color: var(--pws-primary);
}

.pws-btn-started {
	display: inline-flex;
	align-items: center;
	padding: 12px 28px;
	background: var(--pws-primary);
	color: var(--pws-white) !important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s, box-shadow 0.2s;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.pws-btn-started:hover {
	background: var(--pws-primary-dark);
	box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
}

/* Mobile toggle */
.pws-mobile-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 40px;
	height: 40px;
	padding: 8px;
	background: transparent;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	cursor: pointer;
}

.pws-mobile-toggle span {
	display: block;
	height: 2px;
	background: var(--pws-heading);
	border-radius: 2px;
	transition: transform 0.2s, opacity 0.2s;
}

.pws-site-header.is-open .pws-mobile-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.pws-site-header.is-open .pws-mobile-toggle span:nth-child(2) {
	opacity: 0;
}

.pws-site-header.is-open .pws-mobile-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

body.pws-landing-page #mainmenu-wrapper {
	display: none;
}

body.pws-landing-page #slideshow-container {
	display: none;
}

body.pws-landing-page .pws-sub-header {
	display: none;
}

/* ---- Shared buttons & links ----
   Include a:link/visited/active so theme base.css (a:link { color:#0077b1 })
   cannot turn button labels blue-on-blue and hide them until hover. */
.pws-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s, transform 0.15s;
	border: none;
	cursor: pointer;
}

a.pws-btn-primary,
a.pws-btn-primary:link,
a.pws-btn-primary:visited,
a.pws-btn-primary:active,
.pws-btn-primary {
	background: var(--pws-primary);
	color: var(--pws-white);
}

a.pws-btn-primary:hover,
.pws-btn-primary:hover {
	background: var(--pws-primary-dark);
	color: var(--pws-white);
}

a.pws-btn-video,
a.pws-btn-video:link,
a.pws-btn-video:visited,
a.pws-btn-video:active,
.pws-btn-video {
	background: transparent;
	color: var(--pws-heading);
	border: 2px solid #e2e8f0;
}

a.pws-btn-video:hover,
.pws-btn-video:hover {
	border-color: var(--pws-primary);
	color: var(--pws-primary);
}

.pws-play-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: var(--pws-primary);
	color: var(--pws-white);
	border-radius: 50%;
	font-size: 12px;
	padding-left: 2px;
}

.pws-link {
	color: var(--pws-primary);
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
}

.pws-link:hover {
	color: var(--pws-primary-dark);
}

.pws-section {
	padding: 80px 0;
}

.pws-section-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 48px;
}

.pws-section-head h2 {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0 0 12px;
	line-height: 1.25;
}

.pws-section-head p {
	font-size: 16px;
	color: var(--pws-text);
	margin: 0;
	line-height: 1.7;
}

/* ---- Shared eyebrow ---- */
.pws-eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--pws-primary);
	margin-bottom: 16px;
}

/* ---- Hero slider — cinematic agency layout ---- */
.pws-hero-slider {
	--pws-hero-h: clamp(560px, 86vh, 780px);
	--pws-hero-duration: 7s;
	position: relative;
	height: var(--pws-hero-h);
	min-height: 560px;
	margin-top: calc(-1 * var(--pws-header-h, 120px));
	padding: 0;
	overflow: hidden;
	background: linear-gradient(135deg, #f0f6ff 0%, #e8f0fe 50%, #f8fafc 100%);
	color: var(--pws-text);
}

.pws-hero-ambiance {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	overflow: hidden;
}

.pws-hero-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	opacity: 0.45;
	animation: pws-hero-orb-drift 14s ease-in-out infinite;
}

.pws-hero-orb--a {
	width: 320px;
	height: 320px;
	top: -80px;
	right: 12%;
	background: radial-gradient(circle, rgba(37, 99, 235, 0.28) 0%, transparent 70%);
}

.pws-hero-orb--b {
	width: 260px;
	height: 260px;
	bottom: 10%;
	left: 8%;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.22) 0%, transparent 70%);
	animation-delay: -6s;
}

@keyframes pws-hero-orb-drift {
	0%, 100% { transform: translate(0, 0) scale(1); }
	50% { transform: translate(24px, -18px) scale(1.08); }
}

.pws-hero-grid {
	position: absolute;
	inset: 0;
	opacity: 0.4;
	background-image:
		linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: radial-gradient(ellipse 70% 60% at 30% 45%, #000 20%, transparent 75%);
}

.pws-hero-beam {
	position: absolute;
	top: -20%;
	right: 18%;
	width: 2px;
	height: 140%;
	background: linear-gradient(180deg, transparent, rgba(37, 99, 235, 0.35), transparent);
	transform: rotate(18deg);
	opacity: 0.5;
	animation: pws-hero-beam-pulse 5s ease-in-out infinite;
}

@keyframes pws-hero-beam-pulse {
	0%, 100% { opacity: 0.25; }
	50% { opacity: 0.65; }
}

.pws-hero-slides {
	position: absolute;
	inset: 0;
}

.pws-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1;
	transition: opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.95s;
}

.pws-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
}

.pws-hero-slide.is-leaving {
	opacity: 0;
	visibility: visible;
	z-index: 3;
	pointer-events: none;
}

.pws-hero-slide-bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.pws-hero-slide-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: inherit;
	box-shadow: inset 0 0 100px rgba(240, 246, 255, 0.4);
	pointer-events: none;
}

.pws-hero-slide-bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.08);
	will-change: transform;
	filter: saturate(1.05) contrast(1.05);
}

.pws-hero-slide.is-active .pws-hero-slide-bg img {
	animation-duration: var(--pws-hero-duration);
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.pws-hero-slide[data-ken="zoom-in"].is-active .pws-hero-slide-bg img {
	animation-name: pws-ken-zoom-in;
}

.pws-hero-slide[data-ken="zoom-out"].is-active .pws-hero-slide-bg img {
	animation-name: pws-ken-zoom-out;
	transform: scale(1.18);
}

.pws-hero-slide[data-ken="pan-right"].is-active .pws-hero-slide-bg img {
	animation-name: pws-ken-pan-right;
}

.pws-hero-slide[data-ken="pan-left"].is-active .pws-hero-slide-bg img {
	animation-name: pws-ken-pan-left;
}

@keyframes pws-ken-zoom-in {
	from { transform: scale(1.05); }
	to { transform: scale(1.18); }
}

@keyframes pws-ken-zoom-out {
	from { transform: scale(1.18); }
	to { transform: scale(1.05); }
}

@keyframes pws-ken-pan-right {
	from { transform: scale(1.14) translateX(-3%); }
	to { transform: scale(1.14) translateX(3%); }
}

@keyframes pws-ken-pan-left {
	from { transform: scale(1.14) translateX(3%); }
	to { transform: scale(1.14) translateX(-3%); }
}

.pws-hero-slide-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(115deg, rgba(240, 246, 255, 0.97) 0%, rgba(240, 246, 255, 0.9) 38%, rgba(240, 246, 255, 0.45) 64%, rgba(232, 240, 254, 0.25) 100%),
		linear-gradient(0deg, rgba(248, 250, 252, 0.85) 0%, transparent 36%);
}

.pws-hero-frame {
	position: absolute;
	/* Align frame with the same content rail as header logo / hero copy */
	top: 28px;
	bottom: 88px;
	left: max(var(--pws-gutter), calc((100% - min(100%, var(--pws-container))) / 2 + var(--pws-gutter)));
	right: max(var(--pws-gutter), calc((100% - min(100%, var(--pws-container))) / 2 + var(--pws-gutter)));
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.98);
}

.pws-hero-slide.is-active .pws-hero-frame {
	animation: pws-hero-frame-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

@keyframes pws-hero-frame-in {
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.pws-hero-frame-corner {
	position: absolute;
	width: 42px;
	height: 42px;
	border: 1.5px solid rgba(37, 99, 235, 0.35);
}

.pws-hero-frame-tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.pws-hero-frame-tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.pws-hero-frame-bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.pws-hero-frame-br { bottom: 0; right: 0; border-left: 0; border-top: 0; }

.pws-hero-slide-layout {
	position: relative;
	z-index: 4;
	height: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.55fr);
	gap: 32px;
	align-items: center;
	justify-items: stretch;
	/* Keep same horizontal rail as .pws-navbar-inner / logo */
	padding: calc(var(--pws-header-h, 120px) + 24px) var(--pws-gutter) 120px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--pws-container);
	width: 100%;
	text-align: left;
}

.pws-hero-slide-content {
	position: relative;
	min-width: 0;
	width: 100%;
	justify-self: stretch;
	margin: 0;
	padding: 0;
	text-align: left;
}

.pws-hero-watermark {
	position: absolute;
	top: -28px;
	left: 0;
	font-size: clamp(7rem, 18vw, 12rem);
	font-weight: 800;
	line-height: 0.8;
	letter-spacing: -0.06em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(37, 99, 235, 0.18);
	pointer-events: none;
	user-select: none;
	z-index: 0;
	opacity: 0;
	transform: translateX(-24px);
}

.pws-hero-slide.is-active .pws-hero-watermark {
	animation: pws-hero-watermark-in 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

@keyframes pws-hero-watermark-in {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.pws-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 640px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.pws-hero-layer {
	opacity: 0;
	transform: translateY(40px);
}

.pws-hero-slide.is-active .pws-hero-layer {
	animation: pws-hero-layer-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.pws-hero-slide.is-active .pws-hero-layer[data-delay="0"] { animation-delay: 0.18s; }
.pws-hero-slide.is-active .pws-hero-layer[data-delay="1"] { animation-delay: 0.34s; }
.pws-hero-slide.is-active .pws-hero-layer[data-delay="2"] { animation-delay: 0.5s; }
.pws-hero-slide.is-active .pws-hero-layer[data-delay="3"] { animation-delay: 0.66s; }

@keyframes pws-hero-layer-in {
	from {
		opacity: 0;
		transform: translateY(40px);
		filter: blur(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}

.pws-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--pws-primary);
	margin-bottom: 20px;
	letter-spacing: 0.14em;
}

.pws-hero-eyebrow-line {
	display: inline-block;
	width: 36px;
	height: 2px;
	background: linear-gradient(90deg, var(--pws-primary), transparent);
	border-radius: 2px;
}

.pws-hero-title {
	font-size: clamp(2.35rem, 5.4vw, 4rem);
	font-weight: 800;
	color: var(--pws-heading);
	line-height: 1.05;
	margin: 0 0 22px;
	letter-spacing: -0.03em;
	text-align: left;
}

.pws-hero-title-main,
.pws-hero-title-accent {
	display: block;
}

.pws-hero-title-accent {
	background: linear-gradient(90deg, #2563eb 0%, #3b82f6 45%, #0ea5e9 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.pws-hero-text {
	font-size: 17px;
	line-height: 1.75;
	color: var(--pws-text);
	margin: 0 0 34px;
	max-width: 500px;
	text-align: left;
}

.pws-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: flex-start;
}

.pws-btn-hero-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 10px 30px rgba(37, 99, 235, 0.45);
}

.pws-btn-hero-primary svg {
	transition: transform 0.25s ease;
}

.pws-btn-hero-primary:hover svg {
	transform: translateX(3px);
}

a.pws-btn-hero-ghost,
a.pws-btn-hero-ghost:link,
a.pws-btn-hero-ghost:visited,
a.pws-btn-hero-ghost:active,
.pws-btn-hero-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	color: var(--pws-primary);
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(37, 99, 235, 0.35);
	backdrop-filter: blur(10px);
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

a.pws-btn-hero-ghost:hover,
.pws-btn-hero-ghost:hover {
	background: #fff;
	border-color: var(--pws-primary);
	color: var(--pws-primary-dark);
	transform: translateY(-1px);
}

.pws-hero-slide-aside {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 8px;
}

.pws-hero-aside-card {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	min-width: 100px;
	opacity: 0;
	transform: translateX(28px);
}

.pws-hero-slide.is-active .pws-hero-aside-card {
	animation: pws-hero-aside-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
}

@keyframes pws-hero-aside-in {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.pws-hero-aside-index {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--pws-heading);
	line-height: 1;
}

.pws-hero-aside-label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pws-primary);
}

.pws-hero-aside-line {
	width: 42px;
	height: 2px;
	margin-top: 4px;
	background: linear-gradient(90deg, transparent, var(--pws-primary));
	border-radius: 2px;
}

/* Right vertical rail */
.pws-hero-rail {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-56%);
	z-index: 6;
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-height: 58%;
	overflow: auto;
	padding: 6px;
	scrollbar-width: none;
}

.pws-hero-rail::-webkit-scrollbar {
	display: none;
}

.pws-hero-rail-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(15, 23, 42, 0.45);
	cursor: pointer;
	transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
	white-space: nowrap;
}

.pws-hero-rail-item:hover {
	color: var(--pws-heading);
	background: rgba(37, 99, 235, 0.08);
}

.pws-hero-rail-item.is-active {
	color: #fff;
	background: var(--pws-primary);
	box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}

.pws-hero-rail-num {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	font-variant-numeric: tabular-nums;
}

.pws-hero-rail-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-width 0.3s ease, opacity 0.3s ease;
}

.pws-hero-rail-item:hover .pws-hero-rail-label,
.pws-hero-rail-item.is-active .pws-hero-rail-label {
	max-width: 90px;
	opacity: 1;
}

.pws-hero-ui {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 72px;
	z-index: 5;
	pointer-events: none;
}

.pws-hero-ui-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	pointer-events: auto;
}

.pws-hero-ui-left {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pws-hero-progress {
	width: 100%;
	max-width: 220px;
	height: 2px;
	background: rgba(37, 99, 235, 0.18);
	border-radius: 999px;
	overflow: hidden;
}

.pws-hero-progress-bar {
	display: block;
	width: 0%;
	height: 100%;
	background: linear-gradient(90deg, #0ea5e9, #2563eb);
	border-radius: inherit;
}

.pws-hero-slider.is-playing .pws-hero-progress-bar {
	animation: pws-hero-progress var(--pws-hero-duration) linear forwards;
}

.pws-hero-slider.is-paused .pws-hero-progress-bar {
	animation-play-state: paused;
}

@keyframes pws-hero-progress {
	from { width: 0%; }
	to { width: 100%; }
}

.pws-hero-nav {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pws-hero-arrow {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(37, 99, 235, 0.3);
	background: rgba(255, 255, 255, 0.8);
	color: var(--pws-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.pws-hero-arrow:hover {
	background: var(--pws-primary);
	border-color: transparent;
	color: #fff;
	transform: scale(1.05);
}

.pws-hero-arrow:focus-visible {
	outline: 2px solid var(--pws-primary);
	outline-offset: 3px;
}

.pws-hero-counter {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--pws-heading);
	min-width: 56px;
	text-align: center;
	font-variant-numeric: tabular-nums;
}

.pws-hero-counter-sep {
	opacity: 0.4;
	margin: 0 2px;
}

.pws-hero-counter-total {
	opacity: 0.5;
}

.pws-hero-dots {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
}

.pws-hero-dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.25);
	cursor: pointer;
	transition: width 0.35s ease, background 0.35s ease;
}

.pws-hero-dot.is-active {
	width: 30px;
	background: var(--pws-primary);
}

.pws-hero-dot:focus-visible {
	outline: 2px solid var(--pws-primary);
	outline-offset: 3px;
}

.pws-hero-slider .pws-hero-wave {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 4;
	pointer-events: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60'%3E%3Cpath fill='%23ffffff' d='M0,32 C360,60 720,0 1440,32 L1440,60 L0,60 Z'/%3E%3C/svg%3E") no-repeat bottom center;
	background-size: cover;
}

@media (prefers-reduced-motion: reduce) {
	.pws-hero-slide,
	.pws-hero-layer,
	.pws-hero-progress-bar,
	.pws-hero-slide-bg img,
	.pws-hero-orb,
	.pws-hero-beam,
	.pws-hero-frame,
	.pws-hero-watermark,
	.pws-hero-aside-card {
		animation: none !important;
		transition: none !important;
	}

	.pws-hero-slide.is-active .pws-hero-layer,
	.pws-hero-slide.is-active .pws-hero-frame,
	.pws-hero-slide.is-active .pws-hero-watermark,
	.pws-hero-slide.is-active .pws-hero-aside-card {
		opacity: 1;
		transform: none;
		filter: none;
	}

	.pws-hero-slide-bg img {
		transform: scale(1.05);
	}
}

@media (max-width: 1100px) {
	.pws-hero-rail {
		right: 10px;
	}

	.pws-hero-rail-label {
		display: none;
	}

	.pws-hero-slide-layout {
		grid-template-columns: 1fr;
		padding-right: max(var(--pws-gutter), 56px);
	}

	.pws-hero-slide-aside {
		display: none;
	}
}

@media (max-width: 900px) {
	.pws-hero-slider {
		--pws-hero-h: clamp(580px, 90vh, 720px);
	}

	.pws-hero-frame {
		top: 16px;
		bottom: 80px;
		left: max(var(--pws-gutter), calc((100% - min(100%, var(--pws-container))) / 2 + var(--pws-gutter)));
		right: max(var(--pws-gutter), calc((100% - min(100%, var(--pws-container))) / 2 + var(--pws-gutter)));
	}

	.pws-hero-slide-layout {
		padding-bottom: 140px;
		padding-right: max(var(--pws-gutter), 48px);
	}

	.pws-hero-ui {
		bottom: 64px;
	}

	.pws-hero-watermark {
		font-size: 7rem;
		top: -12px;
	}
}

@media (max-width: 600px) {
	.pws-hero-slider {
		--pws-hero-h: auto;
		min-height: 0;
		height: auto;
	}

	.pws-hero-slides {
		position: relative;
		min-height: 620px;
	}

	.pws-hero-ambiance .pws-hero-grid,
	.pws-hero-beam,
	.pws-hero-rail {
		display: none;
	}

	.pws-hero-slide-layout {
		padding-top: 24px;
		padding-bottom: 160px;
		padding-left: var(--pws-gutter);
		padding-right: var(--pws-gutter);
	}

	.pws-hero-title {
		font-size: clamp(2rem, 9vw, 2.6rem);
	}

	.pws-hero-arrow {
		width: 42px;
		height: 42px;
	}

	.pws-hero-ui-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.pws-hero-dots {
		justify-content: flex-start;
	}
}

/* ---- Services ---- */
.pws-services {
	position: relative;
	background: var(--pws-white);
	overflow: hidden;
}

.pws-services-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 8% 20%, rgba(37, 99, 235, 0.04) 0%, transparent 42%),
		radial-gradient(circle at 92% 75%, rgba(37, 99, 235, 0.03) 0%, transparent 38%);
}

.pws-services .pws-container {
	position: relative;
	z-index: 1;
}

.pws-services-head .pws-eyebrow {
	display: inline-block;
	margin-bottom: 12px;
}

.pws-services .pws-section-head {
	margin-bottom: 36px;
}

/* 4-up grid; last incomplete row (2 cards) centered */
.pws-services .pws-services-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.pws-services .pws-service-card {
	width: 100%;
	min-width: 0;
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	transition-delay: calc(var(--card-index, 1) * 0.06s);
}

/* Center the final pair when the last row has exactly 2 cards */
.pws-services .pws-service-card:nth-last-child(2):nth-child(4n + 1) {
	grid-column: 2;
}

.pws-services .pws-service-card:last-child:nth-child(4n + 2) {
	grid-column: 3;
}

.pws-services.is-visible .pws-service-card {
	opacity: 1;
	transform: translateY(0);
}

.pws-services.is-visible .pws-service-card:hover {
	transform: translateY(-6px);
}

.pws-services-footer {
	text-align: center;
	margin-top: 32px;
}

.pws-service-card {
	position: relative;
	background: var(--pws-white);
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 0;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	overflow: hidden;
}

.pws-service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--pws-primary) 0%, #60a5fa 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}

.pws-service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 48px rgba(37, 99, 235, 0.14);
	border-color: #bfdbfe;
}

.pws-service-card:hover::before {
	transform: scaleX(1);
}

.pws-service-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 28px 24px 24px;
	text-decoration: none;
	color: inherit;
	position: relative;
}

.pws-service-num {
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	color: rgba(37, 99, 235, 0.07);
	pointer-events: none;
	transition: color 0.3s ease;
}

.pws-service-card:hover .pws-service-num {
	color: rgba(37, 99, 235, 0.14);
}

.pws-service-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--pws-primary);
	position: relative;
	flex-shrink: 0;
	transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.pws-service-icon svg {
	width: 24px;
	height: 24px;
}

.pws-services .pws-service-icon::after {
	display: none;
}

.pws-service-page-card .pws-service-icon {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	background: var(--pws-light);
	display: block;
}

.pws-service-page-card .pws-service-icon::after {
	content: '';
	position: absolute;
	inset: 14px;
	border: 2px solid var(--pws-primary);
	border-radius: 4px;
}

.pws-service-page-card .pws-icon-globe::after { border-radius: 50%; }
.pws-service-page-card .pws-icon-cloud::after { border-radius: 8px 8px 4px 4px; }
.pws-service-page-card .pws-icon-design::after { border-radius: 2px; transform: rotate(45deg); inset: 16px; }
.pws-service-page-card .pws-icon-mobile::after {
	border-radius: 6px;
	inset: 12px 16px;
	border-width: 2px;
}

.pws-services .pws-service-card:hover .pws-service-icon {
	transform: scale(1.06) rotate(-3deg);
	background: linear-gradient(135deg, var(--pws-primary) 0%, #3b82f6 100%);
	color: var(--pws-white);
	box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
}

.pws-service-card h3 {
	font-size: 17px;
	font-weight: 700;
	color: var(--pws-heading);
	margin: 0 0 8px;
	line-height: 1.35;
	letter-spacing: -0.01em;
	transition: color 0.2s;
}

.pws-service-card:hover h3 {
	color: var(--pws-primary);
}

.pws-service-card p {
	font-size: 14px;
	line-height: 1.6;
	color: var(--pws-text);
	margin: 0 0 16px;
}

.pws-service-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #eef2f7;
	font-size: 13px;
	font-weight: 600;
	color: var(--pws-primary);
}

.pws-service-cta .pws-card-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	margin-top: 0;
	border-radius: 50%;
	background: var(--pws-light);
	transition: transform 0.25s ease, background 0.25s ease;
}

.pws-service-card:hover .pws-service-cta .pws-card-arrow {
	transform: translateX(4px);
	background: #dbeafe;
}

@media (prefers-reduced-motion: reduce) {
	.pws-services .pws-service-card {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ---- Homepage services: compact, even cards ---- */
.pws-services .pws-service-card {
	background: #fff;
	border-color: #e2e8f0;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
	overflow: visible;
}

.pws-services .pws-service-card-link {
	padding: 22px 20px 20px;
	min-height: 0;
	overflow: visible;
	box-sizing: border-box;
}

.pws-services .pws-service-card::before {
	background: linear-gradient(90deg, var(--pws-primary) 0%, #60a5fa 100%);
}

.pws-services .pws-service-card:hover {
	border-color: #bfdbfe;
	box-shadow: 0 16px 40px rgba(37, 99, 235, 0.12);
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.pws-services .pws-service-num {
	top: 14px;
	right: 14px;
	font-size: 1.65rem;
	color: rgba(37, 99, 235, 0.08);
	z-index: 0;
}

.pws-services .pws-service-card:hover .pws-service-num {
	color: rgba(37, 99, 235, 0.16);
}

.pws-services .pws-service-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	margin-bottom: 12px;
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
	border: 1px solid #bfdbfe;
	color: var(--pws-primary);
}

.pws-services .pws-service-icon svg {
	width: 20px;
	height: 20px;
}

.pws-services .pws-service-card:hover .pws-service-icon {
	background: linear-gradient(135deg, var(--pws-primary) 0%, #3b82f6 100%);
	color: var(--pws-white);
	border-color: transparent;
	box-shadow: 0 8px 24px rgba(37, 99, 235, 0.28);
}

.pws-services .pws-service-card h3 {
	font-size: 16px;
	margin: 0 0 6px;
	min-height: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--pws-heading);
}

.pws-services .pws-service-card:hover h3 {
	color: var(--pws-primary);
}

.pws-services .pws-service-card p {
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
	min-height: 0;
	flex: 1 1 auto;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--pws-text);
}

.pws-services .pws-service-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #eef2f7;
	line-height: 1;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	overflow: visible;
	color: var(--pws-primary);
}

.pws-services .pws-service-cta > span:first-child {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	min-width: 0;
}

.pws-services .pws-service-cta .pws-card-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: var(--pws-light);
	color: var(--pws-primary);
	line-height: 0;
	position: relative;
	z-index: 2;
}

.pws-services .pws-service-cta .pws-card-arrow svg {
	display: block;
	width: 16px;
	height: 16px;
}

.pws-services .pws-service-card:hover .pws-service-cta .pws-card-arrow {
	background: var(--pws-primary);
	color: var(--pws-white);
	transform: translateX(2px);
}

/* ---- About ---- */
.pws-about {
	background: var(--pws-light);
}

.pws-about-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.pws-about-content h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0 0 16px;
	line-height: 1.3;
}

.pws-about-content > p {
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 24px;
}

.pws-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pws-checklist li {
	position: relative;
	padding: 10px 0 10px 32px;
	font-size: 15px;
	font-weight: 500;
	color: var(--pws-heading);
}

.pws-checklist li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 10px;
	width: 22px;
	height: 22px;
	background: var(--pws-primary);
	color: var(--pws-white);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.pws-about-gallery {
	position: relative;
	min-height: 360px;
}

.pws-about-img {
	position: absolute;
	border-radius: var(--pws-radius);
	object-fit: cover;
	box-shadow: var(--pws-shadow);
}

.pws-about-img-1 { width: 55%; top: 0; left: 0; height: 200px; z-index: 1; }
.pws-about-img-2 { width: 50%; top: 120px; right: 0; height: 180px; z-index: 2; }
.pws-about-img-3 { width: 45%; bottom: 0; left: 20%; height: 160px; z-index: 3; }

/* ---- CTA Banner ---- */
.pws-cta-banner {
	background: linear-gradient(rgba(12, 30, 58, 0.88), rgba(12, 30, 58, 0.92)),
		url('https://images.unsplash.com/photo-1521791136064-7986c2920216?w=1400&h=400&fit=crop') center/cover;
	padding: 64px 0;
}

.pws-cta-banner-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}

.pws-cta-banner h2 {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 800;
	color: var(--pws-white);
	margin: 0;
}

/* ---- Experience / Stats ---- */
.pws-experience {
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.pws-experience-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
	margin-bottom: 48px;
}

.pws-experience-content .pws-eyebrow {
	margin-bottom: 12px;
}

.pws-experience-content h2 {
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0 0 16px;
	line-height: 1.25;
}

.pws-experience-content > p {
	font-size: 16px;
	line-height: 1.75;
	color: var(--pws-text);
	margin: 0 0 24px;
	max-width: 520px;
}

.pws-experience-points {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.pws-experience-points li {
	position: relative;
	padding: 8px 0 8px 32px;
	font-size: 15px;
	font-weight: 500;
	color: var(--pws-heading);
}

.pws-experience-points li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--pws-primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3.5 3.5L11 1'/%3E%3C/svg%3E") center/10px no-repeat;
}

.pws-experience-media {
	position: relative;
}

.pws-experience-img-wrap {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.pws-experience-img-wrap::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, transparent 55%);
	pointer-events: none;
}

.pws-experience-img-wrap img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.pws-experience-badge {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	padding: 18px 22px;
	background: var(--pws-white);
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.15);
	min-width: 140px;
}

.pws-experience-badge strong {
	font-size: 2rem;
	font-weight: 800;
	color: var(--pws-primary);
	line-height: 1;
}

.pws-experience-badge span {
	font-size: 13px;
	font-weight: 500;
	color: var(--pws-text);
	line-height: 1.3;
}

.pws-stats-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding: 28px;
	background: var(--pws-white);
	border: 1px solid #e8eef5;
	border-radius: 16px;
	box-shadow: var(--pws-shadow);
}

.pws-stat {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 8px 12px;
	text-align: left;
	background: transparent;
	border-radius: 0;
}

.pws-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--pws-light), #dbeafe);
	color: var(--pws-primary);
	position: relative;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.1);
	overflow: hidden;
}

.pws-stat-icon::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 48%);
	pointer-events: none;
}

.pws-stat-icon svg {
	position: relative;
	z-index: 1;
	display: block;
	width: 26px;
	height: 26px;
	color: currentColor;
	stroke: currentColor;
}

.pws-stat-icon:empty::after {
	content: '';
	position: absolute;
	inset: 14px;
	border: 2px solid currentColor;
	border-radius: 4px;
}

.pws-stat-icon-projects:empty::after { border-radius: 3px; }
.pws-stat-icon-clients:empty::after { border-radius: 50%; }
.pws-stat-icon-years:empty::after {
	border-radius: 50%;
	border-top-color: transparent;
	transform: rotate(-45deg);
}
.pws-stat-icon-support:empty::after {
	border-radius: 50% 50% 50% 4px;
	transform: rotate(-45deg);
	inset: 15px;
}

.pws-stat-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.pws-stat-num {
	display: block;
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--pws-heading);
	line-height: 1.15;
	font-variant-numeric: tabular-nums;
}

.pws-stat-label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: var(--pws-text);
	margin-top: 2px;
}

/* ---- Team ---- */
.pws-team {
	background: var(--pws-white);
}

.pws-team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.pws-team-card {
	border-radius: var(--pws-radius);
	overflow: hidden;
	box-shadow: var(--pws-shadow);
	background: var(--pws-white);
	transition: transform 0.2s;
}

.pws-team-card:hover {
	transform: translateY(-4px);
}

.pws-team-card img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

.pws-team-info {
	padding: 20px;
	text-align: center;
}

.pws-team-info h3 {
	font-size: 17px;
	font-weight: 700;
	color: var(--pws-heading);
	margin: 0 0 4px;
}

.pws-team-info span {
	font-size: 14px;
	color: var(--pws-primary);
	font-weight: 500;
}

/* ---- Portfolio ---- */
.pws-portfolio {
	background: var(--pws-light);
}

.pws-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pws-portfolio-item {
	position: relative;
	border-radius: var(--pws-radius);
	overflow: hidden;
	display: block;
	aspect-ratio: 4/3;
}

.pws-portfolio-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
}

.pws-portfolio-item:hover img {
	transform: scale(1.05);
}

.pws-portfolio-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(transparent 40%, rgba(12, 30, 58, 0.85));
	display: flex;
	align-items: flex-end;
	padding: 20px;
	color: var(--pws-white);
	font-weight: 600;
	font-size: 15px;
	opacity: 0;
	transition: opacity 0.3s;
}

.pws-portfolio-item:hover .pws-portfolio-overlay {
	opacity: 1;
}

/* ---- Secondary CTA ---- */
.pws-secondary-cta {
	background: var(--pws-white);
	border-bottom: 6px solid var(--pws-primary);
}

.pws-secondary-cta-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.pws-secondary-cta-content h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0 0 16px;
}

.pws-secondary-cta-content p {
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 24px;
}

.pws-secondary-cta-media img {
	width: 100%;
	border-radius: var(--pws-radius);
	box-shadow: var(--pws-shadow);
}

/* ---- Blog ---- */
.pws-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.pws-blog-card {
	background: var(--pws-white);
	border-radius: var(--pws-radius);
	overflow: hidden;
	box-shadow: var(--pws-shadow);
	transition: transform 0.2s;
}

.pws-blog-card:hover {
	transform: translateY(-4px);
}

.pws-blog-thumb {
	display: block;
	overflow: hidden;
}

.pws-blog-thumb img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
}

.pws-blog-card:hover .pws-blog-thumb img {
	transform: scale(1.03);
}

.pws-blog-body {
	padding: 24px;
}

.pws-blog-body time {
	font-size: 13px;
	color: var(--pws-primary);
	font-weight: 600;
}

.pws-blog-body h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 8px 0 12px;
	line-height: 1.4;
}

.pws-blog-body h3 a {
	color: var(--pws-heading);
	text-decoration: none;
}

.pws-blog-body h3 a:hover {
	color: var(--pws-primary);
}

/* ---- Partners ---- */
.pws-partners {
	background: var(--pws-light);
	padding-bottom: 100px;
}

.pws-partners-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: center;
}

.pws-partners-grid .client-list,
.pws-partners-grid ul {
	display: contents;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pws-partners-grid li,
.pws-partner-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	background: var(--pws-white);
	border-radius: var(--pws-radius);
	padding: 20px 28px;
	font-size: 14px;
	font-weight: 600;
	color: #94a3b8;
	filter: grayscale(1);
	opacity: 0.85;
	transition: filter 0.2s, opacity 0.2s;
}

.pws-partners-grid li:hover,
.pws-partner-logo:hover {
	filter: grayscale(0);
	opacity: 1;
}

.pws-partner-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.pws-partners-grid img {
	max-height: 48px;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* White logos → black so they show on light cards */
.pws-partner-logo--invert img {
	filter: brightness(0);
}

/* ---- Take Support promo ---- */
.pws-take-support {
	padding-top: 0;
	margin-top: 40px;
}

.pws-take-support-panel {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background:
		radial-gradient(ellipse at 85% 15%, rgba(40, 188, 235, 0.16) 0%, transparent 50%),
		linear-gradient(120deg, #eef3fd 0%, #e7f0fd 45%, #dbeafc 100%);
	box-shadow: var(--pws-shadow);
}

.pws-take-support-circuit {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0.9;
}

.pws-take-support-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 32px;
	align-items: end;
}

.pws-take-support-copy {
	padding: 64px 24px 72px 64px;
}

.pws-take-support-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pws-heading);
	margin-bottom: 18px;
}

.pws-take-support-eyebrow-dot {
	width: 8px;
	height: 8px;
	background: var(--pws-primary);
	flex-shrink: 0;
}

.pws-take-support-copy h2 {
	font-size: clamp(1.9rem, 3.4vw, 2.7rem);
	font-weight: 700;
	color: var(--pws-heading);
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: -0.02em;
}

.pws-take-support-highlight {
	color: var(--pws-primary);
}

.pws-take-support-copy p {
	font-size: 15px;
	line-height: 1.75;
	color: var(--pws-text);
	margin: 0 0 28px;
	max-width: 440px;
}

a.pws-take-support-btn,
a.pws-take-support-btn:link,
a.pws-take-support-btn:visited,
a.pws-take-support-btn:active,
.pws-take-support-btn {
	background: var(--pws-heading);
	color: var(--pws-white);
	border-radius: 999px;
	padding: 14px 32px;
}

a.pws-take-support-btn:hover,
.pws-take-support-btn:hover {
	background: var(--pws-primary);
	color: var(--pws-white);
}

.pws-take-support-media {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 100%;
}

.pws-take-support-media img {
	display: block;
	width: 100%;
	max-width: 460px;
	height: 420px;
	object-fit: cover;
	object-position: top center;
	border-radius: 18px 18px 0 0;
}

.pws-take-support-strip {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	flex-wrap: wrap;
	background: var(--pws-primary);
	color: var(--pws-white);
	padding: 16px 28px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pws-take-support-strip-line {
	width: 120px;
	height: 2px;
	background: rgba(255, 255, 255, 0.55);
	flex-shrink: 0;
}

@media (max-width: 1024px) {
	.pws-take-support-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.pws-take-support-copy {
		padding: 44px 28px 36px;
	}

	.pws-take-support-media img {
		height: 320px;
		max-width: 380px;
	}
}

@media (max-width: 640px) {
	.pws-take-support-panel {
		border-radius: 18px;
	}

	.pws-take-support-copy {
		padding: 32px 20px 28px;
	}

	.pws-take-support-media img {
		height: 260px;
		border-radius: 14px 14px 0 0;
	}

	.pws-take-support-strip {
		gap: 10px;
		text-align: center;
	}

	.pws-take-support-strip-line {
		display: none;
	}
}

/* ---- Site footer (Tronix-style) ---- */
body.pws-landing-page #bottom-wrapper {
	display: none;
}

.pws-site-footer {
	position: relative;
	background: #071428;
	color: rgba(255, 255, 255, 0.72);
	overflow: hidden;
	margin-top: 0;
}

.pws-site-footer::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 55% 70% at 88% 42%, rgba(37, 99, 235, 0.18), transparent 60%),
		radial-gradient(circle at 92% 18%, rgba(96, 165, 250, 0.12), transparent 35%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='420' viewBox='0 0 720 420' fill='none'%3E%3Ccircle cx='540' cy='210' r='150' stroke='%232563eb' stroke-opacity='0.12' stroke-width='1'/%3E%3Ccircle cx='540' cy='210' r='110' stroke='%2360a5fa' stroke-opacity='0.1' stroke-width='1'/%3E%3Ccircle cx='540' cy='210' r='70' stroke='%2393c5fd' stroke-opacity='0.08' stroke-width='1'/%3E%3Cg stroke='%2360a5fa' stroke-opacity='0.2' stroke-width='1'%3E%3Cpath d='M540 60v300M390 210h300M433 103l214 214M433 317l214-214'/%3E%3C/g%3E%3Cg fill='%2393c5fd' fill-opacity='0.35'%3E%3Ccircle cx='540' cy='60' r='3'/%3E%3Ccircle cx='540' cy='360' r='3'/%3E%3Ccircle cx='390' cy='210' r='3'/%3E%3Ccircle cx='690' cy='210' r='3'/%3E%3Ccircle cx='433' cy='103' r='2.5'/%3E%3Ccircle cx='647' cy='317' r='2.5'/%3E%3Ccircle cx='433' cy='317' r='2.5'/%3E%3Ccircle cx='647' cy='103' r='2.5'/%3E%3Ccircle cx='500' cy='150' r='2'/%3E%3Ccircle cx='580' cy='270' r='2'/%3E%3Ccircle cx='480' cy='260' r='2'/%3E%3Ccircle cx='600' cy='160' r='2'/%3E%3C/g%3E%3C/svg%3E") right center / min(620px, 55vw) no-repeat;
	pointer-events: none;
	opacity: 0.95;
}

.pws-footer-main {
	position: relative;
	z-index: 1;
	padding: 72px 0 48px;
}

.pws-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.85fr 0.85fr 1.25fr;
	gap: 40px 36px;
}

.pws-footer-heading {
	margin: 0 0 22px;
	font-family: 'Inter', sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	letter-spacing: -0.01em;
}

.pws-footer-about p {
	margin: 0 0 24px;
	font-size: 0.95rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.62);
	max-width: 34ch;
}

.pws-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pws-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.85);
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pws-footer-social a:hover {
	background: var(--pws-primary);
	border-color: var(--pws-primary);
	color: #fff;
	transform: translateY(-2px);
}

.pws-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pws-footer-links li + li {
	margin-top: 12px;
}

.pws-footer-links a {
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.62);
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.pws-footer-links a:hover {
	color: #fff;
	padding-left: 4px;
}

.pws-footer-recent {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 18px;
}

.pws-footer-recent-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	text-decoration: none;
	color: inherit;
}

.pws-footer-recent-thumb {
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	border-radius: 6px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.08);
}

.pws-footer-recent-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pws-footer-recent-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	padding-top: 2px;
}

.pws-footer-recent-title {
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.45;
	color: #fff;
	transition: color 0.2s ease;
}

.pws-footer-recent-item:hover .pws-footer-recent-title {
	color: #93c5fd;
}

.pws-footer-recent-date {
	font-size: 0.8rem;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.45);
}

.pws-footer-empty {
	margin: 0;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.5);
}

.pws-footer-info {
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 28px 0;
}

.pws-footer-info-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
	gap: 0;
}

.pws-footer-info-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 8px 28px;
	min-width: 0;
}

.pws-footer-info-item:first-child {
	padding-left: 0;
}

.pws-footer-info-item:last-child {
	padding-right: 0;
}

.pws-footer-info-item + .pws-footer-info-item {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.pws-footer-info-icon {
	flex: 0 0 52px;
	align-self: center;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0;
	padding: 0;
	line-height: 0;
	box-sizing: border-box;
	border-radius: 50%;
	background: rgba(37, 99, 235, 0.18);
	border: 1px solid rgba(96, 165, 250, 0.25);
	color: #93c5fd;
}

.pws-footer-info-icon svg {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0;
	flex-shrink: 0;
}

.pws-footer-info-item strong {
	display: block;
	margin-bottom: 6px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}

.pws-footer-info-item > div span,
.pws-footer-info-item > div a {
	display: block;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
	text-decoration: none;
}

.pws-footer-info-item > div a:hover {
	color: #fff;
}

.pws-footer-bottom {
	position: relative;
	z-index: 1;
	background: #050f1f;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 18px 0;
}

.pws-footer-bottom-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 28px;
	text-align: center;
}

.pws-footer-copy {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}

.pws-footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 18px;
}

.pws-footer-legal a {
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.45);
	text-decoration: none;
	transition: color 0.2s ease;
}

.pws-footer-legal a:hover {
	color: #fff;
}

@media (max-width: 1024px) {
	.pws-footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 36px 28px;
	}

	.pws-footer-info-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.pws-footer-info-item,
	.pws-footer-info-item:first-child,
	.pws-footer-info-item:last-child {
		padding: 0;
	}

	.pws-footer-info-item + .pws-footer-info-item {
		border-left: 0;
		padding-top: 22px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}
}

@media (max-width: 640px) {
	.pws-footer-main {
		padding: 56px 0 36px;
	}

	.pws-footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.pws-footer-about p {
		max-width: none;
	}

	.pws-site-footer::before {
		opacity: 0.45;
		background-size: 420px auto;
	}
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
	.pws-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pws-services .pws-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pws-services .pws-service-card:nth-last-child(2):nth-child(4n + 1),
	.pws-services .pws-service-card:last-child:nth-child(4n + 2) {
		grid-column: auto;
	}

	.pws-stats-row {
		grid-template-columns: repeat(2, 1fr);
		padding: 20px;
		gap: 12px;
	}

	.pws-experience-img-wrap img {
		height: 320px;
	}

	.pws-experience-inner {
		gap: 36px;
		margin-bottom: 36px;
	}

	.pws-about-inner,
	.pws-experience-inner,
	.pws-secondary-cta-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1100px) {
	.pws-primary-menu > li > a {
		padding: 10px 10px;
		font-size: 14px;
	}

	.pws-quick-call-text a {
		font-size: 13px;
	}
}

@media (max-width: 992px) {
	/* Solid header on mobile — never transparent */
	body.pws-landing-page #header-wrapper {
		background: var(--pws-white);
		background-color: var(--pws-white);
		box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06), 0 8px 24px rgba(15, 23, 42, 0.06);
	}

	.pws-site-header {
		background: var(--pws-white);
	}

	/* Hero starts below header — no underlap / cut-off */
	.pws-hero-slider {
		margin-top: 0;
	}

	.pws-hero-slide-layout {
		padding-top: 28px;
		padding-left: var(--pws-gutter);
		padding-right: var(--pws-gutter);
		justify-items: start;
		text-align: left;
	}

	.pws-hero-slide-content,
	.pws-hero-copy {
		width: 100%;
		max-width: none;
		text-align: left;
	}

	.pws-page-hero,
	.breadcrumb-hero {
		margin-top: 0;
		padding-top: 0;
		min-height: clamp(220px, 42vw, 320px);
		max-height: none;
	}

	/* Topbar moves into hamburger menu on mobile */
	.pws-topbar {
		display: none;
	}

	.pws-navbar {
		background: var(--pws-white);
		border-bottom-color: rgba(37, 99, 235, 0.08);
	}

	.pws-mobile-toggle {
		display: flex;
		width: 36px;
		height: 36px;
		padding: 7px;
		gap: 4px;
	}

	.pws-site-header.is-open .pws-mobile-toggle span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.pws-site-header.is-open .pws-mobile-toggle span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	/* Horizontal scrollable menu strip below the header row */
	.pws-primary-nav {
		display: flex;
		align-items: center;
		order: 10;
		flex: 1 1 100%;
		width: 100%;
		justify-content: flex-start;
		border-top: 1px solid #eef2f7;
		margin-top: 8px;
		padding: 4px 0 2px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
	}

	.pws-primary-nav::-webkit-scrollbar {
		display: none;
	}

	.pws-primary-menu {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0;
	}

	.pws-primary-menu > li {
		flex-shrink: 0;
		display: flex;
		align-items: center;
	}

	.pws-primary-menu > li:not(:last-child)::after {
		content: '|';
		color: #cbd5e1;
		padding: 0 4px;
	}

	.pws-primary-menu > li > a {
		padding: 8px 6px;
		font-size: 14px;
		white-space: nowrap;
	}

	/* No dropdowns on the horizontal strip */
	.pws-submenu {
		display: none !important;
	}

	.pws-chevron {
		display: none;
	}

	/* Utility links continue inline in the same scroll row */
	.pws-mobile-utility {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		flex-shrink: 0;
		gap: 0;
	}

	.pws-mobile-utility::before {
		content: '|';
		color: #cbd5e1;
		padding: 0 4px;
	}

	.pws-mobile-utility .pws-topbar-hours {
		display: none;
	}

	.pws-mobile-utility .pws-topbar-links {
		flex-wrap: nowrap;
		flex-shrink: 0;
		gap: 0;
	}

	.pws-mobile-utility .pws-topbar-email::before {
		content: '|';
		color: #cbd5e1;
		padding: 0 4px;
	}

	.pws-mobile-utility .pws-topbar-links a,
	.pws-mobile-utility .pws-topbar-email {
		font-size: 14px;
		font-weight: 500;
		color: var(--pws-heading);
		padding: 8px 6px;
		white-space: nowrap;
	}

	/* Hamburger open → full vertical dropdown panel */
	.pws-site-header.is-open .pws-primary-nav {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		order: unset;
		flex: none;
		width: auto;
		margin-top: 0;
		padding: 12px 20px 20px;
		border-top: 1px solid #e8eef5;
		border-bottom: 1px solid #e8eef5;
		background: var(--pws-white);
		box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
		overflow-x: hidden;
		overflow-y: auto;
		max-height: calc(100vh - var(--pws-header-h, 72px));
		max-height: calc(100dvh - var(--pws-header-h, 72px));
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		z-index: 20;
	}

	.pws-site-header.is-open .pws-primary-menu {
		flex-direction: column;
		align-items: stretch;
	}

	.pws-site-header.is-open .pws-primary-menu > li {
		display: block;
	}

	.pws-site-header.is-open .pws-primary-menu > li:not(:last-child)::after {
		content: none;
	}

	.pws-site-header.is-open .pws-primary-menu > li > a {
		padding: 11px 0;
		border-bottom: 1px solid #f1f5f9;
		white-space: normal;
	}

	.pws-site-header.is-open .pws-submenu {
		display: block !important;
		position: static;
		box-shadow: none;
		border: none;
		padding: 0 0 8px 16px;
		background: transparent;
	}

	.pws-site-header.is-open .pws-chevron {
		display: inline-flex;
	}

	.pws-site-header.is-open .pws-mobile-utility {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin-top: 8px;
		padding-top: 16px;
		border-top: 1px solid #f1f5f9;
	}

	.pws-site-header.is-open .pws-mobile-utility::before {
		content: none;
	}

	.pws-site-header.is-open .pws-mobile-utility .pws-topbar-hours {
		display: block;
	}

	.pws-site-header.is-open .pws-mobile-utility .pws-topbar-links {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		width: 100%;
	}

	.pws-site-header.is-open .pws-mobile-utility .pws-topbar-email::before {
		content: none;
	}

	.pws-site-header.is-open .pws-mobile-utility .pws-topbar-links a,
	.pws-site-header.is-open .pws-mobile-utility .pws-topbar-email {
		padding: 0;
		white-space: normal;
	}

	.pws-quick-call {
		display: none;
	}

	.pws-navbar-inner {
		position: relative;
		flex-wrap: wrap;
		padding: 8px var(--pws-gutter);
		min-height: 60px;
		gap: 12px;
		row-gap: 0;
	}

	.pws-brand {
		min-height: 40px;
		gap: 8px;
		margin-left: 0;
	}

	.pws-brand-logo {
		height: 40px;
		max-height: 40px;
	}

	.pws-brand-name {
		font-size: 15px;
	}

	.pws-brand-tag {
		font-size: 11px;
	}

	.pws-btn-started {
		padding: 8px 16px;
		font-size: 13px;
	}

	.pws-partners-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.pws-stats-row {
		grid-template-columns: 1fr;
	}

	.pws-experience-badge {
		left: 16px;
		bottom: 16px;
		padding: 14px 16px;
		min-width: 120px;
	}

	.pws-experience-badge strong {
		font-size: 1.5rem;
	}

	.pws-experience-img-wrap img {
		height: 260px;
	}

	.pws-btn-started {
		padding: 10px 20px;
		font-size: 13px;
	}

	.pws-brand-logo {
		height: 46px;
		max-height: 46px;
	}

	.pws-brand-tag {
		font-size: 10.5px;
	}

	.pws-section {
		padding: 56px 0;
	}

	.pws-portfolio-grid,
	.pws-blog-grid,
	.pws-partners-grid {
		grid-template-columns: 1fr;
	}

	.pws-team-grid {
		grid-template-columns: 1fr;
	}

	.pws-services .pws-services-grid {
		grid-template-columns: 1fr;
	}

	.pws-services .pws-service-card:nth-last-child(2):nth-child(4n + 1),
	.pws-services .pws-service-card:last-child:nth-child(4n + 2) {
		grid-column: auto;
	}

	.pws-cta-banner-inner {
		flex-direction: column;
		text-align: center;
	}

	.pws-about-gallery {
		min-height: 280px;
	}
}

/* ==========================================================================
   Global Page Hero (all pages except home)
   ========================================================================== */

body.pws-has-page-hero #header-wrapper {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0;
}

body.pws-has-page-hero #pagetitle-container {
	display: none;
}

body.pws-has-page-hero {
	background: #ffffff;
}

body.pws-has-page-hero #main-wrapper {
	background: #ffffff;
}

body.pws-has-page-hero #content-wrapper {
	margin-top: 0;
	border-top: none;
	border-radius: 0;
	box-shadow: none;
	background: #ffffff;
}

body.pws-has-page-hero #content-wrapper > .breadcrumb,
body.pws-has-page-hero .maincontent-right-sidebar > .breadcrumb,
body.pws-has-page-hero .maincontent-left-sidebar > .breadcrumb,
body.pws-has-page-hero .maincontent-fullwidth > .breadcrumb {
	display: none;
}

/* ---- Page hero / breadcrumb banner ---- */
.pws-page-hero,
.breadcrumb-hero {
	--pws-hero-bg-left: #dfe7fc;
	--pws-hero-bg-center: #e7f1fd;
	--pws-hero-bg-right: #d9f2fe;
	--pws-hero-line: #0969e8;
	--pws-hero-cyan: #28bceb;
	--pws-hero-lavender: #a8c4fa;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: calc(clamp(240px, 38vw, 420px) + var(--pws-header-h, 120px));
	max-height: calc(450px + var(--pws-header-h, 120px));
	aspect-ratio: 2.6 / 1;
	margin: 0;
	margin-top: calc(-1 * var(--pws-header-h, 120px));
	padding: 0;
	padding-top: var(--pws-header-h, 120px);
	overflow: hidden;
	isolation: isolate;
	background: linear-gradient(90deg, var(--pws-hero-bg-left) 0%, var(--pws-hero-bg-center) 50%, var(--pws-hero-bg-right) 100%);
	box-sizing: border-box;
}

.pws-page-hero-art {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.pws-page-hero-svg {
	display: block;
	width: 100%;
	height: 100%;
}

.pws-hero-sky {
	fill: url(#pws-hero-sky);
}

.pws-hero-bubbles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.pws-hero-bubble {
	position: absolute;
	left: var(--bubble-x, 10%);
	top: var(--bubble-y, 20%);
	width: var(--bubble-size, 14px);
	height: var(--bubble-size, 14px);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: pws-bubble-float var(--bubble-duration, 7s) ease-in-out infinite;
	animation-delay: var(--bubble-delay, 0s);
	will-change: transform;
}

.pws-hero-bubble--cyan {
	background: var(--pws-hero-cyan);
	box-shadow: 0 0 0 4px rgba(40, 188, 235, 0.14);
}

.pws-hero-bubble--navy {
	background: #0b4a9b;
}

.pws-hero-bubble--lavender {
	background: var(--pws-hero-lavender);
	opacity: 0.38;
}

@keyframes pws-bubble-float {
	0%, 100% {
		transform: translate(-50%, -50%) translate(0, 0) scale(1);
	}
	25% {
		transform: translate(-50%, -50%) translate(calc(var(--bubble-drift, 12px) * 0.6), calc(var(--bubble-drift, 12px) * -0.9)) scale(1.04);
	}
	50% {
		transform: translate(-50%, -50%) translate(calc(var(--bubble-drift, 12px) * -0.5), calc(var(--bubble-drift, 12px) * 0.7)) scale(0.97);
	}
	75% {
		transform: translate(-50%, -50%) translate(calc(var(--bubble-drift, 12px) * -0.8), calc(var(--bubble-drift, 12px) * -0.4)) scale(1.02);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pws-hero-bubble {
		animation: none;
	}
}

.pws-hero-wave-white {
	fill: #ffffff;
}

.pws-hero-wave-band {
	fill: rgba(168, 196, 250, 0.32);
}

.pws-hero-wave-line {
	fill: none;
	stroke: var(--pws-hero-line);
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}

.pws-page-hero-content,
.breadcrumb-content {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: clamp(32px, 5vw, 56px) 24px clamp(88px, 12vw, 120px);
	pointer-events: auto;
}

.pws-page-hero-inner {
	position: relative;
	z-index: 2;
}

.pws-page-hero h1 {
	font-size: clamp(2.25rem, 5vw, 3.5rem);
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0 0 16px;
	line-height: 1.15;
}

.pws-page-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pws-page-breadcrumb a {
	color: var(--pws-heading);
	text-decoration: none;
	transition: color 0.2s;
}

.pws-page-breadcrumb a:hover {
	color: var(--pws-primary);
}

.pws-breadcrumb-sep {
	color: #94a3b8;
	font-weight: 400;
}

.pws-breadcrumb-current {
	color: var(--pws-primary);
}

/* ==========================================================================
   Services Page (Tronix-style inner page)
   ========================================================================== */

body.pws-services-page #content-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* ---- Services grid (static 4-col) ---- */
.pws-services-page-grid-section {
	padding-top: 72px;
	padding-bottom: 72px;
	background: var(--pws-white);
}

.pws-services-page-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.pws-service-page-card {
	padding: 0;
	overflow: hidden;
}

.pws-service-page-card .pws-service-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 32px 24px 28px;
	text-decoration: none;
	color: inherit;
	position: relative;
}

.pws-service-page-card h3 {
	font-size: 17px;
	font-weight: 700;
	color: var(--pws-heading);
	margin: 0 0 10px;
	transition: color 0.2s;
}

.pws-service-page-card p {
	font-size: 14px;
	line-height: 1.65;
	color: var(--pws-text);
	margin: 0;
	flex: 1;
}

.pws-service-page-card:hover h3 {
	color: var(--pws-primary);
}

.pws-service-page-card .pws-card-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-top: 20px;
	color: var(--pws-primary);
	transition: transform 0.2s, background 0.2s;
	border-radius: 50%;
}

.pws-service-page-card:hover .pws-card-arrow {
	transform: translateX(4px);
	background: var(--pws-light);
}

/* ---- Why Work With Us ---- */
.pws-why-us {
	background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 45%, #1e40af 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.pws-why-us::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 40%),
		radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 35%);
	pointer-events: none;
}

.pws-why-us-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.pws-why-us-content h2 {
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 800;
	color: var(--pws-white);
	margin: 0 0 20px;
	line-height: 1.25;
}

.pws-why-us-content p {
	font-size: 16px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.88);
	margin: 0 0 14px;
	max-width: 520px;
}

.pws-eyebrow-light {
	color: rgba(255, 255, 255, 0.75) !important;
}

.pws-btn-video-light {
	margin-top: 12px;
	border-color: rgba(255, 255, 255, 0.4) !important;
	color: var(--pws-white) !important;
	background: rgba(255, 255, 255, 0.1);
}

.pws-btn-video-light:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.6) !important;
}

.pws-why-us-media {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	isolation: isolate;
}

.pws-why-us-bubble {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 440px;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	box-shadow:
		0 24px 48px rgba(0, 0, 0, 0.22),
		inset 0 0 0 3px rgba(255, 255, 255, 0.18);
	animation: pws-why-us-blob 10s ease-in-out infinite;
	will-change: border-radius;
}

.pws-why-us-bubble img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.08);
	animation: pws-why-us-ken 14s ease-in-out infinite alternate;
}

.pws-why-us-orb {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	animation: pws-why-us-float 7s ease-in-out infinite;
}

.pws-why-us-orb-a {
	width: 72px;
	height: 72px;
	top: 8%;
	right: 6%;
	animation-delay: 0s;
}

.pws-why-us-orb-b {
	width: 44px;
	height: 44px;
	bottom: 14%;
	left: 4%;
	animation-delay: -2.5s;
	animation-duration: 8.5s;
}

.pws-why-us-orb-c {
	width: 28px;
	height: 28px;
	top: 42%;
	left: 8%;
	animation-delay: -4s;
	animation-duration: 6s;
	background: rgba(255, 255, 255, 0.22);
}

@keyframes pws-why-us-blob {
	0%, 100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
	25% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}
	50% {
		border-radius: 50% 60% 30% 60% / 30% 50% 70% 50%;
	}
	75% {
		border-radius: 40% 50% 60% 40% / 70% 40% 50% 30%;
	}
}

@keyframes pws-why-us-ken {
	0% { transform: scale(1.08) translate(0, 0); }
	100% { transform: scale(1.14) translate(-2%, 1%); }
}

@keyframes pws-why-us-float {
	0%, 100% { transform: translateY(0) scale(1); opacity: 0.85; }
	50% { transform: translateY(-14px) scale(1.08); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.pws-why-us-bubble,
	.pws-why-us-bubble img,
	.pws-why-us-orb {
		animation: none;
	}
}

/* ---- Services blog (3-col) ---- */
.pws-services-blog {
	background: var(--pws-white);
}

.pws-services-blog .pws-section-head {
	margin-bottom: 40px;
}

.pws-blog-grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.pws-blog-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	margin-bottom: 4px;
}

.pws-blog-author {
	font-size: 13px;
	color: #94a3b8;
	font-weight: 500;
}

.pws-blog-excerpt {
	font-size: 14px;
	line-height: 1.65;
	color: var(--pws-text);
	margin: 0 0 14px;
}

.pws-blog-thumb {
	position: relative;
}

.pws-blog-cat {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--pws-primary);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding: 7px 12px;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.pws-blog-footer {
	margin-top: 40px;
	text-align: center;
}

.pws-home-blog {
	background: var(--pws-light);
}

.pws-blog-archive {
	background: #ffffff;
}

.pws-blog-empty {
	text-align: center;
	font-size: 16px;
	color: #64748b;
	padding: 40px 0;
}

.pws-blog-pagination {
	margin-top: 48px;
	display: flex;
	justify-content: center;
}

.pws-blog-pagination .page-numbers {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.pws-blog-pagination .page-numbers li {
	margin: 0;
}

.pws-blog-pagination .page-numbers a,
.pws-blog-pagination .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border-radius: 10px;
	background: var(--pws-light, #f1f5f9);
	color: var(--pws-heading, #0f172a);
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.pws-blog-pagination .page-numbers a:hover {
	background: #e2eafc;
	color: var(--pws-primary);
}

.pws-blog-pagination .page-numbers span.current {
	background: var(--pws-primary);
	color: #ffffff;
}

@media (max-width: 1100px) {
	.pws-services-page-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pws-blog-grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.pws-page-hero,
	.breadcrumb-hero {
		min-height: clamp(220px, 58vw, 280px);
		max-height: none;
		aspect-ratio: auto;
	}

	.pws-page-hero-content,
	.breadcrumb-content {
		padding: 28px 20px 72px;
	}

	.pws-page-hero h1 {
		font-size: clamp(1.75rem, 7vw, 2.25rem);
	}

	.pws-page-breadcrumb {
		font-size: 11px;
		gap: 8px;
	}

	.pws-hero-bubble--lavender {
		--bubble-size: clamp(80px, 24vw, 120px) !important;
	}

	.pws-services-page-grid-section {
		padding: 56px 0;
	}

	.pws-services-page-grid,
	.pws-blog-grid-3 {
		grid-template-columns: 1fr;
	}

	.pws-why-us {
		padding: 56px 0;
	}

	.pws-why-us-inner {
		grid-template-columns: 1fr;
		gap: 32px;
		text-align: center;
	}

	.pws-why-us-content p {
		max-width: none;
	}

	.pws-why-us-bubble {
		max-width: 300px;
	}

	.pws-service-detail-grid {
		grid-template-columns: 1fr;
	}

	.pws-service-detail-sidebar {
		order: -1;
	}
}

/* ==========================================================================
   Service Detail Page
   ========================================================================== */

body.pws-service-detail-page #content-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.pws-service-detail-section {
	padding: 64px 0;
}

.pws-service-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
	gap: 32px;
	align-items: start;
}

.pws-service-detail-icon {
	width: 72px;
	height: 72px;
	border-radius: 18px;
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
	color: var(--pws-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.pws-service-detail-desc {
	font-size: 1.05rem;
	line-height: 1.8;
	color: var(--pws-muted);
	margin-bottom: 28px;
	max-width: 720px;
}

.pws-service-detail-main h2 {
	font-size: 1.5rem;
	margin-bottom: 16px;
	color: var(--pws-dark);
}

.pws-service-detail-features {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
	display: grid;
	gap: 12px;
}

.pws-service-detail-features li {
	position: relative;
	padding-left: 28px;
	color: var(--pws-text);
	line-height: 1.6;
}

.pws-service-detail-features li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--pws-primary);
	font-weight: 700;
}

.pws-service-detail-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.pws-service-detail-card {
	background: #fff;
	border: 1px solid rgba(37, 99, 235, 0.12);
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.pws-service-detail-price {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--pws-primary);
	margin: 8px 0 12px;
	line-height: 1.1;
}

.pws-service-detail-note {
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--pws-muted);
	margin-bottom: 20px;
}

.pws-btn-block {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.pws-service-detail-card .pws-btn-block {
	margin-top: 4px;
}

body.pws-service-detail-page [data-pws-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

body.pws-service-detail-page [data-pws-reveal].is-visible {
	opacity: 1;
	transform: none;
}

body.pws-service-detail-page .pws-service-detail-content {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.pws-service-detail-hero {
	position: relative;
	padding: 72px 0 48px;
	background:
		radial-gradient(circle at 88% 8%, rgba(37, 99, 235, 0.12) 0%, transparent 34%),
		linear-gradient(180deg, #f8fbff 0%, #fff 70%);
	overflow: hidden;
}

.pws-service-detail-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(37, 99, 235, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(180deg, #000 0%, transparent 80%);
	pointer-events: none;
}

.pws-service-detail-hero .pws-container {
	position: relative;
}

body.pws-service-detail-page .pws-service-detail-grid {
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 380px);
	gap: 48px;
}

.pws-service-detail-main h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.035em;
	color: var(--pws-heading);
	margin: 12px 0 18px;
}

.pws-service-detail-inclusions {
	max-width: 780px;
	margin: 0 0 30px;
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
	backdrop-filter: blur(10px);
}

.pws-service-detail-inclusions h3 {
	font-size: 1rem;
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0 0 14px;
}

.pws-service-detail-sidebar {
	position: relative;
}

.pws-service-detail-card {
	position: sticky;
	top: calc(var(--pws-header-h, 96px) + 24px);
	overflow: hidden;
}

.pws-service-detail-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--pws-primary), #38bdf8);
}

.pws-service-detail-back {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	margin: 14px 0 22px;
	font-size: 13px;
	font-weight: 700;
	color: var(--pws-primary);
	text-decoration: none;
}

.pws-service-detail-mini {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 0;
	border-top: 1px solid #e2e8f0;
}

.pws-service-detail-mini span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #64748b;
}

.pws-service-detail-mini strong {
	font-size: 13px;
	color: var(--pws-heading);
	text-align: right;
}

.pws-service-detail-stats {
	padding: 0 0 18px;
	background: #fff;
}

.pws-service-detail-stats-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	padding: 28px 32px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--pws-navy) 0%, var(--pws-navy-mid) 100%);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}

.pws-service-detail-stat {
	text-align: center;
	color: rgba(255, 255, 255, 0.74);
}

.pws-service-detail-stat .pws-stat-num {
	display: block;
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 8px;
}

.pws-service-detail-stat span:last-child {
	font-size: 13px;
	font-weight: 600;
}

.pws-service-deliverables-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.pws-service-deliverable-card {
	position: relative;
	min-height: 220px;
	padding: 28px 22px;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	overflow: hidden;
}

.pws-service-deliverable-card:hover {
	transform: translateY(-6px);
	border-color: #bfdbfe;
	box-shadow: 0 24px 54px rgba(15, 23, 42, 0.1);
}

.pws-service-deliverable-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 20px;
	border-radius: 12px;
	background: var(--pws-light);
	color: var(--pws-primary);
	font-size: 13px;
	font-weight: 800;
}

.pws-service-deliverable-card h3,
.pws-service-process-timeline h3,
.pws-service-detail-fit h2,
.pws-service-detail-chart h2,
.pws-service-detail-cta h2 {
	color: var(--pws-heading);
}

.pws-service-deliverable-card h3 {
	font-size: 1.05rem;
	font-weight: 800;
	margin: 0 0 10px;
}

.pws-service-deliverable-card p {
	font-size: 14px;
	line-height: 1.68;
	color: var(--pws-text);
	margin: 0;
}

.pws-service-detail-process {
	background: var(--pws-light);
}

.pws-service-process-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pws-service-process-timeline::before {
	content: '';
	position: absolute;
	top: 35px;
	left: 6%;
	right: 6%;
	height: 2px;
	background: linear-gradient(90deg, rgba(37, 99, 235, 0.18), rgba(37, 99, 235, 0.55), rgba(14, 165, 233, 0.18));
}

.pws-service-process-timeline li {
	position: relative;
	padding: 24px 20px;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.pws-service-process-timeline li > span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--pws-primary), #38bdf8);
	color: #fff;
	font-weight: 800;
	box-shadow: 0 12px 24px rgba(37, 99, 235, 0.28);
}

.pws-service-process-timeline h3 {
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 10px;
}

.pws-service-process-timeline p {
	font-size: 14px;
	line-height: 1.65;
	color: var(--pws-text);
	margin: 0;
}

.pws-service-detail-insights-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 34px;
	align-items: stretch;
}

.pws-service-detail-fit,
.pws-service-detail-chart {
	padding: 32px;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.pws-service-detail-fit h2,
.pws-service-detail-chart h2 {
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.25;
	margin: 10px 0 18px;
	letter-spacing: -0.02em;
}

.pws-service-detail-fit ul {
	display: grid;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}

.pws-service-detail-fit li {
	position: relative;
	padding-left: 30px;
	line-height: 1.6;
	color: var(--pws-text);
}

.pws-service-detail-fit li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--pws-light);
	box-shadow: inset 0 0 0 2px var(--pws-primary);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L20 7' stroke='%232563eb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
}

.pws-service-chart-row {
	margin-top: 18px;
}

.pws-service-chart-label {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 8px;
	font-size: 14px;
	color: var(--pws-heading);
}

.pws-service-chart-label strong {
	font-weight: 800;
}

.pws-service-chart-label span {
	font-weight: 800;
	color: var(--pws-primary);
}

.pws-service-chart-track {
	height: 12px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}

.pws-service-chart-track span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--pws-primary), #38bdf8);
	transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.pws-service-detail-insights.is-visible .pws-service-chart-track span {
	width: var(--pws-chart-value);
}

.pws-service-chart-row p {
	margin: 8px 0 0;
	font-size: 13px;
	color: #64748b;
}

.pws-service-detail-faq {
	background: var(--pws-light);
}

.pws-service-detail-faq .pws-svc-faq-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 48px;
	align-items: start;
}

.pws-service-detail-faq .pws-svc-faq-intro h2 {
	font-size: clamp(1.55rem, 3vw, 2.1rem);
	font-weight: 800;
	color: var(--pws-heading);
	margin: 10px 0 14px;
	line-height: 1.28;
	letter-spacing: -0.02em;
}

.pws-service-detail-faq .pws-svc-faq-intro p {
	font-size: 15px;
	line-height: 1.7;
	color: var(--pws-text);
	margin: 0 0 22px;
	max-width: 380px;
}

.pws-service-detail-faq .pws-svc-faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pws-service-detail-faq .pws-svc-faq-item {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 0 20px;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.pws-service-detail-faq .pws-svc-faq-item[open] {
	border-color: #bfdbfe;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.pws-service-detail-faq .pws-svc-faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 18px 28px 18px 0;
	font-size: 15px;
	font-weight: 700;
	color: var(--pws-heading);
	position: relative;
	line-height: 1.4;
}

.pws-service-detail-faq .pws-svc-faq-item summary::-webkit-details-marker {
	display: none;
}

.pws-service-detail-faq .pws-svc-faq-item summary::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.35rem;
	font-weight: 500;
	color: var(--pws-primary);
	line-height: 1;
}

.pws-service-detail-faq .pws-svc-faq-item[open] summary::after {
	content: '-';
}

.pws-service-detail-faq .pws-svc-faq-item p {
	margin: 0 0 18px;
	padding-right: 24px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--pws-text);
}

.pws-service-detail-cta {
	position: relative;
	padding: 72px 0 88px;
	background:
		radial-gradient(circle at 18% 40%, rgba(37, 99, 235, 0.35) 0%, transparent 42%),
		radial-gradient(circle at 88% 20%, rgba(14, 165, 233, 0.2) 0%, transparent 40%),
		linear-gradient(135deg, var(--pws-navy) 0%, #0a1628 55%, var(--pws-navy-mid) 100%);
	overflow: hidden;
}

.pws-service-detail-cta-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	flex-wrap: wrap;
}

.pws-service-detail-cta h2 {
	max-width: 650px;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
	margin: 10px 0 14px;
}

.pws-service-detail-cta p {
	max-width: 560px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.7;
}

.pws-service-detail-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.pws-service-detail-cta .pws-btn-hero-ghost {
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
	background: transparent;
}

.pws-service-detail-cta .pws-btn-hero-ghost:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

@media (prefers-reduced-motion: reduce) {
	body.pws-service-detail-page [data-pws-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.pws-service-chart-track span {
		width: var(--pws-chart-value);
		transition: none;
	}
}

@media (max-width: 1100px) {
	.pws-service-deliverables-grid,
	.pws-service-process-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pws-service-process-timeline::before {
		display: none;
	}
}

@media (max-width: 900px) {
	body.pws-service-detail-page .pws-service-detail-grid,
	.pws-service-detail-insights-grid,
	.pws-service-detail-faq .pws-svc-faq-inner {
		grid-template-columns: 1fr;
	}

	.pws-service-detail-sidebar {
		order: -1;
	}

	.pws-service-detail-card {
		position: relative;
		top: auto;
	}

	.pws-service-detail-stats-row {
		grid-template-columns: repeat(2, 1fr);
		padding: 24px 20px;
	}
}

@media (max-width: 640px) {
	.pws-service-detail-hero {
		padding-top: 44px;
	}

	.pws-service-deliverables-grid,
	.pws-service-process-timeline,
	.pws-service-detail-stats-row {
		grid-template-columns: 1fr;
	}

	.pws-service-detail-inclusions,
	.pws-service-detail-fit,
	.pws-service-detail-chart {
		padding: 24px 20px;
	}

	.pws-service-detail-actions,
	.pws-service-detail-cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.pws-service-detail-actions .pws-btn,
	.pws-service-detail-cta-actions .pws-btn {
		width: 100%;
		justify-content: center;
	}
}

/* ---- Scroll to top with progress ---- */
.pws-scroll-top {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 9998;
	width: 56px;
	height: 56px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.16);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px) scale(0.92);
	transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
	color: var(--pws-primary);
}

.pws-scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.pws-scroll-top:hover {
	box-shadow: 0 12px 32px rgba(37, 99, 235, 0.28);
	color: var(--pws-primary-dark);
}

.pws-scroll-top:focus-visible {
	outline: 2px solid var(--pws-primary);
	outline-offset: 3px;
}

.pws-scroll-top-ring {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.pws-scroll-top-track {
	stroke: rgba(37, 99, 235, 0.18);
}

.pws-scroll-top-progress {
	stroke: var(--pws-primary);
	stroke-linecap: round;
	stroke-dasharray: 150.8;
	stroke-dashoffset: 150.8;
	transition: stroke-dashoffset 0.08s linear;
}

.pws-scroll-top-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

@media (max-width: 600px) {
	.pws-scroll-top {
		right: 16px;
		bottom: 16px;
		width: 48px;
		height: 48px;
	}
}

/* ---- Single blog post ---- */
body.pws-single-post-page #content-wrapper {
	display: none;
}

.pws-single-post {
	padding: 64px 0 96px;
	background: #ffffff;
}

.pws-single-post-layout {
	max-width: 820px;
}

.pws-single-article {
	margin: 0;
}

.pws-single-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin-bottom: 28px;
	font-size: 14px;
	color: #64748b;
}

.pws-single-meta time {
	color: var(--pws-primary);
	font-weight: 600;
}

.pws-single-meta-sep {
	color: #cbd5e1;
}

.pws-single-cat {
	color: var(--pws-heading);
	font-weight: 600;
	text-decoration: none;
}

.pws-single-cat:hover {
	color: var(--pws-primary);
}

.pws-single-featured {
	margin: 0 0 36px;
	border-radius: var(--pws-radius, 12px);
	overflow: hidden;
	box-shadow: var(--pws-shadow, 0 8px 24px rgba(15, 23, 42, 0.08));
}

.pws-single-featured img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 440px;
	object-fit: cover;
}

.pws-single-content {
	color: var(--pws-text, #475569);
	font-size: 17px;
	line-height: 1.8;
}

.pws-single-content > :first-child {
	margin-top: 0;
}

.pws-single-content h2,
.pws-single-content h3,
.pws-single-content h4 {
	color: var(--pws-heading, #0f172a);
	font-weight: 700;
	line-height: 1.3;
	margin: 2em 0 0.75em;
}

.pws-single-content h2 {
	font-size: 1.5rem;
}

.pws-single-content h3 {
	font-size: 1.25rem;
}

.pws-single-content p {
	margin: 0 0 1.25em;
}

.pws-single-content ul,
.pws-single-content ol {
	margin: 0 0 1.25em;
	padding-left: 1.35em;
}

.pws-single-content li {
	margin-bottom: 0.45em;
}

.pws-single-content a {
	color: var(--pws-primary);
	font-weight: 600;
}

.pws-single-content img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.pws-single-content blockquote {
	margin: 1.75em 0;
	padding: 4px 0 4px 20px;
	border-left: 3px solid var(--pws-primary);
	color: var(--pws-heading);
	font-style: italic;
}

.pws-single-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid #e2e8f0;
}

.pws-single-tags-label {
	font-size: 13px;
	font-weight: 700;
	color: var(--pws-heading);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.pws-single-tags a {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--pws-light, #f1f5f9);
	color: var(--pws-heading);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.pws-single-tags a:hover {
	background: var(--pws-primary);
	color: #fff;
}

.pws-single-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid #e2e8f0;
}

.pws-single-nav a {
	display: block;
	padding: 18px 20px;
	border-radius: var(--pws-radius, 12px);
	background: var(--pws-light, #f8fafc);
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}

.pws-single-nav a:hover {
	background: #eef4ff;
	transform: translateY(-2px);
}

.pws-single-nav-next {
	text-align: right;
}

.pws-single-nav-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--pws-primary);
	margin-bottom: 6px;
}

.pws-single-nav-title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: var(--pws-heading);
	line-height: 1.4;
}

.pws-single-related {
	margin-top: 64px;
	padding-top: 48px;
	border-top: 1px solid #e2e8f0;
}

.pws-single-related > h2 {
	margin: 0 0 28px;
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--pws-heading);
}

.pws-single-comments {
	margin-top: 56px;
	padding-top: 40px;
	border-top: 1px solid #e2e8f0;
}

.pws-single-comments #comments,
.pws-single-comments .commentlist,
.pws-single-comments .comment-respond {
	max-width: 100%;
}

.pws-single-comments h5,
.pws-single-comments .comment-reply-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--pws-heading);
	margin: 0 0 20px;
}

.pws-single-comments .commentlist {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.pws-single-comments .commentlist li {
	margin-bottom: 20px;
	padding: 18px;
	background: var(--pws-light, #f8fafc);
	border-radius: 12px;
}

.pws-single-comments input[type="text"],
.pws-single-comments input[type="email"],
.pws-single-comments input[type="url"],
.pws-single-comments textarea {
	width: 100%;
	max-width: 100%;
	padding: 12px 14px;
	border: 1px solid #dbe3ef;
	border-radius: 10px;
	font-size: 15px;
	box-sizing: border-box;
}

.pws-single-comments textarea {
	min-height: 140px;
}

.pws-single-comments .form-submit input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: none;
	border-radius: 999px;
	background: var(--pws-primary);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 768px) {
	.pws-single-post {
		padding: 40px 0 64px;
	}

	.pws-single-content {
		font-size: 16px;
	}

	.pws-single-nav {
		grid-template-columns: 1fr;
	}

	.pws-single-nav-next {
		text-align: left;
	}

	.pws-single-featured img {
		max-height: 260px;
	}
}

