/* ==========================================================================
   PWS Modern Inner Pages
   ========================================================================== */

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

.pws-inner-page-section {
	padding: 72px 0;
	background: var(--pws-white);
}

.pws-inner-page-content {
	color: var(--pws-text);
	font-size: 16px;
	line-height: 1.75;
}

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

.pws-inner-page-content h2,
.pws-inner-page-content h3,
.pws-inner-page-content h4 {
	color: var(--pws-heading);
}

/* ---- Portfolio ---- */
.pws-portfolio-content .projects-table-wrap {
	max-width: none;
	margin: 0;
	padding: 0;
}

.pws-portfolio-content .projects-table thead th {
	background: var(--pws-primary);
	color: var(--pws-white);
	border: none;
}

.pws-portfolio-content .projects-table tbody tr:hover {
	background: var(--pws-light);
}

.pws-portfolio-content .proj-title {
	color: var(--pws-primary-dark);
}

.pws-portfolio-content .gallery {
	display: grid !important;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	margin-top: 48px;
}

.pws-portfolio-content .gallery-item {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

.pws-portfolio-content .gallery-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	padding: 12px;
	background: var(--pws-light, #f5f7fb);
	border-radius: var(--pws-radius);
}

.pws-portfolio-content .gallery-item img {
	width: auto;
	max-width: 100%;
	max-height: 96px;
	height: auto;
	object-fit: contain;
	border: none !important;
	border-radius: 0;
	box-shadow: none;
}

/* ---- Offers ---- */
.pws-offers-content section,
.pws-offers-content .container {
	max-width: none;
	padding: 0;
	margin: 0;
	background: transparent !important;
	text-align: center;
}

.pws-offers-content .lead {
	font-size: 18px;
	color: var(--pws-text);
	margin-bottom: 32px;
}

.pws-offers-content h4 {
	font-size: 24px;
	font-weight: 700;
	color: var(--pws-heading);
	margin: 32px 0 12px;
}

.pws-offers-content .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	border-radius: 999px;
	border: 2px solid var(--pws-primary);
	color: var(--pws-primary);
	text-decoration: none;
	font-weight: 600;
	transition: background 0.2s, color 0.2s;
}

.pws-offers-content .btn:hover {
	background: var(--pws-primary);
	color: var(--pws-white);
}

.pws-offers-content hr {
	border: none;
	border-top: 1px solid #e2e8f0;
	margin: 40px 0;
}

/* ---- Hosting ---- */
body.pws-hosting-page {
	background: #f8fbff;
}

.pws-hosting-page #content-wrapper {
	background: #f8fbff;
}

.pws-hosting-hero {
	position: relative;
	overflow: hidden;
	padding: 72px 0 64px;
	background: #fff;
	color: var(--pws-heading);
	border-bottom: 1px solid #eef2f7;
}

.pws-hosting-hero::before {
	display: none;
}

.pws-hosting-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) 430px;
	gap: 56px;
	align-items: center;
}

.pws-hosting-hero .pws-eyebrow {
	color: var(--pws-primary);
	background: rgba(37, 99, 235, 0.08);
	border: 1px solid rgba(37, 99, 235, 0.16);
	border-radius: 999px;
	padding: 8px 14px;
}

.pws-hosting-bottom-cta .pws-eyebrow {
	color: #7dd3fc;
	background: rgba(125, 211, 252, 0.12);
	border: 1px solid rgba(125, 211, 252, 0.24);
	border-radius: 999px;
	padding: 8px 14px;
}

.pws-hosting-hero h1 {
	max-width: 760px;
	margin: 18px 0 18px;
	color: var(--pws-heading);
	font-size: clamp(2.35rem, 5vw, 4.5rem);
	line-height: 1.02;
	letter-spacing: -0.055em;
	font-weight: 850;
}

.pws-hosting-hero p {
	max-width: 660px;
	margin: 0;
	color: var(--pws-text);
	font-size: 18px;
	line-height: 1.75;
}

.pws-hosting-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.pws-hosting-hero .pws-btn {
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
}

.pws-hosting-hero .pws-btn-secondary {
	background: #fff;
	border: 1px solid #dbe3f0;
	color: var(--pws-heading);
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.pws-hosting-hero .pws-btn-secondary:hover {
	background: var(--pws-light);
	border-color: rgba(37, 99, 235, 0.28);
	color: var(--pws-primary);
}

.pws-hosting-bottom-cta .pws-btn-secondary {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
}

.pws-hosting-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.pws-hosting-trust span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #334155;
	font-size: 14px;
	font-weight: 600;
}

