/* POS Qatar PHP Landing pages — homepage-matched light theme */

body.page-template-page-pq-landing #content,
body.page-template-page-pq-landing .site-content,
body.page-template-page-pq-request-quote #content,
body.page-template-page-pq-request-quote .site-content,
body.page-id-9065 #content,
body.page-id-9065 .site-content {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	max-width: none !important;
}

body.page-template-page-pq-landing #content > .container,
body.page-template-page-pq-landing #content > .container-fluid,
body.page-template-page-pq-landing .site-content > .container,
body.page-template-page-pq-landing .site-content > .container-fluid,
body.page-template-page-pq-request-quote #content > .container,
body.page-template-page-pq-request-quote #content > .container-fluid,
body.page-template-page-pq-request-quote .site-content > .container,
body.page-template-page-pq-request-quote .site-content > .container-fluid,
body.page-id-9065 #content > .container,
body.page-id-9065 #content > .container-fluid,
body.page-id-9065 .site-content > .container,
body.page-id-9065 .site-content > .container-fluid {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

body.page-template-page-pq-landing .site-content-inner.row,
body.page-template-page-pq-request-quote .site-content-inner.row,
body.page-id-9065 .site-content-inner.row {
	margin: 0 !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}

body.page-template-page-pq-landing .woocommerce-breadcrumb,
body.page-template-page-pq-request-quote .woocommerce-breadcrumb,
body.page-id-9065 .woocommerce-breadcrumb {
	display: none !important;
}

.pq-landing {
	--pq-bg: #ffffff;
	--pq-bg-soft: #f5f5f5;
	--pq-bg-about: #f7f7f7;
	--pq-bg-card: #ffffff;
	--pq-border: #e5e5e5;
	--pq-text: #111111;
	--pq-muted: #4d4d4d;
	--pq-muted-soft: #555555;
	--pq-accent: #000000;
	background: var(--pq-bg);
	color: var(--pq-text);
	min-height: 60vh;
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.6;
}

.pq-landing-eyebrow {
	margin: 0 0 12px;
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 600;
	color: #666666;
}

/* ---------- Hero (light, homepage typography) ---------- */
.pq-landing-hero {
	padding: 100px 0 80px;
	background: var(--pq-bg-soft);
	border-bottom: 1px solid var(--pq-border);
}

.pq-landing-hero__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.pq-landing-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	font-size: 0.9rem;
	color: var(--pq-muted);
	margin-bottom: 28px;
}

.pq-landing-breadcrumb a {
	color: var(--pq-text);
	text-decoration: none;
	font-weight: 500;
}

.pq-landing-breadcrumb a:hover {
	text-decoration: underline;
}

.pq-landing-hero__badge {
	display: inline-block;
	margin: 0 0 16px;
	padding: 8px 16px;
	border: 1px solid #dddddd;
	border-radius: 100px;
	background: #ffffff;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	color: #666666;
}

.pq-landing-hero__title {
	margin: 0 0 16px;
	font-size: clamp(2.2rem, 5vw, 3.5rem);
	line-height: 1.1;
	font-weight: 800;
	color: #000000;
	letter-spacing: -0.02em;
	max-width: 720px;
}

.pq-landing-hero__sub {
	margin: 0 0 32px;
	font-size: 1.15rem;
	line-height: 1.6;
	color: var(--pq-muted);
	max-width: 600px;
}

.pq-landing-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.pq-landing-hero--with-media .pq-landing-hero__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 48px;
	align-items: center;
}

.pq-landing-hero__media {
	background: #ffffff;
	border: 1px solid var(--pq-border);
	border-radius: 12px;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	transition: all 0.3s ease;
}

.pq-landing-hero__media:hover {
	border-color: #000000;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.pq-landing-hero__media img {
	max-width: 100%;
	height: auto;
	max-height: 360px;
	object-fit: contain;
}

/* ---------- Sections ---------- */
.pq-landing-section {
	padding: 80px 0;
	border-bottom: 1px solid var(--pq-border);
	background: var(--pq-bg);
}

.pq-landing-section:nth-of-type(even) {
	background: var(--pq-bg-soft);
}

.pq-landing-section__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.pq-landing-section__inner--narrow {
	max-width: 820px;
}

.pq-landing-section__head {
	margin-bottom: 48px;
	text-align: center;
}

.pq-landing-section__head .pq-landing-eyebrow {
	text-align: center;
}

.pq-landing-section__title {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.2;
	color: #000000;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: center;
}

.pq-landing-models__grid,
.pq-landing-benefits__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 24px;
}

.pq-landing--series .pq-landing-models__grid {
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.pq-landing-benefits__grid {
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

.pq-landing-model,
.pq-landing-benefit {
	background: var(--pq-bg-card);
	border: 1px solid var(--pq-border);
	border-radius: 12px;
	padding: 32px 24px;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

.pq-landing-model:hover,
.pq-landing-benefit:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
	border-color: #000000;
}

.pq-landing-model__media {
	margin: 0 0 20px;
	background: var(--pq-bg-soft);
	border-radius: 8px;
	min-height: 140px;
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.pq-landing-model__media img {
	max-width: 100%;
	max-height: 160px;
	object-fit: contain;
}

.pq-landing-model__title,
.pq-landing-benefit__title {
	margin: 0 0 10px;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--pq-text);
}

.pq-landing-model__text,
.pq-landing-benefit__text,
.pq-landing-related__text {
	margin: 0;
	color: var(--pq-muted-soft);
	line-height: 1.6;
	font-size: 0.9rem;
	flex-grow: 1;
}

.pq-landing-overview__body {
	font-size: 1.05rem;
	line-height: 1.85;
	color: #444444;
}

.pq-landing-overview__body p {
	margin: 0 0 1rem;
	color: #444444;
	line-height: 1.85;
}

.pq-landing-model__link {
	display: inline-block;
	margin-top: 16px;
	color: #000000;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
}

.pq-landing-model__link:hover {
	color: #333333;
}

.pq-landing-related__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	background: #ffffff;
	border: 1px solid var(--pq-border);
	border-radius: 12px;
	padding: 40px 32px;
	transition: all 0.3s ease;
}

.pq-landing-related__inner:hover {
	border-color: #000000;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.pq-landing-related .pq-landing-section__title {
	margin-bottom: 12px;
	text-align: left;
	font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}

/* ---------- Content body ---------- */
.pq-landing-main {
	padding: 80px 0 40px;
	background: var(--pq-bg);
}

.pq-landing-main__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.pq-landing--content .pq-landing-main__inner {
	max-width: 820px;
}

.pq-landing-body {
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--pq-muted-soft);
}

.pq-landing-body h1,
.pq-landing-body h2,
.pq-landing-body h3,
.pq-landing-body h4,
.pq-landing-body h5,
.pq-landing-body h6 {
	color: #000000;
	margin: 2rem 0 0.85rem;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.pq-landing-body h2 {
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.pq-landing-body h3 {
	font-size: 1.25rem;
	font-weight: 700;
}

.pq-landing-body p {
	margin: 0 0 1rem;
}

.pq-landing-body ul,
.pq-landing-body ol {
	margin: 0 0 1.25rem;
	padding-left: 1.25rem;
}

.pq-landing-body a {
	color: #000000;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.pq-landing-body table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin: 1rem 0 1.5rem;
	border: 1px solid var(--pq-border);
	border-radius: 12px;
	overflow: hidden;
}

.pq-landing-body td,
.pq-landing-body th {
	padding: 12px 16px;
	vertical-align: top;
	color: var(--pq-muted-soft);
	border-bottom: 1px solid var(--pq-border);
}

.pq-landing-body th {
	background: var(--pq-bg-soft);
	color: var(--pq-text);
	font-weight: 600;
}

.pq-landing-body [style*="color: black"],
.pq-landing-body [style*="color:black"],
.pq-landing-body [style*="color:#000"],
.pq-landing-body [style*="color: white"],
.pq-landing-body [style*="color:white"],
.pq-landing-body [style*="color:#fff"],
.pq-landing-body [style*="color:#e8e8e8"],
.pq-landing-body [style*="color: #e8e8e8"] {
	color: var(--pq-text) !important;
}

.pq-landing-body img,
.pq-landing-figure img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

.pq-landing-figure {
	margin: 1.5rem 0;
}

.pq-landing-card {
	border: 1px solid var(--pq-border);
	background: var(--pq-bg-card);
	padding: 32px 24px;
	margin: 0 0 24px;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.pq-landing-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
	border-color: #000000;
}

.pq-landing-card h3 {
	margin-top: 0;
	color: var(--pq-text);
	font-weight: 700;
}

.pq-landing-btn-wrap {
	margin: 1.5rem 0;
}

/* ---------- Buttons (homepage sizing; light-context colors) ---------- */
.pq-landing .pq-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid transparent;
	transition: all 0.25s ease;
	cursor: pointer;
}

.pq-landing .pq-btn--primary {
	background: #000000;
	color: #ffffff;
	border-color: #000000;
}

.pq-landing .pq-btn--primary:hover {
	background: #222222;
	border-color: #222222;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.pq-landing .pq-btn--outline {
	background: #ffffff;
	color: #000000;
	border-color: #dddddd;
}

.pq-landing .pq-btn--outline:hover {
	border-color: #000000;
	color: #000000;
	background: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* ---------- CTA (light — matches homepage middle sections) ---------- */
.pq-landing-cta {
	margin-top: 0;
	padding: 80px 0;
	background: var(--pq-bg-about);
	border-top: 1px solid #e8e8e8;
	text-align: center;
}

.pq-landing-cta__inner {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 24px;
}

.pq-landing-cta__title {
	margin: 0 0 16px;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 800;
	color: #000000;
	letter-spacing: -0.02em;
}

.pq-landing-cta__sub {
	margin: 0 auto 32px;
	max-width: 600px;
	font-size: 1.1rem;
	color: var(--pq-muted);
}

.pq-landing-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-bottom: 40px;
}

.pq-landing-cta__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
	justify-content: center;
	color: var(--pq-muted);
	font-size: 0.9rem;
}