.pws-hosting-trust span::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.14);
}

.pws-hosting-hero-card {
	position: relative;
	padding: 28px;
	border: 1px solid #dbe7f3;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(37, 99, 235, 0.12);
}

.pws-hosting-status {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 28px;
	padding: 10px 14px;
	border-radius: 999px;
	background: var(--pws-light);
	border: 1px solid #e2e8f0;
	color: var(--pws-heading);
	font-size: 13px;
	font-weight: 700;
}

.pws-hosting-status-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.16);
}

.pws-hosting-metric {
	padding: 28px;
	border-radius: 22px;
	background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
	border: 1px solid #e2e8f0;
	color: var(--pws-heading);
}

.pws-hosting-metric strong {
	display: block;
	margin-bottom: 8px;
	font-size: 34px;
	line-height: 1;
	letter-spacing: -0.04em;
}

.pws-hosting-metric span,
.pws-hosting-metric-grid span {
	color: #64748b;
	font-size: 14px;
}

.pws-hosting-metric-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 14px;
}

.pws-hosting-metric-grid > div {
	padding: 20px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e8eef6;
	color: var(--pws-heading);
}

.pws-hosting-metric-grid strong {
	display: block;
	font-size: 26px;
	letter-spacing: -0.03em;
}

.pws-hosting-card-link {
	display: flex;
	justify-content: center;
	margin-top: 18px;
	padding: 14px 18px;
	border-radius: 14px;
	background: var(--pws-primary);
	color: #fff !important;
	font-weight: 800;
	text-decoration: none;
	transition: background 0.2s;
}

.pws-hosting-card-link:hover {
	background: var(--pws-primary-dark);
}

.pws-hosting-section {
	padding-top: 40px;
	background: #f8fbff;
}

.pws-hosting-feature-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 0 0 62px;
	position: relative;
	z-index: 5;
}

.pws-hosting-feature-strip > div {
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(15, 23, 42, 0.09);
}

.pws-hosting-feature-strip span {
	display: block;
	margin-bottom: 8px;
	color: var(--pws-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pws-hosting-feature-strip strong {
	display: block;
	color: var(--pws-heading);
	font-size: 17px;
	line-height: 1.45;
}

.pws-hosting-plans-intro {
	max-width: 720px;
	margin: 0 auto 34px;
	text-align: center;
}

.pws-hosting-plans-intro h2 {
	margin: 12px 0 12px;
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.pws-hosting-plans-intro p {
	margin: 0;
	color: #64748b;
	font-size: 17px;
}

.pws-hosting-plans-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
	padding-top: 14px;
	overflow: visible;
}

.pws-host-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	max-width: 100%;
	padding: 24px 16px 20px;
	border: 1px solid #dbe7f3;
	border-radius: 22px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 16px 44px rgba(15, 23, 42, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pws-host-plan:hover {
	transform: translateY(-6px);
	border-color: rgba(37, 99, 235, 0.35);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.pws-host-plan.is-popular {
	border-color: rgba(37, 99, 235, 0.55);
	box-shadow: 0 24px 70px rgba(37, 99, 235, 0.16);
}

.pws-host-plan-badge {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--pws-primary);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2;
	white-space: nowrap;
	transform: translate(-50%, -50%);
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.pws-host-plan-head h3 {
	margin: 0 0 10px;
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--pws-heading);
	letter-spacing: -0.03em;
}

.pws-host-plan-head p {
	margin: 0;
	min-height: 84px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.55;
}

.pws-host-plan-price {
	margin: 22px 0 18px;
}

.pws-host-amount {
	display: flex;
	align-items: flex-start;
	gap: 2px;
	color: var(--pws-heading);
}

.pws-host-amount > strong {
	font-size: clamp(1.85rem, 2.6vw, 2.35rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
	font-weight: 850;
}

.pws-host-amount > span {
	align-self: flex-end;
	padding-bottom: 4px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
}

.pws-host-amount > sup {
	margin-top: 6px;
	color: var(--pws-primary);
	font-size: 16px;
	font-weight: 800;
}

.pws-host-term {
	margin: 12px 0 0;
	color: #64748b;
	font-size: 12.5px;
	line-height: 1.5;
}

.pws-host-plan-cta,
a.pws-host-plan-cta,
a.pws-host-plan-cta:link,
a.pws-host-plan-cta:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 18px;
	padding: 12px 14px;
	border-radius: 12px;
	font-size: 14px;
	white-space: nowrap;
}

.pws-host-plan-features {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pws-host-plan-features li {
	position: relative;
	padding: 10px 0 10px 24px;
	border-top: 1px solid #eef4f9;
	color: #475569;
	font-size: 13px;
	line-height: 1.45;
}

.pws-host-plan-features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #dcfce7;
}

.pws-host-plan-features li::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 17px;
	width: 5px;
	height: 8px;
	border: solid #16a34a;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.pws-hosting-includes {
	background: #fff;
	padding: 72px 0;
}

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

.pws-hosting-include-card {
	padding: 28px 24px;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	background: #f8fbff;
}

.pws-hosting-include-card h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	color: var(--pws-heading);
}

.pws-hosting-include-card p {
	margin: 0;
	color: #64748b;
	font-size: 15px;
	line-height: 1.65;
}

.pws-hosting-dns {
	padding: 72px 0;
	background: #f8fbff;
}

.pws-hosting-dns-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 36px;
	align-items: center;
}

.pws-hosting-dns h2 {
	margin: 12px 0 14px;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	line-height: 1.1;
	letter-spacing: -0.035em;
	color: var(--pws-heading);
}

.pws-hosting-dns > .pws-container > .pws-hosting-dns-grid > div > p {
	margin: 0 0 18px;
	color: #64748b;
	font-size: 16px;
	line-height: 1.7;
}

.pws-hosting-dns-list {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.pws-hosting-dns-list li {
	position: relative;
	padding: 8px 0 8px 22px;
	color: #334155;
	font-size: 15px;
	line-height: 1.55;
}

.pws-hosting-dns-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--pws-primary);
}

.pws-hosting-dns-panel {
	padding: 32px;
	border-radius: 24px;
	background:
		radial-gradient(circle at 90% 10%, rgba(56, 189, 248, 0.25), transparent 40%),
		linear-gradient(160deg, #0b1f3f 0%, #1d4ed8 100%);
	color: #fff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.pws-hosting-dns-panel strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.4rem;
	letter-spacing: -0.03em;
}

.pws-hosting-dns-panel > p {
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.65;
}

.pws-hosting-dns-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.pws-hosting-dns-stats > div {
	padding: 14px 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.12);
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
}

.pws-hosting-dns-stats span {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 800;
}

.pws-hosting-awesome {
	padding: 72px 0;
	background: #fff;
}

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

.pws-hosting-awesome-card {
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: #fff;
}

.pws-hosting-awesome-card h3 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	color: var(--pws-heading);
}

.pws-hosting-awesome-card p {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	line-height: 1.6;
}

.pws-hosting-support-band {
	padding: 72px 0;
	background: #fff;
}

.pws-hosting-support-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 40px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 88% 0%, rgba(14, 165, 233, 0.22), transparent 34%),
		linear-gradient(135deg, #0b1f3f 0%, #123f73 100%);
	color: #fff;
}

.pws-hosting-support-inner h2 {
	margin: 12px 0 12px;
	color: #fff;
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.pws-hosting-support-inner p {
	margin: 0 0 16px;
	color: rgba(255, 255, 255, 0.76);
	max-width: 640px;
}

.pws-hosting-support-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pws-hosting-support-inner li {
	position: relative;
	padding: 6px 0 6px 18px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
}

.pws-hosting-support-inner li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22c55e;
}

.pws-hosting-support-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-shrink: 0;
}

.pws-hosting-support-actions .pws-btn {
	justify-content: center;
	min-width: 180px;
	border-radius: 12px;
}

.pws-hosting-support-actions .pws-btn-secondary {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
}

.pws-hosting-faq {
	padding: 72px 0;
	background: #f8fbff;
}

.pws-hosting-faq-list {
	max-width: 860px;
	margin: 0 auto;
}

.pws-hosting-faq-item {
	margin-bottom: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}

.pws-hosting-faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 18px 22px;
	font-size: 16px;
	font-weight: 700;
	color: var(--pws-heading);
}

.pws-hosting-faq-item summary::-webkit-details-marker {
	display: none;
}

.pws-hosting-faq-item p {
	margin: 0;
	padding: 0 22px 18px;
	color: #64748b;
	font-size: 15px;
	line-height: 1.7;
}

.pws-hosting-final {
	padding-top: 0;
	padding-bottom: 72px;
	background: #f8fbff;
}

.pws-hosting-bottom-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 0;
	padding: 38px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 88% 0%, rgba(14, 165, 233, 0.28), transparent 34%),
		linear-gradient(135deg, #0b1f3f 0%, #123f73 100%);
	color: #fff;
	box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
}