.pq-landing-cta__meta a {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}

.pq-landing-cta__meta a:hover {
	text-decoration: underline;
}

/* ---------- YITH Request a Quote ---------- */
.pq-raq__inner {
	max-width: 960px;
}

.pq-raq .ywraq-wrapper,
.pq-raq .yith-ywraq-mail-form-wrapper,
.pq-raq .woocommerce,
.pq-raq .cart-empty,
.pq-raq .return-to-shop {
	color: var(--pq-muted-soft);
}

.pq-raq table.shop_table,
.pq-raq table.cart {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	border: 1px solid var(--pq-border);
	border-radius: 12px;
	overflow: hidden;
}

.pq-raq table.shop_table th,
.pq-raq table.shop_table td,
.pq-raq table.cart th,
.pq-raq table.cart td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--pq-border);
	color: var(--pq-text);
	vertical-align: middle;
}

.pq-raq table.shop_table th {
	background: var(--pq-bg-soft);
	font-weight: 600;
}

.pq-raq table.shop_table img {
	max-width: 64px;
	height: auto;
	border-radius: 8px;
}

.pq-raq a {
	color: #000000;
	font-weight: 600;
}

.pq-raq .button,
.pq-raq button.button,
.pq-raq input.button,
.pq-raq .woocommerce-Button,
.pq-raq .raq-send-request,
.pq-raq input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 600;
	background: #000000 !important;
	color: #ffffff !important;
	border: 2px solid #000000 !important;
	cursor: pointer;
	transition: all 0.25s ease;
}

.pq-raq .button:hover,
.pq-raq input[type="submit"]:hover {
	background: #222222 !important;
	border-color: #222222 !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.pq-raq input[type="text"],
.pq-raq input[type="email"],
.pq-raq input[type="tel"],
.pq-raq input[type="number"],
.pq-raq textarea,
.pq-raq select {
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	border: 1px solid var(--pq-border);
	color: var(--pq-text);
	border-radius: 6px;
	padding: 14px 16px;
	font-size: 1rem;
}

.pq-raq input:focus,
.pq-raq textarea:focus,
.pq-raq select:focus {
	outline: none;
	border-color: #000000;
}

.pq-raq label {
	color: var(--pq-muted);
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
}

.pq-raq .form-row,
.pq-raq p {
	margin-bottom: 1rem;
}

.pq-raq .cart-empty {
	font-size: 1.1rem;
	color: var(--pq-muted);
}

.pq-raq .return-to-shop a.button {
	margin-top: 0.5rem;
}

/* ---------- Industry hub tiles (Zebra-style cards) ---------- */
.pq-landing-usecases__grid,
.pq-landing-segments__grid,
.pq-landing-insights__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	gap: 24px;
}

.pq-landing-tile {
	background: var(--pq-bg-card);
	border: 1px solid var(--pq-border);
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
}

.pq-landing-tile--link:hover,
.pq-landing-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
	border-color: #000000;
	color: inherit;
}

.pq-landing-tile__media {
	margin: 0;
	background: var(--pq-bg-soft);
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.pq-landing-tile__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pq-landing-tile__body {
	padding: 24px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.pq-landing-tile__type {
	display: inline-block;
	margin: 0 0 8px;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	color: #666666;
}

.pq-landing-tile__title {
	margin: 0 0 10px;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--pq-text);
}

.pq-landing-tile__text {
	margin: 0;
	color: var(--pq-muted-soft);
	line-height: 1.6;
	font-size: 0.9rem;
	flex-grow: 1;
}

.pq-landing-tile__link {
	display: inline-block;
	margin-top: 16px;
	color: #000000;
	font-weight: 600;
	font-size: 0.9rem;
}

.pq-landing-tile--insight .pq-landing-tile__media {
	aspect-ratio: 4 / 3;
}

.pq-landing-section__title--left {
	text-align: left;
}

.pq-landing-extra {
	background: var(--pq-bg-soft);
}

.pq-landing-extra .pq-landing-section__title {
	text-align: left;
}

@media (max-width: 900px) {
	.pq-landing-hero {
		padding: 70px 0 60px;
	}

	.pq-landing-hero--with-media .pq-landing-hero__grid {
		grid-template-columns: 1fr;
	}

	.pq-landing-models__grid,
	.pq-landing-benefits__grid,
	.pq-landing-usecases__grid,
	.pq-landing-segments__grid,
	.pq-landing-insights__grid {
		grid-template-columns: 1fr;
	}

	.pq-landing-section,
	.pq-landing-main,
	.pq-landing-cta {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.pq-landing-related .pq-landing-section__title {
		text-align: center;
	}

	.pq-landing-related__inner {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 640px) {
	.pq-landing-hero__title {
		font-size: 2rem;
	}

	.pq-landing .pq-btn {
		width: 100%;
	}

	.pq-landing-cta__actions {
		flex-direction: column;
	}
}