.pws-hosting-bottom-cta h2 {
	max-width: 720px;
	margin: 14px 0 10px;
	color: #fff;
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.pws-hosting-bottom-cta p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
}

.pws-hosting-bottom-cta .pws-btn {
	flex-shrink: 0;
	border-radius: 12px;
}

/* ---- Domain ---- */
.pws-domain-checker {
	margin-bottom: 40px;
	padding: 32px;
	background: var(--pws-light);
	border-radius: var(--pws-radius);
	text-align: center;
}

.pws-domain-checker form,
.pws-domain-checker .wdc-form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: center;
}

.pws-domain-checker input[type="text"],
.pws-domain-checker input[type="search"] {
	min-width: 280px;
	padding: 12px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	font-size: 15px;
}

.pws-domain-checker input[type="submit"],
.pws-domain-checker button {
	padding: 12px 24px;
	background: var(--pws-primary);
	color: var(--pws-white);
	border: none;
	border-radius: 999px;
	font-weight: 600;
	cursor: pointer;
}

.pws-domain-table-wrap {
	overflow: auto;
	border: 1px solid #e2e8f0;
	border-radius: var(--pws-radius);
	box-shadow: var(--pws-shadow);
}

.pws-domain-table {
	width: 100%;
	border-collapse: collapse;
}

.pws-domain-table thead th {
	background: var(--pws-primary);
	color: var(--pws-white);
	padding: 16px 20px;
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.pws-domain-table tbody td {
	padding: 16px 20px;
	border-bottom: 1px solid #f1f5f9;
	color: var(--pws-text);
}

.pws-domain-table tbody tr.even {
	background: #f8fafc;
}

.pws-domain-table tbody tr:hover {
	background: var(--pws-light);
}

.pws-domain-table tbody td strong {
	color: var(--pws-heading);
}

.pws-domain-table small {
	color: #94a3b8;
}

/* ---- Careers ---- */
.pws-careers-section {
	padding-top: 48px;
	padding-bottom: 72px;
}

.pws-careers-layout {
	display: grid;
	grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
	gap: 36px 48px;
	align-items: start;
}

.pws-careers-sidebar {
	position: sticky;
	top: 96px;
}

.pws-careers-sidebar h2 {
	font-size: clamp(1.55rem, 2.5vw, 1.95rem);
	font-weight: 800;
	color: var(--pws-heading);
	margin: 10px 0 12px;
	line-height: 1.2;
}

.pws-careers-sidebar > p {
	color: var(--pws-text);
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 18px;
}

.pws-careers-areas {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pws-careers-areas li {
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 600;
	color: var(--pws-primary);
	background: var(--pws-light);
	border: 1px solid #e2e8f0;
	border-radius: 999px;
}

.pws-careers-empty {
	margin: 0;
	padding: 24px;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: var(--pws-radius);
	color: var(--pws-text);
	font-size: 15px;
}

/* ---- Openings toolbar ---- */
.pws-openings-toolbar {
	margin-bottom: 18px;
}

.pws-openings-toolbar-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.pws-openings-heading h3 {
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0 0 4px;
}

.pws-openings-count {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--pws-primary);
}

.pws-openings-actions {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.pws-openings-action {
	appearance: none;
	border: 1px solid #e2e8f0;
	background: #fff;
	color: var(--pws-heading);
	font-size: 12px;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 999px;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.pws-openings-action:hover {
	border-color: var(--pws-primary);
	color: var(--pws-primary);
	background: var(--pws-light);
}

.pws-openings-filters {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pws-jobs-search {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0;
	color: inherit;
}

.pws-careers-openings .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pws-jobs-search-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	pointer-events: none;
}

.pws-jobs-search input {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px 12px 40px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	font-size: 14px;
	color: var(--pws-heading);
	outline: none;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.pws-jobs-search input:focus {
	border-color: var(--pws-primary);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.pws-jobs-filter-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pws-jobs-chip {
	appearance: none;
	border: 1px solid #e2e8f0;
	background: #fff;
	color: #475569;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 12px;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s;
}

.pws-jobs-chip:hover {
	border-color: #bfdbfe;
	color: var(--pws-primary);
	transform: translateY(-1px);
}

.pws-jobs-chip.is-active {
	background: var(--pws-primary);
	border-color: var(--pws-primary);
	color: #fff;
}

.pws-jobs-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pws-jobs-empty-filter {
	margin: 8px 0 0;
	padding: 20px;
	text-align: center;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: var(--pws-radius);
	color: #64748b;
	font-size: 14px;
}

/* ---- Job accordion ---- */
.pws-job-card {
	background: var(--pws-white);
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
	max-width: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.pws-job-card:not([hidden]):hover {
	border-color: #cbd5e1;
	transform: translateY(-1px);
}

.pws-job-card[open] {
	box-shadow: var(--pws-shadow);
	border-color: #93c5fd;
}

.pws-job-summary {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	cursor: pointer;
	list-style: none;
}

.pws-job-summary::-webkit-details-marker {
	display: none;
}

.pws-job-title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.pws-job-heading h3 {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0;
}

.pws-job-badge {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #15803d;
	background: #dcfce7;
	border-radius: 999px;
}

.pws-job-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
}

.pws-job-tag {
	display: inline-block;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 600;
	color: var(--pws-primary);
	background: var(--pws-light);
	border: 1px solid #e2e8f0;
	border-radius: 999px;
}

.pws-job-excerpt {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #64748b;
}

.pws-job-card[open] .pws-job-excerpt {
	display: none;
}

.pws-job-summary-aside {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.pws-job-apply-quick {
	padding: 10px 16px !important;
	font-size: 13px !important;
	border-radius: 999px !important;
}

.pws-job-toggle {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	position: relative;
	transition: background 0.15s, border-color 0.15s, transform 0.2s;
}

.pws-job-card[open] .pws-job-toggle {
	background: var(--pws-light);
	border-color: #bfdbfe;
	transform: rotate(180deg);
}

.pws-job-toggle::before,
.pws-job-toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--pws-primary);
	transform: translate(-50%, -50%);
}

.pws-job-toggle::before {
	width: 12px;
	height: 2px;
}

.pws-job-toggle::after {
	width: 2px;
	height: 12px;
	transition: opacity 0.15s;
}

.pws-job-card[open] .pws-job-toggle::after {
	opacity: 0;
}

.pws-job-body {
	padding: 0 20px 20px;
	border-top: 1px solid #eef2f7;
	animation: pws-job-reveal 0.22s ease;
}

@keyframes pws-job-reveal {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pws-job-body > p {
	color: var(--pws-text);
	line-height: 1.7;
	margin: 16px 0 12px;
	font-size: 14px;
}

.pws-job-columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 28px;
	margin: 16px 0 8px;
}

.pws-job-block {
	margin-bottom: 16px;
}

.pws-job-block h4 {
	font-size: 14px;
	font-weight: 700;
	color: var(--pws-heading);
	margin: 0 0 10px;
}

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

.pws-job-list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--pws-text);
}

.pws-job-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--pws-primary);
	font-weight: 700;
	font-size: 12px;
}

.pws-job-apply {
	margin-top: 4px;
	padding-top: 16px;
	border-top: 1px solid #eef2f7;
}

.pws-job-apply p {
	color: var(--pws-text);
	line-height: 1.6;
	margin: 0 0 8px;
	font-size: 14px;
}

.pws-job-apply .pws-job-note {
	font-size: 13px;
	color: #64748b;
}

.pws-job-apply .pws-btn {
	margin-top: 8px;
}

@media (max-width: 900px) {
	.pws-careers-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pws-careers-sidebar {
		position: static;
	}

	.pws-openings-toolbar-top {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 768px) {
	.pws-job-summary {
		flex-direction: column;
		padding: 16px;
	}

	.pws-job-summary-aside {
		width: 100%;
		justify-content: space-between;
	}

	.pws-job-body {
		padding: 0 16px 16px;
	}

	.pws-job-columns {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

/* ---- Contact ---- */
body.pws-contact-page #content-wrapper.pws-contact-page-content {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: static;
	z-index: auto;
}

/* Kill legacy theme form rules (style.css floats every label at 75px) */
body.pws-contact-page .pws-contact-page-content,
body.pws-contact-page .pws-contact-page-content * {
	box-sizing: border-box;
}

body.pws-contact-page .pws-contact-page-content label,
body.pws-contact-page .pws-contact-field label,
body.pws-contact-page .pws-contact-form label {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	clear: none !important;
	color: var(--pws-heading) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
	letter-spacing: normal !important;
	text-shadow: none !important;
}

body.pws-contact-page .pws-contact-field label span {
	color: #ef4444 !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	display: inline !important;
}

body.pws-contact-page .pws-contact-form,
body.pws-contact-page .pws-contact-form fieldset {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	position: relative;
}

body.pws-contact-page .pws-contact-field input,
body.pws-contact-page .pws-contact-field select,
body.pws-contact-page .pws-contact-field textarea {
	float: none !important;
	clear: none !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 48px;
	margin: 0 !important;
	border: 1px solid #dbe3ef !important;
	border-radius: 10px !important;
	padding: 13px 14px !important;
	font-family: inherit !important;
	font-size: 15px !important;
	line-height: 1.45 !important;
	color: var(--pws-heading) !important;
	background: #f8fafc !important;
	box-shadow: none !important;
	text-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

body.pws-contact-page .pws-contact-field textarea {
	min-height: 140px !important;
	resize: vertical;
	line-height: 1.6 !important;
}

body.pws-contact-page .pws-contact-field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
	background-color: #f8fafc !important;
	padding-right: 40px !important;
}

body.pws-contact-page .pws-contact-field input:focus,
body.pws-contact-page .pws-contact-field select:focus,
body.pws-contact-page .pws-contact-field textarea:focus {
	border-color: var(--pws-primary) !important;
	background: var(--pws-white) !important;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
	outline: none !important;
}

body.pws-contact-page .pws-contact-submit,
body.pws-contact-page button.pws-contact-submit {
	float: none !important;
	width: auto !important;
	min-width: 180px;
	height: auto !important;
	margin: 0 !important;
	padding: 14px 28px !important;
	border: none !important;
	border-radius: 8px !important;
	background: var(--pws-primary) !important;
	color: var(--pws-white) !important;
	font-family: inherit !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: normal !important;
	text-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

body.pws-contact-page .pws-contact-submit:hover,
body.pws-contact-page button.pws-contact-submit:hover {
	background: var(--pws-primary-dark) !important;
	color: var(--pws-white) !important;
}

body.pws-contact-page .pws-contact-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

body.pws-contact-page .pws-contact-office {
	float: none !important;
	width: auto !important;
	font: inherit;
	color: inherit;
	appearance: none;
	-webkit-appearance: none;
}

body.pws-contact-page [data-pws-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

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

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

.pws-contact-intro {
	padding: 56px 0 24px;
	background: var(--pws-white);
}

.pws-contact-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 40px;
	align-items: end;
}

.pws-contact-intro-copy,
.pws-contact-trust,
.pws-contact-form-panel,
.pws-contact-side {
	min-width: 0;
}

.pws-contact-intro-copy h2 {
	font-size: clamp(1.85rem, 3.4vw, 2.55rem);
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0 0 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.pws-contact-intro-copy p {
	font-size: 17px;
	line-height: 1.75;
	color: var(--pws-text);
	margin: 0;
	max-width: 560px;
}

.pws-eyebrow-line {
	position: relative;
	padding-left: 28px;
}

.pws-eyebrow-line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 2px;
	background: var(--pws-primary);
	transform: translateY(-50%);
}

.pws-contact-trust {
	display: grid;
	gap: 14px;
}

.pws-contact-trust-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	backdrop-filter: blur(8px);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pws-contact-trust-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.pws-contact-trust-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px;
	min-height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 12px;
	background: linear-gradient(145deg, var(--pws-light-2), #dbeafe);
	color: var(--pws-primary);
	flex-shrink: 0;
	line-height: 0 !important;
	font-size: 0 !important;
}

.pws-contact-trust-icon svg {
	display: block;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

.pws-contact-trust-item strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: var(--pws-heading);
	line-height: 1.3;
}

.pws-contact-trust-item > div span {
	display: block;
	font-size: 13px;
	color: var(--pws-text);
	margin-top: 2px;
	line-height: 1.4;
}

.pws-contact-main {
	padding-top: 32px;
	padding-bottom: 80px;
	background: var(--pws-white);
}

.pws-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr);
	gap: 28px;
	align-items: start;
}

.pws-contact-form-panel {
	background: var(--pws-white);
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 36px 36px 32px;
	box-shadow: 0 16px 48px rgba(15, 23, 42, 0.06);
	position: relative;
	overflow: hidden;
}

.pws-contact-form-panel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--pws-primary), var(--pws-hero-cyan, #28bceb));
}

.pws-contact-form-head {
	margin-bottom: 28px;
}

.pws-contact-form-head h3 {
	font-size: 1.45rem;
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0 0 8px;
	letter-spacing: -0.01em;
}

.pws-contact-form-head p {
	margin: 0;
	font-size: 14px;
	color: var(--pws-text);
	line-height: 1.65;
}

.pws-contact-form-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 18px 16px;
}

.pws-contact-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	float: none !important;
	width: auto !important;
	min-width: 0;
}

.pws-contact-field-full {
	grid-column: 1 / -1;
}

.pws-contact-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.pws-contact-form-footer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 24px;
	clear: both;
}

.pws-contact-captcha {
	margin-top: 20px;
	padding: 14px 16px;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}

.pws-contact-captcha-note {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #64748b;
}

.pws-contact-form-note {
	margin: 0;
	font-size: 13px;
	color: #94a3b8;
	line-height: 1.5;
	max-width: 280px;
}

.pws-contact-form-status {
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 500;
	clear: both;
}

.pws-contact-form-status.is-success {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
}

.pws-contact-form-status.is-error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.pws-contact-side {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pws-contact-side-card {
	background: linear-gradient(165deg, var(--pws-navy) 0%, var(--pws-navy-mid) 100%);
	color: var(--pws-white);
	border-radius: 20px;
	padding: 32px 28px;
	box-shadow: 0 20px 48px rgba(12, 30, 58, 0.28);
	position: relative;
	overflow: hidden;
}

.pws-contact-side-card::after {
	content: '';
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(37, 99, 235, 0.35) 0%, transparent 70%);
	top: -60px;
	right: -40px;
	pointer-events: none;
}

.pws-contact-side-card h3 {
	position: relative;
	margin: 0 0 10px;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--pws-white);
}

.pws-contact-side-card > p {
	position: relative;
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.7);
}

.pws-contact-channels {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.pws-contact-channels li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.pws-contact-channels .pws-contact-channel-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	color: #93c5fd !important;
	flex: 0 0 40px;
	line-height: 0 !important;
	font-size: 0 !important;
	float: none !important;
	text-decoration: none !important;
}

.pws-contact-channels .pws-contact-channel-icon svg {
	display: block !important;
	width: 22px !important;
	height: 22px !important;
	max-width: 22px;
	margin: 0 !important;
	padding: 0 !important;
	flex-shrink: 0;
}

.pws-contact-side-cta-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	border-radius: 12px;
	background: var(--pws-white);
	color: var(--pws-primary) !important;
	border: 1px solid #e2e8f0;
	line-height: 0 !important;
	font-size: 0 !important;
	float: none !important;
}

.pws-contact-side-cta-icon svg {
	display: block !important;
	width: 22px !important;
	height: 22px !important;
	margin: 0 !important;
}

.pws-contact-channels strong {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #93c5fd;
	margin-bottom: 4px;
}

.pws-contact-channels li > div {
	min-width: 0;
	flex: 1;
}

.pws-contact-channels li > div span,
.pws-contact-channels li > div a {
	display: block;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.pws-contact-channels li > div a:hover {
	color: var(--pws-white);
	text-decoration: underline;
}

.pws-contact-side-cta {
	background: var(--pws-light);
	border: 1px solid #dbe7f8;
	border-radius: 18px;
	padding: 26px 24px;
}

.pws-contact-side-cta h4 {
	margin: 0 0 8px;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--pws-heading);
}

.pws-contact-side-cta p {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.65;
	color: var(--pws-text);
}

.pws-contact-side-cta .pws-btn {
	float: none !important;
	width: auto !important;
}

.pws-contact-offices {
	background: linear-gradient(180deg, #f8fbff 0%, var(--pws-white) 100%);
	padding-top: 72px;
	padding-bottom: 80px;
}

.pws-contact-offices-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 28px;
}

.pws-contact-office {
	text-align: left;
	background: var(--pws-white);
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 22px 20px;
	cursor: pointer;
	transition: border-color 0.2s, box-shadow 0.25s, transform 0.25s;
	font-family: inherit;
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.pws-contact-office:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
	border-color: #c7d5ea;
}

.pws-contact-office.is-active {
	border-color: var(--pws-primary);
	box-shadow: 0 14px 36px rgba(37, 99, 235, 0.15);
	background: linear-gradient(180deg, #f5f8ff 0%, var(--pws-white) 100%);
}

.pws-contact-office-region {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--pws-primary);
}

.pws-contact-office strong {
	font-size: 17px;
	font-weight: 800;
	color: var(--pws-heading);
}

.pws-contact-office-city {
	font-size: 14px;
	color: var(--pws-text);
}

.pws-contact-office-blurb {
	font-size: 13px;
	line-height: 1.55;
	color: #64748b;
	margin-top: 6px;
}

.pws-contact-map {
	width: 100%;
	height: 420px;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
	border: 1px solid #e2e8f0;
	z-index: 0;
	position: relative;
	isolation: isolate;
}

.pws-contact-map .leaflet-popup-content-wrapper {
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.pws-contact-map .leaflet-popup-content {
	font-family: inherit;
	font-size: 13px;
	line-height: 1.45;
	margin: 10px 14px;
	color: var(--pws-heading);
}

.pws-contact-faq {
	padding: 72px 0 88px;
	background: var(--pws-white);
}

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

.pws-contact-faq-intro h2 {
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 800;
	color: var(--pws-heading);
	margin: 0 0 12px;
	line-height: 1.25;
}

.pws-contact-faq-intro p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--pws-text);
	max-width: 380px;
}

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

.pws-contact-faq-item {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 0 20px;
	transition: border-color 0.2s, background 0.2s;
}

.pws-contact-faq-item[open] {
	background: var(--pws-white);
	border-color: #c7d5ea;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.pws-contact-faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 18px 0;
	font-size: 15px;
	font-weight: 700;
	color: var(--pws-heading);
	position: relative;
	padding-right: 28px;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	display: block !important;
}

.pws-contact-faq-item summary::-webkit-details-marker {
	display: none;
}

.pws-contact-faq-item summary::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 500;
	color: var(--pws-primary);
}

.pws-contact-faq-item[open] summary::after {
	content: '–';
}

.pws-contact-faq-item p {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--pws-text);
}

@media (max-width: 1024px) {
	.pws-contact-intro-grid,
	.pws-contact-layout,
	.pws-contact-faq-inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

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

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

@media (max-width: 768px) {
	.pws-contact-intro {
		padding-top: 36px;
	}

	.pws-contact-form-panel {
		padding: 24px 18px 22px;
		border-radius: 16px;
	}

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

	.pws-contact-form-footer {
		flex-direction: column;
		align-items: stretch;
	}

	body.pws-contact-page .pws-contact-submit,
	body.pws-contact-page button.pws-contact-submit {
		width: 100% !important;
	}

	.pws-contact-form-note {
		max-width: none;
	}

	.pws-contact-map {
		height: 300px;
		border-radius: 14px;
	}

	.pws-contact-side-card,
	.pws-contact-side-cta {
		padding: 24px 20px;
	}
}

/* ---- Responsive ---- */
@media (max-width: 1280px) {
	.pws-hosting-plans-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.pws-hosting-hero-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.pws-hosting-hero-card {
		max-width: 560px;
	}

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

	.pws-hosting-dns-grid,
	.pws-hosting-includes-grid,
	.pws-hosting-awesome-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pws-hosting-support-inner {
		flex-direction: column;
		align-items: flex-start;
	}

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

@media (max-width: 768px) {
	.pws-inner-page-section {
		padding: 56px 0;
	}

	.pws-hosting-hero {
		padding: 56px 0 48px;
	}

	.pws-hosting-hero h1 {
		font-size: clamp(2.2rem, 12vw, 3.2rem);
	}

	.pws-hosting-hero p {
		font-size: 16px;
	}

	.pws-hosting-hero-actions,
	.pws-hosting-hero .pws-btn,
	.pws-hosting-bottom-cta .pws-btn {
		width: 100%;
	}

	.pws-hosting-hero .pws-btn,
	.pws-hosting-bottom-cta .pws-btn {
		justify-content: center;
	}

	.pws-hosting-hero-card {
		padding: 20px;
		border-radius: 22px;
	}

	.pws-hosting-metric-grid,
	.pws-hosting-feature-strip,
	.pws-hosting-plans-grid,
	.pws-hosting-includes-grid,
	.pws-hosting-awesome-grid,
	.pws-hosting-dns-grid,
	.pws-hosting-dns-stats {
		grid-template-columns: 1fr;
	}

	.pws-hosting-feature-strip {
		margin-top: 0;
		margin-bottom: 44px;
	}

	.pws-host-plan-head p {
		min-height: 0;
	}

	.pws-hosting-includes,
	.pws-hosting-dns,
	.pws-hosting-awesome,
	.pws-hosting-support-band,
	.pws-hosting-faq {
		padding: 56px 0;
	}

	.pws-hosting-support-inner,
	.pws-hosting-bottom-cta {
		display: block;
		padding: 28px 22px;
		border-radius: 22px;
	}

	.pws-hosting-support-actions {
		margin-top: 22px;
	}

	.pws-hosting-support-actions .pws-btn,
	.pws-hosting-bottom-cta .pws-btn {
		width: 100%;
		margin-top: 12px;
	}

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

	.pws-domain-checker {
		padding: 24px 16px;
	}

	.pws-domain-checker input[type="text"],
	.pws-domain-checker input[type="search"] {
		min-width: 100%;
	}
}
